@charset "UTF-8";
/*  ---------------------------
*   COPYRIGHT
*	Created By Raeka22
*	----------------------------
*/

body    {
    font-family: 'OpenSans'; 
    font-size: 15px;
    background-color: #FFF;
    color: #898989;
}

a {
    color: inherit;
    text-decoration: none;
}
    a:hover {
        color: #aa9980;
        text-decoration: none;
    }
    a:focus {
        outline: 0px none;
        text-decoration: none;
    }
label {
    display: block;
    font-weight: normal;
    line-height: 1;
}
.btn:focus {
    outline: 0px none;
}
.container-fluid {
    width: 100%;
}

.no-padding { padding: 0; }
.no-left-padding { padding-left: 0; }
.no-right-padding { padding-right: 0; }
.fl-left { float: left; }
.fl-right { float: right; }
.fl-clear { clear: both; }

ul {
    padding: 0;
    margin: 0;
}
ul li {
    display: inline;
    margin: 0;
}

.form-group {
    margin: 0;
    border-radius: 2px;
}

.btnReload {
    background: transparent url('images/icon-reload.png') no-repeat center center;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    padding-top: -3px;
    padding-left: 5px;
    background-color: #FFF !important;
    border: none !important;
}
.form-control {
    border-color: #b9bac1;
    font-family: 'OpenSansLight';
    padding-right: 12px !important;
}
.form-control::-webkit-input-placeholder { color: #898989; }
.form-control::-moz-placeholder { color: #898989; } /* firefox 19+ */
.form-control:-ms-input-placeholder { color: #898989; } /* ie */
.form-control input:-moz-placeholder { color: #898989; }
.form-control:placeholder-shown { color: #898989; }

.w100 { width: 100px !important; }
/******************************************************
    GENERAL CONTENT
******************************************************/
.no-border {
    border: 0px;
}
.company-logo {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.btn-explore {
    cursor: pointer;
    display: inline-block;
    background-color: #898989;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    width: 185px;
}
.button {
    border: 1px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    line-height: 14px;
    text-align: center;
    padding: 0 20px;
}
    .button.btn-f12 {
        font-size: 12px;
    }
    .button.btn-f13 {
        font-size: 13px;
    }
    .button.btn-f18 {
        font-size: 18px;
    }
    .button.btn-fbold {
        font-family: 'OpenSansBold';
    }
    .button.btn-pt7 {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .button.btn-pt8 {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .button.btn-pt10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .button.btn-pt13 {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .button.btn-srad {
        border-radius: 5px;
    }
    .button.btn-bgred {
        background-color: #c00609;
    }
    .button.btn-bgblue {
        background-color: #0070c0;
    }
    .button.btn-bggrey {
        background-color: #898989;
    }
.payment-logo {
    height: 38px;
    width: auto;
}
.bg-grey {
    background-color: #898989 !important;
}
.bg-white {
    background-color: #fff;
}
.bg-red {
    background-color: #c00609;
}
#map-canvas {
    width: 100%;
    height: 280px;
}
img.page-banner {
    width: 100%;
    height: auto;
}

.breadcrumb {
    padding: 8px 0;
    width: 100%;
    float: left;
}
    .breadcrumb span.bold {
        font-family: 'OpenSansBold';
        color: #000;
    }
#ajax_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7) url("images/loader-gear.gif") no-repeat scroll 50% 50%;
    z-index: 99;
    display: none;
}

.overmenu {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 94;
    cursor: pointer;
}


/** CUSTOMER FOR SWEET ALERT CSS **/
.sweet-alert .icon { margin: 20px auto 25px; }
/******************************************************
    HEADER CONTENT
******************************************************/
.header {
    background-color: #ffffff;
    border-bottom: 2px solid #cccccc;
    width: 100%;
}
    .header-top {
        border-bottom: 1px solid #ebebeb;
    }
    .header-middle {
        padding: 6px 0;
    }
        .header-content {
            width: 1090px;
            margin: 0 auto;
            padding: 10px 0;
        }
            .header-content .fa-dollar {
                border: 2px solid #898989;
                border-radius: 25px;
                padding: 2px 5px;
            }
            .header-content ul li {
                display: inline-block;
                position: relative;
                border-right: 1px solid #ebebeb;
            }
                .header-content ul li:last-child {
                    padding-left: 10px;
                }
            .mini-select {
                font-family: 'OpenSansBold';
                cursor: pointer;
                color: #fdb813;
                display: inline-block;
                text-align: center;
                width: 60px;
            }
                .mini-select i {
                    color: #898989;
                }
            .mini-select ul {
                background-color: #fff;
                width: 60px;
                position: absolute;
                right: 0;
                text-align: center;
                overflow: hidden;
                opacity: 0;
                height: 0px;
                border: 1px solid #ebebeb;
                z-index: 9;
                transition: height 0.7s, opacity 0.7s;
            }
                .mini-select ul li {
                    display: block !important;
                    color: #898989;
                    padding: 5px 0 !important;
                }
                    .mini-select ul li:hover {
                        color: #fdb813;
                        background-color: #f0f0f0;
                    }
                    .mini-select:hover ul {
                        height: 60px;
                        opacity: 1;
                    }
            .header-middle .col-lg-6 {
                padding: 10px 0 10px 15px;
            }
            .header-content .form-group {
                padding-left: 50px;
            }
                .header-content .form-group #key {
                    font-family: 'OpenSansBold';
                    border: 1px solid #bbbbc1;
                    background-color: #f6f6f6;
                    height: 48px;
                }
                .header-content .form-group .fa-search {
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    font-size: 22px;
                    border-left: 1px solid rgb(172, 172, 172);
                    padding: 5px 15px;
                    margin: 8px 0;
                    cursor: pointer;
                }
            .header-middle .fa {
                color: #555555;
                font-size: 30px;
            }
                .header-middle ul li {
                    color: #c2c2c2;
                    cursor: pointer;
                    font-size: 12px;
                    width: 30%;
                    text-align: center;
                }
                    .header-middle ul li:hover,
                    .header-middle ul li:hover .fa{
                        color: #fdb813;
                    }
                    .header-middle ul li:last-child {
                        border-right: 0px;
                    }
                .header-middle span {
                    display: block;
                }
                .header-middle .text-right {
                    padding: 10px 0 10px 15px;
                }
                .header-middle #count-cart {
                    background-color: #c30300;
                    color: #fff;
                    width: 24px;
                    height: 24px;
                    border-radius: 25px;
                    text-align: center;
                    padding: 4px 0;
                    margin: 0;
                    line-height: 14px;
                    position: absolute;
                    top: -10px;
                    right: 10px;
                    cursor: pointer;
                }
    .header-bottom {
        border-top: 1px solid #ebebeb;
    }   
        .header-bottom .header-content {
            padding: 0;
        }
        .header-menu {
            width: 73%;
        }
            .header-menu ul li
            {
                font-family: 'OpenSansBold';
                border-left: 1px solid #ebebeb;
                border-right: 0;
                cursor: pointer;
                padding: 9px 0 10px 0;
                width: 11%;
                text-align: center;        
                display: table-cell;
                vertical-align: middle;
                text-transform: uppercase;
            }
                .header-menu ul li .fa {
                    display: none;
                }
                .header-menu ul li:hover {
                    background-color: #0070c0;
                    color: #fdb813;
                }
        .header-info {
            font-family: 'OpenSansBold';
            font-size: 13px;
            width: 27%;
            background-color: #c30300;
            color: #fff;
            text-align: center;
            padding: 8px 0;
        }
            .header-info .fa {
                font-size: 20px;
                margin: 0 10px;
                transform: translate(0px, 3px);
            }
    
    .header-mobile {
        display: none;
        background-color: #c30300;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: 'OpenSansBold';
        font-size: 20px;
        padding: 10px 0;
        line-height: 1;
    }
        .header-mobile label .fa {
            position: absolute;
            left: 15px;
            cursor: pointer;
            z-index: 99;
        }
/******************************************************
    CONTENT
******************************************************/
#content {
    background-color: #f6f6f6;
}
    #content-frame {
        transform: translateX(0);
        -webkit-transition: transform 0.2s;
        transition: transform 0.2s;
    }
    .content {
        width: 1090px;
        min-height: 200px;
        margin: 0 auto;
    }
    .content-full {
        width: 100%;
        min-height: 200px;
    }
    .content-frame {
        padding: 20px;
    }
        .content-frame .form-group {
            margin-bottom: 5px;
        }
        .default-top { 
            padding: 20px 0; 
        }
            .menu-left {
            }
                .menu-left ul li,
                .menu-list-mobile ul li {
                    display: block;
                    background-color: #fff;
                    border-bottom: 1px solid #ebebeb;
                    position: relative;
                    z-index: 10;
                }
                    .menu-left ul li.li-first-level a,
                    .menu-list-mobile ul li.li-first-level label {
                        display: block;
                        padding: 8px 20px;
                    }
                    .menu-left ul li .fa,
                    .menu-list-mobile ul li .fa {
                        position: absolute;
                        right: 20px;
                        margin-top: 5px;                        
                    }
                    .menu-left ul.ul-first-level li.li-first-level:first-child,
                    .menu-list-mobile ul.ul-first-level li.li-first-level:first-child {
                        font-family: 'OpenSansBold';
                        background-color: #0070c0;
                        color: #fff;
                        font-size: 18px;
                        line-height: 17px;
                        border: 0;
                        padding: 8px 20px;
                    }
                    .menu-left ul li:last-child,
                    .menu-list-mobile ul li:last-child {
                        border: 0;
                    }
                        .menu-left ul.ul-second-level,
                        .menu-left ul.ul-third-level {
                            left: 2px;
                            position: absolute;
                            z-index: 9;
                            top: -1px;
                            width: 300px;
                            opacity: 0;
                            visibility: hidden;
                            border: 1px solid #ebebeb;
                            -webkit-transition: transform 0.4s, opacity 1s;
                            transition: transform 0.4s, opacity 1s;
                        }
                        .menu-left ul.ul-third-level {
                            left: 43px;
                        }
                            .menu-left ul.ul-first-level li.li-first-level:hover .ul-second-level {
                                opacity: 1;
                                visibility: visible;
                                transform: translate(85%);
                            }
                            .menu-left ul.ul-first-level li.li-second-level:hover .ul-third-level {
                                opacity: 1;
                                visibility: visible;
                                transform: translate(85%);
                            }
            .slider-banner {
                background-color: #fff;
                margin-bottom: 20px;
            }
                .slider-banner img {
                    width: 100%;
                    height: auto;
                }
                .slider-banner .caption {
                    text-align: center;
                    color: #0064bb;
                    padding-bottom: 5px;
                }
                .slider-banner .rslides_container {
                    margin-bottom: 5px;
                }
                    .slider-banner .rslides img {
                        margin-bottom: 8px;
                    }
                    .slider-banner .centered-btns_nav {
                        bottom: 5px;
                        top: unset;
                        opacity: 1;
                        background: transparent url('../images/nav-theme-slider.png') no-repeat;
                        height: 15px;
                        margin: 0 20px;
                    }
        .default-frame {
            float: left;
            margin-bottom: 15px;
            width: 100%;
        }
            .category-frame .title-frame,
            .new-product-frame .title-frame {
                position: relative;
                height: 28px;
            }
                .category-frame .title-frame label,
                .new-product-frame .title-frame label {
                    position: absolute;
                    font-family: "OswaldBold";
                    font-size: 18px;
                    color: rgb(0, 112, 192);
                    display: block;
                    background-color: #f6f6f6;
                    padding-right: 20px;
                    z-index: 1;
                }
                .category-frame .title-frame:after,
                .new-product-frame .title-frame:after {
                      position: absolute;
                      left: 0;
                      top: 50%;
                      height: 1px;
                      background: #c2c2c2;
                      content: "";
                      width: 100%;
                      display: block;
                }
            .default-box-list {
                margin: 0 -8px;
            }
                .box-product {
                    border: 1px solid #cbcbd0;
                    border-radius: 10px;
                    background-color: #fff;
                    padding: 1px 1px 0 1px;
                    width: 205px;
                    text-align: center;
                    margin: 8px;
                    float: left;
                    cursor: pointer;
                    overflow: hidden;
                }   
                    .box-product-img {
                        overflow: hidden;
                        margin-bottom: 10px;
                        border-radius: 10px;
                        height: 194px;
                    }
                        .bg-grey .box-product-img {
                            padding: 35px;
                        }
                        .box-product img {
                            height: auto;
                            width: 100%;
                            -webkit-transition: -webkit-transform 0.35s;
                            transition: transform 0.35s;
                            -webkit-transform: scale3d(1,1,1);
                            transform: scale3d(1,1,1);
                        }
                    .box-product label.title {
                        font-family: 'OpenSansBold';
                        font-size: 18px;
                        line-height: 22px;
                        height: 48px;
                    }
                        .box-product.bg-grey label.title {
                            color: #fff;
                        }
                    .box-product:hover {
                        border-color: #0070c0;
                        -webkit-box-shadow: 4px 4px 10px -4px rgba(0,112,192,1);
                        -moz-box-shadow: 4px 4px 10px -4px rgba(0,112,192,1);
                        box-shadow: 4px 4px 10px -4px rgba(0,112,192,1);
                    }
                        .box-product:hover img {
                            -webkit-transform: scale3d(1.1,1.1,1.1);
                            transform: scale3d(1.1,1.1,1.1);
                        }

                .new-product-frame .title-frame label {
                    color: #c00000;
                }
                    .new-product-frame .box-product:hover {
                        border-color: #c00000;
                        -webkit-box-shadow: 4px 4px 10px -4px rgba(192,0,0,1);
                        -moz-box-shadow: 4px 4px 10px -4px rgba(192,0,0,1);
                        box-shadow: 4px 4px 10px -4px rgba(192,0,0,1);
                    }
                    .new-product-frame .box-product label {
                        text-align: left;
                    }
                    .box-product label { margin: 0;  cursor: pointer; }
                        label.default-product-category {
                            font-family: 'OpenSansBoldItalic';
                            font-size: 12px;
                            color: #0071c1;
                            padding: 0 10px;
                            margin-bottom: 3px;
                            height: 24px;
                        }
                        label.default-product-name {
                            font-family: 'OpenSansBold';
                            font-size: 14px;
                            line-height: 16px;
                            padding: 0 10px 10px;
                            margin-bottom: 10px;
                            border-bottom: 1px solid #ebebeb;
                            height: 38px;
                        }
                    .box-category-product label { 
                        text-align: center !important;
                        margin-bottom: 5px;
                    }

                    .text-limit-product {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        line-height: 12px;     /* fallback */
                        max-height: 32px;      /* fallback */
                        -webkit-line-clamp: 2; /* number of lines to show */
                        -webkit-box-orient: vertical;
                    }
        .default-widget {
            float: right;
            margin-bottom: 15px;
        }
            .default-widget .button { 
                width: 185px; 
                position: relative;
                z-index: 2;
                float: right;
                margin: 15px 20px;
            }
        .widget-left { padding: 0 8px 0 0; }
        .widget-right { padding: 0 0 0 8px; }
        .widget {
            color: #fff;
            cursor: pointer;
            position: relative;
            height: 200px;
            overflow: hidden;
            text-align: right;
        }
            .widget-left .hover-widget {
                background: transparent url("../images/widget-hover-red.png") no-repeat scroll 100% 100%;
            }
            .widget-right .hover-widget {
                background: transparent url("../images/widget-hover-blue.png") no-repeat scroll 100% 100%;
            }
            .hover-widget {
                content: " ";
                position: absolute;
                width: 100%;
                top: 0px;
                right: 0px;
                height: 100%;
            }
            .widget img {
                position: absolute;
                left: 0px;                
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                -webkit-transform: scale3d(1.05,1.05,1);
                transform: scale3d(1.05,1.05,1);
            }
            .widget label {
                font-family: 'OpenSansBold';
                font-size: 17px;
                float: right;
                width: 60%;
                z-index: 2;
                position: relative;
                margin: 35px 20px 5px;
            }
            .widget p {
                position: relative;
                z-index: 2;
                float: right;
                padding-left: 45%;
                margin: 0 20px;
            }
                .widget:hover img {
                    opacity: 0.6;
                    -webkit-transform: scale3d(1.2,1.2,1);
                    transform: scale3d(1.2,1.2,1);
                }


/******************************************************
    PAGE FRAME CONTENT
******************************************************/
.title-page {
    font-family: 'OpenSansBold';
    font-size: 30px;
    color: #0070c0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
p.short-desc-page {
    font-family: 'OpenSansLight';
}


/** CONTACT PAGE **/
.contact-info {
    color: #000;
}
    .contact-info .contact-info-left label {
        font-family: 'OpenSansBold';
        color: #0070c0;
        margin: 10px 0 15px;        
    }
    .contact-info .contact-info-sales span {
        width: 120px;
        display: inline-block;
    }
    .contact-info label {
        margin: 0;
        line-height: 16px;
    }
        .contact-info label.label-bold {
            font-family: 'OpenSansBold';
        }
        .form-contact-left {
            padding-right: 5px;
        }
        .form-contact-right {
            padding-left: 5px;
        }

/** ABOUT PAGE **/
.about-left {
    padding: 0 50px 0 0;
}
.about-right {
    padding: 0 0 0 50px;
}
    .about-frame {
        font-family: 'OpenSansLight';
    }
        .about-frame label  {
            font-size: 36px;
            color: #000;
            margin-top: 35px;
        }
        .about-frame p {
            line-height: 24px;
        }

/** PRODUCT LIST PAGE **/
.product-frame {
    padding: 20px 0;
}
    .product-frame label.title_page {
        font-family: 'OpenSansBold';
        font-size: 18px;
        color: #0070c0;
        padding: 6px 0;
    }
    .product-list {
        margin: 0 -4px;
    }
        .product-list .box-product {
            display: none;
            width: 198px;
            margin: 4px;
            border-radius: 0px;
            position: relative;
            -webkit-box-shadow: 4px 4px 10px -4px rgba(199,199,204,1);
            -moz-box-shadow: 4px 4px 10px -4px rgba(199,199,204,1);
            box-shadow: 4px 4px 10px -4px rgba(199,199,204,1);
        }
            label.default-product-name {
                margin-bottom: -2px;
                padding: 0px 10px 5px;
            }
            label.default-product-price {
                padding: 8px 10px;
            }
                .box-product .btn-see-detail {
                    background-color: #c30300;
                    font-family: 'OpenSansBold';
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    width: 100%;
                    bottom: 0;
                    left: 0;
                    padding: 4px 0;       
                    transform: translateY(100%);
                    opacity: 0;
                    -webkit-transition: transform 0.4s, opacity 0.2s;
                    transition: transform 0.4s, opacity 0.2s;
                }
                .product-list .box-product-img {
                    border-radius: 0;
                }
                .box-product label {
                    text-align: left;
                }
                    .box-product:hover .btn-see-detail {
                        transform: translateY(0%);
                        opacity: 1;
                    }
                    .box-product:hover {
                        border: 1px solid #c30300;
                    }
            .product-list .button {
                margin: 20px auto 0;
                width: 100px;
                display: block;
            }
    .sort-product {
    }
        .sort-product label.label-sort {
            display: inline-block;
            font-family: 'OpenSansBold';
            
        }
        .sort-product .form-group {
            display: inline-block;
            margin-left: 10px;
        }
            .sort-product .form-group .form-control {
                display: inline-block;
                border-radius: 0;
            }
/** PRODUCT DETAIL **/
.product-detail {
    padding: 0 20px 10px 0;
}
    .product-detail-image {
        width: 45%;
    }
        .product-image-frame {
            width: 285px;
            height: 285px;
        }
            .product-image-frame img {
                width: 100%;
                height: 100%;
            }
        #gallery-product {
            width: 64px;
        }
            #gallery-product img {
                width: 100%;
                height: auto;
            }
                .gallery-product-item {
                    margin-bottom: 5px;
                }
        .button-click-here {
            width: 285px;
            text-align: center;
            background-color: #0070c0;
            font-family: 'OpenSansBold';
            line-height: 18px;
            color: #fff;
            margin-top: 10px;
            cursor: pointer;
            padding: 2px 0px 10px;
        }
            .button-click-here .fa {
                font-size: 26px;
                padding-left: 10px;
                transform: translate(0px, 4px);
            }
    .product-detail-desc {
        padding-left: 30px;
        width: 55%;
    }
        .product-detail-desc label {
            margin: 0;
        }
        .product-detail-desc .button {
            width: 280px;
        }
        .label-pcategory {
            color: #0071c1;
            font-family: 'OpenSansBoldItalic';
            font-size: 18px;
        }
        .label-pname {
            font-family: 'OpenSansBold';
            font-size: 30px;
            line-height: 30px;
        }
        .label-pprice {
            font-size: 30px;
            line-height: 30px;
            border-bottom: 1px solid #ebebeb;
            padding-bottom: 10px;
        }
        .label-pstatus {
            padding: 10px 0;
            border-bottom: 1px solid #ebebeb;
            font-family: 'OpenSansBold';
            color: #000;
        }
            .label-pstatus span {
                color: #fdb813;
            }
        .label-pdesc {
            font-family: 'OpenSansBold';
            color: #000;
            padding: 10px 0;
        }
        .pquantity {
            padding: 10px 0;
            border-bottom: 1px solid #ebebeb;
        }
            .pquantity label {
                font-family: 'OpenSansBold';
                color: #000;
                margin: 0;
                padding: 8px 0;
            }
            .pquantity .form-group {
                width: 150px;
                margin: 0 15px;
            }
                .pquantity .form-group .form-control {
                    border-radius: 0;
                    text-align: center;
                }
        .product-detail-desc p {
            line-height: 18px;
        }
    .product-detail-spec {
        padding: 15px 25px;
        margin: 10px 0;
    }
        .product-detail-spec label {
            font-family: 'OpenSansBold';
            font-size: 18px;
            border-bottom: 1px solid #ebebeb;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .product-detail-spec p {
            padding-right: 45px;
        }
/** PRODUCT OTHER FRAME **/
.product-other {
    padding: 0 0 0 70px;
}
    .product-other label.title {
        background-color: #0070c0;
        color: #fff;
        font-family: 'OpenSansBold';
        font-size: 17px;
        padding: 6px 0;
        text-align: center;
    }
    .product-other .box-product {
        width: 100%;
        margin: 0 0 10px 0;
        border-radius: 0;
        text-align: left;
        position: relative;
        border-color: #bbbbc1;
    }

/** CART FRAME PAGE **/
.cart-frame {
    padding: 25px 50px;
}
    .cart-frame label.title-cart {
        font-family: 'OpenSansBold';
        font-size: 24px;
    }
        .cart-frame label.title-cart span {
            font-family: 'OpenSans';
            font-size: 15px;
        }
        .cart-frame label.title-cart span a {
            color: #fcb715;
            text-decoration: underline;
        }
    #cart-list {  
        margin-top: 15px;
    }
        .cart-list-title {
            padding: 10px 0;
        }
        .cart-detail-list {
            border-top: 1px solid #ebebeb;
        }
            .cart-detail-list img {
                height: 100px;
                width: auto;
            }
            .cart-list {
                content: " ";
                display: table;
                height: 130px;
                float: left;            
            }
                .cart-list div.cart-list-o {
                    content: " ";
                    display: table-cell;
                    vertical-align: middle;                
                }
                .cart-list .cart-product-name {
                    font-size: 18px;
                }
                .cart-list .cart-product-price {
                    font-family: 'OpenSansBold';
                    color: #c30300;
                }
                    .select-sort {
                        border: 1px solid #D1D1D1;
                        border-radius: 5px;
                        overflow: hidden;
                        width: 50px;
                    }
                        .select-sort input {
                            width: 33px;
                            text-align: center;
                            border: 0;
                            height: 29px;
                        }
                        .select-sort span {
                            float: right;
                            height: 29px;
                            width: 15px;
                            position: relative;
                        }
                            .select-sort .btn {
                                background-color: transparent;
                                border: 1px solid #d1d1d1;
                                border-radius: 0;
                                position: absolute;
                                height: 16px;
                                padding: 0px 3px !important;
                            }
                                .select-sort .sort-btn.sort-up {
                                    margin-top: -1px;
                                }
                                .select-sort .sort-btn.sort-down {
                                    top: 14px;
                                }
                                .select-sort .sort-btn .fa {
                                    transform: translate(0px, -4px);
                                }
            .cart-to-checkout {
                background-color: #c30300;
                color: #fff;
                font-size: 18px;
                text-align: right;
            }
                .cart-to-checkout label {
                    display: inline-block;
                    margin: 0;
                }
                    .cart-to-checkout label#next-checkout {
                        background-color: #006dbf;
                        cursor: pointer;
                        padding: 8px 25px 8px 50px;
                        margin-left: 30px;
                    }
                        .cart-to-checkout label#next-checkout .fa {
                            margin-left: 10px;
                        }
    .cart-list .btn.action {
        padding: 4px 8px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        color: #000;
    }

