/*
Theme Name: Azi (Azedw)
Theme URI: http://themeforest.net/user/wp_studio/
Author: wp_studio
Author URI: http://themeforest.net/user/wp_studio/portfolio
Description: Azi (Azedw) - Multipurpose Woocommerce WordPress Theme
Version: 3.23
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azedw
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready

Tested up to: 6.7.1
Requires PHP: 7.4
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}

.gallery-item {
    padding-bottom: 15px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.screen-reader-text {
    background: transparent;
    display: none;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px;
}


/*Css custom*/

.woocommerce img,
.woocommerce-page img {
    max-width: 100%;
}

.woocommerce ul.products li.product a.add_to_cart_button.added {
    display: none;
}

.shop-section .shop-action li a {
    padding-top: 0;
}

.shop-action li+a.button.yith-wcqv-button {
    display: none !important;
}

.shop-action .yith-wcwl-add-to-wishlist,
.shop-action .yith-wcwl-add-button>a i {
    margin: 0;
    position: relative;
    top: 2px;
}

.site-header #navbar {
    font-family: "futura-pt-demi", sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar .jet-menu-inner>ul li a:hover,
.site-header #navbar .jet-menu-inner>ul li a:focus,
.site-header #navbar .current-menu-parent .current-menu-item>a,
.site-header #navbar .jet-current-menu-parent>a,
.site-header #navbar .current-menu-item>a {
    text-decoration: none;
}

.jet-menu-item-wrapper .jet-dropdown-arrow {
    display: none !important;
}

.header-style-1 #navbar .logo-middle .navbar-brand {
    display: block !important;
}

@media screen and (min-width: 992px) {
    .site-header #navbar .jet-menu-inner>ul>li>a {
        font-size: 16px;
        font-size: 1.06667rem;
        text-transform: capitalize;
        padding: 40px 20px;
        position: relative;
        line-height: 1;
    }
    .site-header #navbar .jet-menu-inner>ul>li.jet-menu-item-has-children>a:before {
        font-family: "Themify";
        content: "\e64b";
        font-size: 8px;
        font-size: 0.53333rem;
        position: absolute;
        right: 6px;
    }
    .site-header #navbar .jet-menu-inner>ul .jet-sub-menu {
        background-color: #fff;
        width: 240px;
        text-align: left;
        padding: 15px 0;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        text-transform: capitalize;
    }
    .site-header #navbar .jet-menu-inner>ul>li .jet-sub-menu li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar .jet-menu-inner>ul>li .jet-sub-menu a {
        font-family: "Gothic A1", sans-serif;
        display: block;
        padding: 10px 30px;
        color: #000;
        font-size: 14px;
        font-size: 0.93333rem;
        font-weight: 500;
    }
    .site-header #navbar .jet-menu-inner>ul>li .jet-sub-menu a:hover {
        padding-left: 35px;
    }
    .site-header #navbar .jet-menu-inner>ul>li>.jet-sub-menu .jet-sub-menu {
        left: 95%;
        top: 0;
    }
    .site-header #navbar .jet-menu-inner>ul>li>.jet-sub-menu>.menu-item-has-children>a {
        position: relative;
    }
    .site-header #navbar .jet-menu-inner>ul>li>.jet-sub-menuu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header #navbar .jet-menu-inner>ul>li:hover>.jet-sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .jet-sub-menu>li:hover>.jet-sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

#navbar>ul.navbar-nav {
    display: block;
}

#navbar>.desktop-menu {
    display: none;
}

.jet-mobile-menu {
    position: absolute;
    right: 26px;
    top: 32px;
    font-size: 20px;
}

.header-style-1 .navbar-header {
    top: 25px;
}

.jet-mobile-menu__items li a {
    color: #000;
    font-size: 14px;
    font-family: "futura-pt-demi", sans-serif;
}

@media screen and (min-width: 992px) {
    #navbar>ul.navbar-nav {
        display: none;
    }
    .header-style-1 .navbar-header {
        top: 35px;
    }
    .jet-mobile-menu,
    #navbar>.desktop-menu {
        display: block;
    }
    .site-header #navbar {
        width: 70%;
        align-items: center;
        justify-content: center;
        display: flex !important;
    }
    .site-header #navbar .has-mega-menu {
        position: static;
    }
    .site-header #navbar .has-mega-menu>.sub-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 40px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .site-header #navbar .has-mega-menu>.sub-menu {
        width: 1140px;
        left: calc(50% - 570px);
        margin-left: initial;
        display: block;
        float: left;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-family: "Gothic A1", sans-serif;
        font-size: 14px;
        font-size: 0.93333rem;
        color: #000;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    .site-header #navbar .mega-menu-content {
        overflow: hidden;
    }
    .site-header #navbar .mega-menu-content>.col {
        width: 20%;
        float: left;
    }
    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .jet-menu-item.jet-mega-menu-item {
        position: static !important;
    }
}

