/*==========================================================

	3. ELEMENTS

==========================================================*/ 
.pagination {
    text-align: center;
    display: block;
    margin: 0;
}

    .pagination > li {
        display: inline-block;
        font-size: 14px;
        margin-left: 3px;
        margin-bottom: 7px;
        vertical-align: top;
    }

        .pagination > li:first-child > a,
        .pagination > li:last-child > a,
        .pagination > li:first-child > span,
        .pagination > li:last-child > span {
            border-radius: 0;
        }

        .pagination > li > a,
        .pagination > li > span {
            color: #333333;
            border: 1px solid #dfdfdf;
            line-height: 32px;
            min-width: 34px;
            text-align: center;
            padding: 0 5px;
            border-radius: 0;
            background-color: #fff;
        }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                background-color: #fff;
                color: #ff3366;
                border-color: #dfdfdf;
            }

    .pagination .action > a,
    .pagination .action > span {
        color: #888888;
    }

    .pagination .active > a,
    .pagination .active > span,
    .pagination .active > a:hover,
    .pagination .active > span:hover,
    .pagination .active > a:focus,
    .pagination .active > span:focus {
        background-color: #fff;
        color: #ff3366;
        border-color: #dfdfdf;
    }

.pager > li > a,
.pager > li > span {
    color: #a9a9a9;
    border-color: #dcdcdc;
    line-height: 37px;
    min-width: 39px;
    text-align: center;
    padding: 0 25px;
    border-radius: 40px;
}

    .pager > li > a:hover,
    .pager > li > span:hover,
    .pager > li > a:focus,
    .pager > li > span:focus {
        background-color: #1a1a1a;
        color: #fff;
        border-color: #1a1a1a;
    }

.breadcrumb {
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 20px;
}

    .breadcrumb li {
        color: #333;
        line-height: 25px;
    }

        .breadcrumb li + li:before {
            color: #999999;
            content: " / ";
            margin: 0 2px;
        }

        .breadcrumb li a {
            color: #333;
        }

            .breadcrumb li a:hover {
                color: #ff3366;
            }

    .breadcrumb .active {
        color: #999999;
    }

        .breadcrumb .active a {
            color: #999999;
        }

.dropdown-menu {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}

    .dropdown-menu > li > a {
        color: #333333;
        padding: 6px 12px;
    }

        .dropdown-menu > li > a:hover {
            background-color: #ff3366;
            color: #fff;
        }

    .dropdown-menu .dropdown-header {
        color: #777;
        padding: 6px 12px;
    }

.cms-rtl .dropdown-menu {
    text-align: right;
    float: right;
}

th {
    text-align: right;
}

    .btn.form-control-feedback {
        border: none;
        pointer-events: auto;
    }

    .btn:focus,
    .btn.focus {
        outline: none;
        outline-style: none;
    }

    .btn:hover,
    .btn:focus {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
        outline-style: none;
    }

.btn-lg {
    height: 60px;
    font-size: 18px;
}

.btn-sm {
    height: 28px;
    font-size: 12px;
}

a.btn {
    height: auto;
    line-height: 37px;
}

a.btn-lg {
    height: auto;
    line-height: 60px;
}

a.btn-sm {
    height: auto;
    line-height: 28px;
}

.btn-default {
    color: #6b6b6b;
    background-color: transparent;
    border-color: #e3e3e3;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active {
        color: #ffffff;
        background-color: #ff4e00;
        border-color: #e3e3e3;
    }

.open .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #ff3366;
    border-color: #e3e3e3;
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: #e3e3e3;
}

.btn-default .badge {
    color: transparent;
    background-color: #6b6b6b;
}

.btn-inline {
    color: #ffffff;
    background-color: #ff3366;
    border-color: #ff3366;
}

    .btn-inline:hover,
    .btn-inline:focus,
    .btn-inline.focus,
    .btn-inline:active,
    .btn-inline.active {
        color: #ffffff;
        background-color: #171717;
        border-color: #171717;
    }

.open .btn-inline.dropdown-toggle {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}

.btn-inline:active,
.btn-inline.active {
    background-image: none;
}

.open .btn-inline.dropdown-toggle {
    background-image: none;
}

.btn-inline.disabled,
.btn-inline[disabled],
fieldset[disabled] .btn-inline,
.btn-inline.disabled:hover,
.btn-inline[disabled]:hover,
fieldset[disabled] .btn-inline:hover,
.btn-inline.disabled:focus,
.btn-inline[disabled]:focus,
fieldset[disabled] .btn-inline:focus,
.btn-inline.disabled:active,
.btn-inline[disabled]:active,
fieldset[disabled] .btn-inline:active,
.btn-inline.disabled.active,
.btn-inline[disabled].active,
fieldset[disabled] .btn-inline.active {
    background-color: #ff3366;
    border-color: #ff3366;
}

.btn-inline .badge {
    color: #ff3366;
    background-color: #ffffff;
}

.btn-inline-sub {
    color: #ffffff;
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}

    .btn-inline-sub:hover,
    .btn-inline-sub:focus,
    .btn-inline-sub.focus,
    .btn-inline-sub:active,
    .btn-inline-sub.active {
        color: #ffffff;
        background-color: #ff3366;
        border-color: #ff3366;
    }

.open .btn-inline-sub.dropdown-toggle {
    color: #ffffff;
    background-color: #ff3366;
    border-color: #ff3366;
}

.btn-inline-sub:active,
.btn-inline-sub.active {
    background-image: none;
}

.open .btn-inline-sub.dropdown-toggle {
    background-image: none;
}

.btn-inline-sub.disabled,
.btn-inline-sub[disabled],
fieldset[disabled] .btn-inline-sub,
.btn-inline-sub.disabled:hover,
.btn-inline-sub[disabled]:hover,
fieldset[disabled] .btn-inline-sub:hover,
.btn-inline-sub.disabled:focus,
.btn-inline-sub[disabled]:focus,
fieldset[disabled] .btn-inline-sub:focus,
.btn-inline-sub.disabled:active,
.btn-inline-sub[disabled]:active,
fieldset[disabled] .btn-inline-sub:active,
.btn-inline-sub.disabled.active,
.btn-inline-sub[disabled].active,
fieldset[disabled] .btn-inline-sub.active {
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}

.btn-inline-sub .badge {
    color: #9a9a9a;
    background-color: #ffffff;
}

.hp1-btn {
    color: #666666;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 38px;
}

    .hp1-btn:hover,
    .hp1-btn:focus,
    .hp1-btn.focus,
    .hp1-btn:active,
    .hp1-btn.active {
        color: #ffffff;
        background-color: #3f5266;
        border-color: #3f5266;
    }

.open .hp1-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #3f5266;
    border-color: #3f5266;
}

.hp1-btn:active,
.hp1-btn.active {
    background-image: none;
}

.open .hp1-btn.dropdown-toggle {
    background-image: none;
}

.hp1-btn.disabled,
.hp1-btn[disabled],
fieldset[disabled] .hp1-btn,
.hp1-btn.disabled:hover,
.hp1-btn[disabled]:hover,
fieldset[disabled] .hp1-btn:hover,
.hp1-btn.disabled:focus,
.hp1-btn[disabled]:focus,
fieldset[disabled] .hp1-btn:focus,
.hp1-btn.disabled:active,
.hp1-btn[disabled]:active,
fieldset[disabled] .hp1-btn:active,
.hp1-btn.disabled.active,
.hp1-btn[disabled].active,
fieldset[disabled] .hp1-btn.active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.hp1-btn .badge {
    color: #ffffff;
    background-color: #666666;
}

a.hp1-btn {
    line-height: 38px;
    height: auto;
}

.form-controls {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-style: none;
    outline-width: 0;
    border: 1px solid #ececec;
}

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control:hover,
    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ececec;
    }

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center left 11px;
    background-repeat: no-repeat;
    background-image: url(/content/home/images/icon/arrow-select.png);
    padding-left: 22px;
}

.input-group-addon {
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

select.input-sm {
    line-height: 1;
}

.nav-tabs {
    margin-bottom: 15px;
}

    .nav-tabs > li > a {
        border-radius: 0;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            border-color: #ddd #ddd transparent;
            background-color: transparent;
        }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #ff3366;
    }

.nav-pills {
    margin-bottom: 15px;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

        .nav-pills > li > a:hover,
        .nav-pills > li > a:focus {
            color: #fff;
            background-color: #5e5e5e;
        }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #5e5e5e;
    }

.tab-content > .tab-pane {
    width: 100%;
    /*display: block;*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .tab-content > .tab-pane.active {
        z-index: 30;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.owl-carousel .owl-item {
    padding-bottom: 1px;
}

    .owl-carousel .owl-item img {
        width: auto;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    .owl-carousel .owl-item .img-slide img {
        display: block;
        width: 100%;
    }
/*==========================================================

	4. HEADER

==========================================================*/
.block-search .block-title {
    display: none;
    width: 60px;
    height: 49px;
    padding: 0;
    background-color: #ff3366;
    color: #fff;
    text-align: center;
    line-height: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/content/home/images/icon/index1/search.png);
}

    .block-search .block-title span {
        display: none;
    }

.block-search .block-content:before,
.block-search .block-content:after {
    content: "";
    display: table;
}

.block-search .block-content:after {
    clear: both;
}

.block-search .categori-search {
    width: 160px;
    float: left;
    margin-right: -1px;
}

.cms-rtl .block-search .categori-search {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}

.block-search .categori-search .chosen-container {
    width: 100% !important;
}

    .block-search .categori-search .chosen-container .chosen-single {
        line-height: 47px;
        height: 49px;
        border-radius: 0;
        border: 1px solid #aaaaaa;
        background-color: #fff;
        background-image: none;
        box-shadow: none;
        padding-left: 15px;
        padding-right: 28px;
        position: relative;
        text-transform: capitalize;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
    }

.cms-rtl .block-search .categori-search .chosen-container .chosen-single {
    padding-left: 28px;
    padding-right: 15px;
}

.block-search .categori-search .chosen-container .chosen-single span {
    margin: 0;
}

.block-search .categori-search .chosen-container .chosen-single div {
    width: 28px;
    text-align: left;
}

    .block-search .categori-search .chosen-container .chosen-single div b {
        font-size: 14px;
        color: #888888;
        background-image: none;
        font-weight: normal;
    }

        .block-search .categori-search .chosen-container .chosen-single div b:before {
            content: "\f107";
            font-family: 'FontAwesome';
        }

.cms-rtl .block-search .categori-search .chosen-container .chosen-single div {
    text-align: right;
    left: 0;
    right: auto;
}

.block-search .categori-search .chosen-container .chosen-drop {
    border-radius: 0;
}

.block-search .categori-search .chosen-container .chosen-results li {
    line-height: 22px;
}

.block-search .form-search {
    width: 340px;
    float: left;
}

.cms-rtl .block-search .form-search {
    float: right;
}

.block-search .form-search .box-group {
    position: relative;
}

.block-search .form-search .form-control {
    height: 49px;
    border: 1px solid #aaaaaa;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    color: #888888;
}

    .block-search .form-search .form-control::-moz-placeholder {
        color: #888888;
        opacity: 1;
    }

    .block-search .form-search .form-control:-ms-input-placeholder {
        color: #888888;
    }

    .block-search .form-search .form-control::-webkit-input-placeholder {
        color: #888888;
    }

.block-search .form-search .btn-search {
    width: 60px;
    padding: 0;
    background-color: #ff3366;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/content/home/images/icon/index1/search.png);
}

.cms-rtl .block-search .form-search .btn-search {
    right: auto;
    left: 0;
}

.block-search .form-search .btn-search span {
    display: none;
}

.block-search .form-search .btn-search:before {
    /*content: "\f002";
				font-family: 'FontAwesome';*/
}

.block-search .form-search .btn-search:hover {
    background-color: #ff0040;
}

.block-minicart {
    position: relative;
}

    .block-minicart:hover > .dropdown-menu,
    .block-minicart.open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

    .block-minicart > .dropdown-menu {
        padding: 20px;
        margin: 0;
        right: 0;
        left: auto;
        width: 300px;
        display: block;
        visibility: hidden;
        opacity: 0;
        margin-top: 15px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
        box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
        color: #666;
    }

        .block-minicart > .dropdown-menu .minicart-content-wrapper {
            max-height: 500px;
            overflow-y: auto;
        }

.cms-rtl .block-minicart > .dropdown-menu {
    right: auto;
    left: 0;
}