.checkout-page {
}
    .top-step-cart {
        background-color: #ebebeb;
        font-family: 'OpenSansBold';
        font-size: 18px;
        margin-bottom: 25px;
    }
        .top-step-cart label {
            display: inline-block;
            padding-top: 8px;
            padding-bottom: 8px;
            margin: 0;
        }
        .top-step-cart .left {
            width: 30px;
            color: #fff;
            text-align: center;
            background-color: #555555;
        }
        .top-step-cart .right {
            padding-left: 40px;
        }
            .top-step-cart.step-active {
                background-color: #0070c0;
                color: #fff;
            }
    .cp-left {
        border-right: 1px solid #ebebeb;
        padding: 15px 80px 0 0;
    }
    .cp-right {
        padding: 15px 0 0 80px;
    }
        .checkout-page .form-group {
            margin-bottom: 5px;
        }
        .checkout-page label.title {
            font-family: 'OpenSansBold';
            font-size: 24px;
        }
        .checkout-page label.sub-title {
            color: #6c684f;
            margin-bottom: 20px;
        }
        .checkout-page label.title-part {
            font-family: 'OpenSansBold';
            font-size: 18px;
            padding: 0;
            margin-bottom: 8px;
        }
            .checkout-page label.title-part.bg-red,
            .checkout-page label.title-part.bg-grey {
                color: #fff;
                padding: 10px;
            }
        .checkout-page .captcha,
        .login-page .captcha,
        .confirm-payment .captcha {
            width: 90px;
            float: left;
            margin-right: 5px;
        }
            .checkout-page #captcha {
                background-color: #c30300;
                color: #fff;
            }
        .checkout-page .btnReload {
            height: 35px;
        }
        .checkout-page .cp-right .button {
            width: 200px;
            margin-bottom: 20px;
        }
        .checkout-page .cp-left .button {
            width: 100px;
            float: right;
        }
        label.button-voucher {
            color: #fff;
            background-color: #18b261;
            cursor: pointer;
            text-align: center;
            padding: 10px 0;
        }
    .cr-personal-data,
    .cr-shipping,
    .cr-payment {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
        .cr-left {
            padding: 0 2px 0 0;
        }
        .cr-right {
            padding: 0 0 0 2px;
        }
        .checkout-review select.form-control {
            background: #FFF url("../images/arrow-updown-bold.png") no-repeat scroll 95% 50%;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
        }
            .checkout-review select.form-control option {
                padding: 3px 12px;
            }
    .activation-frame {
        text-align: center;
        padding: 70px;
    }
        .activation-frame label {
            font-family: 'OpenSansBold';
            font-size: 36px;
            color: #0070c0;
            margin-bottom: 30px;
        }
        .activation-frame p {
            width: 50%;
            font-size: 18px;
            margin: 0 auto;
        }
.checkout-review-cart {
    font-family: 'OpenSansLight';
}
    .review-cart-title {
        background-color: #197ec6;
        font-family: 'OpenSansBold';
        font-size: 18px;
        color: #fff;
        padding: 13px 20px;
    }
    .review-cart-detail {
        border: 1px solid #b9bac1;
    }
        .review-cart-detail-frag {
            border-bottom: 1px solid #ebebeb;
            padding: 10px 20px 10px 0;
            text-align: center;
        }
            .review-cart-detail-frag span,
            .review-cart-detail-price span {
                color: #38474f;
            }
        .review-cart-detail-price {
            color: #000;
            padding: 10px 20px 10px 30px;
        }
        .review-cart-detail-total {
            border-top: 1px solid #ebebeb;
            font-family: 'OpenSansBold';
            font-size: 18px;
            color: #000;
            font-size: 18px;
            padding: 10px 20px 10px 30px;
        }
        .review-cart-link {
            margin-top: 20px;
        }
            .review-cart-link .btn-bgred {
                width: 225px !important;
            }
            .review-cart-link .btn-bgblue {
                width: 180px !important;
                float: right;
            }
.success-page {
    padding: 25px 0;
    width: 470px;
    text-align: center;
    margin: 23px auto 0;
}
    .success-page #title {
        color: #0070c0;
        font-family: 'OpenSansBold';
        font-size: 36px;
    }
    .success-page #subtitle {
        font-size: 24px;
    }
    .success-bank {
        background-color: #a1a1a1;
        color: #fff;
        padding: 20px 30px;
        width: 405px;
        margin: 15px auto;
        font-size: 19px;        
    }
        .success-bank label strong {
            font-family: 'OpenSansBold';
        }
        .success-page p {
            font-size: 18px;
        }
        success-page .button {
            width: 260px;
        }


