/*------------------------------------------------------------------
Author by: T_T
[ Sofani Stylesheet]
Project:	Sofani
Version:	1.1
Last change:	17/11/16 [fixed Float bug, vf]
Primary use:	Blog, Shop 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------------
COMMON STYLING
BOXED LAYOUT
HEADER
FOOTER
PAGES
------------------------------------------------------------------------ */
/**/
/**/
/**/

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/lanenar_-webfont.woff2') format('woff2'), url('../fonts/lanenar_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'webfontregular2';
    src: url('../fonts/siemenssans-roman-webfont-webfont.eot');
    src: url('../fonts/siemenssans-roman-webfont-webfont.eot') format('embedded-opentype'), url('../fonts/siemenssans-roman-webfont-webfont.woff2') format('woff2'), url('../fonts/siemenssans-roman-webfont-webfont.woff') format('woff'), url('../fonts/siemenssans-roman-webfont-webfont.ttf') format('truetype'), url('../fonts/siemenssans-roman-webfont-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'webfontregular';
    src: url('../fonts/siemenssans-bold-webfont-webfont.eot');
    src: url('../fonts/siemenssans-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/siemenssans-bold-webfont-webfont.woff') format('woff'), url('../fonts/siemenssans-bold-webfont-webfont.ttf') format('truetype'), url('../fonts/siemenssans-bold-webfont-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'webfontregular1';
    src: url('../fonts/lato-light-webfont-webfont.eot');
    src: url('../fonts/lato-light-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont-webfont.woff') format('woff'), url('../fonts/lato-light-webfont-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont-webfont.svg#webfontregular1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato-Thin.eot');
    src: url('../fonts/Lato-Thin.eot') format('embedded-opentype'), url('../fonts/Lato-Thin.woff2') format('woff2'), url('../fonts/Lato-Thin.woff') format('woff'), url('../fonts/Lato-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
	font-family: 'Siemens-Sans';
	src: url('../fonts/SiemensSans-Bold.eot');
	src: url('../fonts/SiemensSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SiemensSans-Bold.woff') format('woff'),
		url('../fonts/SiemensSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}*/

/*@font-face {
    font-family: 'Siemens-Sans';
    src: url('../fonts/SiemensSans-Roman.eot');
    src: url('../fonts/SiemensSans-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/SiemensSans-Roman.woff2') format('woff2'), url('../fonts/SiemensSans-Roman.woff') format('woff'), url('../fonts/SiemensSans-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-20 {
    font-size:20px !important;
}


.h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-family: lane_-_narrowregular !important;
}

.taghover_tag {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.5s ease 0s;
}

.tag_taghover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    transition: all 0.5s ease 0s;
}

.top_strip {
    background:#000;
    height:20px;
}

.two_column {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(2fr, 10fr)) !important;
}

.same_height {
    display: table;
}

.box_border_left {
    border-left: 10px solid #221c1c;
}

.same_height_inner {
    display:table-cell;
    vertical-align:top;
}

@media (min-width: 1201px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    .box_border_left {
        border-left: none;
    }
}
/*--------------------------------------------------------------------- */
/* COMMON STYLING
/* --------------------------------------------------------------------- */
body {
    font-family: 'webfontregular' !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.8;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
}

textarea {
    height: auto;
    padding-top: 15px;
}

select {
    max-width: 100%;
}

.block-center:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.block-center {
    height: 100%;
    width: 100%;
    text-align: center;
}

.block-center-inner {
    display: inline-block;
    padding: 0;
    max-width: 100%%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

    .block-center-inner > * {
        margin: auto;
    }

body .sn-site .color-3f {
    color: #3f3f3f;
}

body .sn-site .font-25 {
    font-size: 25px;
}

body .sn-site .font-60 {
    font-size: 60px;
}

body .sn-site .font-24 {
    font-size: 24px;
}

body .sn-site .font-36 {
    font-size: 36px;
}

body .sn-site .bg-ff9999 {
    background-color: #ff9999;
}

body .sn-site .bg-ffdc73 {
    background-color: #D7B56D;
}

body .sn-site .bg-6fd9ec {
    background-color: #6fd9ec;
}

body .sn-site .bg-84deee {
    background-color: #84deee;
}

body .sn-site .bg-9e7fe8 {
    background-color: #9e7fe8;
}

body .sn-site .bg-81d742 {
    background-color: #81d742;
}

body .sn-site .bg-ce78db {
    background-color: #ce78db;
}

body .sn-site .bg-df8888 {
    background-color: #df8888;
}

body .sn-site .bg-e3c56b {
    background-color: #e3c56b;
}

body .sn-site .color-6fd9ec {
    color: #6fd9ec;
}

body .sn-site .color-ff9999 {
    color: #ff9999;
}

body .sn-site .color-ffdc73 {
    color: #D7B56D;
}

body .sn-site .color-e5e5e5 {
    color: #e5e5e5;
}

body .sn-site .color-c00 {
    color: #c00;
}

body .sn-site .color-808080 {
    color: #808080;
}

body .sn-site .bd-6fd9ec {
    border-color: #6fd9ec;
}

body .sn-site .bd-ff9999 {
    border-color: #ff9999;
}

body .sn-site .bd-ffdc73 {
    border-color: #D7B56D;
}

body .sn-site .bg-42d667 {
    background-color: #42d667;
}

body .sn-site .bg-dd3333 {
    background-color: #dd3333;
}

body .sn-site .bg-b7b7b7 {
    background-color: #b7b7b7;
}

body .sn-site .bg-333 {
    background-color: #333;
}

body .sn-site .bg-fff {
    background-color: #fff;
}

body .sn-site .bg-ee2 {
    background-color: #ee2;
}

body .sn-site .height-250 {
    height: 250px;
}

body .sn-site .height-500 {
    height: 500px;
}

body .sn-site .height-315 {
    height: 315px;
}

body .sn-site .height-630 {
    height: 630px;
}

body .sn-site .width-33-32 {
    width: 33.32%;
}

body .sn-site .height-380 {
    height: 380px;
}

body .sn-site .height-760 {
    height: 760px;
}

body .sn-site .woocommerce.columns-5 .product-item-wrap.width-40 {
    width: 40%;
}

body .sn-site .woocommerce .product-item-wrap.width-50 {
    width: 50%;
}

body .sn-site .countdown-home-2 {
    bacground-image: url(../images/demo/bg-countdown.jpg);
    background-size: cover;
}

body .sn-site .sn-newletter-style2 .newletter-content-left {
    background-image: url(../images/demo/bg-new.jpg);
}

body .sn-site .margin-lr-0 {
    margin-left: 0;
    margin-right: 0;
}

body .sn-site .pd-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

body .sn-site .width-80 {
    width: 80%;
}

body .sn-site .width-50 {
    width: 50%;
}

body .sn-site .woocommerce.product-listing.columns-5,
body .sn-site .woocommerce.product-listing {
    position: relative;
}

body .sn-site .products-in-category-tabs-wrapper > .row > .col-md-3 {
    margin-top: 70px;
}

body .sn-site .mt-70 {
    margin-top: 70px;
}

body .sn-site .toggle-sidebar-shop {
    display: none;
}

body .sn-site .bg-f5-p-20 {
    background-color: #f5f5f5;
    padding: 20px 0;
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
    float: none;
    font-size: 12px;
    width: 90px;
    letter-spacing: 5px;
    margin-top: 20px;
    margin: 20px auto 0 auto;
}

    .woocommerce .products .star-rating span,
    .woocommerce .star-rating span {
        color: #D7B56D;
    }

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 5px 0px;
}

    .woocommerce div.product span.price ins,
    .woocommerce div.product p.price ins {
        display: inline-block;
        text-decoration: none;
        font-weight: inherit;
        font-style: inherit;
        color: #333333;
    }

.price ins {
    text-decoration: none;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    opacity: 1;
    margin-right: 10px;
    font-weight: inherit;
    font-style: inherit;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: normal;
    border-radius: 0;
    padding: 12px 25px;
    min-width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #D7B56D;
    transition: all 0.2s linear;
}

    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover,
    .woocommerce a.added_to_cart:hover {
        background-color: #3f3f3f;
        color: #ffffff;
    }

.product-flash + .product-flash {
    margin-top: 5px;
}

.on-sale {
    background-color: #B1D1C9;
}

.on-sold {
    background-color: #DDBE86;
}

.on-new {
    background-color: #C5CDA0;
}

.on-hot {
    background-color: #FDB3A6;
}

.woocommerce div.product form.cart .reset_variations {
    padding-left: 10px;
}

.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
    margin: 0;
}

    .woocommerce div.product form.cart div.quantity .quantity-inner,
    .product-quantity div.quantity .quantity-inner {
        display: inline-block;
        position: relative;
        border: 2px solid #eeeeee;
        line-height: 1;
    }

        .woocommerce div.product form.cart div.quantity .quantity-inner .qty,
        .product-quantity div.quantity .quantity-inner .qty {
            position: relative;
            width: 70px;
            height: 31px;
            font-size: 13px;
            color: #000000;
            padding: 0 0px 0 15px;
            border: none;
        }

        .woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
        .product-quantity div.quantity .quantity-inner .btn-number {
            position: absolute;
            width: 15px;
            height: 15px;
            background-color: transparent;
            border: none;
            color: rgba(0, 0, 0, 0.5);
            line-height: 1;
            z-index: 1;
            padding: 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .woocommerce div.product form.cart div.quantity .quantity-inner:hover .btn-number,
        .product-quantity div.quantity .quantity-inner:hover .btn-number {
            opacity: 1;
        }

    .woocommerce div.product form.cart div.quantity label,
    .product-quantity div.quantity label {
        display: inline-block;
        text-transform: uppercase;
        width: 135px;
    }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    height: 40px;
    background-color: #F5F5F5;
    color: #858585;
    font-size: 14px;
}

.woocommerce form .form-row textarea {
    height: 130px;
}

.woocommerce form .form-row label {
    font-weight: normal;
    font-size: 13px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 0;
}

    .woocommerce form .form-row label.inline input[type=checkbox],
    .woocommerce form .form-row label.inline input[type=radio] {
        margin: auto;
        vertical-align: middle;
    }

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 10px;
}

.woocommerce table.shop_table.cart.wishlist_table {
    font-size: 100%;
    border-top: 2px solid #eeeeee;
}

    .woocommerce table.shop_table.cart.wishlist_table td.product-remove a {
        font-size: 0;
        height: 16px;
        width: 16px;
        margin: auto;
    }

        .woocommerce table.shop_table.cart.wishlist_table td.product-remove a:before {
            font-size: 16px;
            font-family: 'Pe-icon-7-stroke';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e681";
        }

    .woocommerce table.shop_table.cart.wishlist_table tr td {
        text-align: left;
    }

    .woocommerce table.shop_table.cart.wishlist_table td.product-name a {
        color: #333333;
        font-size: 16px;
    }

    .woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,
    .woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
        font-size: 13px;
        text-transform: uppercase;
        color: #888888;
    }

    .woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock {
        color: #D90000;
    }

    .woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
        border-right: 1px solid #eeeeee;
        text-align: right;
        padding-right: 30px;
    }

        .woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart .add-to-cart-wrap {
            display: inline-block;
        }

    .woocommerce table.shop_table.cart.wishlist_table tbody tr:last-child td {
        boder-bottom: none;
    }

    .woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
        font-size: 15px;
        min-width: 140px;
        padding: 10px 10px;
        background: #D7B56D;
        color: #ffffff;
        font-weight: 700;
        white-space: nowrap;
        text-transform: uppercase;
        display: inline-block;
        overflow: hidden;
        position: relative;
        border-radius: 0;
        transition: all 0.25s ease 0s;
        line-height: 25px;
        border: none;
        float: left;
        opacity: 1;
        line-height: 40px;
    }

        .woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
            background-color: #3f3f3f;
        }

    .woocommerce table.shop_table.cart.wishlist_table tfoot td {
        border-top: 2px solid #eeeeee;
    }

.wishlist_table tr th.product-thumbnail {
    width: 120px;
}

.wishlist_table tr th.product-remove {
    width: 70px;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: 70px;
}
/*
 * product listing
 */
.woocommerce .product-item-wrap,
.single-product .product-item-wrap {
    padding: 0 15px 0 15px;
    margin: 25px 0;
}



@media (max-width: 480px) {
    .woocommerce .product-item-wrap,
    .single-product .product-item-wrap {
        padding: 0px;
    }
}

.woocommerce .star-rating.rating-invisible,
.single-product .star-rating.rating-invisible {
    display: none;
}

.woocommerce .product-item-inner,
.single-product .product-item-inner {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.woocommerce .product-thumb img,
.single-product .product-thumb img {
    width: 100%;
}

.woocommerce .product-thumb,
.single-product .product-thumb {
    position: relative;
    background-color: #ffffff;
}

    .woocommerce .product-thumb .product-thumb-primary,
    .single-product .product-thumb .product-thumb-primary {
        overflow: hidden;
    }

        .woocommerce .product-thumb .product-thumb-primary img,
        .single-product .product-thumb .product-thumb-primary img {
            transition: all 0.5s ease;
        }

    .woocommerce .product-thumb .product-thumb-secondary img,
    .single-product .product-thumb .product-thumb-secondary img {
        transition: all 0.5s ease;
    }

    .woocommerce .product-thumb .product-flash-wrap,
    .single-product .product-thumb .product-flash-wrap {
        position: relative;
        z-index: 2;
    }

        .woocommerce .product-thumb .product-flash-wrap span,
        .single-product .product-thumb .product-flash-wrap span {
            font-size: 12px;
            text-transform: uppercase;
            margin-top: 0;
            z-index: 1;
        }

            .woocommerce .product-thumb .product-flash-wrap span:first-child,
            .single-product .product-thumb .product-flash-wrap span:first-child {
                padding: 18px 41px 4px;
                background-color: #6fd9ec;
                top: -10px;
                left: -45px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                position: absolute;
                color: #ffffff;
            }

            .woocommerce .product-thumb .product-flash-wrap span:nth-child(2),
            .single-product .product-thumb .product-flash-wrap span:nth-child(2) {
                padding: 17px 45px 4px;
                background-color: #ff9999;
                top: -10px;
                right: -45px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                color: #ffffff;
            }

.woocommerce .product-thumb-secondary,
.single-product .product-thumb-secondary {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s linear;
}

.woocommerce .product-thumb.white .product-link:before,
.single-product .product-thumb.white .product-link:before {
    background-color: transparent;
}

.woocommerce .product-link,
.single-product .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out;
}

    .woocommerce .product-link:before,
    .single-product .product-link:before {
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        transition: all 0.25s ease-in-out;
        background-color: rgba(0, 0, 0, 0.04);
        mix-blend-mode: darken;
    }

    .woocommerce .product-link:hover .product-hover-sign hr:nth-child(1),
    .single-product .product-link:hover .product-hover-sign hr:nth-child(1) {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
        transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
    }

    .woocommerce .product-link:hover .product-hover-sign hr:nth-child(2),
    .single-product .product-link:hover .product-hover-sign hr:nth-child(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
        transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(1, 1, 1);
    }

    .woocommerce .product-link .product-hover-sign,
    .single-product .product-link .product-hover-sign {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        z-index: 12;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .woocommerce .product-link .product-hover-sign hr,
        .single-product .product-link .product-hover-sign hr {
            top: 50%;
            transition: all 0.35s ease;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
            transform-origin: 50%;
            width: 40px;
            opacity: 0;
            margin: 0;
            left: 50%;
            position: absolute;
            border: 0;
            border-top: 1px solid #D7B56D;
            height: 0;
            z-index: 11;
        }

            .woocommerce .product-link .product-hover-sign hr:nth-child(1),
            .single-product .product-link .product-hover-sign hr:nth-child(1) {
                -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
                -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
                transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
            }

            .woocommerce .product-link .product-hover-sign hr:nth-child(2),
            .single-product .product-link .product-hover-sign hr:nth-child(2) {
                -webkit-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
                -ms-transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
                transform: translate3d(-50%, -50%, 0) rotate(0) scale3d(0, 0, 1);
            }

.woocommerce .add-to-cart-wrap,
.single-product .add-to-cart-wrap {
    display: inline-block;
}

    .woocommerce .add-to-cart-wrap a,
    .single-product .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #808080;
        display: inline-block;
        padding: 0;
        opacity: 0;
        position: relative;
        border-radius: 0;
        font-size: 0;
        min-width: 0;
        vertical-align: middle;
        margin-right: 8px;
        margin-top: 0;
    }

        .woocommerce .add-to-cart-wrap a:before,
        .single-product .add-to-cart-wrap a:before {
            font-family: FontAwesome;
            content: "\f217";
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 15px;
            line-height: 1;
            vertical-align: middle;
            display: none;
        }

        .woocommerce .add-to-cart-wrap a:hover,
        .single-product .add-to-cart-wrap a:hover {
            font-size: 14px;
        }