.block-minicart .subtitle {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.block-minicart .subtotal {
    margin-top: 10px;
}

    .block-minicart .subtotal:before,
    .block-minicart .subtotal:after {
        content: "";
        display: table;
    }

    .block-minicart .subtotal:after {
        clear: both;
    }

    .block-minicart .subtotal .label {
        padding: 0;
        line-height: 18px;
        font-weight: normal;
        font-size: 14px;
        float: left;
        color: #666;
        display: block;
    }

    .block-minicart .subtotal .price {
        float: right;
        font-size: 18px;
        line-height: 18px;
        display: block;
        color: #999;
    }

.cms-rtl .block-minicart .subtotal .label {
    float: right;
}

.cms-rtl .block-minicart .subtotal .price {
    float: left;
}

.block-minicart .actions:before,
.block-minicart .actions:after {
    content: "";
    display: table;
}

.block-minicart .actions:after {
    clear: both;
}

.block-minicart .actions .btn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #ff3366;
    width: calc((100% - 12px)/ 2);
    width: -moz-calc((100% - 12px)/ 2);
    width: -webkit-calc((100% - 12px)/ 2);
    width: -o-calc((100% - 12px)/ 2);
    margin-top: 12px;
    font-size: 13px;
    font-weight: normal;
}

@media (max-width: 479px) {
    .block-minicart .actions .btn {
        font-size: 13px;
    }
}

.block-minicart .actions .btn:hover,
.block-minicart .actions .btn:focus {
    background-color: #e50039;
    color: #fff;
}

.block-minicart .actions .btn-viewcart {
    float: left;
}

.block-minicart .actions .btn-checkout {
    float: left;
}

.cms-rtl .block-minicart .actions .btn-viewcart {
    float: right;
}

.cms-rtl .block-minicart .actions .btn-checkout {
    float: left;
}

.block-minicart .minicart-items .product-item {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px;
    margin-top: 10px;
    position: relative;
}

    .block-minicart .minicart-items .product-item:before,
    .block-minicart .minicart-items .product-item:after {
        content: "";
        display: table;
    }

    .block-minicart .minicart-items .product-item:after {
        clear: both;
    }

    .block-minicart .minicart-items .product-item .product-item-photo {
        display: block;
        float: left;
        margin-right: 10px;
        width: 90px;
        margin-left: 10px;
    }

.cms-rtl .block-minicart .minicart-items .product-item .product-item-photo {
    float: right;
}

.block-minicart .minicart-items .product-item .product-item-details {
    overflow: hidden;
}

.block-minicart .minicart-items .product-item .product-item-name {
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}

    .block-minicart .minicart-items .product-item .product-item-name a {
        color: #666;
    }

        .block-minicart .minicart-items .product-item .product-item-name a:hover {
            color: #ff3366;
        }

.block-minicart .minicart-items .product-item .product-item-qty {
    margin-bottom: 2px;
}

    .block-minicart .minicart-items .product-item .product-item-qty .label {
        color: #666;
        font-size: 14px;
        padding: 0;
        font-weight: normal;
    }

.block-minicart .minicart-items .product-item .product-item-price {
    font-size: 14px;
    color: #ff3366;
    display: block;
}

.block-minicart .minicart-items .product-item .action.delete {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/content/home/images/icon/index1/delete_icon.png);
}

.cms-rtl .block-minicart .minicart-items .product-item .action.delete {
    left: auto;
    right: 0;
}

.block-minicart .minicart-items .product-item .action.delete:hover,
.block-minicart .minicart-items .product-item .action.delete:focus {
    color: #ff3366;
}

.block-minicart .minicart-items .product-item .action.delete span {
    display: none;
}

.block-nav-categori {
    width: 300px;
    position: relative;
}

    .block-nav-categori .block-title {
        cursor: pointer;
        line-height: 57px;
        background-color: #ff3366;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        padding: 0 44px 0 25px;
        background-repeat: no-repeat;
        background-position: center right 25px;
        background-image: url(/content/home/images/icon/index1/menu-cat.png);
        letter-spacing: 1px;
    }

.cms-rtl .block-nav-categori .block-title {
    padding: 0 25px 0 44px;
    background-position: center left 25px;
}

.block-nav-categori .block-content {
    position: absolute;
    top: 100%;
    z-index: 300;
    background-color: #fff;
    left: 0;
    width: 300px;
    display: none;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 991px) {
    .block-nav-categori .block-content {
        display: block !important;
    }
}

.cms-rtl .block-nav-categori .block-content {
    left: auto;
    right: 0;
}

.block-nav-categori .ui-categori {
    padding-top: 17px;
    padding-bottom: 13px;
}

    .block-nav-categori .ui-categori .toggle-submenu {
        display: none;
    }

    .block-nav-categori .ui-categori > li {
        display: block;
    }

        .block-nav-categori .ui-categori > li > a {
            display: block;
            padding: 0 40px 0 25px;
            position: relative;
            text-transform: capitalize;
            line-height: 51px;
        }

            .block-nav-categori .ui-categori > li > a .icon {
                width: 40px;
                text-align: left;
                display: inline-block;
                vertical-align: top;
            }

.cms-rtl .block-nav-categori .ui-categori > li > a {
    padding: 0 25px 0 40px;
}

    .cms-rtl .block-nav-categori .ui-categori > li > a .icon {
        text-align: right;
    }

.block-nav-categori .ui-categori > li > a:hover {
    color: #888888;
}

.block-nav-categori .ui-categori > li.parent {
    position: relative;
}

    .block-nav-categori .ui-categori > li.parent > a:after {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        line-height: 50px;
        top: 0;
        right: 0;
        width: 20px;
        text-align: center;
        font-size: 16px;
    }

.cms-rtl .block-nav-categori .ui-categori > li.parent > a:after {
    right: auto;
    left: 0;
}

.block-nav-categori .ui-categori > li.parent:hover > a {
    color: #888888;
}

    .block-nav-categori .ui-categori > li.parent:hover > a:after {
        content: "\f105";
    }

.block-nav-categori .ui-categori > li.parent:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-left: 0px;
}

.cms-rtl .block-nav-categori .ui-categori > li.parent:hover > .submenu {
    margin-right: 0px;
}

.block-nav-categori .ui-categori > li.cat-link-orther {
    display: none;
}

.block-nav-categori .ui-categori .submenu {
    position: absolute;
    top: 0;
    width: 870px;
    left: 300px;
    margin-left: 20px;
    padding: 10px 10px 20px;
    background-color: #fff;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-position: top right;
    background-repeat: no-repeat;
}

.cms-rtl .block-nav-categori .ui-categori .submenu {
    left: auto;
    right: 300px;
    margin-left: 0;
    margin-right: 20px;
}

.block-nav-categori .ui-categori .submenu .categori-img {
    display: block;
    margin-bottom: 10px;
}

    .block-nav-categori .ui-categori .submenu .categori-img img {
        width: 100%;
    }

    .block-nav-categori .ui-categori .submenu .categori-img a {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .block-nav-categori .ui-categori .submenu .categori-img a:before,
        .block-nav-categori .ui-categori .submenu .categori-img a:after {
            content: "";
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
            border-style: solid;
            border-color: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 1;
        }

        .block-nav-categori .ui-categori .submenu .categori-img a:before {
            border-width: 1px 0 1px 0;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            -o-transform: scale(0, 1);
            transform: scale(0, 1);
            top: 10px;
            bottom: 10px;
        }

        .block-nav-categori .ui-categori .submenu .categori-img a:after {
            border-width: 0px 1px 0px 1px;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
            left: 10px;
            right: 10px;
        }

        .block-nav-categori .ui-categori .submenu .categori-img a:hover:before,
        .block-nav-categori .ui-categori .submenu .categori-img a:hover:after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .block-nav-categori .ui-categori .submenu .categori-img a:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

        .block-nav-categori .ui-categori .submenu .categori-img a img {
            display: block;
            width: 100%;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

.block-nav-categori .ui-categori .submenu .categori-list {
    margin: 0;
    padding-bottom: 43px;
}

    .block-nav-categori .ui-categori .submenu .categori-list:before,
    .block-nav-categori .ui-categori .submenu .categori-list:after {
        content: "";
        display: table;
    }

    .block-nav-categori .ui-categori .submenu .categori-list:after {
        clear: both;
    }

    .block-nav-categori .ui-categori .submenu .categori-list .title {
        text-transform: uppercase;
        font-weight: 600;
        color: #444444;
        display: block;
        margin-bottom: 11px;
        margin-top: 15px;
        font-size: 16px;
    }

        .block-nav-categori .ui-categori .submenu .categori-list .title a {
            color: #444444;
            text-transform: uppercase;
        }

            .block-nav-categori .ui-categori .submenu .categori-list .title a:hover {
                color: #ff3366;
            }

    .block-nav-categori .ui-categori .submenu .categori-list > li {
        padding: 0 20px;
    }

    .block-nav-categori .ui-categori .submenu .categori-list li a {
        color: #888888;
        font-size: 14px;
        display: block;
        line-height: 30px;
        text-transform: none;
    }

        .block-nav-categori .ui-categori .submenu .categori-list li a:hover {
            color: #ff3366;
        }

.block-nav-categori .ui-categori .submenu .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 18px;
}

    .block-nav-categori .ui-categori .submenu .subtitle:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-right: -100%;
        border-top: 1px solid #dfdfdf;
        margin-left: 8px;
    }

.cms-rtl .block-nav-categori .ui-categori .submenu .subtitle {
    margin-right: 18px;
    margin-left: 0;
}

    .cms-rtl .block-nav-categori .ui-categori .submenu .subtitle:after {
        margin-left: -100%;
        margin-right: 8px;
    }

.block-nav-categori .ui-categori .submenu .product-item-opt-1 .product-item-price {
    color: #333333;
    font-size: 16px;
}