/** WIDGET LAYOUT **/
.widget-layout {
}
    .widget-layout-item {
        float: left;
        width: 339px;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }
        .widget-layout.horizontal .widget-layout-item {
            margin-left: 16px;
        }
        .widget-layout.vertical .widget-layout-item {
            margin-bottom: 15px;
        }
            .widget-layout.horizontal .widget-layout-item:first-child {
                margin-left: 0;
            }
        .widget-layout-item img {
            width: 100%;
            height: auto;
        }
            .widget-desc {
                position: absolute;
                top: 0px;
                width: 100%;
                height: 100%;
                padding: 7% 10px 40px 115px;
                color: #fff;
                cursor: pointer;
            }
                .widget-desc label {
                    font-family: 'OpenSansBold';
                    font-size: 24px;
                    margin: 0 0 5px 0;
                    color: #fff;
                    cursor: pointer;
                }
                .widget-desc p {
                    font-family: 'OpenSansLight';
                    line-height: 1.2;
                }

/** MEMBER LOGIN PAGE **/
.login-frame {
    background: url('../images/bg-patterns.jpg') repeat;
    padding: 20px 0;
}
#login-frame {
    width: 1090px;
    margin: 0 auto;
}

.login-frame-left {
    padding: 0 40px 0 0;
}
.login-frame-right {
    padding: 0 0 0 40px;
}
    .login-page {
        background-color: #fff;
        border: 1px solid #bbbbc1;
        box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        padding: 25px;
    }
        .login-page .title {
            font-family: 'OpenSansBold';
            font-size: 24px;
            line-height: 26px;
        }
        .login-page .subtitle {
            color: #6c684f;
            margin-bottom: 15px;
        }
            .login-page .form-group {
                margin-bottom: 5px;
            }
            .login-page .button {
                width: 100px;
            }
            .login-page  a#forgot {
                color: #feb70d;
                font-family: 'OpenSansLightItalic';
            }
            .login-page #captchaLogin,
            .login-page #captchaRegis {
                background-color: #6c684f;
                color: #fff;
            }