.jet-menu-item .jet-sub-menu>li>a,
.header-style-1 #navbar .jet-menu-inner>ul>li>a,
.header-style-2 #navbar .jet-menu-inner>ul>li>a {
    color: #000;
}

.jet-menu {
    align-items: center !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid transparent;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: "futura-pt-demi", sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #787878;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 12px 20px 11px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border-top: 1px solid #e8e8e8;
    padding: 35px 0;
    margin-top: -1px;
    text-align: left;
    margin-bottom: 0;
}

.shop-single-section .realted-porduct h2 {
    font-size: 40px;
    font-size: 2.66667rem;
    margin: 1em 0 1em;
    text-align: center;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
    float: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #a1a1a1;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
    margin-bottom: 25px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #000 url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}

.woocommerce .widget_price_filter .price_slider_amount button.button {
    font-family: "futura-pt-demi", sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 9px 35px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    border: 0;
    outline: none;
}

.shop-section .products>.product {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 50px;
}

@media (max-width: 1500px) {
    .shop-section .products>.product {
        width: calc(33.33% - 50px);
    }
}

@media (max-width: 1300px) {
    .shop-section .products>.product {
        width: calc(50% - 30px);
    }
}

@media (max-width: 500px) {
    .shop-section .products>.product {
        width: calc(100% - 30px);
        float: none;
    }
}

.shop-section .products.three-column>.product {
    width: calc(33.33% - 30px);
}

@media (max-width: 1300px) {
    .shop-section .products.three-column>.product {
        width: calc(50% - 30px);
    }
}

@media (max-width: 500px) {
    .shop-section .products.three-column>.product {
        width: calc(100% - 30px);
        float: none;
    }
}

.shop-section .products.list-view {
    overflow: hidden;
}

.shop-section .products.list-view>.product {
    width: calc(100% - 30px);
    float: none;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
    .shop-section .products.list-view>.product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-section .woocommerce-toolbar-top select {
    padding: 0 15px;
    max-height: 36px;
}

/*
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #c2572b;
    font-size: 1.25em;
}
 */

.shop-sidebar .widget_product_categories .product-categories li.current-cat a {
    color: #000;
}

.shop-single-section .products>.product {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 1500px) {
    .shop-single-section .products>.product {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 1300px) {
    .shop-single-section .products>.product {
        width: calc(50% - 30px);
    }
}

@media (max-width: 500px) {
    .shop-single-section .products>.product {
        width: calc(100% - 30px);
        float: none;
    }
}

.shop-single-section .shop-action>li {
    margin-right: 5px;
}

.shop-single-section .shop-action>li:last-of-type {
    margin-right: 0;
}

.shop-single-section .shop-action>li+li {
    margin-left: 0px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce div.product .product_title {
    font-size: 42px;
    font-size: 2.8rem;
    margin: 0 0 0.5em;
}

.shop-single-section .product-details .price span {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 24px;
    font-size: 1.6rem;
    margin: 0.4em 0 0.5em;
}

.woocommerce .star-rating {
    width: 65px;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    color: #c2572b;
    font-size: 12px;
}

.woocommerce-product-rating a.woocommerce-review-link {
    color: #333;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    padding: 0;
    background: transparent;
}

.woocommerce .quantity .qty {
    width: 75px;
    position: relative;
    height: 50px;
    border-right: 0;
    border: 1px solid #e6e6e6;
}

.woocommerce div.product form.cart div.quantity {
    position: relative;
}

.woocommerce .quantity input.plus:focus,
.woocommerce .quantity input.minus:focus,
.woocommerce .quantity input.plus:active,
.woocommerce .quantity input.minus:active {
    outline: none;
}

.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus {
    padding: 7px 4px 7px 6px;
    font-size: 8px;
    font-weight: normal;
    position: absolute;
    border-radius: 0;
    color: #333;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    z-index: 9;
    width: 25px;
    height: 50%;
}

.woocommerce .quantity input.minus {
    border-top: 1px solid #e6e6e6;
}

.woocommerce .quantity input.plus:hover,
.woocommerce .quantity input.minus:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.woocommerce .quantity .minus {
    bottom: 0px;
    right: 0px;
}

.woocommerce .quantity .plus {
    top: 0px;
    right: 0px;
}

.woocommerce div.product form.cart button.button.single_add_to_cart_button.disabled,
.woocommerce div.product form.cart button.button.single_add_to_cart_button {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: "futura-pt-demi", sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 16px 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border: 0;
    border-radius: 0;
    outline: 0;
    margin-left: 10px;
    opacity: 1;
}

.product_meta>span {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.product_meta>span a {
    font-weight: 400;
    color: #787878;
}

.product-details .yith-wcwl-wishlistexistsbrowse a,
.product-details .yith-wcwl-add-button a,
.product-details .yith-wcwl-add-button {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #000;
    font-weight: 500;
}

.yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
}

.yith-wcwl-add-to-wishlist i.yith-wcwl-icon.fa.fa-heart-o,
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    font-size: 20px;
    font-size: 1.33333rem;
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 3px;
    margin: 0;
}

.yith-wcwl-add-to-wishlist i.yith-wcwl-icon.fa.fa-heart-o:before {
    content: "\e642";
    font-family: "Pe-icon-7-stroke";
}

.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus {
    padding: 6px 4px 7px 6px;
    font-size: 9px;
}

.product.shop-single-section {
    padding: 0;
}

.quick-view-container {
    padding: 30px;
}

#yith-quick-view-content div.summary {
    padding: 0;
    width: 100%;
    float: none;
}

#navbar>.desktop-menu {
    width: 85%;
}

.header-style-2 #navbar>.desktop-menu {
    width: 100%;
}