.woocommerce .product-actions,
.single-product .product-actions {
    opacity: 0;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 1;
    font-size: 0;
    padding: 5px 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.35s ease-in-out;
}

    .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
    .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
    .woocommerce .product-actions .add_to_wishlist,
    .single-product .product-actions .add_to_wishlist,
    .woocommerce .product-actions .compare,
    .single-product .product-actions .compare,
    .woocommerce .product-actions .product-quick-view,
    .single-product .product-actions .product-quick-view,
    .woocommerce .product-actions .btn_add_to_cart,
    .single-product .product-actions .btn_add_to_cart,
    .woocommerce .product-actions .add-to-cart-wrap a,
    .single-product .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #888;
        background-color: transparent;
        display: inline-block;
        padding: 0;
        position: relative;
        border-radius: 0;
        font-size: 0;
        min-width: 0;
        vertical-align: middle;
        margin-left: 4px;
        margin-right: 4px;
        opacity: 1;
    }

        .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a i,
        .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a i,
        .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a i,
        .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a i,
        .woocommerce .product-actions .add_to_wishlist i,
        .single-product .product-actions .add_to_wishlist i,
        .woocommerce .product-actions .compare i,
        .single-product .product-actions .compare i,
        .woocommerce .product-actions .product-quick-view i,
        .single-product .product-actions .product-quick-view i,
        .woocommerce .product-actions .btn_add_to_cart i,
        .single-product .product-actions .btn_add_to_cart i,
        .woocommerce .product-actions .add-to-cart-wrap a i,
        .single-product .product-actions .add-to-cart-wrap a i {
            font-size: 18px;
            line-height: 1;
            vertical-align: middle;
        }

        .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
        .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
        .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
        .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
        .woocommerce .product-actions .add_to_wishlist:hover,
        .single-product .product-actions .add_to_wishlist:hover,
        .woocommerce .product-actions .compare:hover,
        .single-product .product-actions .compare:hover,
        .woocommerce .product-actions .product-quick-view:hover,
        .single-product .product-actions .product-quick-view:hover,
        .woocommerce .product-actions .btn_add_to_cart:hover,
        .single-product .product-actions .btn_add_to_cart:hover,
        .woocommerce .product-actions .add-to-cart-wrap a:hover,
        .single-product .product-actions .add-to-cart-wrap a:hover,
        .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
        .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
        .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
        .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
        .woocommerce .product-actions .add_to_wishlist.active,
        .single-product .product-actions .add_to_wishlist.active,
        .woocommerce .product-actions .compare.active,
        .single-product .product-actions .compare.active,
        .woocommerce .product-actions .product-quick-view.active,
        .single-product .product-actions .product-quick-view.active,
        .woocommerce .product-actions .btn_add_to_cart.active,
        .single-product .product-actions .btn_add_to_cart.active,
        .woocommerce .product-actions .add-to-cart-wrap a.active,
        .single-product .product-actions .add-to-cart-wrap a.active {
            color: #D7B56D;
        }

    .woocommerce .product-actions .added_to_cart.wc-forward i,
    .single-product .product-actions .added_to_cart.wc-forward i {
        color: #D7B56D;
    }

    .woocommerce .product-actions .product-quick-view,
    .single-product .product-actions .product-quick-view {
        margin-right: 0;
    }

        .woocommerce .product-actions .product-quick-view i,
        .single-product .product-actions .product-quick-view i {
            font-size: 15px;
        }

    .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a {
        color: #D7B56D;
    }

    .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
    .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a,
    .woocommerce .product-actions .add_to_wishlist,
    .single-product .product-actions .add_to_wishlist {
        margin-right: 8px;
    }

    .woocommerce .product-actions .added-spinner,
    .single-product .product-actions .added-spinner {
        color: #D7B56D;
    }

    .woocommerce .product-actions .yith-wcwl-add-to-wishlist,
    .single-product .product-actions .yith-wcwl-add-to-wishlist {
        display: inline-block;
        margin: 0;
    }

        .woocommerce .product-actions .yith-wcwl-add-to-wishlist + div.clear,
        .single-product .product-actions .yith-wcwl-add-to-wishlist + div.clear {
            display: none;
        }

    .woocommerce .product-actions .yith-wcwl-add-button,
    .single-product .product-actions .yith-wcwl-add-button {
        font-size: 0;
        position: relative;
    }

        .woocommerce .product-actions .yith-wcwl-add-button a i,
        .single-product .product-actions .yith-wcwl-add-button a i {
            margin-right: 0px;
        }

    .woocommerce .product-actions .add_to_wishlist:before,
    .single-product .product-actions .add_to_wishlist:before,
    .woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
    .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
    .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
    .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
    .woocommerce .product-actions .compare.added:before,
    .single-product .product-actions .compare.added:before {
        font-family: FontAwesome;
        content: "\f08a";
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 1;
        vertical-align: middle;
    }

    .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
    .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
        color: #D7B56D;
    }

    .woocommerce .product-actions .add_to_wishlist:before,
    .single-product .product-actions .add_to_wishlist:before {
        content: '';
    }

    .woocommerce .product-actions .compare.added:before,
    .single-product .product-actions .compare.added:before {
        content: "\f012";
    }

    .woocommerce .product-actions .add_to_wishlist.added-spinner:before,
    .single-product .product-actions .add_to_wishlist.added-spinner:before {
        content: "";
    }

    .woocommerce .product-actions .added-spinner:before,
    .single-product .product-actions .added-spinner:before {
        content: "\f110";
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

.woocommerce .product-info,
.single-product .product-info {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 3;
}

    .woocommerce .product-info h3,
    .single-product .product-info h3 {
        position: relative;
        top: 0;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #3f3f3f;
        text-align: left;
        font-weight: 300;
        width: 100%;
        padding-right: 0px;
    }

    .woocommerce .product-info .rate,
    .single-product .product-info .rate {
        position: absolute;
        right: 10px;
        top: 20px;
        margin-top: 0;
        font-size: 14px;
        left: auto;
        margin-bottom: 10px;
    }

    .woocommerce .product-info span.price,
    .single-product .product-info span.price {
        margin-top: 0px;
        font-size: 18px;
        margin-bottom: 5px;
        color: #D7B56D;
        text-align: left;
        width: 100%;
        display: inline-block;
    }

        .woocommerce .product-info span.price ins span.amount,
        .single-product .product-info span.price ins span.amount {
            color: #D7B56D;
        }

.woocommerce .product-item-wrap.active .product-item-inner,
.single-product .product-item-wrap.active .product-item-inner,
.woocommerce .product-item-wrap:hover .product-item-inner,
.single-product .product-item-wrap:hover .product-item-inner {
    box-shadow: 0px 2px 15px 0px #dedede;
}

.woocommerce .product-item-wrap.active .product-thumb .product-thumb-primary img,
.single-product .product-item-wrap.active .product-thumb .product-thumb-primary img,
.woocommerce .product-item-wrap:hover .product-thumb .product-thumb-primary img,
.single-product .product-item-wrap:hover .product-thumb .product-thumb-primary img {
    transition: all 0.5s ease;
}

.woocommerce .product-item-wrap.active .product-actions,
.single-product .product-item-wrap.active .product-actions,
.woocommerce .product-item-wrap:hover .product-actions,
.single-product .product-item-wrap:hover .product-actions {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.woocommerce .product-item-wrap.active .product-link,
.single-product .product-item-wrap.active .product-link,
.woocommerce .product-item-wrap:hover .product-link,
.single-product .product-item-wrap:hover .product-link {
    opacity: 1;
    visibility: visible;
}

.woocommerce .product-item-wrap.active .product-thumb-secondary,
.single-product .product-item-wrap.active .product-thumb-secondary,
.woocommerce .product-item-wrap:hover .product-thumb-secondary,
.single-product .product-item-wrap:hover .product-thumb-secondary {
    opacity: 1;
}

.woocommerce.columns-2 .product-item-wrap,
.single-product.columns-2 .product-item-wrap {
    width: 50%;
}

.woocommerce.columns-3 .product-item-wrap,
.single-product.columns-3 .product-item-wrap {
    width: 33.33333333%;
}

.woocommerce.columns-4 .product-item-wrap,
.single-product.columns-4 .product-item-wrap {
    width: 25%;
    float: left;
}

.big-demo .woocommerce.columns-4 .product-item-wrap {
    margin: -0.5px;
}

.woocommerce.columns-5 .product-item-wrap,
.single-product.columns-5 .product-item-wrap {
    width: 20%;
}

.woocommerce.columns-6 .product-item-wrap,
.single-product.columns-6 .product-item-wrap {
    width: 16.66%;
}

.woocommerce.product-slider .product-item-wrap,
.single-product.product-slider .product-item-wrap {
    float: none;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    body .woocommerce.columns-5 .product-item-wrap,
    body .single-product.columns-5 .product-item-wrap,
    body .woocommerce.columns-4 .product-item-wrap,
    body .single-product .columns-4 .product-item-wrap,
    body .woocommerce.columns-6 .product-item-wrap,
    body .single-product.columns-6 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    body .woocommerce.columns-5 .product-item-wrap,
    body .single-product.columns-5 .product-item-wrap,
    body .woocommerce.columns-4 .product-item-wrap,
    body .single-product .columns-4 .product-item-wrap,
    body .woocommerce .columns-3 .product-item-wrap,
    body .single-product .columns-3 .product-item-wrap,
    body .woocommerce.columns-6 .product-item-wrap,
    body .single-product.columns-6 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    body .woocommerce.columns-5 .product-item-wrap,
    body .single-product.columns-5 .product-item-wrap,
    body .woocommerce.columns-4 .product-item-wrap,
    body .single-product .columns-4 .product-item-wrap,
    body .woocommerce .columns-3 .product-item-wrap,
    body .single-product .columns-3 .product-item-wrap,
    body .woocommerce .columns-2 .product-item-wrap,
    body .single-product .columns-2 .product-item-wrap,
    body .woocommerce.columns-6 .product-item-wrap,
    body .single-product.columns-6 .product-item-wrap {
        width: 100%;
    }
}

.woocommerce > .woocommerce {
    margin: 0;
}

    .woocommerce > .woocommerce .product-item-wrap {
        padding: 0;
    }

        .woocommerce > .woocommerce .product-item-wrap .product-item-inner {
            transition: all 0.35s ease;
        }

            .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb {
                width: 33.33%;
                float: left;
            }

                .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
                    padding-top: 0;
                }

                .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-secondary img {
                    padding-top: 0;
                }

                .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span {
                        margin-top: 0;
                    }

                        .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:first-child {
                            display: none;
                        }

                        .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:nth-child(2) {
                            background-color: #D7B56D;
                            height: 50px;
                            width: 50px;
                            display: block;
                            border-radius: 100%;
                            line-height: 50px;
                            -webkit-transform: rotate(0deg);
                            -ms-transform: rotate(0deg);
                            transform: rotate(0deg);
                            padding: 0;
                            right: 0;
                            top: 10px;
                            left: auto;
                            text-align: center;
                        }

.woocommerce .product-style-3 .product-item-inner .rate {
    position: inherit;
    left: 0;
}

.woocommerce .product-style-3 .product-item-inner h3 {
    font-size: 14px;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
    padding: 0 0 0 30px;
    width: 66.66%;
    float: left;
    text-align: left;
}

    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating {
        position: relative;
        text-align: left;
        right: 0;
        margin: 20px 0 10px 0;
    }

        .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info .star-rating:before {
            left: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 0;
        padding-top: 10px;
        width: 100%;
        display: inline-block;
    }

    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
        width: 100%;
        padding-right: 0;
        margin-top: 12px;
        margin-bottom: 20px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info {
        padding-left: 10px;
    }

        .woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-info h3 {
            font-size: 14px;
        }
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner .product-actions {
    display: none;
}

.woocommerce > .woocommerce .product-item-wrap .product-item-inner:hover {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.woocommerce.columns-1 .product-item-wrap {
    width: 100%;
}

    .woocommerce.columns-1 .product-item-wrap .product-info h3 {
        font-size: 14px;
        color: #808080;
        text-align: left;
    }

    .woocommerce.columns-1 .product-item-wrap .product-info .star-rating:before {
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .woocommerce.columns-1 .product-item-wrap .product-info span.price {
        text-align: left;
        font-weight: bold;
    }

    .woocommerce.columns-1 .product-item-wrap .product-info .product-single-short-description {
        text-align: left;
    }

.shortcode-product-wrap.grid .product-item-wrap:hover {
    z-index: 2;
}

    .shortcode-product-wrap.grid .product-item-wrap:hover .product-item-inner {
        box-shadow: 2px 2px 15px 5px #eeeeee;
    }
/*
 * banner shortcode
 */
.banner-shortcode-wrap {
    background-color: #ffffff;
}

    .banner-shortcode-wrap .banner-content img {
        width: 100%;
    }

    .banner-shortcode-wrap.style_1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .banner-shortcode-wrap.style_1 .banner-content {
            position: relative;
            overflow: hidden;
        }

            .banner-shortcode-wrap.style_1 .banner-content.title_top .banner-title {
                top: 18px;
            }

            .banner-shortcode-wrap.style_1 .banner-content.title_top .overlay-bg {
                top: 15px;
            }

            .banner-shortcode-wrap.style_1 .banner-content.title_bottom .banner-title {
                bottom: 18px;
            }

            .banner-shortcode-wrap.style_1 .banner-content.title_bottom .overlay-bg {
                bottom: 15px;
            }

            .banner-shortcode-wrap.style_1 .banner-content .banner-title {
                position: absolute;
                left: 30px;
                z-index: 2;
                font-size: 36px;
                text-transform: uppercase;
                margin: 0;
                color: #ffffff;
                transition: all 0.5s ease-in-out;
            }

@media (min-width: 768px) and (max-width: 991px) {
    .banner-shortcode-wrap.style_1 .banner-content .banner-title {
        font-size: 24px;
    }
}

.banner-shortcode-wrap.style_1 .banner-content .overlay-bg {
    opacity: 0.8;
    width: 40px;
    height: 50px;
    position: absolute;
    left: 20px;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-shortcode-wrap.style_1 .banner-content .overlay-bg {
        height: 35px;
    }
}

@media (max-width: 767px) {
    .banner-shortcode-wrap.style_1 .banner-content img {
        height: auto;
        width: 100%;
    }
}

.banner-shortcode-wrap.style_1:hover .banner-content.title_bottom .overlay-bg {
    bottom: 0;
    top: auto;
    left: 0;
}

.banner-shortcode-wrap.style_1:hover .banner-content.title_bottom .banner-title {
    bottom: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.banner-shortcode-wrap.style_1:hover .banner-content .overlay-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-shortcode-wrap.style_1:hover .banner-content .banner-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
}

@media (max-width: 767px) {
    .banner-shortcode-wrap.style_1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
/*
 * Clients Shortcode
 */
.clients-shortcode-wrap {
    position: relative;
}

    .clients-shortcode-wrap.style_1 .clients-list .client-item {
        text-align: center;
    }

        .clients-shortcode-wrap.style_1 .clients-list .client-item img {
            transition: all 0.35s ease-in-out;
        }

        .clients-shortcode-wrap.style_1 .clients-list .client-item:hover img {
            opacity: 0.5;
        }

    .clients-shortcode-wrap.style_1 .clients-control .clients-nav {
        position: absolute;
        top: 50%;
        z-index: 99;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .clients-shortcode-wrap.style_1 .clients-control .clients-nav:hover {
            cursor: pointer;
        }

        .clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_prev {
            float: left;
        }

        .clients-shortcode-wrap.style_1 .clients-control .clients-nav.nav_next {
            float: right;
            right: 0;
        }

        .clients-shortcode-wrap.style_1 .clients-control .clients-nav i {
            padding: 15px;
            background: #ffffff;
        }
/* 
 * team member
 */
.yolo-teammember.teammember-carousel {
    background: #ffffff;
    padding: 40px 100px;
    position: relative;
}

    .yolo-teammember.teammember-carousel .teammember-list {
        margin: 20px 0 0 0;
        list-style: none;
        list-style-type: none;
    }

        .yolo-teammember.teammember-carousel .teammember-list .teammember-item {
            position: relative;
            margin: 10%;
        }

            .yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content {
                -webkit-transform: translate(30px, 30px);
                -ms-transform: translate(30px, 30px);
                transform: translate(30px, 30px);
                transition: all 0.5s;
            }

                .yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-image:before {
                    background: rgba(255, 220, 115, 0.9);
                }

                .yolo-teammember.teammember-carousel .teammember-list .teammember-item:hover .teammember-content .teammember-meta {
                    right: 20px;
                    transition: all 0.5s;
                }

            .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-background {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0.2;
            }

                .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-background:before {
                    content: "";
                    position: absolute;
                    width: 90%;
                    height: 94%;
                    margin: 5%;
                    background: #ffffff;
                }

            .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content {
                position: relative;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
                transition: all 0.5s;
            }

                .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-image {
                    position: relative;
                }

                    .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-image:before {
                        content: "";
                        position: absolute;
                        height: 100%;
                        width: 100%;
                        top: 0;
                        left: 0;
                        background: transparent;
                    }

                .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta {
                    position: absolute;
                    bottom: 40px;
                    left: 20px;
                    color: #ffffff;
                }

                    .yolo-teammember.teammember-carousel .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-title {
                        color: #ffffff;
                    }

    .yolo-teammember.teammember-carousel .teammember-control {
        color: #222222;
    }

        .yolo-teammember.teammember-carousel .teammember-control:hover {
            cursor: pointer;
        }

        .yolo-teammember.teammember-carousel .teammember-control .teammember-nav {
            position: absolute;
            display: block;
            top: 50%;
            z-index: 99;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 0 5px;
            box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        }

            .yolo-teammember.teammember-carousel .teammember-control .teammember-nav i {
                padding: 15px;
                background: #ffffff;
            }

            .yolo-teammember.teammember-carousel .teammember-control .teammember-nav.nav_next {
                right: 0;
            }

            .yolo-teammember.teammember-carousel .teammember-control .teammember-nav.nav_prev {
                left: 0;
            }

@media (max-width: 1199px) {
    .yolo-teammember.teammember-carousel {
        padding: 40px 0px;
    }

        .yolo-teammember.teammember-carousel .teammember-list {
            padding: 0;
        }
}

@media (max-width: 991px) {
    .yolo-teammember.teammember-carousel {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .yolo-teammember.teammember-carousel .teammember-list {
        margin: 0;
    }
}
/* TESTIMONIAL */
@media (max-width: 480px) {
    body div div .yolo-testimonial.slider-pro .sp-mask.sp-grab,
    body div div .yolo-testimonial.slider-pro .sp-grabbing {
        height: 550px;
    }
}

.yolo-testimonial.slider-pro .sp-slides .sp-slide {
    padding: 75px;
    background-color: #f6f6f6;
}

    .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
        padding-left: 50px;
        position: relative;
    }

        .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content p {
            color: #b3b3b3;
        }

        .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content hr {
            width: 60px;
            position: absolute;
            left: 0;
            margin-left: 50px;
            border-top: 1px solid #ffffff;
        }

        .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
            content: "\f10d";
            font-family: fontawesome;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 36px;
            line-height: 1.3;
            color: #D7B56D;
        }

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content {
        padding-top: 45px;
        padding-left: 0;
    }

        .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-content:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

.yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
    padding-left: 50px;
    margin-top: 65px;
}

    .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info img {
        width: 60px;
        float: left;
    }

    .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta {
        margin-left: 80px;
    }

        .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta h3 {
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 18px;
        }

        .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info .testimonial-meta p {
            color: #b3b3b3;
            margin: 0;
        }

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro .sp-slides .sp-slide .testimonial-info {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .yolo-testimonial.slider-pro .sp-slides .sp-slide {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro .sp-slides .sp-slide {
        height: 550px;
    }
}

.yolo-testimonial.slider-pro .sp-selected-thumbnail:before {
    display: none;
    border-color: #D7B56D;
}

.yolo-testimonial.slider-pro .sp-selected-thumbnail:after {
    display: none;
    border-right-color: #D7B56D;
}

.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail {
    width: 100%;
    height: 100%;
    left: 28px;
}

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .sp-thumbnail-inner {
        position: relative;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info img {
            width: 90px;
            float: left;
        }

        .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta {
            z-index: 2;
            margin-left: 120px;
        }

            .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta h3 {
                text-transform: uppercase;
                font-weight: bold;
                margin-bottom: 5px;
                font-size: 18px;
                transition: all 0.35s ease;
                margin-top: 0;
            }

            .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-info .testimonial-meta p {
                margin: 0;
                transition: all 0.35s ease;
                color: #b3b3b3;
            }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay:before {
            content: '';
            right: -64%;
            top: 0;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 100%;
            -webkit-transform: skewX(-30deg) skewY(0);
            -ms-transform: skewX(-30deg) skewY(0);
            transform: skewX(-30deg) skewY(0);
            transition: all 0.35s ease;
        }

        .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i {
            position: absolute;
            left: 65%;
            top: 50%;
            -webkit-transform: translate(-65%, -50%);
            -ms-transform: translate(-65%, -50%);
            transform: translate(-65%, -50%);
            transition: all 0.35s ease;
        }

            .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail .testimonial-overlay i:before {
                font-size: 18px;
                color: white;
                height: 50px;
                width: 50px;
                background-color: #D7B56D;
                display: block;
                line-height: 50px;
                border-radius: 100%;
                text-align: center;
            }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay:before {
        right: 0%;
        -webkit-transform: skewX(0) skewY(0);
        -ms-transform: skewX(0) skewY(0);
        transform: skewX(0) skewY(0);
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-overlay i {
        left: 75%;
        -webkit-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%);
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta h3 {
        color: #ffffff;
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail:hover .testimonial-info .testimonial-meta p {
        color: #ffffff;
    }

.yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay:before {
        right: 0%;
        -webkit-transform: skewX(0) skewY(0);
        -ms-transform: skewX(0) skewY(0);
        transform: skewX(0) skewY(0);
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-overlay i {
        left: 75%;
        -webkit-transform: translate(-75%, -50%);
        -ms-transform: translate(-75%, -50%);
        transform: translate(-75%, -50%);
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta h3 {
        color: #ffffff;
    }

    .yolo-testimonial.slider-pro .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .testimonial-info .testimonial-meta p {
        color: #ffffff;
    }

@media (max-width: 991px) {
    .yolo-testimonial.slider-pro .sp-thumbnails {
        display: none;
    }
}

.yolo-testimonial.slider-pro .testimonial-control {
    position: absolute;
    height: 40px;
    width: 90px;
    bottom: 55px;
    left: 100px;
    z-index: 999;
}

    .yolo-testimonial.slider-pro .testimonial-control .nav_prev,
    .yolo-testimonial.slider-pro .testimonial-control .nav_next {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-color: #ffffff;
        text-align: center;
        line-height: 40px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.11);
        transition: all 0.35s ease;
    }

        .yolo-testimonial.slider-pro .testimonial-control .nav_prev:hover,
        .yolo-testimonial.slider-pro .testimonial-control .nav_next:hover {
            color: #D7B56D;
        }

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro .testimonial-control {
        bottom: 10px;
    }
}

.yolo-testimonial.slider-pro-2 {
    position: relative;
}

    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top {
        padding: 10px;
    }

        .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay {
            background: #ffffff;
            height: 450px;
        }

            .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
                margin: 0;
                padding-top: 115px;
            }

                .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
                    text-align: center;
                }

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-image {
        display: none;
    }
}

.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
    position: relative;
}

    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta h3 {
        text-transform: uppercase;
    }

    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content .testimonial-meta span:first-child {
        text-transform: uppercase;
    }

    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
        content: "\f10d";
        position: absolute;
        left: 50%;
        top: -75px;
        font-size: 30px;
        font-family: fontawesome;
        opacity: 0.3;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media (max-width: 768px) {
    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content .testimonial-content:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-top .testimonial-top-overlay .testimonial-top-content {
        padding-top: 20px;
    }
}

.yolo-testimonial.slider-pro-2 .sp-slides .sp-slide .testimonial-bottom .testimonial-meta {
    margin: 50px 0;
}

.yolo-testimonial.slider-pro-2 .sp-selected-thumbnail:before {
    border-color: #D7B56D;
}

.yolo-testimonial.slider-pro-2 .sp-selected-thumbnail:after {
    border-bottom-color: #D7B56D;
}

.yolo-testimonial.slider-pro-2 .testimonial-control {
    display: none;
    top: -70px;
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #222222;
}

    .yolo-testimonial.slider-pro-2 .testimonial-control:hover {
        cursor: pointer;
    }

    .yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav {
        display: inline-block;
        margin: 0 5px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .yolo-testimonial.slider-pro-2 .testimonial-control .testimonial-nav i {
            padding: 15px;
            background: #ffffff;
        }

.yolo-testimonial.testimonial-carousel {
    text-align: center;
    background: #ffffff;
    padding: 55px 100px;
    position: relative;
}

    .yolo-testimonial.testimonial-carousel > i {
        font-size: 36px;
        color: #D7B56D;
    }

    .yolo-testimonial.testimonial-carousel .testimonial-list {
        padding: 0;
        margin: 20px 0 0 0;
        list-style: none;
        list-style-type: none;
    }

        .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content {
            position: relative;
            margin-bottom: 0;
            padding-bottom: 30px;
            color: #b3b3b3;
        }

            .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content:before {
                width: 60px;
                height: 2px;
                background-color: #eeeeee;
                position: absolute;
                bottom: 0;
                content: '';
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

        .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-title {
            text-transform: uppercase;
            color: #222222;
            font-size: 16px;
            margin-top: 30px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-position {
            text-transform: uppercase;
            margin-bottom: 0px;
            color: #b3b3b3;
        }

        .yolo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-special {
            margin-bottom: 0px;
            display: none;
        }

    .yolo-testimonial.testimonial-carousel .testimonial-control {
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #808080;
    }

        .yolo-testimonial.testimonial-carousel .testimonial-control:hover {
            cursor: pointer;
        }

        .yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav {
            display: inline-block;
            margin: 0 5px;
            z-index: 99;
            box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        }

            .yolo-testimonial.testimonial-carousel .testimonial-control .testimonial-nav i {
                padding: 15px;
                background: #ffffff;
            }

@media (max-width: 480px) {
    .yolo-testimonial.testimonial-carousel {
        padding: 40px 20px;
    }
}

.yolo-testimonial.testimonial-carousel-2 {
    text-align: center;
    padding: 40px 100px;
    position: relative;
}

    .yolo-testimonial.testimonial-carousel-2 .owl-controls {
        margin-top: 75px;
    }

        .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page {
            height: 30px;
        }

            .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page span {
                width: 25px;
                height: 2px;
                margin: 0 5px;
                margin-top: 14px;
                background-color: #ffffff;
                transition: all 0.35s ease;
            }

            .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page:hover span {
                background-color: #808080;
            }

            .yolo-testimonial.testimonial-carousel-2 .owl-controls .owl-pagination .owl-page.active span {
                background-color: #808080;
            }

    .yolo-testimonial.testimonial-carousel-2 .testimonial-list {
        padding: 0;
        margin: 0;
        list-style: none;
        list-style-type: none;
    }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item:hover .testimonial-position:before {
            width: 10%;
        }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p {
            z-index: 2;
            margin: 0 auto;
            margin-top: 40px;
            position: relative;
            width: 80%;
        }

            .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item p:before {
                content: "\f10d";
                font-family: fontawesome;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                font-size: 36px;
                color: #ffffff;
                z-index: -1;
            }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-title {
            text-transform: uppercase;
            color: #808080;
            font-weight: 700;
            font-size: 30px;
        }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position {
            position: relative;
            text-transform: uppercase;
            font-size: 14px;
            padding-bottom: 30px;
            margin-top: 0;
        }

            .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-position:before {
                content: "";
                position: absolute;
                display: block;
                bottom: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 5%;
                height: 1px;
                background: #000000;
                transition: width 0.2s;
            }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-list .testimonial-item .testimonial-special {
            display: none;
            position: relative;
        }

    .yolo-testimonial.testimonial-carousel-2 .testimonial-control:hover {
        cursor: pointer;
    }

    .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav {
        position: absolute;
        top: 50%;
        z-index: 99;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #808080;
        margin: 0 5px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav i {
            padding: 15px;
            background: #ffffff;
        }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_next {
            right: 20px;
        }

        .yolo-testimonial.testimonial-carousel-2 .testimonial-control .testimonial-nav.nav_prev {
            left: 20px;
        }
/* 
 * product masonry
 */
.shortcode-product-wrap {
    position: relative;
}

    .shortcode-product-wrap .product-item-wrap:hover .product-item-inner {
        box-shadow: none;
    }

    .shortcode-product-wrap .product-filters ul {
        list-style: none;
        list-style-type: none;
        padding: 0;
    }

        .shortcode-product-wrap .product-filters ul.filter-center {
            text-align: center;
        }

        .shortcode-product-wrap .product-filters ul.filter-left {
            text-align: left;
        }

        .shortcode-product-wrap .product-filters ul.filter-right {
            text-align: right;
        }

        .shortcode-product-wrap .product-filters ul.style_1 {
            margin-bottom: 35px;
        }

            .shortcode-product-wrap .product-filters ul.style_1 li a {
                position: relative;
                padding: 5px;
            }

                .shortcode-product-wrap .product-filters ul.style_1 li a:before {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #808080;
                    top: 0;
                    left: 0;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                    transition: all 0.35s ease;
                }

                .shortcode-product-wrap .product-filters ul.style_1 li a:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #808080;
                    bottom: 0;
                    left: 0;
                    transition: all 0.35s ease;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                }

                .shortcode-product-wrap .product-filters ul.style_1 li a:hover:before,
                .shortcode-product-wrap .product-filters ul.style_1 li a.selected:before,
                .shortcode-product-wrap .product-filters ul.style_1 li a:hover:after,
                .shortcode-product-wrap .product-filters ul.style_1 li a.selected:after {
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

        .shortcode-product-wrap .product-filters ul.style_2 {
            margin-bottom: 45px;
        }

            .shortcode-product-wrap .product-filters ul.style_2 li a {
                color: #808080;
                position: relative;
                padding: 5px;
                transition: all 0.35s ease;
            }

                .shortcode-product-wrap .product-filters ul.style_2 li a:before {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #D7B56D;
                    top: 0;
                    left: 0;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                    transition: all 0.35s ease;
                }

                .shortcode-product-wrap .product-filters ul.style_2 li a:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #D7B56D;
                    bottom: 0;
                    left: 0;
                    transition: all 0.35s ease;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                }

                .shortcode-product-wrap .product-filters ul.style_2 li a:hover,
                .shortcode-product-wrap .product-filters ul.style_2 li a.selected {
                    color: #D7B56D;
                }

                    .shortcode-product-wrap .product-filters ul.style_2 li a:hover:before,
                    .shortcode-product-wrap .product-filters ul.style_2 li a.selected:before,
                    .shortcode-product-wrap .product-filters ul.style_2 li a:hover:after,
                    .shortcode-product-wrap .product-filters ul.style_2 li a.selected:after {
                        -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                    }

        .shortcode-product-wrap .product-filters ul.style_3 {
            border-bottom: 2px solid #eeeeee;
            margin-bottom: 25px;
        }

            .shortcode-product-wrap .product-filters ul.style_3 li a {
                color: #808080;
                position: relative;
                padding-bottom: 7px;
                transition: all 0.35s ease;
            }

                .shortcode-product-wrap .product-filters ul.style_3 li a:before {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #D7B56D;
                    bottom: -2px;
                    left: 10px;
                    transition: all 0.35s ease;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                }

                .shortcode-product-wrap .product-filters ul.style_3 li a:hover,
                .shortcode-product-wrap .product-filters ul.style_3 li a.selected {
                    color: #D7B56D;
                }

                    .shortcode-product-wrap .product-filters ul.style_3 li a:hover:before,
                    .shortcode-product-wrap .product-filters ul.style_3 li a.selected:before {
                        background-color: #D7B56D;
                        -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                    }

        .shortcode-product-wrap .product-filters ul.style_4 li a {
            position: relative;
            text-transform: uppercase;
        }

            .shortcode-product-wrap .product-filters ul.style_4 li a:before {
                content: '';
                position: absolute;
                height: 2px;
                width: 100%;
                background-color: transparent;
                left: -10px;
                transition: all 0.35s ease;
                bottom: 10px;
            }

            .shortcode-product-wrap .product-filters ul.style_4 li a:hover:before,
            .shortcode-product-wrap .product-filters ul.style_4 li a.selected:before {
                background-color: #D7B56D;
                left: 10px;
            }

        .shortcode-product-wrap .product-filters ul.style_5 li a {
            color: #808080;
            margin: 0 15px;
            position: relative;
            text-transform: uppercase;
        }

            .shortcode-product-wrap .product-filters ul.style_5 li a:before {
                content: '';
                position: absolute;
                height: 1px;
                width: 120%;
                background-color: transparent;
                left: -20%;
                transition: all 0.35s ease;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .shortcode-product-wrap .product-filters ul.style_5 li a:hover:before,
            .shortcode-product-wrap .product-filters ul.style_5 li a.selected:before {
                left: 0;
                background-color: #808080;
            }

@media (max-width: 991px) {
    .shortcode-product-wrap .product-filters ul.style_5 {
        margin-top: 60px;
        text-align: center;
    }
}

.shortcode-product-wrap .product-filters ul.style_6 li a {
    margin: 0 15px;
    position: relative;
    text-transform: uppercase;
}

    .shortcode-product-wrap .product-filters ul.style_6 li a:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 120%;
        background-color: transparent;
        left: -20%;
        transition: all 0.35s ease;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .shortcode-product-wrap .product-filters ul.style_6 li a:hover,
    .shortcode-product-wrap .product-filters ul.style_6 li a.selected {
        color: #808080;
    }

        .shortcode-product-wrap .product-filters ul.style_6 li a:hover:before,
        .shortcode-product-wrap .product-filters ul.style_6 li a.selected:before {
            left: 0;
            background-color: #808080;
        }

.shortcode-product-wrap .product-filters ul li {
    display: inline-block;
}

    .shortcode-product-wrap .product-filters ul li a {
        font-weight: bold;
        color: rgba(128, 128, 128, 0.6);
        margin: 0 30px;
        padding: 15px 0;
        text-transform: uppercase;
        display: block;
    }

        .shortcode-product-wrap .product-filters ul li a.selected {
            color: #808080;
        }

.shortcode-product-wrap .product-style_1 {
    padding: 0;
    margin: -1px -1px 0px 0px;
    border: 1px solid #e1e1e1;
    z-index: 1;
}

.shortcode-product-wrap .product-style_2 .product-info .star-rating {
    margin-bottom: 0;
}

.shortcode-product-wrap .product-style_2 .product-info span.price {
    margin: 0;
    position: relative;
    margin-bottom: 0;
}

.shortcode-product-wrap .product-style_2 .product-info h3 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
}

.shortcode-product-wrap .product-style_3 .product-info {
    transition: all 0.35s ease-in-out;
}

.shortcode-product-wrap .product-style_3 .product-actions {
    background-color: transparent;
}

.shortcode-product-wrap .product-style_3 .star-rating {
    top: 0px;
    right: auto;
    position: relative;
}

.shortcode-product-wrap .product-style_3 span.price {
    position: relative;
    text-align: center;
    margin: 0px;
}

.shortcode-product-wrap .product-style_3 h3 {
    position: relative;
    text-align: center;
    margin: 5px 0;
    padding-right: 0;
}

.shortcode-product-wrap .product-style_3:hover .product-info {
    border-bottom: 1px solid #eeeeee;
}

.shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 320px;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
}

.shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 320px;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:before {
        background-color: transparent;
    }

    .shortcode-product-wrap .slider_home4 .owl-wrapper-outer:after {
        background-color: transparent;
    }
}

.shortcode-product-wrap .product-paging-wrapper {
    margin-bottom: 50px;
}

h3.sc-title {
    font-size: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.products-in-category-tabs-wrapper .products-content .product-listing.columns-2 .product-item-wrap {
    width: 50%;
    float: left;
}

@media (max-width: 480px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-2 .product-item-wrap {
        width: 100%;
    }
}

.products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
    width: 33.333333%;
    float: left;
}

@media (max-width: 768px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-3 .product-item-wrap {
        width: 100%;
    }
}

.products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
    width: 25%;
    float: left;
}

@media (max-width: 991px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .product-item-wrap {
        width: 100%;
    }
}

.products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
    width: 20%;
    float: left;
}

@media (max-width: 1199px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-5 .product-item-wrap {
        width: 100%;
    }
}

.products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
    width: 16.666666%;
    float: left;
}

@media (max-width: 1199px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .products-in-category-tabs-wrapper .products-content .product-listing.columns-6 .product-item-wrap {
        width: 100%;
    }
}
/* 
 * product list
 */
.products-list .product-listing .product-style.list_style_1 .product-item-inner .product-info {
    text-align: left;
}

    .products-list .product-listing .product-style.list_style_1 .product-item-inner .product-info .star-rating:before {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
/* Pagination style */
.product-paging-wrapper.product-paging-none {
    display: none;
}

.products-in-category-tabs-wrapper {
    border-top-color: #D7B56D;
}

    .products-in-category-tabs-wrapper .products-tabs {
        text-align: center;
        margin-bottom: 45px;
    }

        .products-in-category-tabs-wrapper .products-tabs li {
            list-style: none;
            display: inline-block;
            cursor: pointer;
        }

            .products-in-category-tabs-wrapper .products-tabs li span {
                display: block;
                color: #3f3f3f;
                position: relative;
                padding: 5px;
                text-transform: uppercase;
                margin: 0 30px;
                font-weight: bold;
                transition: all 0.35s ease;
            }

                .products-in-category-tabs-wrapper .products-tabs li span:before {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #D7B56D;
                    top: 0;
                    left: 0;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                    transition: all 0.35s ease;
                }

                .products-in-category-tabs-wrapper .products-tabs li span:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    width: 100%;
                    background-color: #D7B56D;
                    bottom: 0;
                    left: 0;
                    transition: all 0.35s ease;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                }

                .products-in-category-tabs-wrapper .products-tabs li span:hover,
                .products-in-category-tabs-wrapper .products-tabs li span.selected {
                    color: #D7B56D;
                }

                    .products-in-category-tabs-wrapper .products-tabs li span:hover:before,
                    .products-in-category-tabs-wrapper .products-tabs li span.selected:before,
                    .products-in-category-tabs-wrapper .products-tabs li span:hover:after,
                    .products-in-category-tabs-wrapper .products-tabs li span.selected:after {
                        -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                    }

            .products-in-category-tabs-wrapper .products-tabs li.current span {
                color: #D7B56D;
            }

                .products-in-category-tabs-wrapper .products-tabs li.current span:before,
                .products-in-category-tabs-wrapper .products-tabs li.current span:after {
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

    .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap {
        padding: 0;
        margin: -1px -1px 0px 0px;
        border: 1px solid #e1e1e1;
        z-index: 1;
    }

        .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-info {
            text-align: left;
        }

            .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-info a h3 {
                position: relative;
                margin: 10px 0;
                padding-right: 0;
            }

            .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-info span.price .amount {
                font-size: 16px;
            }

            .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-info span.price del .amount {
                color: #3f3f3f;
                font-size: 13px;
                text-decoration: line-through;
                margin-right: 10px;
            }

        .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-actions .compare-button {
            display: inline-block;
        }

.product-item-wrap .product-item-inner .product-actions .compare-button .compare:before {
    content: '\f012';
    color: #888;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: fontAwesome;
}

.products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-actions .compare-button .compare:hover {
    background-color: #ffffff;
}

    .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-actions .compare-button .compare:hover:before {
        color: #D7B56D;
    }

.products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-actions .compare-button .compare.added:before {
    color: #D7B56D;
}

.products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-link:before {
    background-color: transparent;
}

.products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap:hover {
    position: relative;
    z-index: 4;
}

.products-in-category-tabs-wrapper .products-content.slider .woocommerce .product-item-wrap {
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
}

    .products-in-category-tabs-wrapper .products-content.slider .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-link:before {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .products-in-category-tabs-wrapper .products-content.slider .woocommerce .product-item-wrap:hover .product-item-inner {
        box-shadow: none;
    }

.products-in-category-tabs-wrapper .products-content {
    transition: all 0.35s ease;
}

    .products-in-category-tabs-wrapper .products-content.loading {
        position: relative;
        transition: all 0.35s ease;
    }

        .products-in-category-tabs-wrapper .products-content.loading:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: -1px;
            left: 0;
            z-index: 5;
            background-color: #ffffff;
        }

        .products-in-category-tabs-wrapper .products-content.loading:before {
            content: '\f110';
            font-family: fontAwesome;
            position: absolute;
            top: 5%;
            left: 50%;
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 6;
            font-size: 24px;
        }

.products-in-category-tabs-wrapper .see-more-wrapper {
    display: none;
}
/* 
 * Single Product Shortcode
 */
.shortcode-single-product-wrap .product-item-wrap {
    padding: 0;
    margin: 0 0 30px 0;
}

    .shortcode-single-product-wrap .product-item-wrap:hover .product-item-inner {
        box-shadow: none;
    }

    .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-link {
        z-index: 4;
    }

    .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-hover-sign {
        display: none;
    }

    .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-actions {
        z-index: 4;
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner:before {
        content: '';
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        transition: all 0.6s ease;
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-thumb .product-link {
        z-index: 4;
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info {
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info h3 {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 0;
            top: auto;
            transition: all 0.35s ease;
            color: #404040;
            left: 0;
            padding-right: 0;
        }

        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info span.price {
            opacity: 0;
            right: auto;
            left: 50%;
            position: absolute;
            top: 30px;
            margin: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            transition: all 0.35s ease;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            font-size: 24px;
            color: #ffffff;
            line-height: 1;
            width: auto;
        }

            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info span.price ins {
                color: #ffffff;
                text-decoration: none;
            }

            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-info span.price del {
                display: none;
                font-size: 16px;
                color: rgba(255, 255, 255, 0.7);
            }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions {
        background-color: transparent;
        border: none;
        top: 50%;
        bottom: auto;
        z-index: 4;
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        transition: all 0.6s ease 0s;
    }

        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist,
        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare,
        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view,
        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart,
        .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.35);
            display: inline-block;
            padding: 0;
            position: relative;
            border-radius: 100%;
            font-size: 0;
            min-width: 0;
            vertical-align: middle;
            margin-left: 4px;
            margin-right: 4px;
            opacity: 1;
            transition: all 0.4s ease;
        }

            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a i {
                font-size: 16px;
                line-height: 1;
                vertical-align: middle;
            }

            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart i,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a i {
                font-size: 16px;
                line-height: 1;
                vertical-align: middle;
            }

            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a:hover,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add_to_wishlist.active,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .compare.active,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .product-quick-view.active,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .btn_add_to_cart.active,
            .shortcode-single-product-wrap .product-item-wrap.product-style_1 .product-item-inner .product-actions .add-to-cart-wrap a.active {
                color: #404040;
                background-color: #ffffff;
            }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner:before {
        opacity: 1;
        -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner::before {
        opacity: 1;
        -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner .product-info span.price {
        opacity: 1;
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner .product-info h3 {
        color: #ffffff;
    }

    .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover .product-item-inner .product-actions {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 20%;
    float: left;
    opacity: 1;
    border: none;
    z-index: 4;
}

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        margin-top: 15px;
        width: 60px;
        height: 60px;
        line-height: 58px;
        border: 1px solid #eeeeee;
    }

        .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
            font-size: 24px;
            color: #595959;
        }

            .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i:before {
                content: '\f290';
            }

        .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.added-spinner i:before {
            content: '\f110';
        }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions:hover .add-to-cart-wrap a {
        border-color: #D7B56D;
        background-color: #D7B56D;
    }

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info {
    float: right;
    width: 80%;
}

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 300;
        padding-right: 0;
        margin: 0;
        white-space: nowrap;
        transition: all 0.35s ease;
    }

        .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3:hover {
            color: #D7B56D;
        }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info .star-rating {
        display: none;
    }

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-content {
    position: relative;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb a.shop_now {
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #595959;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transition: all 0.35s ease-in-out;
    padding: 8px 30px;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link .product-hover-sign {
    display: none;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:after {
    opacity: 0;
    content: 'shop now';
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #595959;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
    transition: all 0.35s ease-in-out;
    padding: 8px 30px;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:before {
    opacity: 0;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb {
    padding-top: 50px;
    padding-bottom: 25px;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner:hover .product-thumb a.shop_now {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .text-center-sm {
        text-align:center !important;
    }
}

@media (max-width: 479px) {
    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 14px;
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

@media (max-width: 479px) {
    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 16px;
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .shortcode-single-product-wrap .product-item-wrap {
        margin: 15px 0;
    }
}

.recent-news-home_2 .recent-news-container article .post-thumbnail {
    border: 1px solid #eeeeee;
}

.recent-news-home_2 .recent-news-container article:hover .post-thumbnail {
    border: 1px solid #eeeeee;
}

    .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .entry-title,
    .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .post-info {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
        opacity: 1;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 479px) {
    .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-content .btn-readmore i {
        top: 70%;
    }
}

.recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

    .recent-news-home_2 .recent-news-container article:hover .post-thumbnail .post-image:before {
        opacity: 1;
    }
/*------------------------------------------------------------------------
COMMON STYLING
BOXED LAYOUT
HEADER
FOOTER
PAGES
------------------------------------------------------------------------ */
/**/
/**/
/*TT*/
.woocommerce .product-actions > div,
.single-product .product-actions > div {
    margin: 0 5px;
}

.woocommerce .product-style_2 .product-info span.price,
.single-product .product-info .product-style_2 span.price {
    float: left;
    width: 100%;
}

.product-item-wrap.button-has-tooltip.product-style_2 .rate {
    left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: transparent;
}

a {
    color: #fff;
}

    a:hover,
    a:active,
    a:focus {
        color: #D7B56D;
    }

.mv-color-primary {
    color: #ffb535;
}

body {
    overflow-x: hidden;
    font-family: 'webfontregular' !important;
    font-size: 15px;
    /*background-color: #221C1C;*/
    background-color: #221c1c;
    padding: 0 !important;
}

img {
    max-width: 100%;
    margin: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
/*************************************************************/
/*************.banner-shortcode-wrap.style_5 **************/
/*************************************************************/
.banner-shortcode-wrap.style_5 {
    text-align: center;
}

    .banner-shortcode-wrap.style_5 .banner-content {
        border: 1px solid transparent;
        position: relative;
        overflow: hidden;
        transition: all 0.35s ease-in-out;
    }

        .banner-shortcode-wrap.style_5 .banner-content a:before {
            opacity: 0;
            content: '\f0c1';
            height: 50px;
            width: 50px;
            background-color: rgba(0, 0, 0, 0.35);
            line-height: 50px;
            border-radius: 100%;
            position: absolute;
            top: 40%;
            left: 50%;
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            -webkit-transform: translate(-50%, -40%);
            -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
            font-family: FontAwesome;
            transition: all 0.35s ease-in-out;
        }

@media (max-width: 767px) {
    .banner-shortcode-wrap.style_5 .banner-content a img {
        width: 100%;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-center-sm {
        text-align: center;
    }
}

.banner-shortcode-wrap.style_5 .banner-content .banner-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.banner-shortcode-wrap.style_5 .banner-content .banner-hover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    opacity: 0;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

    .banner-shortcode-wrap.style_5 .banner-content .banner-hover .banner-hover-title {
        color: #3f3f3f;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .banner-shortcode-wrap.style_5 .banner-content .banner-hover .banner-hover-sub-title {
        margin-bottom: 10px;
        color: rgba(63, 63, 63, 0.5);
        transition: all 0.35s ease-in-out;
    }

        .banner-shortcode-wrap.style_5 .banner-content .banner-hover .banner-hover-sub-title:hover {
            color: #D7B56D;
        }

.banner-shortcode-wrap.style_5:hover .banner-content {
    border: 1px solid #eeeeee;
    padding: 10px;
}

    .banner-shortcode-wrap.style_5:hover .banner-content a:before {
        opacity: 1;
    }

    .banner-shortcode-wrap.style_5:hover .banner-content .banner-title {
        opacity: 0;
    }

    .banner-shortcode-wrap.style_5:hover .banner-content .banner-hover {
        opacity: 1;
        bottom: 0;
    }

.slide-home-1 .slide1 .slide1-left {
    border-left: 2px solid #777;
    left: 368px;
    padding-left: 30px;
    position: absolute;
    top: 100px;
    width: 42%;
    z-index: 2;
}

    .slide-home-1 .slide1 .slide1-left .title {
        background-color: #333;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        display: inline-block;
    }

    .slide-home-1 .slide1 .slide1-left h1 {
        font-size: 60px;
        font-weight: 900;
        margin: 20px 0;
        text-transform: uppercase;
        color: #333;
    }

    .slide-home-1 .slide1 .slide1-left p {
        color: #555;
        font-size: 15px;
        letter-spacing: 0.75px;
    }

    .slide-home-1 .slide1 .slide1-left a {
        background-color: #333;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0.5px;
        margin-top: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
    }

.slide-home-1 .slide1 .slide1-right {
    display: inline-block;
    float: right;
    width: 100%;
}

    .slide-home-1 .slide1 .slide1-right .slide1-content {
        background-color: #D7B56D;
        border: 1px solid #D7B56D;
        border-radius: 50%;
        color: #000;
        height: 180px;
        line-height: 180px;
        position: absolute;
        right: 18%;
        text-align: center;
        top: 65px;
        width: 180px;
        font-size: 35px;
    }

.slide-home-1 .slde2-content {
    display: inline-block;
    position: absolute;
    right: 368px;
    text-align: center;
    top: 23%;
    color: #333;
}

    .slide-home-1 .slde2-content > p {
        font-size: 15px;
        letter-spacing: 0.75px;
        margin-bottom: 40px;
    }

    .slide-home-1 .slde2-content .year {
        position: relative;
    }

        .slide-home-1 .slde2-content .year p {
            color: #D7B56D;
            font-size: 150px;
            font-weight: 600;
            letter-spacing: 6px;
        }

        .slide-home-1 .slde2-content .year span {
            font-size: 40px;
            left: 50%;
            position: absolute;
            text-transform: capitalize;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            width: 200%;
        }

    .slide-home-1 .slde2-content .btn-slide2 {
        border-radius: 50px;
        margin: 0 20px;
        padding: 10px 30px;
        text-transform: uppercase;
        font-size: 14px;
    }

        .slide-home-1 .slde2-content .btn-slide2.learn {
            color: #fff;
            background-color: #D7B56D;
        }

        .slide-home-1 .slde2-content .btn-slide2.start {
            background-color: #fff;
            color: #333;
        }

.slide-home-1 .year {
    position: relative;
}

    .slide-home-1 .year p {
        color: #D7B56D;
        font-size: 100px;
        font-weight: 600;
        letter-spacing: 6px;
    }

    .slide-home-1 .year span {
        font-size: 30px;
        left: 50%;
        position: absolute;
        text-transform: capitalize;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 200%;
    }

.slide-home .owl-nav > div,
.home-sidebar-banner-sider .owl-nav > div {
    background-color: #fff;
    color: #555;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50px;
}

.slide-home .owl-prev,
.home-sidebar-banner-sider .owl-prev {
    left: 0px;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.slide-home .owl-next,
.home-sidebar-banner-sider .owl-next {
    right: 0px;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.slide-home:hover .owl-prev,
.home-sidebar-banner-sider:hover .owl-prev {
    left: 40px;
    opacity: 1;
    transition: all 0.35s ease 0s;
}

.slide-home:hover .owl-next,
.home-sidebar-banner-sider:hover .owl-next {
    right: 40px;
    opacity: 1;
    transition: all 0.35s ease 0s;
}

.overlay-blue .ess-grid-box .ess-grid-overlay {
    background-color: rgba(0, 0, 255, 0.5);
}

.overlay-yellow .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 255, 0, 0.5);
}

.overlay-red .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 0, 0, 0.5);
}

.overlay-pink .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 192, 203, 0.5);
}

.overlay-orange .ess-grid-box .ess-grid-overlay {
    background-color: rgba(255, 165, 0, 0.5);
}

.overlay-green .ess-grid-box .ess-grid-overlay {
    background-color: rgba(0, 128, 0, 0.5);
}

.overlay-black .ess-grid-box .ess-grid-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.ess-grid .ess-grid-box {
    margin-bottom: 30px;
    position: relative;
}

    .ess-grid .ess-grid-box img {
        height: 230px;
        width: 100%;
    }

    .ess-grid .ess-grid-box h4 {
        display: inline-block;
        left: 40px;
        margin: 0;
        position: absolute;
        top: 30px;
        z-index: 3;
        transition: all 0.5s ease 0s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
    }

    .ess-grid .ess-grid-box .ess-grid-overlay {
        background-color: rgba(225, 220, 115, 0.5);
        height: 30px;
        left: 30px;
        position: absolute;
        top: 30px;
        width: 30px;
        transition: all 0.5s ease 0s;
    }

    .ess-grid .ess-grid-box:hover h4 {
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        transition: all 0.5s ease 0s;
    }

    .ess-grid .ess-grid-box:hover .ess-grid-overlay {
        transition: all 0.5s ease 0s;
        height: auto;
        width: auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.sperator {
    margin-bottom: 50px;
}

    .sperator.text-center {
        text-align: center;
    }

    .sperator.text-left {
        text-align: left;
    }

    .sperator.text-right {
        text-align: right;
    }

    .sperator p {
        font-family: 'Helvetica' !important;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 500;
        color: #333;
        margin-bottom: 0;
    }

.product-tab .nav.nav-pills,
.home-sidebar-content .filter-button-group {
    text-align: center;
    padding: 20px 0 40px 0;
    display: inline-block;
    width: 100%;
}

    .product-tab .nav.nav-pills li {
        display: inline-block;
        float: inherit;
        width: auto;
    }

        .product-tab .nav.nav-pills li a {
            color: #333;
            position: relative;
        }

            .product-tab .nav.nav-pills li a::before,
            .home-sidebar-content .filter-button-group button:before {
                background-color: #D7B56D;
                content: "";
                height: 2px;
                left: 50%;
                position: absolute;
                right: 50%;
                top: 0;
                transition: all 0.5s ease 0s;
            }

            .product-tab .nav.nav-pills li a::after,
            .home-sidebar-content .filter-button-group button:after {
                background-color: #D7B56D;
                content: "";
                height: 2px;
                left: 50%;
                position: absolute;
                right: 50%;
                top: auto;
                bottom: 0;
                transition: all 0.5s ease 0s;
            }

        .product-tab .nav.nav-pills li:hover a,
        .product-tab .nav.nav-pills li.active a {
            color: #D7B56D;
        }

            .product-tab .nav.nav-pills li:hover a::before,
            .product-tab .nav.nav-pills li.active a::before {
                left: 15px;
                right: 15px;
                transition: all 0.5s ease 0s;
            }

            .product-tab .nav.nav-pills li:hover a::after,
            .product-tab .nav.nav-pills li.active a::after {
                left: 15px;
                right: 15px;
                transition: all 0.5s ease 0s;
            }

.tab-pane.active {
    -webkit-animation: 0.1s ease-in-out 0.1s normal both 1 running fadeIn;
    animation: 0.1s ease-in-out 0.1s normal both 1 running fadeIn;
}

.rate {
    display: inline-block;
    height: 20px;
    width: 80px;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

    .rate .fa-star {
        color: #D7B56D;
    }

.banner-page {
    margin-bottom: 30px;
}

    .banner-page .content-banner {
        color: #fff;
        left: 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 100%;
    }

        .banner-page .content-banner .banner-name {
            font-size: 40px;
            padding: 0 20px;
            display: inline-block;
            font-family: 'Helvetica';
        }

        .banner-page .content-banner span {
            font-size: 20px;
            display: inline-block;
            width: 100%;
        }

    .banner-page img {
        width: 100%;
    }

    .banner-page .cost {
        border: 1px solid #D7B56D;
        border-radius: 50%;
        height: 100px;
        left: 50%;
        line-height: 100px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100px;
        z-index: 4;
        color: #555;
        font-size: 30px;
        background-color: #D7B56D;
        transition: all 0.5s ease 0s;
        opacity: 1;
    }

.banner-page-left {
    position: relative;
}

    .banner-page-left::before {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: -1px;
        content: "";
        left: 0;
        position: absolute;
        right: 50%;
        top: 0;
        transition: all 0.5s ease 0s;
    }

    .banner-page-left .content-hover {
        color: #fff;
        font-size: 20px;
        left: 30px;
        position: absolute;
        /*text-transform: uppercase;*/
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        left: 0;
        padding: 0 30px;
        width: 50%;
        transition: all 0.5s ease 0s;
        opacity: 1;
        visibility: visible;
        font-family: 'Helvetica';
        /*font-weight:600;*/
    }

        .banner-page-left .content-hover p {
            margin: 0;
            letter-spacing: 0.5px;
            font-size: 18px;
        }

        .banner-page-left .content-hover .banner-name {
            font-size: 36px;
            line-height: 27px;
        }

    .banner-page-left:hover .content-hover {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .banner-page-left:hover .content-banner {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        transition: all 0.5s ease 0s;
        visibility: visible;
    }

    .banner-page-left:hover::before {
        right: 0;
        transition: all 0.5s ease 0s;
    }

    .banner-page-left:hover .cost {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

.banner-page-right {
    position: relative;
}

    .banner-page-right::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        right: 0;
        position: absolute;
        left: 50%;
        top: 0;
        transition: all 0.5s ease 0s;
    }

    .banner-page-right .content-hover {
        color: #fff;
        right: 30px;
        position: absolute;
        top: 50%;
        z-index: 3;
    }

    .banner-page-right:hover .content-hover {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .banner-page-right:hover .content-banner {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        transition: all 0.5s ease 0s;
        visibility: visible;
    }

    .banner-page-right:hover::before {
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .banner-page-right:hover .cost {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

.home-blog-box {
    padding: 0 30px;
}

    .home-blog-box .owl-nav > div {
        background-color: #fff;
        box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        text-align: center;
        top: 100px;
        width: 50px;
        z-index: 3;
    }

        .home-blog-box .owl-nav > div.owl-prev {
            left: -30px;
        }

        .home-blog-box .owl-nav > div.owl-next {
            right: -30px;
        }

.blog-box {
    position: relative;
    padding-bottom: 200px;
}

    .blog-box .blog-img {
        position: relative;
    }

        .blog-box .blog-img img {
            height: 250px;
        }

        .blog-box .blog-img::before {
            background-color: rgba(0, 0, 0, 0.4);
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            transition: all 0.5s ease 0s;
        }

        .blog-box .blog-img .blog-overlay {
            height: 60px;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            -ms-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
            transition: all 0.5s ease 0s;
            width: 60px;
            z-index: 5;
        }

            .blog-box .blog-img .blog-overlay::before {
                background-color: #fff;
                bottom: 0;
                content: "";
                left: 50%;
                position: absolute;
                top: 0;
                width: 1px;
            }

            .blog-box .blog-img .blog-overlay::after {
                background-color: #fff;
                content: "";
                left: 0;
                position: absolute;
                top: 50%;
                right: 0;
                height: 1px;
            }

    .blog-box:hover .blog-img::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all 0.5s ease 0s;
    }

    .blog-box:hover .blog-overlay {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
        transition: all 0.5s ease 0s;
    }

.blog-text {
    background-color: #fff;
    float: right;
    left: auto;
    padding: 20px;
    position: relative;
    right: 0;
    top: -30px;
    width: 90%;
    z-index: 3;
}

    .blog-text .post-info > span {
        font-family: Helvetica !important;
        font-size: 12px;
        font-weight: 400;
        margin-right: 10px;
        text-transform: uppercase;
        color: #3f3f3f;
    }

        .blog-text .post-info > span i {
            margin-right: 5px;
        }

    .blog-text h4 {
        margin: 20px 0;
    }

        .blog-text h4 a {
            color: #333;
            font-family: Helvetica !important;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

            .blog-text h4 a:hover {
                color: #D7B56D;
            }

    .blog-text .post-excerpt {
        color: #333;
        font-family: Helvetica !important;
        font-size: 15px;
        letter-spacing: 0.25px;
    }

.home-blog-box .btn-readmore {
    color: #333;
    font-family: Helvetica !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

    .home-blog-box .btn-readmore:hover {
        color: #D7B56D;
        font-style: italic;
        padding-left: 15px;
        transition: all 0.5s ease 0s;
    }

        .home-blog-box .btn-readmore:hover::before {
            content: "//";
            transition: all 0.5s ease 0s;
        }

    .home-blog-box .btn-readmore::before {
        content: "";
        left: 0;
        position: absolute;
        top: -3px;
        transition: all 0.5s ease 0s;
    }

.newletter-content {
    text-align: center;
}

.newletter-content {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .newletter-content form {
        float: inherit;
        position: relative;
        margin-bottom: 40px;
    }

    .newletter-content input {
        border-color: #666;
        border-style: solid;
        border-width: 1px 0;
        height: 40px;
        padding: 0 60px 0 10px;
        width: 80%;
        height: 50px;
        line-height: 50px;
        background: transparent;
        font-size: 14px;
    }

    .newletter-content form i {
        position: absolute;
        right: 11%;
        top: 18px;
    }

.sn-newletter-style1 .newletter-content p {
    color: #888;
    margin-bottom: 30px;
}

.sn-newletter-style2 .newletter-content-left {
    color: #fff;
    float: right;
    padding: 70px;
    text-align: center;
    width: 33.33%;
    background-size: cover;
}

    .sn-newletter-style2 .newletter-content-left h3 {
        font-size: 28px;
        margin-bottom: 80px;
    }

    .sn-newletter-style2 .newletter-content-left p {
        font-size: 16px;
        margin-bottom: 40px;
    }

.sn-newletter-style2 .newletter-content {
    background-color: #f8f8f8;
    float: right;
    padding: 70px;
    width: 66.66%;
    text-align: left;
    margin-top: 60px;
}

    .sn-newletter-style2 .newletter-content h3 {
        text-transform: uppercase;
        color: #333;
    }

    .sn-newletter-style2 .newletter-content form {
        width: 100%;
    }

        .sn-newletter-style2 .newletter-content form input {
            border: medium none;
            box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
            width: 100%;
        }

        .sn-newletter-style2 .newletter-content form i {
            right: 4%;
            cursor: pointer;
        }

.sn-newletter-style3 {
    background-color: #F8F8F8;
    padding: 40px 0;
}

    .sn-newletter-style3 .sn-newletter-style3-left {
        text-align: center;
    }

        .sn-newletter-style3 .sn-newletter-style3-left .newletter-style3-left-content {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            color: #3f3f3f;
        }

    .sn-newletter-style3 .sn-newletter-style3-right {
        position: relative;
        margin-top: 40px;
    }

        .sn-newletter-style3 .sn-newletter-style3-right a {
            position: absolute;
            right: 0;
            top: 0;
            width: 180px;
            text-align: center;
            background-color: #333;
            line-height: 50px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.75px;
        }

            .sn-newletter-style3 .sn-newletter-style3-right a:hover {
                background-color: #D7B56D;
            }

        .sn-newletter-style3 .sn-newletter-style3-right input {
            background-color: #fff;
            height: 50px;
            line-height: 50px;
            padding: 0 180px 0 20px;
            width: 100%;
            border: none;
        }

    .sn-newletter-style3.sn-newletter-style4 {
        padding: 0;
    }

        .sn-newletter-style3.sn-newletter-style4 .sn-newletter-style3-left {
            height: 200px;
            padding-top: 45px;
        }

            .sn-newletter-style3.sn-newletter-style4 .sn-newletter-style3-left .newletter-style3-left-content {
                top: 45px;
            }

        .sn-newletter-style3.sn-newletter-style4 .sn-newletter-style3-right {
            height: 200px;
            margin: 0;
            padding-top: 75px;
            background: url(../images/demo/h5-bg-newletter.jpg);
            background-size: cover;
        }

            .sn-newletter-style3.sn-newletter-style4 .sn-newletter-style3-right a {
                top: 75px;
            }

.sn-newletter-style5 .newletter-content form {
    margin-bottom: 0;
}

    .sn-newletter-style5 .newletter-content form input {
        border: 2px solid #eee;
        height: 60px;
        line-height: 60px;
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }

.sn-newletter-style5 .newletter-content a {
    background-color: #3f3f3f;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -10px;
    width: 150px;
}

.sn-newletter-style6 .title-home-6 h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sn-newletter-style6 div .sn-newletter-style3-right {
    margin-bottom: 60px;
}

a.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-color-white {
    color: #fff;
}

.btn-color-dark {
    color: #333;
}

.btn-background-dark {
    background-color: #333;
}

.btn-background-white {
    background-color: #fff;
}

.btn-background-yellow {
    background-color: #D7B56D;
}

.shop-checkout #place_order,
.slide-home-1 .slide1 .slide1-left a,
a.btn,
.slide-home-2 .slide1-content a,
.count-downt.style-1 a,
.product-page .button a,
.portfolio-full .button a,
.portfolio-hover .button a,
.shop .load-more-shop,
.cart .cart-form .button-cart a,
.my-acount .customer_login_form_wrap .login .button,
.wishlist form table tr .buttuon,
.contact-us .contact-bottom-left input.wpcf7-submit,
.page-404 .img-404 a.return-home,
.banner-home-5 .banner-home-5-content > a,
.home-5 .home-5-colection-sale .sperator a,
.home-6-colection .home-6-colection-content a,
.home-6-sale .home-6-sale-content .home-6-sale-right a,
.slide-home-7 a,
.slide-home-8 a,
.button-home-blog a,
.home-sidebar-banner-sider .slide2-content a,
.home-sidebar-content div.button a,
.slide-home-1 .slde2-content .btn-slide2,
.home-sidebar-banner-sider a,
.home-sidebar-content div.button a {
    transition: all 0.2s;
}

    .shop-checkout #place_order:hover,
    .slide-home-1 .slide1 .slide1-left a:hover,
    a.btn:hover,
    .slide-home-2 .slide1-content a:hover,
    .count-downt.style-1 a:hover,
    .product-page .button a:hover,
    .portfolio-full .button a:hover,
    .portfolio-hover .button a:hover,
    .shop .load-more-shop:hover,
    .cart .cart-form .button-cart a:hover,
    .my-acount .customer_login_form_wrap .login .button:hover,
    .wishlist form table tr .buttuon:hover,
    .contact-us .contact-bottom-left input.wpcf7-submit:hover,
    .page-404 .img-404 a.return-home:hover,
    .banner-home-5 .banner-home-5-content > a:hover,
    .home-5 .home-5-colection-sale .sperator a:hover,
    .home-6-colection .home-6-colection-content a:hover,
    .home-6-sale .home-6-sale-content .home-6-sale-right a:hover,
    .slide-home-7 a:hover,
    .slide-home-8 a:hover,
    .button-home-blog a:hover,
    .home-sidebar-banner-sider .slide2-content a:hover,
    .home-sidebar-content div.button a:hover,
    .slide-home-1 .slde2-content .btn-slide2:hover,
    .home-sidebar-banner-sider a:hover {
        color: #fff !important;
        background-color: #D2AE6D !important;
        border-color: #D2AE6D !important;
        transition: all 0.2s;
    }

.header-top-right a:hover {
    background-color: #D7B56D !important;
    border-color: #D7B56D !important;
    color: #000 !important;
}

.icon-box {
    padding-left: 0px;
    position: relative;
}

    .icon-box .icon-box-left {
        display: inline-block;
        left: 0;
        position: absolute;
        top: 0;
    }

.icon-box-style1 i {
    font-size: 40px;
}

.icon-box-style1 p {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-family: webfontregular1;
}

.icon-box.icon-box-style2 {
    padding-left: 35px;
    cursor: pointer;
}

    .icon-box.icon-box-style2 span {
        font-family: Helvetica !important;
        font-size: 16px;
    }

    .icon-box.icon-box-style2 i {
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 5px;
    }

.icon-box-style3 i {
    border: 1px solid;
    border-radius: 50%;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    color: #fff;
}

.icon-box-style3 p {
    margin-bottom: 5px;
    color: #fff;
}

.socialmedia a i {
    font-size: 20px !important;
    background-color: #D2AE6D;
    padding: 8px 10px;
    border-radius: 7px;
    margin-right: 5px;
    transition: all ease-in-out .5s;
    color:#000;
}

    .socialmedia a i:hover {
        background-color: #D7B56D;
        color: #000;
    }

.slide-logo {
    background-color: #fafafa;
    padding: 50px 0;
}

    .slide-logo .owl-prev {
        left: -30px;
    }

    .slide-logo img {
        height: 105px;
    }

    .slide-logo .owl-next {
        right: -30px;
    }

    .slide-logo div .owl-nav > div {
        background-color: #fff;
        box-shadow: 2px 2px 6px 2px;
        color: #777;
        display: inline-block;
        font-size: 30px;
        font-weight: 900;
        height: 50px;
        line-height: 50px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 30%;
        transition: all 0.3s ease 0s;
        width: 50px;
    }

    .slide-logo:hover .owl-prev {
        left: 0px;
        transition: all 0.3s ease 0s;
        opacity: 1;
    }

    .slide-logo:hover .owl-next {
        right: 0px;
        transition: all 0.3s ease 0s;
        opacity: 1;
    }

    .slide-logo .slide-logo-item:hover {
        opacity: 0.6;
    }

.style-1 .banner-content {
    position: relative;
    overflow: hidden;
}

    .style-1 .banner-content > img {
        width: 100%;
    }

    .style-1 .banner-content::before {
        opacity: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        top: 0;
        left: 0%;
        transition: all 0.35s ease-in-out;
    }

    .style-1 .banner-content .banner-label-outer {
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 2;
    }

        .style-1 .banner-content .banner-label-outer span {
            position: relative;
            background-color: #ffffff;
            color: #666666;
            font-size: 18px;
            text-transform: uppercase;
            padding-left: 30px;
            padding-right: 20px;
            line-height: 50px;
            display: block;
        }

            .style-1 .banner-content .banner-label-outer span::before {
                content: "";
                height: 0;
                left: 100%;
                position: absolute;
                top: 0;
                width: 0;
                border-style: solid;
                border-color: #fff transparent #fff transparent;
                border-width: 25px 25px 25px 0;
            }

    .style-1 .banner-content img {
        transition: all 0.8s ease-in-out;
    }

    .style-1 .banner-content .banner-content-title {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 2;
        white-space: nowrap;
    }

        .style-1 .banner-content .banner-content-title .banner-title {
            position: relative;
            margin: 10px 15px;
            z-index: 2;
            color: #ffffff;
            font-size: 24px;
            text-transform: uppercase;
        }

        .style-1 .banner-content .banner-content-title .overlay-bg {
            position: absolute;
            height: 100%;
            width: 40px;
            top: 0;
            left: 0;
            transition: all 0.35s ease-in-out;
        }

    .style-1 .banner-content:hover .banner-content-title .overlay-bg {
        width: 100%;
    }

    .style-1 .banner-content:hover:before {
        opacity: 1;
    }

    .style-1 .banner-content:hover img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

.banner-shortcode-wrap.style_2 {
    position: relative;
}

    .banner-shortcode-wrap.style_2::before,
    .banner-shortcode-wrap.style_2 .banner-content::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 25%;
        background-color: rgba(255, 255, 255, 0.45);
        transition: all 0.8s ease 0s;
        z-index: 3;
    }

    .banner-shortcode-wrap.style_2::before {
        left: 0;
    }

    .banner-shortcode-wrap.style_2 .banner-content::before {
        left: 50%;
    }

    .banner-shortcode-wrap.style_2::after,
    .banner-shortcode-wrap.style_2 .banner-content::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 25%;
        background-color: rgba(255, 255, 255, 0.45);
        transition: all 0.8s ease 0s;
        z-index: 3;
    }

    .banner-shortcode-wrap.style_2::after {
        left: 25%;
    }

    .banner-shortcode-wrap.style_2 .banner-content::after {
        left: 75%;
    }

    .banner-shortcode-wrap.style_2:hover::before,
    .banner-shortcode-wrap.style_2:hover .banner-content::before {
        top: 100%;
        transition: all 0.8s ease 0s;
    }

    .banner-shortcode-wrap.style_2:hover::after,
    .banner-shortcode-wrap.style_2:hover .banner-content::after {
        bottom: 100%;
        transition: all 0.8s ease 0s;
    }

    .banner-shortcode-wrap.style_2 .banner-overlay {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 15px 40px;
        mix-blend-mode: luminosity;
        text-transform: uppercase;
        background-color: #fff;
        text-align: center;
        z-index: 2;
    }

        .banner-shortcode-wrap.style_2 .banner-overlay h3 {
            color: #333;
            font-family: Helvetica !important;
            letter-spacing: 0.5px;
            font-size: 55px;
        }

        .banner-shortcode-wrap.style_2 .banner-overlay::before {
            position: absolute;
            content: "";
            top: -4px;
            left: -4px;
            right: -4px;
            bottom: -4px;
            background-color: transparent;
            border: 1px solid #fff;
        }

    .banner-shortcode-wrap.style_2 .banner-content img {
        width: 100%;
    }

.product-item-wrap.our-style-1 {
    position: relative;
    padding: 60px;
}

    .product-item-wrap.our-style-1 .product-thumb > a::before {
        color: #ffffff;
        content: "\f064";
        font-family: FontAwesome;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        opacity: 1;
        position: absolute;
        right: 70px;
        text-align: center;
        top: 70px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        transition: all 0.5s ease-in-out 0s;
        width: 50px;
        z-index: 4;
    }

    .product-item-wrap.our-style-1 .product-actions {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 6;
    }

        .product-item-wrap.our-style-1 .product-actions > div,
        .product-item-wrap.our-style-1 .product-actions > a {
            display: inline-block;
            margin: 0 5px;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            transition: all 0.5s ease 0s;
            cursor: pointer;
        }

        .product-item-wrap.our-style-1 .product-actions a {
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            font-size: 15px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            width: 45px;
        }

            .product-item-wrap.our-style-1 .product-actions a:hover {
                color: #333;
                background-color: #fff;
            }

    .product-item-wrap.our-style-1 .rate {
        display: none;
    }

    .product-item-wrap.our-style-1 .product-info {
        bottom: 30px;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease 0s;
    }

        .product-item-wrap.our-style-1 .product-info h3 {
            color: #333;
            font-family: Helvetica !important;
            font-size: 15px;
            font-weight: 100;
            letter-spacing: 0.5px;
        }

        .product-item-wrap.our-style-1 .product-info span {
            font-family: Helvetica !important;
            font-weight: 600;
        }

        .product-item-wrap.our-style-1 .product-info .price {
            color: #444;
        }

            .product-item-wrap.our-style-1 .product-info .price ins {
                color: #D7B56D;
                margin-left: 5px;
            }

    .product-item-wrap.our-style-1::before {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 100%;
        content: "";
        left: 0;
        position: absolute;
        right: 100%;
        top: 0;
        transition: all 0.5s ease 0s;
        z-index: 2;
    }

    .product-item-wrap.our-style-1::after {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        content: "";
        left: 100%;
        position: absolute;
        right: 0;
        top: 100%;
        transition: all 0.5s ease 0s;
    }

    .product-item-wrap.our-style-1:hover::before {
        bottom: 0;
        right: 0;
        transition: all 0.5s ease 0s;
    }

    .product-item-wrap.our-style-1:hover .product-thumb > a::before {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    .product-item-wrap.our-style-1:hover::after {
        left: 0;
        top: 0;
        transition: all 0.5s ease 0s;
    }

    .product-item-wrap.our-style-1:hover .product-actions > div,
    .product-item-wrap.our-style-1:hover .product-actions > a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all 0.5s ease 0.2s;
    }

    .product-item-wrap.our-style-1:hover .product-info {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

.count-downt.style-1 {
    text-align: center;
}

    .count-downt.style-1 .count-down-time > div {
        display: inline-block;
        padding: 0 35px;
        position: relative;
        font-size: 24px;
        color: #333;
        padding-bottom: 30px;
        font-weight: 600;
    }

        .count-downt.style-1 .count-down-time > div::before {
            content: ":";
            position: absolute;
            right: 0;
            font-size: 24px;
            color: #888;
            top: 10px;
        }

        .count-downt.style-1 .count-down-time > div:last-child::before {
            content: "";
            padding-right: 0;
        }

        .count-downt.style-1 .count-down-time > div .text {
            position: absolute;
            left: 40px;
            bottom: 0;
            font-size: 14px;
            visibility: hidden;
            opacity: 0;
            text-transform: capitalize;
            font-weight: 400;
        }

        .count-downt.style-1 .count-down-time > div:hover .text {
            visibility: visible;
            opacity: 1;
        }

    .count-downt.style-1 .number {
        padding: 10px 5px;
    }

    .count-downt.style-1 .box-hours .number {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .count-downt.style-1 h2 {
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .count-downt.style-1 p {
        margin: 25px 0;
        color: #808080;
    }

    .count-downt.style-1 a {
        background-color: #eee;
        box-shadow: 2px 2px 4px 2px #fff;
        color: #333;
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 14px 24px;
        text-transform: uppercase;
    }

.countTo.countTo-style-1 {
    text-align: center;
    font-weight: 600;
}

    .countTo.countTo-style-1 .countTo-box {
        border: none;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 202px;
        position: relative;
        text-transform: uppercase;
        width: 202px;
    }

        .countTo.countTo-style-1 .countTo-box div {
            background-color: rgba(0, 0, 0, 0.25);
            border-radius: 50%;
            display: inline-block;
            font-size: 50px;
            height: 200px;
            line-height: 180px;
            text-align: center;
            width: 200px;
        }

        .countTo.countTo-style-1 .countTo-box p {
            bottom: 60px;
            font-size: 14px;
            height: auto;
            margin: 0;
            position: absolute;
            width: 100%;
        }

        .countTo.countTo-style-1 .countTo-box::before {
            background-color: #fff;
            border-radius: 50%;
            position: absolute;
            content: "";
        }

        .countTo.countTo-style-1 .countTo-box:hover {
            border: 1px solid #fff;
        }

            .countTo.countTo-style-1 .countTo-box:hover:before {
                -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-name: toup;
                animation-name: toup;
            }

            .countTo.countTo-style-1 .countTo-box:hover div {
                height: 180px;
                line-height: 160px;
                width: 180px;
                color: #000;
                background-color: #fff;
                margin-top: 10px;
            }

            .countTo.countTo-style-1 .countTo-box:hover p {
                color: #000;
            }

@-webkit-keyframes toup {
    0% {
        opacity: 0;
        bottom: -20px;
        left: -20px;
        right: -20px;
        top: -20px;
    }

    99% {
        opacity: 0.5;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }

    100% {
        opacity: 0;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
}

@keyframes toup {
    0% {
        opacity: 0;
        bottom: -20px;
        left: -20px;
        right: -20px;
        top: -20px;
    }

    99% {
        opacity: 0.5;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }

    100% {
        opacity: 0;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 479px) {
    .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
        font-size: 14px;
    }
}

.recent-news-home_2 .recent-news-container article {
    box-sizing: border-box;
    margin: 15px 0;
    position: relative;
    border: 1px solid transparent;
}

    .recent-news-home_2 .recent-news-container article .post-thumbnail {
        position: relative;
    }

        .recent-news-home_2 .recent-news-container article .post-thumbnail .post-image {
            position: relative;
            transition: all 0.35s ease-in-out;
        }

            .recent-news-home_2 .recent-news-container article .post-thumbnail .post-image:before {
                content: '';
                position: absolute;
                background-color: rgba(0, 0, 0, 0.35);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                transition: all 0.35s ease-in-out;
            }

        .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 40px;
            overflow: hidden;
        }

            .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
                margin: 10px 0 5px 0;
                font-size: 18px;
                text-transform: uppercase;
                -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                transform: translateX(-100%);
                transition: all 0.35s ease-in-out;
            }

                .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title a {
                    color: #ffffff;
                }

            .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info {
                opacity: 0;
                font-size: 12px;
                text-transform: uppercase;
                color: #D7B56D;
                -webkit-transform: translateX(50%);
                -ms-transform: translateX(50%);
                transform: translateX(50%);
                transition: all 0.45s ease-in-out;
            }

                .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category {
                    display: inline-block;
                }

                    .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul {
                        list-style: none;
                        padding: 0;
                        display: inline-block;
                        padding-right: 10px;
                        position: relative;
                    }

                        .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul:after {
                            content: '/';
                            position: absolute;
                            right: 0;
                            top: 0;
                            font-size: 12px;
                            color: #D7B56D;
                            display: inline-block;
                        }

                .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-author {
                    padding-left: 5px;
                }

            .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i {
                opacity: 0;
                position: absolute;
                left: 50%;
                top: 70%;
                -webkit-transform: translate(-50%, 0%);
                -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
                background-color: rgba(0, 0, 0, 0.35);
                height: 60px;
                width: 60px;
                border-radius: 100%;
                line-height: 58px;
                text-align: center;
                color: #ffffff;
                font-size: 18px;
                transition: all 0.5s ease-in-out;
                border: 1px solid transparent;
            }

                .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i:hover {
                    color: #D7B56D;
                    border: 1px solid #D7B56D;
                    background-color: transparent;
                }

    .recent-news-home_2 .recent-news-container article .btn-readmore-news {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 50px;
        left: 50%;
        line-height: 50px;
        position: absolute;
        text-align: center;
        top: 80%;
        width: 50px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.5s ease-in-out;
        opacity: 0;
    }

    .recent-news-home_2 .recent-news-container article:hover .btn-readmore-news {
        top: 50%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.5s ease-in-out;
    }

.banner-shortcode-wrap.style-4 .banner-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .banner-shortcode-wrap.style-4 .banner-content img {
        width: 100%;
    }

    .banner-shortcode-wrap.style-4 .banner-content .banner-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .banner-shortcode-wrap.style-4 .banner-content .banner-overlay::before {
            content: '';
            height: 100%;
            width: 25%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0.5);
            z-index: 1;
            transition: all 0.7s ease-in-out;
        }

        .banner-shortcode-wrap.style-4 .banner-content .banner-overlay::after {
            content: '';
            height: 100%;
            width: 25%;
            position: absolute;
            top: 0;
            left: 25%;
            background-color: rgba(255, 255, 255, 0.5);
            z-index: 1;
            transition: all 0.7s ease-in-out;
        }

        .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap:before {
            content: '';
            height: 100%;
            width: 25%;
            position: absolute;
            top: 0;
            left: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            z-index: 1;
            transition: all 0.7s ease-in-out;
        }

        .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap:after {
            content: '';
            height: 100%;
            width: 25%;
            position: absolute;
            top: 0;
            left: 75%;
            background-color: rgba(255, 255, 255, 0.5);
            z-index: 1;
            transition: all 0.7s ease-in-out;
        }

        .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
            font-size: 70px;
            text-transform: uppercase;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 5px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border: 4px solid transparent;
            outline: 1px solid #ffffff;
            padding: 10px 40px;
            mix-blend-mode: luminosity;
            font-weight: 300;
            z-index: 2;
        }

            .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title:first-word {
                font-size: 100px;
            }

            .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title::before {
                z-index: -1;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #ffffff;
            }

    .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay:before {
        top: 100%;
    }

    .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay:after {
        top: -100%;
    }

    .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay .banner-title-wrap:before {
        top: 100%;
    }

    .banner-shortcode-wrap.style-4 .banner-content:hover .banner-overlay .banner-title-wrap:after {
        top: -100%;
    }

.banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay:before {
    height: 25%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay:after {
    height: 25%;
    width: 100%;
    top: 25%;
    left: 0;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap:before {
    height: 25%;
    width: 100%;
    top: 50%;
    left: 0;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap:after {
    height: 25%;
    width: 100%;
    top: 75%;
    left: 0;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
    line-height: 0.8;
    font-weight: bold;
}

    .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
        font-size: 36px;
        display: inline-block;
        width: 100%;
    }

.banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay:before {
    left: 100%;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay:after {
    left: -100%;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay .banner-title-wrap:before {
    left: 100%;
}

.banner-shortcode-wrap.style-4.effect_2 .banner-content:hover .banner-overlay .banner-title-wrap:after {
    left: -100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    body div div .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 36px;
    }

    .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    body div div .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 36px;
    }

    .banner-shortcode-wrap.style-4.effect_2 .banner-content .banner-overlay .banner-title-wrap .banner-title span {
        font-size: 24px;
    }
}

.shortcode-single-product-wrap .product-style_1 .product-info .rate {
    top: 85%;
    position: relative;
}
/**************************************/
/*******.click-back-top-body**********/
/*************************************/
.click-back-top-body {
    bottom: 18px;
    display: inline-block;
    position: fixed;
    right: 18px;
    z-index: 900;
}

    .click-back-top-body button {
        border: 2px solid #ddd;
        background-color: #000;
        color: #fff;
        font-size: 25px;
        height: 50px;
        line-height: 45px;
        opacity: 0;
        transition: all 0.6s ease 0s;
        width: 50px;
        z-index: 20;
    }

        .click-back-top-body button.on {
            opacity: 1;
            transition: all 0.6s ease 0s;
        }

        .click-back-top-body button:hover {
            background-color: #fff;
            border-color: #fff;
            color: #000;
        }

.slide-home-1 .active .slde2-content .year p,
.slide-home-1 .active .slde2-content .year span {
    -webkit-animation: 0.8s ease-in-out 0.1s normal both 1 running zoomIn;
    animation: 0.8s ease-in-out 0.1s normal both 1 running zoomIn;
}

.slide-home-1 .active .slde2-content > p,
.slide-home-1 .active .slde2-content > a {
    -webkit-animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
    animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
}

.slide-home-1 .active .slide1-content {
    -webkit-animation: 0.8s ease-in-out 0.8s normal both 1 running zoomIn;
    animation: 0.8s ease-in-out 0.8s normal both 1 running zoomIn;
}

.slide-home-1 .active .slide1-left {
    -webkit-animation: 0.8s ease-in-out 0.2s normal both 1 running fadeInLeft;
    animation: 0.8s ease-in-out 0.2s normal both 1 running fadeInLeft;
}

.slide-home-2 .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-home-2 .slide1-content h2 {
    color: #D7B56D;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Helvetica !important;
}

    .slide-home-2 .slide1-content h2 span {
        color: #fff;
        display: inline-block;
        width: 100%;
    }

.slide-home-2 .slide1-content p {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.slide-home-2 .slide1-content a {
    background-color: #D7B56D;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
}

.slide-home-2 .slide2-content {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    .slide-home-2 .slide2-content figure {
        text-align: center;
        display: inline-block;
    }

        .slide-home-2 .slide2-content figure img {
            width: auto;
        }

    .slide-home-2 .slide2-content .text {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

        .slide-home-2 .slide2-content .text span {
            font-size: 25px;
            position: relative;
            padding: 0 20px;
        }

            .slide-home-2 .slide2-content .text span::before {
                background-color: #fff;
                bottom: 15px;
                content: "";
                height: 1px;
                left: 100%;
                position: absolute;
                width: 100px;
            }

            .slide-home-2 .slide2-content .text span::after {
                background-color: #fff;
                bottom: 15px;
                content: "";
                height: 1px;
                right: 100%;
                position: absolute;
                width: 100px;
            }

    .slide-home-2 .slide2-content p {
        font-size: 20px;
        margin: 10px 0 20px;
    }

    .slide-home-2 .slide2-content a {
        background-color: #fff;
        color: #333;
        font-size: 18px;
        padding: 10px 20px;
    }

        .slide-home-2 .slide2-content a:hover {
            background-color: #D7B56D;
            color: #fff;
        }

.slide-home-2 .active .slide1-content h2,
.slide-home-2 .active .slide1-content h2 span,
.slide-home-2 .active .slide1-content p {
    -webkit-animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
    animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
}

.slide-home-2 .active .slide1-content a {
    -webkit-animation: 0.8s ease-in-out 0.5s normal both 1 running zoomIn;
    animation: 0.8s ease-in-out 0.5s normal both 1 running zoomIn;
}

.slide-home-2 .active .slide2-content .text,
.slide-home-2 .active .slide2-content p {
    -webkit-animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
    animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
}

.slide-home-2 .active .slide2-content figure {
    -webkit-animation: 0.8s ease-in-out 0.3s normal both 1 running zoomIn;
    animation: 0.8s ease-in-out 0.3s normal both 1 running zoomIn;
}

.slide-home-2 .active .slide2-content a {
    -webkit-animation: 0.8s ease-in-out 0.99s normal both 1 running zoomIn;
    animation: 0.8s ease-in-out 0.99s normal both 1 running zoomIn;
}

.slide-home-2 .slide2 > figure::before,
.slide-home-8 .slide2 > figure::before {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.slide-home-3 .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.slide-home-3 .slide2-content {
    font-weight: 600;
}

    .slide-home-3 .slide2-content figure {
        display: inline-block;
    }

        .slide-home-3 .slide2-content figure img {
            width: auto;
        }

    .slide-home-3 .slide2-content .text {
        font-size: 35px;
    }

    .slide-home-3 .slide2-content a {
        background-color: rgba(255, 220, 115, 0.7);
        border-radius: 18px;
        color: #fff;
        padding: 10px 36px;
    }

        .slide-home-3 .slide2-content a:hover {
            background-color: #D7B56D;
        }

.slide-home-3 .slide1-content .text {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.slide-home-3 .slide1-content p {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: none;
}

.slide-home-3 .slide1-content figure {
    margin-bottom: 15px;
}

.slide-home-3 .active .slide2-content {
    -webkit-animation: 0.8s ease-in-out 0.1s normal both 1 running zoomIn;
    animation: 0.8s ease-in-out 0.1s normal both 1 running zoomIn;
}

.slide-home-3 .active .slide1-content p,
.slide-home-3 .active .slide1-content .text,
.slide-home-3 .active .slide1-content figure {
    -webkit-animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
    animation: 0.8s ease-in-out 0.1s normal both 1 running fadeInDown;
}

.sofani-owl-carousel {
    position: relative;
}

.slide-home-7 .slide1-content,
.slide-home-7 .slide2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-home-7 .slide1-content {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px;
}

    .slide-home-7 .slide1-content .desc {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        padding: 0 20px;
    }

    .slide-home-7 .slide1-content h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        margin: 30px 0;
        text-transform: uppercase;
    }

    .slide-home-7 .slide1-content a,
    .slide-home-7 .slide2-content a,
    .home-full-sreen .home-sidebar-banner-sider a {
        background-color: #fff;
        color: #333;
        display: inline-block;
        padding: 8px 20px;
        text-transform: uppercase;
    }

.slide-home-7 .slide2-content {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

    .slide-home-7 .slide2-content .desc {
        display: inline-block;
        font-size: 20px;
        padding: 0 15px;
        position: relative;
        margin-bottom: 10px;
    }

        .slide-home-7 .slide2-content .desc::before {
            background-color: transparent;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            content: "";
            height: 6px;
            left: 100%;
            position: absolute;
            top: 15px;
            width: 50px;
        }

        .slide-home-7 .slide2-content .desc::after {
            background-color: transparent;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            content: "";
            height: 6px;
            left: auto;
            right: 100%;
            position: absolute;
            top: 15px;
            width: 50px;
        }

    .slide-home-7 .slide2-content h2 {
        background-color: #D7B56D;
        font-size: 50px;
        font-weight: 600;
        padding: 20px 80px;
        margin: 0;
    }

    .slide-home-7 .slide2-content p {
        background-color: #3f3f3f;
        font-size: 16px;
        padding: 16px;
    }

    .slide-home-7 .slide2-content a {
        margin-top: 25px;
    }

.slide-home-8 .slide1-content,
.slide-home-8 .slide2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-home-8 .slide1-content {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
}

    .slide-home-8 .slide1-content .desc {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        padding: 0 20px;
    }

    .slide-home-8 .slide1-content h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        margin: 30px 0;
        text-transform: uppercase;
    }

    .slide-home-8 .slide1-content a {
        background-color: #fff;
        color: #333;
        display: inline-block;
        padding: 8px 20px;
        text-transform: uppercase;
    }

.slide-home-8 .slide2-content figure {
    display: inline-block;
    width: 100%;
}

    .slide-home-8 .slide2-content figure img {
        width: auto;
        margin: 0 auto;
    }

.slide-home-8 .slide2-content h2 {
    background-color: rgba(255, 220, 115, 0.8);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 0;
    padding: 25px 70px;
}

.slide-home-8 .slide2-content p {
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
}

.slide-home-8 .slide2-content a {
    background-color: #fff;
    color: #333;
    padding: 12px 30px;
    text-transform: uppercase;
}
/***************************************/
/*************product-list****************/
/****************************************/
.shortcode-product-wrap.list {
    padding: 0 15px;
}

    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap {
        margin-top: 25px;
        margin-bottom: 25px;
        border: 1px solid #eeeeee;
    }

        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner {
            padding: 10px;
        }

            .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-thumb {
                padding-top: 20px;
            }

                .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
                    left: -15px;
                    top: 0px;
                    -webkit-transform: translateX(0);
                    -ms-transform: translateX(0);
                    transform: translateX(0);
                }

                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap .product-flash {
                        -webkit-transform: rotate(0);
                        -ms-transform: rotate(0);
                        transform: rotate(0);
                        top: 0;
                        left: 0;
                        padding: 5px;
                    }

                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap .product-flash:nth-child(2) {
                            right: -30px;
                            left: auto;
                        }

            .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner h3 {
                top: 0px;
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
                margin-top: 0;
                margin-bottom: 20px;
                color: #3f3f3f;
            }

            .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner span.price {
                font-size: 24px;
                color: #808080;
                font-weight: bold;
            }

            .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info {
                padding: 30px;
            }

                .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .add-to-cart-wrap {
                    width: auto;
                }

                .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions {
                    border: none;
                    opacity: 1;
                    margin-top: 50px;
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    position: relative;
                }

                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .added_to_cart,
                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .product_type_soldout {
                        border: 1px solid #eeeeee;
                    }

                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button,
                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable {
                        text-align: left;
                        width: 190px;
                        background-color: #D7B56D;
                        font-size: 14px;
                        font-weight: bold;
                        text-transform: uppercase;
                        color: #ffffff;
                    }

                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button i,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable i {
                            padding: 0 20px;
                            color: #ffffff;
                        }

                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:after,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:after {
                            opacity: 1;
                            content: '';
                        }

                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover {
                            background-color: #ffc30d;
                        }

                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a,
                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a,
                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist,
                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare,
                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product-quick-view {
                        border: 1px solid #eeeeee;
                    }

                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistaddedbrowse a:hover:after,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions .yith-wcwl-wishlistexistsbrowse a:hover:after,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_wishlist:hover:after,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.compare:hover:after,
                        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product-quick-view:hover:after {
                            opacity: 0;
                        }

                .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-single-short-description {
                    padding-bottom: 50px;
                    position: relative;
                    text-align: left;
                }

                    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-single-short-description:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 50px;
                        height: 2px;
                        background-color: #D7B56D;
                    }

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info {
        padding: 15px;
    }
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions {
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button,
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable {
        width: 40px;
        border: 1px solid #eeeeee;
        background-color: #ffffff;
        font-size: 0;
    }

        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button i,
        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable i {
            color: #808080;
            text-align: center;
            padding: 10px;
        }

        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover,
        .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover {
            background-color: #ffffff;
        }

            .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.add_to_cart_button:hover i,
            .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .product-info .product-actions a.product_type_variable:hover i {
                color: #D7B56D;
            }
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner span.price {
        margin-top: 55px;
    }
}

@media (max-width: 479px) {
    .shortcode-product-wrap.list .woocommerce.list .product-item-wrap .product-item-inner .star-rating {
        top: 60px;
        right: auto;
    }
}
/***************************************/
/*************breadcrumbs****************/
/****************************************/
.banner-sub-page {
    background-size: cover;
    display: inline-block;
    float: left;
    /*background-image: url(../Images/bg-image.jpg);*/
    width: 100%;
}

    .banner-sub-page .container {
        position: relative;
        min-height: 300px;
    }

        .breadcrumbs {
            /*position: absolute;*/
            top: 5%;
            left: 0%;
            /*-webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);*/
            /*text-align: center;*/
            z-index: 3;
        }

            .breadcrumbs .breadcrumbs-list {
                /*background-color: #fff;*/
                display: inline-block;
                padding: 15px 0px;
                font-size:12px;
                /*box-shadow: 2px 2px 5px 2px #eee;*/
                /*width: 110%;*/
            }

                .breadcrumbs .breadcrumbs-list .page {
                    display: inline-block;
                    padding: 0 30px 0 0;
                    position: relative;
                    color: #5c5c5c;
                }

                    .breadcrumbs .breadcrumbs-list .page::before {
                        content: "\f105";
                        font-family: FontAwesome;
                        font-size: 17px;
                        position: absolute;
                        left: -15px;
                        top: -5px;
                    }

                    .breadcrumbs .breadcrumbs-list .page:first-child::before {
                        content: "";
                    }

        .banner-sub-page .container h2 {
            color: #ececec;
            text-transform: uppercase;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            font-size: 60px;
            line-height: 55px;
            font-weight: 600;
            font-family: Helvetica !important;
        }
/***************************************/
/*************pagination****************/
/****************************************/
.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .pagination .pagination-list {
        border-top: 1px solid #eee;
        display: inline-block;
        border-bottom: 1px solid #eee;
    }

        .pagination .pagination-list .page {
            display: inline-block;
            height: 45px;
            line-height: 45px;
            width: 48px;
            position: relative;
            cursor: pointer;
        }

            .pagination .pagination-list .page::before {
                position: absolute;
                content: "";
                left: 50%;
                right: 50%;
                bottom: 0;
                top: -1px;
                border-top: 1px solid #808080;
                border-bottom: 1px solid #808080;
                transition: all 0.4s ease 0s;
            }

            .pagination .pagination-list .page:hover::before {
                left: 0;
                right: 0;
                transition: all 0.4s ease 0s;
            }

    .pagination.text-left {
        text-align: left;
    }

        .pagination.text-left .page {
            text-align: center;
        }

    .pagination.text-right {
        text-align: right;
    }

        .pagination.text-right .page {
            text-align: center;
        }

.pagination-product .pagination-list {
    display: inline-block;
}

    .pagination-product .pagination-list .page {
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #ddd;
        float: left;
        margin: 0 2px;
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        cursor: pointer;
    }

        .pagination-product .pagination-list .page.active,
        .pagination-product .pagination-list .page:hover {
            color: #FFC30D;
            box-shadow: 1px 1px 3px 1px #ccc;
        }

.pagination-portfolio {
    text-align: center;
    color: #000;
}

    .pagination-portfolio .nav-next,
    .pagination-portfolio .nav-previous {
        display: inline-block;
    }

        .pagination-portfolio .nav-next a,
        .pagination-portfolio .nav-previous a {
            color: #000;
            background-color: #f5f5f5;
            padding: 3px 20px;
            font-size: 20px;
            display: inline-block;
        }

        .pagination-portfolio .nav-next:hover a,
        .pagination-portfolio .nav-previous:hover a {
            color: #D7B56D;
        }

    .pagination-portfolio .text-middle {
        font-size: 20px;
        display: inline-block;
    }

    .pagination-portfolio .nav-next {
        float: right;
    }

    .pagination-portfolio .nav-previous {
        float: left;
    }
/***************************************/
/*************.post-item****************/
/****************************************/
.post-item {
    background-color: #ffffff;
}

    .post-item .prettyPhoto {
        opacity: 0;
        position: absolute;
        right: 30px;
        top: 30px;
        color: #fff;
    }

    .post-item:hover .prettyPhoto {
        opacity: 1;
    }

    .post-item .entry-wrap {
        position: relative;
        margin-bottom: 30px;
    }

        .post-item .entry-wrap .entry-meta {
            text-align: center;
        }

        .post-item .entry-wrap .entry-thumbnail-wrap {
            position: relative;
        }

            .post-item .entry-wrap .entry-thumbnail-wrap .entry-thumbnail {
                overflow: hidden;
            }

            .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay:before {
                position: absolute;
                content: '\f064';
                font-family: 'FontAwesome';
                top: 40%;
                left: 45%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 50%;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                transition: all 0.3s ease;
                padding: 15px;
                line-height: 15px;
                color: #ffffff;
                background: rgba(128, 128, 128, 0.6);
                z-index: 2;
            }

            .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay img {
                transition: all 1s ease-in-out;
                width: 100%;
            }

            .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay {
                display: none;
            }

        .post-item .entry-wrap .entry-content-wrap {
            padding: 0;
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 0px 15px;
        }

            .post-item .entry-wrap .entry-content-wrap .entry-detail {
                padding-top: 20px;
                background-color: #ffffff;
            }

                .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
                    font-weight: bold;
                    margin-top: 0px;
                }

                .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li a {
                    font-weight: bold;
                }

                .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li.entry-meta-author a {
                    text-transform: capitalize;
                }

                .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
                    position: relative;
                    background-color: #e6e6e6;
                    display: block;
                    color: #000000;
                    text-transform: uppercase;
                    font-weight: bold;
                    overflow: hidden;
                    transition: all 0.35s ease;
                }

                    .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore::before {
                        display: none;
                    }

                    .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore span {
                        padding: 10px 0px;
                        display: block;
                        text-align: center;
                    }

                    .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
                        background-color: #1a1a1a;
                        color: #ffffff;
                    }

                        .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover:before {
                            left: 120%;
                        }

                .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
                    margin-bottom: 30px;
                    text-align: center;
                }

                .post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
                    color: #3f3f3f;
                    font-weight: 600;
                    font-size: 16px;
                    width: 100%;
                    text-align: center;
                    display: inline-block;
                }

                .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap {
                    position: relative;
                    margin-bottom: 0;
                    padding-bottom: 30px !;
                }

                    .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
                        position: absolute;
                        content: '';
                        left: 0;
                        right: 0;
                        bottom: -8px;
                        margin: auto;
                        height: 1px;
                        width: 50%;
                        background: #eeeeee;
                        transition: all 0.3s ease;
                    }

                    .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li {
                        margin: 0 15px;
                        display: inline-block;
                    }

                        .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,
                        .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a {
                            color: #3f3f3f;
                            font-size: 12px;
                            font-weight: 600;
                            text-transform: uppercase;
                        }

                        .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-author,
                        .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
                            display: none;
                        }

@media (max-width: 479px) {
    .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
        bottom: -10px;
    }
}

.post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0px 40px;
}

    .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
        color: #3f3f3f;
    }

.post-item .entry-wrap .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
    display: block;
    padding: 15px 0px;
}

.post-item .entry-wrap .entry-content-wrap .entry-detail h3.entry-title a {
    font-size: 16px;
}

.post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
    display: none;
}

.post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt {
    padding: 0 20px;
}

    .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-excerpt p {
        font-size: 14px;
    }

.post-item .entry-wrap .entry-content-wrap .entry-detail a.btn-readmore span.span-text {
    padding: 10px 0px;
}

.post-item .entry-wrap:hover .entry-content-wrap .entry-detail .entry-post-meta-wrap:before {
    width: 100%;
    background: #808080;
}

.post-item:hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-item:hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.post-item.blog-list .entry-wrap {
    display: inline-block;
}

    .post-item.blog-list .entry-wrap > div {
        float: left;
        width: 50%;
    }

        .post-item.blog-list .entry-wrap > div .entry-meta {
            text-align: center;
        }

        .post-item.blog-list .entry-wrap > div .entry-thumbnail_overlay img {
            width: 100%;
        }

.post-item.blog-list:nth-child(2n+1) .entry-wrap > div.entry-thumbnail-wrap {
    padding: 0 15px 0 0;
    float: left;
}

.post-item.blog-list:nth-child(2n+1) .entry-wrap > div.entry-content-wrap {
    padding: 0 0 0 15px;
    float: right;
}

.post-item.blog-list:nth-child(2n) .entry-wrap > div.entry-thumbnail-wrap {
    padding: 0 0 0 15px;
    float: right;
}

.post-item.blog-list:nth-child(2n) .entry-wrap > div.entry-content-wrap {
    padding: 0 15px 0 0;
    float: left;
}
/***************************************/
/*************.sidebar****************/
/****************************************/
.sidebar-blog {
    margin-top: 60px;
}

    .sidebar-blog aside,
    .sidebar-product aside,
    .sidebar-product-style-2 aside {
        border-top: 1px solid #eee;
        padding: 25px 0;
        border-bottom: 1px solid #eee;
        margin-top: 1px;
        display: inline-block;
        width: 100%;
    }

        .sidebar-blog aside:last-child {
            border-bottom: none;
        }

        .sidebar-blog aside > h4,
        .sidebar-product aside h4,
        .sidebar-product-style-2 aside h4 {
            color: #3f3f3f;
            font-family: Montserrat;
            font-size: 16px;
            font-weight: 600;
            height: 20px;
            letter-spacing: 0.5px;
            padding-left: 20px;
            position: relative;
            text-transform: uppercase;
            display: inline-block;
            line-height: 20px;
            margin: 20px 0;
        }

            .sidebar-blog aside > h4::before,
            .sidebar-product aside h4::before,
            .sidebar-product-style-2 aside h4::before {
                background-color: #D7B56D;
                content: "";
                height: 2px;
                left: 0;
                position: absolute;
                top: 42%;
                width: 10px;
            }

    .sidebar-blog .sidebar-search form {
        position: relative;
    }

        .sidebar-blog .sidebar-search form input {
            background-color: #f6f6f6;
            border: medium none;
            color: #808080;
            height: 45px;
            line-height: 45px;
            padding: 0 10px;
            width: 100%;
        }

        .sidebar-blog .sidebar-search form a {
            color: #808080;
            height: 45px;
            line-height: 45px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 45px;
        }

            .sidebar-blog .sidebar-search form a:hover {
                color: #D7B56D;
            }

    .sidebar-blog .categories li {
        list-style: outside none none;
    }

        .sidebar-blog .categories li a {
            border-bottom: 1px solid #eee;
            color: #808080;
            display: inline-block;
            padding: 10px 0;
            width: 100%;
            transition: 0.3s ease 0s;
            position: relative;
        }

            .sidebar-blog .categories li a::before {
                position: absolute;
                content: "\f105";
                font-family: FontAwesome;
                right: 0;
                width: 30px;
                height: 50px;
                top: 0;
                line-height: 55px;
                text-align: center;
                opacity: 0;
                transition: 0.3s ease 0s;
            }

            .sidebar-blog .categories li a:hover {
                color: #D7B56D;
                padding: 10px;
                transition: 0.3s ease 0s;
            }

                .sidebar-blog .categories li a:hover::before {
                    position: absolute;
                    content: "\f105";
                    font-family: FontAwesome;
                    right: 0;
                    width: 30px;
                    height: 50px;
                    top: 0;
                    line-height: 55px;
                    text-align: center;
                    opacity: 1;
                    transition: 0.3s ease 0s;
                }

    .sidebar-blog .post-sidebar li {
        list-style: none;
        display: inline-block;
        margin-bottom: 30px;
    }

        .sidebar-blog .post-sidebar li:last-child {
            margin-bottom: 0;
        }

        .sidebar-blog .post-sidebar li > a {
            width: 34%;
            float: left;
            padding-right: 14px;
            position: relative;
        }

            .sidebar-blog .post-sidebar li > a img {
                width: 100%;
            }

        .sidebar-blog .post-sidebar li .posts-thumbnail-content {
            width: 66%;
            float: left;
        }

            .sidebar-blog .post-sidebar li .posts-thumbnail-content h4 {
                display: inline-block;
                margin: 0;
                width: 100%;
            }

                .sidebar-blog .post-sidebar li .posts-thumbnail-content h4 a {
                    color: #3f3f3f;
                    font-size: 16px;
                    font-weight: 600;
                }

                    .sidebar-blog .post-sidebar li .posts-thumbnail-content h4 a:hover {
                        color: #D7B56D;
                    }

            .sidebar-blog .post-sidebar li .posts-thumbnail-content span {
                color: #3f3f3f;
                display: inline-block;
                font-size: 15px;
                margin-right: 10px;
                float: left;
                text-transform: capitalize;
            }

                .sidebar-blog .post-sidebar li .posts-thumbnail-content span.comment-count {
                    float: right;
                }

                    .sidebar-blog .post-sidebar li .posts-thumbnail-content span.comment-count i {
                        color: #D7B56D;
                        margin-right: 4px;
                    }

                    .sidebar-blog .post-sidebar li .posts-thumbnail-content span.comment-count a {
                        color: #3f3f3f;
                    }

    .sidebar-blog .recent-post li > a {
        position: relative;
    }

        .sidebar-blog .recent-post li > a::before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            bottom: 5px;
            right: 19px;
            opacity: 0.6;
            z-index: 1;
            -webkit-transform: scale(0, 0) rotateZ(0deg);
            -ms-transform: scale(0, 0) rotateZ(0deg);
            transform: scale(0, 0) rotateZ(0deg);
            background-color: #D7B56D;
            transition: all 0.3s ease-out 0s;
        }

        .sidebar-blog .recent-post li > a::after {
            content: "\f064";
            font-family: "fontawesome";
            font-size: 20px;
            position: absolute;
            color: #ffffff;
            filter: alpha(opacity=0);
            top: 40%;
            left: 50%;
            visibility: hidden;
            opacity: 0;
            z-index: 2;
            transition: all 0.4s ease-out 0s;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .sidebar-blog .recent-post li:hover > a:before {
        -webkit-transform: scale(1, 1) rotateZ(180deg);
        -ms-transform: scale(1, 1) rotateZ(180deg);
        transform: scale(1, 1) rotateZ(180deg);
        filter: alpha(opacity=100);
    }

    .sidebar-blog .recent-post li:hover > a:after {
        top: 50%;
        opacity: 1;
        visibility: visible;
    }

    .sidebar-blog .most-view li > a p {
        text-align: center;
        color: #808080;
        border: 1px solid #eee;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        padding: 10px 0;
    }

        .sidebar-blog .most-view li > a p .day {
            font-size: 30px;
            line-height: 30px;
            margin: 0;
            width: 100%;
            display: inline-block;
            float: left;
            font-weight: 600;
        }

        .sidebar-blog .most-view li > a p .month {
            font-size: 12px;
            width: 100%;
            display: inline-block;
            float: left;
        }

    .sidebar-blog .most-view li:hover > a p {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

    .sidebar-blog .tagcloud li,
    .sidebar-product .tagcloud li,
    .sidebar-product-style-2 .tagcloud li {
        display: inline-block;
        margin: 3px;
    }

        .sidebar-blog .tagcloud li a,
        .sidebar-product .tagcloud li a,
        .sidebar-product .tagcloud li a:hover,
        .sidebar-product-style-2 .tagcloud li a,
        .sidebar-product-style-2 .tagcloud li a:hover {
            color: #aaa;
            border: 1px solid #ccc;
            padding: 0px 5px;
            display: inline-block;
        }

            .sidebar-blog .tagcloud li a:hover {
                color: #D7B56D;
                border-color: #D7B56D;
            }

.sidebar-product {
    margin-top: 60px;
}

    .sidebar-product aside:last-child {
        border-bottom: none;
    }

    .sidebar-product .tagcloud li a:hover {
        color: #D7B56D;
        border-color: #D7B56D;
    }

    .sidebar-product .featured-products li {
        display: inline-block;
    }

        .sidebar-product .featured-products li p span {
            width: 100%;
            display: inline-block;
        }

        .sidebar-product .featured-products li:last-child {
            border: none;
        }

    .sidebar-product .categorie li {
        list-style: none;
    }

        .sidebar-product .categorie li a {
            transition: all 0.5s ease 0s;
            display: inline-block;
            width: 100%;
            color: #808080;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            position: relative;
            padding: 5px 20px;
        }

            .sidebar-product .categorie li a::before {
                position: absolute;
                width: 10px;
                height: 2px;
                content: "";
                background-color: #eee;
                display: inline-block;
                transition: all 0.5s ease 0s;
                left: 0;
                top: 45%;
                padding-right: 10px;
            }

            .sidebar-product .categorie li a:hover {
                padding: 5px 35px;
                color: #D7B56D;
                transition: all 0.5s ease 0s;
            }

                .sidebar-product .categorie li a:hover::before {
                    background-color: #D7B56D;
                    transition: all 0.5s ease 0s;
                    left: 15px;
                }

.sidebar-product-style-2 aside {
    padding-top: 0;
}

    .sidebar-product-style-2 aside:last-child {
        border: none;
    }

.sidebar-product-style-2 .tagcloud li a:hover {
    color: #D7B56D;
    border-color: #D7B56D;
}

.sidebar-product-style-2 .categorie li {
    list-style: none;
}

    .sidebar-product-style-2 .categorie li a {
        transition: all 0.5s ease 0s;
        display: inline-block;
        width: 100%;
        color: #808080;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        position: relative;
        padding: 5px 20px;
    }

        .sidebar-product-style-2 .categorie li a::before {
            position: absolute;
            width: 10px;
            height: 2px;
            content: "";
            background-color: #eee;
            display: inline-block;
            transition: all 0.5s ease 0s;
            left: 0;
            top: 45%;
            padding-right: 10px;
        }

        .sidebar-product-style-2 .categorie li a:hover {
            padding: 5px 35px;
            color: #D7B56D;
            transition: all 0.5s ease 0s;
        }

            .sidebar-product-style-2 .categorie li a:hover::before {
                background-color: #D7B56D;
                transition: all 0.5s ease 0s;
                left: 15px;
            }

.sidebar-product-style-2 .sort-by ul li {
    list-style: none;
    color: #808080;
}

    .sidebar-product-style-2 .sort-by ul li a {
        color: #808080;
    }

        .sidebar-product-style-2 .sort-by ul li a:hover {
            color: #D7B56D;
        }
/*****************************/
/*********blog page******/
/******************************/
.blog section {
    display: inline-block;
    width: 100%;
    margin-top: 90px;
}

.blog-3-columns .blog-grid {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

    .blog-3-columns .blog-grid:nth-child(3n+1) {
        clear: both;
    }

.blog-3-columns .blog-3-columns-content {
    margin: 0 -15px;
}

.blog-2-columns .blog-grid {
    width: 50%;
    float: left;
    padding: 0 15px;
}

    .blog-2-columns .blog-grid:nth-child(2n+1) {
        clear: both;
    }

.blog-2-columns .blog-2-columns-content {
    margin: 0 -15px;
}

.blog-detail section {
    margin-top: 90px;
    display: inline-block;
    width: 100%;
}

.blog-detail .entry-post-meta-wrap {
    text-align: center;
    margin-bottom: 50px;
}

    .blog-detail .entry-post-meta-wrap h2 {
        color: #3f3f3f;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .blog-detail .entry-post-meta-wrap ul li {
        display: inline-block;
        margin: 0 15px;
    }

        .blog-detail .entry-post-meta-wrap ul li i {
            margin-right: 5px;
            color: #808080;
        }

        .blog-detail .entry-post-meta-wrap ul li a {
            color: #808080;
            text-transform: capitalize;
        }

            .blog-detail .entry-post-meta-wrap ul li a:hover {
                color: #D7B56D;
            }

.blog-detail .entry-thumbnail-wrap {
    margin-bottom: 50px;
}

.blog-detail .social-share li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .blog-detail .social-share li a {
        background-color: #e6e6e6;
        color: #808080;
        display: inline-block;
        padding: 7px 12px;
    }

        .blog-detail .social-share li a:hover {
            background-color: #3f3f3f;
            color: #fff;
        }

        .blog-detail .social-share li a i {
            margin-right: 10px;
        }

.blog-detail .nav-links {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    padding-bottom: 35px;
    padding-top: 35px;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .blog-detail .nav-links a {
        color: #3f3f3f;
    }

        .blog-detail .nav-links a:hover {
            color: #D7B56D;
        }

    .blog-detail .nav-links .nav-previous {
        display: inline-block;
        float: left;
    }

        .blog-detail .nav-links .nav-previous .post-navigation-left {
            margin-right: 35px;
            font-size: 23px;
            line-height: 26px;
        }

        .blog-detail .nav-links .nav-previous a > div {
            display: inline-block;
            float: left;
        }

    .blog-detail .nav-links .nav-next {
        display: inline-block;
        float: right;
    }

        .blog-detail .nav-links .nav-next .post-navigation-right {
            margin-left: 35px;
            font-size: 23px;
            line-height: 26px;
        }

        .blog-detail .nav-links .nav-next a > div {
            display: inline-block;
            float: left;
        }

.blog-detail .entry-comments {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 50px 0px;
}

    .blog-detail .entry-comments h3.comments-title {
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
    }

        .blog-detail .entry-comments h3.comments-title span {
            color: #3f3f3f;
        }

        .blog-detail .entry-comments h3.comments-title:before {
            position: absolute;
            width: 50px;
            height: 2px;
            background-color: #D7B56D;
            content: '';
            bottom: 0px;
            left: 0px;
        }

    .blog-detail .entry-comments .entry-comments-list {
        padding-bottom: 45px;
    }

        .blog-detail .entry-comments .entry-comments-list ol.commentlist {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .blog-detail .entry-comments .entry-comments-list ol.commentlist li .children {
                margin: 0px;
                padding-left: 45px;
            }

                .blog-detail .entry-comments .entry-comments-list ol.commentlist li .children li {
                    list-style: none;
                }

        .blog-detail .entry-comments .entry-comments-list li .comment-body {
            border-bottom: 1px solid #eeeeee;
            padding: 30px 0px;
        }

        .blog-detail .entry-comments .entry-comments-list li img.avatar {
            float: left;
            width: 80px;
            margin: 0;
        }

        .blog-detail .entry-comments .entry-comments-list li .comment-text {
            position: relative;
            padding-left: 110px;
        }

            .blog-detail .entry-comments .entry-comments-list li .comment-text .comment-meta .comment-reply-link,
            .blog-detail .entry-comments .entry-comments-list li .comment-text .comment-meta .comment-edit-link {
                font-size: 13px;
                text-transform: uppercase;
                color: #3f3f3f;
                transition: all 0.35s ease-in-out;
            }

                .blog-detail .entry-comments .entry-comments-list li .comment-text .comment-meta .comment-reply-link:hover,
                .blog-detail .entry-comments .entry-comments-list li .comment-text .comment-meta .comment-edit-link:hover {
                    color: #D7B56D;
                }

            .blog-detail .entry-comments .entry-comments-list li .comment-text .comment-meta .comment-edit-link {
                margin-left: 40px;
            }

        .blog-detail .entry-comments .entry-comments-list li .author {
            position: relative;
        }

            .blog-detail .entry-comments .entry-comments-list li .author .author-name {
                font-size: 13px;
                color: #000000;
                text-transform: capitalize;
                font-weight: bold;
            }

                .blog-detail .entry-comments .entry-comments-list li .author .author-name a {
                    color: inherit;
                }

            .blog-detail .entry-comments .entry-comments-list li .author .comment-meta-date {
                margin-left: 20px;
                position: relative;
                padding-left: 20px;
            }

                .blog-detail .entry-comments .entry-comments-list li .author .comment-meta-date:before {
                    position: absolute;
                    content: '';
                    width: 4px;
                    height: 4px;
                    background-color: #D7B56D;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    bottom: 5px;
                    left: 0px;
                }

        .blog-detail .entry-comments .entry-comments-list li .comment-respond {
            margin-top: 20px;
        }

        .blog-detail .entry-comments .entry-comments-list li:last-child .comment-text {
            border-bottom: none;
            padding-bottom: 0;
        }

        .blog-detail .entry-comments .entry-comments-list nav.comment-navigation {
            margin-bottom: 20px;
        }

            .blog-detail .entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
                display: inline-block;
                margin-right: 5px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border: 1px solid #eeeeee;
                color: #888;
                font-size: 14px;
                -webkit-border-top-right-radius: 100%;
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-bottom-left-radius: 0;
                -webkit-border-top-left-radius: 0;
                -moz-border-radius-topright: 100%;
                -moz-border-radius-bottomright: 0;
                -moz-border-radius-bottomleft: 0;
                -moz-border-radius-topleft: 0;
                border-top-right-radius: 100%;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
                background-clip: padding-box;
            }

                .blog-detail .entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,
                .blog-detail .entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev {
                    border: none;
                    -webkit-border-top-right-radius: 0;
                    -webkit-border-bottom-right-radius: 0;
                    -webkit-border-bottom-left-radius: 0;
                    -webkit-border-top-left-radius: 0;
                    -moz-border-radius-topright: 0;
                    -moz-border-radius-bottomright: 0;
                    -moz-border-radius-bottomleft: 0;
                    -moz-border-radius-topleft: 0;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                    border-bottom-left-radius: 0;
                    border-top-left-radius: 0;
                    background-clip: padding-box;
                    font-size: 18px;
                }

                .blog-detail .entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,
                .blog-detail .entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus {
                    color: #202020;
                }

                .blog-detail .entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current {
                    color: #ffffff;
                }

            .blog-detail .entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom {
                margin-bottom: 0;
                margin-top: 20px;
            }

.blog-detail .entry-comments-form .comment-reply-title {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

    .blog-detail .entry-comments-form .comment-reply-title span {
        color: #3f3f3f;
    }

    .blog-detail .entry-comments-form .comment-reply-title:before {
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #D7B56D;
        content: '';
        bottom: 0px;
        left: 0px;
    }

.blog-detail .entry-comments-form #commentform .yolo-row p {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.blog-detail .entry-comments-form #commentform .yolo-row input,
.blog-detail .entry-comments-form #commentform .yolo-row textarea {
    line-height: 45px;
    border-radius: 0;
    padding: 0 10px;
    border: 1px solid #eee;
}

    .blog-detail .entry-comments-form #commentform .yolo-row input:focus,
    .blog-detail .entry-comments-form #commentform .yolo-row textarea:focus {
        border-color: #D7B56D;
        box-shadow: none;
        outline: 0 none;
    }

.blog-detail .entry-comments-form #commentform .yolo-row input {
    height: 45px;
}

.blog-detail .entry-comments-form #commentform .comment-fields-inner input.submit {
    background-color: #3f3f3f;
    border: medium none;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-transform: uppercase;
}

    .blog-detail .entry-comments-form #commentform .comment-fields-inner input.submit:hover {
        background-color: #D7B56D;
    }
/*****************************/
/*********about us***********/
/******************************/
.about-us .banner-sub-page {
    background-image: url(../images/demo/bg-about.html);
}

.about-us .about-us-content {
    background-color: #fff;
    display: inline-block;
    padding-bottom: 35px;
    position: relative;
    padding: 0 40px;
    top: -25px;
    z-index: 3;
    margin-bottom: 50px;
}

    .about-us .about-us-content h2,
    .contact-us h2 {
        color: #3f3f3f;
        font-family: Helvetica !important;
        font-size: 30px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        padding-left: 75px;
        position: relative;
        margin-bottom: 35px;
        margin-top: 55px;
    }

        .about-us .about-us-content h2::before,
        .contact-us h2::before {
            background-color: #D7B56D;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            top: 50%;
            width: 60px;
        }

    .about-us .about-us-content .vc_figure {
        margin: 30px 0;
    }

        .about-us .about-us-content .vc_figure img {
            width: 100%;
        }

    .about-us .about-us-content .about-bottom .about-bottom-right a {
        display: inline-block;
        margin-bottom: 40px;
    }

    .about-us .about-us-content .about-bottom .about-bottom-right .icon-box {
        border-bottom: 1px solid #eee;
        margin-top: 20px;
        padding-bottom: 20px;
        color: #3f3f3f;
    }

        .about-us .about-us-content .about-bottom .about-bottom-right .icon-box:last-child {
            border: none;
        }

    .about-us .about-us-content .about-bottom .about-bottom-left {
        padding-right: 80px;
    }
/*****************************/
/*********contact us***********/
/******************************/
.contact-us iframe {
    width: 100%;
    pointer-events: none;
}

.contact-us .row-icon-box {
    margin-bottom: 60px;
    margin-top: 60px;
}

.contact-us .contact-bottom-left h6 {
    color: #3f3f3f;
    font-family: Helvetica !important;
    font-size: 14px;
    font-weight: 600;
}

.contact-us .contact-bottom-left form input,
.contact-us .contact-bottom-left form textarea {
    border: 2px solid #ddd;
    color: #878787;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    width: 95%;
    margin-bottom: 18px;
}

.contact-us .contact-bottom-left input.wpcf7-submit {
    background-color: #3f3f3f;
    border: medium none;
    color: #fff;
}

.contact-us .contact-bottom-right {
    background-color: #f5f5f5;
    font-size: 15px;
    margin-top: 30px;
    padding: 30px;
}

.contact-us .contact-us-content {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    top: -85px;
    z-index: 3;
    padding: 0 40px;
}
/*****************************/
/*********.page-404***********/
/******************************/
.page-404 .img-404 {
    position: relative;
}

    .page-404 .img-404 a.return-home {
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        padding: 25px 50px;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/*****************************/
/*********product page***********/
/******************************/
.product-page section {
    display: inline-block;
    width: 100%;
}

.product-page .product-tab .nav.nav-pills li a {
    color: #808080;
    padding: 4px 15px;
}

    .product-page .product-tab .nav.nav-pills li a:hover {
        color: #D7B56D;
    }

.product-page .product-tab .nav.nav-pills li.active a {
    color: #D7B56D;
}

.product-page .product-tab .nav.nav-pills {
    margin: 20px 0 10px 0;
}

.product-page .products-content {
    margin: 20px 0 100px;
}

.product-page .button,
.home-sidebar-content div.button {
    margin-top: 20px;
    text-align: center;
}

    .product-page .button a,
    .home-sidebar-content div.button a {
        background-color: #D7B56D;
        color: #fff;
        display: inline-block;
        line-height: 15px;
        padding: 15px 25px;
    }

.product-page .tab-pane.active .product-item-wrap {
    -webkit-animation: 0.5s ease-in-out 0.1s normal both 1 running zoomIn;
    animation: 0.5s ease-in-out 0.1s normal both 1 running zoomIn;
}

.product-grid .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-link::before {
    background-color: rgba(0, 0, 0, 0.04);
}

.shop .ul-list-shop {
    display: inline-block;
    width: 100%;
    margin: 50px 0 25px;
}

    .shop .ul-list-shop li {
        display: inline-block;
        padding-right: 30px;
        position: relative;
        cursor: pointer;
    }

        .shop .ul-list-shop li::before {
            content: "/";
            position: absolute;
            right: 10px;
            top: 1px;
        }

        .shop .ul-list-shop li a {
            color: #808080;
            font-weight: 400;
            padding: 0;
            text-transform: capitalize;
        }

        .shop .ul-list-shop li.active a,
        .shop .ul-list-shop li:hover a {
            color: #D7B56D;
        }

        .shop .ul-list-shop li:last-child {
            padding-right: 0;
        }

            .shop .ul-list-shop li:last-child::before {
                content: "";
            }

.shop .products-tab-shop.nav.nav-pills {
    display: inline-block;
    float: left;
}

    .shop .products-tab-shop.nav.nav-pills li {
        display: inline-block;
        width: auto;
    }

.shop .sidebar-shop {
    display: inline-block;
    float: right;
}

    .shop .sidebar-shop li:hover {
        color: #D7B56D;
    }

.shop .toggle-sidebar-shop {
    margin-bottom: 30px;
}

.shop .sidebar-shop-search form {
    position: relative;
}

    .shop .sidebar-shop-search form input {
        background-color: #f5f5f5;
        border: medium none;
        color: #808080;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        width: 100%;
    }

    .shop .sidebar-shop-search form a {
        color: #808080;
        height: 45px;
        line-height: 45px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 45px;
    }

        .shop .sidebar-shop-search form a:hover {
            color: #D7B56D;
        }

.shop div .products-content {
    margin: 50px 0;
}

.shop .products-in-category-tabs-wrapper .products-content .woocommerce .product-item-wrap .product-item-inner .product-thumb .product-link::before {
    background-color: rgba(0, 0, 0, 0.04);
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}

.shop .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .desc-review-content {
    margin: 0 -15px;
}

    .shop .products-in-category-tabs-wrapper .products-content .product-listing.columns-4 .desc-review-content .product-item-wrap {
        border: medium none;
        padding: 0 15px;
        margin-bottom: 20px;
    }

.shop .load-more-shop {
    background-color: #D7B56D;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 6px 25px;
}

.cart table {
    width: 100%;
}

.cart section {
    display: inline-block;
    width: 100%;
}

.cart .cart-form {
    border-bottom: 1px solid #eee;
    margin: 70px 0;
}

    .cart .cart-form tr {
        border-bottom: 1px solid #eee;
    }

        .cart .cart-form tr td:last-child {
            border-left: 1px solid #eee;
            text-align: center;
        }

    .cart .cart-form th {
        background-color: #D7B56D;
        color: #fff;
        letter-spacing: 0.5px;
        padding: 20px 10px;
        text-transform: uppercase;
    }

    .cart .cart-form .image-product {
        display: inline-block;
        width: 70px;
    }

    .cart .cart-form .name-product {
        color: #333;
    }

    .cart .cart-form .quanlity {
        color: #aaa;
        font-weight: 600;
        text-transform: uppercase;
    }

    .cart .cart-form tr input {
        border: 2px solid #ddd;
        margin: 0 30px;
        padding: 0 5px;
        width: 75px;
    }

    .cart .cart-form .button-cart {
        display: inline-block;
        width: 100%;
        margin: 45px 0;
    }

        .cart .cart-form .button-cart > div {
            display: inline-block;
            width: 50%;
            float: left;
        }

        .cart .cart-form .button-cart a {
            color: #fff;
            display: inline-block;
            height: 45px;
            line-height: 45px;
            padding: 0 30px;
            text-transform: capitalize;
        }

        .cart .cart-form .button-cart .coupon,
        .cart .cart-form .button-cart .process {
            background-color: #D7B56D;
            margin-left: 15px;
        }

        .cart .cart-form .button-cart .update-cart {
            background-color: #3f3f3f;
        }

        .cart .cart-form .button-cart .button-cart-left {
            text-align: left;
        }

        .cart .cart-form .button-cart .button-cart-right {
            text-align: right;
        }

        .cart .cart-form .button-cart input {
            display: inline-block;
            height: 45px;
            line-height: 45px;
            padding: 0 10px;
            border: none;
            background-color: #f5f5f5;
            width: 270px;
        }

.cart .cart-total {
    margin: 20px 0 45px 0;
}

    .cart .cart-total h4 {
        border-left: 2px solid #D7B56D;
        color: #25262c;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 45px;
        padding-left: 15px;
        text-align: left;
        text-transform: uppercase;
    }

    .cart .cart-total table {
        border-bottom: 1px solid #eee;
    }

        .cart .cart-total table tr {
            border-top: 1px solid #eee;
        }

            .cart .cart-total table tr td {
                padding: 5px 0;
            }

.shop-checkout section {
    display: inline-block;
    width: 100%;
}

.shop-checkout .form-customers {
    margin: 75px auto;
    max-width: 570px;
    text-align: center;
}

    .shop-checkout .form-customers h3.check-out-title {
        border-bottom: 2px solid #ffffff;
        color: #25262c;
        font-size: 25px;
        margin: auto;
        max-width: 570px;
        padding-bottom: 20px;
        font-weight: 600;
    }

    .shop-checkout .form-customers .woocommerce-checkout-info {
        border-bottom: 1px solid #eee;
        display: inline-block;
        padding: 6px 0;
        width: 100%;
        margin-top: -1px;
    }

        .shop-checkout .form-customers .woocommerce-checkout-info > div {
            display: inline-block;
            cursor: pointer;
        }

            .shop-checkout .form-customers .woocommerce-checkout-info > div:hover {
                color: #D7B56D;
            }

    .shop-checkout .form-customers form {
        margin-top: 25px;
        display: none;
    }

    .shop-checkout .form-customers form {
        margin-top: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

        .shop-checkout .form-customers form label {
            width: 100%;
            font-weight: 400;
            color: #3f3f3f;
            text-transform: uppercase;
            font-size: 13px;
        }

        .shop-checkout .form-customers form #username,
        .shop-checkout .form-customers form #password,
        .shop-checkout .form-customers form #coupon_code {
            background-color: #f5f5f5;
            border: medium none;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            width: 370px;
            text-align: center;
        }

        .shop-checkout .form-customers form .button {
            background-color: #D7B56D;
            border: medium none;
            color: #fff;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase;
            width: 168px;
        }

        .shop-checkout .form-customers form .inline {
            display: inline-block;
            width: auto;
        }

        .shop-checkout .form-customers form .lost_password a {
            color: #808080;
        }

            .shop-checkout .form-customers form .lost_password a:hover {
                color: #D7B56D;
            }

    .shop-checkout .form-customers .checkout_coupon {
        text-align: center;
    }

        .shop-checkout .form-customers .checkout_coupon input {
            background-color: #f5f5f5;
            color: #858585;
            font-size: 14px;
            height: 40px;
            max-width: 370px;
            width: 100%;
            border: none;
        }

        .shop-checkout .form-customers .checkout_coupon a {
            background-color: #D7B56D;
            border-radius: 0;
            color: #ffffff;
            font-size: 15px;
            font-weight: normal;
            min-width: 170px;
            padding: 12px 25px;
            text-align: center;
            transition: all 0.2s linear 0s;
            vertical-align: middle;
        }

.shop-checkout .col-1 {
    padding-right: 30px;
}

.shop-checkout #customer_details {
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}

    .shop-checkout #customer_details #order_comments {
        background-color: #f5f5f5;
        color: #808080;
        padding: 0 10px;
        line-height: 40px;
        width: 100%;
        border: none;
    }

    .shop-checkout #customer_details h3,
    .shop-checkout #order_review_heading {
        border-left: 2px solid #D7B56D;
        padding-left: 15px;
        text-transform: uppercase;
        color: #808080;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: left;
    }

    .shop-checkout #customer_details label {
        color: #808080;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
        width: 100%;
    }

        .shop-checkout #customer_details label abbr {
            color: #D7B56D;
        }

            .shop-checkout #customer_details label abbr[data-original-title],
            .shop-checkout #customer_details label abbr[title] {
                border-bottom: 1px dotted #D7B56D;
                cursor: help;
            }

    .shop-checkout #customer_details select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #f5f5f5 url("../images/demo/arrow2.jpg") no-repeat scroll 99% 10px;
        padding-left: 15px;
    }

        .shop-checkout #customer_details select option {
            height: 40px;
            line-height: 50px;
            padding: 0 10px;
        }

            .shop-checkout #customer_details select option:hover {
                background-color: #f5f5f5;
            }

    .shop-checkout #customer_details p.create-account {
        display: table;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

        .shop-checkout #customer_details p.create-account #createaccount {
            float: left;
            height: 50px;
            margin: 0 10px 0 0;
            width: auto;
            background-color: transparent;
        }

        .shop-checkout #customer_details p.create-account label.checkbox {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            margin: 0;
            width: auto;
        }

        .shop-checkout #customer_details p.create-account label::before {
            background-color: transparent;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
        }

        .shop-checkout #customer_details p.create-account input {
            float: left;
            height: 45px;
            margin-right: 10px;
            text-align: center;
            width: auto;
        }

            .shop-checkout #customer_details p.create-account input:focus {
                outline: none;
            }

    .shop-checkout #customer_details div.create-account {
        text-align: center;
        display: none;
    }

        .shop-checkout #customer_details div.create-account input {
            text-align: center;
        }