.member-frame {
    padding: 35px 25px;
}
    .member-menu {
        padding: 0px 40px 0 0;
    }
        .member-menu ul li {
            background-color: #ebebeb;
            border-bottom: 1px solid #e5e5e5;
            display: block;
        }
            .member-menu ul li:first-child {
                background-color: #c30300;
                border: 0;
                font-family: 'OpenSansBold';
                font-size: 18px;
                color: #ebebeb;
                padding: 15px 20px;
            }
        .member-menu ul li a {
            display: block;
            padding: 15px 20px;
        }
            .member-menu ul li.active,
            .member-menu ul li a:hover {
                background-color: #0070c0;
                color: #fff;
            }
    .member-content {
        padding: 0;
        font-family: 'RobotoRegular';
    }
        .member-content label.title {
            display: block !important;
            float: none;
            font-size: 30px;
            margin-bottom: 25px;
            color: #555555;
            text-transform: uppercase;
        }
            .member-content label.title .fa {
                color: #c30300;
                margin-left: 15px;
            }
        .member-content label.sub-title {
            display: block !important;
            font-size: 18px;
            float: none;
            color: #0070c0;
            text-transform: capitalize;
        }
            .member-account-detail {
                padding: 0 25px 10px 0;
                border-bottom: 1px solid #ebebeb;
                margin-bottom: 15px;
                margin-top: 25px;
            }
                .member-account label {
                    display: inline-block;
                    margin-bottom: 25px;
                    float: left;
                }
                .member-account label.left {
                    font-size: 18px;
                    text-transform: capitalize;
                }
                .member-account label.right {
                    font-family: 'RobotoLight';
                    font-size: 14px;
                }
                .member-change .form-group {
                    margin-bottom: 10px;
                }
                    .member-change .form-group label {
                        margin: 0;
                        font-size: 16px;
                        padding: 10px 0;
                    }
                .member-change .button {
                    width: 120px;
                    margin-top: 20px;
                }
            
            .member-myorder {
                padding-right: 60px;
            }
                .myorder-title {
                    font-family: 'OpenSansBold';
                    padding: 10px 0;
                    border-bottom: 1px solid #ebebeb;
                }
                .myorder-list {
                    font-family: 'OpenSansLight';
                    padding: 15px 0;
                    border-bottom: 1px solid #ebebeb;
                }
                    .myorder-list a {
                        display: block;
                        font-family: 'OpenSansBold';
                        font-size: 12px;
                        color: #f2bb3a;
                    }  
                .myorder-total {
                    padding-right: 15px;
                    border-bottom: 1px solid #ebebeb
                }
                    .myorder-total-list {
                        padding: 10px 0;
                        font-size: 16px;
                    }
                        .myorder-total-list.grand-total {
                            font-size: 18px;
                        }
                .member-myorder .button {
                    width: 120px;
                    margin-top: 10px;
                    float: right;
                }
    .confirm-payment {
        margin: 30px auto 40px;
        float: none;
    }