.trendy-product-section .shop-action,
.best-seller-section .shop-action {
    list-style: none;
    padding: 0;
}

.trendy-product-section .shop-action>li,
.best-seller-section .shop-action>li {
    margin-right: 5px;
}

.trendy-product-section .shop-action>li:last-of-type,
.best-seller-section .shop-action>li:last-of-type {
    margin-right: 0px;
}

.trendy-product-section .shop-action>li+li,
.best-seller-section .shop-action>li+li {
    margin-left: 0px;
}


/*--------------------------------------------------------------
#2.2  home-pg-prodcut-section
--------------------------------------------------------------*/

.home-pg-prodcut-section .tablinks {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

.home-pg-prodcut-section .tablinks ul {
    font-family: "futura-pt-demi", sans-serif;
    display: inline-block;
}

.home-pg-prodcut-section .tablinks ul>li {
    float: left;
}

@media (max-width: 500px) {
    .home-pg-prodcut-section .tablinks ul>li {
        float: none;
    }
}

.home-pg-prodcut-section .tablinks ul>li+li {
    margin-left: 45px;
}

@media (max-width: 500px) {
    .home-pg-prodcut-section .tablinks ul>li+li {
        margin-left: 0;
        margin-top: 7px;
    }
}

.home-pg-prodcut-section .tablinks ul a {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .home-pg-prodcut-section .tablinks ul a {
        font-size: 14px;
        font-size: 0.93333rem;
        letter-spacing: 0;
    }
}

.home-pg-prodcut-section .tablinks li.active a {
    text-decoration: underline;
}

.home-pg-prodcut-section .products {
    overflow: hidden;
    margin: 0 -15px;
}

.home-pg-prodcut-section .products>.product {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 50px;
}

@media (max-width: 1500px) {
    .home-pg-prodcut-section .products>.product {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 1300px) {
    .home-pg-prodcut-section .products>.product {
        width: calc(50% - 30px);
    }
}

@media (max-width: 500px) {
    .home-pg-prodcut-section .products>.product {
        width: calc(80% - 30px);
        float: none;
        margin: 25px auto;
    }
}

.home-pg-prodcut-section .product-holder {
    position: relative;
}

.home-pg-prodcut-section .product-holder .product-badge {
    background-color: #c2572b;
    font-size: 12px;
    font-size: 0.8rem;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 25px;
}

.home-pg-prodcut-section .product:hover .shop-action-wrap {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}

.home-pg-prodcut-section .shop-action-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.home-pg-prodcut-section .shop-action {
    display: inline-block;
}

.home-pg-prodcut-section .shop-action>li {
    float: left;
    text-align: center;
}

.home-pg-prodcut-section .shop-action>li+li {
    margin-left: 5px;
}

.home-pg-prodcut-section .shop-action li a {
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #000;
    display: inline-block;
    border-radius: 45px;
    -webkit-box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.08);
}

.home-pg-prodcut-section .shop-action li a:hover {
    background-color: #000;
    color: #fff;
}

.home-pg-prodcut-section .shop-action a i:before {
    font-size: 15px;
    font-size: 1rem;
}

.home-pg-prodcut-section .shop-action>li:first-child i:before {
    font-size: 16px;
    font-size: 1.06667rem;
}

.home-pg-prodcut-section .shop-action>li:nth-child(2) a {
    line-height: 50px;
}

.home-pg-prodcut-section .product-info {
    text-align: center;
    padding-top: 25px;
}

.home-pg-prodcut-section .product-info h4 {
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 0.5em;
}

.home-pg-prodcut-section .product-info h4 a {
    color: #000;
}

.home-pg-prodcut-section .product-info h4 a:hover {
    text-decoration: underline;
}

.home-pg-prodcut-section .product-info .woocommerce-Price-amount {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
}

.home-pg-prodcut-section .product-info ins {
    color: #000;
    text-decoration: none;
}

.home-pg-prodcut-section .product-info del {
    display: inline-block;
    padding-left: 8px;
    color: #a9a9a9;
}

.home-pg-prodcut-section .product-info .product-description {
    display: none;
}

.home-pg-prodcut-section .tablinks ul,
.home-pg-prodcut-section .shop-action {
    padding: 0;
    list-style: none;
}

.woocommerce .products .product-info .star-rating {
    display: inline-block;
}

.woocommerce div.product span.price {
    display: block;
    margin-bottom: 0;
}

.widget_tag_cloud .tagcloud a {
    position: relative;
    margin: 0 7px 6px 0;
}

.widget_tag_cloud .tagcloud a:after {
    position: absolute;
    right: -5px;
    content: ",";
}

.widget_tag_cloud .tagcloud a:last-child:after {
    content: none;
}

.nav-links .page-numbers {
    border: none;
    font-family: "futura-pt-demi", sans-serif;
}

.blog-section {
    padding-bottom: 0px;
}

/*
	currency symbol style fixed
	minimum height for product
*/

.shop-section .product-info .woocommerce-Price-amount,
.shop-single-section .product-details .price span,
.shop-single-section .product-info .woocommerce-Price-amount,
.header-style-1 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-1 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: initial;
    font-weight: 600;
}