.block-nav-categori .view-all-categori .btn-view-all,
.block-nav-categori .view-all-categori a {
    display: block;
    text-transform: capitalize;
    padding: 0 65px;
    line-height: 55px;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

    .block-nav-categori .view-all-categori .btn-view-all:after,
    .block-nav-categori .view-all-categori a:after {
        content: "\f105";
        font-family: 'FontAwesome';
        float: right;
        font-size: 18px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.cms-rtl .block-nav-categori .view-all-categori .btn-view-all:after,
.cms-rtl .block-nav-categori .view-all-categori a:after {
    float: left;
}

.block-nav-categori .view-all-categori .btn-view-all:hover,
.block-nav-categori .view-all-categori a:hover {
    background-color: #ff3366;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media (min-width: 992px) {
    .block-nav-menu {
        position: relative;
        z-index: 500;
    }

        .block-nav-menu .ui-menu:before,
        .block-nav-menu .ui-menu:after {
            content: "";
            display: table;
        }

        .block-nav-menu .ui-menu:after {
            clear: both;
        }

        .block-nav-menu .ui-menu .toggle-submenu {
            display: none;
        }

        .block-nav-menu .ui-menu > li {
            float: right;
            position: relative;
            display: block;
            line-height: 50px;
            padding: 0 20px;
            cursor: pointer;
        }

            .block-nav-menu .ui-menu > li > a {
                text-transform: uppercase;
                font-weight: bold;
                font-size: 14px;
                color: #333;
            }

            .block-nav-menu .ui-menu > li:hover > a {
                color: var(--main-color);
            }

            .block-nav-menu .ui-menu > li .label-menu {
                position: absolute;
                top: -7px;
                margin-right: -10px;
                line-height: 20px;
                color: #fff;
                background-color: #009966;
                text-transform: uppercase;
                font-size: 10px;
                font-weight: bold;
                text-align: center;
                min-width: 33px;
                padding: 0 2px;
                border-radius: 10px;
                font-family: Arial;
            }

                .block-nav-menu .ui-menu > li .label-menu:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 6px 4px 0;
                    border-color: transparent #009966 transparent transparent;
                    position: absolute;
                    bottom: -4px;
                    left: 10px;
                }

            .block-nav-menu .ui-menu > li ul {
                line-height: 1.42857;
            }

            .block-nav-menu .ui-menu > li:before {
                content: "";
            }

            .block-nav-menu .ui-menu > li.parent:after {
                font-family: "FontAwesome";
                content: "\f105";
            }

            .block-nav-menu .ui-menu > li.active {
                z-index: 10;
            }

                .block-nav-menu .ui-menu > li.active > a {
                    color: #fff;
                }

                .block-nav-menu .ui-menu > li.active:hover > a,
                .block-nav-menu .ui-menu > li.active:focus > a {
                    color: #fff;
                }

        .block-nav-menu .ui-menu .parent:hover > .drop-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

        .block-nav-menu .ui-menu .drop-menu {
            position: absolute;
            top: 100%;
            right: 0;
            margin-top: 15px;
            background-color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
            z-index: 900;
        }

    .cms-rtl .block-nav-menu .ui-menu .drop-menu {
        right: auto;
        left: 0;
    }

    .block-nav-menu .ui-menu .submenu {
        white-space: nowrap;
        min-width: 200px;
        max-width: 300px;
        padding: 30px 15px;
    }

        .block-nav-menu .ui-menu .submenu li {
            display: block;
        }

            .block-nav-menu .ui-menu .submenu li > a {
                display: block;
                line-height: 34px;
                padding: 0 12px;
                padding-left: 25px;
                padding-right: 25px;
                color: #888888;
            }

                .block-nav-menu .ui-menu .submenu li > a:hover,
                .block-nav-menu .ui-menu .submenu li > a:focus {
                    color: #ff3366;
                }

    .block-nav-menu .ui-menu .megamenu {
        width: 900px;
        padding: 30px 15px;
    }

        .block-nav-menu .ui-menu .megamenu > ul:before,
        .block-nav-menu .ui-menu .megamenu > ul:after {
            content: "";
            display: table;
        }

        .block-nav-menu .ui-menu .megamenu > ul:after {
            clear: both;
        }

        .block-nav-menu .ui-menu .megamenu .title {
            color: #444444;
            text-transform: uppercase;
            font-weight: normal;
            font-size: 14px;
            margin-bottom: 10px;
            display: block;
            margin-top: 10px;
            border-bottom: 1px solid #eee;
        }

            .block-nav-menu .ui-menu .megamenu .title span {
                display: inline-block;
                /*border-bottom: 1px solid #ff3366;*/
                margin-bottom: -1px;
            }

        .block-nav-menu .ui-menu .megamenu .img-categori {
            margin-bottom: 15px;
            position: relative;
        }

            .block-nav-menu .ui-menu .megamenu .img-categori img {
                display: block;
                width: 100%;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .block-nav-menu .ui-menu .megamenu .img-categori a {
                position: relative;
                display: block;
                overflow: hidden;
            }

                .block-nav-menu .ui-menu .megamenu .img-categori a:before,
                .block-nav-menu .ui-menu .megamenu .img-categori a:after {
                    content: "";
                    position: absolute;
                    top: 10px;
                    bottom: 10px;
                    left: 10px;
                    right: 10px;
                }

                .block-nav-menu .ui-menu .megamenu .img-categori a:before {
                    top: 20px;
                    bottom: 20px;
                    border-top: 1px solid rgba(255, 255, 255, 0.8);
                    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
                    -webkit-transform: scale(0, 1);
                    -ms-transform: scale(0, 1);
                    -o-transform: scale(0, 1);
                    transform: scale(0, 1);
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                .block-nav-menu .ui-menu .megamenu .img-categori a:after {
                    left: 20px;
                    right: 20px;
                    border-left: 1px solid rgba(255, 255, 255, 0.8);
                    border-right: 1px solid rgba(255, 255, 255, 0.8);
                    -webkit-transform: scale(1, 0);
                    -ms-transform: scale(1, 0);
                    -o-transform: scale(1, 0);
                    transform: scale(1, 0);
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                .block-nav-menu .ui-menu .megamenu .img-categori a:hover:before,
                .block-nav-menu .ui-menu .megamenu .img-categori a:hover:after {
                    -webkit-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    -o-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

        .block-nav-menu .ui-menu .megamenu .list-submenu li {
            padding-bottom: 10px;
        }

        .block-nav-menu .ui-menu .megamenu .list-submenu a {
            display: block;
            color: #888888;
        }

            .block-nav-menu .ui-menu .megamenu .list-submenu a:hover {
                color: #ff3366;
            }
}

@media (min-width: 992px) and (max-width: 991px) {
    .block-nav-menu .ui-menu .parent.open-submenu > .megamenu {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .block-nav-menu .ui-menu .drop-menu {
        width: 100%;
        display: none;
        visibility: visible;
        margin: 0;
        opacity: 1;
        box-shadow: none;
        position: static;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-nav-menu .ui-menu .megamenu {
        width: 940px;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .block-nav-menu .ui-menu .megamenu {
        width: 100%;
    }
}

.header-nav {
    background-color: #fff;
    position: relative;
}

    .header-nav:before,
    .header-nav:after {
        content: "";
        display: table;
    }

    .header-nav:after {
        clear: both;
    }

    .header-nav .container {
        position: relative;
    }

        .header-nav .container:before,
        .header-nav .container:after {
            content: "";
            display: table;
        }

        .header-nav .container:after {
            clear: both;
        }

    .header-nav .box-header-nav {
        position: relative;
    }

        .header-nav .box-header-nav:before,
        .header-nav .box-header-nav:after {
            content: "";
            display: table;
        }

        .header-nav .box-header-nav:after {
            clear: both;
        }

    .header-nav .block-nav-categori {
        float: left;
    }

.cms-rtl .header-nav .block-nav-categori {
    float: right;
}

.header-nav .block-nav-menu {
    float: left;
}

.cms-rtl .header-nav .block-nav-menu {
    float: right;
}

.header-nav .block-minicart > .dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    background-color: #ff3366;
}

    .header-nav .block-minicart > .dropdown-toggle:before,
    .header-nav .block-minicart > .dropdown-toggle:after {
        content: "";
        display: table;
    }

    .header-nav .block-minicart > .dropdown-toggle:after {
        clear: both;
    }

    .header-nav .block-minicart > .dropdown-toggle .cart-icon {
        width: 38px;
        display: block;
        height: 49px;
        float: left;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/content/home/images/icon/index1/minicart.png);
    }

.cms-rtl .header-nav .block-minicart > .dropdown-toggle .cart-icon {
    float: right;
}

.header-nav .nav-toggle-cat {
    display: block;
    float: left;
    width: 50px;
    padding: 0;
}

.cms-rtl .header-nav .nav-toggle-cat {
    float: right;
}

.nav-toggle-menu {
    display: none;
}

.site-header .switcher .dropdown-toggle {
    display: block;
}

    .site-header .switcher .dropdown-toggle i {
        margin-right: 0;
    }

.cms-rtl .site-header .switcher .dropdown-toggle i {
    margin-left: 0;
}

@media (min-width: 768px) {
    .site-header .switcher:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

    .site-header .switcher .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}

.site-header .switcher .switcher-options .switcher-flag {
    margin-right: 10px;
}

.cms-rtl .site-header .switcher .switcher-options .switcher-flag {
    margin-right: 0;
    margin-left: 10px;
}

.site-header .switcher .switcher-options .fa {
    margin-right: 10px;
}

.cms-rtl .site-header .switcher .switcher-options .fa {
    margin-right: 0;
    margin-left: 10px;
}

.site-header .switcher-language .dropdown-toggle .switcher-flag {
    margin-right: 6px;
}

.cms-rtl .site-header .switcher-language .dropdown-toggle .switcher-flag {
    margin-right: 0;
    margin-left: 6px;
}

.site-header .switcher-language .switcher-options .switcher-flag,
.site-header .switcher-language .switcher-options .fa {
    margin-right: 10px;
}

.cms-rtl .site-header .switcher-language .switcher-options .switcher-flag,
.cms-rtl .site-header .switcher-language .switcher-options .fa {
    margin-right: 0;
    margin-left: 10px;
}

.site-header .setting .switcher .switcher-options .fa {
    margin: 0;
}

.site-header .setting .dropdown-menu {
    background-color: #fff;
    width: 273px;
    padding: 20px 22px;
    margin: 0;
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    color: #333;
    font-size: 12px;
}

.cms-rtl .site-header .setting .dropdown-menu {
    right: auto;
    left: 0;
}

.site-header .setting .dropdown-menu a {
    color: #333;
}

@media (max-width: 600px) {
    .site-header .setting .dropdown-menu {
        left: 0;
        right: auto;
    }

    .cms-rtl .site-header .setting .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (max-width: 479px) {
    .site-header .setting .dropdown-menu {
        left: 0;
        right: 0;
    }
}

@media (max-width: 479px) {
    .site-header .setting {
        position: static;
    }

        .site-header .setting .dropdown-menu {
            top: 50px;
        }
}

@media (min-width: 768px) {
    .site-header .setting:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

    .site-header .setting .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}

.site-header .setting .switcher {
    margin-bottom: 13px;
    border-bottom: 1px dotted #dadada;
    padding-bottom: 8px;
}

    .site-header .setting .switcher .title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        color: #333;
        display: block;
        margin-bottom: 12px;
    }

    .site-header .setting .switcher ul:before,
    .site-header .setting .switcher ul:after {
        content: "";
        display: table;
    }

    .site-header .setting .switcher ul:after {
        clear: both;
    }

    .site-header .setting .switcher li {
        display: block;
        margin-right: 8px;
        margin-bottom: 10px;
        float: left;
    }

.cms-rtl .site-header .setting .switcher li {
    float: right;
}

.site-header .setting .switcher li a {
    display: block;
}

.site-header .setting .switcher li img {
    display: block;
}

.site-header .setting .switcher .switcher-options .switcher-flag {
    margin: 0;
}

.site-header .setting .switcher-language .switcher-active {
    outline: 1px solid #ededed;
}

.site-header .setting .switcher-currency a {
    display: block;
    width: 32px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    background-color: #eeeeee;
    font-size: 12px;
    color: #333333;
}

.site-header .setting .switcher-currency .switcher-active {
    background-color: #4f4f4f;
    color: #fff;
}

    .site-header .setting .switcher-currency .switcher-active a {
        color: #fff;
        background-color: #4f4f4f;
    }

.site-header .setting .account {
    padding-left: 15px;
}

.cms-rtl .site-header .setting .account {
    margin-right: 15px;
    padding-left: 0;
}

.site-header .setting .account li {
    display: list-item;
    text-transform: capitalize;
    line-height: 30px;
    list-style: disc;
    list-style-position: outside;
    color: #aaaaaa;
}

    .site-header .setting .account li a {
        color: #333;
        font-size: 14px;
    }

        .site-header .setting .account li a:hover {
            color: #ff3366;
        }

.site-header .nav-toggle-menu {
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff3366;
    color: #fff;
    display: none;
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 57px;
    padding: 0 44px 0 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-image: url(/content/home/images/icon/index1/menu-cat.png);
}

    .site-header .nav-toggle-menu span {
        margin-right: 10px;
    }

    .site-header .nav-toggle-menu .fa {
        font-size: 24px;
        vertical-align: middle;
        display: none;
    }

    .site-header .nav-toggle-menu.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
    }

.cms-rtl .site-header .nav-toggle-menu {
    float: left;
    padding: 0 25px 0 44px;
    background-position: center right 15px;
}

    .cms-rtl .site-header .nav-toggle-menu span {
        margin-right: 0px;
        margin-left: 10px;
    }

@media (max-width: 991px) {
    .block-nav-menu {
        width: 280px !important;
    }

        .block-nav-menu .ui-menu:before,
        .block-nav-menu .ui-menu:after {
            content: "";
            display: table;
        }

        .block-nav-menu .ui-menu:after {
            clear: both;
        }

        .block-nav-menu .ui-menu > li {
            float: none;
            display: block;
            position: relative;
            line-height: 50px;
            padding: 0 20px;
        }

            .block-nav-menu .ui-menu > li > a {
                text-transform: uppercase;
                font-weight: normal;
                font-size: 14px;
                color: #333;
            }

            .block-nav-menu .ui-menu > li:hover > a {
                color: #ff3366;
            }

            .block-nav-menu .ui-menu > li .label-menu {
                position: absolute;
                top: -7px;
                margin-right: -10px;
                line-height: 20px;
                color: #fff;
                background-color: #009966;
                text-transform: uppercase;
                font-size: 10px;
                font-weight: bold;
                text-align: center;
                min-width: 33px;
                padding: 0 2px;
                border-radius: 10px;
                font-family: Arial;
            }

                .block-nav-menu .ui-menu > li .label-menu:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 6px 4px 0;
                    border-color: transparent #009966 transparent transparent;
                    position: absolute;
                    bottom: -4px;
                    right: 10px;
                }

            .block-nav-menu .ui-menu > li ul {
                line-height: 1.42857;
            }

            .block-nav-menu .ui-menu > li.active {
                z-index: 10;
            }

                .block-nav-menu .ui-menu > li.active > a {
                    color: #ff3366;
                }

        .block-nav-menu .ui-menu.open-submenu .drop-menu {
            display: block;
        }

        .block-nav-menu .ui-menu .submenu,
        .block-nav-menu .ui-menu .drop-menu {
            width: 100% !important;
            margin: 0 !important;
        }

        .block-nav-menu .ui-menu .drop-menu {
            display: none;
        }

        .block-nav-menu .ui-menu .megamenu > ul:before,
        .block-nav-menu .ui-menu .megamenu > ul:after {
            content: "";
            display: table;
        }

        .block-nav-menu .ui-menu .megamenu > ul:after {
            clear: both;
        }

        .block-nav-menu .ui-menu .megamenu .title {
            color: #444444;
            text-transform: uppercase;
            font-weight: normal;
            font-size: 14px;
            margin-bottom: 10px;
            display: block;
            margin-top: 10px;
            border-bottom: 1px solid #eee;
        }

            .block-nav-menu .ui-menu .megamenu .title span {
                display: inline-block;
                /*border-bottom: 1px solid #ff3366;*/
                margin-bottom: -1px;
            }

        .block-nav-menu .ui-menu .megamenu .img-categori {
            margin-bottom: 15px;
            position: relative;
        }

            .block-nav-menu .ui-menu .megamenu .img-categori img {
                display: block;
                width: 100%;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .block-nav-menu .ui-menu .megamenu .img-categori a {
                position: relative;
                display: block;
                overflow: hidden;
            }

                .block-nav-menu .ui-menu .megamenu .img-categori a:before,
                .block-nav-menu .ui-menu .megamenu .img-categori a:after {
                    content: "";
                    position: absolute;
                    top: 10px;
                    bottom: 10px;
                    left: 10px;
                    right: 10px;
                }

                .block-nav-menu .ui-menu .megamenu .img-categori a:before {
                    top: 20px;
                    bottom: 20px;
                    border-top: 1px solid rgba(255, 255, 255, 0.8);
                    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
                    -webkit-transform: scale(0, 1);
                    -ms-transform: scale(0, 1);
                    -o-transform: scale(0, 1);
                    transform: scale(0, 1);
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                .block-nav-menu .ui-menu .megamenu .img-categori a:after {
                    left: 20px;
                    right: 20px;
                    border-left: 1px solid rgba(255, 255, 255, 0.8);
                    border-right: 1px solid rgba(255, 255, 255, 0.8);
                    -webkit-transform: scale(1, 0);
                    -ms-transform: scale(1, 0);
                    -o-transform: scale(1, 0);
                    transform: scale(1, 0);
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                .block-nav-menu .ui-menu .megamenu .img-categori a:hover:before,
                .block-nav-menu .ui-menu .megamenu .img-categori a:hover:after {
                    -webkit-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    -o-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

        .block-nav-menu .ui-menu .megamenu .list-submenu li {
            padding-bottom: 10px;
        }

        .block-nav-menu .ui-menu .megamenu .list-submenu a {
            display: block;
            color: #888888;
        }

            .block-nav-menu .ui-menu .megamenu .list-submenu a:hover {
                color: #ff3366;
            }

    .site-header .block-nav-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -110%;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
    }

        .site-header .block-nav-menu.has-open {
            left: 0;
            visibility: visible;
            opacity: 1;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            display: block;
        }

        .site-header .block-nav-menu .ui-menu {
            padding-right: 0px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .site-header .block-nav-menu .ui-menu > li {
                float: none;
                display: block;
            }

                .site-header .block-nav-menu .ui-menu > li > a {
                    padding: 0 15px;
                    line-height: 46px;
                }

            .site-header .block-nav-menu .ui-menu li {
                position: relative;
                display: block;
            }

                .site-header .block-nav-menu .ui-menu li.parent > a:after {
                    line-height: 46px;
                    top: 0;
                    margin: 0;
                    width: 20px;
                    content: none;
                }

                .site-header .block-nav-menu .ui-menu li a {
                    display: inline-block;
                    position: relative;
                    z-index: 20;
                    margin-left: 30px;
                }

            .site-header .block-nav-menu .ui-menu .open-submenu > a {
                color: var(--main-color);
                font-weight: 600;
            }

            .site-header .block-nav-menu .ui-menu .open-submenu > .submenu,
            .site-header .block-nav-menu .ui-menu .open-submenu > .drop-menu {
                display: block;
            }

            .site-header .block-nav-menu .ui-menu .open-submenu > .toggle-submenu:before {
                content: "\f107";
            }

            .site-header .block-nav-menu .ui-menu .submenu {
                position: static;
                display: none;
                box-shadow: none;
                border: none;
                padding: 0;
                margin: 0;
                opacity: 1;
                visibility: visible;
                padding-right: 20px;
            }

                .site-header .block-nav-menu .ui-menu .submenu li {
                    padding-bottom: 10px;
                }

            .site-header .block-nav-menu .ui-menu .toggle-submenu {
                position: absolute;
                display: block;
                height: 46px;
                top: 0;
                left: 0;
                right: 0;
                cursor: pointer;
                text-align: left;
                padding-left: 15px;
                line-height: 46px;
            }

                .site-header .block-nav-menu .ui-menu .toggle-submenu:before {
                    content: "\f104";
                    font-family: 'FontAwesome';
                    font-size: 18px;
                }

    .site-header .block-nav-categori {
        width: 200px;
        width: 280px !important;
    }

        .site-header .block-nav-categori .block-title {
            cursor: pointer;
        }

            .site-header .block-nav-categori .block-title.active:before {
                content: "";
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 500;
            }

        .site-header .block-nav-categori.has-open .block-content {
            right: 0;
            visibility: visible;
            opacity: 1;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

        .site-header .block-nav-categori .block-content {
            position: fixed;
            top: 0;
            bottom: 0;
            right: -110%;
            left: auto;
            width: 280px;
            -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
            box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
            background-color: #fff;
            z-index: 9999;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            overflow-y: auto;
        }

        .site-header .block-nav-categori .ui-categori {
            padding-right: 0px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .site-header .block-nav-categori .ui-categori > li {
                float: none;
                display: block;
            }

                .site-header .block-nav-categori .ui-categori > li > a {
                    padding: 0 15px;
                    line-height: 46px;
                }

            .site-header .block-nav-categori .ui-categori li {
                position: relative;
            }

                .site-header .block-nav-categori .ui-categori li.parent > a:after {
                    line-height: 46px;
                    top: 0;
                    margin: 0;
                    width: 20px;
                    content: none;
                }

                .site-header .block-nav-categori .ui-categori li a {
                    display: inline-block;
                    position: relative;
                    z-index: 20;
                    margin-left: 30px;
                }

            .site-header .block-nav-categori .ui-categori .open-submenu > a {
                color: #ff3366;
            }

            .site-header .block-nav-categori .ui-categori .open-submenu > .submenu {
                display: block;
            }

            .site-header .block-nav-categori .ui-categori .open-submenu > .toggle-submenu:before {
                content: "\f107";
            }

            .site-header .block-nav-categori .ui-categori .submenu {
                position: static;
                display: none;
                box-shadow: none;
                border: none;
                padding: 0;
                margin: 0;
                opacity: 1;
                visibility: visible;
                padding-left: 15px;
                padding-right: 15px;
                width: 100% !important;
            }

            .site-header .block-nav-categori .ui-categori .toggle-submenu {
                position: absolute;
                display: block;
                height: 46px;
                top: 0;
                left: 0;
                right: 0;
                cursor: pointer;
                text-align: right;
                padding-right: 15px;
                line-height: 46px;
            }

                .site-header .block-nav-categori .ui-categori .toggle-submenu:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                    font-size: 18px;
                }

            .site-header .block-nav-categori .ui-categori .categori-list li {
                display: block;
                float: none;
                width: 100%;
            }

    .site-header .nav-toggle-menu {
        line-height: 49px;
        padding: 0 20px;
        text-transform: uppercase;
        text-align: center;
        background-color: #ff3366;
        color: #fff;
        display: block;
        float: left;
        font-size: 15px;
        font-weight: 600;
        line-height: 57px;
        padding: 0 25px 0 44px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center left 25px;
        background-image: url(/content/home/images/icon/index1/menu-cat.png);
    }

        .site-header .nav-toggle-menu span {
            margin-left: 10px;
        }

        .site-header .nav-toggle-menu .fa {
            font-size: 24px;
            vertical-align: middle;
            display: none;
        }

        .site-header .nav-toggle-menu.active:before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 500;
        }

    body.categori-open,
    body.menu-open {
        overflow: hidden;
    }
}

@media (max-width: 479px) {
    .site-header .header-content .nav-right {
        position: static;
    }

    .site-header .header-content .block-minicart .dropdown-menu {
        width: 290px;
    }
}

.header-nav .setting {
    position: relative;
}

    .header-nav .setting .dropdown-toggle {
        display: block;
        cursor: pointer;
        line-height: 57px;
        height: 57px;
        width: 50px;
        font-size: 24px;
        color: #fff;
        background-color: #ff3366;
        text-align: center;
    }

        .header-nav .setting .dropdown-toggle span {
            display: none;
        }

.header-opt-1 .header-nav .setting .dropdown-toggle,
.header-opt-6 .header-nav .setting .dropdown-toggle,
.header-opt-10 .header-nav .setting .dropdown-toggle {
    line-height: 50px;
    height: 50px;
}

.header-opt-5 .header-nav .setting .dropdown-toggle {
    line-height: 52px;
    height: 52px;
}

.header-opt-9 .header-nav .setting .dropdown-toggle,
.header-opt-8 .header-nav .setting .dropdown-toggle {
    line-height: 45px;
    height: 45px;
}

.header-opt-7 .header-nav .setting .dropdown-toggle {
    line-height: 47px;
    height: 47px;
}

.header-opt-1 .header-nav .setting .dropdown-toggle {
    background-color: #ff3366;
}

.header-opt-2 .header-nav .setting .dropdown-toggle {
    background-color: #f78031;
}

.header-opt-3 .header-nav .setting .dropdown-toggle {
    background-color: #0088cc;
}

.header-opt-4 .header-nav .setting .dropdown-toggle {
    background-color: #0188cc;
}

.header-opt-5 .header-nav .setting .dropdown-toggle {
    background-color: #f96d10;
}

.header-opt-6 .header-nav .setting .dropdown-toggle {
    background-color: #007176;
}

.header-opt-7 .header-nav .setting .dropdown-toggle {
    background-color: #e52e04;
}

.header-opt-8 .header-nav .setting .dropdown-toggle {
    background-color: #333333;
}

.header-opt-9 .header-nav .setting .dropdown-toggle {
    background-color: #ff7f00;
}

.header-opt-10 .header-nav .setting .dropdown-toggle {
    background-color: #28A152;
}

.header-nav .setting.open .dropdown-menu,
.header-nav .setting:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.header-nav .setting .dropdown-menu {
    left: 0;
    right: auto;
}

.header-nav .block-minicart {
    margin: 0 10px 0 0px;
}

    .header-nav .block-minicart .dropdown-toggle {
        padding: 0;
        margin: 0;
    }

        .header-nav .block-minicart .dropdown-toggle .cart-icon {
            height: 57px;
            padding: 0;
            margin: 0;
            width: 50px;
        }

.header-opt-1 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-6 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-10 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 50px;
    height: 50px;
}

.header-opt-5 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 52px;
    height: 52px;
}

.header-opt-9 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-8 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 45px;
    height: 45px;
}

.header-opt-7 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 47px;
    height: 47px;
}

.header-opt-1 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #ff3366;
}

.header-opt-2 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #f78031;
}

.header-opt-3 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #0088cc;
}

.header-opt-4 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #0188cc;
}