/** ARTICLE PAGE **/
.article-frame {
    padding: 0 15px 0 0;
}
    .article-list {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ebebeb;
    }
        .article-list-img {
            padding: 0 15px 0 0;
        }
            .article-list-img img {
                width: 100%;
                height: auto;
            }
        .article-list-desc {
            padding: 0;
        }
            .article-list-desc label {
                font-family: 'OpenSansBold';
                font-size: 18px;
                color: #000;
            }
            .article-list-desc span {
                font-family: 'OpenSansLightItalic';
                color: #0070c0;
            }
            .article-list-desc p {
                font-size: 13px;
            }
        .article-detail img {
            height: 280px;
            width: auto;
            margin-bottom: 10px;
        }
            .article-detail label {
                font-family: 'OpenSansBold';
                font-size: 22px;
                color: #000;
            }
            .article-detail span {
                font-family: 'OpenSansLightItalic';
                color: #0070c0;
            }
            .article-detail span#source-article {
                font-family: 'OpenSansBold';
                color: #000;
            }
            .article-detail p {
                font-size: 13px;
            }

/** SEARCH PAGE **/
.search-frame {
    padding: 20px;
}
    .search-frame .product-list {
        margin: 0px -15px 30px;
		padding-left:15px;
    }
        .search-frame label.title-page span {
            font-family: 'OpenSansBoldItalic';
            font-size: 16px;
            padding-top: 10px;
        }
        .search-frame .product-list .box-product {
            width: 185px;
            margin: 15px;
        }