/*
    fixed shop page on firefox browser
 */

@-moz-document url-prefix() {
    .shop-section .products,
    .shop-section .products.list-view {
        overflow: inherit;
    }
}


/*
    cookie alert component
 */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #c2572b;
}

.cookiealert a:hover {
    color: #c2572bba;
}

.cookiealert .cookies-btn {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookiealert .cookies-btn:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 992px) {
    .cookie-alert-content {
        display: block;
        margin-bottom: 15px;
    }
}


/* Sticky Header */

@media (min-width: 992px) {
    body.header-is-sticky.sticky {
        margin-top: 100px;
    }
    .header-is-sticky.sticky #site-navigation {
        position: fixed;
        -webkit-box-shadow: 0 1px 16px 0 #a7a7a7;
        box-shadow: 0 1px 16px 0 #a7a7a7;
        width: 100%;
        top: 0;
        z-index: 101;
        transition: all 0.5s ease 0s;
    }
    .header-is-sticky.sticky .header-style-5 #site-navigation {
        background: #e2e1dd;
    }
    .header-is-sticky.sticky .header-style-4 #site-navigation {
        background: #d7d0ca;
    }
}

@media (max-width: 991px) {
    body.header-is-sticky-on-mobile.sticky {
        margin-top: 100px;
    }
    .header-is-sticky-on-mobile.sticky #site-navigation {
        position: fixed;
        -webkit-box-shadow: 0 1px 16px 0 #a7a7a7;
        box-shadow: 0 1px 16px 0 #a7a7a7;
        width: 100%;
        top: 0;
        z-index: 101;
        transition: all 0.5s ease 0s;
    }
}


/*--------------------------------------------------------------
	#new homes v2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	#header-style-4
--------------------------------------------------------------*/

.header-style-1.header-style-4 #navbar .jet-menu-inner>ul>li>a {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .header-style-4 {
        background: transparent;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header-style-4 .topbar {
        background: transparent;
        position: relative;
    }
    .header-style-4 .topbar:before {
        content: "";
        background: rgba(255, 255, 255, 0.2);
        width: calc(100% - 120px);
        height: 1px;
        position: absolute;
        left: 60px;
        bottom: 0;
    }
    .header-style-4 .navigation {
        background: transparent;
    }
    .header-style-4 .header-left .side-info-bars>span {
        background: #fff;
    }
    .header-style-4 .header-left input {
        background: rgba(255, 255, 255, 0.5);
    }
    .header-style-4 .header-right i,
    .header-style-4 #navbar>ul>li>a {
        color: #fff;
    }
    .header-style-4 .header-right .mini-cart .cart-count {
        background: #c2572b;
    }
}


/*--------------------------------------------------------------
      #header-style-4
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
	#header-style-5
--------------------------------------------------------------*/

.site-header.header-style-5 #navbar .jet-menu-inner>ul>li.jet-menu-item-has-children>a:before {
    display: none;
}

.site-header.header-style-5 #navbar {
    justify-content: flex-start;
}

.site-header.header-style-5 .jet-menu {
    justify-content: flex-start;
}

.header-style-5 .container-1410 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 100px;
}

@media (max-width: 991px) {
    .header-style-5 .container-1410 {
        min-height: inherit;
        width: 100%;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}

@media screen and (min-width: 992px) {
    .header-style-5 .navbar-header {
        position: absolute;
        left: 15px;
    }
    .header-style-5 .navbar>.container-1410 .navbar-brand {
        height: auto;
        padding: 0;
        margin: 0;
    }
    .header-style-5 #navbar .jet-menu-inner>ul>li>a {
        color: #000;
        padding: 40px 17px;
    }
}

@media (max-width: 991px) {
    .header-style-5 .navigation {
        padding: 25px 0;
    }
    .header-style-5 .navbar-header button {
        top: 2px;
    }
    .header-style-5 .navbar-header .navbar-brand {
        padding-left: 0;
    }
}

.header-style-5 .navbar-header img {
    max-width: 100px;
}

@media screen and (min-width: 992px) {
    .header-style-5 .navbar-header {
        margin-right: 65px;
    }
}

.header-style-5 .header-right {
    position: absolute;
    right: 20px;
}

@media (max-width: 991px) {
    .header-style-5 .header-right {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .header-style-5 .header-right {
        right: 70px;
    }
}

.header-style-5 .header-right button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-5 .header-right>div {
    float: left;
    position: relative;
    margin-right: 18px;
}

@media (max-width: 767px) {
    .header-style-5 .header-right>div {
        margin-right: 10px;
    }
}

.header-style-5 .header-right>div:last-child {
    margin-right: 0;
}

.header-style-5 .header-right i {
    font-size: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .header-style-5 .header-right i {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.header-style-5 .header-right .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.4666666667rem;
}

.header-style-5 .header-right .search-toggle-btn {
    color: #000;
    position: relative;
    top: -2px;
}

.header-style-5 .header-right .search-toggle-btn .fi:before {
    font-size: 21px;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .header-style-5 .header-right .search-toggle-btn .fi:before {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.header-style-5 .header-right .mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.6666666667rem;
}

.header-style-5 .header-right .mini-cart .cart-count {
    background: #000;
    width: 17px;
    height: 17px;
    font-size: 8px;
    font-size: 0.5333333333rem;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

.header-style-5 .header-right .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
    .header-style-5 .header-right .mini-cart-content {
        top: 63px;
    }
}

@media (max-width: 450px) {
    .header-style-5 .header-right .mini-cart-content {
        right: auto;
        left: -198px;
    }
}

.header-style-5 .header-right .mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-image {
    width: 70px;
    height: 80px;
    border: 1px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-image a,
.header-style-5 .header-right .mini-cart-content .mini-cart-item-image img {
    display: block;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 500;
    text-align: left;
    color: #000;
    display: block;
    margin-bottom: 0.5em;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-des a:hover {
    color: #c2572b;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 14px;
    font-size: 0.9333333333rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 13px;
    font-size: 0.8666666667rem;
    color: #888;
    display: block;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-action {
    padding: 20px 25px 30px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #787878;
    display: block;
    margin-bottom: 20px;
}

.header-style-5 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price+a {
    margin-bottom: 8px;
}

.header-style-5 .header-right .mini-cart-content-toggle,
.header-style-5 .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media screen and (min-width: 992px) {
    .header-style-5 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .header-style-5 .navigation {
        background: transparent;
    }
    .header-style-5 .container-1410 {
        width: 100%;
        padding: 0 65px;
        display: block;
        position: relative;
    }
    .header-style-5 #navbar .has-mega-menu {
        position: relative;
    }
    .header-style-5 #navbar .mega-menu {
        left: 0;
    }
    .header-style-5 #navbar .jet-menu-inner>ul>li {
        position: relative;
    }
    .header-style-5 #navbar .jet-menu-inner>ul>li:before {
        content: "";
        background-color: #7B7B7B;
        width: 10px;
        height: 1px;
        position: absolute;
        left: 6px;
        top: 49%;
    }
    .header-style-5 #navbar {
        padding: 0;
    }
    .header-style-5 .header-right {
        top: calc(50% - 15px);
        right: 70px;
    }
    .header-style-5 .navbar-header {
        position: absolute;
        left: calc(50% - 50px);
        top: calc(50% - 12px);
        margin: 0;
        z-index: 1;
    }
    .header-style-5 #navbar .jet-menu-inner>ul>li.menu-item-has-children>a:before {
        display: none;
    }
    .header-style-5 #navbar .jet-menu-inner>ul>li>a {
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8666666667rem;
        color: #272727;
        padding: 40px 22px;
    }
}

@media (max-width: 1650px) and (min-width: 991px) {
    .header-style-5 .header-right i {
        color: #fff;
    }
}

@media (max-width: 1350px) and (min-width: 991px) {
    .header-style-5 #navbar>ul>li:before {
        display: none;
    }
    .header-style-5 #navbar>ul>li>a {
        padding: 40px 16px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .header-style-5 #navbar>ul>li>a {
        text-transform: capitalize;
        font-size: 15px;
        padding: 40px 13px;
    }
    .header-style-5 .container-1410 {
        padding: 0 25px;
    }
    .header-style-5 .header-right {
        right: 30px;
    }
    .header-style-5 .header-right i {
        color: #fff;
    }
}


/*--------------------------------------------------------------
      #header-style-5
  --------------------------------------------------------------*/

.header-style-6 .topbar,
.header-style-5 .topbar {
    display: none;
}


/*--------------------------------------------------------------
	#header-style-6
--------------------------------------------------------------*/

.site-header.header-style-6 #navbar .jet-menu-inner>ul>li.jet-menu-item-has-children>a:before {
    display: none !important;
}

.header-style-6 .container-1410 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 100px;
}

@media (max-width: 991px) {
    .header-style-6 .container-1410 {
        width: 100%;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        min-height: inherit;
    }
}

@media screen and (min-width: 992px) {
    .header-style-6 .navbar-header {
        position: absolute;
        left: 65px;
        top: calc(50% - 12px);
    }
    .header-style-6 .navbar>.container-1410 .navbar-brand {
        height: auto;
        padding: 0;
        margin: 0;
    }
    .site-header.header-style-6 #navbar>ul>li>a {
        color: #000;
        padding: 40px 17px;
    }
    .header-style-6 .navbar-nav {
        margin-left: 180px;
    }
    .header-style-6 #navbar ul {
        justify-content: flex-start;
    }
    .header-style-6 #navbar {
        margin-left: 100px;
    }
}

@media (max-width: 991px) {
    .header-style-6 .navigation {
        padding: 25px 0;
    }
    .header-style-6 .navbar-header button {
        top: 2px;
    }
    .header-style-6 .navbar-header .navbar-brand {
        padding-left: 0;
    }
}

.header-style-6 .navbar-header img {
    max-width: 100px;
}

@media screen and (min-width: 992px) {
    .header-style-6 .navbar-header {
        margin-right: 65px;
    }
}

.header-style-6 .header-right {
    position: absolute;
    right: 20px;
}

@media (max-width: 991px) {
    .header-style-6 .header-right {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .header-style-6 .header-right {
        right: 70px;
    }
}

.header-style-6 .header-right button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-6 .header-right>div {
    float: left;
    position: relative;
    margin-right: 18px;
}

@media (max-width: 767px) {
    .header-style-6 .header-right>div {
        margin-right: 10px;
    }
}

.header-style-6 .header-right>div:last-child {
    margin-right: 0;
}

.header-style-6 .header-right i {
    font-size: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .header-style-6 .header-right i {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.header-style-6 .header-right .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.4666666667rem;
}

.header-style-6 .header-right .search-toggle-btn {
    color: #000;
    position: relative;
    top: -2px;
}

.header-style-6 .header-right .search-toggle-btn .fi:before {
    font-size: 21px;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .header-style-6 .header-right .search-toggle-btn .fi:before {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.header-style-6 .header-right .mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.6666666667rem;
}

.header-style-6 .header-right .mini-cart .cart-count {
    background: #000;
    width: 17px;
    height: 17px;
    font-size: 8px;
    font-size: 0.5333333333rem;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

.header-style-6 .header-right .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
    .header-style-6 .header-right .mini-cart-content {
        top: 63px;
    }
}

@media (max-width: 450px) {
    .header-style-6 .header-right .mini-cart-content {
        right: auto;
        left: -198px;
    }
}

.header-style-6 .header-right .mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-image {
    width: 70px;
    height: 80px;
    border: 1px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-image a,
.header-style-6 .header-right .mini-cart-content .mini-cart-item-image img {
    display: block;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 500;
    text-align: left;
    color: #000;
    display: block;
    margin-bottom: 0.5em;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des a:hover {
    color: #c2572b;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 14px;
    font-size: 0.9333333333rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 13px;
    font-size: 0.8666666667rem;
    color: #888;
    display: block;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action {
    padding: 20px 25px 30px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #787878;
    display: block;
    margin-bottom: 20px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price+a {
    margin-bottom: 8px;
}

.header-style-6 .header-right .mini-cart-content-toggle,
.header-style-6 .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media screen and (min-width: 992px) {
    .header-style-6 .container-1410 {
        width: 100%;
        padding: 0 65px;
        display: block;
        position: relative;
    }
    .header-style-6 #navbar .has-mega-menu {
        position: relative;
    }
    .header-style-6 #navbar .mega-menu {
        left: 0;
    }
    .header-style-6 #navbar .jet-menu-inner>ul>li {
        position: relative;
    }
    .header-style-6 #navbar .jet-menu-inner>ul>li:before {
        content: "";
        background-color: #7B7B7B;
        width: 10px;
        height: 1px;
        position: absolute;
        left: 6px;
        top: 49%;
    }
    .header-style-6 #navbar .jet-menu-inner>ul>li.current-menu-parent:before,
    .header-style-6 #navbar .jet-menu-inner>ul>li:hover:before {
        background-color: #c2572b;
    }
    .header-style-6 #navbar {
        padding: 0;
    }
    .header-style-6 .header-right {
        top: calc(50% - 15px);
        right: 70px;
    }
    .header-style-6 #navbar .jet-menu-inner>ul>li.menu-item-has-children>a:before {
        display: none;
    }
    .header-style-6 #navbar .jet-menu-inner>ul>li>a {
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8666666667rem;
        color: #272727;
        padding: 40px 22px;
    }
}

