403Webshell
Server IP : 108.170.25.35  /  Your IP : 3.147.75.192
Web Server : Apache/2
System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : studio ( 1434)
PHP Version : 8.1.28
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/studio/public_html/admin/scss/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/studio/public_html/admin/scss/pages/_ecom-product-detail.scss
/*
===================================
    Product detail
===================================*/

.produtct-detail-tag {
    display: inline-block;
    a {
        font-style: 13px;
        color: $dark;
    }
}

.product-detail-content {
    .item-tag {
        background: $l-ctl;
        border-radius: 6px;
        display: inline-block;
        font-size: 12px;
        margin-right: 4px;
        padding: 2px 12px;
        color: #fff;
    }
}

.filtaring-area {
    h4 {
        color: #1d1d1d;
        font-size: 16px;
        font-weight: 400;
        text-transform: lowercase;
    }
}

.plus-minus-input {
    .input-icon {
        font-size: 13px;
        color: $dark;
    }
}

.plus-minus-input {
    display: flex;
    width: 100px;
    .custom-btn {
        border-radius: 0;
        height: 40px;
        padding: 12px 8px;
        background: $white;
        border: 1px solid $border;
    }
    .form-control {
        &:hover,
        &:focus,
        &:active {
            border: 1px solid $border;
        }
    }
}

.share-view {
    display: inline-block;
    ul {
        li {
            display: inline-block;
            a {}
        }
    }
    .share-icon {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid $border;
        text-align: center;
        line-height: 40px;
        font-style: 16px;
        color: $border;
        margin-right: 8px;
    }
}


/*--------tab----------*/

.veritical-line {
    padding: 20px 30px;
    border-top: 1px solid $border;
    border-right: 1px solid $border;
    border-bottom: 1px solid $border;
    position: relative;
    &:before {
        background: $border;
        bottom: 0;
        content: "";
        height: 100%;
        left: -1px;
        max-height: 40%;
        position: absolute;
        width: 1px;
    }
}

.tab-content-text {
    p {
        color: $dark;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

.tab-item-list {
    li {
        a {
            background: $white;
            border-top: 1px solid $border;
            border-left: 1px solid $border;
            border-right: 1px solid $border;
            color: $dark;
            display: block;
            font-size: 16px;
            padding: 16px;
            text-transform: uppercase;
            &:hover,
            &:focus {
                background: $white;
                color: $dark;
                border-right: 0px;
            }
        }
        &:last-child {
            border-bottom: 1px solid $border;
        }
    }
}

.tab-list {
    li {
        margin-bottom: 7px;
        font-size: 13px;
        i {
            font-size: 13px;
            margin-right: 14px;
        }
    }
}

.slide-item-list {
    text-align: center;
    li {
        display: inline-block;
        a {
            display: inline-block;
            //      float: left;
            padding-left: 0;
            padding-right: 10px;
            padding-top: 10px;
            background: transparent;
            padding-bottom: 0px;
            &:hover,
            &:focus {
                background: transparent;
            }
            img {
                width: 60px;
            }
        }
    }
}

.product-detail-text {
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.star-rating {
    .product-review {
        font-style: 13px;
        color: $dark;
        font-weight: 400;
        text-decoration: underline !important;
    }
}

.product-detail {
    .tab-content {
        img {
            display: inline-block;
            width: 100%;
        }
    }
}

.popular-tag ul {
    margin: 0px;
    padding: 0px;
    li {
        display: inline-block;
        padding: 8px 15px;
        background: #f8f8f8;
        font-size: 13px;
        color: #fff;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.size-filter ul li {
    display: inline-block;
    border: 1px solid #c8c8c8;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #c8c8c8;
    text-transform: uppercase;
}

.intro {
    border: 1px solid red;
    color: #1d1d1d;
}

#listResults {
    .slider {
        margin: 25px 0;
    }
    .slider-box {
        width: 90%;
        margin: 25px auto;
    }
    input {
        width: 10%;
    }
    label {
        border: none;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 30%;
    }
}

// input {
//     border: none;
//     display: inline-block;
//     margin-right: -4px;
//     vertical-align: top;
//     width: 30%;
// }
.plus-minus-input {
    .input-icon {
        font-size: 13px;
        color: #aaaaaa;
    }
    .custom-btn {
        border-radius: 0;
        height: 40px;
        padding: 12px 8px;
        background: #ffffff;
        border: 1px solid #c8c8c8;
        &:hover,
        &:focus,
        &.active {
            box-shadow: none;
            outline: none;
        }
    }
    .form-control {
        height: 40px;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        border-left: 0px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
        &:hover,
        &:focus,
        &:active {
            border-top: 1px solid #c8c8c8;
            border-bottom: 1px solid #c8c8c8;
            border-left: 0px solid #c8c8c8;
            border-right: 0px solid #c8c8c8;
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit