
/*
* ------------------------------------------------------------------
*
* Project: Hantus - Spa and Beauty HTML template
* Version: 1.0
* Created : 25/04/2017
* Template URI: 
* Author Name: NayraThemes
* Author URI: http://nayrathemes.com/
* Description: Spa and Beauty HTML template
* Developer: Aminul Haque Chowdhury;
*
*
* -------------------------------------------------------------------
*
============================================
*   [Table of contents]
* ==========================================

    ** Fonts + Include CSS
    ** Theme Reset Css
    ** Preloader
    01. Homepage
        01. Header Top
        02. Navbar
        03. Slider
        04. Slider Contact
        05. Our Service
        06. Portfolio
        07. Feature
        08. Pricing
        09. Counter
        10. Product
        11. Testimonial
        12.Appoinment
        13.Expert Beauticians
        14. Partner
        15. Subscribe
        16.footer-copyright
        17. Breadcrumb

    02. About us page
        01. Welcome
        02. Why choose us
        03. About-partner

    03. Gallery Page
    04. Contact page
    04. Portfolio page
    05. Blog Page
        01. Single Post
        02. Post Comment Area
    07. 404 Page
    08. Coming Soon Page

/* ========================================== */


/*
==========================================
    Fonts + Include CSS
============================================
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Rubik:300,400,500,700,900');
@import url('fontawesome-all.min.css');
@import url('elegant-icons.min.css');
@import url('bootstrap.min.css');
@import url('meanmenu.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('animate.css');
@import url('magnific-popup.css');

@import url('typography/typograhpy.css');
@import url('colors/default.css');
@import url('widget.css');


/*
==========================================
    Theme Reset Css
==========================================




*/
.image-box {
    border-radius: 12px !important;          /* Bo góc */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
    width: 100%;                  /* Tùy chỉnh theo layout */
    max-width: 300px;
    height: auto;
    display: block;
}

.image-box:hover {
    transform: scale(1.05) !important;       /* Phóng to nhẹ khi hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Bóng đậm hơn khi hover */
}


/* ---- product ---- */

.product-reviews-summary .rating-summary:after,
.product-reviews-summary .rating-summary:before {
    content: "";
    display: table
}

.product-reviews-summary .rating-summary:after {
    clear: both
}

.product-reviews-summary .rating-result {
    position: relative;
    overflow: hidden;
    float: left
}

.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: #f90;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-reviews-summary .rating-result>span span {
    display: none
}


.label-sale {
padding: 0px 15px;
height: 50px;
font-size: 16px;
text-align: center;
cursor: pointer;
outline: none;
color: #ff86b8;
background-color: #fcfaf4;
border-radius: 5px;
border: 1px solid;
box-shadow: 0 3px #999;

}


.product-reviews-summary .rating-summary:after,
.product-reviews-summary .rating-summary:before {
    content: "";
    display: table
}

.product-reviews-summary .rating-summary:after {
    clear: both
}

.product-reviews-summary .rating-result {
    position: relative;
    overflow: hidden;
    float: left
}

.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: #f90;
    position: absolute;
    top: 0;
    left: 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: .45s;
    animation-duration: .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: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-1 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-1 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .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(../images/icon/index1/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.product-item-opt-1 .product-item-info .btn-cart:hover {
    background-color: #f36
}

.product-item-opt-1 .product-item-info .product-reviews-summary {
    float: right;
    margin-top: 2px
}

.product-item-opt-1 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px
}

.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: .35s;
    -o-transition: .35s;
    transition: .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: 400;
    color: #666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-item-opt-1 .product-item-name a {
    color: #666
}

.product-item-opt-1 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-1 .product-item-price {
    font-size: 18px;
    color: #f36;
    font-weight: 700;
    margin-bottom: 2px;
    float: left;
    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-right: 3px
}

.product-item-opt-1 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-1 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 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, .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: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-1 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-1 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-1 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.product-item-opt-1 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.product-item-opt-1 .product-item-actions .btn span {
    display: none
}

.product-item-opt-1 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36
}

.product-item-opt-1 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-1 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-1 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index1/btn-quickview.png)
}

.product-item-opt-1 .product-item-label {
    position: absolute;
    top: 17px;
    right: 17px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    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
}

.product-item-opt-1 .product-item-label.label-new {
    background-color: #E80000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100%;
    width: 36px;
    line-height: 36px;
    height: 36px;
    top: 17px;
    right: 17px
}

.product-item-opt-1 .product-item-label.label-new:after,
.product-item-opt-1 .product-item-label.label-new:before {
    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
}

.product-item-opt-1 .product-item-label.label-price {
    background-color: #f60;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 7px 0 0;
    height: 36px;
    line-height: 1;
    font-size: 11px
}

.product-item-opt-1 .product-item-label.label-price span {
    display: block
}

.product-item-opt-1 .product-item-label.label-price:after,
.product-item-opt-1 .product-item-label.label-price:before {
    content: none
}

.product-item-opt-1 .product-item-label.label-sale-off {
    background-color: #b30000;
    right: 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;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -6px;
    right: 0
}

.product-item-opt-0 .product-item-info {
    padding: 10px 22px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative
}

.product-item-opt-0 .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: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-0 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-0 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-0 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-opt-0 .product-item-name a {
    color: #888
}

.product-item-opt-0 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-0 .product-item-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.product-item-opt-0 .product-item-price .old-price {
    color: #666;
    text-decoration: line-through
}

.product-item-opt-0 .product-item-actions:after,
.product-item-opt-0 .product-item-actions:before {
    content: "";
    display: table
}

.product-item-opt-0 .product-item-actions:after {
    clear: both
}

.product-item-opt-0 .product-item-actions .btn {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px
}

.product-item-opt-0 .product-item-actions .btn:last-child {
    margin-right: 0
}

.product-item-opt-0 .product-item-actions .btn span {
    display: none
}

.product-item-opt-0 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36;
    border-color: #f36
}

.product-item-opt-0 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-0 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png)
}

.product-item-opt-0 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-0 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png)
}

.product-item-opt-0 .product-item-actions .btn-cart {
    padding-left: 40px;
    background-position: center left 12px;
    background-position-x: 1%;
    background-position-y: 50%;
    width: auto;
    padding-right: 10px;
    background-image: url(../images/icon/index1/btn-cart.png)
}

.product-item-opt-0 .product-item-actions .btn-cart span {
    display: block
}

.product-item-opt-0 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png)
}

.product-item-opt-0 .product-item-review .action {
    font-size: 13px;
    color: #888;
    line-height: 34px
}

.product-item-opt-0 .product-item-review .action:hover {
    color: #f36
}

.product-item-opt-0 .product-item-des {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-bottom: 26px;
    overflow: hidden;
    max-height: 73px
}

.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: .45s;
    animation-duration: .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: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-2 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-2 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .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(../images/icon/index2/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 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: right;
    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: .35s;
    -o-transition: .35s;
    transition: .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: 400;
    color: #666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-item-opt-2 .product-item-name a {
    color: #666
}

.product-item-opt-2 .product-item-name a:hover {
    color: #B08A55  
}

.product-item-opt-2 .product-item-price {
    font-size: 18px;
    color: #B08A55;
    font-weight: 700;
    margin-bottom: 2px;
    float: left;
    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: 400
}

.product-item-opt-2 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 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, .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: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-2 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-2 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-2 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-2 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .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(../images/icon/index2/btn-wishlist.png)
}

.product-item-opt-2 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index2/btn-compare.png)
}

.product-item-opt-2 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index2/btn-quickview.png)
}

.product-item-opt-2 .product-item-label {
    position: absolute;
    top: 15px;
    right: 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
}

.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
}

.product-item-opt-2 .product-item-label.label-price {
    background-color: #f60;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 7px 0 0;
    height: 36px;
    line-height: 1;
    font-size: 11px
}

.product-item-opt-2 .product-item-label.label-price span {
    display: block
}

.product-item-opt-2 .product-item-label.label-price:after,
.product-item-opt-2 .product-item-label.label-price:before {
    content: none
}

.product-item-opt-2 .product-item-label.label-sale-off {
    background-color: #b30000;
    right: 5px;
    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;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -6px;
    right: 0
}

.product-item-opt-3 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.product-item-opt-3 .product-item-info {
    border: 1px solid #dfdfdf;
    padding: 15px 28px
}

.product-item-opt-3 .product-item-info:hover .product-item-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-3 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0
}

.product-item-opt-3 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-3 .product-item-detail {
    text-align: center;
    padding: 0
}

.product-item-opt-3 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    text-transform: uppercase
}

.product-item-opt-3 .product-item-name a {
    color: #333
}

.product-item-opt-3 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-3 .product-item-actions .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    background-color: #ddd;
    color: #333;
    margin-bottom: 7px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 19px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
    font-size: 12px
}

.product-item-opt-3 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-item-opt-4 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.product-item-opt-4:hover .product-item-actions .btn,
.product-item-opt-4:hover .product-item-info .btn-quickview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-info {
    padding: 20px 0 13px
}

.product-item-opt-4 .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: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-info .btn-quickview {
    position: absolute;
    width: 52px;
    height: 52px;
    background-color: #ff8c00;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/quickview.png);
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -26px;
    padding: 0;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-info .btn-quickview:hover {
    background-color: #cc7000
}

.product-item-opt-4 .product-item-info .btn-quickview span {
    display: none
}

.product-item-opt-4 .product-item-info .product-reviews-summary {
    float: right
}

.product-item-opt-4 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 27px
}

.product-item-opt-4 .product-item-img {
    position: relative;
    overflow: hidden;
    display: block
}

.product-item-opt-4 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-detail {
    padding: 0 27px
}

.product-item-opt-4 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px
}

.product-item-opt-4 .product-item-name a {
    color: #333
}

.product-item-opt-4 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-4 .product-item-price {
    font-size: 14px;
    color: #b40000;
    font-weight: 400;
    margin-bottom: 2px
}

.product-item-opt-4 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-4 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-4 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 7px;
    bottom: 1px
}

.product-item-opt-4 .product-item-actions .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #fff;
    margin-top: 5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-actions .btn span {
    display: none
}

.product-item-opt-4 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00
}

.product-item-opt-4 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-4 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png)
}

.product-item-opt-4 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-4 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png)
}

.product-item-opt-4 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png)
}

.product-item-opt-4 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png)
}

.product-item-opt-4 .product-item-label {
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px
}

.product-item-opt-4 .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-4 .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
}

.product-item-opt-4 .product-item-label.label-sale {
    background-color: #ff9c33
}

.product-item-opt-4 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent
}

.product-item-opt-4 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33
}

.product-item-opt-7 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    font-family: Arial
}

.product-item-opt-7:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-7 .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: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-7 .product-item-info:hover .btn-quickview2 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-7 .product-item-info .btn-quickview2 {
    left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -33px;
    position: absolute;
    background-color: rgba(124, 191, 66, .7);
    display: block;
    border-radius: 100%;
    color: #fff;
    height: 66px;
    line-height: 66px;
    padding: 0;
    width: 66px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/btn-view.png);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-7 .product-item-info .btn-quickview2 span {
    display: none
}

.product-item-opt-7 .product-item-info .btn-quickview2:hover {
    background-color: #e52e04
}

.product-item-opt-7 .product-item-info .product-reviews-summary {
    height: 12px;
    margin-bottom: 3px
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-summary:after,
.product-item-opt-7 .product-item-info .product-reviews-summary .rating-summary:before {
    content: "";
    display: table
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-summary:after {
    clear: both
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result {
    position: relative;
    overflow: hidden;
    float: left
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result,
.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span {
    color: #666;
    white-space: nowrap;
    line-height: 1;
    display: block
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result:before,
.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span:before {
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    font-family: FontAwesome;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: block
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span {
    color: #f7a61b;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span span {
    display: none
}

.product-item-opt-7 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-7 .product-item-img {
    display: block
}

.product-item-opt-7 .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: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-7 .product-item-detail {
    padding: 11px 10px 5px;
    min-height: 84px
}

.product-item-opt-7 .product-item-name {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-opt-7 .product-item-name a {
    color: #666
}

.product-item-opt-7 .product-item-name a:hover {
    color: #e52e04
}

.product-item-opt-7 .product-item-price {
    font-size: 15px;
    color: #e62e04;
    font-weight: 700;
    margin-bottom: 2px
}

.product-item-opt-7 .product-item-price>span {
    line-height: 1
}

.product-item-opt-7 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-7 .product-item-price .old-price {
    font-size: 13px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-7 .product-item-actions {
    position: absolute;
    z-index: 30;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    width: 136px
}

.product-item-opt-7 .product-item-actions .btn {
    width: 34px;
    height: 28px;
    line-height: 29px;
    padding: 0;
    text-align: center;
    background-color: #7cbf42;
    color: #fff;
    margin-bottom: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    float: left;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(0, 0, 0, .1);
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-7 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.product-item-opt-7 .product-item-actions .btn:first-child {
    border-left: none
}

.product-item-opt-7 .product-item-actions .btn:last-child {
    border-right: none
}

.product-item-opt-7 .product-item-actions .btn span {
    display: none
}

.product-item-opt-7 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #e52e04
}

.product-item-opt-7 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index7/btn-wishlist.png)
}

.product-item-opt-7 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index7/btn-compare.png)
}

.product-item-opt-7 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index7/btn-quickview.png)
}

.product-item-opt-7 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index7/btn-cart.png)
}

.product-item-opt-7 .product-item-label {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    padding: 0;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center
}

.product-item-opt-7 .product-item-label.label-new {
    right: auto;
    top: 10px;
    left: 10px;
    background-color: transparent;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/bg-new.png)
}

.product-item-opt-7 .product-item-label.label-sale {
    right: auto;
    top: 10px;
    left: 10px;
    background-color: transparent;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/bg-sale.png)
}

.product-item-opt-8 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    max-width: 272px;
    margin-right: auto;
    margin-left: auto
}

.product-item-opt-8:hover .product-item-actions .btn-wishlist {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.product-item-opt-8:hover .product-item-actions .btn-compare {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.product-item-opt-8 .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: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-8 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea
}

.product-item-opt-8 .product-item-img {
    display: block;
    overflow: hidden;
    position: relative
}

.product-item-opt-8 .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: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-8 .product-item-detail {
    padding: 11px 0 5px;
    min-height: 84px;
    text-align: center
}

.product-item-opt-8 .product-item-name {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase
}

.product-item-opt-8 .product-item-name a {
    color: #666
}

.product-item-opt-8 .product-item-name a:hover {
    color: #0188cc
}

.product-item-opt-8 .product-item-price {
    font-size: 16px;
    color: #e62e04;
    font-weight: 400;
    margin-bottom: 9px
}

.product-item-opt-8 .product-item-price>span {
    line-height: 1
}

.product-item-opt-8 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-8 .product-item-price .old-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-8 .product-item-actions:after,
.product-item-opt-8 .product-item-actions:before {
    content: "";
    display: table
}

.product-item-opt-8 .product-item-actions:after {
    clear: both
}

.product-item-opt-8 .product-item-actions .btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #666;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    border: 1px solid #ccc
}

.product-item-opt-8 .product-item-actions .btn span {
    display: none
}

.product-item-opt-8 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #0188cc;
    border-color: #0188cc
}

.product-item-opt-8 .product-item-actions .btn-compare,
.product-item-opt-8 .product-item-actions .btn-wishlist {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-8 .product-item-actions .btn-compare:before,
.product-item-opt-8 .product-item-actions .btn-wishlist:before {
    font-family: FontAwesome;
    font-size: 14px
}

.product-item-opt-8 .product-item-actions .btn-compare {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.product-item-opt-8 .product-item-actions .btn-wishlist:before {
    content: "\f08a"
}

.product-item-opt-8 .product-item-actions .btn-compare:before {
    content: "\f0ec"
}

.product-item-opt-8 .product-item-actions .btn-cart {
    width: auto;
    padding: 0 23px;
    text-transform: uppercase
}

.product-item-opt-8 .product-item-actions .btn-cart span {
    display: block
}

.product-item-opt-8 .product-item-label {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center
}

.product-item-opt-8 .product-item-label.label-new {
    right: auto;
    top: 10px;
    left: 10px;
    background-color: transparent;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/bg-new.png)
}

.product-collections-opt-8 {
    text-align: center
}

.product-collections-opt-8:hover .product-item-photo img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-collections-opt-8 .product-item-photo {
    display: block;
    margin-bottom: 25px
}

.product-collections-opt-8 .product-item-photo img {
    display: block;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-collections-opt-8 .product-item-img {
    display: block;
    position: relative;
    overflow: hidden
}

.product-collections-opt-8 .product-item-name {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.product-collections-opt-8 .product-item-name a {
    color: #333
}

.product-collections-opt-8 .product-item-name a:hover {
    color: #0188cc
}

.product-collections-opt-8 .product-item-des {
    margin-bottom: 10px;
    font-size: 14px
}

.product-collections-opt-8 .product-item-author {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 16px;
    color: #999
}

.product-collections-opt-8 .product-item-actions .btn-view {
    background-color: #fff;
    color: #333;
    border: 1px solid #666;
    text-transform: capitalize;
    padding: 0 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px
}

.product-collections-opt-8 .product-item-actions .btn-view:hover {
    background-color: #0188cc;
    border-color: #0188cc;
    color: #fff
}

.product-collections-opt-8.product-even .product-item-info {
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column
}

.product-collections-opt-8.product-even .product-item-photo {
    order: 2;
    margin: 0
}

.product-collections-opt-8.product-even .product-item-detail {
    order: 1;
    margin-bottom: 28px
}

.product-item-opt-12 {
    padding: 0;
    position: relative;
    background-color: #fff
}

.product-item-opt-12:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-12 .product-item-info {
    font-family: Arimo, sans-serif
}

.product-item-opt-12 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-opt-12 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-12 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(57, 66, 100, .9);
    color: #fff;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    font-family: Oswald, sans-serif;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.product-item-opt-12 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index12/btn-cart.png);
    display: inline-block;
    vertical-align: middle
}

.product-item-opt-12 .product-item-info .btn-cart>span {
    display: inline-block;
    vertical-align: middle
}

.product-item-opt-12 .product-item-info .btn-cart:hover {
    background-color: #f36
}

.product-item-opt-12 .product-item-info .product-reviews-summary {
    margin-top: 10px;
    margin-bottom: 15px
}

.product-item-opt-12 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-12 .product-item-img {
    display: block;
    height: 242px
}

.product-item-opt-12 .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: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-opt-12 .product-item-detail {
    padding: 11px 15px 0;
    min-height: 56px
}

.product-item-opt-12 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-opt-12 .product-item-name a {
    color: #333
}

.product-item-opt-12 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-12 .product-item-price {
    font-size: 14px;
    color: #f36;
    font-weight: 400;
    line-height: 1
}

.product-item-opt-12 .product-item-price>span {
    line-height: 1
}

.product-item-opt-12 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-12 .product-item-price .old-price {
    font-size: 14px;
    color: #333;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-12 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 5px;
    top: 35px
}

.product-item-opt-12 .product-item-actions .btn {
    width: 40px;
    height: 34px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #eee;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-12 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-12 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-12 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-12 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.product-item-opt-12 .product-item-actions .btn span {
    display: none
}

.product-item-opt-12 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36
}

.product-item-opt-12 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index12/btn-wishlist.png)
}

.product-item-opt-12 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index12/btn-compare.png)
}

.product-item-opt-12 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index12/btn-quickview.png)
}

.product-item-opt-12 .product-item-label {
    position: absolute;
    bottom: 18px;
    right: 17px;
    line-height: 40px;
    width: 40px;
    padding: 0 8px;
    display: block;
    text-align: center;
    background-color: #3395ff;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    z-index: 1
}

.product-item-opt-12 .product-item-label.label-sale {
    background-color: #89b13a
}

.product-item-opt-12 .product-item-label.label-new {
    background-color: #fa894b;
    left: 17px;
    right: auto
}

.product-item-deal-opt12 {
    padding: 0;
    position: relative;
    background-color: #fff
}

.product-item-deal-opt12 .product-item-info {
    font-family: Arimo, sans-serif
}

.product-item-deal-opt12 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-deal-opt12 .product-item-info .product-reviews-summary {
    margin-top: 10px
}

.product-item-deal-opt12 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-deal-opt12 .product-item-img {
    display: block
}

.product-item-deal-opt12 .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: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-deal-opt12 .product-item-detail {
    padding: 0 10px;
    text-align: center
}

.product-item-deal-opt12 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-deal-opt12 .product-item-name a {
    color: #333
}

.product-item-deal-opt12 .product-item-name a:hover {
    color: #f36
}

.product-item-deal-opt12 .product-item-price {
    font-size: 14px;
    color: #f36;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px
}

.product-item-deal-opt12 .product-item-price>span {
    line-height: 1
}

.product-item-deal-opt12 .product-item-price .price {
    margin-right: 3px
}

.product-item-deal-opt12 .product-item-price .old-price {
    font-size: 14px;
    color: #333;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-deal-opt12 .product-item-actions {
    text-align: center
}

.product-item-deal-opt12 .product-item-actions .btn {
    width: 40px;
    height: 34px;
    padding: 0;
    text-align: center;
    background-color: #eee;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat
}

.product-item-deal-opt12 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36
}

.product-item-deal-opt12 .product-item-actions .btn-cart {
    background-color: #11a8ab;
    color: #fff;
    width: 120px;
    font-size: 16px;
    font-weight: 300;
    font-family: Oswald, sans-serif;
    text-transform: none;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-deal-opt12 .product-item-actions .btn-cart:before {
    content: "";
    width: 33px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index12/btn-cart.png);
    display: inline-block;
    vertical-align: top
}

.product-item-deal-opt12 .product-item-actions .btn-cart:hover {
    background-color: #f36
}

.product-item-deal-opt12 .product-item-actions .btn-compare,
.product-item-deal-opt12 .product-item-actions .btn-quickview,
.product-item-deal-opt12 .product-item-actions .btn-wishlist {
    line-height: 34px
}

.product-item-deal-opt12 .product-item-actions .btn-compare span,
.product-item-deal-opt12 .product-item-actions .btn-quickview span,
.product-item-deal-opt12 .product-item-actions .btn-wishlist span {
    display: none
}

.product-item-deal-opt12 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index12/btn-wishlist.png)
}

.product-item-deal-opt12 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index12/btn-compare.png)
}

.product-item-deal-opt12 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index12/btn-quickview.png)
}

.product-item-deal-opt12 .product-item-label {
    position: absolute;
    bottom: 18px;
    right: 17px;
    line-height: 40px;
    width: 40px;
    padding: 0 8px;
    display: block;
    text-align: center;
    background-color: #3395ff;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    z-index: 1
}

.product-item-deal-opt12 .product-item-label.label-sale {
    background-color: #89B13A;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto
}

.product-item-deal-opt12 .product-item-label.label-new {
    background-color: #fa894b;
    left: 17px;
    right: auto
}

.product-item-opt-13 {
    padding: 0;
    position: relative;
    background-color: #fff
}

.product-item-opt-13:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-13 .product-item-info {
    font-family: Montserrat, sans-serif
}

.product-item-opt-13 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-opt-13 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-13 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(57, 66, 100, .9);
    color: #fff;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.product-item-opt-13 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index12/btn-cart.png);
    display: inline-block;
    vertical-align: middle
}

.product-item-opt-13 .product-item-info .btn-cart>span {
    display: inline-block;
    vertical-align: middle
}

.product-item-opt-13 .product-item-info .btn-cart:hover {
    background-color: #ffad00
}

.product-item-opt-13 .product-item-info .product-reviews-summary {
    margin-top: 10px;
    margin-bottom: 14px
}

.product-item-opt-13 .product-item-info .product-reviews-summary .rating-result,
.product-item-opt-13 .product-item-info .product-reviews-summary .rating-result>span {
    color: #ccc
}

.product-item-opt-13 .product-item-info .product-reviews-summary .rating-result:before,
.product-item-opt-13 .product-item-info .product-reviews-summary .rating-result>span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 1
}

.product-item-opt-13 .product-item-info .product-reviews-summary .rating-result>span {
    color: #ffae00
}

.product-item-opt-13 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-13 .product-item-img {
    display: block;
    height: 255px
}

.product-item-opt-13 .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: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-opt-13 .product-item-detail {
    padding: 10px 15px 0;
    min-height: 94px;
    overflow: hidden
}

.product-item-opt-13 .product-item-name {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 300
}

.product-item-opt-13 .product-item-name a {
    color: #666
}

.product-item-opt-13 .product-item-name a:hover {
    color: #ffad00
}

.product-item-opt-13 .product-item-price {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 1
}

.product-item-opt-13 .product-item-price>span {
    line-height: 1
}

.product-item-opt-13 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-13 .product-item-price .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.product-item-opt-13 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 5px;
    top: 35px
}

.product-item-opt-13 .product-item-actions .btn {
    width: 40px;
    height: 34px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #eee;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-13 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-13 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-13 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-13 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.product-item-opt-13 .product-item-actions .btn span {
    display: none
}

.product-item-opt-13 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ffad00
}

.product-item-opt-13 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index12/btn-wishlist.png)
}

.product-item-opt-13 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index12/btn-compare.png)
}

.product-item-opt-13 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index12/btn-quickview.png)
}

.product-item-opt-13 .product-item-label {
    position: absolute;
    top: 13px;
    left: 13px;
    line-height: 40px;
    width: 40px;
    padding: 0 8px;
    display: block;
    text-align: center;
    background-color: #2ea76f;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    z-index: 1
}

.product-item-opt-13 .product-item-label.label-sale {
    background-color: #aa8056
}

.product-item-opt-13 .product-item-label.label-new {
    background-color: #2ea76f;
    right: 17px;
    left: auto
}

.product-item-opt-14 {
    padding: 0;
    position: relative;
    background-color: #fff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-14:hover {
    background-color: #eee;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-14:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-14:hover .product-item-actions-secondary {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-14:hover .product-item-detail {
    text-align: center;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    padding-right: 0
}

.product-item-opt-14 .product-item-info {
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product-item-opt-14 .product-item-info:hover {
    border: 1px solid #c93;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product-item-opt-14 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-opt-14 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-14 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
    background-color: rgba(204, 153, 51, .9);
    color: #fff;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.product-item-opt-14 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index12/btn-cart.png);
    display: inline-block;
    vertical-align: middle
}

.product-item-opt-14 .product-item-info .btn-cart>span {
    display: inline-block;
    vertical-align: middle
}

.product-item-opt-14 .product-item-info .btn-cart:hover {
    background-color: #c93
}

.product-item-opt-14 .product-item-info .product-reviews-summary {
    margin-top: 10px;
    margin-bottom: 15px
}

.product-item-opt-14 .product-item-info .product-reviews-summary .rating-result,
.product-item-opt-14 .product-item-info .product-reviews-summary .rating-result>span {
    color: #ccc
}

.product-item-opt-14 .product-item-info .product-reviews-summary .rating-result:before,
.product-item-opt-14 .product-item-info .product-reviews-summary .rating-result>span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 1
}

.product-item-opt-14 .product-item-info .product-reviews-summary .rating-result>span {
    color: #ffae00
}

.product-item-opt-14 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-14 .product-item-img {
    display: block
}

.product-item-opt-14 .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: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-item-opt-14 .product-item-detail {
    padding: 20px 56px 0 0;
    min-height: 80px;
    position: relative;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    text-align: left;
    overflow: hidden
}

.product-item-opt-14 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-opt-14 .product-item-name a {
    color: #666
}

.product-item-opt-14 .product-item-name a:hover {
    color: #c93
}

.product-item-opt-14 .product-item-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
    line-height: 1
}

.product-item-opt-14 .product-item-price>span {
    line-height: 1
}

.product-item-opt-14 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-14 .product-item-price .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.product-item-opt-14 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 17px;
    bottom: 65px
}

.product-item-opt-14 .product-item-actions .btn {
    width: 38px;
    height: 34px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    background-color: #ddd;
    border: none;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-14 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-14 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-14 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-14 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.product-item-opt-14 .product-item-actions .btn span {
    display: none
}

.product-item-opt-14 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #c93;
    border-color: #c93
}

.product-item-opt-14 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index14/btn-wishlist.png)
}

.product-item-opt-14 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index14/btn-wishlist-hover.png)
}

.product-item-opt-14 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index14/btn-compare.png)
}

.product-item-opt-14 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index14/btn-compare-hover.png)
}

.product-item-opt-14 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index14/btn-quickview.png)
}

.product-item-opt-14 .product-item-actions .btn-quickview:hover {
    background-image: url(../images/icon/index14/btn-quickview-hover.png)
}

.product-item-opt-14 .product-item-actions-secondary {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-14 .product-item-actions-secondary .btn {
    width: 22px;
    height: 18px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    margin-left: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    float: left
}

.product-item-opt-14 .product-item-actions-secondary .btn:hover {
    background-color: transparent
}

.product-item-opt-14 .product-item-actions-secondary .btn:first-child {
    margin-left: 0
}

.product-item-opt-14 .product-item-actions-secondary .btn span {
    display: none
}

.product-item-opt-14 .product-item-actions-secondary .btn-cart {
    background-image: url(../images/icon/index14/btn-cart3.png)
}

.product-item-opt-14 .product-item-actions-secondary .btn-wishlist {
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/index14/btn-wishlist3.png)
}

.product-item-opt-14 .product-item-label {
    position: absolute;
    top: 16px;
    left: 18px;
    line-height: 40px;
    width: 40px;
    padding: 0 8px;
    display: block;
    text-align: center;
    background-color: #2ea76f;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    z-index: 1
}

.product-item-opt-14 .product-item-label.label-sale {
    background-color: #f66;
    right: 18px;
    left: auto
}

.product-item-opt-14 .product-item-label.label-new {
    background-color: #c93
}

@media (max-width:991px) {
    body.filter-active {
        overflow: hidden;
        height: 0
    }
    .catalog-category-view .col-sidebar>:not(.no-hide) {
        display: none
    }
}

.toolbar-products {
    -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 0
}

.toolbar-products.toolbar-top {
    margin-top: 40px;
    margin-bottom: 45px
}

.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: #000;
    background-color: #fff;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 300;
    display: none
}

.toolbar-products .btn-filter-products:hover {
    color: #f36
}

.toolbar-products .modes .label {
    display: none
}

.toolbar-products .toolbar-option .label {
    color: #000;
    display: inline-block;
    line-height: 34px;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    vertical-align: top;
    margin: 0 5px 0 0
}

.toolbar-products .form-control {
    height: 34px;
    border: 1px solid #dfdfdf;
    color: #000;
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 19px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/arrow-select.png);
    -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: #ddd;
    color: #bcbcbc;
    display: inline-block;
    margin-right: 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: #f36
}

.toolbar-products .modes .mode-grid {
    background-image: url(../images/icon/index1/grid.png)
}

.toolbar-products .modes .mode-grid.active,
.toolbar-products .modes .mode-grid:hover {
    background-image: url(../images/icon/index1/grid-active.png)
}

.toolbar-products .modes .mode-list {
    background-image: url(../images/icon/index1/list.png)
}

.toolbar-products .modes .mode-list.active,
.toolbar-products .modes .mode-list:hover {
    background-image: url(../images/icon/index1/list-active.png)
}

.toolbar-products .toolbar-limiter,
.toolbar-products .toolbar-sorter {
    display: inline-block;
    vertical-align: top;
    margin: 0 13px 7px
}

.toolbar-products .toolbar-sorter .form-control {
    padding-left: 12px;
    width: 105px
}

.toolbar-products .toolbar-limiter .form-control {
    text-align-last: center;
    text-align: center;
    width: 54px;
    padding-left: 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-bottom .btn-filter-products,
    .toolbar-products.toolbar-bottom .toolbar-option,
    .toolbar-products.toolbar-top .pagination {
        display: none
    }
}

.category-view {
    margin-top: 25px
}

.category-view .category-image {
    display: block;
    position: relative;
    overflow: hidden
}

.category-view .category-image:after,
.category-view .category-image:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100
}

.category-view .category-image:before {
    border-width: 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;
    left: 5px;
    right: 5px
}

.category-view .category-image:after {
    border-width: 0 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px
}

.category-view .category-image img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.category-view .category-image:hover:after,
.category-view .category-image:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-view .category-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.category-view .category-image img {
    display: block;
    width: 100%
}

.catalog-view_op1 .category-view {
    margin-top: 0
}

.category-view:hover .owl-nav .owl-next,
.category-view:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-view:hover .owl-nav .owl-prev {
    left: 0
}

.category-view:hover .owl-nav .owl-next {
    right: 0
}

.category-view .owl-nav .owl-next,
.category-view .owl-nav .owl-prev {
    width: 40px;
    line-height: 40px;
    background-color: #a1a19c;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.category-view .owl-nav .owl-next:hover,
.category-view .owl-nav .owl-prev:hover {
    background-color: #f36;
    color: #fff
}

.category-view .owl-nav .owl-next:before,
.category-view .owl-nav .owl-prev:before {
    content: "\f105";
    font-family: FontAwesome;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-view .owl-nav .owl-prev {
    left: 15px
}

.category-view .owl-nav .owl-prev:before {
    content: "\f104"
}

.category-view .owl-nav .owl-next {
    right: 15px
}

.products.products-grid .product-items .col-sm-4:nth-child(3n+1) {
    clear: both
}

@media (max-width:767px) {
    .products.products-grid .product-items .col-sm-4 {
        float: left;
        width: 50%
    }
    .products.products-grid .product-items .col-sm-4:nth-child(3n+1) {
        clear: none
    }
    .products.products-grid .product-items .col-sm-4:nth-child(2n+1) {
        clear: both
    }
}

.products.products-grid .product-items .col-sm-3:nth-child(4n+1) {
    clear: both
}

@media (max-width:767px) {
    .products.products-grid .product-items .col-sm-3 {
        float: left;
        width: 50%
    }
    .products.products-grid .product-items .col-sm-3:nth-child(4n+1) {
        clear: none
    }
    .products.products-grid .product-items .col-sm-3:nth-child(2n+1) {
        clear: both
    }
}

.products.products-grid .product-items .col-sm-6:nth-child(2n+1) {
    clear: both
}

@media (max-width:767px) {
    .products.products-grid .product-items .col-sm-6 {
        float: left;
        width: 50%
    }
    .products.products-grid .product-items .col-sm-6:nth-child(2n+1) {
        clear: both
    }
}

.products.products-grid .product-items .product-item {
    margin-bottom: 30px
}

@media (max-width:479px) {
    .products.products-grid .product-items .product-item {
        width: 100%;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        display: block
    }
}

.products.products-grid .product-items .product-item-opt-1 {
    border: 1px solid #eee
}

.products.products-list .product-items .product-item {
    margin-bottom: 19px
}

.products.products-list .product-items .product-item .product-item-info {
    background-color: transparent;
    border: none;
    padding: 0
}

.products.products-list .product-items .product-item .product-item-info:after,
.products.products-list .product-items .product-item .product-item-info:before {
    content: "";
    display: table
}

.products.products-list .product-items .product-item .product-item-info:after {
    clear: both
}

.products.products-list .product-items .product-item .product-item-photo {
    float: left;
    width: 31%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 30px 25px
}

.products.products-list .product-items .product-item .product-item-detail {
    float: right;
    width: 69%;
    padding-left: 20px
}

.products.products-list .product-items .product-item .product-item-name {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-top: 38px
}

@media (max-width:1199px) {
    .products.products-list .product-items .product-item .product-item-name {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .products.products-list .product-items .product-item .product-item-name {
        margin-top: 0
    }
}

.products.products-list .product-items .product-item .product-item-name a {
    color: #333
}

.products.products-list .product-items .product-item .product-item-name a:focus,
.products.products-list .product-items .product-item .product-item-name a:hover {
    color: #f36
}

@media (max-width:680px) {
    .products.products-list .product-items .product-item .product-item-des {
        margin-bottom: 10px
    }
}

@media (max-width:479px) {
    .products.products-list .product-items .product-item .product-item-photo {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
    .products.products-list .product-items .product-item .product-item-detail {
        float: none;
        width: 100%
    }
}

.products.products-list .product-items .product-item-opt-1 {
    border: 1px solid #eee;
    border-color: transparent transparent #eee;
    margin-bottom: 10px
}

.products.products-list .product-items .product-item-opt-1:hover {
    border: 1px solid #eee
}

.products.products-list .product-items .product-item-opt-1 .product-item-photo {
    border: none
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .product-item-price,
.products.products-list .product-items .product-item-opt-1 .product-item-info .product-reviews-summary {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn,
.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    float: left;
    margin: 0 6px;
    background-color: #999
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:hover,
.products.products-list .product-items .product-item-opt-1 .product-item-info .btn:hover {
    background-color: #f36
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart {
    width: auto;
    border-radius: 0;
    padding: 0 10px;
    height: 36px;
    margin: 0 0 15px;
    float: none;
    clear: both;
    background-color: #f36;
    line-height: 1
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:hover {
    background-color: #c03
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:before {
    height: 36px;
    background-image: url(../images/icon/cart-catalog-op1.png)
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart span {
    display: inline
}

.products.products-list .product-items .product-item-opt-1 .product-item-detail {
    padding-right: 20px
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions:after,
.products.products-list .product-items .product-item-opt-1 .product-item-actions:before {
    content: "";
    display: table
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions:after {
    clear: both
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions .btn {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

@media (max-width:600px) {
    .products.products-list .product-items .product-item-opt-1 .product-item-actions {
        position: static;
        margin-top: 10px
    }
}

.products.products-list .product-items .product-item-opt-1 .product-item-name {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    white-space: normal;
    margin-top: 20px
}

.products.products-list .product-items .product-item-opt-1 .product-item-name a {
    color: #666
}

.products.products-list .product-items .product-item-opt-1 .product-item-name a:hover {
    color: #f36
}

.products.products-list .product-items .product-item-opt-1 .product-item-label.label-price {
    top: 9px
}

.products.products-list .product-items .product-item-opt-1 .product-info-des {
    position: relative;
    padding-right: 150px;
    min-height: 102px
}

@media (max-width:600px) {
    .products.products-list .product-items .product-item-opt-1 .product-info-des {
        padding-right: 0;
        min-height: 0
    }
}

.products.products-list .product-items .product-item-opt-1 .product-item-code {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px
}

.products.products-list .product-items .product-item-opt-1 .product-item-stock {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6bb898
}

.products.products-list .product-items .product-item-opt-1 .product-item-stock .title {
    color: #666
}

.products.products-list .product-items .product-item-opt-1 .product-item-des {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.page-no-bg,
.page-no-bg .site-header {
    background-color: #fff!important
}

.page-no-bg .site-header .header-content {
    background-color: #fff
}

.page-no-bg .site-header .header-nav {
    background-color: #EBEBEB
}

.catalog-view_op1 .toolbar-products {
    padding: 0;
    border: none
}

.catalog-view_op1 .toolbar-products .cate-title {
    margin: 0 0 -1px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 12px;
    line-height: 32px;
    border-bottom: 3px solid #f36
}

.catalog-view_op1 .toolbar-products.toolbar-top {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px
}

.catalog-view_op1 .toolbar-products.toolbar-top .pagination,
.catalog-view_op1 .toolbar-products.toolbar-top .toolbar-option {
    display: none
}

.catalog-view_op1 .toolbar-products.toolbar-bottom {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 40px
}

.catalog-view_op1 .toolbar-products.toolbar-bottom .modes {
    display: none
}

.catalog-view_op1 .toolbar-products .btn-filter-products {
    margin-bottom: 0;
    line-height: 28px
}

.catalog-view_op1 .toolbar-products .btn-filter-products:hover {
    color: #f36
}

.catalog-view_op1 .toolbar-products .modes {
    margin: 0
}

.catalog-view_op1 .toolbar-products .modes:after,
.catalog-view_op1 .toolbar-products .modes:before {
    content: "";
    display: table
}

.catalog-view_op1 .toolbar-products .modes:after {
    clear: both
}

.catalog-view_op1 .toolbar-products .modes .modes-mode {
    background-color: #fafafa;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    margin: 0 0 0 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .toolbar-products .modes .modes-mode.active,
.catalog-view_op1 .toolbar-products .modes .modes-mode:hover {
    background-color: #f36;
    border-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .toolbar-products .modes .mode-list {
    background-image: url(../images/icon/list-view-bg.png);
    background-position: top left
}

.catalog-view_op1 .toolbar-products .modes .mode-list.active,
.catalog-view_op1 .toolbar-products .modes .mode-list:hover {
    background-position: bottom left
}

.catalog-view_op1 .toolbar-products .modes .mode-grid {
    background-image: url(../images/icon/grid-view-bg.png);
    background-position: top left
}

.catalog-view_op1 .toolbar-products .modes .mode-grid.active,
.catalog-view_op1 .toolbar-products .modes .mode-grid:hover {
    background-position: bottom left
}

.catalog-view_op1 .toolbar-products .toolbar-limiter,
.catalog-view_op1 .toolbar-products .toolbar-sorter {
    margin: 0 25px 0 0
}

.catalog-view_op1 .toolbar-products .toolbar-limiter .label,
.catalog-view_op1 .toolbar-products .toolbar-sorter .label {
    display: none
}

.catalog-view_op1 .toolbar-products .toolbar-limiter .limiter-options,
.catalog-view_op1 .toolbar-products .toolbar-limiter .sorter-options,
.catalog-view_op1 .toolbar-products .toolbar-sorter .limiter-options,
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-options {
    height: 31px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 0 12px 0 5px;
    font-size: 13px;
    color: #666;
    background-image: url(../images/icon/select.png);
    background-position: center right 5px;
    font-weight: 400
}

.catalog-view_op1 .toolbar-products .toolbar-limiter .limiter-options {
    width: 95px;
    text-align: left
}

.catalog-view_op1 .toolbar-products .toolbar-sorter:after,
.catalog-view_op1 .toolbar-products .toolbar-sorter:before {
    content: "";
    display: table
}

.catalog-view_op1 .toolbar-products .toolbar-sorter:after {
    clear: both
}

.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-options {
    width: 110px;
    float: left
}

.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-action {
    display: block;
    line-height: 29px;
    border: 1px solid #e8e8e8;
    width: 37px;
    text-align: center;
    background-color: #fafafa;
    color: #666;
    float: left;
    margin-left: -1px;
    height: 31px
}

.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-action:before {
    content: "\f15d";
    font-family: FontAwesome
}

.catalog-view_op1 .toolbar-products .pagination:after,
.catalog-view_op1 .toolbar-products .pagination:before {
    content: "";
    display: table
}

.catalog-view_op1 .toolbar-products .pagination:after {
    clear: both
}

.catalog-view_op1 .toolbar-products .pagination>li {
    margin: 0;
    display: block;
    float: left
}

.catalog-view_op1 .toolbar-products .pagination>li>a,
.catalog-view_op1 .toolbar-products .pagination>li>span {
    line-height: 29px;
    min-width: 34px;
    background-color: #fafafa;
    font-size: 13px;
    color: #666;
    font-weight: 400
}

.catalog-view_op1 .toolbar-products .pagination>li.active>a,
.catalog-view_op1 .toolbar-products .pagination>li.active>span {
    background-color: #f36;
    color: #fff;
    border-color: #f36
}

.catalog-view_op1 .toolbar-products .pagination>li.action>a,
.catalog-view_op1 .toolbar-products .pagination>li.action>span {
    padding-left: 15px;
    padding-right: 15px
}

.catalog-view_op1 .toolbar-products .pagination>li.action>a span,
.catalog-view_op1 .toolbar-products .pagination>li.action>span span {
    font-size: 16px;
    line-height: 29px;
    vertical-align: top
}

.catalog-view_op1 .toolbar-products .pagination>li .action-next>a span,
.catalog-view_op1 .toolbar-products .pagination>li .action-next>span span {
    margin-left: 4px
}

.catalog-view_op1 .toolbar-products .pagination>li .action-prew>a span,
.catalog-view_op1 .toolbar-products .pagination>li .action-prew>span span {
    margin-right: 4px
}

.catalog-view_op1 .category-view {
    margin-bottom: 25px
}

.catalog-view_op1 .product-item-opt-2 .product-item-info .btn-cart {
    background-color: rgba(51, 51, 51, .5);
    height: 45px;
    line-height: 43px
}

.catalog-view_op1 .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #f36
}

.catalog-view_op1 .product-item-opt-2 .product-item-actions {
    right: 15px
}

.catalog-view_op1 .breadcrumb {
    margin: 13px 0
}

.catalog-view_op1 .breadcrumb li+li:before {
    content: ">";
    color: #333;
    font-family: 'Libre Baskerville', serif
}

.catalog-view_op1 .breadcrumb li a:hover {
    color: #f36
}

.catalog-view_op1 .breadcrumb .active {
    color: #333
}

.category-links {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px
}

.category-links:after,
.category-links:before {
    content: "";
    display: table
}

.category-links:after {
    clear: both
}

.category-links>li {
    float: left
}

.category-links>li>a {
    display: block;
    line-height: 34px;
    font-size: 13px;
    color: #666;
    text-transform: capitalize;
    padding: 0 32px;
    position: relative
}

@media (max-width:1199px) {
    .category-links>li>a {
        padding: 0 22px
    }
}

.category-links>li>a:hover {
    background-color: #f2f2f2
}

@media (max-width:767px) {
    .category-links>li {
        float: none;
        display: block
    }
}

.category-links>li.current-cate>a {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.category-links>li.current-cate>a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -5px;
    z-index: 10
}

@media (max-width:767px) {
    .category-links>li.current-cate>a:before {
        border-width: 4px 3px 0;
        border-color: #000 transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -4px;
        left: 20px;
        right: auto
    }
}

.catalog-product-view.catalog-view_op1 .columns {
    padding-bottom: 12px
}

.catalog-product-view .site-main .block-service {
    margin-top: 77px
}

.breadcrumb-page .breadcrumb {
    margin-top: 27px;
    margin-bottom: 42px;
    text-transform: capitalize
}

.breadcrumb-page .breadcrumb li a {
    color: #999
}

.breadcrumb-page .breadcrumb li a:hover {
    color: #f36
}

.breadcrumb-page .breadcrumb li.active,
.breadcrumb-page .breadcrumb li.active a {
    color: #333
}

.catalog-view_default .product-media {
    margin-bottom: 60px
}

.catalog-view_default .product-media .images-large {
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin-bottom: 33px;
    text-align: center;
    padding: 70px 58px
}

.catalog-view_default .product-media .images-large .btn-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #8f8f8f;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    z-index: 1000;
    line-height: 34px;
    width: 34px;
    text-align: center;
    font-size: 24px;
    padding: 0
}

.catalog-view_default .product-media .images-large .btn-zoom:before {
    content: "\f0b2";
    font-family: FontAwesome
}

.catalog-view_default .product-media .images-large .btn-zoom:focus,
.catalog-view_default .product-media .images-large .btn-zoom:hover {
    box-shadow: none;
    border: none;
    outline: 0
}

.catalog-view_default .product-media .images-large .btn-zoom span {
    display: none
}

.catalog-view_default .product-media .images-small a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px
}

.catalog-view_default .product-media .images-small a.active {
    border: 1px solid #f36
}

.catalog-view_default .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%
}

.catalog-view_default .product-media .images-small .owl-next,
.catalog-view_default .product-media .images-small .owl-prev {
    width: 18px;
    line-height: 30px;
    color: #888;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 25px
}

.catalog-view_default .product-media .images-small .owl-next:hover,
.catalog-view_default .product-media .images-small .owl-prev:hover {
    color: #f36
}

.catalog-view_default .product-media .images-small .owl-next:before,
.catalog-view_default .product-media .images-small .owl-prev:before {
    font-family: FontAwesome
}

.catalog-view_default .product-media .images-small .owl-prev {
    text-align: left;
    left: 0
}

.catalog-view_default .product-media .images-small .owl-prev:before {
    content: "\f104"
}

.catalog-view_default .product-media .images-small .owl-next {
    right: 0;
    text-align: right
}

.catalog-view_default .product-media .images-small .owl-next:before {
    content: "\f105"
}

.catalog-view_default .product-info-main {
    margin-bottom: 60px
}

.catalog-view_default .product-info-main .page-title {
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    margin-top: 0;
    margin-bottom: 8px
}

.catalog-view_default .product-info-main .product-reviews-summary {
    margin-bottom: 15px
}

.catalog-view_default .product-info-main .product-reviews-summary .rating-action,
.catalog-view_default .product-info-main .product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: middle
}

.catalog-view_default .product-info-main .product-reviews-summary .rating-summary {
    margin-right: 5px
}

.catalog-view_default .product-info-main .product-reviews-summary .rating-action {
    color: #888;
    font-size: 14px;
    text-transform: capitalize
}

.catalog-view_default .product-info-main .product-reviews-summary .rating-action a {
    color: #888
}

.catalog-view_default .product-info-main .product-reviews-summary .rating-action a:hover {
    color: #f36
}

.catalog-view_default .product-info-main .product-info-price {
    margin-bottom: 25px
}

.catalog-view_default .product-info-main .product-info-price:after,
.catalog-view_default .product-info-main .product-info-price:before {
    content: "";
    display: table
}

.catalog-view_default .product-info-main .product-info-price:after {
    clear: both
}

.catalog-view_default .product-info-main .price-box {
    float: left;
    margin-right: 120px
}

.catalog-view_default .product-info-main .price-box .price {
    font-size: 18px;
    color: #333;
    line-height: 24px
}

.catalog-view_default .product-info-main .price-box .old-price .price {
    text-decoration: line-through
}

.catalog-view_default .product-info-main .product-info-stock-sku {
    float: left;
    color: #f36;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px
}

.catalog-view_default .product-info-main .product-info-stock-sku .label {
    color: #333;
    font-weight: 400;
    padding: 0;
    margin-right: 10px;
    font-size: 14px
}

.catalog-view_default .product-info-main .product-overview {
    color: #888;
    font-size: 14px;
    margin-bottom: 25px
}

.catalog-view_default .product-info-main .product-overview .overview-label {
    text-transform: uppercase;
    display: block;
    color: #333;
    margin-bottom: 5px
}

.catalog-view_default .product-info-main .product-overview .overview-content {
    overflow: hidden;
    max-height: 75px;
    line-height: 24px
}

.catalog-view_default .product-info-main .product-add-form .product-options-wrapper {
    margin-bottom: 45px
}

.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    max-width: 485px
}

.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group label {
    display: block;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 14px
}

.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group label sup {
    color: #f36;
    font-size: 15px;
    top: 0
}

.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group .control {
    display: block
}

.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group .form-control {
    height: 39px;
    width: 100%;
    border: 1px solid #dfdfdf;
    text-align: center;
    font-size: 14px;
    color: #888
}

.catalog-view_default .product-info-main .product-add-form .share {
    margin-bottom: 36px
}

.catalog-view_default .product-info-main .product-add-form .share:after,
.catalog-view_default .product-info-main .product-add-form .share:before {
    content: "";
    display: table
}

.catalog-view_default .product-info-main .product-add-form .share:after {
    clear: both
}

.catalog-view_default .product-info-main .product-add-form .form-qty {
    height: 43px;
    background-color: #dedede;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 28px;
    float: left
}

.catalog-view_default .product-info-main .product-add-form .form-qty label {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    margin: 0 15px 0 0;
    vertical-align: top;
    font-weight: 400
}

.catalog-view_default .product-info-main .product-add-form .form-qty .control {
    padding-right: 16px;
    position: relative;
    width: 49px;
    display: inline-block;
    vertical-align: top
}

.catalog-view_default .product-info-main .product-add-form .form-qty .input-qty {
    text-align: center;
    height: 33px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    width: 33px;
    padding: 0
}

.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number {
    background-color: #333;
    cursor: pointer;
    line-height: 17px;
    width: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
    color: #fff;
    border: none;
    padding: 0
}

.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.active,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.disabled,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.focus,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:disabled,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:focus,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:hover {
    background-color: #333;
    color: #fff;
    outline: 0
}

.catalog-view_default .product-info-main .product-add-form .form-qty .qtyminus {
    bottom: 0
}

.catalog-view_default .product-info-main .product-add-form .form-qty .qtyplus {
    top: 0
}

.catalog-view_default .product-info-main .actions {
    float: left;
    margin-bottom: 15px
}

.catalog-view_default .product-info-main .actions:after,
.catalog-view_default .product-info-main .actions:before {
    content: "";
    display: table
}

.catalog-view_default .product-info-main .actions:after {
    clear: both
}

.catalog-view_default .product-info-main .actions .action {
    width: 41px;
    height: 43px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px
}

.catalog-view_default .product-info-main .actions .action:last-child {
    margin-right: 0
}

.catalog-view_default .product-info-main .actions .action span {
    display: none
}

.catalog-view_default .product-info-main .actions .action:hover {
    color: #fff;
    background-color: #f36;
    border-color: #f36
}

.catalog-view_default .product-info-main .actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.catalog-view_default .product-info-main .actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png)
}

.catalog-view_default .product-info-main .actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.catalog-view_default .product-info-main .actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png)
}

.catalog-view_default .product-info-main .actions .btn-cart {
    padding-left: 35px;
    background-position: center left 11px;
    width: auto;
    padding-right: 15px;
    background-image: url(../images/icon/index1/btn-cart.png)
}

.catalog-view_default .product-info-main .actions .btn-cart span {
    display: block
}

.catalog-view_default .product-info-main .actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png)
}

.catalog-view_default .product-info-detailed {
    margin-bottom: 37px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
    display: table;
    height: 370px
}

.catalog-view_default .product-info-detailed>.nav {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    min-width: 170px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #dfdfdf
}

.catalog-view_default .product-info-detailed>.nav li {
    float: none;
    display: block;
    margin: 0
}

.catalog-view_default .product-info-detailed>.nav li a {
    line-height: 43px;
    padding: 0 10px 0 27px;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    white-space: nowrap
}

.catalog-view_default .product-info-detailed>.nav li.active a,
.catalog-view_default .product-info-detailed>.nav li:hover a {
    color: #fff;
    background-color: #f36;
    z-index: 100
}

.catalog-view_default .product-info-detailed>.tab-content {
    display: table-cell;
    vertical-align: top;
    padding: 40px 20px;
    font-size: 14px;
    color: #888;
    overflow: hidden
}

.catalog-view_default .product-info-detailed>.tab-content .block-title {
    display: none
}

@media (max-width:767px) {
    .catalog-view_default .product-info-detailed {
        display: block;
        height: auto
    }
    .catalog-view_default .product-info-detailed>.nav {
        display: none
    }
    .catalog-view_default .product-info-detailed>.tab-content {
        display: block
    }
    .catalog-view_default .product-info-detailed>.tab-content .block-title {
        display: block;
        line-height: 43px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #dfdfdf;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600
    }
    .catalog-view_default .product-info-detailed>.tab-content .block-content {
        display: none;
        margin-top: 20px;
        border-bottom: 1px solid #dfdfdf
    }
    .catalog-view_default .product-info-detailed>.tab-content .tab-pane {
        position: static;
        opacity: 1;
        visibility: visible;
        display: block
    }
    .catalog-view_default .product-info-detailed>.tab-content .tab-pane.has-active .block-content {
        display: block
    }
    .catalog-view_default .product-info-detailed>.tab-content .tab-pane.has-active .block-title {
        color: #f36
    }
}

.block-related,
.block-upsell {
    margin-bottom: 37px
}

.block-related .block-title,
.block-upsell .block-title {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    text-transform: uppercase
}

.block-related .block-title .title,
.block-upsell .block-title .title {
    font-weight: 600;
    display: block;
    margin: 0;
    line-height: 36px
}

.catalog-view_op1 .block-related,
.catalog-view_op1 .block-upsell {
    margin-bottom: 23px
}

.catalog-view_op1 .block-related .block-title,
.catalog-view_op1 .block-upsell .block-title {
    margin-bottom: 8px;
    border-bottom: none;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.block-related .owl-nav,
.block-upsell .owl-nav {
    position: absolute;
    right: 0;
    top: -70px
}

.block-related .owl-nav:after,
.block-related .owl-nav:before,
.block-upsell .owl-nav:after,
.block-upsell .owl-nav:before {
    content: "";
    display: table
}

.block-related .owl-nav:after,
.block-upsell .owl-nav:after {
    clear: both
}

.catalog-view_op1 .block-related .owl-nav,
.catalog-view_op1 .block-upsell .owl-nav {
    top: -40px
}

.block-related .owl-nav .owl-next,
.block-related .owl-nav .owl-prev,
.block-upsell .owl-nav .owl-next,
.block-upsell .owl-nav .owl-prev {
    width: 33px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    float: left;
    margin-left: 10px
}

.catalog-view_op1 .block-related .owl-nav .owl-next,
.catalog-view_op1 .block-related .owl-nav .owl-prev,
.catalog-view_op1 .block-upsell .owl-nav .owl-next,
.catalog-view_op1 .block-upsell .owl-nav .owl-prev {
    width: 24px;
    line-height: 24px;
    background-color: #aaa;
    border: none;
    color: #fff;
    font-size: 16px
}

.catalog-view_op1 .block-related .owl-nav .owl-next:hover,
.catalog-view_op1 .block-related .owl-nav .owl-prev:hover,
.catalog-view_op1 .block-upsell .owl-nav .owl-next:hover,
.catalog-view_op1 .block-upsell .owl-nav .owl-prev:hover {
    background-color: #f36
}

.block-related .owl-nav .owl-next:before,
.block-related .owl-nav .owl-prev:before,
.block-upsell .owl-nav .owl-next:before,
.block-upsell .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.block-related .owl-nav .owl-next:hover,
.block-related .owl-nav .owl-prev:hover,
.block-upsell .owl-nav .owl-next:hover,
.block-upsell .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #f36;
    border-color: #f36
}

.block-related .owl-nav .owl-next:before,
.block-upsell .owl-nav .owl-next:before {
    content: "\f105"
}

.block-related .owl-nav .owl-prev:before,
.block-upsell .owl-nav .owl-prev:before {
    content: "\f104"
}

.block-related .owl-item,
.block-upsell .owl-item {
    padding-bottom: 1px
}

.catalog-view_op1 .block-related .product-item,
.catalog-view_op1 .block-upsell .product-item {
    border: 1px solid #eee
}

.catalog-view_op1 .product-media {
    margin-bottom: 50px
}

@media (min-width:767px) {
    .catalog-view_op1 .product-media {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .catalog-view_op1 .product-media {
        padding-right: 30px
    }
}

.catalog-view_op1 .product-media .images-large {
    position: relative;
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 25px;
    text-align: center;
    padding: 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 #eee;
    background-color: #fff;
    text-align: center;
    padding: 0
}

.catalog-view_op1 .product-media .images-small a.active {
    border: 1px solid #f36
}

.catalog-view_op1 .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%
}

.catalog-view_op1 .product-media .images-small .owl-item {
    padding-bottom: 1px
}

.catalog-view_op1 .product-media .images-small .owl-next,
.catalog-view_op1 .product-media .images-small .owl-prev {
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #aaa;
    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-next:hover,
.catalog-view_op1 .product-media .images-small .owl-prev:hover {
    background-color: #f36
}

.catalog-view_op1 .product-media .images-small .owl-next:before,
.catalog-view_op1 .product-media .images-small .owl-prev:before {
    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-left: -15px
    }
}

.catalog-view_op1 .product-info-main .page-title {
    font-size: 24px;
    color: #666;
    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: top;
    font-size: 14px;
    color: #666
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a {
    color: #666;
    display: inline-block;
    line-height: 18px;
    padding: 0 10px
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a:hover {
    color: #f36
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action {
    border-right: 1px solid #e5e5e5
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action:last-child {
    border-right: 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: 700;
    color: #f36;
    font-size: 18px
}

.catalog-view_op1 .product-info-main .product-info-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    margin-left: 12px
}

.catalog-view_op1 .product-info-main .product-info-price .label-sale {
    display: inline-block;
    line-height: 23px;
    background-color: #f90;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    margin-left: 12px
}

.catalog-view_op1 .product-info-main .product-info-stock {
    color: #E80000;
    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: 400
}

.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: #666;
    line-height: 24px;
    border-top: 1px solid #eee;
    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+li {
    margin-left: 6px
}

.catalog-view_op1 .product-info-detailed .nav>li>a {
    display: block;
    line-height: 46px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    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 #eee;
    border-bottom: none;
    z-index: 100
}

.catalog-view_op1 .product-info-detailed .tab-content {
    border: 1px solid #eee;
    padding: 30px 15px;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.catalog-view_op1 .product-info-detailed .tab-content .block-title {
    display: none;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0 35px 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    position: relative
}

.catalog-view_op1 .product-info-detailed .tab-content .block-title:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 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,
    .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 #eee
    }
    .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 #eee
}

.catalog-view_op1 .product-options-wrapper .form-qty {
    margin-bottom: 10px
}

.catalog-view_op1 .product-options-wrapper .form-qty .label {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: 400;
    text-align: left
}

.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: #666;
    padding-left: 10px
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number {
    color: #666;
    width: 10px;
    padding: 0;
    text-align: center;
    line-height: 6px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 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:focus,
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number:hover {
    background-color: transparent;
    border: none;
    outline: 0
}

.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: #666;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: 400;
    text-align: left
}

.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: #666;
    padding-left: 10px;
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1
}

.catalog-view_op1 .product-options-wrapper .form-configurable select {
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/select.png)
}

.catalog-view_op1 .product-options-wrapper .form-configurable .size-chart {
    color: #f36;
    line-height: 30px;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
    margin-left: 6px
}

.catalog-view_op1 .product-options-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #eee
}

.catalog-view_op1 .product-options-bottom .btn-cart {
    height: 36px;
    background-color: #f36;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border: none;
    box-shadow: none;
    line-height: 36px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 10px
}

.catalog-view_op1 .product-options-bottom .btn-cart:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/cart-catalog-op1.png);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.catalog-view_op1 .product-options-bottom .btn-cart:hover {
    background-color: #c03;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action {
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    margin-right: 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-right: 3px;
    width: 30px;
    height: 30px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover {
    color: #f36
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover:before {
    background-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .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 #eee;
    margin-bottom: 15px
}

.catalog-view_op1 .product-addto-links-second .action {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666;
    padding-left: 26px;
    margin-right: 15px
}

.catalog-view_op1 .product-addto-links-second .action:hover {
    color: #f36
}

.catalog-view_op1 .product-addto-links-second .action-print {
    background-image: url(../images/icon/action-print.png)
}

.catalog-view_op1 .product-addto-links-second .action-friend {
    background-image: url(../images/icon/action-friend.png)
}




body {
    background: #fff;
    color: #5e6271;
}

* {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3145;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.image-box {
    border-radius: 12px;          /* Bo góc */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
    width: 100%;                  /* Tùy chỉnh theo layout */
    max-width: 300px;
    height: auto;
    display: block;
}

.image-box:hover {
    transform: scale(1.05);       /* Phóng to nhẹ khi hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Bóng đậm hơn khi hover */
}

/* Helper class*/

.section-padding {
    padding: 80px 0;
}

.section-padding-top {
    padding: 80px 0 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    margin-bottom: 10px;
    display: inline-block;
}

.section-title hr {
    width: 20px;
    height: 20px;
    background: url(../img/section-icon.png) no-repeat;
    background-size: cover;
    border: none;
    position: relative;
    margin: 0 auto;
}

.section-title p {
    margin-top: 16px;
}

.section-title hr:after {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 50%;
}

.section-title hr:before {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 50%;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}


/* Button Style */

.boxed-btn {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    padding: 11px 34px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxed-btn:before,
.boxed-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: #fff;
    will-change: transform;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.boxed-btn:before {
    right: 75%;
    margin-right: -1px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.boxed-btn:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.boxed-btn:hover {
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

.boxed-btn:hover:before,
.boxed-btn:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1.5);
    transform: skew(-45deg) scaleX(1.5);
}

/* Input Style */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #aaa;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.input--hantus {
    margin-bottom: 40px;
}

.input__field--hantus {
    width: 100%;
    background: transparent;
    color: #2c3145;
}

.input__label--hantus {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #2c3145;
    cursor: text;
}

.input__label-content--hantus {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.graphic--hantus {
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1);
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
    pointer-events: none;
    stroke: #d9d9d9;
    stroke-width: 4px;
    stroke-dasharray: 962;
    stroke-dashoffset: 558;
}

.textarea .graphic--hantus {
    stroke-width: 2px;
}

.input__field--hantus:focus+.input__label--hantus,
.input--filled .input__label--hantus {
    cursor: default;
    pointer-events: none;
}

.input__field--hantus:focus+.input__label--hantus .graphic--hantus,
.input--filled .graphic--hantus {
    stroke-dashoffset: 0;
}

.input__field--hantus:focus+.input__label--hantus .input__label-content--hantus,
.input--filled .input__label-content--hantus {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateY(-50px);
            transform: scale3d(0.81, 0.81, 1) translateY(-50px);
}


/*
==========================================
    Preloader
==========================================
*/

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.wrapper {
    height: 50px;
    margin-top: calc(50vh - 25px);
    margin-left: calc(50vw - 100px);
    width: 180px;
}

.circle {
    border-radius: 50%;
    border: 3px #fff solid;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
}

.circle-1 {
    -webkit-animation: move 1s ease-in-out infinite;
            animation: move 1s ease-in-out infinite;
}

.circle-1a {
    -webkit-animation: fade 1s ease-in-out infinite;
            animation: fade 1s ease-in-out infinite;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.circle-2 {
    -webkit-animation: move 1s ease-in-out infinite;
            animation: move 1s ease-in-out infinite;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60px);
                transform: translateX(60px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60px);
                transform: translateX(60px);
    }
}

.circle-1a {
    margin-left: -55px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.circle-3 {
    -webkit-animation: circle-3 1s ease-in-out infinite;
            animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes circle-3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes circle-3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.preloader h1 {
    color: #fff;
    margin: 40px auto;
    text-align: center;
}


/*
==========================================
    01. Header top
==========================================
*/

#header-top {
    padding: 15px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#header-top p {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
}

#header-top p:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #cacaca;
}

#header-top i {
    margin-right: 6px;
}

#header-top ul li {
    display: inline-block;
}

#header-top .header-social li {
    margin-right: 10px;
    margin-left: 0;
}

.header-social li a {
    text-align: center;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #5e6271;
    -webkit-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
}

#header-top .header-social i {
    color: #fff;
    margin-right: 0;
}

.header-social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
            animation: socialFxD .3s forwards
}

@-webkit-keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

#header-top li {
    margin-left: 30px;
}

#header-top li a {
    color: #5e6271;
}

.header-top-right {
    -webkit-transform: translateY(-30%);
    transform: translateY(12%);
}

/*
==========================================
    02. Navbar
==========================================
*/

.navbar-area {
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
}

.navbar-area .logo img {
    padding: 24px 0;
}

.main-menu li {
    display: inline-block;
    margin-left: 30px;
}

.main-menu li a {
    color: #363636;
    display: block;
    padding: 30px 0;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.main-menu li.c-dropdowns.active li a {
    color: #363636;
}

.main-menu li.active a:before,
.main-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.main-menu li.active a:before {
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.main-menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}


/* Drop Down */

.main-menu li.c-dropdowns {
    position: relative;
}

.main-menu li.c-dropdowns li a {
    padding: 10px 20px;
}

.main-menu ul li ul.cr-dropdown-menu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    width: 220px;
    background: #ffffff;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
}

.main-menu ul li ul.cr-dropdown-menu li {
    display: block;
    margin-left: 0;
}

.main-menu ul li ul.cr-dropdown-menu li a:hover {
    padding-left: 23px;
}

.main-menu ul li ul.cr-dropdown-menu li a:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 0%;
    top: auto;
    bottom: 0;
    margin-left: 20px;
}

.main-menu ul li ul.cr-dropdown-menu li.active a:before,
.main-menu ul li ul.cr-dropdown-menu li a:hover:before {
    width: 80%;
}

.main-navigation ul li.last-elements .cr-dropdown-menu {
    right: 0;
    left: auto;
}

.main-menu ul li:hover ul.cr-dropdown-menu {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-menu ul li ul.cr-dropdown-menu li {
    position: relative;
}

.main-menu ul li ul.cr-dropdown-menu li ul {
    position: absolute;
    right: calc(100% + 0px);
    top: 0;
    width: 275px;
    padding: 10px 0;
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 999;
}

.main-menu ul li ul.cr-dropdown-menu li:hover ul {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Cart */

.cart-icon {
    padding: 30px 0;
}

.cart-icon-wrapper {
    cursor: pointer;
    position: relative;
}

.cart-count {
    text-align: center;
    position: absolute;
    top: 0;
    display: inline-block;
    right: -15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2c3145;
    color: #fff;
    border: 2px solid #fff;
}

.sidenav {
    background-color: #fff;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    left: calc(100% - 350px);
    top: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 350px;
    z-index: -1;
    padding: 0px 15px 20px;
    z-index: 9999999999;
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
}

.sidenav .sidenav-header {
    overflow: hidden;
    padding: 0;
    padding-left: 30px;
    padding-top: 5px;
    margin-bottom: 30px;
}

.sidenav .sidenav-header h3 {
    margin-left: 20px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 5px;
}

.sidenav .sidenav-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #eee;
}

.sidenav .close-sidenav {
    background-color: #f7f7f7;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5em;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid #eee;
}

.sidenav .cart-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    position: relative;
}

.sidenav .cart-item-thumb {
    margin-right: 10px;
}

.cart-remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.sidenav .cart-item-description {
    display: inline-block;
    vertical-align: top;
}

.sidenav .cart-item-description p {
    margin-top: 25px;
}

.sidenav.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    z-index: 99999999999999999999999;
    box-shadow: -5px 0 30px 0 rgba(100, 100, 100, 0.2);
}

.sidenav.active .cart-item {
    font-size: 0;
}

.sidenav.active .cart-item .cart-item--thumb {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.sub-total span {
    float: right;
}

.sub-total {
    margin-top: 14px;
    border-bottom: 2px solid #999;
    padding-bottom: 11px;
}

.fl {
    float: right;
}

.cart-buttons {
    margin-top: 20px;
    display: block;
}

.cart-overlay {
    background-color: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    visibility: hidden;
}

.cart-overlay.active {
    background-color: rgba(50, 50, 50, 0.5);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 99;
}


/* Mean menu */

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 15px 15px !important;
    position: absolute;
    left: 0;
    width: 90%;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid;
    margin-top: 15px;
    margin-right: 10px;
    padding: 4px 5px;
    position: absolute;
    z-index: 99;
}

.mean-container .mean-nav ul {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav {
    margin-top: -14px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.mean-container .mean-nav ul li a {
    text-transform: capitalize;
}

/* Sticky */

div#sticky-wrapper.is-sticky .sticky-nav {
    background: #fff !important;
    background-image: none;
    box-shadow: 0px 0 1px rgba(0, 0, 0, .2);
}

.is-sticky .sticky-nav {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
    z-index: 999;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
}

.is-sticky .cart-icon,
.is-sticky .main-menu li a {
    padding: 30px 0;
}

.is-sticky .navbar-area .logo img {
    padding: 24px 0;
}



/* Search */

.search-button {
    position: relative;
}

.sb-search {
    position: relative;
    top: 2px;
    left: 10px;
    width: 0;
    height: 36px;
    float: right;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 10;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    padding: 15px;
    margin-right: -15px;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-icon-search,
.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #000;
    z-index: 10;
    font-size: 16px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open input[type="search"].sb-search-input {
    width: 300px;
    background: #f7f7f7;
}

ul.mbl {
    margin-right: 30px;
}

ul.mbl li {
    display: inline-block;
    margin-right: 20px;
}



/*
==========================================
    03. Slider
==========================================
*/

header {
    overflow: hidden;
}

.header-slider {
    cursor: crosshair;
}

.header-single-slider figure {
    position: relative;
    display: inline-block;
}

.header-single-slider figure img {
    display: block;
    margin: 0;
}

.header-single-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
}


.header-single-slider .container.inner-content {
    width: 100%;
}

.header-single-slider .container.inner-content p {
    width: 50%;
    margin-bottom: 30px;
}

.header-single-slider .container.inner-content.text-center p,
.header-single-slider .container.inner-content.text-center {
    margin: 0 auto;
    margin-bottom: 30px;
}

.header-single-slider .container.inner-content.text-right p {
    margin-left: auto;
}

.header-slider h3 {
    margin-bottom: 16px;
}

.header-slider h1 {
    margin-bottom: 24px;
}

.header-slider .boxed-btn {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
}

.header-slider .owl-nav {
    display: block;
}

.header-slider .owl-next,
.header-slider .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #2c3145;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
}

.header-slider .owl-next:hover,
.header-slider .owl-prev:hover {
    color: #fff;
}

.header-slider .owl-prev {
    left: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-prev {
    left: 50px;
    visibility: visible;
}

.header-slider .owl-next {
    right: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-next {
    right: 50px;
    visibility: visible;
}


/*
==========================================
    04. Slider Contact
==========================================
*/

.contact-wrapper {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(42, 57, 63, 0.15);
    margin-top: -80px;
}

.single-contact {
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 0 20px 50px;
}

.single-contact h4 {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact-wrapper .single-contact p {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact-wrapper i,
.contact-wrapper img {
    float: left;
    margin-right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-wrapper .single-contact:hover i,
.contact-wrapper .single-contact:hover img {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

.contact-wrapper .single-contact:hover p {
    color: #2c3145;
}

/*
==========================================
    05. Our Service
==========================================
*/

.service-box figure {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-box:hover figure {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.service-box figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 15px;
    z-index: 2;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.service-box:hover figure figcaption {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-box figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c3145;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.service-box:hover figure:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}

.service-box figure figcaption .boxed-btn {
    padding: 14px 24px;
    color: #fff;
}

.service-box h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-box p {
    margin-bottom: 14px;
}

.service-box p.price {
    margin-bottom: 0;
}


/*
==========================================
    06. Portfolio
==========================================
*/

#portfolio {
    background: #f7f7f7;
}

.portfolio-tabs {
    margin-bottom: 50px;
}

.nav-tabs {
    border: none;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-radius: 20px;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 20px 0 0 20px;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 20px 20px 0;
}

.nav-tabs .nav-item {
    width: 16.666666666%;
}

.nav-tabs a.nav-link {
    color: #5e6271;
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    border: none;
}

.nav-tabs .nav-link.active {
    border: none;
    color: #fff;
    border-radius: 0;
}

.nav-tabs .nav-link.active:hover {
    color: #fff;
}

.tab-pane.active {
    -webkit-animation: slide-down .3s ease-in;
            animation: slide-down .3s ease-in;
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}

.tab-content ul li {
    width: 46%;
    float: left;
    padding: 15px;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-bottom: 1px dashed #dedede;
    margin-right: 30px;
}

.tab-content ul li:hover {
    border-radius: 2px;
    background: #fff;
    box-shadow: -2.505px 17.825px 23px 0px rgba(42, 57, 63, 0.15);
    border-color: #fff;
}

.tab-content ul li img {
    float: left;
    margin-right: 20px;
    width: 100px ;
    height: auto;
}
.tab-content ul li h4 {
    margin-top: 14px;
    margin-bottom: 8px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.tab-content ul li h4 .price {
    float: right;
}

.tab-content ul li:nth-child(7),
.tab-content ul li:nth-child(8) {
    border-bottom: 0;
}


/*
==========================================
    07. Feature
==========================================
*/

#feature {
    background: url(../img/bg/feature-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

#feature .section-title h2,
#feature h4 {
    color: #fff;
}

#feature h4 {
    margin-bottom: 10px;
}

.feature-icon {
    width: 85px;
    height: 85px;
    text-align: center;
    border: 1px solid #675d56;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.feature-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

.feature-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}

.feature-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.feature-box:hover .feature-icon {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.feature-box:hover .feature-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }
    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(236, 85, 152, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(236, 85, 152, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }
    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px rgba(0, 0, 0, .3), 0 0 0 10px rgba(236, 85, 152, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px rgba(0, 0, 0, .3), 0 0 0 10px rgba(236, 85, 152, 0.5);
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*
==========================================
    08. Pricing
==========================================
*/

.pricing-box {
    padding: 30px 0;
    height: 560px;
    border-radius: 15px;
    box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
    position: relative;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px dashed #fcb3e9;
}

.pricing-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
    -o-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.pricing-box h3 {
    margin-bottom: 13px;
}

.pricing-box hr {
    width: 20px;
    height: 20px;
    background: url(../img/section-icon.png) no-repeat;
    background-size: cover;
    border: none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pricing-box hr:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: -60px;
    top: 50%;
}

.pricing-box hr:before {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 50%;
}

.pricing-box .price span {
    color: #2c3145;
}

.pricing-content {
    margin-top: 40px;
}

.pricing-box .boxed-btn {
    border: 1px solid;
    border-radius: 23px;
    padding: 12px 30px;
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.pricing-box:hover .boxed-btn {
    color: #fff;
}

.recomended-text {
    width: 250px;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    top: 16px;
    left: -65px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.recomended {
    overflow: hidden;
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.recomended .boxed-btn {
    color: #fff;
}


/*
==========================================
    09. counter
==========================================
*/

#counter {
    background: url(../img/bg/counter-bg.jpg) no-repeat center / 100% 100%;
    padding: 75px 0;
}

#counter .single-box img {
    margin-bottom: 15px;
}

#counter .single-box i {
    margin-bottom: 20px;
}

#counter .single-box h3 {
    margin-bottom: 5px;
    color: #191919;
}

#counter .single-box p {
    color: #707070;
}


/*
==========================================
    10. Product
==========================================
*/

#product {
    overflow: hidden;
}

#product.section-padding {
    padding-bottom: 35px;
}

.single-product {
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    border-radius: 5px;
    margin: 5px 5px 45px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 40px 0;
}

.single-product:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.single-product .sale {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 6px 16px;
    color: #fff;
}

.product-img {
    height: auto;
    line-height: 250px;
}

.rate {
    margin-bottom: 20px;
}

.rate li {
    display: inline-block;
    color: #f68e56;
}

.single-product h5 {
    margin-bottom: 10px;
}

.single-product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 49, 69, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: scale(.5);
            transform: scale(.5);
}

.single-product:hover .overlay {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.single-product .overlay li {
    display: inline-block;
}

.single-product .overlay .icons {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
}

.single-product .overlay li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.single-product .overlay li a:hover {
    color: #fff;
}


.product-carousel .owl-nav {
    display: block;
}

.product-carousel .owl-next,
.product-carousel .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #9598a2;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
}

.product-carousel .owl-next:hover,
.product-carousel .owl-prev:hover {
    color: #fff;
}

.product-carousel .owl-prev {
    left: -50px;
}

.product-carousel .owl-next {
    right: -50px;
}

/*
==========================================
    11. Testimonial
==========================================
*/

#testimonial {
    background: url(../img/bg/testimonial-bg.jpg) no-repeat center / 100% 100%;
}

.single-testimonial p {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial-carousel .owl-dots {
    width: 300px;
    margin: 20px auto 0;
}

.testimonial-carousel .owl-dots div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial-carousel .owl-dots div:nth-child(1) {
   
}


.testimonial-carousel .owl-dots div:nth-child(2) {
   
}


.testimonial-carousel .owl-dots div:nth-child(3) {
   
}

.testimonial-carousel .owl-nav {
    display: block;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    color: #9598a2;
    cursor: pointer;
    position: absolute;
    top: 76%;
    -webkit-transition: .7s;
    transition: .7s;
}

.testimonial-carousel .owl-prev {
    left: 350px;
}

.testimonial-carousel .owl-next {
    right: 350px;
}


/*
==========================================
    12.Appoinment
==========================================
*/

#appoinment {
    background: url(../img/bg/appoinmentbg.jpg) no-repeat center / cover;
}

.opening-hours {
    color: #fff;
    margin-top: 50px;
    padding: 70px 80px;
    border: 5px solid rgba(255, 255, 255, .2);
    border-right: 0;
    float: left;
    width: 50%;
}

.opening-hours h3 {
    margin-bottom: 20px;
    color: #fff;
}

.opening-hours p {
    margin-bottom: 20px;
}

.opening-hours li {
    margin-bottom: 5px;
}

.appoinment-wrapper {
    border-radius: 10px;
    background: #fff;
    padding: 50px;
    float: left;
    width: 50%;
}

.appoinment-wrapper input[type=date],
.appoinment-wrapper input[type=time],
.appoinment-wrapper select {
    padding: 8px 15px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    margin-bottom: 25px;
    width: 100%;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 2px;
}

.appoinment-wrapper .input {
    background: #f7f7f7;
    margin-bottom: 25px;
}

.appoinment-wrapper .input__field--hantus:focus+.input__label--hantus .input__label-content--hantus,
.appoinment-wrapper .input--filled .input__label-content--hantus {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateY(-42px);
            transform: scale3d(0.81, 0.81, 1) translateY(-42px);
}

.appoinment-wrapper select {
    padding: 12px 15px;
}

.appoinment-wrapper select#options {
    width: 100%;
}

.appoinment-wrapper .dtb input,
.appoinment-wrapper .dtb select {
    width: 31.2%;
    margin-right: 10px;
}

.appoinment-wrapper .dtb select {
    margin-right: 0;
}

.appoinment-wrapper button {
    border: none;
    padding: 14px 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
==========================================
    13.Expert Beauticians
==========================================
*/

.single-beauticians {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.single-beauticians .img-wrapper img {
    margin: auto;
    -webkit-perspective: inherit;
    perspective: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.single-beauticians .img-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-style: PRESERVE-3D;
            transform-style: PRESERVE-3D;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: auto;
    height: 285px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    overflow: hidden;
}

.beautician-footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 20px 30px;
    border-radius: 0 0 5px 5px;
}

.beautician-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: 285px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 100%;
    color: #fff;
    background: #2c3145;
    padding: 30px;
    border-radius: 5px;
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-beauticians:hover .img-wrapper,
.single-beauticians:hover .beautician-content {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1)
}

.single-beauticians:hover .img-wrapper {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.single-beauticians:hover .beautician-content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}


.single-beauticians .beautician-content .inner-content {
    -webkit-perspective: inherit;
            perspective: inherit;
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
    transform: translateY(0%) translateZ(60px) scale(0.94);
}

.single-beauticians .beautician-content p {
    margin: 0;
}

.single-beauticians .beautician-content .inner-content {
    padding: 7% 0
}

.single-beauticians .social li {
    display: inline-block;
    margin-right: 10px;
}

.single-beauticians .social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    display: block;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.single-beauticians .social li a:hover {
    color: #fff;
}

.single-beauticians .social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
            animation: socialFxD .3s forwards
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}


.single-beauticians h5 {
    color: #fff;
}

.single-beauticians .beautician-content p {
    margin-bottom: 10px;
}


/*
==========================================
    14. Partner
==========================================
*/

#partner {
    background: #eee;
}

.single-partner {
    height: 120px;
    text-align: center;
    position: relative;
    cursor: crosshair;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.inner-partner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-partner img {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    max-width: 180px
}

.single-partner:hover img {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear
}

/*
==========================================
    15. Subscribe
==========================================
*/

#subscribe {
    padding: 50px 0;
    color: #fff;
}

#subscribe i {
    float: left;
    margin-right: 20px;
    -webkit-transition: .5s all;
    transition: .5s all;
    margin-top: -9px;
}

#subscribe:hover i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

#subscribe h3 {
    margin-bottom: 6px;
    color: #fff;
}

#subscribe-form input[type=email] {
    background: rgba(255, 255, 255, .3);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 23px;
    float: right;
    width: 70%;
}

#subscribe-form input[type=email]::-webkit-input-placeholder {
    color: #fff;
}

#subscribe-form input[type=email]::-moz-placeholder {
    color: #fff;
}

#subscribe-form {
    position: relative;
}

#subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    padding: 12px 20px 10px;
    border-radius: 0 23px 23px 0;
    cursor: pointer;    
}

/*
==========================================
    16.footer-copyright
==========================================
*/

#footer-copyright {
    padding: 40px 0;
}

.copyright-text ul li {
    display: inline-block;
}

.copyright-text a {
    color: #9c9c9c;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 20px;
}

.payment-method li {
    display: inline-block;
    margin-right: 20px;
}

.payment-method li a {
    width: 50px;
    height: 30px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(44, 49, 59, 0.55);
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #2c3145;
}

.payment-method li a:hover {
    box-shadow: 1px 5px 5px 1px rgba(44, 49, 59, 0.55);
}

/* Scroll Up */

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 23px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #fff;
    z-index: 888;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5)
}

.scrollup:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}


/*
==========================================
    17. Breadcrumb
==========================================
*/

#breadcrumb-area {
    position: relative;
    background: url(../img/bg/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 2;
    padding: 100px 0 100px;
    color: #fff;
}

#breadcrumb-area h2 {
    color: #fff;
    margin-bottom: 10px;
}

#breadcrumb-area ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#breadcrumb-area ul li:after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 10px;
}

#breadcrumb-area ul li:last-child:after {
    display: none;
}

#breadcrumb-area ul li {
    color: #fff;
}



/*
=================================================================
    02. About Us page
================================================================
*/


/*
==========================================
    01. Welcome
==========================================
*/

#welcome .section-title h3 {
    margin-bottom: 5px;
}

.welcome-box {
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
}

.welcome-box:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.welcome-content {
    padding: 30px;
}

.welcome-box img {
    width: 100%;
}

.welcome-box h4 {
    margin-bottom: 10px;
}

.welcome-box p {
    margin-bottom: 20px;
}

.welcome-box a {
    color: #c2c2c2;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.welcome-box a i {
    margin-left: 5px;
}

/*
==========================================
    02. Why choose us
==========================================
*/

#wcu {
    background: #f7f7f7;
    position: relative;
}

.video-section {
    background: url(../img/about-page/wcu.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 45%;
}

.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
    background: #2c3145;
}

.video-section .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-section .play-icon:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.watch-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.watch-more a {
    color: #fff;
}

.wcu-content {
    padding: 60px 0;
}

#wcu h2 {
    margin-bottom: 20px;
}

#wcu ul {
    margin: 16px 0 30px;
}

#wcu ul li {
    margin-bottom: 8px;
}

#wcu ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

#wcu .fun-fact h2 {
    margin-bottom: 5px;
}

/*
==========================================
    03. About-partner
==========================================
*/

#about-partner {
    padding: 80px 0;
}

#about-partner .single-partner {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border: 0px solid rgba(0, 0, 0, .1);
}

#about-partner .single-partner:nth-child(1),
#about-partner .single-partner:nth-child(2),
#about-partner .single-partner:nth-child(3),
#about-partner .single-partner:nth-child(4) {
    border-bottom-width: 1px;
}

#about-partner .single-partner:nth-child(2) {
    border-left-width: 1px;
    border-right-width: 1px;
}

#about-partner .single-partner:nth-child(3) {
    border-right-width: 1px;
}

#about-partner .single-partner:nth-child(6) {
    border-left-width: 1px;
    border-right-width: 1px;
}

#about-partner .single-partner:nth-child(7) {
    border-right-width: 1px;
}

#portfolio.pricing-page {
    background: #fff;
}


/*
=================================================================
    03. Gallery page
================================================================
*/

.gallery-tab-sorting {
    margin-bottom: 40px;
}

.gallery-tab-sorting li {
    display: inline-block;
    padding: 0 10px;
}

.gallery-tab-sorting li a {
    color: #5e6271;
    padding: 0 5px 5px;
    display: block;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-tab-sorting li a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-tab-sorting li a.active:after,
.gallery-tab-sorting li a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.gallery-page .gallery-item figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    -webkit-transform: scale(1.1, 1.05);
            transform: scale(1.1, 1.05);
}

.gallery-page .gallery-item figure img {
    height: 100%;
    width: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.gallery-page .gallery-item figure:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.gallery-page .gallery-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 0 15px;
    z-index: 2;
    background: rgba(44, 49, 69, .7);
}

.gallery-page .gallery-item:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery-page .gallery-item figcaption ul li {
    display: inline-block;
    margin-right: 5px;
}

.gallery-page .gallery-item figcaption ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.gallery-page .gallery-item figcaption ul li a:hover {
    color: #fff;
}

.gallery-page .gallery-item figcaption h4 {
    color: #fff;
    margin: 15px 0 0;
}

.gallery-page .gallery-item figcaption h4,
.gallery-page .gallery-item figcaption ul li,
.gallery-page .gallery-item figcaption p {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.gallery-page .gallery-item figure:hover figcaption h4,
.gallery-page .gallery-item figure:hover figcaption ul li,
.gallery-page .gallery-item figure:hover figcaption p {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
=================================================================
    04. Contact page
================================================================
*/

#map {
    height: 400px;
    margin-bottom: 50px;
}

#contact h2 {
    margin-bottom: 50px;
}