@media (max-width: 1350px) and (min-width: 991px) {
    .header-style-6 #navbar .jet-menu-inner>ul>li:before {
        display: none;
    }
    .header-style-6 #navbar .jet-menu-inner>ul>li>a {
        padding: 40px 16px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .header-style-6 #navbar .jet-menu-inner>ul>li>a {
        text-transform: capitalize;
        font-size: 15px;
        padding: 40px 13px;
    }
    .header-style-6 .container-1410 {
        padding: 0 25px;
    }
    .header-style-6 .header-right {
        right: 30px;
    }
}


/*--------------------------------------------------------------
      #header-style-6
  --------------------------------------------------------------*/

.header-style-6 .container-1410 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 991px) {
    .header-style-6 .container-1410 {
        width: 100%;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}

@media screen and (min-width: 992px) {
    .header-style-6 .navbar-header {
        position: absolute;
        left: 65px;
        top: calc(50% - 12px);
    }
    .header-style-6 .navbar>.container-1410 .navbar-brand {
        height: auto;
        padding: 0;
        margin: 0;
    }
    .header-style-6 #navbar>ul>li>a {
        color: #000;
        padding: 40px 17px;
    }
    .header-style-6 .navbar-nav {
        margin-left: 180px;
    }
}

@media (max-width: 991px) {
    .header-style-6 .navigation {
        padding: 25px 0;
    }
    .header-style-6 .navbar-header button {
        top: 2px;
    }
    .header-style-6 .navbar-header .navbar-brand {
        padding-left: 0;
    }
}

.header-style-6 .navbar-header img {
    max-width: 100px;
}

@media screen and (min-width: 992px) {
    .header-style-6 .navbar-header {
        margin-right: 65px;
    }
}

.header-style-6 .header-right {
    position: absolute;
    right: 20px;
}

@media (max-width: 991px) {
    .header-style-6 .header-right {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .header-style-6 .header-right {
        right: 70px;
    }
}

.header-style-6 .header-right button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-6 .header-right>div {
    float: left;
    position: relative;
    margin-right: 18px;
}

@media (max-width: 767px) {
    .header-style-6 .header-right>div {
        margin-right: 10px;
    }
}

.header-style-6 .header-right>div:last-child {
    margin-right: 0;
}

.header-style-6 .header-right i {
    font-size: 22px;
    color: #000;
}

@media (max-width: 767px) {
    .header-style-6 .header-right i {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.header-style-6 .header-right .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.4666666667rem;
}

.header-style-6 .header-right .search-toggle-btn {
    color: #000;
    position: relative;
    top: -2px;
}

.header-style-6 .header-right .search-toggle-btn .fi:before {
    font-size: 21px;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .header-style-6 .header-right .search-toggle-btn .fi:before {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.header-style-6 .header-right .mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.6666666667rem;
}

.header-style-6 .header-right .mini-cart .cart-count {
    background: #000;
    width: 17px;
    height: 17px;
    font-size: 8px;
    font-size: 0.5333333333rem;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

.header-style-6 .header-right .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
    .header-style-6 .header-right .mini-cart-content {
        top: 63px;
    }
}

@media (max-width: 450px) {
    .header-style-6 .header-right .mini-cart-content {
        right: auto;
        left: -198px;
    }
}

.header-style-6 .header-right .mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-image {
    width: 70px;
    height: 80px;
    border: 1px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-image a,
.header-style-6 .header-right .mini-cart-content .mini-cart-item-image img {
    display: block;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 500;
    text-align: left;
    color: #000;
    display: block;
    margin-bottom: 0.5em;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des a:hover {
    color: #c2572b;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 14px;
    font-size: 0.9333333333rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 13px;
    font-size: 0.8666666667rem;
    color: #888;
    display: block;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action {
    padding: 20px 25px 30px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #787878;
    display: block;
    margin-bottom: 20px;
}

.header-style-6 .header-right .mini-cart-content .mini-cart-action .mini-checkout-price+a {
    margin-bottom: 8px;
}

.header-style-6 .header-right .mini-cart-content-toggle,
.header-style-6 .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media screen and (min-width: 992px) {
    .header-style-6 .container-1410 {
        width: 100%;
        padding: 0 65px;
        display: block;
        position: relative;
    }
    .header-style-6 #navbar .has-mega-menu {
        position: relative;
    }
    .header-style-6 #navbar .mega-menu {
        left: 0;
    }
    .header-style-6 #navbar>ul>li {
        position: relative;
    }
    .header-style-6 #navbar>ul>li:before {
        content: "";
        background-color: #7B7B7B;
        width: 10px;
        height: 1px;
        position: absolute;
        left: 6px;
        top: 49%;
    }
    .header-style-6 #navbar>ul>li.current-menu-parent:before,
    .header-style-6 #navbar>ul>li:hover:before {
        background-color: #c2572b;
    }
    .header-style-6 #navbar {
        padding: 0;
    }
    .header-style-6 .header-right {
        top: calc(50% - 15px);
        right: 70px;
    }
    .header-style-6 #navbar>ul>li.menu-item-has-children>a:before {
        display: none;
    }
    .header-style-6 #navbar>ul>li>a {
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8666666667rem;
        color: #272727;
        padding: 40px 22px;
    }
}