/******************************************************
    FOOTER CONTENT
******************************************************/
.footer {
    background-color: #fff;
    font-size: 12px;
}
    .footer-content {
        width: 1090px;
        margin: 0 auto;
    }
        .footer-top {
            padding: 30px 0;
        }
            .ft-about {
                padding-right: 60px;
            }
                .ft-about .button {
                    width: 115px;
                }
            .footer-top label.title {
                font-family: 'OswaldLight';
                color: #000;
                font-size: 18px;
                margin-bottom: 20px;
            }
            .footer-top p {
                margin-bottom: 20px;
            }
            .footer-top ul li {
                display: block;
                padding: 3px 0;
            }
            .footer-top span {
                display: block;
                margin-bottom: 5px;
            }
            .footer-top span#title {
                font-size: 14px;
            }
            .footer-top .fa {
                color: #da2727;
                background-color: #f4f4f4;
                border-radius: 25px;
                width: 40px;
                text-align: center;
                margin: 0 1px;
                font-size: 20px;
                padding: 10px 0;
            }
        .footer-bottom {
            font-family: 'OpenSansLight';
            border-top: 1px solid #ebebeb;
            padding: 10px 0;
        }
            .footer-bottom ul li {
                border-right: 1px solid #c2c2c2;
                padding: 0 10px;
            }
                .footer-bottom ul li:last-child {
                    border: 0;
                }