.shop-checkout .woocommerce-billing-fields input,
.shop-checkout .woocommerce-billing-fields select {
    background-color: #f5f5f5;
    border: medium none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}

.shop-checkout #order_review_heading {
    margin: 50px 0;
}

.shop-checkout #order_review {
    margin-bottom: 50px;
}

    .shop-checkout #order_review table {
        width: 100%;
        margin-bottom: 50px;
    }

        .shop-checkout #order_review table tr {
            border-bottom: 1px solid #eee;
        }

            .shop-checkout #order_review table tr th,
            .shop-checkout #order_review table tr td {
                width: 50%;
                text-align: center;
                font-size: 14px;
                font-weight: 400;
                padding: 8px;
            }

            .shop-checkout #order_review table tr th {
                text-transform: uppercase;
            }

            .shop-checkout #order_review table tr strong {
                font-weight: 400;
            }

        .shop-checkout #order_review table tfoot th {
            text-transform: capitalize;
        }

.shop-checkout #payment {
    text-align: center;
}

    .shop-checkout #payment li {
        list-style: none;
    }

        .shop-checkout #payment li .payment_method_paypal {
            display: none;
        }

    .shop-checkout #payment .payment_box_title.active {
        background-color: #f5f5f5;
        color: #D7B56D;
        padding: 8px 0 5px;
        text-transform: uppercase;
    }

    .shop-checkout #payment .payment_method_cheque {
        margin: 25px 0;
    }

    .shop-checkout #payment .payment_box_title {
        background-color: #f5f5f5;
        color: #333;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
    }

        .shop-checkout #payment .payment_box_title a {
            color: #000;
            font-size: 12px;
            font-weight: 400;
        }

            .shop-checkout #payment .payment_box_title a:hover {
                color: #D7B56D;
            }

        .shop-checkout #payment .payment_box_title img {
            height: 50px;
        }

    .shop-checkout #payment label {
        margin-bottom: 0;
    }