.contact-form textarea:focus,
.contact-form input:focus {
    border-style: 0;
}

.contact-form .input__label--hantus {}

.contact-form .input__field {
    padding: 10px 15px;
    border: 1px solid #eee;
}

.contact-form .input__field:focus {
    border-color: transparent;
}

.contact-form .graphic--hantus {
    stroke: transparent;
}

.contact-form button {
    border: none;
    cursor: pointer;
}

.info-box {
    padding: 30px 40px;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    margin-bottom: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-box:hover {
    box-shadow: 0px 4px 30px 0px rgba(44, 49, 59, 0.15);
}

.contact-info .info-box:last-child {
    margin-bottom: 0;
}

.info-box i {
    float: left;
    margin-right: 10px;
}

.info-box h4 {
    margin-bottom: 10px;
}


/*
=================================================================
    05. Portfolio page
================================================================
*/

.portfolio-tab-sorting {
    border: 1px solid #ebebeb;
    width: 64.2%;
    margin: 0 auto 50px;
    border-radius: 23px;
    overflow: hidden;
}

.portfolio-tab-sorting li {
    display: inline-block;
}

.portfolio-tab-sorting li a {
    padding: 10px 25px;
    color: #5e6271;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: block;
    margin-right: -4px;
}

.portfolio-tab-sorting li a:hover,
.portfolio-tab-sorting li a.active {
    color: #fff;
}

.portfolio-item {
    margin-bottom: 15px;
}

.portfolio-page .portfolio-item figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 5px;
    background: rgba(44, 49, 69, .7);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.portfolio-page .portfolio-item figure:hover {
    box-shadow: -3.758px 15px 30px 0px rgba(42, 57, 63, 0.15);
}


.portfolio-page .portfolio-item figure img {
    max-height: 100%;
    width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.portfolio-page .portfolio-item figure:hover img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.portfolio-page .portfolio-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    padding: 0 15px;
    z-index: 2;
    border-radius: 5px;
}

.portfolio-page .portfolio-item figure:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-page .portfolio-item figcaption h4 {
    color: #fff;
    margin: 0 0 5px;
}

.portfolio-page .portfolio-item figure:hover figcaption h4 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio-page .portfolio-item figcaption h6 {
    color: #fff;
    margin: 0 0 12px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.portfolio-page .portfolio-item figure:hover figcaption h6 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.05s;
}

.portfolio-page .portfolio-item figcaption p {
    margin-bottom: 10px;
}

.portfolio-page .portfolio-item figure:hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.1s;
}

.portfolio-page .portfolio-item figcaption a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.portfolio-page .portfolio-item figure:hover figcaption a {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.15s;
}

.portfolio-page .portfolio-item figure figcaption a:hover {
    color: rgba(255, 255, 255, .7);
}

.portfolio-page .portfolio-item figcaption p,
.portfolio-page .portfolio-item figcaption a,
.portfolio-page .portfolio-item figcaption h6,
.portfolio-page .portfolio-item figcaption h4 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.portfolio-page .portfolio-item figure:hover figcaption h4,
.portfolio-page .portfolio-item figure:hover figcaption h6,
.portfolio-page .portfolio-item figure:hover figcaption p,
.portfolio-page .portfolio-item figure:hover figcaption a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
=============================
    Pagination
=============================
*/

li.page-item .page-link {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 10px;
    border-radius: 5px;
    color: #5e6271;
    padding: 10px 16px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

li.page-item .page-link:hover,
li.page-item.active .page-link {
    color: #fff;
}

nav.portfolio-pagination {
    margin-top: 30px;
}


/*
=================================================================
    06. Blog page
================================================================
*/

.full-width.section-padding {
    padding-bottom:  50px;
}

.blog-post {
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    border-radius: 5px;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-bottom: 30px;
}

.blog-post:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.post-thumb {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.post-thumb img {
    -webkit-transition: all ease-in .28s;
    transition: all ease-in .28s;
    width: 100%;
}

.blog-post:hover .post-thumb img {
    -webkit-transform: scale(1.15) rotate(-4deg);
            transform: scale(1.15) rotate(-4deg);
}

.post-content {
    padding: 20px 30px;
}

.meta-info li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.meta-info li:after {
    content: '';
    height: 16px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 4px;
    background: #c2c2c2;
}

.meta-info li:last-child:after {
    display: none;
}

.meta-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.meta-info li a {
    color: #c2c2c2;
}

.meta-info li a:hover {
    color: #2c3145;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.blog-post .post-title a {
    color: #2c3145;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.blog-post p {
    margin-bottom: 10px;
}

.blog-post a.read-more {
    color: #c2c2c2;
}

/*
=======================================
    01. Single Post
=======================================
*/

.single-post .blog-post {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.single-post .blog-post .post-thumb {
    border-radius: 0;
}

.single-post .blog-post .post-content {
    padding: 30px 0;
}

.single-post .post-header {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

.single-post .post-header ul {
    display: inline-block;
}

.single-post .post-header .text-right {
    float: right;
}

.single-post .post-header .text-right li {
    display: inline-block;
    margin-left: 15px;
}

.single-post .post-header .text-right li a {
    color: #c2c2c2;
}

.single-post .post-header .text-right li a i {
    margin-right: 5px;
}

.meta-data ul {
    display: inline-block;
}

.meta-data ul.text-right {
    float: right;
}

.meta-data ul li {
    display: inline-block;
    color: #2c3145;
}

.meta-data ul li a {
    color: #c2c2c2;
}

.meta-data ul.share li a {
    padding-left: 15px;
}

.post-new-comment h4 {
    margin-bottom: 10px;
}
.media p.comment {
    margin-bottom: 6px;
}

/* =====================================
    02. Post Comment Area
===================================== */

.post-comments-area {
    margin-top: 30px;
}

.comment-author a {
    color: #2c3145;
    margin-bottom: 5px;
    display: block;
}

.post-comments-area .comment-time-left {
    margin-bottom: 7px;
}

.post-comments-area .media-left {
    padding-right: 25px;
}

.post-comments-area .media-body {
    position: relative;
}

.comment-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #c2c2c2;
}

.media ul li {
    display: inline-block;
    color: #5e6271;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.media ul li:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #c2c2c2;
}

.media ul li:last-child:after {
    display: none;
}

.media ul li i {
    margin-right: 5px;
}

.post-comments-area .media {
    border-bottom: 1px solid #f7f7f7;
    margin: 0;
    padding: 25px 0;
}

.post-comments-area p {
    margin-bottom: 0;
}

.media-replay .media {
    padding-left: 30px;
}

.post-new-comment {
    padding-top: 40px;
}

.post-new-comment h3 {
    margin-bottom: 30px;
}

.post-new-comment .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}

.post-new-comment .boxed-btn {
    border: none;
    cursor: pointer;
}

/*
===================================================================================
    07. 404 Page
=================================================================================== */


/* 404 */

#page-404 {
    padding-bottom: 80px;
    text-transform: uppercase;
}

#page-404 h2 {
    margin: 40px 0 20px;
}

#page-404 h3 {
    margin: 0 0 20px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#page-404 .boxed-btn {
    text-transform: capitalize;
}


/*
===================================================================================
    08. Coming Soon Page
=================================================================================== */

.coming-soon-wrapper {
    background: url(../img/coming-soon.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    height: 100%;
    color: #fff;
}

.coming-soon-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.coming-soon-wrapper .logo {
    margin-bottom: 50px;
    margin-top: 80px;
}

.coming-soon-wrapper h1 {
    margin-bottom: 10px;
    color: #fff;
}

.coming-soon-wrapper p {
    width: 60%;
    margin: 0 auto 20px;
}


/* Count area */

.count-area {
    padding: 60px 0;
}

.count-area .time-wrap {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-top: 24px;
}

.count-area .time-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
}