/** F A Q PAGE **/
.faq-frame {
    padding: 20px;
}
    .faq-frame p {
        font-family: 'OpenSansLight';
        margin-bottom: 20px;
    }
    .faq-frame .panel {
        border: 0;
        box-shadow: 0 0 0 0;
        border-radius: 0;
    }
        .faq-frame .panel-default > .panel-heading {
            color: #fff;
            background-color: #000;
            border-radius: 0;
            padding: 0;
        }
            .faq-frame .panel-default .panel-title {
                font-size: 24px;
            }
                .faq-frame .panel-default .panel-title a {
                    display: block;
                    padding: 7px 13px;
                }
                    .faq-frame .panel-default .panel-title a:hover {
                        color: #fff;
                    }
        .faq-frame .panel-default:first-child > .panel-heading {
            background-color: #c30300;
        }
            .faq-frame .panel-default:first-child > .panel-heading .fa-minus-circle {
                display: block;
            }
            .faq-frame .panel-default:first-child > .panel-heading .fa-plus-circle {
                display: none;
            }
                    .faq-frame .panel-default .panel-title a[aria-expanded="true"] {
                        background-color: #c30300;
                    }
                    .faq-frame .panel-default .panel-title a[aria-expanded="false"] {
                        background-color: #000;
                    }
            .faq-frame .panel-default .panel-title .fa {
                float: right;
            }
                    .faq-frame .panel-default .panel-title .fa-minus-circle {
                        display: none;
                    }
                    .faq-frame .panel-default .panel-title a[aria-expanded="true"] .fa-minus-circle {
                        display: block;
                    }
                    .faq-frame .panel-default .panel-title a[aria-expanded="true"] .fa-plus-circle {
                        display: none;
                    }
                    .faq-frame .panel-default .panel-title a[aria-expanded="false"] .fa-minus-circle {
                        display: none;
                    }
                    .faq-frame .panel-default .panel-title a[aria-expanded="false"] .fa-plus-circle {
                        display: block;
                    }
            .faq-frame .panel-default .panel-body {
                font-size: 12px;
            }


.menu-list-mobile { display: none; }
/* --------------------------------
    SHARE LINK 
----------------------------------- */
.share-link{
    margin: 10px 0;
}
    a.fb {
        background: #fff url("../images/fb-icon-share.png") no-repeat scroll center center / 23px 23px;
        width: 32px;
        height: 32px;
    }
    a.twitter {
        background: #fff url('../images/twitter-icon-share.png') no-repeat scroll center center / 23px 23px;
        width: 32px;
        height: 32px;
    }
    a.mail {
        background: #fff url('../images/mail-icon-share.png') no-repeat scroll center center / 23px 23px;
        width: 32px;
        height: 32px;
    }
    a.print {
        background: #fff url('../images/print-icon-share.png') no-repeat scroll center center / 23px 23px;
        width: 32px;
        height: 32px;
    }

/* ---------------------------------------------------------------------------------
	BACK TO TOP
	--------------------------------------------------------------------------------- */

    .cd-top {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 40px;
        right: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        /* image replacement properties */

        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: rgba(232, 98, 86, 0.8) url('images/cd-top-arrow.svg') no-repeat center 50%;
        background-size: 40px auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        
        border-radius: 4px;
    }

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */

        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

        opacity: .5;
    }

    .no-touch .cd-top:hover {
        background-color: #e86256;
        opacity: 1;
    }
        