.header-opt-5 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #f96d10;
}

.header-opt-6 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #007176;
}

.header-opt-7 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #e52e04;
}

.header-opt-8 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #333333;
}

.header-opt-9 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #ff7f00;
}

.header-opt-10 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #28A152;
}

.header-nav .block-search {
    margin: 0 10px 0 0px;
}

    .header-nav .block-search .block-title {
        display: block;
        cursor: pointer;
        line-height: 57px;
        height: 57px;
        width: 50px;
    }

.header-opt-1 .header-nav .block-search .block-title,
.header-opt-6 .header-nav .block-search .block-title,
.header-opt-10 .header-nav .block-search .block-title {
    line-height: 50px;
    height: 50px;
}

.header-opt-5 .header-nav .block-search .block-title {
    line-height: 52px;
    height: 52px;
}

.header-opt-9 .header-nav .block-search .block-title,
.header-opt-8 .header-nav .block-search .block-title {
    line-height: 45px;
    height: 45px;
}

.header-opt-7 .header-nav .block-search .block-title {
    line-height: 47px;
    height: 47px;
}

.header-opt-1 .header-nav .block-search .block-title {
    background-color: #ff3366;
}

.header-opt-2 .header-nav .block-search .block-title {
    background-color: #f78031;
}

.header-opt-3 .header-nav .block-search .block-title {
    background-color: #0088cc;
}

.header-opt-4 .header-nav .block-search .block-title {
    background-color: #0188cc;
}

.header-opt-5 .header-nav .block-search .block-title {
    background-color: #f96d10;
}

.header-opt-6 .header-nav .block-search .block-title {
    background-color: #007176;
}

.header-opt-7 .header-nav .block-search .block-title {
    background-color: #e52e04;
}

.header-opt-8 .header-nav .block-search .block-title {
    background-color: #333333;
}

.header-opt-9 .header-nav .block-search .block-title {
    background-color: #ff7f00;
}

.header-opt-10 .header-nav .block-search .block-title {
    background-color: #28A152;
}

.header-nav .block-search .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.header-nav .block-search.active .block-content,
.header-nav .block-search:hover .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.header-nav .block-search .form-search .form-control {
    padding-right: 15px;
}

.header-opt-1 .header-nav .block-search .form-search .btn-search {
    background-color: #ff3366;
}

    .header-opt-1 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-1 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #cc0033;
    }

.header-opt-2 .header-nav .block-search .form-search .btn-search {
    background-color: #f78031;
}

    .header-opt-2 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-2 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #bb4f07;
    }

.header-opt-3 .header-nav .block-search .form-search .btn-search {
    background-color: #0088cc;
}

    .header-opt-3 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-3 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #004466;
    }

.header-opt-4 .header-nav .block-search .form-search .btn-search {
    background-color: #0188cc;
}

    .header-opt-4 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-4 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #014466;
    }

.header-opt-5 .header-nav .block-search .form-search .btn-search {
    background-color: #f96d10;
}

    .header-opt-5 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-5 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #9f4204;
    }

.header-opt-6 .header-nav .block-search .form-search .btn-search {
    background-color: #007176;
}

    .header-opt-6 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-6 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #000f10;
    }

.header-opt-7 .header-nav .block-search .form-search .btn-search {
    background-color: #e52e04;
}

    .header-opt-7 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-7 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #811a02;
    }

.header-opt-8 .header-nav .block-search .form-search .btn-search {
    background-color: #0188cc;
}

    .header-opt-8 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-8 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #014466;
    }

.header-opt-9 .header-nav .block-search .form-search .btn-search {
    background-color: #ff7f00;
}

    .header-opt-9 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-9 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #994c00;
    }

.header-opt-10 .header-nav .block-search .form-search .btn-search {
    background-color: #28A152;
}

    .header-opt-10 .header-nav .block-search .form-search .btn-search:hover,
    .header-opt-10 .header-nav .block-search .form-search .btn-search:focus {
        background-color: #144f28;
    }

.header-nav .setting,
.header-nav .block-minicart,
.header-nav .block-search {
    float: left;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
}

.header-nav .block-search {
    left: 51px;
}

.header-nav .setting {
    left: 102px;
}

@media (max-width: 991px) {
    .header-nav .nav-toggle-cat {
        display: none !important;
    }

    .header-nav .block-nav-categori .block-content .ui-categori,
    .header-nav .block-nav-categori .block-content .view-all-categori {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .sticky-wrapper .mid-header .block-nav-categori {
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}

.sticky-wrapper.is-sticky .mid-header {
    z-index: 9999;
    -webkit-box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
}

    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu > li .label-menu {
        top: 1px;
        line-height: 13px;
        font-size: 8px;
    }

    .sticky-wrapper.is-sticky .mid-header .block-nav-categori {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 1;
        visibility: visible;
    }

    .sticky-wrapper.is-sticky .mid-header .custom-link {
        display: none;
    }

@media (min-width: 992px) {
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori {
        width: 50px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

        .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-title {
            background-position: center;
            padding: 0;
        }

            .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-title span {
                visibility: hidden;
                opacity: 0;
                text-indent: -1000px;
                -webkit-transition: 0.35s;
                -o-transition: 0.35s;
                transition: 0.35s;
            }

    .sticky-wrapper.is-sticky .mid-header .block-minicart,
    .sticky-wrapper.is-sticky .mid-header .block-search,
    .sticky-wrapper.is-sticky .mid-header .setting {
        visibility: visible;
        opacity: 1;
        display: block;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (max-width: 991px) {
    .sticky-wrapper.is-sticky .mid-header {
        position: relative !important;
    }
}

@media (min-width: 1200px) {
    .cms-index-index .cate-show .sticky-wrapper:not(.is-sticky) .header-nav .block-nav-categori .block-content {
        display: none !important;
    }
}

.sticky-wrapper:not(.is-sticky) {
    height: auto !important;
}

@media (max-width: 991px) {
    .site-header .block-nav-categori {
        width: 160px !important;
    }

        .site-header .block-nav-categori .block-title {
            width: 160px !important;
            padding-right: 12px !important;
            padding-left: 5px !important;
            background-position: center left 9px !important;
        }
}

.close-nav,
.close-cate {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/content/home/images/icon/index1/close-popup.png);
    float: left;
    clear: right;
    background-color: rgba(104, 51, 102, 0.2);
    display: none;
    cursor: pointer;
}

    .close-nav span,
    .close-cate span {
        display: none;
    }

@media (max-width: 991px) {
    .close-nav,
    .close-cate {
        display: block;
    }
}

.header-opt-1 .close-nav:hover,
.header-opt-1 .close-cate:hover,
.header-opt-1 .close-nav:focus,
.header-opt-1 .close-cate:focus {
    background-color: #ff3366;
}

.header-opt-2 .close-nav:hover,
.header-opt-2 .close-cate:hover,
.header-opt-2 .close-nav:focus,
.header-opt-2 .close-cate:focus {
    background-color: #f78031;
}

.header-opt-3 .close-nav:hover,
.header-opt-3 .close-cate:hover,
.header-opt-3 .close-nav:focus,
.header-opt-3 .close-cate:focus {
    background-color: #0088cc;
}

.header-opt-4 .close-nav:hover,
.header-opt-4 .close-cate:hover,
.header-opt-4 .close-nav:focus,
.header-opt-4 .close-cate:focus {
    background-color: #0188cc;
}

.header-opt-5 .close-nav:hover,
.header-opt-5 .close-cate:hover,
.header-opt-5 .close-nav:focus,
.header-opt-5 .close-cate:focus {
    background-color: #f96d10;
}

.header-opt-6 .close-nav:hover,
.header-opt-6 .close-cate:hover,
.header-opt-6 .close-nav:focus,
.header-opt-6 .close-cate:focus {
    background-color: #007176;
}

.header-opt-7 .close-nav:hover,
.header-opt-7 .close-cate:hover,
.header-opt-7 .close-nav:focus,
.header-opt-7 .close-cate:focus {
    background-color: #e52e04;
}

.header-opt-8 .close-nav:hover,
.header-opt-8 .close-cate:hover,
.header-opt-8 .close-nav:focus,
.header-opt-8 .close-cate:focus {
    background-color: #0188cc;
}

.header-opt-9 .close-nav:hover,
.header-opt-9 .close-cate:hover,
.header-opt-9 .close-nav:focus,
.header-opt-9 .close-cate:focus {
    background-color: #ff7f00;
}

.header-opt-10 .close-nav:hover,
.header-opt-10 .close-cate:hover,
.header-opt-10 .close-nav:focus,
.header-opt-10 .close-cate:focus {
    background-color: #ffd68f;
}

.header-opt-10 .close-nav:hover,
.header-opt-10 .close-cate:hover,
.header-opt-10 .close-nav:focus,
.header-opt-10 .close-cate:focus {
    background-color: #ff6634;
}

.header-opt-12 .close-nav:hover,
.header-opt-12 .close-cate:hover,
.header-opt-12 .close-nav:focus,
.header-opt-12 .close-cate:focus {
    background-color: #ff3366;
}

.header-opt-13 .close-nav:hover,
.header-opt-13 .close-cate:hover,
.header-opt-13 .close-nav:focus,
.header-opt-13 .close-cate:focus {
    background-color: #ffad00;
}

.header-opt-14 .close-nav:hover,
.header-opt-14 .close-cate:hover,
.header-opt-14 .close-nav:focus,
.header-opt-14 .close-cate:focus {
    background-color: #cc9933;
}

.close-nav {
    float: right;
}

.actions-close-nav {
    display: none;
}

    .actions-close-nav:before,
    .actions-close-nav:after {
        content: "";
        display: table;
    }

    .actions-close-nav:after {
        clear: both;
    }

@media (max-width: 991px) {
    .actions-close-nav {
        display: block;
    }
}

@media (max-width: 767px) {
    .site-header .header-nav .box-header-nav .block-minicart {
        display: none !important;
    }
}

.header-opt-1 .nav-toggle-menu {
    line-height: 50px;
    background-color: #000000;
}

.header-opt-1 .header-top {
    padding: 0;
    font-size: 13px;
    background-color: #f6f6f6;
}

    .header-opt-1 .header-top .nav-left,
    .header-opt-1 .header-top .nav-right {
        float: right;
        color: #666666;
        font-size: 13px;
    }

        .header-opt-1 .header-top .nav-left:before,
        .header-opt-1 .header-top .nav-right:before,
        .header-opt-1 .header-top .nav-left:after,
        .header-opt-1 .header-top .nav-right:after {
            content: "";
            display: table;
        }

        .header-opt-1 .header-top .nav-left:after,
        .header-opt-1 .header-top .nav-right:after {
            clear: both;
        }

        .header-opt-1 .header-top .nav-left > li,
        .header-opt-1 .header-top .nav-right > li {
            position: relative;
            padding-right: 15px;
            margin-right: 15px;
            float: right;
        }

            .header-opt-1 .header-top .nav-left > li > span,
            .header-opt-1 .header-top .nav-right > li > span,
            .header-opt-1 .header-top .nav-left > li > a,
            .header-opt-1 .header-top .nav-right > li > a {
                color: #666666;
                line-height: 36px;
            }

                .header-opt-1 .header-top .nav-left > li > span > .fa,
                .header-opt-1 .header-top .nav-right > li > span > .fa,
                .header-opt-1 .header-top .nav-left > li > a > .fa,
                .header-opt-1 .header-top .nav-right > li > a > .fa {
                    margin-left: 8px;
                    font-size: 14px;
                }

                .header-opt-1 .header-top .nav-left > li > a:hover,
                .header-opt-1 .header-top .nav-right > li > a:hover {
                    color: #ff3366;
                }

            .header-opt-1 .header-top .nav-left > li:first-child,
            .header-opt-1 .header-top .nav-right > li:first-child {
                padding-right: 0px;
                margin-right: 0px;
            }

                .header-opt-1 .header-top .nav-left > li:first-child:before,
                .header-opt-1 .header-top .nav-right > li:first-child:before {
                    content: none;
                }

            .header-opt-1 .header-top .nav-left > li:before,
            .header-opt-1 .header-top .nav-right > li:before {
                content: "";
                width: 1px;
                height: 15px;
                background-color: #e0e0e0;
                position: absolute;
                top: 50%;
                margin-top: -7px;
                right: 0;
            }

    .header-opt-1 .header-top .nav-right {
        float: left;
    }

        .header-opt-1 .header-top .nav-right .setting .dropdown-menu {
            width: 185px;
        }

@media (max-width: 479px) {
    .header-opt-1 .header-top .nav-right .setting .dropdown-menu {
        top: 100%;
    }
}

.header-opt-1 .header-top .setting .account li a:hover,
.header-opt-1 .header-top .setting .account li a:focus {
    color: #ff3366;
}

.header-opt-1 .header-top .dropdown .dropdown-toggle .fa {
    margin-right: 11px;
}

.header-opt-1 .switcher .dropdown-menu > li > a:hover {
    background-color: #ff3366;
}

.header-opt-1 .header-content {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .header-opt-1 .header-content .logo {
        display: block;
    }

    .header-opt-1 .header-content .nav-mind {
        float: left;
    }

    .header-opt-1 .header-content .nav-right {
        float: left;
        padding-left: 15px;
    }

    .header-opt-1 .header-content .block-search {
        float: left;
        margin-top: 18px;
    }

        .header-opt-1 .header-content .block-search .block-title {
            line-height: 40px;
            height: 40px;
            width: 45px;
            background-image: none;
            color: #fff;
            text-align: center;
            padding: 0;
            background-color: #ff3366;
        }

            .header-opt-1 .header-content .block-search .block-title:before {
                content: "\f002";
                font-family: "FontAwesome";
                font-size: 14px;
            }

        .header-opt-1 .header-content .block-search .categori-search {
            width: 153px;
        }

            .header-opt-1 .header-content .block-search .categori-search .dropdown-toggle {
                background-color: #f6f6f6;
                border-color: #eeeeee;
                line-height: 38px;
                height: 40px;
            }

            .header-opt-1 .header-content .block-search .categori-search .chosen-container .chosen-single {
                background-color: #f6f6f6;
                border-color: #eeeeee;
                line-height: 38px;
                height: 40px;
                color: #333333;
            }

        .header-opt-1 .header-content .block-search .form-search {
            width: 415px;
        }

@media (max-width: 1199px) {
    .header-opt-1 .header-content .block-search .form-search {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .header-opt-1 .header-content .block-search .form-search {
        width: 100%;
    }
}

.header-opt-1 .header-content .block-search .form-search .form-control {
    border-color: #eeeeee;
    height: 40px;
    padding-left: 45px;
    font-size: 14px;
    color: #999999;
}

    .header-opt-1 .header-content .block-search .form-search .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .header-opt-1 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .header-opt-1 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
        color: #999999;
    }

.header-opt-1 .header-content .block-search .form-search .btn-search {
    width: 45px;
    background-color: #ff3366;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
}

    .header-opt-1 .header-content .block-search .form-search .btn-search:before {
        content: "\f002";
        font-family: "FontAwesome";
        font-size: 14px;
    }

    .header-opt-1 .header-content .block-search .form-search .btn-search:hover {
        background-color: #ff0040;
    }

.header-opt-1 .header-content .block-minicart {
    float: left;
    margin-top: 18px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .header-opt-1 .header-content .block-minicart {
        margin-top: 10px;
        margin-right: 20px;
    }
}

.header-opt-1 .header-content .block-minicart:hover > .dropdown-toggle .cart-icon,
.header-opt-1 .header-content .block-minicart.open > .dropdown-toggle .cart-icon {
    background-color: #ff0040;
}

.header-opt-1 .header-content .block-minicart > .dropdown-toggle {
    height: 41px;
    display: block;
    position: relative;
    color: #fff;
}

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle:before,
    .header-opt-1 .header-content .block-minicart > .dropdown-toggle:after {
        content: "";
        display: table;
    }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle:after {
        clear: both;
    }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .cart-icon {
        width: 41px;
        display: block;
        height: 40px;
        float: left;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/content/home/images/icon/index1/minicart.png);
        background-color: #ff3366;
    }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-number {
        position: absolute;
        left: 25px;
        right: auto;
        background-color: #009966;
        line-height: 18px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        width: 33px;
        padding: 0;
        border-radius: 20px;
        top: -7px;
        color: #fff;
    }

        .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-number:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 6px 0 0;
            border-color: #009966 transparent transparent transparent;
            position: absolute;
            bottom: -4px;
            right: 17px;
        }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-title {
        display: none;
    }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter {
        float: right;
        border: 1px solid #eeeeee;
        border-left: none;
        height: 40px;
        padding-right: 17px;
        width: 156px;
        color: #666;
        line-height: 1;
    }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .cart-text {
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #333333;
        padding-top: 5px;
        line-height: 1;
        margin-bottom: 1px;
    }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-label {
        display: inline-block;
    }

        .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-label:after {
            content: "-";
            padding-right: 3px;
        }

    .header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-price {
        display: inline-block;
    }

.header-opt-1 .block-minicart .actions .btn:hover,
.header-opt-1 .block-minicart .actions .btn:focus {
    background-color: #e50039;
}

.header-opt-1 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-1 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #ff3366;
}

.header-opt-1 .block-nav-categori {
    width: 270px;
}

    .header-opt-1 .block-nav-categori .block-title {
        font-weight: bold;
        font-size: 14px;
    }

    .header-opt-1 .block-nav-categori .block-content {
        background-color: #f7f7f7;
        width: 270px;
    }

    .header-opt-1 .block-nav-categori .ui-categori {
        margin-bottom: 7px;
    }

        .header-opt-1 .block-nav-categori .ui-categori > li > a .icon {
            width: 30px;
        }

@media (min-width: 992px) {
    .header-opt-1 .block-nav-categori .ui-categori > li > a {
        padding-right: 17px;
        line-height: 37px;
    }
}

@media (min-width: 992px) {
    .header-opt-1 .block-nav-categori .ui-categori > li ul a {
        color: #333333;
        font-size: 14px;
    }

        .header-opt-1 .block-nav-categori .ui-categori > li ul a:hover,
        .header-opt-1 .block-nav-categori .ui-categori > li ul a:focus {
            color: #ff3366 !important;
        }
}
/*==========================================================

	8. SHOP

==========================================================*/
.product-reviews-summary .rating-summary:before,
.product-reviews-summary .rating-summary:after {
    content: "";
    display: table;
}

.product-reviews-summary .rating-summary:after {
    clear: both;
}

.product-reviews-summary .rating-result {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}

    .product-reviews-summary .rating-result,
    .product-reviews-summary .rating-result > span {
        color: #ccc;
        white-space: nowrap;
        line-height: 1;
        display: block;
    }

        .product-reviews-summary .rating-result:before,
        .product-reviews-summary .rating-result > span:before {
            content: "\f005" "\f005" "\f005" "\f005" "\f005";
            font-family: "FontAwesome";
            font-size: 12px;
            letter-spacing: 1.5px;
            line-height: 1;
            display: block;
        }

        .product-reviews-summary .rating-result > span {
            color: #ff9900;
            position: absolute;
            top: 0;
            right: 0;
            overflow: hidden;
        }

            .product-reviews-summary .rating-result > span span {
                display: none;
            }

.product-item-opt-1 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    font-family: Arial;
}

    .product-item-opt-1:hover .product-item-actions .btn {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-duration: 0.45s;
        animation-duration: 0.45s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .product-item-opt-1 .product-item-info:hover .product-item-photo img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

    .product-item-opt-1 .product-item-info:hover .btn-cart {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.45s;
        -o-transition: 0.45s;
        transition: 0.45s;
    }

    .product-item-opt-1 .product-item-info .btn-cart {
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 50px;
        line-height: 48px;
        font-size: 14px;
        text-transform: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.45s;
        -o-transition: 0.45s;
        transition: 0.45s;
        -webkit-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
    }

        .product-item-opt-1 .product-item-info .btn-cart:before {
            content: "";
            width: 33px;
            height: 50px;
            background-position: center top 7px;
            background-repeat: no-repeat;
            background-image: url(/content/home/images/icon/index1/btn-cart.png);
            display: inline-block;
            vertical-align: middle;
            margin-left: 8px;
        }

        .product-item-opt-1 .product-item-info .btn-cart:hover {
            background-color: #ff3366;
        }

    .product-item-opt-1 .product-item-info .product-reviews-summary {
        float: left;
        margin-top: 2px;
    }

    .product-item-opt-1 .product-item-photo {
        text-align: center;
        position: relative;
        overflow: hidden;
        padding-top: 20px;
        height: 255px;
    }

    .product-item-opt-1 .product-item-img {
        display: block;
    }

        .product-item-opt-1 .product-item-img img {
            margin-left: auto;
            margin-right: auto;
            display: block;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

    .product-item-opt-1 .product-item-detail {
        padding: 8px 13px 5px;
        min-height: 71px;
    }

@media (max-width: 767px) {
    .product-item-opt-1 .product-item-detail {
        min-height: 75px;
    }
}

.product-item-opt-1 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .product-item-opt-1 .product-item-name a {
        color: #666666;
    }

        .product-item-opt-1 .product-item-name a:hover {
            color: #ff3366;
        }

.product-item-opt-1 .product-item-price {
    font-size: 18px;
    color: #ff3366;
    font-weight: bold;
    margin-bottom: 2px;
    float: right;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    line-height: 1;
}

    .product-item-opt-1 .product-item-price > span {
        line-height: 1;
    }

    .product-item-opt-1 .product-item-price .price {
        margin-left: 3px;
    }

    .product-item-opt-1 .product-item-price .old-price {
        font-size: 14px;
        color: #666;
        text-decoration: line-through;
        font-weight: normal;
    }

.product-item-opt-1 .product-item-actions {
    position: absolute;
    z-index: 30;
    left: 23px;
    top: 80px;
}

@media (max-width: 1199px) {
    .product-item-opt-1 .product-item-actions {
        top: 55px;
    }
}

.product-item-opt-1 .product-item-actions .btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .product-item-opt-1 .product-item-actions .btn:nth-child(1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .product-item-opt-1 .product-item-actions .btn:nth-child(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .product-item-opt-1 .product-item-actions .btn:nth-child(3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .product-item-opt-1 .product-item-actions .btn:nth-child(4) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .product-item-opt-1 .product-item-actions .btn span {
        display: none;
    }

    .product-item-opt-1 .product-item-actions .btn:hover {
        color: #fff;
        background-color: #ff3366;
    }

.product-item-opt-1 .product-item-actions .btn-wishlist {
    background-image: url(/content/home/images/icon/index1/btn-wishlist.png);
}

.product-item-opt-1 .product-item-actions .btn-compare {
    background-image: url(/content/home/images/icon/index1/btn-compare.png);
}

.product-item-opt-1 .product-item-actions .btn-quickview {
    background-image: url(/content/home/images/icon/index1/btn-quickview.png);
}

.product-item-opt-1 .product-item-label {
    position: absolute;
    top: 17px;
    left: 17px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px;
}

    .product-item-opt-1 .product-item-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: -9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 14px 0;
        border-color: transparent #3395ff transparent transparent;
    }

    .product-item-opt-1 .product-item-label:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 9px;
        border-color: transparent transparent #3395ff transparent;
    }

    .product-item-opt-1 .product-item-label.label-new {
        background-color: #009966;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 100%;
        width: 36px;
        line-height: 36px;
        height: 36px;
        top: 17px;
        left: 17px;
    }

        .product-item-opt-1 .product-item-label.label-new:before,
        .product-item-opt-1 .product-item-label.label-new:after {
            content: none;
        }

    .product-item-opt-1 .product-item-label.label-sale {
        background-color: #ff9c33;
    }

        .product-item-opt-1 .product-item-label.label-sale:before {
            border-color: transparent #ff9c33 transparent transparent;
        }

        .product-item-opt-1 .product-item-label.label-sale:after {
            border-color: transparent transparent #ff9c33 transparent;
        }

    .product-item-opt-1 .product-item-label.label-price {
        background-color: #ff6600;
        color: #fff;
        border-radius: 100%;
        text-transform: uppercase;
        width: 36px;
        text-align: center;
        padding: 0;
        height: 36px;
        line-height: 1;
        font-size: 11px;
        padding-top: 7px;
    }

        .product-item-opt-1 .product-item-label.label-price span {
            display: block;
        }

        .product-item-opt-1 .product-item-label.label-price:before,
        .product-item-opt-1 .product-item-label.label-price:after {
            content: none;
        }

    .product-item-opt-1 .product-item-label.label-sale-off {
        background-color: #b30000;
        left: 5px;
        top: 9px;
        height: 38px;
        line-height: 1;
        padding-top: 3px;
        font-family: 'Arial Narrow';
        font-size: 16px;
        color: #fff;
    }

        .product-item-opt-1 .product-item-label.label-sale-off span {
            display: block;
            text-transform: uppercase;
        }

        .product-item-opt-1 .product-item-label.label-sale-off:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 19px 11px 19px 0;
            border-color: transparent #b30000 transparent transparent;
            position: absolute;
            bottom: auto;
            right: auto;
            top: 0;
            left: -11px;
        }

        .product-item-opt-1 .product-item-label.label-sale-off:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 0 0;
            border-color: #510000 transparent transparent transparent;
            position: absolute;
            left: auto;
            top: auto;
            bottom: -6px;
            right: 0px;
        }

.product-item-opt-2 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    font-family: Arial;
}

    .product-item-opt-2:hover .product-item-actions .btn {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-duration: 0.45s;
        animation-duration: 0.45s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .product-item-opt-2 .product-item-info:hover .product-item-photo img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }

    .product-item-opt-2 .product-item-info:hover .btn-cart {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.45s;
        -o-transition: 0.45s;
        transition: 0.45s;
    }

    .product-item-opt-2 .product-item-info .btn-cart {
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        height: 50px;
        line-height: 48px;
        font-size: 14px;
        text-transform: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.45s;
        -o-transition: 0.45s;
        transition: 0.45s;
        -webkit-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
    }

        .product-item-opt-2 .product-item-info .btn-cart:before {
            content: "";
            width: 33px;
            height: 33px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(/content/home/images/icon/index2/btn-cart.png);
            display: inline-block;
            vertical-align: middle;
            margin-left: 8px;
        }

        .product-item-opt-2 .product-item-info .btn-cart:hover {
            background-color: #f78031;
        }

    .product-item-opt-2 .product-item-info .product-reviews-summary {
        float: left;
        margin-top: 2px;
    }

    .product-item-opt-2 .product-item-photo {
        text-align: center;
        position: relative;
        overflow: hidden;
        padding-top: 20px;
    }

    .product-item-opt-2 .product-item-img {
        display: block;
    }

        .product-item-opt-2 .product-item-img img {
            margin-left: auto;
            margin-right: auto;
            display: block;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

    .product-item-opt-2 .product-item-detail {
        padding: 8px 13px 5px;
        min-height: 71px;
    }

@media (max-width: 767px) {
    .product-item-opt-2 .product-item-detail {
        min-height: 75px;
    }
}

.product-item-opt-2 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .product-item-opt-2 .product-item-name a {
        color: #666666;
    }

        .product-item-opt-2 .product-item-name a:hover {
            color: #f78031;
        }

.product-item-opt-2 .product-item-price {
    font-size: 15px;
    color: #f78031;
    font-weight: bold;
    margin-bottom: 2px;
    float: right;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    line-height: 1;
}

    .product-item-opt-2 .product-item-price > span {
        line-height: 1;
    }

    .product-item-opt-2 .product-item-price .price {
        margin-right: 3px;
    }

    .product-item-opt-2 .product-item-price .old-price {
        font-size: 14px;
        color: #666;
        text-decoration: line-through;
        font-weight: normal;
    }

.product-item-opt-2 .product-item-actions {
    position: absolute;
    z-index: 30;
    left: 23px;
    top: 80px;
}

@media (max-width: 1199px) {
    .product-item-opt-2 .product-item-actions {
        top: 55px;
    }
}

.product-item-opt-2 .product-item-actions .btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .product-item-opt-2 .product-item-actions .btn:nth-child(1) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .product-item-opt-2 .product-item-actions .btn:nth-child(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .product-item-opt-2 .product-item-actions .btn:nth-child(3) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .product-item-opt-2 .product-item-actions .btn:nth-child(4) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .product-item-opt-2 .product-item-actions .btn span {
        display: none;
    }

    .product-item-opt-2 .product-item-actions .btn:hover {
        color: #fff;
        background-color: #f78031;
    }

.product-item-opt-2 .product-item-actions .btn-wishlist {
    background-image: url(/content/home/images/icon/index2/btn-wishlist.png);
}

.product-item-opt-2 .product-item-actions .btn-compare {
    background-image: url(/content/home/images/icon/index2/btn-compare.png);
}

.product-item-opt-2 .product-item-actions .btn-quickview {
    background-image: url(/content/home/images/icon/index2/btn-quickview.png);
}

.product-item-opt-2 .product-item-label {
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px;
}

    .product-item-opt-2 .product-item-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: -9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 14px 0;
        border-color: transparent #3395ff transparent transparent;
    }

    .product-item-opt-2 .product-item-label:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 9px;
        border-color: transparent transparent #3395ff transparent;
    }

    .product-item-opt-2 .product-item-label.label-sale {
        background-color: #ff9c33;
    }

        .product-item-opt-2 .product-item-label.label-sale:before {
            border-color: transparent #ff9c33 transparent transparent;
        }

        .product-item-opt-2 .product-item-label.label-sale:after {
            border-color: transparent transparent #ff9c33 transparent;
        }

    .product-item-opt-2 .product-item-label.label-price {
        background-color: #ff6600;
        color: #fff;
        border-radius: 100%;
        text-transform: uppercase;
        width: 36px;
        text-align: center;
        padding: 0;
        height: 36px;
        line-height: 1;
        font-size: 11px;
        padding-top: 7px;
    }

        .product-item-opt-2 .product-item-label.label-price span {
            display: block;
        }

        .product-item-opt-2 .product-item-label.label-price:before,
        .product-item-opt-2 .product-item-label.label-price:after {
            content: none;
        }

    .product-item-opt-2 .product-item-label.label-sale-off {
        background-color: #b30000;
        right: 5px;
        left: auto;
        top: 9px;
        height: 38px;
        line-height: 1;
        padding-top: 3px;
        font-family: 'Arial Narrow';
        font-size: 16px;
        color: #fff;
    }

        .product-item-opt-2 .product-item-label.label-sale-off span {
            display: block;
            text-transform: uppercase;
        }

        .product-item-opt-2 .product-item-label.label-sale-off:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 19px 11px 19px 0;
            border-color: transparent #b30000 transparent transparent;
            position: absolute;
            bottom: auto;
            right: auto;
            top: 0;
            left: -11px;
        }

        .product-item-opt-2 .product-item-label.label-sale-off:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 0 0;
            border-color: #510000 transparent transparent transparent;
            position: absolute;
            left: auto;
            top: auto;
            bottom: -6px;
            right: 0px;
        }
/*-------------------------------------------------------------------------------*/
.block-deals-of-opt2 {
    margin-bottom: 30px;
}

    .block-deals-of-opt2 .block-title {
        padding-bottom: 0px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
        padding-left: 80px;
    }

        .block-deals-of-opt2 .block-title:before,
        .block-deals-of-opt2 .block-title:after {
            content: "";
            display: table;
        }

        .block-deals-of-opt2 .block-title:after {
            clear: both;
        }

        .block-deals-of-opt2 .block-title > .title {
            float: right;
            color: #333333;
            display: block;
            font-size: 16px;
            font-weight: 700;
            line-height: 34px;
            padding: 0px 10px;
            text-transform: uppercase;
            border-bottom: 3px solid #f96d10;
            margin-bottom: -1px;
            padding-top: 4px;
        }

@media (max-width: 479px) {
    .block-deals-of-opt2 .block-title {
        margin-bottom: 45px;
    }
}

.block-deals-of-opt2 .deals-of-countdown {
    float: left;
    margin-bottom: 10px;
}

    .block-deals-of-opt2 .deals-of-countdown .title {
        font-size: 14px;
        text-transform: uppercase;
        color: #53524e;
        font-weight: normal;
        padding-right: 34px;
        background-position: center right;
        background-repeat: no-repeat;
        background-image: url(/content/home/images/icon/index5/icon-deals-of.png);
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
    }

.block-deals-of-opt2 .count-down-time {
    display: inline-block;
    vertical-align: middle;
}

    .block-deals-of-opt2 .count-down-time:before,
    .block-deals-of-opt2 .count-down-time:after {
        content: "";
        display: table;
    }

    .block-deals-of-opt2 .count-down-time:after {
        clear: both;
    }

    .block-deals-of-opt2 .count-down-time .box-count {
        float: right;
        margin-left: 10px;
        text-align: center;
        line-height: 28px;
        border: 1px solid #e6e6e6;
        background-color: #fff;
        font-size: 14px;
        color: #05113b;
        padding: 0 7px;
        position: relative;
    }

        .block-deals-of-opt2 .count-down-time .box-count:after {
            content: ":";
            position: absolute;
            top: 0;
            left: -7px;
        }

        .block-deals-of-opt2 .count-down-time .box-count:last-child {
            margin-left: 0;
        }

            .block-deals-of-opt2 .count-down-time .box-count:last-child:after {
                content: none;
            }

        .block-deals-of-opt2 .count-down-time .box-count .number {
            width: auto;
            height: auto;
            line-height: 1;
            display: inline-block;
            font-size: 14px;
            background-color: transparent;
            color: #f96d10;
            margin-left: 4px;
        }

        .block-deals-of-opt2 .count-down-time .box-count .text {
            display: inline-block;
            font-size: 14px;
            color: #f96d10;
            line-height: 1;
        }

@media (max-width: 479px) {
    .block-deals-of-opt2 .count-down-time .box-count {
        padding: 0 3px;
        margin-top: 5px;
    }
}

.block-deals-of-opt2 .owl-nav {
    position: absolute;
    left: 0;
    top: -56px;
}

@media (max-width: 479px) {
    .block-deals-of-opt2 .owl-nav {
        top: -35px;
    }
}

.block-deals-of-opt2 .owl-nav .owl-prev,
.block-deals-of-opt2 .owl-nav .owl-next {
    width: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    margin-right: 5px;
    float: left;
    color: #fff;
    font-size: 16px;
    background-color: #a3a3a3;
}

    .block-deals-of-opt2 .owl-nav .owl-prev:before,
    .block-deals-of-opt2 .owl-nav .owl-next:before {
        content: "";
        font-family: "FontAwesome";
    }

    .block-deals-of-opt2 .owl-nav .owl-prev:hover,
    .block-deals-of-opt2 .owl-nav .owl-next:hover {
        background-color: #f78031;
        color: #fff;
    }

    .block-deals-of-opt2 .owl-nav .owl-prev:before {
        content: "\f104";
    }

    .block-deals-of-opt2 .owl-nav .owl-next:before {
        content: "\f105";
    }

.block-deals-of-opt2 .product-item {
    border: 1px solid #eeeeee;
}

    .block-deals-of-opt2 .product-item:hover {
        border: 1px solid #f96e12;
    }

    .block-deals-of-opt2 .product-item .product-item-photo {
        padding: 9px;
    }

    .block-deals-of-opt2 .product-item .product-item-img {
        height: 257px;
        overflow: hidden;
    }

        .block-deals-of-opt2 .product-item .product-item-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .block-deals-of-opt2 .product-item .product-item-actions {
        top: 70px;
    }

    .block-deals-of-opt2 .product-item .product-item-detail {
        min-height: 64px;
        padding-bottom: 2px;
    }

@media (max-width: 767px) {
    .block-deals-of-opt2 .block-title {
        padding-right: 0;
    }

    .block-deals-of-opt2 .deals-of-countdown {
        width: 100%;
        clear: both;
        float: none;
        margin: 0px 0 10px;
        padding-top: 10px;
    }
}

/*-------------------------------------------------------------------*/
.toolbar-products {
    /* Safari */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 0 0px;
}

    .toolbar-products.toolbar-top {
        margin-top: 40px;
        margin-bottom: 45px;
        border-top: none;
        border-bottom: none;
    }

    .toolbar-products.toolbar-bottom {
        margin-top: 20px;
        margin-bottom: 65px;
    }

    .toolbar-products .btn-filter-products {
        line-height: 32px;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid #dfdfdf;
        color: #000000;
        background-color: #fff;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 300;
        display: none;
    }

        .toolbar-products .btn-filter-products:hover {
            color: #ff3366;
        }

    .toolbar-products .modes .label {
        display: none;
    }

    .toolbar-products .toolbar-option .label {
        color: #000000;
        display: inline-block;
        line-height: 34px;
        font-weight: normal;
        font-size: 14px;
        padding: 0;
        vertical-align: top;
        margin: 0;
        margin-right: 5px;
    }

    .toolbar-products .form-control {
        height: 34px;
        border: 1px solid #dfdfdf;
        color: #000000;
        display: inline-block;
        box-shadow: none;
        font-size: 14px;
        font-weight: 300;
        padding-right: 10px;
        padding-left: 19px;
        background-position: center left 10px;
        background-repeat: no-repeat;
        background-image: url(/content/home/images/icon/index1/arrow-select.html);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .toolbar-products .modes {
        font-size: 13px;
        margin-bottom: 7px;
    }

        .toolbar-products .modes .modes-mode {
            margin-top: 2px;
            width: 29px;
            height: 27px;
            text-align: center;
            background-color: #dddddd;
            color: #bcbcbc;
            display: inline-block;
            margin-left: 6px;
            background-position: center;
            background-repeat: no-repeat;
        }

            .toolbar-products .modes .modes-mode span {
                display: none;
            }

            .toolbar-products .modes .modes-mode.active,
            .toolbar-products .modes .modes-mode:hover {
                color: #fff;
                background-color: #ff3366;
            }

        .toolbar-products .modes .mode-grid {
            background-image: url(/content/home/images/icon/index1/grid.html);
        }

            .toolbar-products .modes .mode-grid.active,
            .toolbar-products .modes .mode-grid:hover {
                background-image: url(/content/home/images/icon/index1/grid-active.html);
            }

        .toolbar-products .modes .mode-list {
            background-image: url(/content/home/images/icon/index1/list.html);
        }

            .toolbar-products .modes .mode-list.active,
            .toolbar-products .modes .mode-list:hover {
                background-image: url(/content/home/images/icon/index1/list-active.html);
            }

    .toolbar-products .toolbar-sorter,
    .toolbar-products .toolbar-limiter {
        display: inline-block;
        vertical-align: top;
        margin: 0 13px;
        margin-bottom: 7px;
    }

        .toolbar-products .toolbar-sorter .form-control {
            padding-right: 12px;
            width: 105px;
        }

        .toolbar-products .toolbar-limiter .form-control {
            text-align-last: center;
            text-align: center;
            width: 54px;
            padding-right: 2px;
        }

@media (max-width: 991px) {
    .toolbar-products .modes {
        display: none;
    }

    .toolbar-products .btn-filter-products {
        display: block;
    }

        .toolbar-products .btn-filter-products.active:before {
            content: "";
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 333;
        }
}

@media (max-width: 767px) {
    .toolbar-products .modes,
    .toolbar-products .toolbar-limiter {
        display: none;
    }

    .toolbar-products .toolbar-sorter {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .toolbar-products.toolbar-top .pagination {
        display: none;
    }

    .toolbar-products.toolbar-bottom .toolbar-option,
    .toolbar-products.toolbar-bottom .btn-filter-products {
        display: none;
    }
}
/*-----------------------------------------------------------------------------------------*/
.block-service-opt2 {
    margin-bottom: 60px;
}

    .block-service-opt2 .items {
        width: 100%;
        display: block;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .block-service-opt2 .items:before,
        .block-service-opt2 .items:after {
            content: "";
            display: table;
        }

        .block-service-opt2 .items:after {
            clear: both;
        }

        .block-service-opt2 .items .item {
            display: block;
            vertical-align: middle;
            border: 1px solid #eeeeee;
            width: 33.333333333333336%;
            height: 108px;
            padding: 10px 0;
            border-collapse: collapse;
            border-spacing: 0;
            float: right;
            margin-bottom: -1px;
            margin-right: -1px;
        }

@media (max-width: 991px) {
    .block-service-opt2 .items .item {
        width: 50%;
    }
}

@media (max-width: 639px) {
    .block-service-opt2 .items .item {
        width: 100%;
        height: auto;
        min-height: 108px;
    }
}

.block-service-opt2 .items .title {
    display: block;
    font-size: 14px;
    color: #333333;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-service-opt2 .items .icon,
.block-service-opt2 .items .des {
    vertical-align: middle;
    width: 48%;
    display: inline-block;
    padding: 0 2px;
}

@media (max-width: 767px) and (min-width: 480px) {
    .block-service-opt2 .items .icon,
    .block-service-opt2 .items .des {
        /*width: 100%;
				display: block;
				padding: 0 5px;
				text-align: center;*/
    }
}

.block-service-opt2 .items .icon {
    text-align: center;
}

.block-service-opt2 .items .des {
    font-size: 14px;
    color: #919191;
}

@media (max-width: 479px) {
    .block-service-opt2 .items {
        display: block;
    }

        .block-service-opt2 .items .item {
            display: block;
            width: 100%;
            height: auto;
            min-height: 108px;
            margin-bottom: -1px;
        }
}

@media (min-width: 768px) {
    .block-service-opt2 .items .item {
        overflow: hidden;
    }

        .block-service-opt2 .items .item .title,
        .block-service-opt2 .items .item .icon,
        .block-service-opt2 .items .item .des {
            position: relative;
        }

        .block-service-opt2 .items .item:hover .title,
        .block-service-opt2 .items .item:hover .icon {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

        .block-service-opt2 .items .item:hover .des {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
            -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }
}
/*--------------------------------------------------------------------------------------------------------------*/
.catalog-view_op1 .block-upsell .product-item,
.catalog-view_op1 .block-related .product-item {
    border: 1px solid #eeeeee;
}

.catalog-view_op1 .product-media {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .catalog-view_op1 .product-media {
        margin-bottom: 0px;
    }
}

@media (min-width: 767px) {
    .catalog-view_op1 .product-media {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .catalog-view_op1 .product-media {
        padding-left: 30px;
    }
}

.catalog-view_op1 .product-media .images-large {
    position: relative;
    border: 1px solid #eeeeee;
    background-color: #fff;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px 30px;
}

    .catalog-view_op1 .product-media .images-large .btn-zoom {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

.catalog-view_op1 .product-media .images-small {
    padding: 0 35px;
}

    .catalog-view_op1 .product-media .images-small a {
        display: block;
        position: relative;
        overflow: hidden;
        border: 1px solid #eeeeee;
        background-color: #fff;
        text-align: center;
        padding: 0;
    }

        .catalog-view_op1 .product-media .images-small a.active {
            border: 1px solid #ff3366;
        }

        .catalog-view_op1 .product-media .images-small a img {
            margin: auto;
            display: block;
            width: 83%;
        }

    .catalog-view_op1 .product-media .images-small .owl-item {
        padding-bottom: 1px;
    }

    .catalog-view_op1 .product-media .images-small .owl-prev,
    .catalog-view_op1 .product-media .images-small .owl-next {
        width: 24px;
        text-align: center;
        line-height: 24px;
        color: #fff;
        background-color: #aaaaaa;
        border-radius: 0;
        display: block;
        height: auto;
        text-indent: 0;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        font-size: 16px;
    }

        .catalog-view_op1 .product-media .images-small .owl-prev:hover,
        .catalog-view_op1 .product-media .images-small .owl-next:hover {
            background-color: #ff3366;
        }

        .catalog-view_op1 .product-media .images-small .owl-prev:before,
        .catalog-view_op1 .product-media .images-small .owl-next:before {
            content: "";
            font-family: "FontAwesome";
        }

    .catalog-view_op1 .product-media .images-small .owl-prev {
        left: -35px;
    }

        .catalog-view_op1 .product-media .images-small .owl-prev:before {
            content: "\f104";
        }

    .catalog-view_op1 .product-media .images-small .owl-next {
        right: -35px;
    }

        .catalog-view_op1 .product-media .images-small .owl-next:before {
            content: "\f105";
        }

.catalog-view_op1 .product-info-main {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .catalog-view_op1 .product-info-main {
        margin-right: -15px;
    }
}

.catalog-view_op1 .product-info-main .page-title {
    font-size: 16px;
    color: #666666;
    text-transform: capitalize;
    display: block;
    margin: 0 0 12px;
}

.catalog-view_op1 .product-info-main .product-reviews-summary {
    margin-bottom: 6px;
}

    .catalog-view_op1 .product-info-main .product-reviews-summary .rating-summary {
        display: inline-block;
        vertical-align: middle;
    }

    .catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #666666;
    }

        .catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a {
            color: #666666;
            display: inline-block;
            line-height: 18px;
            padding: 0 10px;
        }

            .catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a:hover {
                color: #ff3366;
            }

        .catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action {
            border-left: 1px solid #e5e5e5;
        }

            .catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action:last-child {
                border-left: none;
            }

.catalog-view_op1 .product-info-main .product-info-price {
    margin-bottom: 10px;
}

    .catalog-view_op1 .product-info-main .product-info-price .price {
        font-weight: bold;
        color: #ff3366;
        font-size: 18px;
    }

    .catalog-view_op1 .product-info-main .product-info-price .old-price {
        font-size: 14px;
        color: #666666;
        text-decoration: line-through;
        margin-right: 12px;
    }

    .catalog-view_op1 .product-info-main .product-info-price .label-sale {
        display: inline-block;
        line-height: 23px;
        background-color: #ff9900;
        color: #fff;
        padding: 0 12px;
        font-size: 14px;
        margin-right: 12px;
    }

.catalog-view_op1 .product-info-main .product-info-stock {
    color: #009966;
    font-size: 14px;
    margin-bottom: 7px;
}

    .catalog-view_op1 .product-info-main .product-info-stock .label {
        color: #666;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
    }

.catalog-view_op1 .product-info-main .product-code,
.catalog-view_op1 .product-info-main .product-condition {
    color: #666;
    font-size: 14px;
    margin-bottom: 7px;
}

.catalog-view_op1 .product-info-main .product-overview {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
}

.catalog-view_op1 .product-info-detailed {
    margin-bottom: 38px;
}

    .catalog-view_op1 .product-info-detailed .nav {
        margin: 0;
    }

@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .nav {
        display: none;
    }
}

.catalog-view_op1 .product-info-detailed .nav > li {
    float: right;
}

    .catalog-view_op1 .product-info-detailed .nav > li + li {
        margin-right: 6px;
    }

    .catalog-view_op1 .product-info-detailed .nav > li > a {
        display: block;
        line-height: 46px;
        padding: 0 25px;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        text-transform: uppercase;
        background-color: #e2e2e2;
    }

@media (max-width: 1199px) {
    .catalog-view_op1 .product-info-detailed .nav > li > a {
        padding: 0 15px;
    }
}

.catalog-view_op1 .product-info-detailed .nav > li.active > a {
    background-color: #fff;
    margin-bottom: -1px;
    border: 1px solid #eeeeee;
    border-bottom: none;
    z-index: 100;
}

.catalog-view_op1 .product-info-detailed .tab-content {
    border: 1px solid #eeeeee;
    padding: 30px 15px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

    .catalog-view_op1 .product-info-detailed .tab-content .block-title {
        display: none;
        line-height: 30px;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: -1px;
        padding: 0 20px;
        text-transform: uppercase;
        line-height: 46px;
        padding: 0 25px;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        cursor: pointer;
        position: relative;
        padding-left: 35px;
    }

        .catalog-view_op1 .product-info-detailed .tab-content .block-title:after {
            content: "\f107";
            font-family: "FontAwesome";
            position: absolute;
            top: 0;
            left: 20px;
        }

@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .tab-content .block-title {
        display: block;
    }
}

@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .tab-content {
        padding: 0;
    }

        .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
            display: block;
        }

            .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-content {
                display: block;
            }

            .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title {
                background-color: #e2e2e2;
            }

                .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title:after {
                    content: "\f106";
                    font-family: "FontAwesome";
                }

        .catalog-view_op1 .product-info-detailed .tab-content .block-content {
            display: none;
            padding: 20px;
            border-bottom: 1px solid #eeeeee;
        }

        .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
            visibility: visible;
            opacity: 1;
            position: static;
        }
}

.catalog-view_op1 .product-add-form {
    padding-top: 5px;
    border-top: 1px solid #eeeeee;
}

.catalog-view_op1 .product-options-wrapper .form-qty {
    margin-bottom: 10px;
}

    .catalog-view_op1 .product-options-wrapper .form-qty .label {
        font-size: 14px;
        color: #666666;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        min-width: 45px;
        padding: 0;
        font-weight: normal;
        text-align: right;
    }

    .catalog-view_op1 .product-options-wrapper .form-qty .control {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 70px;
    }

    .catalog-view_op1 .product-options-wrapper .form-qty .input-qty {
        height: 31px;
        border: 1px solid #eaeaea;
        background-color: #fafafa;
        width: 100%;
        font-size: 13px;
        color: #666666;
        padding-right: 10px;
    }

    .catalog-view_op1 .product-options-wrapper .form-qty .btn-number {
        color: #666666;
        width: 10px;
        padding: 0;
        text-align: center;
        line-height: 6px;
        border: none;
        background-color: transparent;
        box-shadow: none;
        cursor: pointer;
        position: absolute;
        left: 7px;
    }

        .catalog-view_op1 .product-options-wrapper .form-qty .btn-number span {
            display: none;
        }

        .catalog-view_op1 .product-options-wrapper .form-qty .btn-number:before {
            font-family: 'FontAwesome';
        }

        .catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus {
            top: 50%;
            margin-top: 2px;
        }

            .catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus:before {
                content: "\f0d7";
            }

        .catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus {
            bottom: 50%;
            margin-bottom: 2px;
        }

            .catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus:before {
                content: "\f0d8";
            }

.catalog-view_op1 .product-options-wrapper .form-configurable {
    margin-bottom: 10px;
}

    .catalog-view_op1 .product-options-wrapper .form-configurable .label {
        font-size: 14px;
        color: #666666;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        min-width: 45px;
        padding: 0;
        font-weight: normal;
        text-align: right;
    }

    .catalog-view_op1 .product-options-wrapper .form-configurable .control {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 95px;
    }

    .catalog-view_op1 .product-options-wrapper .form-configurable .form-control {
        height: 31px;
        border: 1px solid #eaeaea;
        background-color: #fafafa;
        width: 100%;
        font-size: 13px;
        color: #666666;
        padding-right: 10px;
        padding-left: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
    }

    .catalog-view_op1 .product-options-wrapper .form-configurable select {
        background-position: center left 5px;
        background-repeat: no-repeat;
        background-image: url(/content/home/images/icon/select.png);
    }

    .catalog-view_op1 .product-options-wrapper .form-configurable .size-chart {
        color: #ff3366;
        line-height: 30px;
        display: inline-block;
        text-decoration: underline;
        font-size: 14px;
        font-style: italic;
        margin-right: 6px;
    }

.catalog-view_op1 .product-options-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
}

    .catalog-view_op1 .product-options-bottom .btn-cart {
        height: 36px;
        background-color: #ff3366;
        color: #fff;
        font-size: 14px;
        padding: 0 12px;
        border: none;
        box-shadow: none;
        line-height: 36px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-bottom: 10px;
    }

        .catalog-view_op1 .product-options-bottom .btn-cart:before {
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(/content/home/images/icon/cart-catalog-op1.png);
            width: 16px;
            height: 16px;
            margin-left: 10px;
            display: inline-block;
            vertical-align: middle;
        }

        .catalog-view_op1 .product-options-bottom .btn-cart:hover {
            background-color: #cc0033;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .catalog-view_op1 .product-options-bottom .product-addto-links .action {
        display: inline-block;
        line-height: 34px;
        font-size: 14px;
        color: #666666;
        margin-left: 15px;
        margin-bottom: 10px;
        vertical-align: top;
    }

        .catalog-view_op1 .product-options-bottom .product-addto-links .action:before {
            content: "";
            font-family: 'FontAwesome';
            text-align: center;
            line-height: 30px;
            display: inline-block;
            border-radius: 100%;
            color: #fff;
            margin-left: 3px;
            width: 30px;
            height: 30px;
            background-color: #999999;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .catalog-view_op1 .product-options-bottom .product-addto-links .action:hover {
            color: #ff3366;
        }

            .catalog-view_op1 .product-options-bottom .product-addto-links .action:hover:before {
                background-color: #ff3366;
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

    .catalog-view_op1 .product-options-bottom .product-addto-links .btn-wishlist:before {
        content: "\f08a";
    }

    .catalog-view_op1 .product-options-bottom .product-addto-links .btn-compare:before {
        content: "\f012";
    }

.catalog-view_op1 .product-addto-links-second {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    margin-bottom: 15px;
}

    .catalog-view_op1 .product-addto-links-second .action {
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
        background-position: center right;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #666666;
        padding-right: 26px;
        margin-left: 15px;
    }

        .catalog-view_op1 .product-addto-links-second .action:hover {
            color: #ff3366;
        }

    .catalog-view_op1 .product-addto-links-second .action-print {
        background-image: url(/content/home/images/icon/action-print.png);
    }

    .catalog-view_op1 .product-addto-links-second .action-friend {
        background-image: url(/content/home/images/icon/action-friend.png);
    }