.shop-checkout #place_order {
    background-color: #D7B56D;
    border: medium none;
    color: #fff;
    padding: 6px 20px;
}

.my-acount section {
    width: 100%;
    display: inline-block;
}

.my-acount .customer_login_form_wrap h2 {
    color: #25262c;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
}

.my-acount .customer_login_form_wrap .login label {
    color: #202020;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .my-acount .customer_login_form_wrap .login label .required {
        color: #c00;
    }

.my-acount .customer_login_form_wrap .login #username,
.my-acount .customer_login_form_wrap .login #password {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #eeeeee;
    height: 40px;
    text-align: left;
    font-size: 14px;
    color: #858585;
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    outline: 0 none;
    width: 100%;
}

.my-acount .customer_login_form_wrap .login .button {
    background-color: #D7B56D;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-weight: 900;
    margin-right: 30px;
    margin-top: 5px;
    min-width: 120px;
    text-transform: uppercase;
    border: none;
    padding: 5px 20px;
}

.my-acount .customer_login_form_wrap .login label[for="rememberme"] {
    color: #808080;
    display: block;
    font-weight: normal;
    margin-top: 12px;
    text-transform: none;
    margin-bottom: 5px;
    display: inline-block;
}

    .my-acount .customer_login_form_wrap .login label[for="rememberme"] input {
        margin-right: 5px;
    }

.my-acount .customer_login_form_wrap .login .woocommerce-LostPassword a {
    color: #808080;
}

    .my-acount .customer_login_form_wrap .login .woocommerce-LostPassword a:hover {
        color: #D7B56D;
    }

.wishlist section {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.wishlist form h2 {
    color: #3f3f3f;
    font-family: Helvetica;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wishlist form table {
    color: #3f3f3f;
    width: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 2px 1px;
}

    .wishlist form table tr {
        border-bottom: 1px solid #eee;
    }

        .wishlist form table tr th {
            font-weight: 400;
            text-transform: uppercase;
            font-size: 13px;
            padding: 28px 0;
        }

        .wishlist form table tr .product-name {
            color: #3f3f3f;
        }

            .wishlist form table tr .product-name:hover {
                color: #D7B56D;
            }

        .wishlist form table tr .amount {
            color: #808080;
            font-size: 13px;
        }

        .wishlist form table tr .in-stock {
            color: #c00;
            text-transform: uppercase;
            font-size: 13px;
        }

        .wishlist form table tr .buttuon {
            color: #fff;
            background-color: #D7B56D;
            padding: 8px 15px;
            text-transform: uppercase;
        }

        .wishlist form table tr .remove {
            text-align: center;
            padding: 0 20px;
            color: #808080;
        }

        .wishlist form table tr tr img {
            width: 70px;
        }

.single-product .owl-template .owl-dots {
    display: none;
}

.single-product .owl-carousel {
    padding: 0 30px 0 0;
}

    .single-product .owl-carousel .owl-nav > div,
    .portfolio-full .portfolio-slider .owl-nav > div,
    .portfolio-full .portfolio-slider .owl-nav > div.owl-prev,
    .portfolio-full .portfolio-slider .owl-nav > div.owl-next {
        background: transparent none repeat scroll 0 0;
        border-radius: 0;
        color: #808080;
        cursor: pointer;
        display: inline-block;
        font-size: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 45%;
        width: 50px;
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

        .single-product .owl-carousel .owl-nav > div:hover {
            color: #808080;
            background-color: transparent;
        }

        .single-product .owl-carousel .owl-nav > div.owl-prev {
            left: 35px;
        }

        .single-product .owl-carousel .owl-nav > div.owl-next {
            right: 35px;
        }

    .single-product .owl-carousel:hover .owl-nav > div {
        opacity: 1;
        transition: all 0.3s ease 0s;
    }

    .single-product .owl-carousel figure {
        position: relative;
    }

        .single-product .owl-carousel figure::before {
            background-color: rgba(0, 0, 0, 0.04);
            content: "";
            height: 100%;
            left: 0;
            mix-blend-mode: darken;
            position: absolute;
            top: 0;
            transition: all 0.25s ease-in-out 0s;
            width: 100%;
            z-index: 1;
        }

.single-product #sync2 .owl-item,
.portfolio-full .portfolio-slider #syncs2 .owl-item {
    padding: 5px;
}

    .single-product #sync2 .owl-item .item {
        padding: 0;
        transition: all 0.25s ease-in-out 0s;
    }

    .single-product #sync2 .owl-item.current .item,
    .portfolio-full .portfolio-slider #syncs2 .owl-item.current .item {
        border: 1px solid #333;
        padding: 10px;
        transition: all 0.25s ease-in-out 0s;
    }

.single-product .summary-product h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}

.single-product .summary-product .rate-price {
    display: inline-block;
    width: 100%;
    text-align: right;
}

    .single-product .summary-product .rate-price p.price {
        color: #000000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 20px;
        display: inline-block;
        float: left;
    }

    .single-product .summary-product .rate-price .rate {
        margin-right: 25px;
    }

    .single-product .summary-product .rate-price a {
        color: #808080;
    }

        .single-product .summary-product .rate-price a:hover {
            color: #D7B56D;
        }

.single-product .summary-product .product-single-short-description {
    font-size: 14px;
}

.single-product .summary-product .cart {
    margin: 25px 0;
}

    .single-product .summary-product .cart input {
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 68px;
        border: 1px solid #eee;
    }

    .single-product .summary-product .cart .quantity {
        display: inline-block;
        margin-right: 10px;
        float: left;
    }

    .single-product .summary-product .cart button {
        background-color: #3f3f3f;
        border: 0 none;
        color: #fff;
        display: inline-block;
        height: 50px;
        line-height: 44px;
        margin: 0;
        padding: 0 40px;
        text-transform: uppercase;
    }

        .single-product .summary-product .cart button:hover {
            background-color: #D7B56D;
        }

.single-product .summary-product .product_meta > span {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

    .single-product .summary-product .product_meta > span label,
    .single-product .summary-product .social-share-wrap label {
        width: 140px;
        float: left;
        color: #000;
    }

    .single-product .summary-product .product_meta > span span {
        font-size: 13px;
    }

    .single-product .summary-product .product_meta > span a {
        color: #808080;
        font-size: 13px;
    }

        .single-product .summary-product .product_meta > span a:hover {
            color: #D7B56D;
        }

.single-product .summary-product .social-share-wrap .social-share {
    width: 100%;
    display: inline-block;
    float: left;
}

    .single-product .summary-product .social-share-wrap .social-share li {
        width: 25%;
        margin-left: 10px;
        display: inline-block;
    }

        .single-product .summary-product .social-share-wrap .social-share li a {
            border: 1px solid #eee;
            display: inline-block;
            width: 100%;
            color: #3f3f3f;
            padding: 5px;
            text-align: center;
        }

            .single-product .summary-product .social-share-wrap .social-share li a i {
                margin-right: 10px;
            }

            .single-product .summary-product .social-share-wrap .social-share li a:hover {
                border: 1px solid #D7B56D;
                color: #D7B56D;
            }

.single-product .product-single-tab {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: 45px 0;
}

    .single-product .product-single-tab .nav {
        text-align: center;
    }

        .single-product .product-single-tab .nav li {
            width: auto;
            float: inherit;
            display: inline-block;
            position: relative;
        }

            .single-product .product-single-tab .nav li::before {
                content: "/";
                position: absolute;
                right: -3px;
                top: 10px;
            }

            .single-product .product-single-tab .nav li:last-child::before {
                content: "";
            }

            .single-product .product-single-tab .nav li a {
                color: #808080;
            }

            .single-product .product-single-tab .nav li.active a,
            .single-product .product-single-tab .nav li:hover a {
                color: #D7B56D;
            }

    .single-product .product-single-tab p {
        text-align: center;
    }

    .single-product .product-single-tab #reviews h2 {
        color: #808080;
        display: block;
        font-size: 16px;
        font-weight: 300;
    }

    .single-product .product-single-tab #reviews ol {
        list-style: outside none none;
        padding: 0;
    }

    .single-product .product-single-tab #reviews .comment_container {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .single-product .product-single-tab #reviews .avatar {
        float: left;
        width: 75px;
        margin-right: 35px;
    }

    .single-product .product-single-tab #reviews .comment-text {
        display: inline-block;
        float: left;
    }

        .single-product .product-single-tab #reviews .comment-text .rate {
            position: absolute;
            top: 0;
            right: 0;
            left: auto;
        }

        .single-product .product-single-tab #reviews .comment-text .meta {
            font-size: 13px;
        }

            .single-product .product-single-tab #reviews .comment-text .meta strong {
                color: #333;
                margin-right: 15px;
            }

    .single-product .product-single-tab #reply-title {
        font-size: 18px;
        margin-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        color: #333;
        font-weight: 600;
        padding-bottom: 3px;
    }

        .single-product .product-single-tab #reply-title::before {
            background-color: #ffb535;
            bottom: -5px;
            content: "";
            display: inline-block;
            height: 2px;
            left: 0;
            position: absolute;
            width: 50px;
        }

    .single-product .product-single-tab .comment-form .comment-form-rating label {
        width: auto;
    }

    .single-product .product-single-tab .comment-form label {
        color: #000000;
        margin-bottom: 10px;
        margin-top: 20px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 0;
    }

    .single-product .product-single-tab .comment-form .comment-form-rating {
        display: inline-block;
        margin-right: 25px;
    }

    .single-product .product-single-tab .comment-form input,
    .single-product .product-single-tab .comment-form textarea {
        width: 100%;
        border: 1px solid #eee;
        margin-bottom: 20px;
        line-height: 38px;
    }

    .single-product .product-single-tab .comment-form #submit {
        width: auto;
        padding: 0 40px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        background-color: #3f3f3f;
        float: left;
    }

        .single-product .product-single-tab .comment-form #submit:hover {
            background-color: #D7B56D;
        }

.single-product .relative-single-page h2 {
    border: medium none !important;
    font-weight: bold;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    color: #3f3f3f;
}

.single-product section {
    margin-bottom: 90px;
    display: inline-block;
    width: 100%;
}

.single-product.variable-product .chose-value label {
    width: 70px;
    float: left;
    text-transform: uppercase;
    color: #333;
}

.single-product.variable-product .chose-value > div {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

    .single-product.variable-product .chose-value > div li {
        display: inline-block;
        float: left;
        list-style: outside none none;
        margin: 0 5px;
        cursor: pointer;
    }

.single-product.variable-product .chose-value .chose-color div {
    border: 1px solid #808080;
    height: 30px;
    width: 30px;
}

.single-product.variable-product .chose-value .chose-size li {
    border: 1px solid #808080;
    padding: 2px 5px;
}

.single-product.variable-product .chose {
    border-top: 1px dotted #cccc;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .single-product.variable-product .chose li {
        list-style: none;
        display: inline-block;
        width: 100%;
        border-bottom: 1px dotted #cccc;
        padding: 3px 0;
    }

        .single-product.variable-product .chose li label {
            width: 100px;
            padding: 0 20px;
        }

.single-product.group-product .summary-product .cart .quantity {
    margin-bottom: 20px;
    width: 100%;
}

    .single-product.group-product .summary-product .cart .quantity input {
        float: left;
    }

    .single-product.group-product .summary-product .cart .quantity label {
        line-height: 50px;
        float: left;
    }

    .single-product.group-product .summary-product .cart .quantity span {
        width: 180px;
        float: left;
        padding: 0 10px;
    }

        .single-product.group-product .summary-product .cart .quantity span:nth-child(1) {
            color: #333;
            font-weight: 300;
        }

        .single-product.group-product .summary-product .cart .quantity span:nth-child(2) {
            font-size: 18px;
        }

.single-product.group-product .summary-product .cart button {
    padding: 0 50px;
}

.single-product.affiliate-product .price del {
    color: #808080;
    font-size: 18px;
    margin-right: 15px;
}

.single-product.affiliate-product .price ins {
    color: #333;
    font-size: 24px;
}

.single-product.affiliate-product .summary-product .cart button {
    background-color: #D7B56D;
    height: 45px;
    line-height: 45px;
}

.single-product.product-full-with .product-single-tab {
    background-color: #333;
    border: medium none;
}

    .single-product.product-full-with .product-single-tab .desc-review-content {
        background: #fff none repeat scroll 0 0;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 30px;
    }

        .single-product.product-full-with .product-single-tab .desc-review-content .col-md-6 > p {
            text-align: left;
            border-left: 2px solid #ccc;
            padding-left: 30px;
        }
/******************************************/
/*portfolio*/
/*****************************************/
.portfolio-full section {
    display: inline-block;
    width: 100%;
}

.portfolio-full .da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
    margin-bottom: 70px;
}

    .portfolio-full .da-thumbs .owl-nav > div {
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid;
        color: #fff;
        display: inline-block;
        font-size: 30px;
        height: 50px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 45%;
        width: 50px;
        border: none;
        z-index: 4;
    }

        .portfolio-full .da-thumbs .owl-nav > div.owl-next {
            right: -15px;
        }

        .portfolio-full .da-thumbs .owl-nav > div.owl-prev {
            left: -15px;
        }

    .portfolio-full .da-thumbs li {
        float: left;
        margin: 5px 15px;
        background: #fff;
        padding: 0;
        position: relative;
        margin: 0;
    }

        .portfolio-full .da-thumbs li a,
        .portfolio-full .da-thumbs li a img {
            display: block;
            position: relative;
            width: 100%;
        }

        .portfolio-full .da-thumbs li a {
            overflow: hidden;
        }

            .portfolio-full .da-thumbs li a > div,
            .portfolio-hover .product-item-wrap .hover-dir > div {
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .portfolio-full .da-thumbs li a > div .in-slider {
                    background-color: rgba(255, 255, 255, 0.9);
                    border: 10px solid #D7B56D;
                    text-align: center;
                    height: 100%;
                    text-transform: uppercase;
                    font-size: 15px;
                }

                    .portfolio-full .da-thumbs li a > div .in-slider h6 {
                        font-size: 17px;
                        color: #3f3f3f;
                        font-weight: 600;
                    }

                        .portfolio-full .da-thumbs li a > div .in-slider h6:hover {
                            color: #D7B56D;
                        }

                    .portfolio-full .da-thumbs li a > div .in-slider .in-slider-content,
                    .portfolio-hover .product-item-wrap .hover-dir > div .in-slider .in-slider-content {
                        left: 50% !important;
                        position: absolute;
                        top: 50% !important;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        width: 100%;
                    }

    .portfolio-full .da-thumbs li {
        float: left;
        margin: 5px 15px;
        background: #fff;
        padding: 0;
        position: relative;
        margin: 0;
    }

        .portfolio-full .da-thumbs li .hover-dir,
        .portfolio-full .da-thumbs li .hover-dir img {
            display: block;
            position: relative;
            width: 100%;
        }

        .portfolio-full .da-thumbs li .hover-dir {
            overflow: hidden;
        }

            .portfolio-full .da-thumbs li .hover-dir > div {
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .portfolio-full .da-thumbs li .hover-dir > div .in-slider {
                    background-color: rgba(255, 255, 255, 0.9);
                    border: 10px solid #D7B56D;
                    text-align: center;
                    height: 100%;
                    text-transform: uppercase;
                    font-size: 15px;
                }

                    .portfolio-full .da-thumbs li .hover-dir > div .in-slider h6 {
                        font-size: 17px;
                        color: #3f3f3f;
                        font-weight: 600;
                    }

                        .portfolio-full .da-thumbs li .hover-dir > div .in-slider h6:hover {
                            color: #D7B56D;
                        }

                    .portfolio-full .da-thumbs li .hover-dir > div .in-slider .in-slider-content {
                        left: 50% !important;
                        position: absolute;
                        top: 50% !important;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        width: 100%;
                    }

                        .portfolio-full .da-thumbs li .hover-dir > div .in-slider .in-slider-content p {
                            color: #D7B56D;
                        }

.portfolio-full .portfolio-slider {
    margin-top: 100px;
    margin-bottom: 50px;
}

    .portfolio-full .portfolio-slider #syncs1 {
        margin-bottom: 25px;
    }

    .portfolio-full .portfolio-slider .owl-nav > div.owl-prev {
        left: 35px;
    }

    .portfolio-full .portfolio-slider .owl-nav > div.owl-next {
        right: 35px;
    }

    .portfolio-full .portfolio-slider .owl-dots {
        display: none;
    }

.portfolio-full .portfolio-content-wrap h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #3f3f3f;
}

    .portfolio-full .portfolio-content-wrap h2::before {
        background-color: #D7B56D;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.portfolio-full .portfolio-content-wrap .portfolio-info {
    letter-spacing: 0.1px;
}

    .portfolio-full .portfolio-content-wrap .portfolio-info h6 {
        color: #3f3f3f;
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
    }

    .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-info-box div {
        color: #3f3f3f;
        line-height: 1.4;
    }

        .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-info-box div.portfolio-term-cat {
            text-transform: uppercase;
        }

    .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-term-tag span {
        background: #f6f6f6 none repeat scroll 0 0;
        display: inline-block;
        margin-right: 5px;
        margin-top: 5px;
        padding: 5px 10px;
    }

        .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-term-tag span:hover {
            background-color: #D7B56D;
        }

    .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-social-profile-wrapper li {
        border: 1px solid #eeeeee;
        display: inline-block;
        float: left;
        height: 40px;
        margin: 0 9px 0 0;
        width: 40px;
        line-height: 40px;
        text-align: center;
    }

        .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-social-profile-wrapper li a {
            color: #808080;
        }

            .portfolio-full .portfolio-content-wrap .portfolio-info .portfolio-social-profile-wrapper li a:hover {
                color: #D7B56D;
            }

.portfolio-full .pagination-portfolio {
    margin: 100px 0;
}

.portfolio-full .button {
    margin: 30px 0 70px;
    text-align: center;
}

    .portfolio-full .button a {
        background-color: #D7B56D;
        color: #ffffff;
        padding: 8px 20px;
        text-transform: uppercase;
    }

.portfolio-full .title-bottom {
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
}

    .portfolio-full .title-bottom a {
        color: #333;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 5px;
        font-weight: 600;
    }

        .portfolio-full .title-bottom a::before {
            position: absolute;
            content: "";
            height: 1px;
            width: 50px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0;
            background-color: #333;
        }

    .portfolio-full .title-bottom p {
        margin: 0;
    }

.portfolio-full .filter-button-group {
    margin: 75px 0 55px;
    display: inline-block;
    width: 100%;
}

    .portfolio-full .filter-button-group button {
        background-color: transparent;
        border: medium none;
        color: #333;
        margin: 0 10px;
        padding-bottom: 1px;
        text-transform: uppercase;
    }

        .portfolio-full .filter-button-group button.is-checked {
            border-bottom: 1px solid #D7B56D;
        }

.gallery .portfolio-content-wrap {
    margin-top: 100px;
}

    .gallery .portfolio-content-wrap figure {
        margin-bottom: 30px;
    }

.slider .portfolio-content-wrap {
    margin-top: 100px;
}

.gallery-half-width .portfolio-content-wrap,
.gallery-full-width .portfolio-content-wrap {
    margin-top: 100px;
}

.gallery-half-width .portfolio-slider .img-col,
.gallery-full-width .portfolio-slider .img-col {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

    .gallery-half-width .portfolio-slider .img-col a,
    .gallery-full-width .portfolio-slider .img-col a {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding-top: 26%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        transition: -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    }

        .gallery-half-width .portfolio-slider .img-col a i,
        .gallery-full-width .portfolio-slider .img-col a i {
            color: #808080;
            font-size: 20px;
        }

            .gallery-half-width .portfolio-slider .img-col a i:hover,
            .gallery-full-width .portfolio-slider .img-col a i:hover {
                color: #D7B56D;
            }

    .gallery-half-width .portfolio-slider .img-col:hover a,
    .gallery-full-width .portfolio-slider .img-col:hover a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    }

.video-layout iframe {
    width: 100%;
    height: 655px;
}

.portfolio-full.portfolio-2-columns .da-thumbs li {
    margin: 0;
}

.portfolio-full.portfolio-2-columns .filter-button-group {
    text-align: right;
}

.portfolio-full.portfolio-2-columns .da-thumbs li a > div .in-slider {
    border-width: 5px;
}

.portfolio-full.portfolio-3-columns .da-thumbs li {
    margin: 0 0 18px 0;
}

    .portfolio-full.portfolio-3-columns .da-thumbs li:nth-child(3n+1) {
        padding: 0 12px 0 0;
    }

    .portfolio-full.portfolio-3-columns .da-thumbs li:nth-child(3n+2) {
        padding: 0 6px;
    }

    .portfolio-full.portfolio-3-columns .da-thumbs li:nth-child(3n) {
        padding: 0 0 0 12px;
    }

    .portfolio-full.portfolio-3-columns .da-thumbs li div .in-slider {
        border: none;
        background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000) repeat scroll 0 0;
    }

        .portfolio-full.portfolio-3-columns .da-thumbs li div .in-slider h6 {
            color: #fff;
        }

.portfolio-full.portfolio-4-columns .da-thumbs li {
    margin: 0 0 18px 0;
}

    .portfolio-full.portfolio-4-columns .da-thumbs li:nth-child(4n+1) {
        padding: 0 15px 0 0;
    }

    .portfolio-full.portfolio-4-columns .da-thumbs li:nth-child(4n+2) {
        padding: 0 10px 0 5px;
    }

    .portfolio-full.portfolio-4-columns .da-thumbs li:nth-child(4n+3) {
        padding: 0 5px 0 10px;
    }

    .portfolio-full.portfolio-4-columns .da-thumbs li:nth-child(4n) {
        padding: 0 0 0 15px;
    }

.portfolio-full.portfolio-4-columns .filter-button-group {
    text-align: center;
}

.portfolio-full.portfolio-4-columns .da-thumbs li .hover-dir > div .in-slider {
    border-width: 3px;
}

    .portfolio-full.portfolio-4-columns .da-thumbs li .hover-dir > div .in-slider h6 {
        font-size: 15px;
    }

.portfolio-full.portfolio-3-columns-landscape .da-thumbs li {
    margin: 0 0 18px 0;
}

    .portfolio-full.portfolio-3-columns-landscape .da-thumbs li:nth-child(3n+1) {
        padding: 0 12px 0 0;
    }

    .portfolio-full.portfolio-3-columns-landscape .da-thumbs li:nth-child(3n+2) {
        padding: 0 6px;
    }

    .portfolio-full.portfolio-3-columns-landscape .da-thumbs li:nth-child(3n) {
        padding: 0 0 0 12px;
    }

    .portfolio-full.portfolio-3-columns-landscape .da-thumbs li div .in-slider {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        border: none;
    }

.portfolio-full.portfolio-3-columns-landscape .filter-button-group {
    text-align: right;
}

.portfolio-full.portfolio-4-columns-portrait .da-thumbs li {
    margin: 0 0 18px 0;
}

    .portfolio-full.portfolio-4-columns-portrait .da-thumbs li:nth-child(4n+1) {
        padding: 0 15px 0 0;
    }

    .portfolio-full.portfolio-4-columns-portrait .da-thumbs li:nth-child(4n+2) {
        padding: 0 10px 0 5px;
    }

    .portfolio-full.portfolio-4-columns-portrait .da-thumbs li:nth-child(4n+3) {
        padding: 0 5px 0 10px;
    }

    .portfolio-full.portfolio-4-columns-portrait .da-thumbs li:nth-child(4n) {
        padding: 0 0 0 15px;
    }

    .portfolio-full.portfolio-4-columns-portrait .da-thumbs li div .in-slider {
        border: none;
        background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000) repeat scroll 0 0;
    }

        .portfolio-full.portfolio-4-columns-portrait .da-thumbs li div .in-slider h6 {
            color: #fff;
            font-size: 15px;
        }

.portfolio-full.portfolio-4-columns-portrait .filter-button-group {
    text-align: right;
}

.portfolio-full.portfolio-5-column .da-thumbs li {
    margin: 0;
}

    .portfolio-full.portfolio-5-column .da-thumbs li div .in-slider {
        border: 3px solid #D7B56D;
    }

.portfolio-full.portfolio-5-column .filter-button-group {
    text-align: center;
}

.portfolio-full.portfolio-masonry-layout .da-thumbs li {
    margin: 0;
}

    .portfolio-full.portfolio-masonry-layout .da-thumbs li div .in-slider {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        border: none;
    }

.portfolio-full.portfolio-masonry-layout .filter-button-group {
    text-align: center;
}

.portfolio-full.masonry-with-padding .da-thumbs li,
.portfolio-full.masonry-5-columns .da-thumbs li {
    margin: 0 0 30px 0;
    padding: 0 15px;
}

    .portfolio-full.masonry-with-padding .da-thumbs li div .in-slider,
    .portfolio-full.masonry-5-columns .da-thumbs li div .in-slider {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        border: none;
    }

.portfolio-full.masonry-with-padding .filter-button-group,
.portfolio-full.masonry-5-columns .filter-button-group {
    text-align: center;
}

.portfolio-full.masonry-title-padding .da-thumbs {
    margin-left: -15px;
}

    .portfolio-full.masonry-title-padding .da-thumbs li {
        margin: 0 0 30px 0;
        padding-left: 30px;
    }

        .portfolio-full.masonry-title-padding .da-thumbs li div .in-slider {
            border: none;
            background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000) repeat scroll 0 0;
        }

            .portfolio-full.masonry-title-padding .da-thumbs li div .in-slider h6,
            .portfolio-full.masonry-title-padding .da-thumbs li div .in-slider i,
            .portfolio-full.masonry-title-padding .da-thumbs li div .in-slider p {
                color: #D7B56D;
            }

.portfolio-full.masonry-title-padding .filter-button-group {
    text-align: left;
}

.portfolio-full.masonry-bottom-title .da-thumbs li .hover-dir > div .in-slider-content h6 {
    font-size: 15px;
}

.portfolio-full.masonry-top-title .da-thumbs {
    margin-left: -15px;
}

    .portfolio-full.masonry-top-title .da-thumbs li {
        margin: 0 0 30px 0;
        padding-left: 30px;
    }

        .portfolio-full.masonry-top-title .da-thumbs li div .in-slider {
            border: none;
            background: rgba(255, 255, 255, 0) radial-gradient(circle, rgba(255, 255, 255, 0.1), #ffffff) repeat scroll 0 0;
        }

            .portfolio-full.masonry-top-title .da-thumbs li div .in-slider h6,
            .portfolio-full.masonry-top-title .da-thumbs li div .in-slider i,
            .portfolio-full.masonry-top-title .da-thumbs li div .in-slider p {
                color: #D7B56D;
            }

.portfolio-full.masonry-top-title .filter-button-group {
    text-align: left;
}

.portfolio-full.packery-with-padding .filter-button-group {
    text-align: center;
}

.portfolio-full.packery-with-padding .da-thumbs li a > div .in-slider {
    border-width: 5px;
}

.portfolio-full.packery-with-padding .da-thumbs li a,
.portfolio-full.packery-with-padding .da-thumbs li a img {
    height: 100%;
}

.portfolio-full.packery-with-padding .da-thumbs {
    margin: 0 -15px;
}

    .portfolio-full.packery-with-padding .da-thumbs li {
        padding: 15px;
    }

.portfolio-full.icon-title-tag .da-thumbs li div .in-slider {
    border: none;
    background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000) repeat scroll 0 0;
}

    .portfolio-full.icon-title-tag .da-thumbs li div .in-slider h6 {
        color: #fff;
    }

.portfolio-full.icon-title-tag .da-thumbs li a,
.portfolio-full.icon-title-tag .da-thumbs li a img {
    height: 100%;
}

.portfolio-full.icon-title-tag .da-thumbs {
    margin: 0 -15px;
}

    .portfolio-full.icon-title-tag .da-thumbs li {
        padding: 15px;
    }

.portfolio-full.portfolio-packery-6-columns .da-thumbs li a,
.portfolio-full.portfolio-packery-6-columns .da-thumbs li a img {
    height: 100%;
}

    .portfolio-full.portfolio-packery-6-columns .da-thumbs li a > div .in-slider .in-slider-content i,
    .portfolio-full.portfolio-packery-6-columns .da-thumbs li a > div .in-slider .in-slider-content h6 {
        color: #D7B56D;
        transition: all 0.6s ease 0s;
    }

    .portfolio-full.portfolio-packery-6-columns .da-thumbs li a > div .in-slider .in-slider-content i {
        font-size: 25px;
    }

        .portfolio-full.portfolio-packery-6-columns .da-thumbs li a > div .in-slider .in-slider-content i:hover {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            transition: all 0.6s ease 0s;
        }

    .portfolio-full.portfolio-packery-6-columns .da-thumbs li a > div .in-slider {
        border-width: 3px;
    }

.portfolio-full.packery-with-padding .da-thumbs li.product-item-wrap,
.portfolio-full.icon-title-tag .da-thumbs li.product-item-wrap,
.portfolio-full.portfolio-packery-6-columns .da-thumbs li.product-item-wrap {
    margin: 0;
}

.portfolio-full.packery-with-padding .da-thumbs li .hover-dir,
.portfolio-full.icon-title-tag .da-thumbs li .hover-dir,
.portfolio-full.portfolio-packery-6-columns .da-thumbs li .hover-dir {
    height: 100%;
}

    .portfolio-full.packery-with-padding .da-thumbs li .hover-dir figure,
    .portfolio-full.icon-title-tag .da-thumbs li .hover-dir figure,
    .portfolio-full.portfolio-packery-6-columns .da-thumbs li .hover-dir figure {
        height: 100%;
    }

        .portfolio-full.packery-with-padding .da-thumbs li .hover-dir figure img,
        .portfolio-full.icon-title-tag .da-thumbs li .hover-dir figure img,
        .portfolio-full.portfolio-packery-6-columns .da-thumbs li .hover-dir figure img {
            height: 100%;
            width: 100%;
        }

.portfolio-hover section {
    width: 100%;
    display: inline-block;
}

.portfolio-hover .product-item-wrap {
    margin: 0;
    float: left;
    padding: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
}

    .portfolio-hover .product-item-wrap figure {
        height: 100%;
    }

    .portfolio-hover .product-item-wrap .hover-dir {
        height: 100%;
    }

    .portfolio-hover .product-item-wrap img {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all 0.6s ease 0s;
        height: 100%;
    }

    .portfolio-hover .product-item-wrap .hover-dir > div {
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

        .portfolio-hover .product-item-wrap .hover-dir > div .in-slider {
            font-size: 15px;
            height: 100%;
            text-align: center;
            text-transform: uppercase;
            background: rgba(0, 0, 0, 0) radial-gradient(circle, rgba(0, 0, 0, 0.05), #000000) repeat scroll 0 0;
            border: medium none;
        }

            .portfolio-hover .product-item-wrap .hover-dir > div .in-slider .in-slider-content i {
                color: #D7B56D;
                font-size: 25px;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                line-height: 58px;
                text-align: center;
            }

                .portfolio-hover .product-item-wrap .hover-dir > div .in-slider .in-slider-content i:hover {
                    border: 1px solid #D7B56D;
                }

            .portfolio-hover .product-item-wrap .hover-dir > div .in-slider .in-slider-content p {
                color: #D7B56D;
            }

            .portfolio-hover .product-item-wrap .hover-dir > div .in-slider .in-slider-content h6 {
                color: #fff;
                font-size: 18px;
            }

    .portfolio-hover .product-item-wrap:hover .hover-dir > div {
        opacity: 1;
        transition: all 0.3s ease 0s;
    }

    .portfolio-hover .product-item-wrap:hover img {
        width: 100%;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        transition: all 0.6s ease 0s;
    }

.portfolio-hover .button {
    margin: 30px 0 70px;
    text-align: center;
}

    .portfolio-hover .button a {
        background-color: #D7B56D;
        color: #ffffff;
        padding: 8px 20px;
        text-transform: uppercase;
    }

.portfolio-hover .filter-button-group {
    margin: 75px 0 55px;
    text-align: center;
}

    .portfolio-hover .filter-button-group button {
        background-color: transparent;
        border: medium none;
        color: #333;
        margin: 0 10px;
        padding-bottom: 1px;
        text-transform: uppercase;
    }

        .portfolio-hover .filter-button-group button.is-checked {
            border-bottom: 1px solid #D7B56D;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body div .sn-header-style-3 .header-right .header-customize.header-customize-right {
        right: 20px;
    }
}

.da-thumbs.sofani-owl-carousel .hover-dir figure {
    margin-bottom: 1px;
}

form *:focus,
form:focus,
button:focus {
    outline: none;
}

#preloaderKDZ {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #000 url(../images/loading.gif) center no-repeat;
}

#ProductLoader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #000 url(../images/loading.gif) center no-repeat;
}

.relative-single-page .product-actions > div.compare-button {
    width: 50px;
    height: 50px;
    display: inline-block;
}

    .relative-single-page .product-actions > div.compare-button a.compare {
        margin-top: 0;
    }

        .relative-single-page .product-actions > div.compare-button a.compare:hover {
            background-color: transparent;
        }

            .relative-single-page .product-actions > div.compare-button a.compare:hover:before {
                color: #D7B56D;
            }

.product-page .product-actions > div.compare-button a.compare {
    margin: 0;
}

@media (min-width: 992px) {
    .sn-header-style-3 .header-bottom .header-right {
        display: none;
    }
}

.shortcode-single-product-wrap.product-style-4 .row {
    margin-left: 0;
    margin-right: 0;
}

    .shortcode-single-product-wrap.product-style-4 .row .col-md-3 {
        padding: 0;
    }

.shortcode-single-product-wrap.product-style-4 .product-item-wrap {
    position: relative;
    overflow: hidden;
}

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .rate {
        top: 25px;
        left: 25px;
    }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb img {
        transition: all 0.8s ease 0s;
        width: 100%;
    }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:first-child {
            display: none;
        }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span:nth-child(2) {
            top: 30px;
            right: 30px;
            height: 60px;
            width: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 100%;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            padding: 0;
            background-color: #ff9999;
            color: #ffffff;
            position: absolute;
        }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-thumb .product-link:before {
        background-color: transparent;
        mix-blend-mode: normal;
    }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info {
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info .star-rating {
            right: auto;
            top: 30px;
            left: 30px;
        }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info h3 {
            position: absolute;
            width: 100%;
            text-align: left;
            padding-left: 30px;
            bottom: 10px;
            top: auto;
            left: 0;
            transition: all 0.35s ease;
            color: #404040;
            padding-right: 0;
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price {
            right: 30px;
            position: absolute;
            bottom: 30px;
            margin: 0;
            transition: all 0.35s ease;
            border-top: 1px solid #404040;
            border-bottom: 1px solid #404040;
            font-size: 24px;
            color: #404040;
            line-height: 1;
            width: auto;
        }

            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price ins {
                color: #404040;
                text-decoration: none;
            }

            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price del {
                display: none;
            }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions {
        background-color: transparent;
        border: none;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%) scale(1.5);
        -ms-transform: translateY(-50%) scale(1.5);
        transform: translateY(-50%) scale(1.5);
        transition: all 0.6s ease;
        font-size: 0;
        left: 0;
        margin: auto;
        opacity: 0;
        padding: 5px 0;
        position: absolute;
        right: 0;
        text-align: center;
    }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions > div {
            display: inline-block;
        }

        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare,
        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart,
        .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
            border-radius: 100%;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.6);
            display: inline-block;
            padding: 0;
            position: relative;
            font-size: 0;
            min-width: 0;
            vertical-align: middle;
            margin-left: 4px;
            margin-right: 4px;
            opacity: 1;
            transition: all 0.35s ease;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        }

            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare i,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart i,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
                font-size: 16px;
                line-height: 1;
                vertical-align: middle;
            }

            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a:hover,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist.active,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .compare.active,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .product-quick-view.active,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart.active,
            .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.active {
                color: #404040;
                background-color: #ffffff;
            }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price ins span.amount {
        color: #D7B56D;
    }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap:hover .product-item-inner .product-thumb img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .shortcode-single-product-wrap.product-style-4 .product-item-wrap:hover .product-item-inner .product-actions {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

.shortcode-single-product-wrap .product-item-wrap {
    padding: 0;
    margin: 0;
}

    .shortcode-single-product-wrap .product-item-wrap:hover .product-item-inner {
        box-shadow: none;
    }

    .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-link {
        z-index: 4;
    }

    .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-thumb .product-hover-sign {
        display: none;
    }

    .shortcode-single-product-wrap .product-item-wrap .product-item-inner .product-actions {
        z-index: 4;
    }
/*****************************/
/*.banner-home-5*/
/******************************/
.banner-home-5 {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .banner-home-5 .banner-home-5-content {
        position: absolute;
        width: 50%;
        left: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .banner-home-5 .banner-home-5-content .text {
            display: inline-block;
            width: 100%;
        }

            .banner-home-5 .banner-home-5-content .text h2 {
                color: #333;
                display: inline-block;
                float: left;
                font-size: 150px;
                line-height: 150px;
                margin: 0;
            }

            .banner-home-5 .banner-home-5-content .text .price-box {
                border-left: 1px solid #000;
                border-right: 1px solid #000;
                display: inline-block;
                float: right;
                height: 120px;
                margin-top: 20px;
                text-align: center;
                padding-top: 20px;
            }

                .banner-home-5 .banner-home-5-content .text .price-box span {
                    color: #333;
                    display: inline-block;
                    font-size: 18px;
                    text-transform: uppercase;
                    width: 100%;
                    letter-spacing: 0.5px;
                    margin-top: 15px;
                }

                    .banner-home-5 .banner-home-5-content .text .price-box span.price {
                        font-weight: 900;
                        font-size: 22px;
                    }

        .banner-home-5 .banner-home-5-content .desc {
            overflow: hidden;
            width: 100%;
        }

            .banner-home-5 .banner-home-5-content .desc span {
                font-size: 30px;
                color: #333;
                position: relative;
                padding-right: 50px;
                font-weight: 300;
            }

                .banner-home-5 .banner-home-5-content .desc span::before {
                    background-color: #333;
                    content: "";
                    height: 1px;
                    left: 100%;
                    position: absolute;
                    top: 50%;
                    width: 500px;
                }

        .banner-home-5 .banner-home-5-content > a {
            border: 1px solid #333;
            color: #333;
            display: inline-block;
            margin-top: 30px;
            padding: 8px 22px;
            text-transform: uppercase;
        }

.shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner:before {
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.35s ease-in-out;
}

.shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info .star-rating {
        display: none;
    }

    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info h3 {
        opacity: 0;
        width: 100%;
        position: absolute;
        text-align: center;
        bottom: -15%;
        top: auto;
        transition: all 0.35s ease;
        color: #ffffff;
        margin: 0;
        padding-right: 0;
    }

    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info span.price {
        opacity: 0;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: -15%;
        margin: 0;
        transition: all 0.35s ease;
        font-size: 24px;
        color: #ffffff;
        line-height: 1;
        text-align: center;
    }

        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info span.price ins {
            color: #ffffff;
        }

        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-info span.price del {
            display: none;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.7);
        }

.shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions {
    background-color: transparent;
    border: none;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: all 0.35s ease;
}

    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare,
    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart,
    .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.35);
        display: inline-block;
        padding: 0;
        position: relative;
        border-radius: 100%;
        font-size: 0;
        min-width: 0;
        vertical-align: middle;
        margin-right: 4px;
        margin-left: 4px;
        opacity: 1;
        transition: all 0.35s ease;
    }

        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare i,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart i,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
            font-size: 16px;
            line-height: 1;
            vertical-align: middle;
        }

        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a:hover,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist.active,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .compare.active,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .product-quick-view.active,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart.active,
        .shortcode-single-product-wrap.product-style-5 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.active {
            color: #404040;
            background-color: #ffffff;
        }

.shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-info span.price {
    opacity: 1;
    top: 15%;
}

.shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-info h3 {
    opacity: 1;
    color: #ffffff;
    bottom: 15%;
}

.shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-info .star-rating {
    opacity: 1;
}