/********************************************
    MOBILE VERSION
********************************************/
@media (max-width: 1089px){
    .header-content {
        width: 100%;
        padding: 5px 0;
    }
    .company-logo { 
        height: 56px;/**65px;  */
		width: auto; 
    }
    .header-top { 
        font-size: 11px; /**12px; */
    }
        .header-top .header-content .col-xs-12 { 
            padding: 5px 0; text-align: center; 
        }
    .header-middle .col-xs-12 { 
        padding: 10px; text-align: center; 
    }
        .header-content .form-group { 
            padding: 0; 
        }
    .header-menu,
    .header-info {
        width: 100%;
    }
    .header-menu ul li {
        width: 20%;
        padding: 10px 0 !important;
        vertical-align: top;
        text-align: center;
    }
        .header-menu ul li span {
            font-size: 10px;
            display: block;
            padding: 0 5px;
        }
        .header-menu ul li .fa {
            font-size: 20px;
            display: block;
        }
    .content { 
        width: 100%; 
        padding: 20px 10px;
    }
    .menu-left {
        display: none;
    }
    .default-frame { 
        width: 100%; 
    }
        .default-box-list { 
            margin: 0; 
        }
    .box-product { 
        width: 145px; 
        margin: 0;
        overflow: hidden; 
        border-radius: 0;
    }
            .default-box-list .box-product-img {
                border-radius: 0;
            }
        .box-product label.title { 
            font-size: 14px; 
        }
            .new-product-frame .box-product label { 
                height: 40px; 
            }
    .product-detail {
        padding: 0;
    }
        .product-detail .breadcrumb {
            width: 100%;
        }
        .product-detail .product-detail-image {
            width: 100%;
        }
            .product-detail .product-detail-image .product-image-frame {
                width: 100%;
                height: 100%;
            }
            .product-detail .product-detail-image #gallery-product {
                margin-top: 10px;
                float: left;
            }
            .product-detail .product-detail-image .button-click-here {
                width: 100%;
            }
        .product-detail .product-detail-desc {
            width: 100%;
            padding: 10px 0 10px 0;
        }
            .product-detail .product-detail-desc .button { 
                width: 100%;
            }
        .product-detail .product-detail-spec {
            padding: 15px;
        }
    .product-other {
        padding: 0;
    }
        .product-other .box-product {
            width: 145px;
        }
            .product-other .box-product .box-product-img {
                border-radius: 0;
            }
    .cart-list-title div { padding: 0 1px; }
    .cart-list { padding: 0 1px; }
        .cart-list-image { display: none; }
        .cart-list .select-sort { width: 40px; }
            .cart-list .select-sort input { width: 23px; }
            .cart-list .cart-product-name { font-size: 15px; }
            .cart-list .cart-list-o span { font-size: 13px; }
            .cart-list-act { text-align: center; }
        .cart-to-checkout label#next-checkout {
            padding: 8px 10px 8px 15px;
            margin-left: 5px;
        }
    .top-step-cart label {
        padding-top: 9px;
        padding-bottom: 9px;
    }
        .top-step-cart .left {
            float: left;
            display: inline;
            width: 17%;        
        }
        .top-step-cart .right {
            width: 83%;
            padding: 5px 0px 5px 5px;
            font-size: 12px;
            vertical-align: middle;
            display: table-cell;
            height: 34px;
            font-size: 12px;
        }
    .cp-left {
        border-right: 0;
        border-bottom: 1px solid #EBEBEB;
        padding: 0 0 20px 0;
        margin-bottom: 20px;
    }
        .checkout-page label.title,
        .checkout-page label.sub-title {
            text-align: center;
        }
    .cp-right {
        padding: 0;
        text-align: center;
    }
        .checkout-page .cp-right .button {
            float: left;
            width: 145px !important;
            font-size: 16px;
            line-height: 1.2;
            height: 65px;
        }
            .checkout-page .cp-right .button.btn-bgblue {
                float: right;
            }
    .success-page {
        width: 100%;
    }
        .success-page #title { font-size: 28px; }
        .success-page #subtitle { font-size: 20px; }
        .success-bank { width: 300px; }
    .widget { height: 160px; }
    .widget-left, .widget-right { padding: 5px 0; }
        .widget label {
            width: 90%;
            margin: 15px 10px 15px;
            font-size: 15px;
        }
        .widget p {
            padding-left: 5%;
            font-size: 13px;
        }
    .widget-layout-item {
        width: 100%;
        margin: 0px 0px 10px 0px !important;
    }
    .footer-content {
        width: 100%;
        padding: 0 10px;
    }
        .footer-top .col-xs-6, .footer-top .col-xs-12 { padding: 0; margin-bottom: 10px; }
        .ft-about { 
            border-bottom: 1px solid #ebebeb;
            padding: 0 0 10px 0 !important; 
            margin-bottom: 10px; 
        }
            .footer-top .ft-about label.title,
            .footer-top .ft-information label.title { 
                text-align: center; 
            }
        .ft-information {
            padding-top: 10px !important;
            border-top: 1px solid #ebebeb;
        }
        .footer-bottom div { text-align: center; }
    .faq-frame .panel-default .panel-title { font-size: 18px; }
    .contact-info { margin: 15px 0 0; }
    .about-left { padding: 0 0 30px 0; border-bottom: 1px solid #ebebeb; }
    .about-right { padding: 0; }
    .article-frame { padding: 0 0 15px 0;}
        .article-detail img { width: 100%; height: auto; }
    .member-frame { padding: 20px 0; }
        .member-menu { padding: 0; margin-bottom: 20px; }
        .member-content { padding: 0 10px; }
            .member-menu ul li a { padding: 10px 15px; }
                .member-menu ul li:first-child { padding: 10px 15px; }
            .member-content label.title { font-size: 24px; }
                .member-account label.left { font-size: 14px; }
                .member-myorder { padding: 0; }

    #login-frame { width: 100%; }
    .login-frame-left { padding: 0 10px 30px; }
        .login-page { padding: 10px; }
        .checkout-page .captcha, 
        .login-page .captcha { 
            width: 65px;
        }
    .login-frame-right { padding: 30px 10px 0; }
    
    .header-mobile { display: block; }
    .menu-list-mobile {
        display: block;
        position: absolute;
        width: 85%;
        z-index: 99;
        transform: translateX(-100%);
        -webkit-transition: transform 0.2s;
        transition: transform 0.2s;
    }
        .menu-list-mobile ul.ul-first-level li.li-first-level:first-child {
            padding: 14px 20px;
        }
        .menu-list-mobile ul li.li-first-level label {
            margin: 0;
            padding: 10px 15px;
            cursor: pointer;
        }
        .menu-list-mobile ul li.li-first-level span {
            font-size: 26px;
            float: right;
            line-height: 16px;
        }
            .menu-list-mobile ul li.li-first-level span.plus-category,
            .menu-list-mobile ul li.li-first-level span.plus-sub-category {
                display: block;
            }
            .menu-list-mobile ul li.li-first-level span.minus-category,
            .menu-list-mobile ul li.li-first-level span.minus-sub-category { 
                display: none;
            }
        .menu-list-mobile ul.ul-second-level,
        .menu-list-mobile ul.ul-third-level {
            background-color: #FFF;
            color: #898989;
            display: none;
            position: relative;
            width: 100%;
            z-index: 9;
            padding-left: 15px;
        }
                
}

@media (min-width: 480px) and (max-width: 1089px){
    .product-detail .product-detail-image {
        width: 40%;
    }
    .product-detail .product-detail-desc {
        width: 60%;
        padding: 0 0 10px 15px;
    }
}

.product-search .form-group #key {
    font-family: 'OpenSansBold';
    border: 1px solid #bbbbc1;
    background-color: #fff;
    height: 48px;
}

.product-search .form-group #key::placeholder {
    color: #000;
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 50%;
}

#icon-search-product {
    position: absolute;
    /* float: right; */
    right: 15px;
    margin-top: 15px;
    font-size: 28px;
}

.rfq-frame {
    padding: 20px 0;
}

.rfq-frame .form-group {
    margin-bottom: 20px;
}