.count-area .time-wrap:hover:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.count-area .time-wrap span {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: rotate(-45deg);
    transform: rotate(90deg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.count-area .text {
    margin-top: 35px;
    color: #fff;
}

/* Subscribe */

.subscribe-wrapper {
    position: relative;
}

.subscribe-wrapper .form-control {
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, .3);
    border-radius: 0;
    height: 60px;
    border-radius: 0;
    color: #fff;
    padding: 20px;
}

.subscribe-wrapper button {
    border: none;
    box-shadow: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 20px;
    cursor: pointer;
}

.subscribe-wrapper .form-control::-webkit-input-placeholder {
    color: #fff;
}

.coming-soon-wrapper footer {
    margin-top: 50px;
    margin-bottom: 80px;
}

.coming-soon-wrapper footer .social li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.coming-soon-wrapper footer .social a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #2c3145;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.coming-soon-wrapper .social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
            animation: socialFxD .3s forwards
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.coming-soon-wrapper .social a:hover i.fa-facebook-f {
    color: #3A589B;
}

.coming-soon-wrapper .social a:hover i.fa-twitter {
    color: #1CB7EB;
}

.coming-soon-wrapper .social a:hover i.fa-linkedin-in {
    color: #1686B0;
}

.coming-soon-wrapper .social a:hover i.fa-google-plus-g {
    color: #E3411F;
}

.coming-soon-wrapper .social a:hover i.fa-instagram {
    color: #6C27B3;
}

.coming-soon-wrapper .social a:hover i.fa-whatsapp {
    color: #75B73B;
}

.coming-soon-wrapper .social {
    margin-bottom: 15px;
}


/* ---- particles.js container ---- */

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.content-text {
    padding: 20px 0;
    text-align: justify
}

.page-heading {
    height: 41px;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    position: relative;
   background: rgba(0,0,0,.02);
    color: rgba(0,0,0,.87);
    padding-left: 10px;
    font-size: 20px;
    margin: 0
}
/* product chaming*/
@media (max-width:991px) {
    .header-opt-12 .header-content .logo {
        margin-top: 0;
        text-align: center
    }
}

.header-opt-12 .block-minicart .actions .btn:focus,
.header-opt-12 .block-minicart .actions .btn:hover {
    background-color: #f36
}

.header-opt-12 .block-minicart .minicart-items .product-item .product-item-name a:focus,
.header-opt-12 .block-minicart .minicart-items .product-item .product-item-name a:hover {
    color: #f36
}

.header-opt-12 .block-nav-categori {
    width: 250px
}

.header-opt-12 .block-nav-categori .block-title {
    background-color: #f36;
    cursor: pointer;
    line-height: 45px;
    height: 45px;
    padding-left: 17px;
    padding-right: 0;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    font-weight: 400
}

@media (min-width:992px) {
    .header-opt-12 .block-nav-categori .block-title {
        background-image: none
    }
    .header-opt-12 .block-nav-categori .block-title:after,
    .header-opt-12 .block-nav-categori .block-title:before {
        content: "";
        display: table
    }
    .header-opt-12 .block-nav-categori .block-title:after {
        clear: both
    }
    .header-opt-12 .block-nav-categori .block-title:before {
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        width: 45px;
        height: 45px;
        float: right;
        display: block;
        background-image: url(../images/icon/index11/menu-cat.png)
    }
}

.header-opt-12 .block-nav-categori .block-title:focus,
.header-opt-12 .block-nav-categori .block-title:hover {
    background-color: #c03
}

.header-opt-12 .block-nav-categori .ui-categori .submenu .categori-list li a:focus,
.header-opt-12 .block-nav-categori .ui-categori .submenu .categori-list li a:hover {
    color: #f36
}

.header-opt-12 .block-nav-categori .ui-categori {
    padding-top: 6px;
    padding-bottom: 0
}

.header-opt-12 .block-nav-categori .ui-categori>li {
    padding-left: 20px;
    padding-right: 20px
}

.header-opt-12 .block-nav-categori .ui-categori>li>a {
    line-height: 42px;
    border-top: 1px solid #eee;
    padding: 0 20px 0 0;
    font-family: Arimo, sans-serif;
    color: #333;
    font-size: 14px
}

.header-opt-12 .block-nav-categori .ui-categori>li>a .icon {
    width: 26px;
    text-align: center;
    margin-right: 2px;
    vertical-align: baseline
}

.header-opt-12 .block-nav-categori .ui-categori>li:hover>a {
    color: #f36
}

.header-opt-12 .block-nav-categori .ui-categori>li:first-child>a {
    border-top: none
}

.header-opt-12 .block-nav-categori .ui-categori>li.parent>a:after {
    line-height: 42px
}

.header-opt-12 .block-nav-categori .ui-categori .submenu {
    left: 270px;
    width: 900px
}

@media (max-width:1199px) {
    .header-opt-12 .block-nav-categori .ui-categori .submenu {
        width: 670px
    }
}

.header-opt-12 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-12 .block-nav-categori .view-all-categori a {
    background-color: #fff;
    color: #999;
    border: none;
    border-top: 1px solid #eee;
    font-weight: 400;
    font-size: 14px;
    height: 49px;
    line-height: 1;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: none;
    text-align: center;
    padding-top: 15px;
    font-family: Oswald, sans-serif
}

.header-opt-12 .block-nav-categori .view-all-categori .btn-view-all:after,
.header-opt-12 .block-nav-categori .view-all-categori a:after {
    content: "\f107";
    float: none;
    margin: 0;
    vertical-align: top;
    display: block
}

.header-opt-12 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-12 .block-nav-categori .view-all-categori a:hover {
    background-color: #f36;
    color: #fff
}

.header-opt-12 .block-nav-categori .block-content {
    background-color: #fff;
    width: 270px
}

@media (min-width:992px) {
    .header-opt-12 .block-nav-categori .block-content {
        display: none!important
    }
}

@media (min-width:992px) {
    .header-opt-12 .block-nav-menu {
        position: relative;
        z-index: 555
    }
    .header-opt-12 .block-nav-menu .ui-menu {
        padding-left: 1px
    }
    .header-opt-12 .block-nav-menu .ui-menu>li {
        color: #9099b7;
        background-color: transparent;
        padding: 0 16px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-12 .block-nav-menu .ui-menu>li:last-child {
        padding-right: 0
    }
    .header-opt-12 .block-nav-menu .ui-menu>li>a {
        color: #9099b7;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        font-family: Arimo, sans-serif
    }
    .header-opt-12 .block-nav-menu .ui-menu>li:focus,
    .header-opt-12 .block-nav-menu .ui-menu>li:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #fff
    }
    .header-opt-12 .block-nav-menu .ui-menu>li:focus:before,
    .header-opt-12 .block-nav-menu .ui-menu>li:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-12 .block-nav-menu .ui-menu>li:focus>a,
    .header-opt-12 .block-nav-menu .ui-menu>li:hover>a {
        color: #fff
    }
    .header-opt-12 .block-nav-menu .ui-menu>li .label-menu {
        line-height: 20px;
        width: 36px;
        background-color: #f36;
        border-radius: 0;
        font-family: Oswald, sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        left: 50%;
        top: -10px
    }
    .header-opt-12 .block-nav-menu .ui-menu>li .label-menu:before {
        left: 0;
        margin: 0;
        border-color: #f36 transparent transparent
    }
    .header-opt-12 .block-nav-menu .ui-menu>li:before {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        margin-top: 14px;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-12 .block-nav-menu .ui-menu>li.parent:after {
        content: "\f107";
        font-weight: 700
    }
    .header-opt-12 .block-nav-menu .ui-menu>li.parent:before {
        margin-left: -16px
    }
    .header-opt-12 .block-nav-menu .ui-menu>li.active,
    .header-opt-12 .block-nav-menu .ui-menu>li.active:focus>a,
    .header-opt-12 .block-nav-menu .ui-menu>li.active:hover>a,
    .header-opt-12 .block-nav-menu .ui-menu>li.active>a {
        color: #fff
    }
    .header-opt-12 .block-nav-menu .ui-menu>li.active:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    .header-opt-12 .block-nav-menu .ui-menu>li ul a:focus,
    .header-opt-12 .block-nav-menu .ui-menu>li ul a:hover {
        color: #f36!important
    }
}

.header-opt-12 .nav-toggle-menu {
    background-color: #f36;
    cursor: pointer;
    line-height: 45px;
    height: 45px;
    padding-left: 15px;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    background-position: center right 10px;
    padding-right: 25px
}

.header-opt-12 .header-nav {
    background-color: transparent;
    margin-bottom: 37px
}

.header-opt-12 .header-nav .box-header-nav {
    position: relative;
    z-index: 100;
    margin-top: -37px;
    bottom: -37px;
    background-color: #50597b;
    padding: 13px 20px
}

.header-opt-12 .header-nav .block-search {
    position: relative;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    display: block;
    width: calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: -webkit-calc(100% - 440px);
    width: -o-calc(100% - 440px);
    float: left;
    margin: 0;
    padding: 0;
    left: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (max-width:1199px) {
    .header-opt-12 .header-nav .block-search {
        width: calc(100% - 440px);
        width: -moz-calc(100% - 440px);
        width: -webkit-calc(100% - 440px);
        width: -o-calc(100% - 440px)
    }
}

.header-opt-12 .header-nav .block-search .block-title {
    display: none
}

.header-opt-12 .header-nav .block-search .block-content {
    padding: 0 55px 0 0;
    margin: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-opt-12 .header-nav .block-search .form-search {
    width: calc(100% - 175px);
    width: -moz-calc(100% - 175px);
    width: -webkit-calc(100% - 175px);
    width: -o-calc(100% - 175px)
}

.header-opt-12 .header-nav .block-search .form-search .box-group {
    position: static
}

@media (max-width:767px) {
    .header-opt-12 .header-nav .block-search .form-search {
        width: 100%
    }
}

.header-opt-12 .header-nav .block-search .form-search .form-control {
    padding-left: 20px;
    border: none;
    height: 45px;
    width: 100%;
    max-width: 100%;
    background-color: #F5F5F5;
    padding-right: 50px;
    color: #999;
    font-family: ProximaNova-Regular, sans-serif
}

.header-opt-12 .header-nav .block-search .form-search .form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.header-opt-12 .header-nav .block-search .form-search .form-control:-ms-input-placeholder {
    color: #999
}

.header-opt-12 .header-nav .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #999
}

.header-opt-12 .header-nav .block-search .form-search .btn-search {
    font-size: 14px;
    color: #fff;
    width: 55px;
    background-color: #394264;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index11/search.png)
}

.header-opt-12 .header-nav .block-search .form-search .btn-search:focus,
.header-opt-12 .header-nav .block-search .form-search .btn-search:hover {
    background-color: #f36;
    color: #fff
}

.header-opt-12 .header-nav .block-search .categori-search {
    width: 175px;
    margin: 0;
    float: right
}

.header-opt-12 .header-nav .block-search .categori-search .chosen-container .chosen-single {
    border: none;
    margin-left: -1px;
    z-index: 10;
    position: relative;
    background-color: #F5F5F5;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    font-family: ProximaNova-Regular, sans-serif
}

.header-opt-12 .header-nav .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 36px;
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px
}

.header-opt-12 .header-nav .block-search .categori-search .chosen-container .chosen-single>div {
    width: 20px
}

.header-opt-12 .header-nav .block-search .categori-search .chosen-container .chosen-single>div b:before {
    content: "\f107";
    color: #999
}

@media (max-width:767px) {
    .header-opt-12 .header-nav .block-search .categori-search {
        display: none
    }
}

.header-opt-12 .header-nav .block-minicart {
    position: relative;
    float: right;
    right: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header-opt-12 .header-nav .block-minicart.open>.dropdown-toggle .counter,
.header-opt-12 .header-nav .block-minicart:hover>.dropdown-toggle .counter {
    color: #f36
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    width: 190px;
    background-color: #11a8ab;
    height: 45px;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle:after,
.header-opt-12 .header-nav .block-minicart>.dropdown-toggle:before {
    content: "";
    display: table
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle:after {
    clear: both
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle .cart-icon {
    width: 30px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index12/minicart.png);
    display: inline-block;
    vertical-align: bottom
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle .counter-title {
    display: none
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle .counter {
    padding-left: 15px
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle .counter-number {
    background-color: #f36;
    color: #fff;
    display: block;
    width: 20px;
    line-height: 20px;
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100%;
    top: -10px;
    left: 25px;
    font-family: ProximaNova-Bold, sans-serif
}

.header-opt-12 .header-nav .block-minicart>.dropdown-toggle .counter-label {
    display: none
}

@media (max-width:991px) {
    .header-opt-12 .header-nav .block-minicart {
        margin-right: 15px
    }
}

.header-opt-12 .sticky-wrapper.is-sticky .mid-header {
    margin: 0;
    padding: 0 0 10px;
    background-color: #394264
}

.header-opt-12 .sticky-wrapper.is-sticky .mid-header .block-search {
    width: calc(100% - 416px);
    width: -moz-calc(100% - 416px);
    width: -webkit-calc(100% - 416px);
    width: -o-calc(100% - 416px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.header-opt-12 .sticky-wrapper.is-sticky .mid-header .block-nav-categori {
    width: 40px
}

.header-opt-12 .sticky-wrapper.is-sticky .mid-header .box-header-nav {
    border: none
}

@media (max-width:1199px) {
    .header-opt-12 .header-content .block-search .categori-search {
        display: none
    }
}

@media (max-width:991px) {
    .header-opt-12 .header-content {
        padding-bottom: 20px
    }
    .header-opt-12 .header-content .nav-mind {
        float: left
    }
    .header-opt-12 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 275px
    }
    .header-opt-12 .header-content .nav-right {
        float: right
    }
    .header-opt-12 .header-content .nav-left {
        clear: both;
        text-align: center
    }
    .header-opt-12 .header-nav .box-header-nav {
        padding-top: 60px
    }
    .header-opt-12 .header-nav .block-search {
        width: auto;
        position: absolute;
        top: 10px;
        left: 20px;
        right: 20px
    }
}

@media (max-width:600px) {
    .header-opt-12 .header-content .nav-mind .block-search {
        width: auto;
        position: static
    }
}

@media (max-width:639px) {
    .header-opt-12 .header-nav .block-minicart {
        margin: 15px 0 0;
        width: 100%
    }
    .header-opt-12 .header-nav .block-minicart .dropdown-toggle {
        width: 100%
    }
}

.header-opt-13 {
    background-color: #fff;
    font-family: Montserrat, sans-serif
}

.header-opt-13 .header-top {
    background-color: transparent;
    padding: 0;
    position: relative;
    color: #666;
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08)
}

.header-opt-13 .header-top:after,
.header-opt-13 .header-top:before {
    content: "";
    display: table
}

.header-opt-13 .header-top:after {
    clear: both
}

.header-opt-13 .header-top .container {
    position: relative
}

.header-opt-13 .header-top .container:after,
.header-opt-13 .header-top .container:before {
    content: "";
    display: table
}

.header-opt-13 .header-top .container:after {
    clear: both
}

.header-opt-13 .header-top .nav-left,
.header-opt-13 .header-top .nav-right {
    float: left;
    color: #666
}

.header-opt-13 .header-top .nav-left:after,
.header-opt-13 .header-top .nav-left:before,
.header-opt-13 .header-top .nav-right:after,
.header-opt-13 .header-top .nav-right:before {
    content: "";
    display: table
}

.header-opt-13 .header-top .nav-left:after,
.header-opt-13 .header-top .nav-right:after {
    clear: both
}

.header-opt-13 .header-top .nav-left>li,
.header-opt-13 .header-top .nav-right>li {
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
    float: left
}

.header-opt-13 .header-top .nav-left>li>a,
.header-opt-13 .header-top .nav-left>li>span,
.header-opt-13 .header-top .nav-right>li>a,
.header-opt-13 .header-top .nav-right>li>span {
    line-height: 38px;
    color: #666;
    text-transform: capitalize;
    display: block
}

.header-opt-13 .header-top .nav-left>li>a:focus,
.header-opt-13 .header-top .nav-left>li>a:hover,
.header-opt-13 .header-top .nav-right>li>a:focus,
.header-opt-13 .header-top .nav-right>li>a:hover {
    color: #ffad00
}

.header-opt-13 .header-top .nav-left>li:before,
.header-opt-13 .header-top .nav-right>li:before {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.header-opt-13 .header-top .nav-left>li:first-child,
.header-opt-13 .header-top .nav-right>li:first-child {
    padding-left: 0;
    margin-left: 0
}

.header-opt-13 .header-top .nav-left>li:first-child:before,
.header-opt-13 .header-top .nav-right>li:first-child:before {
    content: none
}

@media (max-width:479px) {
    .header-opt-13 .header-top .nav-left>li,
    .header-opt-13 .header-top .nav-right>li {
        padding-left: 6px;
        margin-left: 6px
    }
}

.header-opt-13 .header-top .nav-right {
    float: right
}

.header-opt-13 .header-top .top-social a {
    line-height: 22px;
    width: 24px;
    border-radius: 100%;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    font-size: 13px
}

.header-opt-13 .header-top .top-social a:hover {
    background-color: #ffad00;
    border-color: #ffad00;
    color: #fff
}

.header-opt-13 .header-top .hotline {
    font-size: 14px
}

.header-opt-13 .header-top .hotline span {
    text-transform: uppercase!important
}

.header-opt-13 .header-top .hotline i {
    width: 23px;
    line-height: 22px;
    border-radius: 100%;
    border: 1px solid #999;
    text-align: center;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #999
}

.header-opt-13 .switcher .dropdown-toggle .fa {
    margin-left: 6px;
    font-size: 14px
}

@media (max-width:479px) {
    .header-opt-13 .switcher .dropdown-toggle .fa {
        margin-left: 0
    }
}

.header-opt-13 .header-content {
    background-color: transparent;
    padding: 45px 0 50px
}

@media (max-width:991px) {
    .header-opt-13 .header-content {
        padding: 30px 0
    }
}

.header-opt-13 .header-content .nav-left {
    float: left;
    max-width: 250px
}

@media (max-width:1199px) and (min-width:992px) {
    .header-opt-13 .header-content .nav-left {
        max-width: 2000px;
        padding-top: 10px
    }
}

@media (max-width:991px) {
    .header-opt-13 .header-content .nav-left {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px
    }
}

.header-opt-13 .header-content .nav-mind {
    padding-top: 7px;
    float: right
}

@media (max-width:991px) {
    .header-opt-13 .header-content .nav-mind {
        float: none;
        width: 100%;
        max-width: 100%
    }
}

.header-opt-13 .header-content .logo {
    display: block
}

.header-opt-13 .block-search {
    width: 600px;
    float: right;
    margin: 0;
    padding: 0
}

@media (max-width:1199px) {
    .header-opt-13 .block-search {
        width: 450px
    }
}

.header-opt-13 .block-search .block-title {
    display: none
}

.header-opt-13 .block-search .block-content {
    padding: 0 55px 0 0;
    margin: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-opt-13 .block-search .form-search {
    width: calc(100% - 158px);
    width: -moz-calc(100% - 158px);
    width: -webkit-calc(100% - 158px);
    width: -o-calc(100% - 158px)
}

.header-opt-13 .block-search .form-search .box-group {
    position: static
}

@media (max-width:1199px) {
    .header-opt-13 .block-search .form-search {
        width: 100%
    }
}

.header-opt-13 .block-search .form-search .form-control {
    padding-left: 20px;
    border: 1px solid #ffad00;
    height: 45px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-right: 50px;
    color: #333;
    font-size: 14px;
    font-weight: 300
}

.header-opt-13 .block-search .form-search .form-control::-moz-placeholder {
    color: #333;
    opacity: 1
}

.header-opt-13 .block-search .form-search .form-control:-ms-input-placeholder {
    color: #333
}

.header-opt-13 .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #333
}

.header-opt-13 .block-search .form-search .btn-search {
    font-size: 14px;
    color: #fff;
    width: 55px;
    background-color: #ffad00;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index11/search.png)
}

.header-opt-13 .block-search .form-search .btn-search:focus,
.header-opt-13 .block-search .form-search .btn-search:hover {
    background-color: #996800;
    color: #fff
}

.header-opt-13 .block-search .categori-search {
    width: 158px;
    margin: 0;
    float: right
}

.header-opt-13 .block-search .categori-search .chosen-container .chosen-single {
    border: 1px solid #ffad00;
    border-left: none;
    border-right: none;
    margin-left: -1px;
    z-index: 10;
    position: relative;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    color: #666;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 300
}

.header-opt-13 .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 28px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px
}

.header-opt-13 .block-search .categori-search .chosen-container .chosen-single>div {
    width: 26px
}

.header-opt-13 .block-search .categori-search .chosen-container .chosen-single>div b:before {
    content: "\f107";
    color: #ccc
}

@media (max-width:1199px) {
    .header-opt-13 .block-search .categori-search {
        display: none
    }
}

.header-opt-13 .block-minicart {
    float: right;
    margin: 0 0 0 20px
}

.header-opt-13 .block-minicart.open>.dropdown-toggle .counter,
.header-opt-13 .block-minicart:hover>.dropdown-toggle .counter {
    color: #ffad00
}

.header-opt-13 .block-minicart>.dropdown-toggle {
    display: block;
    position: relative;
    color: #333;
    width: 180px;
    background-color: #fff;
    border: 1px solid #eee;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    padding-left: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.header-opt-13 .block-minicart>.dropdown-toggle:after,
.header-opt-13 .block-minicart>.dropdown-toggle:before {
    content: "";
    display: table
}

.header-opt-13 .block-minicart>.dropdown-toggle:after {
    clear: both
}

.header-opt-13 .block-minicart>.dropdown-toggle .cart-icon {
    width: 30px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index13/minicart.png);
    display: inline-block;
    vertical-align: bottom
}

.header-opt-13 .block-minicart>.dropdown-toggle .counter-title {
    display: none
}

.header-opt-13 .block-minicart>.dropdown-toggle .counter {
    padding-left: 6px
}

.header-opt-13 .block-minicart>.dropdown-toggle .counter-number {
    background-color: #333;
    color: #fff;
    display: block;
    width: 36px;
    line-height: 20px;
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    top: -17px;
    left: 14px
}

.header-opt-13 .block-minicart>.dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 14px
}

.header-opt-13 .block-minicart>.dropdown-toggle .counter-label {
    display: none
}

.header-opt-13 .block-minicart .actions .btn:focus,
.header-opt-13 .block-minicart .actions .btn:hover {
    background-color: #ffad00
}

.header-opt-13 .block-minicart .minicart-items .product-item .product-item-name a:focus,
.header-opt-13 .block-minicart .minicart-items .product-item .product-item-name a:hover {
    color: #ffad00
}

.header-opt-13 .block-nav-categori {
    width: 270px
}

.header-opt-13 .block-nav-categori .block-title {
    background-color: #333;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    background-image: none;
    font-size: 14px;
    font-weight: 700
}

@media (min-width:991px) {
    .header-opt-13 .block-nav-categori .block-title {
        padding-left: 17px;
        padding-right: 0
    }
    .header-opt-13 .block-nav-categori .block-title:after,
    .header-opt-13 .block-nav-categori .block-title:before {
        content: "";
        display: table
    }
    .header-opt-13 .block-nav-categori .block-title:after {
        clear: both
    }
    .header-opt-13 .block-nav-categori .block-title:before {
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 50px;
        float: right;
        display: block;
        background-image: url(../images/icon/index11/menu-cat.png)
    }
}

.header-opt-13 .block-nav-categori .block-title:focus,
.header-opt-13 .block-nav-categori .block-title:hover {
    background-color: #996800
}

@media (max-width:991px) {
    .header-opt-13 .block-nav-categori .block-title:before {
        content: none
    }
}

.header-opt-13 .block-nav-categori .ui-categori .submenu .categori-list li a:focus,
.header-opt-13 .block-nav-categori .ui-categori .submenu .categori-list li a:hover {
    color: #ffad00
}

.header-opt-13 .block-nav-categori .ui-categori {
    padding-top: 11px;
    padding-bottom: 0
}

.header-opt-13 .block-nav-categori .ui-categori>li {
    padding-left: 20px;
    padding-right: 20px
}

.header-opt-13 .block-nav-categori .ui-categori>li>a {
    line-height: 44px;
    border-top: 1px solid #eee;
    padding: 0 20px 0 0;
    font-family: Montserrat, sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 300
}

.header-opt-13 .block-nav-categori .ui-categori>li>a .icon {
    width: 26px;
    text-align: center;
    margin-right: 2px;
    vertical-align: baseline
}

.header-opt-13 .block-nav-categori .ui-categori>li:hover>a {
    color: #ffad00
}

.header-opt-13 .block-nav-categori .ui-categori>li:first-child>a {
    border-top: none
}

.header-opt-13 .block-nav-categori .ui-categori>li.parent>a:after {
    line-height: 42px
}

.header-opt-13 .block-nav-categori .ui-categori .submenu {
    left: 270px;
    width: 900px
}

@media (max-width:1199px) {
    .header-opt-13 .block-nav-categori .ui-categori .submenu {
        width: 670px
    }
}

.header-opt-13 .block-nav-categori .block-content {
    background-color: #fff;
    width: 270px
}

.header-opt-13 .block-nav-menu {
    border-top: 2px solid #eee;
    float: right;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -o-calc(100% - 300px)
}

@media (min-width:992px) {
    .header-opt-13 .block-nav-menu .ui-menu {
        padding-left: 1px
    }
    .header-opt-13 .block-nav-menu .ui-menu>li {
        color: #999;
        font-weight: 400;
        padding: 0 16px;
        line-height: 48px
    }
    .header-opt-13 .block-nav-menu .ui-menu>li>a {
        color: #999;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400
    }
    .header-opt-13 .block-nav-menu .ui-menu>li:focus,
    .header-opt-13 .block-nav-menu .ui-menu>li:focus>a,
    .header-opt-13 .block-nav-menu .ui-menu>li:hover,
    .header-opt-13 .block-nav-menu .ui-menu>li:hover>a {
        color: #333
    }
    .header-opt-13 .block-nav-menu .ui-menu>li:focus:before,
    .header-opt-13 .block-nav-menu .ui-menu>li:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-13 .block-nav-menu .ui-menu>li:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #ffad00;
        position: absolute;
        top: -2px;
        left: 0;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-13 .block-nav-menu .ui-menu>li .label-menu {
        line-height: 20px;
        width: 36px;
        background-color: #2ea76f;
        border-radius: 0;
        font-family: Oswald, sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        left: 50%;
        top: -10px
    }
    .header-opt-13 .block-nav-menu .ui-menu>li .label-menu:before {
        left: 0;
        margin: 0;
        border-color: #2ea76f transparent transparent
    }
    .header-opt-13 .block-nav-menu .ui-menu>li.active {
        color: #333
    }
    .header-opt-13 .block-nav-menu .ui-menu>li.active>a {
        color: #333;
        font-weight: 700
    }
    .header-opt-13 .block-nav-menu .ui-menu>li.active:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    .header-opt-13 .block-nav-menu .ui-menu>li.parent:after {
        content: "\f0d7";
        font-family: FontAwesome;
        margin-left: 4px;
        font-size: 16px
    }
    .header-opt-13 .block-nav-menu .ui-menu>li ul a:focus,
    .header-opt-13 .block-nav-menu .ui-menu>li ul a:hover {
        color: #ffad00!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header-opt-13 .block-nav-menu .ui-menu>li {
        padding: 0 8px
    }
}

.header-opt-13 .nav-toggle-menu {
    background-color: #333;
    line-height: 50px;
    height: 50px
}

.header-opt-13 .header-nav {
    background-color: #fff
}

.header-opt-13 .header-nav .box-header-nav {
    background-color: #fff;
    position: relative
}

.header-opt-13 .sticky-wrapper.is-sticky .mid-header {
    margin: 0
}

.header-opt-13 .sticky-wrapper.is-sticky .mid-header .block-search {
    width: calc(100% - 416px);
    width: -moz-calc(100% - 416px);
    width: -webkit-calc(100% - 416px);
    width: -o-calc(100% - 416px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.header-opt-13 .sticky-wrapper.is-sticky .mid-header .block-nav-categori {
    width: 40px
}

.header-opt-13 .sticky-wrapper.is-sticky .mid-header .box-header-nav {
    border: none
}

.header-opt-13 .sticky-wrapper.is-sticky .mid-header .block-nav-menu {
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.header-opt-13 .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu>li>a {
    padding: 0
}

@media (max-width:1199px) {
    .header-opt-13 .header-content .block-search .categori-search {
        display: none
    }
}

@media (max-width:991px) {
    .header-opt-13 .header-content {
        padding-bottom: 20px
    }
    .header-opt-13 .header-content .nav-mind {
        float: left
    }
    .header-opt-13 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 275px
    }
    .header-opt-13 .header-content .nav-right {
        float: right
    }
    .header-opt-13 .header-content .nav-left {
        clear: both;
        text-align: center;
        padding-top: 20px
    }
}

@media (max-width:500px) {
    .header-opt-13 .header-content .nav-mind .block-minicart {
        float: none;
        margin: auto auto 10px
    }
    .header-opt-13 .header-content .nav-mind .block-minicart .dropdown-toggle {
        display: block;
        margin: auto
    }
    .header-opt-13 .header-content .nav-mind .block-search {
        width: 100%;
        float: none;
        position: relative
    }
}

.header-opt-14 {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}

.header-opt-14 .switcher .dropdown-toggle .fa {
    margin-left: 6px;
    font-size: 14px
}

.header-opt-14 .switcher .dropdown-menu {
    right: 0;
    left: auto
}

.header-opt-14 .switcher .dropdown-menu a:hover {
    background-color: #c93
}

.header-opt-14 .header-content {
    background-color: #fff;
    padding: 35px 0 28px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.header-opt-14 .header-content:after,
.header-opt-14 .header-content:before {
    content: "";
    display: table
}

.header-opt-14 .header-content:after {
    clear: both
}

.header-opt-14 .header-content .container:after,
.header-opt-14 .header-content .container:before {
    content: "";
    display: table
}

.header-opt-14 .header-content .container:after {
    clear: both
}

.header-opt-14 .header-content .box-content {
    position: relative
}

.header-opt-14 .header-content .box-content:after,
.header-opt-14 .header-content .box-content:before {
    content: "";
    display: table
}

.header-opt-14 .header-content .box-content:after {
    clear: both
}

.header-opt-14 .logo {
    text-align: center;
    display: block;
    width: 20%;
    float: left
}

.header-opt-14 .logo img {
    height: auto;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

@media (max-width:767px) {
    .header-opt-14 .logo {
        width: 160px
    }
}

@media (max-width:479px) {
    .header-opt-14 .logo {
        width: 120px
    }
}

.header-opt-14 .block-search {
    float: right;
    width: 20px;
    margin: 0 0 0 12px;
    padding: 0
}

.header-opt-14 .block-search .block-title {
    display: block;
    height: 42px;
    width: 20px;
    background-image: url(../images/icon/index14/search.png);
    background-color: transparent
}

.header-opt-14 .block-search .block-title.open,
.header-opt-14 .block-search .block-title:hover,
.header-opt-14 .block-search.active .block-title,
.header-opt-14 .block-search.open .block-title,
.header-opt-14 .block-search:hover .block-title {
    background-image: url(../images/icon/index14/search-hover.png)
}

.header-opt-14 .block-search.active .dropdown-menu,
.header-opt-14 .block-search.open .dropdown-menu {
    display: block
}

.header-opt-14 .block-search .block-content {
    padding: 20px;
    right: 0;
    left: auto;
    width: 280px
}

.header-opt-14 .block-search .form-search {
    width: 100%
}

.header-opt-14 .block-search .form-search .form-control {
    padding-left: 20px;
    border: 1px solid #c93;
    height: 45px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-right: 50px;
    color: #333;
    font-size: 14px;
    font-weight: 300
}

.header-opt-14 .block-search .form-search .form-control::-moz-placeholder {
    color: #333;
    opacity: 1
}

.header-opt-14 .block-search .form-search .form-control:-ms-input-placeholder {
    color: #333
}

.header-opt-14 .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #333
}

.header-opt-14 .block-search .form-search .btn-search {
    font-size: 14px;
    color: #fff;
    width: 55px;
    background-color: #c93;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index11/search.png)
}

.header-opt-14 .block-search .form-search .btn-search:focus,
.header-opt-14 .block-search .form-search .btn-search:hover {
    background-color: #7a5c1f;
    color: #fff
}

.header-opt-14 .block-minicart {
    margin: 0 0 0 20px
}

.header-opt-14 .block-minicart.open>.dropdown-toggle .counter,
.header-opt-14 .block-minicart:hover>.dropdown-toggle .counter {
    color: #c93
}

.header-opt-14 .block-minicart>.dropdown-toggle {
    display: block;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 42px;
    font-weight: 400;
    padding-right: 12px
}

.header-opt-14 .block-minicart>.dropdown-toggle .cart-icon,
.header-opt-14 .block-minicart>.dropdown-toggle .counter-title {
    display: none
}

.header-opt-14 .block-minicart>.dropdown-toggle .counter-number {
    background-color: #c93;
    color: #fff;
    display: block;
    width: 16px;
    line-height: 16px;
    border-radius: 100%;
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    top: 0;
    right: 0
}

.header-opt-14 .block-minicart>.dropdown-toggle .counter-label {
    display: none
}

.header-opt-14 .block-minicart {
    float: right
}

.header-opt-14 .block-minicart .actions .btn:focus,
.header-opt-14 .block-minicart .actions .btn:hover {
    background-color: #c93
}

.header-opt-14 .block-minicart .minicart-items .product-item .product-item-name a:focus,
.header-opt-14 .block-minicart .minicart-items .product-item .product-item-name a:hover {
    color: #c93
}

.header-opt-14 .nav-links {
    float: right
}

.header-opt-14 .nav-links:after,
.header-opt-14 .nav-links:before {
    content: "";
    display: table
}

.header-opt-14 .nav-links:after {
    clear: both
}

.header-opt-14 .nav-links>li {
    display: inline-block;
    line-height: 42px;
    margin-left: 20px
}

.header-opt-14 .nav-links>li:first-child {
    margin-left: 0
}

.header-opt-14 .nav-links>li>a {
    color: #333;
    display: block
}

.header-opt-14 .nav-links>li>a:hover {
    color: #c93
}

.header-opt-14 .block-minicart,
.header-opt-14 .block-search,
.header-opt-14 .nav-links {
    margin-top: 20px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

@media (min-width:992px) {
    .header-opt-14 .block-nav-menu {
        width: 40%;
        float: left;
        margin-top: 20px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s
    }
}

@media (min-width:992px) {
    .header-opt-14 .block-nav-menu .ui-menu {
        padding-left: 1px
    }
    .header-opt-14 .block-nav-menu .ui-menu>li {
        color: #333;
        margin-left: 20px;
        padding: 0
    }
    .header-opt-14 .block-nav-menu .ui-menu>li:first-child {
        margin-left: 0
    }
    .header-opt-14 .block-nav-menu .ui-menu>li>a {
        color: #333;
        text-transform: none;
        font-size: 14px
    }
    .header-opt-14 .block-nav-menu .ui-menu>li:focus,
    .header-opt-14 .block-nav-menu .ui-menu>li:focus>a,
    .header-opt-14 .block-nav-menu .ui-menu>li:hover,
    .header-opt-14 .block-nav-menu .ui-menu>li:hover>a {
        color: #c93
    }
    .header-opt-14 .block-nav-menu .ui-menu>li:focus:before,
    .header-opt-14 .block-nav-menu .ui-menu>li:hover:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-14 .block-nav-menu .ui-menu>li:before {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #c93;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -10px;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .header-opt-14 .block-nav-menu .ui-menu>li.parent:after {
        content: "\f0d7";
        font-family: FontAwesome;
        margin-left: 4px;
        font-size: 14px
    }
    .header-opt-14 .block-nav-menu .ui-menu>li.parent:before {
        margin-left: -15px
    }
    .header-opt-14 .block-nav-menu .ui-menu>li.active {
        color: #c93
    }
    .header-opt-14 .block-nav-menu .ui-menu>li.active>a {
        color: #c93;
        font-weight: 700
    }
    .header-opt-14 .block-nav-menu .ui-menu>li.active:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    .header-opt-14 .block-nav-menu .ui-menu>li.active:after {
        color: #c93
    }
    .header-opt-14 .block-nav-menu .ui-menu>li ul a:focus,
    .header-opt-14 .block-nav-menu .ui-menu>li ul a:hover {
        color: #c93!important
    }
}

.header-opt-14 .nav-toggle-menu {
    background-color: #c93;
    line-height: 40px;
    background-position: center;
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    margin-top: 20px
}

@media (max-width:991px) {
    .header-opt-14 .nav-toggle-menu {
        display: block
    }
}

.header-opt-14 .nav-toggle-menu span {
    display: none
}

.header-opt-14 .sticky-wrapper.is-sticky .mid-header {
    margin: 0;
    padding: 5px 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.header-opt-14 .sticky-wrapper.is-sticky .mid-header .logo img {
    height: 50px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.header-opt-14 .sticky-wrapper.is-sticky .mid-header .block-minicart,
.header-opt-14 .sticky-wrapper.is-sticky .mid-header .block-nav-menu,
.header-opt-14 .sticky-wrapper.is-sticky .mid-header .block-search,
.header-opt-14 .sticky-wrapper.is-sticky .mid-header .nav-links {
    margin-top: 20px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.header-opt-14 .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu>li>a {
    padding: 0;
    font-size: 14px
}

.slider-range {
    margin-bottom: 20px;
    padding-top: 2px
}

.slider-range:after,
.slider-range:before {
    content: "";
    display: table
}

.slider-range:after {
    clear: both
}

.catalog-view_op1 .slider-range {
    margin-bottom: 5px
}

.slider-range .ui-slider {
    position: relative;
    height: 3px;
    background-color: #888;
    border-radius: 0;
    margin: 5px 0
}

.catalog-view_op1 .slider-range .ui-slider {
    height: 7px;
    background-color: #f36
}

.slider-range .ui-slider-range {
    height: 3px;
    background-color: #00a1d0;
    position: absolute;
    top: 0
}

.catalog-view_op1 .slider-range .ui-slider-range {
    height: 7px;
    background-color: #ccc
}

.slider-range .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #888;
    display: block;
    position: absolute;
    top: -5px
}

.catalog-view_op1 .slider-range .ui-slider-handle {
    background-color: transparent;
    width: 13px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/slider-range.png)
}

.slider-range .action:after,
.slider-range .action:before {
    content: "";
    display: table
}

.slider-range .action:after {
    clear: both
}

.slider-range .action .price {
    font-size: 18px;
    float: left;
    margin-bottom: 15px
}

.catalog-view_op1 .slider-range .action .price {
    font-size: 14px;
    color: #666;
    margin: 0
}

.slider-range .action .price>span {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    text-align: center;
    width: 65px;
    display: block;
    float: left;
    font-size: 14px;
    color: #000;
    margin: 0 10px 0 0
}

.catalog-view_op1 .slider-range .action .price>span {
    float: none;
    display: inline;
    border: none;
    font-size: 14px;
    color: #666;
    width: auto;
    margin: 0
}

.slider-range .action .btn {
    height: 32px;
    width: 65px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background-color: #f36;
    float: left;
    margin-bottom: 15px
}

.slider-range .action .btn:focus,
.slider-range .action .btn:hover {
    background-color: #171717
}

.slider-range .amount-max,
.slider-range .amount-min {
    display: block;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #888
}

.slider-range .amount-max .catalog-view_op1,
.slider-range .amount-min .catalog-view_op1 {
    display: none
}

.slider-range .amount-max {
    float: right
}

.block-sidebar {
    margin-bottom: 20px
}

.block-sidebar .block-title {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px
}

.block-sidebar .block-title strong {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: block;
    line-height: 30px
}

.block-sidebar .block-content {
    font-size: 13px;
    color: #5b5b5b
}

.block-filter .close-filter-products {
    width: 50px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    display: none
}

.block-filter .block-title {
    margin-bottom: 38px
}

.block-filter .block-content {
    background-color: #fff;
    padding: 20px 20px 15px;
    border: 1px solid #dfdfdf
}

.block-filter .filter-options-item {
    margin-bottom: 15px
}

.catalog-view_op1 .block-filter .filter-options-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 13px
}

.catalog-view_op1_style2.catalog-view_op1 .block-filter .filter-options-item {
    margin-bottom: 20px
}

.catalog-view_op1 .block-filter .filter-options-item .filter-options-content {
    padding-bottom: 0
}

.catalog-view_op1 .block-filter .filter-options-item:last-child {
    border-bottom: none
}

.block-filter .filter-options-title {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 25px;
    display: block
}

.catalog-view_op1 .block-filter .filter-options-title {
    margin-bottom: 5px
}

.block-filter .filter-options-content {
    padding-bottom: 0
}

.block-filter .filter-options-content .item {
    text-transform: capitalize;
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 34px;
    position: relative
}

.catalog-view_op1 .block-filter .filter-options-content .item {
    line-height: 1
}

.block-filter .filter-options-content .item label {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    cursor: pointer;
    color: #888
}

.block-filter .filter-options-content .item label:after,
.block-filter .filter-options-content .item label:before {
    content: "";
    display: table
}

.block-filter .filter-options-content .item label:after {
    clear: both
}

.catalog-view_op1 .block-filter .filter-options-content .item label {
    line-height: 25px;
    margin: 0
}

.catalog-view_op1 .block-filter .filter-options-content .item label>span:before {
    top: 7px
}

.block-filter .filter-options-content .item label:hover {
    color: #f36
}

.block-filter .filter-options-content .item label>span {
    display: block;
    position: relative;
    padding-left: 27px
}

.block-filter .filter-options-content .item label>span:before {
    content: '';
    width: 15px;
    height: 14px;
    background-color: #888;
    display: block;
    position: absolute;
    left: 0;
    top: 10px
}

.block-filter .filter-options-content .item label input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.block-filter .filter-options-content .item label input[type=checkbox]:checked+span {
    color: #f36
}

.catalog-view_op1 .block-filter .filter-options-content .item label input[type=checkbox]:checked+span {
    color: #f36
}

.catalog-view_op1 .block-filter .filter-options-content .item label input[type=checkbox]:checked+span:before {
    background-color: #f36;
    border-color: #f36
}

.block-filter .filter-options-content .item label input[type=checkbox]:checked+span:before {
    background-color: #f36;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png)
}

.block-filter .filter-options-content .item a {
    display: block;
    color: #666
}

.block-filter .filter-options-content .item a:after,
.block-filter .filter-options-content .item a:before {
    content: "";
    display: table
}

.block-filter .filter-options-content .item a:after {
    clear: both
}

.block-filter .filter-options-content .item a:hover {
    color: #f36
}

.block-filter .filter-options-content .item .count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #a4a4a4;
    line-height: 1
}

.block-filter .filter-options-categori,
.block-filter .filter-options-price {
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 22px
}

.block-filter .filter-options-categori .filter-options-content,
.block-filter .filter-options-price .filter-options-content {
    padding-bottom: 18px
}

.block-filter .filter-options-price .filter-options-content {
    padding-bottom: 0
}

.block-filter .filter-options-color .filter-options-content .items:after,
.block-filter .filter-options-color .filter-options-content .items:before {
    content: "";
    display: table
}

.block-filter .filter-options-color .filter-options-content .items:after {
    clear: both
}

.block-filter .filter-options-color .filter-options-content .item {
    padding: 0;
    width: 50%;
    float: left;
    line-height: 31px
}

.block-filter .filter-options-color .filter-options-content .item:before {
    content: none
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item {
    display: block;
    width: auto;
    margin: 0 10px 10px 0;
    line-height: 1
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label {
    margin: 0
}

.block-filter .filter-options-color .filter-options-content .item .img {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 6px
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item .img {
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    display: block
}

.block-filter .filter-options-color .filter-options-content .item .text {
    display: inline-block;
    line-height: 19px;
    vertical-align: middle;
    padding: 0 6px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.block-filter .filter-options-color .filter-options-content .item label>span {
    padding-left: 0
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label>span {
    padding-left: 0;
    position: relative;
    height: 20px
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label>span .count {
    display: none
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label>span .img {
    display: block;
    margin: 0
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label>span:before {
    width: 13px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    border: none
}

.block-filter .filter-options-color .filter-options-content .item label>span:before {
    top: 16px;
    background-color: transparent
}

.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked+span:before {
    background-color: #f36;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png)
}

.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked+span .img,
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked+span .text {
    border: 1px solid #f36
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked+span .img {
    border: 1px solid #f36
}

.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked+span:before {
    background-color: #f36
}



.breadcrumb {
    background-color: transparent;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 5px;
    background: #7f95c9;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb li {
    color: #333;
    line-height: 25px
}

.breadcrumb li+li:before {
    color: #0E294B;
    content: " / ";
    margin: 0 2px
}

.breadcrumb li a {
    color: #eee
}

.breadcrumb li a:hover {
    color: #f36
}

.breadcrumb .active,
.breadcrumb.active a {
    color: #eee
}
.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:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    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:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #fff;
    color: #f36;
    border-color: #dfdfdf
}

.pagination .action>a,
.pagination .action>span {
    color: #888
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active>span,
.pagination .active>span:focus,
.pagination .active>span:hover {
    background-color: #fff;
    color: #f36;
    border-color: #dfdfdf
}