.shortcode-single-product-wrap.product-style-5 .product-item-wrap:hover .product-item-inner .product-actions {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.banner-shortcode-wrap.style_12 .banner-content {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .banner-shortcode-wrap.style_12 .banner-content img {
        transition: all 2s ease;
        width: 100%;
    }

    .banner-shortcode-wrap.style_12 .banner-content .banner-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

        .banner-shortcode-wrap.style_12 .banner-content .banner-overlay:before {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            transition: all 0.8s ease;
            z-index: 2;
            content: '';
            background-color: rgba(0, 0, 0, 0.2);
        }

        .banner-shortcode-wrap.style_12 .banner-content .banner-overlay .banner-title-wrap .banner-title {
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 5px;
            color: #ffffff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding: 10px 30px;
            z-index: 2;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            transition: all 0.5s ease;
            white-space: nowrap;
        }

    .banner-shortcode-wrap.style_12 .banner-content:hover .banner-overlay:before {
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .banner-shortcode-wrap.style_12 .banner-content:hover .banner-overlay .banner-title-wrap .banner-title {
        border-color: #3f3f3f;
        color: #3f3f3f;
    }

    .banner-shortcode-wrap.style_12 .banner-content:hover img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

@media (min-width: 768px) and (max-width: 991px) {
    body div div.banner-shortcode-wrap.style_12 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .banner-shortcode-wrap.style_12 {
        margin: 15px 0;
    }
}

.home-5-blog .recent-news-container article {
    position: relative;
    padding: 0 15px;
}

    .home-5-blog .recent-news-container article .post-thumbnail {
        position: relative;
        overflow: hidden;
        background-color: #eeeeee;
    }

        .home-5-blog .recent-news-container article .post-thumbnail .post-image img {
            transition: all 1s ease-in-out;
            width: 100%;
        }

        .home-5-blog .recent-news-container article .post-thumbnail .post-image:before {
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            content: '';
            position: absolute;
            background-color: rgba(0, 0, 0, 0.3);
            transition: all 0.5s ease-in-out;
            z-index: 1;
        }

    .home-5-blog .recent-news-container article .post-content {
        z-index: 2;
        margin: 0 5%;
        background: #ffffff;
        width: 90%;
        position: absolute;
        bottom: 10%;
        display: table;
        transition: all 0.7s ease;
    }

        .home-5-blog .recent-news-container article .post-content .entry-title {
            display: table-cell;
            padding-left: 20px;
            width: 80%;
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 18px;
            vertical-align: middle;
        }

            .home-5-blog .recent-news-container article .post-content .entry-title a {
                color: #3f3f3f;
                transition: all 0.35s ease;
            }

                .home-5-blog .recent-news-container article .post-content .entry-title a:hover {
                    color: #D7B56D;
                }

        .home-5-blog .recent-news-container article .post-content .post-info {
            display: table-cell;
            width: 20%;
            padding: 15px 20px;
            border-right: 1px solid #eeeeee;
            text-align: center;
        }

            .home-5-blog .recent-news-container article .post-content .post-info span {
                display: block;
                color: #3f3f3f;
                text-transform: uppercase;
            }

                .home-5-blog .recent-news-container article .post-content .post-info span.post-day {
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 1;
                }

                    .home-5-blog .recent-news-container article .post-content .post-info span.post-day:after {
                        content: '-';
                        padding-left: 5px;
                    }

    .home-5-blog .recent-news-container article:hover .post-thumbnail .post-image img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .home-5-blog .recent-news-container article:hover .post-thumbnail .post-image:before {
        opacity: 1;
    }

    .home-5-blog .recent-news-container article:hover .post-thumbnail .post-content {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

.banner-shortcode-wrap.style_12.effect_2 {
    padding: 10px;
    border: 1px solid #eeeeee;
    transition: all 0.5s ease;
}

    .banner-shortcode-wrap.style_12.effect_2 .banner-content .banner-overlay:before {
        background-color: rgba(255, 255, 255, 0.7);
        opacity: 0;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .banner-shortcode-wrap.style_12.effect_2 .banner-content .banner-overlay:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.4s ease;
    }

    .banner-shortcode-wrap.style_12.effect_2 .banner-content:hover .banner-overlay:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .banner-shortcode-wrap.style_12.effect_2 .banner-content:hover .banner-overlay:after {
        opacity: 0;
    }

.icon-box.icon-box-style4 {
    position: relative;
    text-align: center;
    height: 200px;
    cursor: pointer;
    padding-left: 0;
}

    .icon-box.icon-box-style4:after {
        content: '';
        height: 2px;
        width: 50px;
        position: absolute;
        background-color: #3f3f3f;
        top: 55%;
        left: 50%;
        transition: all 0.35s ease;
        opacity: 0;
        -webkit-transform: translate(-50%, 0) scale(0);
        -ms-transform: translate(-50%, 0) scale(0);
        transform: translate(-50%, 0) scale(0);
    }

    .icon-box.icon-box-style4:hover:after {
        top: 65%;
        opacity: 1;
        -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1);
    }

    .icon-box.icon-box-style4:hover .icon-box-container .icon-wrap {
        top: 25%;
    }

        .icon-box.icon-box-style4:hover .icon-box-container .icon-wrap .content-polygon {
            opacity: 0;
            visibility: hidden;
        }

        .icon-box.icon-box-style4:hover .icon-box-container .icon-wrap span:before {
            opacity: 1;
            font-size: 36px;
        }

    .icon-box.icon-box-style4:hover .icon-box-container .icon-title {
        color: #3f3f3f;
        top: 50%;
        position: absolute;
        font-weight: bold;
        transition: all 0.35s ease;
    }

        .icon-box.icon-box-style4:hover .icon-box-container .icon-title a {
            color: #3f3f3f;
        }

    .icon-box.icon-box-style4:hover .icon-box-container .icon-description {
        top: 75%;
        height: auto;
        opacity: 1;
    }

    .icon-box.icon-box-style4 .icon-box-container .icon-wrap {
        transition: all 0.35s ease;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .icon-box.icon-box-style4 .icon-box-container .icon-wrap span {
            transition: all 0.35s ease;
        }

            .icon-box.icon-box-style4 .icon-box-container .icon-wrap span:before {
                font-size: 100px;
                opacity: 0.35;
                position: relative;
                z-index: 1;
            }

    .icon-box.icon-box-style4 .icon-box-container .icon-title {
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-transform: uppercase;
        color: #3f3f3f;
        margin: 0;
        margin-bottom: 10px;
        transition: all 0.35s ease-in-out;
    }

        .icon-box.icon-box-style4 .icon-box-container .icon-title a {
            color: #3f3f3f;
        }

            .icon-box.icon-box-style4 .icon-box-container .icon-title a:hover {
                color: #D7B56D;
            }

    .icon-box.icon-box-style4 .icon-box-container .icon-description {
        color: #8c8c8c;
        top: 55%;
        position: absolute;
        opacity: 0;
        height: 0;
        transition: all 0.35s ease-in-out;
        width: 100%;
    }

        .icon-box.icon-box-style4 .icon-box-container .icon-description p {
            text-align: center;
        }

.icon-box.icon-box-style5 {
    position: relative;
    text-align: center;
    height: 200px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease;
}

.recent-news-home_6 .recent-news-container article {
    padding: 0 15px;
}

    .recent-news-home_6 .recent-news-container article:hover .post-thumbnail {
        position: relative;
        overflow: hidden;
    }

        .recent-news-home_6 .recent-news-container article:hover .post-thumbnail:before,
        .recent-news-home_6 .recent-news-container article:hover .post-thumbnail:after {
            opacity: 1;
            top: 0;
        }

        .recent-news-home_6 .recent-news-container article:hover .post-thumbnail img {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .recent-news-home_6 .recent-news-container article:hover .post-thumbnail .overlay-bg {
            left: 0;
            opacity: 0;
        }

        .recent-news-home_6 .recent-news-container article:hover .post-thumbnail a.btn-readmore {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
        }

    .recent-news-home_6 .recent-news-container article:hover .post-content .post-excerpt:before {
        background-color: #D7B56D;
        width: 100%;
    }

    .recent-news-home_6 .recent-news-container article .post-thumbnail {
        position: relative;
        max-height: 350px;
        overflow: hidden;
    }

        .recent-news-home_6 .recent-news-container article .post-thumbnail:before {
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            content: '';
            position: absolute;
            top: -100%;
            left: 0;
            background-color: rgba(0, 0, 0, 0.2);
            transition: all 0.7s ease 0s;
        }

        .recent-news-home_6 .recent-news-container article .post-thumbnail:after {
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            background-color: rgba(0, 0, 0, 0.2);
            transition: all 0.7s ease 0s;
        }

        .recent-news-home_6 .recent-news-container article .post-thumbnail img {
            -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
            width: 100%;
            transition: all 1s ease 0s;
        }

        .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore {
            z-index: 2;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transition: all 0.5s ease-in-out;
            -webkit-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
        }

            .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore .span-text {
                display: block;
                background-color: #ffffff;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: bold;
                padding: 5px 20px;
                transition: all 0.35s ease-in-out;
                color: #3f3f3f;
            }

                .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore .span-text:hover {
                    color: #ffffff;
                    background-color: #D7B56D;
                }

        .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info {
            z-index: 2;
            position: absolute;
            bottom: 0;
            left: 0;
            color: #ffffff;
            background-color: #D7B56D;
        }

            .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info i {
                position: absolute;
                top: 0;
                left: 0;
                text-align: center;
                width: 25px;
                height: 25px;
                line-height: 25px;
                background-color: #3f3f3f;
                margin-right: 10px;
            }

            .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info span {
                position: relative;
                padding-left: 30px;
                padding-right: 10px;
                margin: 0;
                display: inline-block;
                background-color: #D7B56D;
                height: 25px;
                line-height: 25px;
            }

    .recent-news-home_6 .recent-news-container article .post-content .post-excerpt {
        position: relative;
        padding-bottom: 25px;
        padding-top: 10px;
        margin-bottom: 15px;
    }

        .recent-news-home_6 .recent-news-container article .post-content .post-excerpt:before {
            content: "";
            position: absolute;
            display: block;
            bottom: 0;
            width: 10%;
            height: 1px;
            background: #3f3f3f;
            transition: all 0.7s ease 0s;
        }

    .recent-news-home_6 .recent-news-container article .post-content .category-content a {
        font-size: 12px;
        font-weight: 700;
        color: #808080;
        text-transform: uppercase;
        transition: all 0.35s ease;
    }

        .recent-news-home_6 .recent-news-container article .post-content .category-content a:hover {
            color: #D7B56D;
        }

    .recent-news-home_6 .recent-news-container article .post-content .entry-title {
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .recent-news-home_6 .recent-news-container article .post-content .entry-title a {
            color: #3f3f3f;
            text-transform: uppercase;
            transition: all 0.35s ease;
        }

            .recent-news-home_6 .recent-news-container article .post-content .entry-title a:hover {
                color: #D7B56D;
            }

.icon-box.icon-box-style5 {
    position: relative;
    text-align: center;
    height: 200px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #eeeeee;
    transition: all 0.35s ease;
}

    .icon-box.icon-box-style5:hover {
        background-color: #D7B56D;
        border-color: #D7B56D;
    }

        .icon-box.icon-box-style5:hover .icon-box-container {
            background-color: #D7B56D;
        }

            .icon-box.icon-box-style5:hover .icon-box-container .icon-wrap .content-polygon {
                opacity: 0;
                visibility: hidden;
            }

            .icon-box.icon-box-style5:hover .icon-box-container .icon-wrap span {
                opacity: 0.6;
            }

            .icon-box.icon-box-style5:hover .icon-box-container .icon-content .icon-title {
                color: #ffffff;
            }

                .icon-box.icon-box-style5:hover .icon-box-container .icon-content .icon-title a {
                    color: #3f3f3f;
                }

            .icon-box.icon-box-style5:hover .icon-box-container .icon-content .icon-description p {
                color: #ffffff;
            }

    .icon-box.icon-box-style5 .icon-box-container {
        background-color: #eeeeee;
        height: 100%;
        transition: all 0.35s ease;
    }

        .icon-box.icon-box-style5 .icon-box-container .icon-wrap {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .icon-box.icon-box-style5 .icon-box-container .icon-wrap span {
                transition: all 0.35s ease;
            }

                .icon-box.icon-box-style5 .icon-box-container .icon-wrap span:before {
                    font-size: 100px;
                    opacity: 1;
                    position: relative;
                    z-index: 1;
                }

        .icon-box.icon-box-style5 .icon-box-container .icon-content {
            position: absolute;
            top: 30%;
        }

            .icon-box.icon-box-style5 .icon-box-container .icon-content .icon-title {
                font-size: 18px;
                font-weight: 700;
                position: relative;
                text-transform: uppercase;
                color: #3f3f3f;
                margin: 0;
                margin-bottom: 10px;
                transition: all 0.35s ease-in-out;
            }

                .icon-box.icon-box-style5 .icon-box-container .icon-content .icon-title a {
                    color: #3f3f3f;
                }

                    .icon-box.icon-box-style5 .icon-box-container .icon-content .icon-title a:hover {
                        color: #D7B56D;
                    }

            .icon-box.icon-box-style5 .icon-box-container .icon-content .icon-description {
                font-size: 16px;
                margin: 0 auto;
                width: 75%;
                color: #3f3f3f;
                position: relative;
            }

                .icon-box.icon-box-style5 .icon-box-container .icon-content .icon-description p {
                    text-align: center;
                    transition: all 0.35s ease-in-out;
                }

@media (max-width: 479px) {
    .icon-box.icon-box-style5 .icon-box-container .icon-content .icon-description {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .icon-box.icon-box-style5 {
        margin: 15px 0;
    }
}

.home-6-banner {
    position: relative;
}

    .home-6-banner .home-6-banner-content,
    .home-6-colection .home-6-colection-content,
    .home-6-sale .home-6-sale-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .home-6-banner .home-6-banner-content .home-6-banner-top {
            color: #fff;
        }

            .home-6-banner .home-6-banner-content .home-6-banner-top .desc {
                font-size: 20px;
                padding: 20px 0;
            }

            .home-6-banner .home-6-banner-content .home-6-banner-top h2 {
                border-bottom: 2px solid;
                border-top: 2px solid;
                font-size: 150px;
                margin: 0;
                text-transform: uppercase;
                display: inline-block;
            }

        .home-6-banner .home-6-banner-content .home-6-banner-bottom {
            display: inline-block;
            width: 100%;
        }

        .home-6-banner .home-6-banner-content .home-6-banner-border {
            border: 1px solid #3f3f3f;
            display: inline-block;
            padding: 3px;
        }

        .home-6-banner .home-6-banner-content .home-6-banner-text {
            background-color: #3f3f3f;
            padding: 20px 50px;
        }

            .home-6-banner .home-6-banner-content .home-6-banner-text p {
                color: #fff;
                font-size: 20px;
                letter-spacing: 0.5px;
                margin: 0;
                text-transform: uppercase;
            }

            .home-6-banner .home-6-banner-content .home-6-banner-text span {
                color: #D7B56D;
                font-size: 22px;
                font-weight: 600;
            }

.title-home-6 {
    text-align: center;
}

    .title-home-6 h3 {
        display: inline-block;
        color: #333;
        font-family: Helvetica;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        border-bottom: 2px solid #3f3f3f;
        border-top: 2px solid #3f3f3f;
        margin-bottom: 85px;
    }

.home-6-colection {
    position: relative;
}

    .home-6-colection .home-6-colection-content {
        color: #fff;
    }

        .home-6-colection .home-6-colection-content h6 {
            font-size: 35px;
            font-weight: 600;
            margin: 0;
        }

        .home-6-colection .home-6-colection-content p {
            margin: 20px 0;
        }

        .home-6-colection .home-6-colection-content a {
            background-color: #eee;
            color: #333;
            display: inline-block;
            padding: 10px 20px;
            text-transform: uppercase;
        }

.home-6-other-deals .sofani-owl-carousel .owl-nav,
.recent-news-home_6 .sofani-owl-carousel .owl-nav {
    display: block;
}

    .home-6-other-deals .sofani-owl-carousel .owl-nav > div,
    .recent-news-home_6 .sofani-owl-carousel .owl-nav > div {
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #eee;
        box-shadow: 1px 1px 2px 1px #eff;
        font-size: 30px;
        height: 50px;
        line-height: 46px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 35%;
        transition: all 0.3s ease 0s;
        width: 50px;
    }

        .home-6-other-deals .sofani-owl-carousel .owl-nav > div.owl-prev,
        .recent-news-home_6 .sofani-owl-carousel .owl-nav > div.owl-prev {
            left: -35px;
        }

        .home-6-other-deals .sofani-owl-carousel .owl-nav > div.owl-next,
        .recent-news-home_6 .sofani-owl-carousel .owl-nav > div.owl-next {
            right: -35px;
        }

.home-6-other-deals:hover .owl-nav > div,
.recent-news-home_6:hover .owl-nav > div {
    transition: all 0.3s ease 0s;
    opacity: 1;
}

    .home-6-other-deals:hover .owl-nav > div.owl-prev,
    .recent-news-home_6:hover .owl-nav > div.owl-prev {
        left: -10px;
    }

    .home-6-other-deals:hover .owl-nav > div.owl-next,
    .recent-news-home_6:hover .owl-nav > div.owl-next {
        right: -10px;
    }

.home-6-sale {
    position: relative;
}

    .home-6-sale .home-6-sale-content {
        background-color: #fff;
        padding: 30px;
    }

        .home-6-sale .home-6-sale-content .row > div > div {
            height: 180px;
        }

        .home-6-sale .home-6-sale-content .home-6-sale-left {
            background-color: #3f3f3f;
            padding: 30px 20px;
        }

            .home-6-sale .home-6-sale-content .home-6-sale-left p {
                color: #fff;
                display: inline-block;
                font-size: 21px;
            }

            .home-6-sale .home-6-sale-content .home-6-sale-left span {
                display: inline-block;
                font-family: Helvetica;
                font-size: 60px;
                line-height: 50px;
                color: #D7B56D;
            }

        .home-6-sale .home-6-sale-content .home-6-sale-right {
            text-align: left;
        }

            .home-6-sale .home-6-sale-content .home-6-sale-right h6 {
                color: #333;
                font-size: 30px;
                font-weight: 600;
            }

            .home-6-sale .home-6-sale-content .home-6-sale-right a {
                background-color: #eee;
                background-position: 0 -100%;
                background-repeat: repeat-x;
                background-size: 200% auto;
                font-size: 14px;
                padding: 10px 30px;
                display: inline-block;
                color: #333;
                text-transform: uppercase;
                border-bottom: 2px solid #333;
                border-top: 2px solid #333;
            }

.recent-news-home_6 .recent-news-container article .post-content .entry-title {
    padding: 30px 0 10px;
}

.banner-style-7 {
    text-align: center;
}

    .banner-style-7 .banner-content {
        border: 1px solid #eeeeee;
        padding: 10px;
        position: relative;
        overflow: hidden;
        transition: all 0.35s ease-in-out;
    }

        .banner-style-7 .banner-content .outer-banner-img {
            position: relative;
            overflow: hidden;
        }

            .banner-style-7 .banner-content .outer-banner-img:before {
                position: absolute;
                z-index: 1;
                opacity: 0;
                content: '';
                height: 100%;
                width: 100%;
                top: 0;
                left: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                transition: all 0.7s ease 0s;
            }

            .banner-style-7 .banner-content .outer-banner-img:after {
                position: absolute;
                z-index: 1;
                opacity: 0;
                content: '';
                top: 0;
                left: -100%;
                height: 100%;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                transition: all 0.7s ease 0s;
            }

            .banner-style-7 .banner-content .outer-banner-img .banner-img:before {
                opacity: 0;
                z-index: 2;
                content: '';
                position: absolute;
                left: 30%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 60px;
                height: 1px;
                background-color: transparent;
                border-top: 1px solid #fff;
                transition: all 0.6s ease-in-out;
            }

            .banner-style-7 .banner-content .outer-banner-img .banner-img:after {
                opacity: 0;
                z-index: 2;
                content: '';
                position: absolute;
                left: 50%;
                top: 30%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                height: 60px;
                width: 2px;
                background-color: transparent;
                border-left: 1px solid #fff;
                transition: all 0.6s ease-in-out;
            }

        .banner-style-7 .banner-content .banner-title {
            margin: 0;
            position: relative;
            width: 100%;
            opacity: 1;
            color: #808080;
            text-transform: uppercase;
            background-color: #ffffff;
            padding: 30px 0 20px 0px;
            line-height: 2;
            font-size: 36px;
            transition: all 0.35s ease-in-out;
        }

@media (min-width: 768px) and (max-width: 991px) {
    body div div .banner-style-7 .banner-content .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    body div div .banner-style-7 .banner-content .banner-title {
        font-size: 30px;
    }
}

.banner-style-7:hover .banner-content .outer-banner-img:before {
    opacity: 1;
    left: 50%;
}

.banner-style-7:hover .banner-content .outer-banner-img:after {
    opacity: 1;
    left: -50%;
}

.banner-style-7:hover .banner-content .outer-banner-img .banner-img:before,
.banner-style-7:hover .banner-content .outer-banner-img .banner-img:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.banner-style-7:hover .banner-content .banner-title {
    color: #3f3f3f;
}

.banner-style-7:hover .banner-content .banner-hover {
    opacity: 1;
    bottom: 0;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb {
    padding-top: 50px;
    padding-bottom: 25px;
}

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:before {
        opacity: 0;
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link:after {
        opacity: 0;
        content: 'shop now';
        font-weight: bold;
        text-transform: uppercase;
        background-color: #ffffff;
        color: #595959;
        position: absolute;
        white-space: nowrap;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
        -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
        transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
        transition: all 0.35s ease-in-out;
        padding: 8px 30px;
        z-index: 3;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb .product-link .product-hover-sign {
        display: none;
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-thumb a.shop_now {
        opacity: 0;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #ffffff;
        color: #595959;
        position: absolute;
        white-space: nowrap;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
        -ms-transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
        transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1.5);
        transition: all 0.35s ease-in-out;
        padding: 8px 30px;
        z-index: 3;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    }

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-content {
    position: relative;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 20%;
    float: left;
    opacity: 1;
    border: none;
    z-index: 4;
}

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        margin-top: 15px;
        width: 60px;
        height: 60px;
        line-height: 58px;
        border: 1px solid #eeeeee;
    }

        .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
            font-size: 24px;
            color: #595959;
        }

            .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i:before {
                content: '\f290';
            }

        .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.added-spinner i:before {
            content: '\f110';
        }

@media (min-width: 768px) and (max-width: 991px) {
    body div div .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media (max-width: 479px) {
    body div div .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-actions:hover .add-to-cart-wrap a {
    border-color: #D7B56D;
    background-color: #D7B56D;
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info {
    float: right;
    width: 80%;
}

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 300;
        padding-right: 0;
        margin: 0;
        white-space: nowrap;
        transition: all 0.35s ease;
    }

        .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3:hover {
            color: #D7B56D;
        }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info .star-rating {
        display: none;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 14px;
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

@media (max-width: 479px) {
    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info h3 {
        font-size: 16px;
    }

    .shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner .product-info span.price {
        margin-top: 25px;
    }
}

.shortcode-single-product-wrap.product-style-6 .product-item-wrap .product-item-inner:hover .product-thumb a.shop_now {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner:before {
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.35s ease;
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-thumb .product-link {
    z-index: 4;
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-thumb .product-hover-sign {
    display: none;
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info .rate {
        opacity: 0;
        right: auto;
        top: auto;
        bottom: 50px;
        left: 100%;
        transition: all 0.35s ease;
    }

    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info h3 {
        opacity: 0;
        position: absolute;
        text-align: left;
        bottom: 0;
        top: auto;
        padding-left: 20px;
        transition: all 0.35s ease;
        color: #404040;
        left: 100%;
        padding-right: 0;
    }

    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info span.price {
        opacity: 0;
        right: auto;
        left: 100%;
        position: absolute;
        top: 30px;
        margin: 0;
        transition: all 0.35s ease;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-size: 24px;
        color: #ffffff;
        line-height: 1;
        width: auto;
    }

        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info span.price ins {
            color: #ffffff;
        }

        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-info span.price del {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.7);
        }

.shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions {
    z-index: 4;
    background-color: transparent;
    border: none;
    top: 50%;
    bottom: auto;
    left: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.35s ease-in-out;
}

    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist,
    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare,
    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view,
    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart,
    .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.35);
        display: inline-block;
        padding: 0;
        position: relative;
        border-radius: 100%;
        font-size: 0;
        min-width: 0;
        vertical-align: middle;
        margin-right: 4px;
        margin-left: 4px;
        opacity: 1;
        transition: all 0.35s ease;
    }

        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a i,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a i,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist i,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare i,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view i,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart i,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a i {
            font-size: 16px;
            line-height: 1;
            vertical-align: middle;
        }

        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a:hover,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add_to_wishlist.active,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .compare.active,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .product-quick-view.active,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .btn_add_to_cart.active,
        .shortcode-single-product-wrap.product-style-7 .product-item-wrap .product-item-inner .product-actions .add-to-cart-wrap a.active {
            color: #404040;
            background-color: #ffffff;
        }

.shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-thumb img {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -ms-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-info span.price {
    opacity: 1;
    left: 30px;
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-info h3 {
    opacity: 1;
    color: #ffffff;
    left: 10px;
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-info .rate {
    opacity: 1;
    left: 30px;
}

.shortcode-single-product-wrap.product-style-7 .product-item-wrap:hover .product-item-inner .product-actions {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-8-our-offer .product-item-wrap {
    margin-bottom: 30px;
}

.home-8-our-offer .sperator {
    margin-top: 85px;
}

.home-8-our-offer .text-rotate {
    margin-top: 210px;
}

    .home-8-our-offer .text-rotate .first {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-family: Helvetica;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        color: #d9d9d9;
        line-height: 45px;
    }

        .home-8-our-offer .text-rotate .first .second {
            display: inline-block;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.home-8-our-offer .image-sidebar img {
    width: 100%;
}

.home-8-our-offer-style-2 {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.home-8-our-offer-style-2-content .text-rotate {
    float: left;
    width: 50%;
}

    .home-8-our-offer-style-2-content .text-rotate .first {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .home-8-our-offer-style-2-content .text-rotate .first .second {
            display: inline-block;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.home-8-our-offer-style-2-content .text-rotate-left {
    font-family: Helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 60px;
    line-height: 30px;
    text-transform: uppercase;
}

.home-8-our-offer-style-2-content .text-rotate-right {
    line-height: 9px;
    margin-top: 140px;
}

.home-8-our-offer-style-4 .home-8-our-offer-style-2-content .text-rotate-right {
    margin-top: 180px;
}

.home-8-our-offer-style-6 .home-8-our-offer-style-2-content .text-rotate-left {
    line-height: 26px;
}

.home-8-our-offer-style-6 .home-8-our-offer-style-2-content .text-rotate-right {
    line-height: 8px;
    margin-top: 155px;
}

.home-8-our-offer-style-2-content {
    border-top: 1px solid #eee;
    padding-top: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    position: relative;
}

    .home-8-our-offer-style-2-content::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 1px;
        display: inline-block;
        border-top: 1px solid #eee;
        top: -4px;
    }

    .home-8-our-offer-style-2-content::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 1px;
        display: inline-block;
        border-top: 1px solid #eee;
        bottom: -4px;
    }

.home-8-our-offer-style-2 .owl-nav {
    display: block;
}

    .home-8-our-offer-style-2 .owl-nav > div {
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #eee;
        box-shadow: 1px 1px 2px 1px #eff;
        font-size: 30px;
        height: 50px;
        line-height: 46px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 35%;
        transition: all 0.3s ease 0s;
        width: 50px;
    }

        .home-8-our-offer-style-2 .owl-nav > div.owl-prev {
            left: -35px;
        }

        .home-8-our-offer-style-2 .owl-nav > div.owl-next {
            right: -35px;
        }

.home-8-our-offer-style-2:hover .owl-nav > div {
    transition: all 0.3s ease 0s;
    opacity: 1;
}

    .home-8-our-offer-style-2:hover .owl-nav > div.owl-prev {
        left: -10px;
    }

    .home-8-our-offer-style-2:hover .owl-nav > div.owl-next {
        right: -10px;
    }

.recent-news-home-blog .recent-news-container {
    position: relative;
}

    .recent-news-home-blog .recent-news-container .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0;
        height: 50px;
        width: 50px;
        z-index: 3;
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 1px 1px 2px 1px #eee;
        border: none;
        transition: all 0.5s ease 0s;
        opacity: 0;
    }

        .recent-news-home-blog .recent-news-container .slick-arrow::before {
            font-family: FontAwesome;
            font-size: 30px;
            height: 48px;
            left: 0;
            line-height: 48px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 48px;
            color: #333;
        }

    .recent-news-home-blog .recent-news-container .slick-prev {
        left: 0;
    }

        .recent-news-home-blog .recent-news-container .slick-prev::before {
            content: "\f104";
        }

    .recent-news-home-blog .recent-news-container .slick-next {
        right: 0;
    }

        .recent-news-home-blog .recent-news-container .slick-next::before {
            content: "\f105";
        }

    .recent-news-home-blog .recent-news-container:hover .slick-prev {
        transition: all 0.5s ease 0s;
        opacity: 1;
        left: 20px;
    }

    .recent-news-home-blog .recent-news-container:hover .slick-next {
        opacity: 1;
        right: 20px;
        transition: all 0.5s ease 0s;
    }

    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item {
        position: relative;
        margin: 0 60px;
        text-align: center;
        background: #ffffff;
    }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item.slick-active .post-information {
            opacity: 1;
        }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
            position: relative;
            height: 535px;
            overflow: hidden;
        }

            .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-thumbnail a {
                display: block;
            }

                .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-thumbnail a img {
                    width: 100%;
                    transition: all 1.5s ease-in-out;
                }

@media (max-width: 1199px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
        height: 375px;
    }
}

@media (max-width: 991px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
        height: 250px;
    }
}

@media (max-width: 479px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-thumbnail {
        height: 180px;
    }
}

.recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information {
    opacity: 0;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 0 30px 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.35s ease-in-out;
}

    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-title a {
            display: block;
            color: #808080;
            font-weight: bold;
        }

            .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-title a:hover {
                color: #D7B56D;
                transition: all 0.35s ease;
            }

    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-excerpt {
        position: relative;
    }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-excerpt:before {
            position: absolute;
            top: -10px;
            width: 35%;
            content: '';
            height: 1px;
            background-color: #000000;
            opacity: 0.3;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-meta {
        color: #808080;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-meta .post-date {
            font-size: 12px;
            margin-right: 30px;
        }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-meta .post-count-comments {
            font-size: 12px;
        }

        .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information .post-meta i {
            margin-right: 5px;
        }

@media (max-width: 1199px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information {
        width: 75%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 479px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item .post-information {
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.recent-news-home-blog .recent-news-container .slick-slider .recent-news-item:hover .post-thumbnail a img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 1919px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .recent-news-home-blog .recent-news-container .slick-slider .recent-news-item {
        margin: 0;
    }
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.home-sidebar-banner-sider .slider1-content,
.home-sidebar-banner-sider .slide2-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .home-sidebar-banner-sider .slider1-content h2 {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        color: #fff;
        font-size: 120px;
        font-weight: 900;
        letter-spacing: 1px;
        margin: 0;
        padding: 0 30px;
        text-transform: uppercase;
    }

.home-sidebar-banner-sider .slide2-content {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    .home-sidebar-banner-sider .slide2-content h2 {
        border-bottom: 1px solid;
        border-top: 1px solid;
        display: inline-block;
        font-size: 50px;
        padding: 5px 20px;
        margin-bottom: 25px;
    }

    .home-sidebar-banner-sider .slide2-content p {
        font-size: 30px;
        line-height: 40px;
    }

    .home-sidebar-banner-sider .slide2-content figure {
        text-align: center;
        margin-top: 25px;
    }

        .home-sidebar-banner-sider .slide2-content figure img {
            width: auto;
            margin: 0 auto;
        }

    .home-sidebar-banner-sider .slide2-content a {
        background-color: #fff;
        color: #333;
        display: inline-block;
        margin-top: 25px;
        padding: 8px 25px;
    }

.home-sidebar-content .filter-button-group {
    margin: 20px 0 10px;
}

    .home-sidebar-content .filter-button-group button {
        display: inline-block;
        background-color: transparent;
        position: relative;
        color: #808080;
        padding: 4px 10px;
        border: none;
        margin: 0 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .home-sidebar-content .filter-button-group button.is-checked,
        .home-sidebar-content .filter-button-group button:hover {
            color: #D7B56D;
        }

            .home-sidebar-content .filter-button-group button.is-checked::before,
            .home-sidebar-content .filter-button-group button:hover::before,
            .home-sidebar-content .filter-button-group button.is-checked::after,
            .home-sidebar-content .filter-button-group button:hover::after {
                left: 0;
                right: 0;
                transition: all 0.5s ease 0s;
            }

.home-sidebar-content .product-item-wrap {
    list-style: none;
}

    .home-sidebar-content .product-item-wrap .product-actions > div {
        display: inline-block;
    }

        .home-sidebar-content .product-item-wrap .product-actions > div a:hover {
            background-color: transparent;
        }

.home-sidebar-content div.button {
    margin-bottom: 90px;
}

.home-sidebar-content .product-info span.price del {
    font-size: 16px;
    color: #808080;
    margin-right: 5px;
}

.home-full-sreen .home-sidebar-banner-sider {
    text-align: center;
}

    .home-full-sreen .home-sidebar-banner-sider a {
        margin-top: 30px;
    }

.decoration-products-home-3 .product-item-wrap,
.arrival-home-3 .product-item-wrap {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    body.home-2 .our-home-2 .row-col .col-4,
    body.home-2 .our-home-2 .row-col .col-8 {
        width: 100%;
    }

    body .header .header-bottom .header-right {
        display: none !important;
    }

    body .count-downt.style-1 .count-down-time > div {
        width: 100%;
    }

        body .count-downt.style-1 .count-down-time > div:before {
            display: none;
        }

    body .footer-style-1 .footer-bottom ul li {
        margin: 0 12px;
    }

    body .banner-shortcode-wrap.style_2 .banner-overlay h3 {
        font-size: 25px;
    }

    body.cart .cart-form .button-cart > div {
        text-align: center !important;
        width: 100%;
        margin-bottom: 10px;
    }

        body.cart .cart-form .button-cart > div a,
        body.cart .cart-form .button-cart > div input {
            width: 90%;
            margin: 10px 0 !important;
        }

    body .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 28px;
    }

    body div .home-blog-content .post-item {
        width: 100%;
    }

    body header.sn-header-style-7 div .header-bottom .header-right {
        display: none;
    }

    body.home-sidebar div .header.sn-header-style-8 .header-bottom .header-right {
        display: none;
    }

    body .home-sidebar-content .filter-button-group button {
        width: 100%;
        margin-bottom: 10px;
    }

    body .footer-style-5 .social ul li a {
        font-size: 20px;
        height: 50px;
        line-height: 48px;
        width: 50px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    body .recent-news-container article .post-content .entry-title {
        font-size: 12px;
        padding-left: 10px;
    }

    body .home-8-our-offer-content .product-style-7 .col-md-4 {
        width: 50%;
        float: left;
    }

    body div .home-blog-content .post-item {
        width: 100%;
        clear: none !important;
    }

        body div .home-blog-content .post-item:nth-child(2n+1) {
            clear: both !important;
        }

    body .home-sidebar-content .filter-button-group button {
        font-size: 14px;
        margin: 0 3px;
        padding: 4px 6px;
    }

    body .woocommerce .product-info .rate {
        right: 0;
    }

    body .woocommerce .product-info span.price {
        font-size: 14px;
    }

        body .woocommerce .product-info span.price del {
            font-size: 12px;
            color: #808080;
        }

    body.home-sidebar .woocommerce .product-item-wrap .product-actions a {
        width: 28px !important;
    }
}

@media (max-width: 767px) {
    body .header-top aside,
    body .header-top .header-top-right {
        float: left;
        width: 100%;
    }

    body .sn-header-style-3 div .header-top-logo form {
        margin: 0 0 20px 0;
    }

    body .header-top .header-top-right {
        position: relative;
        height: auto;
        border-right: none;
        padding: 0 50px 20px 0;
    }

        body .header-top .header-top-right > div {
            margin: 10px 0;
        }

            body .header-top .header-top-right > div a {
                position: relative;
            }

        body .header-top .header-top-right input {
            width: 80%;
            height: 50px;
            line-height: 50px;
            width: 100%;
            border: 1px solid #555;
            padding: 0 10px;
        }

        body .header-top .header-top-right a {
            position: absolute;
            right: 0;
            top: 10px;
            width: 50px;
        }

    body .header-top-left {
        height: auto;
    }

    body .slide-home-1 .slide1-right img,
    body .slide-home-1 .slide2-bg img {
        min-height: 350px;
    }

    body .slide-home-1 .slide1 .slide1-right .slide1-content {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    body .slide-home-1 .slide1 .slide1-left {
        width: 80%;
    }

    body .slide-home-1 .slide1 .slide1-left {
        left: 20px;
        top: 20px;
        width: 80%;
    }

        body .slide-home-1 .slide1 .slide1-left .title {
            font-size: 12px;
        }

        body .slide-home-1 .slide1 .slide1-left h1 {
            font-size: 30px;
        }

        body .slide-home-1 .slide1 .slide1-left p {
            display: inline-block;
            overflow: hidden;
            overflow-wrap: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

    body .slide-home-1 .slde2-content {
        right: 20px;
        top: 20px;
    }

        body .slide-home-1 .slde2-content .year p {
            font-size: 60px;
        }

        body .slide-home-1 .slde2-content .year span {
            font-size: 40px;
        }

        body .slide-home-1 .slde2-content .btn-slide2 {
            padding: 10px 15px;
            font-size: 14px;
            margin: 0 10px;
        }

    body .footer-style-1 .footer-top .desc {
        padding: 0 10px;
    }

    body .banner-page-left .content-hover .banner-name {
        font-size: 24px;
        line-height: 30px;
    }

    body .banner-page .content-banner .banner-name {
        font-size: 20px;
    }

    body .banner-page .content-banner span {
        font-size: 15px;
    }

    body.home-2 .our-home-2 .row-col .col-4,
    body.home-2 .our-home-2 .row-col .col-8 {
        width: 100%;
    }

    body .product-item-wrap.our-style-1 .product-actions {
        width: 200px;
    }

    body .banner-shortcode-wrap.style_2 .banner-overlay {
        padding: 5px 20px;
    }

    body .count-downt.style-1 h2 {
        font-size: 25px;
    }

    body.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute {
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 300px;
        position: relative;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.3);
    }

        body.home-2 .recent-news-home_2 .recent-news-container .recent-news-absolute::before {
            border: 1px solid rgba(0, 0, 0, 0.3);
        }

    body .sn-newletter-style2 .newletter-content-left,
    body .sn-newletter-style2 .newletter-content {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    body .footer-style-2 .tagcloud {
        display: inline-block;
        width: 100%;
    }

    body .style-1 .banner-content .banner-content-title .banner-title {
        font-size: 15px;
    }

    body .slide-home-2 .slide1 > figure > img,
    body .slide-home-2 .slide2 > figure > img {
        min-height: 450px;
    }

    body .slide-home-2 .slide-content {
        width: 80%;
    }

        body .slide-home-2 .slide-content h2 {
            font-size: 30px;
        }

        body .slide-home-2 .slide-content p {
            font-size: 20px;
        }

    body .slide-home-3 .slide1 > figure > img,
    body .slide-home-3 .slide2 > figure > img {
        min-height: 450px;
    }

    body .slide-home-3 .slide-content {
        width: 70%;
    }

        body .slide-home-3 .slide-content .text {
            font-size: 20px;
            margin-bottom: 20px;
        }

        body .slide-home-3 .slide-content p {
            font-size: 16px;
            letter-spacing: 0;
        }

    body .footer-style-2 .footer-top h3 {
        margin-top: 40px;
    }

    body .header-top-logo > a,
    body .sn-header-style-3 .header-top-logo > form,
    body .header-top-logo > .header-right {
        float: left;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }

    body .sn-header-style-3 .header-top-logo form select {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    body .sn-header-style-3 div .header-top-logo form input {
        padding: 0 10px;
    }

    body .sn-header-style-3 .header-top-logo form button {
        width: 30px;
    }

    body .header-right .cart_list_wrapper {
        width: 280px;
    }

    body .home-3 .banner-shortcode-5-content {
        top: 0;
    }

    body .countTo.countTo-style-1 {
        margin-bottom: 15px;
    }

    body .sn-newletter-style3 .sn-newletter-style3-right {
        padding-bottom: 70px;
    }

        body .sn-newletter-style3 .sn-newletter-style3-right input {
            padding: 0 20px;
        }

        body .sn-newletter-style3 .sn-newletter-style3-right a {
            top: auto;
            bottom: 0;
            left: 0;
        }

    body .product-tab .nav.nav-pills li {
        margin-bottom: 10px;
        width: 100%;
    }

    body .banner-page .cost {
        height: 80px;
        line-height: 80px;
        width: 80px;
    }

    body .post-item {
        padding: 0px 0px 20px 0px;
    }

    body.blog-3-columns div .blog-grid {
        width: 100%;
    }

    body.blog-2-columns .blog-grid {
        width: 100%;
    }

    body.cart .cart-form .quanlity,
    body .wishlist-form .quanlity {
        display: none;
    }

    body.cart .cart-form table tr,
    body .wishlist-form table tr {
        border-bottom: 1px solid #000;
    }

        body.cart .cart-form table tr:first-child,
        body .wishlist-form table tr:first-child {
            border: none;
        }

    body.cart .cart-form table th,
    body .wishlist-form table th {
        display: none;
    }

    body.cart .cart-form table td,
    body .wishlist-form table td {
        border-bottom: 1px solid #ddd;
        display: inline-block;
        padding: 10px 0 10px 100px;
        position: relative;
        text-align: center;
        width: 100%;
    }

        body.cart .cart-form table td::before,
        body .wishlist-form table td::before {
            content: attr(data-title);
            height: 100%;
            left: 0;
            padding-top: 10px;
            position: absolute;
            top: 0;
        }

        body.cart .cart-form table td:last-child,
        body .wishlist-form table td:last-child {
            border: none;
        }

        body.cart .cart-form table td::after,
        body .wishlist-form table td::after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100px;
            width: 1px;
            background-color: #eee;
            content: "";
        }

    body.about-us .about-us-content {
        padding: 0 10px;
    }

        body.about-us .about-us-content .about-bottom .about-bottom-left {
            padding-right: 0;
        }

    body.contact-us .contact-us-content {
        padding: 0;
    }

    body.page-404 .img-404 a.return-home {
        border: 1px solid #D7B56D;
        background-color: #D7B56D;
        font-size: 15px;
        padding: 5px 20px;
        bottom: 10px;
    }

    body .woocommerce .product-actions > div {
        width: 45px;
    }

    body div .footer.footer-style-4 .footer-top > div {
        width: 100%;
    }

    body.home-5,
    body.home-6 {
        padding: 0;
    }

    body div .banner-home-5 .banner-home-5-content {
        left: 10px;
        width: 100%;
    }

        body div .banner-home-5 .banner-home-5-content .text h2 {
            font-size: 30px;
            line-height: 30px;
            margin: 0;
            padding-top: 10px;
        }

        body div .banner-home-5 .banner-home-5-content .text .price-box {
            margin: 0;
            padding: 0;
            height: 50px;
        }

            body div .banner-home-5 .banner-home-5-content .text .price-box span {
                font-size: 12px;
                letter-spacing: 0.5px;
                margin-top: 0;
            }

            body div .banner-home-5 .banner-home-5-content .text .price-box .price {
                font-size: 14px;
            }

        body div .banner-home-5 .banner-home-5-content .desc span {
            font-size: 15px;
            padding-right: 20px;
        }

        body div .banner-home-5 .banner-home-5-content > a {
            font-size: 12px;
            margin-top: 5px;
            padding: 2px 10px;
        }

    body .home-6-banner figure img,
    body .home-6-sale figure img,
    body .home-6-colection figure img {
        min-height: 350px;
    }

    body div .home-6-banner .home-6-banner-content {
        width: 100%;
    }

        body div .home-6-banner .home-6-banner-content .home-6-banner-top .desc {
            font-size: 15px;
            padding: 10px 0;
        }

        body div .home-6-banner .home-6-banner-content .home-6-banner-top h2 {
            font-size: 50px;
        }

    body .sn-header-style-1 .header-top-left aside,
    body .sn-header-style-1 .header-top-right {
        border-left: none;
    }

    body .home-6-sale .home-6-sale-content {
        width: 85%;
    }

        body .home-6-sale .home-6-sale-content .row > div > div {
            height: 90px;
        }

            body .home-6-sale .home-6-sale-content .row > div > div.home-6-sale-left {
                display: none;
            }

            body .home-6-sale .home-6-sale-content .row > div > div.home-6-sale-right {
                display: inline-block;
            }

                body .home-6-sale .home-6-sale-content .row > div > div.home-6-sale-right h6 {
                    font-size: 20px;
                }

    body .recent-news-home_6 .recent-news-container article .post-thumbnail .post-info span {
        font-size: 12px;
    }

    body .recent-news-home_6 .recent-news-container article .post-thumbnail a.btn-readmore .span-text {
        font-size: 10px;
        margin-bottom: 20px;
    }

    body .slide-home-7 img {
        min-height: 350px;
    }

    body .slide-home-7 .slide1-content {
        width: 85%;
        padding: 20px;
    }

        body .slide-home-7 .slide1-content .desc {
            font-size: 18px;
            padding: 0 10px;
        }

        body .slide-home-7 .slide1-content h2 {
            font-size: 21px;
        }

    body .slide-home-7 .slide2-content {
        width: 85%;
    }

        body .slide-home-7 .slide2-content h2 {
            font-size: 20px;
            padding: 20px;
        }

    body .banner-shortcode-wrap.style-4 .banner-content {
        margin: 15px 0;
    }

    body .banner-shortcode-wrap.style-4.effect_2 .banner-content img {
        width: 100%;
    }

    body .slide-home-8 .slide1 > figure > img,
    body .slide-home-8 .slide2 > figure > img {
        min-height: 350px;
    }

    body .slide-home-8 .slide1-content {
        padding: 20px;
        width: 80%;
    }

        body .slide-home-8 .slide1-content .desc {
            font-size: 16px;
        }

        body .slide-home-8 .slide1-content h2 {
            font-size: 30px;
            margin: 20px 0;
        }

    body .slide-home-8 .slide2-content {
        width: 85%;
    }

        body .slide-home-8 .slide2-content h2 {
            font-size: 20px;
            margin: 10px 0 0;
            padding: 10px;
        }

        body .slide-home-8 .slide2-content p {
            font-size: 15px;
            margin: 15px 0;
        }

        body .slide-home-8 .slide2-content a {
            padding: 12px 24px;
        }

    body .home-sidebar-banner-sider .slide1 > figure img,
    body .home-sidebar-banner-sider .slide2 > figure img {
        min-height: 350px;
    }

    body .home-sidebar-banner-sider .slider1-content h2 {
        font-size: 60px;
        padding: 0 10px;
    }

    body .home-sidebar-banner-sider .slide2-content p {
        font-size: 16px;
        line-height: 20px;
    }

    body .sperator p {
        font-size: 20px;
    }

    body .sn-site div .width-33-32,
    body .sn-site div .woocommerce.columns-5 .product-item-wrap.width-40,
    body .sn-site div .woocommerce .product-item-wrap.width-50,
    body .sn-site div .width-50 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.home-5 .home-5-colection-sale .sperator {
        margin-top: 20px;
    }

    body .header-top > div > div {
        display: inline-block;
        float: left;
        width: 100%;
    }

        body .header-top > div > div.header-top-left {
            border-bottom: 1px solid #555;
            border-right: 1px solid #555;
        }

    body .style-1 .banner-content img,
    body .banner-shortcode-wrap.style_2 .banner-content img {
        width: 100%;
    }

    body .product-item-wrap div .product-actions {
        width: 100%;
    }

    body .sn-newletter-style2 .newletter-content-left {
        padding: 20px;
    }

    body .footer-style-2 .intagram {
        padding: 0 100px;
    }

        body .footer-style-2 .intagram li a {
            width: 100%;
        }

            body .footer-style-2 .intagram li a img {
                width: 100%;
            }

    body .slide-home-2 .slide-content {
        text-align: center;
        width: 100%;
    }

    body .slide-home-2 .slide1-content h2 {
        margin: 0;
    }

    body .slide-home-2 .slide1-content p {
        font-size: 20px;
        line-height: 20px;
    }

    body .slide-home-2 .slide2-content p {
        font-size: 18px;
        margin: 5px 0 10px;
    }

    body.blog-3-columns .blog-grid {
        width: 100%;
    }

    body.cart .cart-form .button-cart > div {
        margin-bottom: 15px;
        text-align: center !important;
        width: 100%;
    }

        body.cart .cart-form .button-cart > div a,
        body.cart .cart-form .button-cart > div input {
            width: 220px;
        }

    body .footer-style-4 .footer-top > div {
        width: 50%;
    }

        body .footer-style-4 .footer-top > div.logo-footer-4 {
            width: 100%;
        }

    body.home-5,
    body.home-6 {
        padding: 0 20px;
    }

    body .banner-home-5 .banner-home-5-content {
        width: 95%;
        left: 10px;
    }

        body .banner-home-5 .banner-home-5-content .text .price-box {
            height: 65px;
            margin: 0;
            padding: 0;
        }

            body .banner-home-5 .banner-home-5-content .text .price-box span {
                margin-top: 0;
            }

        body .banner-home-5 .banner-home-5-content .text h2 {
            font-size: 65px;
            line-height: 65px;
        }

        body .banner-home-5 .banner-home-5-content .desc span {
            font-size: 22px;
        }

    body .home-6-banner .home-6-banner-content .home-6-banner-top .desc {
        font-size: 17px;
        padding: 10px 0;
    }

    body .home-6-banner .home-6-banner-content .home-6-banner-top h2 {
        font-size: 80px;
    }

    body .home-6-banner .home-6-banner-content .home-6-banner-text {
        padding: 15px 50px;
    }

    body .home-6-banner img,
    body .home-6-sale img,
    body .home-6-colection img {
        min-height: 500px;
    }

    body .home-6-sale .home-6-sale-content {
        width: 80%;
    }

        body .home-6-sale .home-6-sale-content .home-6-sale-left span {
            width: 100%;
        }

    body .slide-home-7 img {
        min-height: 450px;
    }

    body .slide-home-7 .slide1-content {
        width: 85%;
        padding: 20px;
    }

        body .slide-home-7 .slide1-content h2 {
            font-size: 30px;
        }

    body .slide-home-7 .slide2-content {
        width: 85%;
    }

        body .slide-home-7 .slide2-content h2 {
            font-size: 30px;
            padding: 30px;
        }

    body .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 24px;
    }

    body .slide-home-8 .slide1 > figure > img,
    body .slide-home-8 .slide2 > figure > img {
        min-height: 450px;
    }

    body .slide-home-8 .slide1-content {
        padding: 30px;
        width: 80%;
    }

        body .slide-home-8 .slide1-content .desc {
            font-size: 18px;
        }

        body .slide-home-8 .slide1-content h2 {
            font-size: 40px;
            margin: 25px 0;
        }

    body .slide-home-8 .slide2-content {
        width: 85%;
    }

        body .slide-home-8 .slide2-content h2 {
            font-size: 30px;
            margin: 20px 0 0;
            padding: 20px;
        }

        body .slide-home-8 .slide2-content p {
            font-size: 18px;
            margin: 20px 0;
        }

        body .slide-home-8 .slide2-content a {
            padding: 12px 28px;
        }

    body .home-8-our-offer-content .product-style-7 .col-md-4 {
        width: 50%;
        float: left;
    }

    body .home-sidebar-banner-sider .slide1 > figure img,
    body .home-sidebar-banner-sider .slide2 > figure img {
        min-height: 450px;
    }

    body .slide-home-1 .slide1-right img,
    body .slide-home-1 .slide2-bg img {
        min-height: 450px;
    }

    body .slide-home-1 .slide1 .slide1-right .slide1-content {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    body .slide-home-1 .slide1 .slide1-left {
        width: 80%;
    }

    body .slide-home-1 .slide1 .slide1-left {
        left: 20px;
        top: 20px;
        width: 80%;
    }

        body .slide-home-1 .slide1 .slide1-left .title {
            font-size: 14px;
        }

        body .slide-home-1 .slide1 .slide1-left h1 {
            font-size: 40px;
        }

        body .slide-home-1 .slide1 .slide1-left p {
            display: inline-block;
            overflow: hidden;
            overflow-wrap: break-word;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }

    body .slide-home-1 .slde2-content {
        right: 20px;
        top: 20px;
    }

        body .slide-home-1 .slde2-content .year p {
            font-size: 80px;
        }

        body .slide-home-1 .slde2-content .year span {
            font-size: 50px;
        }

        body .slide-home-1 .slde2-content .btn-slide2 {
            padding: 15px 25px;
            font-size: 16px;
            margin: 0 10px;
        }

    body.home-4 .sofa-left .row .col-md-4:nth-child(n + 3) {
        display: none;
    }

    body .home-7-banner .row .col-md-8 {
        float: left;
        width: 68%;
    }

    body .home-7-banner .row .col-md-4 {
        width: 32%;
        float: left;
    }

    body .sperator p {
        font-size: 25px;
    }

    body .slide-home-2 .slide1 > figure > img,
    body .slide-home-2 .slide2 > figure > img {
        min-height: 550px;
    }

    body .slide-home-3 .slide1 > figure > img,
    body .slide-home-3 .slide2 > figure > img {
        min-height: 550px;
    }

    body .slide-home-3 .slide-content {
        width: 60%;
    }

        body .slide-home-3 .slide-content .text {
            font-size: 22px;
            margin-bottom: 20px;
        }

        body .slide-home-3 .slide-content p {
            font-size: 16px;
            letter-spacing: 0;
        }

    body .sn-site .width-33-32,
    body .sn-site .woocommerce.columns-5 .product-item-wrap.width-40,
    body .sn-site .woocommerce .product-item-wrap.width-50,
    body .sn-site .width-50 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    body a[href="#primary-menu"] {
        display: inline-block;
        padding: 18px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
        font-size: 20px;
    }

    body .sn-header-style-1 > .container {
        width: 100%;
    }

    body .icon-box {
        margin-bottom: 20px;
    }

    body .banner-shortcode-wrap.style-1,
    body .banner-shortcode-wrap.style_2 {
        margin-bottom: 10px;
    }

    body .banner-sub-page .container h2 {
        font-size: 20px;
        z-index: 2;
    }

    body .header.sn-header-style-2 {
        padding: 0;
        position: relative;
        width: 100%;
    }

        body .header.sn-header-style-2 .header-left {
            text-align: center;
        }

        body .header.sn-header-style-2 .header-bottom {
            position: relative;
            height: 100%;
            top: 0;
            left: 0;
        }

        body .header.sn-header-style-2 .header-logo {
            float: inherit !important;
            left: auto;
            margin: 0 auto;
            padding: 10px 0;
            position: relative;
        }

        body .header.sn-header-style-2 .header-right {
            right: 0;
        }

            body .header.sn-header-style-2 .header-right .header-right-box {
                width: 110px;
            }

                body .header.sn-header-style-2 .header-right .header-right-box .shopping-cart-wrapper,
                body .header.sn-header-style-2 .header-right .header-right-box .my-wishlist {
                    margin-left: 10px;
                }

        body .header.sn-header-style-2 .header-customize-item {
            padding: 20px 0;
        }

    body .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    }

    body .header-top-left aside {
        margin-right: 30px;
    }

    body div .header-top-right .header-top-search {
        margin-top: 2px;
        padding-right: 50px;
        position: relative;
    }

        body div .header-top-right .header-top-search input {
            width: 100%;
            height: 50px;
            line-height: 50px;
        }

        body div .header-top-right .header-top-search a {
            position: absolute;
            width: 50px;
            top: 0;
            right: 0;
        }

    body .sn-header-style-3 .header-top-logo form {
        margin-left: 20px;
    }

        body .sn-header-style-3 .header-top-logo form input {
            width: 56%;
        }

        body .sn-header-style-3 .header-top-logo form select {
            width: 35%;
        }

    body .sn-header-style-3 {
        background-color: #3f3f3f;
    }

        body .sn-header-style-3 .header-bottom {
            position: inherit;
        }

            body .sn-header-style-3 .header-bottom .header-left {
                text-align: center;
                display: inline-block;
                width: 100%;
            }

            body .sn-header-style-3 .header-bottom .header-logo {
                display: inline-block;
                margin: 0;
                padding: 10px 0;
                float: inherit !important;
                position: relative;
                left: auto;
            }

            body .sn-header-style-3 .header-bottom .header-customize.header-customize-right {
                display: inline-block;
                position: absolute;
                right: 10px;
                top: 0;
            }

                body .sn-header-style-3 .header-bottom .header-customize.header-customize-right i,
                body .sn-header-style-3 .header-bottom .header-customize.header-customize-right a.yolo-wishlist i.wicon {
                    color: #eee;
                }

                body .sn-header-style-3 .header-bottom .header-customize.header-customize-right > div {
                    margin-left: 10px;
                }

    body .header .header-top {
        display: none;
    }

    body .sn-header-style-1 .header-left {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        body .sn-header-style-1 .header-left .header-logo {
            padding: 10px 0;
            position: relative;
            float: inherit !important;
            margin: 0;
            left: auto;
        }

    body .sn-header-style-1 .my-wishlist {
        margin-left: 10px;
    }

    body .sn-header-style-1 .header-customize-item {
        padding: 15px 0 0;
    }

    body .sn-header-style-1.sn-header-style-5 .header-right .header-right-box {
        width: 70px;
    }

    body .sn-header-style-1.sn-header-style-5 .header-customize-item {
        padding: 20px 0;
    }

    body.home-4 .banner-shortcode-wrap.style_2 .banner-overlay {
        padding: 15px 20px;
    }

    body .home-5-colection-sale .sperator {
        margin-top: 50px;
    }

    body .home-5-colection-sale .row > div {
        min-height: auto !important;
    }

    body .home-6-our-offer .shortcode-single-product-wrap {
        margin-bottom: 30px;
    }

    body .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-top-style-3 {
        display: none;
    }

    body .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-logo,
    body .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-right {
        display: inline-block;
    }

    body .home-8-our-offer .text-rotate,
    body .image-sidebar,
    body .home-8-our-offer-style-2-content .text-rotate {
        display: none;
    }

    body header.sn-header-style-7 {
        position: relative;
    }

        body header.sn-header-style-7 .header-logo.pull-left a {
            display: inline-block;
            position: relative;
        }

            body header.sn-header-style-7 .header-logo.pull-left a::before {
                content: url("../images/logo/logo-black.png");
                position: absolute;
            }

        body header.sn-header-style-7 .header-bottom {
            position: inherit;
        }

            body header.sn-header-style-7 .header-bottom .header-logo {
                display: block;
                margin: 0;
                padding: 10px 0 5px;
                position: relative;
                text-align: center;
                width: 100%;
            }

            body header.sn-header-style-7 .header-bottom .header-right {
                display: block;
            }

                body header.sn-header-style-7 .header-bottom .header-right .header-right-box {
                    position: absolute;
                    right: 15px;
                    top: 0;
                    display: inline-block;
                    width: 120px;
                }

                    body header.sn-header-style-7 .header-bottom .header-right .header-right-box .header-customize-item {
                        padding: 20px 0;
                    }

                        body header.sn-header-style-7 .header-bottom .header-right .header-right-box .header-customize-item i {
                            color: rgba(63, 63, 63, 0.75);
                            font-size: 16px;
                        }

                        body header.sn-header-style-7 .header-bottom .header-right .header-right-box .header-customize-item span {
                            background-color: #D7B56D;
                            border-radius: 50%;
                            color: #333;
                            font-size: 12px;
                            height: 20px;
                            line-height: 20px;
                            position: absolute;
                            right: 0;
                            text-align: center;
                            top: -6px;
                            width: 20px;
                        }

    body.home-sidebar {
        padding-left: 0;
    }

        body.home-sidebar .header.sn-header-style-8 {
            height: auto;
            position: relative;
            width: 100%;
        }

            body.home-sidebar .header.sn-header-style-8 .header-bottom {
                width: 100%;
            }

                body.home-sidebar .header.sn-header-style-8 .header-bottom .form-header-home-8 {
                    display: none;
                }

                body.home-sidebar .header.sn-header-style-8 .header-bottom .header-left .header-logo {
                    padding: 15px 0;
                }

                body.home-sidebar .header.sn-header-style-8 .header-bottom .header-right {
                    display: block;
                }

                    body.home-sidebar .header.sn-header-style-8 .header-bottom .header-right .header-customize-item {
                        padding: 20px 0;
                    }

                        body.home-sidebar .header.sn-header-style-8 .header-bottom .header-right .header-customize-item span {
                            background-color: #D7B56D;
                            border-radius: 50%;
                            color: #333;
                            font-size: 12px;
                            height: 20px;
                            line-height: 20px;
                            position: absolute;
                            right: 0;
                            text-align: center;
                            top: -6px;
                            width: 20px;
                        }

                    body.home-sidebar .header.sn-header-style-8 .header-bottom .header-right .my-wishlist {
                        margin-left: 14px;
                    }

    body .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 {
        position: relative;
    }

        body .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-right .header-customize-right > div i {
            color: #333;
        }
}

@media (min-width: 992px) and (max-width: 1365px) {
    body .count-downt.style-1 h2 {
        font-size: 30px;
    }

    body .count-downt.style-1 .count-down-time > div {
        padding: 0 15px 30px;
    }

    body .home-2 .countdown-home-2 .count-downt.style-1 {
        margin-top: 20px;
    }

    body .product-item-wrap .product-actions {
        width: 100%;
    }

    body .header.sn-header-style-2 {
        padding: 0 10px;
    }

        body .header.sn-header-style-2 .header-bottom {
            padding-top: 0;
        }

        body .header.sn-header-style-2 .header-right {
            right: 0;
        }

        body .header.sn-header-style-2 .header-logo {
            left: 50px;
            margin: 0;
        }

    body .header-top-left aside {
        margin-right: 25px;
    }

    body.home-2 .countdown-home-2 .count-downt.style-1 {
        margin-top: 30px;
    }

    body .banner-shortcode-wrap.style_2 .banner-overlay {
        padding: 15px 20px;
    }

        body .banner-shortcode-wrap.style_2 .banner-overlay h3 {
            font-size: 45px;
        }

    body .recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .entry-title {
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    }

    body .banner-home-5 .banner-home-5-content {
        left: 10px;
        width: 90%;
    }

    body .home-5-colection-sale .row .col-md-6 {
        min-height: auto !important;
    }

        body .home-5-colection-sale .row .col-md-6 .sperator {
            margin-top: 18px;
        }

    body .home-6-banner .home-6-banner-content .home-6-banner-top .desc {
        font-size: 18px;
        padding: 10px 0;
    }

    body .home-6-banner .home-6-banner-content .home-6-banner-top h2 {
        font-size: 80px;
    }

    body.home-6 {
        padding: 0;
    }

    body .home-6-banner img,
    body .home-6-sale img,
    body .home-6-colection img {
        min-height: 500px;
    }

    body .home-6-sale .home-6-sale-content {
        width: 80%;
    }

    body .icon-box.icon-box-style5 .icon-box-container .icon-content {
        top: 30px;
    }

    body .home-8-our-offer .sperator {
        margin-top: 35px;
    }

    body .shortcode-single-product-wrap.product-style-7 .col-md-4 {
        width: 50%;
    }

    body .slide-home-8 .slide1 > figure > img,
    body .slide-home-8 .slide2 > figure > img {
        min-height: 550px;
    }

    body .home-8-our-offer-content .row .col-md-4 {
        display: none;
    }

        body .home-8-our-offer-content .row .col-md-4:nth-child(1),
        body .home-8-our-offer-content .row .col-md-4:nth-child(2),
        body .home-8-our-offer-content .row .col-md-4:nth-child(3),
        body .home-8-our-offer-content .row .col-md-4:nth-child(4) {
            display: inline-block;
        }

    body.home-sidebar {
        padding-left: 260px;
    }

        body.home-sidebar .header.sn-header-style-8 {
            width: 260px;
        }

            body.home-sidebar .header.sn-header-style-8 .header-bottom {
                width: 260px;
            }

                body.home-sidebar .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu {
                    width: 720px;
                }

                body.home-sidebar .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.menu-blog > .sub-menu {
                    width: 255px;
                    padding: 0;
                }

                body.home-sidebar .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li > a {
                    padding: 10px 0 10px 10px;
                }

        body.home-sidebar .big-demo .woocommerce.columns-4 .product-item-wrap {
            width: 33.33%;
        }

        body.home-sidebar .woocommerce .product-info .rate {
            right: 0;
        }

        body.home-sidebar .woocommerce .product-info span.price {
            font-size: 14px;
        }

            body.home-sidebar .woocommerce .product-info span.price del {
                font-size: 12px;
                color: #808080;
            }

        body.home-sidebar .woocommerce .product-item-wrap .product-actions a {
            width: 28px !important;
        }

        body.home-sidebar .slide-logo .container {
            width: auto;
        }

    body .home-sidebar-banner-sider .slide1 > figure img,
    body .home-sidebar-banner-sider .slide2 > figure img {
        min-height: 450px;
    }

    body .slide-home-1 .slide1-right img,
    body .slide-home-1 .slide2-bg img {
        min-height: 407px;
    }

    body .slide-home-1 .slide1 .slide1-right .slide1-content {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }

    body .slide-home-1 .slide1 .slide1-left {
        left: 20px;
        top: 20px;
        width: 80%;
    }

        body .slide-home-1 .slide1 .slide1-left h1 {
            font-size: 80px;
        }

    body .slide-home-1 .slde2-content {
        right: 60px;
        top: 20px;
    }

        body .slide-home-1 .slde2-content .year p {
            font-size: 120px;
        }

        body .slide-home-1 .slde2-content .year span {
            font-size: 60px;
        }

        body .slide-home-1 .slde2-content .btn-slide2 {
            padding: 10px 15px;
            font-size: 14px;
            margin: 0 10px;
        }

    body .shortcode-single-product-wrap.product-style-4 .product-item-wrap .product-item-inner .product-info span.price {
        bottom: 55px;
    }

    body .home-4-sofa-product > .row > .col-md-6,
    body .home-4-chair-product > .row > .col-md-6 {
        width: 100%;
    }

    body .slide-home-3 .slide1 > figure > img,
    body .slide-home-3 .slide2 > figure > img {
        min-height: 550px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    body .home-8-our-offer .text-rotate {
        margin-top: 120px;
    }

        body .home-8-our-offer .text-rotate .first {
            font-size: 23px;
            line-height: 18px;
            float: left;
        }

    body div .home-8-our-offer .sperator {
        margin-top: 10px;
    }

    body .home-8-our-offer-style-2-content .text-rotate-left {
        margin-top: 10px;
    }

    body .home-8-our-offer-style-2-content .text-rotate-right {
        margin-top: 85px;
    }

    body .home-8-our-offer-style-4 .home-8-our-offer-style-2-content .text-rotate-right {
        margin-top: 140px;
    }

    body .home-8-our-offer-style-6 .home-8-our-offer-style-2-content .text-rotate-right {
        margin-top: 110px;
    }

    body .footer-style-4 .footer-top > div {
        width: 50%;
    }

        body .footer-style-4 .footer-top > div.logo-footer-4 {
            width: 100%;
        }
}

@media (min-width: 1201px) and (max-width: 1365px) {
    body .home-8-our-offer .text-rotate {
        margin-top: 140px;
    }

        body .home-8-our-offer .text-rotate .first {
            font-size: 25px;
            line-height: 20px;
        }
}

@media (min-width: 1366px) and (max-width: 1800px) {
    body .home-8-our-offer .text-rotate {
        margin-top: 190px;
    }

        body .home-8-our-offer .text-rotate .first {
            font-size: 30px;
            line-height: 25px;
        }
}

@media (max-width: 1919px) {
    .banner-shortcode-wrap.style-4 .banner-content .banner-overlay .banner-title-wrap .banner-title {
        font-size: 50px;
    }
}

@media (min-width: 1366px) and (max-width: 1520px) {
    .slide-logo .container {
        width: 100%;
    }
}
/* --------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------- */
/***********T_T**************/
body a:focus,
body a:hover {
    outline: medium none transparent;
    text-decoration: none;
}

.header-bottom {
    display: inline-block;
    position: relative;
    width: 100%;
}

.header-logo {
    margin-right: 120px;
    padding: 5px 0;
    left: 15px;
    position: absolute;
    top: 0;
}

.main-nav {
    text-align: right;
    width: 100%;
}

    .main-nav > ul.nav {
        display: inline-block;
        padding-left: 0;
        padding-right: 75px;
    }

.header-left nav {
    display: inline-block;
}

.header-left > div {
    display: inline-block;
    float: left;
}

.header {
    background: #000;
    border-bottom: 1px solid #D2AE6D;
    min-height:160px;
}

.header-top {
    border-bottom: 1px solid #555;
    color: #808080;
    font-size: 14px;
}

.sn-header-style-1 .header-top {
    color: #b5b5b5;
}

.header-top-left {
    display: inline-block;
    float: right;
    height: 36px;
    line-height: 36px;
}

    .header-top-left aside {
        display: inline-block;
        margin-right: 45px;
        padding-left: 20px;
        border-left: 1px solid #555;
    }

        .header-top-left aside i {
            color: #fff;
            margin: 0 10px 0 0;
        }

.header-top-right {
    border-left: 1px solid #D7B56D;
    border-right: 1px solid #D7B56D;
    display: inline-block;
    float: right;
    height: 36px;
    padding: 0 0 0 20px;
}

    .header-top-right .header-top-search {
        margin-top: 0;
    }

        .header-top-right .header-top-search input {
            background-color: transparent;
            border: medium none;
            color: #fff;
        }

        .header-top-right .header-top-search a {
            color: #fff;
        }

            .header-top-right .header-top-search a.btn {
                margin: 0;
                background-color: transparent;
            }

            .header-top-right .header-top-search a:hover {
                color: #D7B56D;
                background-color: transparent;
            }

.container-inner {
    display: inline-block;
    padding: 50px 0 0;
    position: relative;
    width: 100%;
}

.sub-menu {
    background-color: #000;
    left: 0;
    position: absolute;
    right: 0;
    padding: 0;
    z-index: 9;
}

    .sub-menu li {
        /*display: inline-block;*/
        list-style-type: none;
    }

.sn-header-style-1 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    color: #fff;
}

.main-nav > .nav > li {
    display: inline-block;
    position: inherit;
    padding-bottom: 45px;
    padding-top: 45px;
    font-family: webfontregular;
}

    /*.main-nav > .nav > li:hover {
    cursor:pointer;
}*/

    .main-nav > .nav > li > .sub-menu {
        border: 1px solid #555;
        box-shadow: 1px 1px 3px 1px rgba(221, 221, 221, 0.3);
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        transition: all 0.05s ease 0s;
        visibility: hidden;
        padding: 40px 0;
        left: 15px;
        right: 15px;
    }

/*.main-nav > .nav > li > .sub-menu:last-child {
    left:-207px !important;
}*/

.main-nav li:nth-last-child(-n+2) .sub-menu {
    left: -126px;
}

.main-nav li:last-child .sub-menu {
    left: -135px;
}

.main-nav > .nav > li > .sub-menu > li {
    border-left: 2px solid rgba(0, 0, 0, 0.09);
    float: left;
    position: relative;
    width: 25%;
    text-align: left;
}

    .main-nav > .nav > li > .sub-menu > li:first-child {
        border: none;
    }

.main-nav > .nav > li.mega-menu .sub-menu-mega > li:first-child {
    margin-top: 87px;
}

.main-nav > .nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: all 0.5s ease 0.05s;
}

.sub-menu .sub-menu {
    position: inherit;
}

    .sub-menu .sub-menu li {
        display: block;
    }

div.sub-menu .sub-menu-mega {
    padding: 0;
    position: relative;
}

.sub-menu .desc-review-content section {
    float: left;
    width: 33.33%;
}

.nav.nav-pills li {
    width: 100%;
}

.sub-menu .nav-pills {
    float: left;
    width: 25%;
}

.sub-menu .desc-review-content {
    float: right;
    width: 75%;
}

    .sub-menu .desc-review-content section {
        float: left;
        width: 33.33%;
    }

.main-nav > .nav > li.mega-menu .sub-menu-mega {
    padding: 0;
    min-height: 550px;
}

.main-nav > .nav > li > .sub-menu > li > a,
.main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title {
    color: #333;
    display: inline-block;
    /*font-weight: 600;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    /*text-transform: uppercase;*/
    padding-left: 20px;
    font-size: 14px;
}

    .main-nav > .nav > li > .sub-menu > li > a::before,
    .main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title::before {
        /*background-color: #D7B56D;*/
        bottom: 0;
        /*content: "";
  height: 2px;
  left: 20px;*/
        position: absolute;
        width: 30px;
        right: -30px !important;
    }

    .main-nav > .nav > li > .sub-menu > li > a:hover,
    .main-nav > .nav > li.mega-menu .widget-title-wrapper .heading-title:hover {
        color: #D7B56D;
    }

.main-nav > .nav > li > .sub-menu > li > ul {
    padding-bottom: 20px;
}

.main-nav > .nav > li > .sub-menu > li li {
    padding: 10px 0 10px 20px;
    position: relative;
}

    .main-nav > .nav > li > .sub-menu > li li a {
        color: #fff;
        width: 100%;
    }

        .main-nav > .nav > li > .sub-menu > li li a span {
            border-radius: 3px;
            color: #eee;
            font-size: 13px;
            margin-left: 5px;
            padding: 1px 4px;
        }

    .main-nav > .nav > li > .sub-menu > li li:before {
        position: absolute;
        content: "";
        top: 50%;
        bottom: 50%;
        left: 0;
        width: 2px;
        background-color: #D7B56D;
        transition: all 0.5s ease 0s;
    }

    .main-nav > .nav > li > .sub-menu > li li:hover {
        padding-left: 25px;
        transition: all 0.5s ease 0s;
    }

        .main-nav > .nav > li > .sub-menu > li li:hover::before {
            top: 3px;
            bottom: 3px;
            transition: all 0.3s ease 0s;
        }

.main-nav > .nav > li > .sub-menu > li a:hover {
    color: #fff;
}

.main-nav > .nav > li > .sub-menu > li .active a {
    color: #fff;
}

.product-mega-menu-content {
    display: inline-block;
    float: right;
}

    .product-mega-menu-content .rate {
        display: block;
    }

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #fff;
}

.nav > li > a {
    color: #D7B56D;
    /*font-weight: 100;*/
    /*text-transform: uppercase;*/
    font-size: 14px;
    text-align: center;
}

    .nav > li > a:focus,
    .nav > li > a:hover {
        background-color: transparent;
        color: #fff;
    }

.main-nav > .nav > li.menu-shop > .sub-menu > li {
    width: 25%;
}

#primary-menu > .nav > li > a {
    font-size: 15px;
    margin-right: 0;
}

    #primary-menu > .nav > li > a::before {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: 100;
        position: absolute;
        right: 0;
    }

.menucaret a::before {
    display: none;
}

#primary-menu > .nav > li:first-child a::before {
    content: none;
}

.header-right {
    position: absolute;
    right: 0;
    top: 0;
}

    .header-right .header-right-box {
        width: 100px;
    }

    .header-right .header-customize-right > div {
        display: inline-block;
        float: right;
        position: relative;
    }

        .header-right .header-customize-right > div i {
            color: #f6f6f6;
            font-size: 18px;
        }

        .header-right .header-customize-right > div:hover i {
            color: #fff;
        }

    .header-right .sub-total-text {
        display: none;
    }

    .header-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
        z-index: 21;
    }

    .header-right .shopping-cart-wrapper:hover .widget_shopping_cart_content .cart_list_wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: all 0.5s ease 0s;
        z-index: 21;
    }

    .header-right .cart_list_wrapper {
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        transition: all 0.5s ease 0s;
        background-color: #000;
        border: none;
        position: absolute;
        right: 0;
        top: 100%;
        text-align: center;
        width: 300px;
        border: 1px solid #555;
    }

        .header-right .cart_list_wrapper ul {
            padding: 20px 30px;
        }

            .header-right .cart_list_wrapper ul li {
                list-style: outside none none;
            }

                .header-right .cart_list_wrapper ul li h4 {
                    color: #fff;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                .header-right .cart_list_wrapper ul li p {
                    color: #888;
                    font-size: 16px;
                    letter-spacing: 0.5px;
                }

.header-customize-item {
    padding: 27px 0;
}

.canvas-menu-toggle-wrapper {
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.my-wishlist {
    margin-left: 40px;
}

.widget_shopping_cart_icon,
.yolo-wishlist {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    cursor: pointer;
}

    .widget_shopping_cart_icon:hover,
    .yolo-wishlist:hover {
        background-color: transparent;
    }

.yolo-canvas-menu-wrapper.in {
    right: 0;
    transition: all 0.5s ease 0s;
    z-index: 22;
}

.yolo-canvas-menu-wrapper {
    z-index: 6;
    transition: all 0.5s ease 0s;
    background-color: #333;
    position: fixed;
    right: -305px;
    top: 0;
    width: 300px;
    padding: 20px;
    height: 100vh;
    z-index: 22;
}

    .yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
        color: #fff;
        display: inline-block;
        float: right;
        font-size: 18px;
        padding: 20px 10px 0 0;
        text-align: right;
        width: 100%;
        padding: 20px;
    }

    .yolo-canvas-menu-wrapper .about-description {
        color: #fff;
        margin-top: 20px;
    }

    .yolo-canvas-menu-wrapper .widget-social-profile ul {
        padding: 25px 0;
        margin: 0;
    }

        .yolo-canvas-menu-wrapper .widget-social-profile ul li {
            display: inline-block;
            margin: 0 5px;
        }

            .yolo-canvas-menu-wrapper .widget-social-profile ul li a {
                background-color: #fff;
                border-radius: 50%;
                color: #777;
                display: inline-block;
                font-size: 14px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                width: 30px;
                position: relative;
            }

                .yolo-canvas-menu-wrapper .widget-social-profile ul li a:hover {
                    background-color: #D7B56D;
                    color: #333;
                }

                    .yolo-canvas-menu-wrapper .widget-social-profile ul li a:hover::before {
                        bottom: -5px;
                        content: "";
                        left: -5px;
                        opacity: 1;
                        right: -5px;
                        top: -5px;
                        transition: all 0.3s ease 0s;
                    }

                .yolo-canvas-menu-wrapper .widget-social-profile ul li a::before {
                    background-color: transparent;
                    border: 1px solid #D7B56D;
                    border-radius: 50%;
                    bottom: 10px;
                    content: "";
                    left: 10px;
                    opacity: 0;
                    position: absolute;
                    right: 10px;
                    top: 10px;
                    z-index: 1;
                    transition: all 0.3s ease 0s;
                }

    .yolo-canvas-menu-wrapper h4.widget-title {
        color: #D7B56D;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
    }

ul.intagram {
    padding: 0;
}

    ul.intagram li {
        display: inline-block;
        float: left;
        padding: 2.5px;
        width: 33%;
    }

        ul.intagram li img {
            max-width: 100%;
        }

        ul.intagram li:hover {
            opacity: 0.6;
        }

.clear a {
    color: #fff;
    display: inline-block;
    font-style: italic;
    margin-top: 10px;
}

.mega-menu .product_list_widget li a {
    float: left;
    width: 35%;
}

.mega-menu .product_list_widget li .mega-right {
    float: left;
    padding-top: 10px;
    width: 65%;
}

    .mega-menu .product_list_widget li .mega-right .amount,
    .mega-menu .product_list_widget li .mega-right .amount span,
    .mega-menu .product_list_widget li .mega-right del,
    .mega-menu .product_list_widget li .mega-right ins {
        display: inline-block;
        font-family: Helvetica;
        font-weight: 200;
        margin-top: 10px;
    }

    .mega-menu .product_list_widget li .mega-right del {
        color: #888;
        margin-right: 5px;
    }

    .mega-menu .product_list_widget li .mega-right .amount {
        width: 100%;
    }

.header.sn-header-style-2 {
    display: inline-block;
    padding: 0 100px;
    width: 100%;
}

    .header.sn-header-style-2 .header-bottom {
        display: inline-block;
        width: 100%;
    }

    .header.sn-header-style-2 .header-right .header-right-box {
        display: inline-block;
        width: 160px;
    }

    .header.sn-header-style-2 .header-right .shopping-cart-wrapper {
        margin-left: 40px;
    }

    .header.sn-header-style-2 .canvas-menu-toggle-wrapper {
        float: left;
        margin: 0;
    }

    .header.sn-header-style-2 .header-logo {
        left: 85px;
    }

    .header.sn-header-style-2.menu-fixed .canvas-menu-toggle-wrapper {
        padding-top: 20px;
    }

.sn-header-style-3.menu-fixed {
    background-color: #424242;
    box-shadow: 0 0 3px 0 #ccc;
    z-index: 20;
    top: 0;
}

    .sn-header-style-3.menu-fixed .header-bottom {
        top: 0;
    }

/*.menu-fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fixed;
    animation-name: fixed;
    box-shadow: 0 0 3px #eee;
}

    .menu-fixed .header-right {
        top: 10px;
    }

    .menu-fixed .main-nav > .nav > li,
    .menu-fixed .header-customize-item {
        padding: 10px 0;
    }

    .menu-fixed .header-logo {
        padding: 8px 0;
        width: 63px;
    }*/

.menu-fixed .header-top {
    display: none;
}

@-webkit-keyframes fixed {
    0% {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fixed {
    0% {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.yolo-search-wrapper.show {
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.yolo-search-wrapper {
    background-color: #333333;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 21;
    visibility: hidden;
    opacity: 0;
}

    .yolo-search-wrapper input {
        background-color: transparent;
        border-width: 0 0 2px;
        margin-top: 45vh;
        width: 80vw;
    }

    .yolo-search-wrapper button.close {
        background: transparent none repeat scroll 0 0;
        color: #fff;
        opacity: 1;
        position: fixed;
        right: 50px;
        top: 50px;
        z-index: 22;
    }

    .yolo-search-wrapper .search {
        background-color: transparent;
        border: medium none;
        margin-left: -36px;
        color: #fff;
    }

.header-right .header-customize-right button.close i {
    font-size: 35px;
}

.header-right .header-customize-right button i {
    color: #fff;
}

.icon-search-menu {
    cursor: pointer;
}

.header-social-profile-wrapper {
    display: none;
}

.sn-header-style-3 {
    background-color: #fff;
}

    .sn-header-style-3 .header-top {
        border: medium none;
    }

    .sn-header-style-3 .header-right .cart_list_wrapper {
        border: 1px solid #eee;
    }

    .sn-header-style-3 .header-top-left aside {
        padding-left: 0;
    }

        .sn-header-style-3 .header-top-left aside i {
            color: #808080;
        }

    .sn-header-style-3 .header-top-logo {
        display: inline-block;
        width: 100%;
        padding: 40px 0 10px 0;
    }

        .sn-header-style-3 .header-top-logo > a {
            display: inline-block;
            float: left;
        }

        .sn-header-style-3 .header-top-logo form {
            border: 2px solid #eee;
            display: inline-block;
            float: left;
            margin-left: 100px;
            width: 50%;
        }

            .sn-header-style-3 .header-top-logo form select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background: rgba(0, 0, 0, 0) url("../images/demo/arrow.jpg") no-repeat scroll right 10px;
                border: medium none;
                display: inline-block;
                height: 50px;
                width: 25%;
                padding-left: 15px;
            }

                .sn-header-style-3 .header-top-logo form select option {
                    height: 50px;
                    line-height: 50px;
                    padding: 12px 10px;
                }

            .sn-header-style-3 .header-top-logo form button {
                background: transparent none repeat scroll 0 0;
                border: medium none;
                float: right;
                height: 45px;
                padding-right: 15px;
                width: 8%;
            }

            .sn-header-style-3 .header-top-logo form input {
                background-color: transparent;
                width: 66%;
                line-height: 50px;
                height: 50px;
                border-style: solid;
                border-width: 0 0 0 2px;
                border-color: #eee;
                padding-left: 10px;
            }

    .sn-header-style-3 .box-header-top {
        border-bottom: 1px solid #ddd;
        display: inline-block;
        width: 100%;
    }

    .sn-header-style-3 .header-top-left aside,
    .sn-header-style-3 .header-top-right {
        border: medium none;
    }

        .sn-header-style-3 .header-top-right .header-top-search a {
            color: #808080;
        }

    .sn-header-style-3 .header-right {
        display: inline-block;
        float: right;
        position: inherit;
    }

        .sn-header-style-3 .header-right .header-customize-item {
            padding: 0;
        }

        .sn-header-style-3 .header-right .header-right-box {
            width: 140px;
        }

        .sn-header-style-3 .header-right .widget_shopping_cart_icon,
        .sn-header-style-3 .header-right .my-wishlist-wrapper {
            border: 1px solid #eee;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            width: 50px;
            position: relative;
            height: 50px;
            line-height: 50px;
        }

            .sn-header-style-3 .header-right .widget_shopping_cart_icon a,
            .sn-header-style-3 .header-right .my-wishlist-wrapper a {
                float: inherit;
            }

            .sn-header-style-3 .header-right .widget_shopping_cart_icon i,
            .sn-header-style-3 .header-right .my-wishlist-wrapper i {
                color: #777;
                font-size: 14px;
            }

    .sn-header-style-3 .my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
        color: #444;
    }

    .sn-header-style-3 .my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span,
    .sn-header-style-3 .widget_shopping_cart_icon > i.wicon + span.total {
        background-color: #fff;
        color: #333;
        height: 25px;
        line-height: 25px;
        right: -10px;
        top: -10px;
        width: 25px;
        position: absolute;
        font-size: 12px;
        border-radius: 50%;
    }

    .sn-header-style-3 .main-nav > .nav > li > .sub-menu {
        left: 0;
        right: 0;
    }

    .sn-header-style-3 .header-bottom {
        background-color: #424242;
        position: relative;
        top: 30px;
        z-index: 20;
        display: inline-block;
        width: 100%;
    }

        .sn-header-style-3 .header-bottom .header-logo {
            display: none;
        }

        .sn-header-style-3 .header-bottom .main-nav {
            text-align: left;
        }

        .sn-header-style-3 .header-bottom .header-customize-item {
            float: right;
            padding: 0;
            margin-top: 13px;
        }

        .sn-header-style-3 .header-bottom #primary-menu > .nav > li > a {
            padding: 15px;
        }

        .sn-header-style-3 .header-bottom .header-social-profile-wrapper {
            display: inline-block;
            margin-right: 15px;
        }

            .sn-header-style-3 .header-bottom .header-social-profile-wrapper li {
                display: inline-block;
                margin: 0 10px;
            }

                .sn-header-style-3 .header-bottom .header-social-profile-wrapper li a {
                    color: #fff;
                }

                    .sn-header-style-3 .header-bottom .header-social-profile-wrapper li a:hover {
                        color: #D7B56D;
                    }

        .sn-header-style-3 .header-bottom .canvas-menu-toggle-wrapper {
            margin-right: 15px;
        }

    .sn-header-style-3 .main-nav > .nav > li,
    .sn-header-style-3 .main-nav > ul.nav {
        padding: 0;
    }

.sn-header-style-1 .main-nav-wrapper.header-right .my-wishlist-wrapper,
.sn-header-style-2 .main-nav-wrapper.header-right .my-wishlist-wrapper,
.sn-header-style-1 .main-nav-wrapper.header-right .widget_shopping_cart_icon,
.sn-header-style-2 .main-nav-wrapper.header-right .widget_shopping_cart_icon {
    position: relative;
}

    .sn-header-style-1 .main-nav-wrapper.header-right .my-wishlist-wrapper span,
    .sn-header-style-2 .main-nav-wrapper.header-right .my-wishlist-wrapper span,
    .sn-header-style-1 .main-nav-wrapper.header-right .widget_shopping_cart_icon span,
    .sn-header-style-2 .main-nav-wrapper.header-right .widget_shopping_cart_icon span {
        background-color: #D2AE6D;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 20px;
    }

@media screen and (min-width: 992px) {
    a[href="#primary-menu"] {
        display: none;
    }

    nav .sub-menu {
        top: 100%;
    }
}

@media screen and (max-width: 991px) {
    nav#primary-menu {
        display: none;
    }
}

.main-nav > .nav > li.menu-item.menu-blog {
    position: relative;
}

    .main-nav > .nav > li.menu-item.menu-blog ul {
        width: 220px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .main-nav > .nav > li.menu-item.menu-blog ul li {
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #555;
            border-left: none;
        }

            .main-nav > .nav > li.menu-item.menu-blog ul li a {
                text-transform: capitalize;
                margin: 3px 0;
                padding: 1px 15px;
                transition: all 0.4s ease 0s;
                color: #fff;
                font-weight: 400;
                width: 100%;
            }

                .main-nav > .nav > li.menu-item.menu-blog ul li a::before {
                    background-color: #D7B56D;
                    bottom: 50%;
                    height: auto;
                    left: 0;
                    top: 50%;
                    transition: all 0.4s ease 0s;
                    width: 2px;
                }

                .main-nav > .nav > li.menu-item.menu-blog ul li a:hover {
                    transition: all 0.4s ease 0s;
                    padding: 1px 15px 1px 20px;
                    color: #D7B56D;
                }

                    .main-nav > .nav > li.menu-item.menu-blog ul li a:hover::before {
                        top: 0;
                        bottom: 0;
                        transition: all 0.4s ease 0s;
                    }

.main-nav .nav .mega-menu .sub-menu-mega > li {
    display: block;
    float: inherit;
    width: 100%;
    /*height: 50px;*/
    border-left: none;
    /*margin-bottom: 10px;*/
    margin-bottom: 25px;
}

    .main-nav .nav .mega-menu .sub-menu-mega > li > a {
        /*border-bottom: 1px solid #555;*/
        margin: 0;
        padding: 0px 10px;
        /*width: 17%;*/
        color: #999999;
        font-size: 15px;
        font-weight: 700;
        display: inline-block;
        /*border-right: 1px solid #555;
        border-top: 1px solid #555;*/
    }

    /*.main-nav .nav .mega-menu .sub-menu-mega > li > a::before {            
            bottom: 50%;
            content: "";
            height: auto;
            right: 0;
            position: absolute;
            top: 50%;            
            transition: all 0.2s ease 0s;
            background-image: url("../Images/menu-arrow.png");
            background-repeat: no-repeat;
        }*/
    /*.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 60px solid green;
}*/
    .main-nav .nav .mega-menu .sub-menu-mega > li > ul {
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0 !important;
        width: 80%;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        transition: all 0.5s ease 0s;
        padding: 0;
        /*border-left: 1px solid #555;*/
        z-index: -2;
        padding: 0 20px;
        height: 0;
        overflow: hidden;
        background-color: #000;
    }

        .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li {
            width: 33.33%;
            float: left;
            padding: 0;
        }

            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a {
                /*border: 1px solid #eee;*/
                color: #D7B56D;
                display: inline-block;
                float: left;
                font-size: 14px;
                /*margin: 3px;*/
                padding: 1px 0px;
                width: 100%;
                text-align: left;
                line-height: 16px;
                margin-bottom: 6px;
            }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li .tagcloud a:hover {
                    /*background-color: #D7B56D;*/
                    /*border: 1px solid #D7B56D;*/
                    color: #fff;
                }

            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list {
                width: 100%;
                padding-bottom: 30px;
            }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram {
                    width: 80%;
                    float: left;
                }

                    .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a {
                        display: inline-block;
                        padding: 5px;
                        width: 25%;
                    }

                        .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a img {
                            width: 100%;
                        }

                        .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .intagram a:hover {
                            opacity: 0.6;
                        }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list .clear {
                    width: 20%;
                    float: left;
                }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li.intagram-list:hover {
                    padding-bottom: 30px;
                }

            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a {
                color: #ffffff;
                /*font-family: ubuntu;*/
                font-weight: 400;
                font-size: 16px;
                /*padding: 10px 0;*/
                position: relative;
                /*text-transform: uppercase;*/
                display: inline-block;
            }

            /*.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li > a::before {
  background-color: #D7B56D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}*/
            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li::before {
                display: none;
            }

            /*.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:hover {
                padding-left: 20px;
            }*/

            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li ul {
                padding: 0;
            }

            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li,
            .sidebar-product .featured-products li {
                padding: 0;
                width: 95%;
                /*border-bottom: 1px solid #555;*/
            }

            .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li {
                line-height: 14px;
            }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li span {
                    line-height: 22px !important;
                    font-size: 14px;
                    color: #999;
                }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:last-child {
                    border: none;
                }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li a,
                .sidebar-product .featured-products li a {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    line-height: 18px;
                    margin-bottom: 6px;
                }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right,
                .sidebar-product .featured-products li p {
                    display: inline-block;
                    float: left;
                    width: 60%;
                    margin-bottom: 5px;
                }

                    .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span {
                        color: #fff;
                        display: inline-block;
                        width: 100%;
                    }

                        .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li .mega-right > span del > span {
                            color: #808080;
                            font-size: 14px;
                            margin-right: 10px;
                        }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:hover {
                    padding: 0;
                }

                .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before {
                    display: none;
                }

                    .main-nav .nav .mega-menu .sub-menu-mega > li > ul > li li:before:hover {
                        padding-left: 20px;
                    }

    /*.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:hover {
                padding: 0;
            }*/

    .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(2) > ul {
        top: -60px;
    }

    .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(3) > ul {
        top: -120px;
    }

    .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(4) > ul {
        top: -180px;
    }

    .main-nav .nav .mega-menu .sub-menu-mega > li:nth-child(5) > ul {
        top: -240px;
    }

    .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > ul {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: all 0.5s ease 0s;
        z-index: 3;
        height: auto;
    }

        .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > ul h2 {
            font-family: Lato-Thin !important;
            margin: 35px 0 15px -3px;
            font-weight: 100;
            font-size: 40px;
            color: #fff;
        }

    .main-nav .nav .mega-menu .sub-menu-mega > li:hover > a,
    .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a {
        color: #D7B56D;
        background-color: transparent;
        /*background: -moz-linear-gradient(top, #d2ae6d 1%, #d2ae6d 50%, #d1a353 51%, #d1a353 100%);
background: -webkit-linear-gradient(top, #d2ae6d 1%,#d2ae6d 50%,#d1a353 51%,#d1a353 100%);
background: linear-gradient(to bottom, #d2ae6d 1%,#d2ae6d 50%,#d1a353 51%,#d1a353 100%);*/
    }

        .main-nav .nav .mega-menu .sub-menu-mega > li:hover > a::before,
        .main-nav .nav .mega-menu .sub-menu-mega > li.active-menu > a::before {
            top: 0;
            bottom: 0;
            transition: all 0.5s ease 0s;
        }

.sn-header-style-2.sn-header-style-4.menu-fixed .header-right {
    top: 0;
}

.sn-header-style-2.sn-header-style-4,
.sn-header-style-1.sn-header-style-5 {
    background-color: #fff;
}

    .sn-header-style-2.sn-header-style-4 .nav > li > a,
    .sn-header-style-1.sn-header-style-5 .nav > li > a,
    .sn-header-style-2.sn-header-style-4 .canvas-menu-toggle-wrapper,
    .sn-header-style-1.sn-header-style-5 .canvas-menu-toggle-wrapper {
        color: #333;
    }

    .sn-header-style-2.sn-header-style-4 .header-logo.pull-left a,
    .sn-header-style-1.sn-header-style-5 .header-logo.pull-left a {
        display: inline-block;
        position: relative;
    }

        .sn-header-style-2.sn-header-style-4 .header-logo.pull-left a::before,
        .sn-header-style-1.sn-header-style-5 .header-logo.pull-left a::before {
            content: url("../images/logo/logo-black.png");
            position: absolute;
        }

    .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i,
    .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i,
    .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i.wicon,
    .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i.wicon {
        color: rgba(63, 63, 63, 0.75);
        font-size: 16px;
    }

        .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i:hover,
        .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i:hover,
        .sn-header-style-2.sn-header-style-4 .header-right .header-customize-right > div i.wicon:hover,
        .sn-header-style-1.sn-header-style-5 .header-right .header-customize-right > div i.wicon:hover {
            color: #D7B56D;
        }

    .sn-header-style-2.sn-header-style-4 .header-customize-item,
    .sn-header-style-1.sn-header-style-5 .header-customize-item {
        padding: 55px 0;
    }

    .sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
    .sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
        left: 0;
        right: 0;
    }

    .sn-header-style-2.sn-header-style-4.menu-fixed .header-customize-item,
    .sn-header-style-1.sn-header-style-5.menu-fixed .header-customize-item {
        padding: 20px 0;
    }

.sn-header-style-1.sn-header-style-5 {
    display: inline-block;
    float: left;
    width: 100%;
}

    .sn-header-style-1.sn-header-style-5 .header-logo {
        left: 0;
    }

header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,
header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
    left: 50%;
    -webkit-transform: translateY(50px) translateX(-50%);
    -ms-transform: translateY(50px) translateX(-50%);
    transform: translateY(50px) translateX(-50%);
}

@media (max-width: 1200px) and (min-width: 992px) {
    header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,
    header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
    header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
        width: 970px;
    }
}

@media (min-width: 1201px) {
    header.header.sn-header-style-2 .main-nav > .nav > li > .sub-menu,
    header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li > .sub-menu,
    header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li > .sub-menu {
        width: 1200px;
    }
}

header.header.sn-header-style-2 .main-nav > .nav > li:hover > .sub-menu,
header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li:hover > .sub-menu,
header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li:hover > .sub-menu {
    -webkit-transform: translateY(-1px) translateX(-50%);
    -ms-transform: translateY(-1px) translateX(-50%);
    transform: translateY(-1px) translateX(-50%);
}

header.header.sn-header-style-2 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu,
header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu,
header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li.menu-item.menu-blog > .sub-menu {
    width: 300px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    left: 0;
}

header.header.sn-header-style-2 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu,
header.header.sn-header-style-2.sn-header-style-4 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu,
header.header.sn-header-style-1.sn-header-style-5 .main-nav > .nav > li.menu-item.menu-blog:hover > .sub-menu {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.sn-header-style-1.sn-header-style-5.menu-fixed {
    padding: 0 60px;
}

    .sn-header-style-1.sn-header-style-5.menu-fixed .main-nav-wrapper.header-left {
        display: inline-block;
        float: left;
        position: relative;
        width: 100%;
    }

    .sn-header-style-1.sn-header-style-5.menu-fixed .header-bottom {
        float: left;
    }

    .sn-header-style-1.sn-header-style-5.menu-fixed .header-right {
        top: 0;
    }

.header-top-style-3 {
    border-bottom: 1px solid #eee;
}

    .header-top-style-3 .header-top-social-profile-wrapper {
        text-align: right;
        margin: 0;
    }

        .header-top-style-3 .header-top-social-profile-wrapper li {
            display: inline-block;
            margin: 0 2px;
            padding-top: 10px;
        }

            .header-top-style-3 .header-top-social-profile-wrapper li a {
                color: #808080;
                padding: 0 10px;
            }

                .header-top-style-3 .header-top-social-profile-wrapper li a:hover {
                    color: #D7B56D;
                }

    .header-top-style-3 .logo {
        text-align: center;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    .header-top-style-3 .header-right {
        margin: 0;
    }

        .header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right {
            padding-top: 10px;
        }

            .header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right .header-customize-item {
                padding: 0;
            }

                .header-top-style-3 .header-right .header-right-box .header-customize.header-customize-right .header-customize-item span.total {
                    background-color: #D7B56D;
                    border-radius: 50%;
                    color: #333;
                    font-size: 12px;
                    height: 20px;
                    line-height: 20px;
                    position: absolute;
                    right: 0;
                    text-align: center;
                    top: -6px;
                    width: 20px;
                }

    .header-top-style-3 .header-top-social-profile-wrapper,
    .header-top-style-3 .header-right,
    .header-top-style-3 .logo {
        padding: 45px 30px;
    }

.sn-header-style-2.sn-header-style-4.sn-header-style-6 {
    padding: 0;
    background-color: #fff;
}

    .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-logo,
    .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .canvas-menu-toggle-wrapper,
    .sn-header-style-2.sn-header-style-4.sn-header-style-6 .header-bottom .header-right {
        display: none;
    }

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.menu-fixed .header-top-style-3 {
        display: none;
    }

header.sn-header-style-7 {
    background-color: #fff;
}

    header.sn-header-style-7 .box-header-top {
        background-color: #3f3f3f;
        border: medium none;
    }

    header.sn-header-style-7 .header-top {
        border-bottom: 1px solid #ddd;
    }

    header.sn-header-style-7 .header-top-right .header-top-search {
        margin-top: 13px;
    }

    header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box {
        width: 210px;
    }

        header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon {
            border: none;
            line-height: 20px;
            height: 20px;
        }

            header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon i {
                font-size: 16px;
            }

            header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .widget_shopping_cart_icon span {
                background-color: #D7B56D;
                border-radius: 50%;
                color: #333;
                font-size: 12px;
                height: 20px;
                line-height: 20px;
                position: absolute;
                right: 0;
                text-align: center;
                top: -6px;
                width: 20px;
            }

        header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone {
            margin-right: 15px;
        }

            header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone span {
                font-weight: 600;
            }

            header.sn-header-style-7 .sn-header-style-3 .header-right .header-right-box .header-right-phone i {
                color: #333;
                margin-right: 10px;
                padding-top: 5px;
                float: left;
            }

    header.sn-header-style-7 .sn-header-style-3 .header-top-logo {
        padding: 40px 0;
    }

    header.sn-header-style-7 .header-bottom {
        display: inline-block;
        width: 100%;
    }

        header.sn-header-style-7 .header-bottom .nav > li > a {
            color: #333;
        }

        header.sn-header-style-7 .header-bottom .main-nav > .nav > li {
            padding: 10px 0 5px;
        }

        header.sn-header-style-7 .header-bottom .canvas-menu-toggle-wrapper,
        header.sn-header-style-7 .header-bottom .header-logo,
        header.sn-header-style-7 .header-bottom .header-right {
            display: none;
        }

.home-sidebar {
    position: relative;
    padding-left: 300px;
}

.header.sn-header-style-8 {
    position: fixed;
    -webkit-animation: none;
    animation: none;
    left: 0;
    top: 0;
    height: 100vh;
    width: 300px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

    .header.sn-header-style-8 .yolo-canvas-menu-wrapper {
        display: none;
    }

    .header.sn-header-style-8 .header-bottom {
        width: 300px;
        padding: 0;
    }

        .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper {
            display: block;
            height: 40px;
            margin: 105px 0 0 0;
            padding: 0;
        }

            .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li {
                display: inline-block;
            }

                .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li a {
                    background-color: #424242;
                    color: #fff;
                    display: inline-block;
                    height: 40px;
                    line-height: 40px;
                    margin: 0 3px;
                    text-align: center;
                    width: 40px;
                }

                    .header.sn-header-style-8 .header-bottom .header-social-profile-wrapper li a:hover {
                        color: #D7B56D;
                        transition: color 0.5s ease 0s;
                    }

        .header.sn-header-style-8 .header-bottom .form-header-home-8 {
            bottom: 40px;
            display: inline-block;
            left: 0;
            padding-bottom: 30px;
            position: absolute;
            width: 100%;
        }

            .header.sn-header-style-8 .header-bottom .form-header-home-8 form {
                margin: 0 20px;
                position: relative;
            }

                .header.sn-header-style-8 .header-bottom .form-header-home-8 form input {
                    border: 1px solid #eee;
                    font-weight: 600;
                    height: 40px;
                    line-height: 40px;
                    padding: 0 15px;
                    width: 100%;
                }

                .header.sn-header-style-8 .header-bottom .form-header-home-8 form a {
                    color: #333;
                    height: 40px;
                    line-height: 40px;
                    position: absolute;
                    right: 0;
                    text-align: center;
                    top: 0;
                    width: 40px;
                }

                    .header.sn-header-style-8 .header-bottom .form-header-home-8 form a:hover {
                        color: #D7B56D;
                    }

        .header.sn-header-style-8 .header-bottom .header-left .header-logo {
            background-color: #424242;
            left: 0;
            margin: 0;
            padding: 45px 0;
            position: relative;
            text-align: center;
            width: 100%;
        }

        .header.sn-header-style-8 .header-bottom .header-left .canvas-menu-toggle-wrapper {
            display: none;
        }

        .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li {
            width: 100%;
            float: left;
            padding: 5px 0;
            position: relative;
            text-align: left;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            padding: 0;
        }

            .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover {
                background-color: #424242;
            }

                .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover > a {
                    color: #D7B56D;
                }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li:hover > a::before {
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                    }

            .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > a {
                color: #333;
                font-size: 12px;
                letter-spacing: 0.5px;
                padding: 12px;
                font-weight: 600;
            }

                .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > a::before {
                    right: 10px;
                }

            .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu {
                top: 0;
                left: 100%;
                width: 970px;
                padding: 10px 0;
            }

                .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li {
                    border-width: 1px;
                }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > a {
                        font-size: 12px;
                        font-weight: 600;
                        padding-bottom: 8px;
                    }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul {
                        padding-bottom: 10px;
                    }

                        .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul li {
                            padding: 6px 0 6px 20px;
                        }

                            .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li > .sub-menu > li > ul li a {
                                font-size: 12px;
                                font-weight: 600;
                            }

            .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu {
                padding: 0;
            }

                .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li {
                    height: 45px;
                }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li > a {
                        padding: 10px;
                    }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li:nth-child(2) > ul {
                        top: -45px;
                    }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li:nth-child(3) > ul {
                        top: -90px;
                    }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li p,
                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li span {
                        font-size: 12px;
                    }

                    .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.mega-menu > .sub-menu > li ul {
                        padding: 0;
                    }

            .header.sn-header-style-8 .header-bottom .header-left #primary-menu > ul.nav > li.menu-blog > .sub-menu {
                width: 255px;
                padding: 0;
            }

        .header.sn-header-style-8 .header-bottom .header-right {
            display: none;
        }

.sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 {
    background-color: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 22;
}

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-social-profile-wrapper li a {
        color: #fff;
    }

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a {
        position: relative;
        display: inline-block;
    }

        .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a::before {
            content: url("../images/logo/logo.png");
            position: absolute;
        }

        .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-top-style-3 .logo a img {
            opacity: 0;
        }

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .header-right .header-customize-right > div i {
        color: #fff;
    }

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 #primary-menu > .nav > li > a {
        color: #fff;
    }

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9.menu-fixed {
        background-color: #424242;
        box-shadow: 0 0 3px #888;
        position: fixed;
    }

    .sn-header-style-2.sn-header-style-4.sn-header-style-6.sn-header-style-9 .main-nav > .nav > li {
        padding: 10px 0;
    }

#mm-primary-menu {
    overflow: hidden;
}

    #mm-primary-menu li {
        width: 97% !important;
    }

        #mm-primary-menu li a {
            color: #fff !important;
        }

            #mm-primary-menu li a:hover {
                color: #D7B56D !important;
            }

    #mm-primary-menu .mm-close::before {
        border: medium none;
        content: "\e681";
        font-family: "Pe-icon-7-stroke";
        font-size: 20px;
        left: -30px;
        position: absolute;
        top: -10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #mm-primary-menu .mm-close::after {
        display: none;
    }

    #mm-primary-menu .mm-close:hover::before {
        color: #D7B56D;
    }

    #mm-primary-menu .mm-listview {
        background-color: transparent;
        position: relative;
    }

        #mm-primary-menu .mm-listview li a span {
            border-radius: 3px;
            color: #eee;
            font-size: 9px;
            margin-left: 5px;
            padding: 1px 4px;
        }
/* --------------------------------------------------------------------- */
/* FOOTER
/* --------------------------------------------------------------------- */
.footer ul {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.footer-style-1 {
    color: #808080;
    float:left;
    /*background-color: #434343;*/
}

    .footer-style-1 .footer-top {
        padding: 100px 0;
    }

        .footer-style-1 .footer-top .desc {
            font-family: Helvetica;
            font-size: 16px;
            letter-spacing: 0.25px;
            padding: 0 200px;
            text-align: center;
            margin-bottom: 50px;
            color: #808080;
        }

        .footer-style-1 .footer-top a {
            display: inline-block;
            text-align: center;
            width: 100%;
        }

        .footer-style-1 .footer-top .social-footer {
            margin: 50px 0;
            padding: 0;
            text-align: center;
        }

            .footer-style-1 .footer-top .social-footer li,
            .footer-style-4 .logo-footer-4 ul li {
                display: inline-block;
                margin: 0 16px;
            }

                .footer-style-1 .footer-top .social-footer li i {
                    color: #fff;
                    font-size: 17px;
                }

    .footer-style-1 .footer-bottom {
        /*background-color: #141414;*/
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
    }

        .footer-style-1 .footer-bottom ul {
            padding-top: 0px;
        }

            .footer-style-1 .footer-bottom ul li {
                display: inline-block;
                margin: 0 8px;
            }

                .footer-style-1 .footer-bottom ul li i {
                    color: #808080;
                    font-size: 20px;
                }

                    .footer-style-1 .footer-bottom ul li i:hover {
                        color: #fff;
                    }

        .footer-style-1 .footer-bottom a {
            color: #808080;
        }

            .footer-style-1 .footer-bottom a:hover {
                color: #fff;
            }

    .footer-style-1 .icon-box.icon-box-style2 {
        color: #808080;
    }

        .footer-style-1 .icon-box.icon-box-style2 i {
            color: #808080;
        }

        .footer-style-1 .icon-box.icon-box-style2:hover span,
        .footer-style-1 .icon-box.icon-box-style2:hover i {
            color: #fff;
        }

.footer-style-2 .footer-top h3 {
    margin: 0 0 60px;
    padding: 0 0 15px;
    position: relative;
}

    .footer-style-2 .footer-top h3::before {
        background-color: #D7B56D;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 70px;
    }

.footer-style-2 .footer-top .icon-box-style2 {
    margin-bottom: 40px;
}

.footer-style-2 .footer-top .tagcloud li {
    display: inline-block;
    float: left;
    margin: 3px;
}

    .footer-style-2 .footer-top .tagcloud li a {
        background-color: #f5f5f5;
        color: #333;
        display: inline-block;
        padding: 6px;
    }

        .footer-style-2 .footer-top .tagcloud li a:hover {
            background-color: #D7B56D;
            color: #fff;
        }

.footer-style-2 .footer-top .my-acount li,
.footer-style-5 .infomatin-footer-5 ul li,
.footer-style-5 .my-acount-footer-5 ul li {
    display: block;
    margin-bottom: 25px;
}

    .footer-style-2 .footer-top .my-acount li a {
        color: #333;
    }

        .footer-style-2 .footer-top .my-acount li a:hover {
            color: #D7B56D;
        }

.footer-style-2 .footer-center {
    margin: 40px 0;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .footer-style-2 .footer-center ul {
        text-align: center;
        padding: 0;
    }

        .footer-style-2 .footer-center ul li {
            display: inline-block;
            padding: 0 6px;
            position: relative;
        }

            .footer-style-2 .footer-center ul li::before {
                background-color: #888;
                content: "";
                height: 20px;
                position: absolute;
                right: -1px;
                top: 5px;
                width: 1px;
            }

            .footer-style-2 .footer-center ul li:last-child::before {
                width: 0;
            }

.footer-style-2 .footer-bottom {
    text-align: center;
}

    .footer-style-2 .footer-bottom .copyright {
        margin: 25px 0 75px;
    }

        .footer-style-2 .footer-bottom .copyright a {
            color: #808080;
        }

            .footer-style-2 .footer-bottom .copyright a:hover {
                color: #D7B56D;
            }

.footer-style-3 {
    background-image: url(../images/background/bg-footer-3.jpg);
    background-size: cover;
}

    .footer-style-3 .footer-top {
        margin-top: 55px;
        margin-bottom: 30px;
    }

    .footer-style-3 .header-logo {
        position: inherit;
        padding: 0;
        margin: 20px 0;
        left: 0;
    }

    .footer-style-3 .footer-top-content a {
        color: #808080;
    }

        .footer-style-3 .footer-top-content a:hover {
            color: #D7B56D;
        }

    .footer-style-3 h3,
    .footer-style-4 .footer-top > div h3,
    .footer-style-5 h3 {
        color: #f8f8f8;
        padding-bottom: 15px;
        margin-bottom: 40px;
        position: relative;
    }

        .footer-style-3 h3::before,
        .footer-style-4 .footer-top > div h3:before,
        .footer-style-5 h3::before {
            position: absolute;
            content: "";
            width: 75px;
            background-color: #D7B56D;
            height: 2px;
            left: 0;
            bottom: 0;
        }

    .footer-style-3 ul.footer-top-content {
        padding: 0;
    }

        .footer-style-3 ul.footer-top-content li,
        .footer-style-4 .infomatin-footer-4 ul li,
        .footer-style-4 .my-acount-home-4 ul li {
            display: inline-block;
            width: 100%;
        }

            .footer-style-3 ul.footer-top-content li a,
            .footer-style-4 .infomatin-footer-4 ul li a,
            .footer-style-4 .my-acount-home-4 ul li a,
            .footer-style-4 .infomatin-footer-4 ul li a:hover,
            .footer-style-4 .my-acount-home-4 ul li a:hover {
                border-bottom: 1px solid #808080;
                display: inline-block;
                margin-bottom: 20px;
                padding-bottom: 20px;
                position: relative;
                width: 100%;
            }

                .footer-style-3 ul.footer-top-content li a::before,
                .footer-style-4 .infomatin-footer-4 ul li a:before,
                .footer-style-4 .my-acount-home-4 ul li a:before {
                    bottom: 20px;
                    content: "\f105";
                    font-family: FontAwesome;
                    position: absolute;
                    right: 60px;
                    opacity: 0;
                    transition: all 0.4s ease 0s;
                }

                .footer-style-3 ul.footer-top-content li a:hover::before,
                .footer-style-4 .infomatin-footer-4 ul li a:hover:before,
                .footer-style-4 .my-acount-home-4 ul li a:hover:before {
                    right: 10px;
                    opacity: 1;
                    transition: all 0.4s ease 0s;
                }

            .footer-style-3 ul.footer-top-content li:last-child a {
                border-bottom: none;
                margin-bottom: 0;
            }

    .footer-style-3 .icon-box.icon-box-style2 {
        margin-bottom: 35px;
    }

        .footer-style-3 .icon-box.icon-box-style2:hover {
            color: #f8f8f8;
        }

    .footer-style-3 .click-back-top-footer {
        width: 100%;
        text-align: center;
    }

        .footer-style-3 .click-back-top-footer button {
            width: 50px;
            height: 50px;
            background-color: transparent;
            border: 1px solid #555;
            border-radius: 50%;
            position: relative;
        }

            .footer-style-3 .click-back-top-footer button i {
                background-color: #D7B56D;
                border-radius: 50%;
                color: #fff;
                font-size: 18px;
                height: 35px;
                line-height: 32px;
                width: 35px;
            }

            .footer-style-3 .click-back-top-footer button:before {
                position: absolute;
                content: "";
                left: 50%;
                right: 50%;
                top: 50%;
                bottom: 50%;
                opacity: 0;
                border-radius: 50%;
                border: 1px solid #D7B56D;
                transition: all 0.5s ease 0s;
            }

            .footer-style-3 .click-back-top-footer button:hover::before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                opacity: 1;
                transition: all 0.5s ease 0s;
            }

    .footer-style-3 .footer-bottom-content {
        padding: 50px 0;
        display: inline-block;
        width: 100%;
    }

        .footer-style-3 .footer-bottom-content .copyright {
            float: left;
        }

            .footer-style-3 .footer-bottom-content .copyright a {
                color: #808080;
            }

                .footer-style-3 .footer-bottom-content .copyright a:hover {
                    color: #fff;
                }

        .footer-style-3 .footer-bottom-content figure {
            float: right;
        }

.footer-style-4 {
    padding: 80px 15px 0;
}

    .footer-style-4 .footer-top > div {
        float: left;
        padding: 0 15px;
        width: 20%;
        border-bottom: 1px solid #eee;
        min-height: 430px;
    }

        .footer-style-4 .footer-top > div h3 {
            color: #333;
            margin-bottom: 50px;
        }

    .footer-style-4 .logo-footer-4 ul li a {
        color: #333;
    }

        .footer-style-4 .logo-footer-4 ul li a:hover {
            color: #D7B56D;
        }

    .footer-style-4 .logo-footer-4 > a {
        display: inline-block;
        margin: 20px 0 40px;
    }

    .footer-style-4 .logo-footer-4 .social-footer {
        margin-top: 55px;
    }

        .footer-style-4 .logo-footer-4 .social-footer li:first-child {
            margin-left: 0;
        }

    .footer-style-4 .infomatin-footer-4 ul li a,
    .footer-style-4 .my-acount-home-4 ul li a {
        border-color: #eee;
        color: #333;
    }

        .footer-style-4 .infomatin-footer-4 ul li a:before,
        .footer-style-4 .my-acount-home-4 ul li a:before {
            color: #333;
        }

        .footer-style-4 .infomatin-footer-4 ul li a:hover,
        .footer-style-4 .my-acount-home-4 ul li a:hover {
            color: #D7B56D;
            border-color: #eee;
        }

    .footer-style-4 .infomatin-footer-4 ul li:last-child a,
    .footer-style-4 .my-acount-home-4 ul li:last-child a {
        border: none;
    }

    .footer-style-4 .contact-home-4 .icon-box {
        margin-bottom: 30px;
        color: #333;
    }

    .footer-style-4 .contact-home-4 figure {
        margin-top: 60px;
    }

    .footer-style-4 .footer-bottom {
        text-align: center;
        padding: 40px 0;
        display: inline-block;
        width: 100%;
    }

        .footer-style-4 .footer-bottom a {
            color: #808080;
            margin-left: 2px;
        }

            .footer-style-4 .footer-bottom a:hover {
                color: #D7B56D;
            }

.footer-style-5 h3 {
    color: #333;
}

    .footer-style-5 h3::before {
        background-color: #333;
    }

.footer-style-5 ul.intagram li {
    width: 20%;
}

.footer-style-5 .infomatin-footer-5 ul li a,
.footer-style-5 .my-acount-footer-5 ul li a {
    color: #333;
}

    .footer-style-5 .infomatin-footer-5 ul li a:hover,
    .footer-style-5 .my-acount-footer-5 ul li a:hover {
        color: #D7B56D;
    }

.footer-style-5 .social ul li {
    color: transparent;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    position: relative;
    float: left;
}

    .footer-style-5 .social ul li a {
        border: 1px solid #aaa;
        color: #aaa;
        display: block;
        font-size: 36px;
        height: 100px;
        line-height: 98px;
        margin-bottom: 10px;
        opacity: 1;
        text-align: center;
        transition: all 0.35s ease 0s;
        width: 100px;
        position: relative;
    }

        .footer-style-5 .social ul li a:hover {
            border: 1px solid #333;
            color: #333;
            transition: all 0.35s ease 0s;
        }

            .footer-style-5 .social ul li a:hover span {
                opacity: 1;
                transition: all 0.35s ease 0s;
            }

        .footer-style-5 .social ul li a span {
            text-transform: capitalize;
            font-size: 16px;
            position: absolute;
            top: 120%;
            width: 100%;
            text-align: center;
            height: 30px;
            line-height: 30px;
            left: 0;
            opacity: 0;
            transition: all 0.35s ease 0s;
        }

.footer-style-5 .footer-bottom {
    text-align: center;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

    .footer-style-5 .footer-bottom a {
        color: #808080;
        margin-left: 2px;
    }

        .footer-style-5 .footer-bottom a:hover {
            color: #D7B56D;
        }


/*************** Custom Tabs ******************/

/*.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:first-child {
    min-height:430px;
    width: 37.5% !important;
    border-right: 1px solid #555;
}*/

.main-nav .nav .mega-menu .sub-menu-mega > li > ul > .lifirstchild {
    min-height: 430px;
    width: 37.5% !important;
    border-right: 1px solid #555;
}

/*.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:nth-child(2) {
    width: 25% !important;    
    border-right: 1px solid #555;
    padding: 0 15px;
    min-height: 430px;
    overflow: auto;
}*/

.main-nav .nav .mega-menu .sub-menu-mega > li > ul > .lisecondchild {
    width: 20% !important;
    border-right: 1px solid #555;
    padding: 0 15px;
    min-height: 430px;
    overflow: auto;
}

/*.main-nav .nav .mega-menu .sub-menu-mega > li > ul > li:nth-child(3) {
    width: 37.5% !important;
    padding: 0 15px;
    max-height: 400px;
    
}*/

.main-nav .nav .mega-menu .sub-menu-mega > li > ul > .lithirdchild {
    width: 42.5% !important;
    padding: 0 15px;
    max-height: 400px;
}

.customtabs .nav-pills {
    width: 50%;
}

.customtabs .nav > li > a {
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.main-nav > .nav > li > .sub-menu > li li a {
    color: #D7B56D;
}

.customtabs .tab-pane.active {
    padding: 0;
    position: relative;
    top: -12px;
}

.customtabs .tab-content li {
    font-size: 14px;
    /*padding-left: 15px !important;*/
    border: none !important;
}

@media (min-width: 601px) and (max-width: 980px) {
    .imagegallery {
        display: grid;
        -moz-display: grid;
        -webkit-display: grid;
        grid-template-columns: 2fr !important;
        -moz-grid-template-columns: 2fr !important;
        -webkit-grid-template-columns: 2fr !important;
        grid-gap: 1em;
        -moz-grid-gap: 1em;
        -webkit-grid-gap: 1em;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    .imagegallery {
        display: grid;
        -moz-display: grid;
        -webkit-display: grid;
        grid-template-columns: 1fr !important;
        -moz-grid-template-columns: 1fr !important;
        -webkit-grid-template-columns: 1fr !important;
        grid-gap: 1em;
        -moz-grid-gap: 1em;
        -webkit-grid-gap: 1em;
    }
}