@media (max-width: 1350px) and (min-width: 991px) {
    .header-style-6 #navbar>ul>li:before {
        display: none;
    }
    .header-style-6 #navbar>ul>li>a {
        padding: 40px 16px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .header-style-6 #navbar>ul>li>a {
        text-transform: capitalize;
        font-size: 15px;
        padding: 40px 13px;
    }
    .header-style-6 .container-1410 {
        padding: 0 25px;
    }
    .header-style-6 .header-right {
        right: 30px;
    }
}


/*--------------------------------------------------------------
      #hero-style-6
  --------------------------------------------------------------*/

.hero-style-6 {
    height: calc(100vh - 152px);
    min-height: 600px;
}

@media (max-width: 991px) {
    .hero-style-6 {
        height: 600px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .hero-style-6 {
        height: 400px;
        min-height: auto;
    }
}

.hero-style-6 .container-1410 {
    position: relative;
    padding-left: 80px;
}

@media (max-width: 767px) {
    .hero-style-6 .container-1410 {
        width: 100%;
        word-break: break-word;
        padding-left: 15px;
    }
}

.hero-style-6 p {
    font-family: "futura-pt-demi", sans-serif;
    font-size: 14px;
    font-size: 0.9333333333rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 8px;
}

@media (max-width: 991px) {
    .hero-style-6 p {
        font-size: 13px;
        font-size: 0.8666666667rem;
    }
}

.hero-style-6 h2 {
    font-size: 100px;
    font-size: 6.6666666667rem;
    color: #fff;
    margin: 0.3em 0 0.57em;
    line-height: 0.85em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .hero-style-6 h2 {
        font-size: 75px;
        font-size: 5rem;
    }
}

@media (max-width: 767px) {
    .hero-style-6 h2 {
        font-size: 55px;
        font-size: 3.6666666667rem;
    }
}

@media (max-width: 550px) {
    .hero-style-6 h2 {
        font-size: 50px;
        font-size: 3.3333333333rem;
    }
}

.hero-style-6 h2 span {
    font-weight: 200;
}

.hero-style-6 .slide-title {
    max-width: 540px;
}

@media (max-width: 767px) {
    .hero-style-6 .slide-title {
        max-width: none;
    }
}

.hero-style-6 .control-slider {
    position: relative;
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    .hero-style-6 .control-slider {
        height: 45px;
        position: absolute;
        left: 0;
        top: calc(50% - 22px);
        width: 100%;
    }
}

.hero-style-6 .swiper-button-prev,
.hero-style-6 .swiper-button-next {
    left: 25px;
}

.hero-style-6 .swiper-button-next {
    left: auto;
    right: 25px;
}

.hero-style-6 .swiper-button-prev i,
.hero-style-6 .swiper-button-next i {
    position: absolute;
    left: 35%;
    top: 31%;
}

.hero-style-6 .swiper-button-prev i:before,
.hero-style-6 .swiper-button-next i:before {
    font-size: 10px;
    font-size: 0.6666666667rem;
    color: #000;
}

.hero-style-6 .slider-nav-path {
    stroke-width: 1;
    fill: white;
    stroke: white;
    opacity: 0.4;
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.hero-style-6 .slider-nav:hover .slider-nav-path {
    opacity: 1;
    stroke: #1a1921;
    fill: #1a1921;
}

.hero-style-6 .slider-nav:hover+i:before {
    color: #fff;
}

.hero-style-6 .slider-nav-path-progress-color {
    fill: transparent;
    stroke: #000;
}

.hero-style-6 .slider-nav-transparent {
    position: absolute;
    left: 0;
}

.category-section-area .all-cat li span {
    min-height: 45px;
}

.jewalry-new-arrival-section .product-info .woocommerce-Price-amount,
.new-arrival-section .product-info .woocommerce-Price-amount {
    margin-left: 5px;
}

input[type=search]{
    background: #fff;
}