:root{
    --primary-color: #0A2947;
    --secondary-color: #434E78;
    --text-color: #5D5C5C;
    --border-color: #0A2947;
    --border-color-light: #E5E5E5;
    --border-color-dark: #000000;
    --box-shadow: 0px 0px 10px #b8b8b8;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --gray-color: #5D5C5C;
}
.page-template-template-pageelementor-custom-php .page-area{
    padding-top: 0;
    padding-bottom: 0;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}
p,
address{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: var(--text-color);
}
 .text-white.elementor-widget.elementor-widget-text-editor p{
    color: var(--white-color);
 }
button,
.button,
a.button,
.woocommerce button.button,
form.wpcf7-form  input.wpcf7-submit[type="submit"]{
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    min-width: 120px;
    min-height: 40px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    touch-action: manipulation;
    appearance: button;
    -webkit-appearance: button;
}
button:hover,
a.button:hover,
.button:hover,
.woocommerce button.button:hover,
#site-navigation .menu-button a.btn-default:hover,
form.wpcf7-form  input.wpcf7-submit[type="submit"]:hover{
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}
a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active{
    outline: none !important;
}
h1{
    font-size: 42px;
    line-height: 50px;
}
h2{
    font-size: 36px;
    line-height: 42px;
}
h3{
    font-size: 30px;
    line-height: 36px;
}
h4{
    font-size: 28px;
    line-height: 34px;
}
h5{
    font-size: 24px;
    line-height: 30px;
}
h6{
    font-size: 20px;
    line-height: 24px;
}
form label,
.wpcf7-form p, 
.wpcf7-form label{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: inline-block;
}
form.wpcf7-form input:not([type="checkbox"]),
form.wpcf7-form input:not([type="radio"]),
form.wpcf7-form textarea,
input:not([type="checkbox"]){
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 10px;
    border: 1px solid var(--border-color-light);
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}
input:hover, textarea:hover, input:focus, textarea:focus,
form.wpcf7-form input:not([type="checkbox"]):hover,
form.wpcf7-form textarea:hover,
form.wpcf7-form input:not([type="checkbox"]):focus,
form.wpcf7-form textarea:focus{
    outline: none !important;
    border-color: var(--primary-color);
}
.woocommerce-checkout-payment .wc_payment_method input[type="radio"]{
 width: auto;
}
.container {
    max-width: 1340px;
    width:100%;
}
.site-header .heading-row .site-heading{
    padding-top: 0;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
        margin: 0 0;
}
.site-navigation-spacer {
    display: none;
    width: 100%;
    height: 0;
    pointer-events: none;
}
#site-navigation.navbar {
    transition: min-height 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}
#site-navigation.navbar.shrink,
#site-navigation.navbar.is-sticky {
    min-height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    animation: futurio-sticky-in 0.35s ease;
}
#site-navigation .navbar-nav > li > a,
#site-navigation .site-branding-logo img,
#site-navigation .site-title,
#site-navigation .shrink-heading,
#site-navigation .full-heading,
#site-navigation .menu-cart,
#site-navigation .menu-account,
#site-navigation .menu-button {
    transition: all 0.35s ease;
}
@keyframes futurio-sticky-in {
    from {
        opacity: 0.75;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.admin-bar #site-navigation.navbar.shrink,
.admin-bar #site-navigation.navbar.is-sticky {
    top: 32px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: var(--secondary-color);
}
.dropdown-menu > li > a{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar .menu-container .navbar-nav li.menu-item.active ul.dropdown-menu li.menu-item.active a,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav > li.nav-item:hover,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav > li.nav-item.active,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav > li.nav-item.active .dropdown-menu .nav-item.active {
    background-color: var(--secondary-color);
}
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav  li.nav-item.active  a.nav-item-link,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav li.nav-item:hover > a,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav > li.nav-item.active .dropdown-menu .nav-item.active  a.nav-item-link,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav > li.nav-item.active a.nav-item-link,
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav  li.nav-item:hover  a,
.navbar .menu-container .navbar-nav li.menu-item ul li:hover a{
    color: var(--white-color);
}
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav li.nav-item ul.dropdown-menu  li.nav-item .nav-item-wrapper a.nav-item-link{
    color: var(--secondary-color);
}
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav li.nav-item a.nav-item-link span::before{
    border-top: 2px solid var(--secondary-color);
    border-left: 2px solid var(--secondary-color);
}
.hc-offcanvas-nav .nav-container .nav-wrapper .nav-content .navbar-nav li.nav-item.active a.nav-item-link span::before{
    border-top: 2px solid var(--white-color);
    border-left: 2px solid var(--white-color);
}
.navbar .menu-container .navbar-nav .menu-item .nav-link {
    font-size: 18px;
}
.navbar.shrink .shrink-heading{
    max-width: 150px;
    width: 100%;
}
.level-open .nav-wrapper .nav-content .dropdown-menu{
    display: block;
    top: 0;
    height: 100%;
    box-shadow: none;
}
.icons-menu-right .menu-button a.btn-default{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border:1px solid;
}
.icons-menu-right .menu-button a.btn-default:hover,
.woocommerce ul.products li.product .button:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}
#theme-menu.menu-container{
    margin: 0 auto 0 0;
}
#site-navigation.navbar.shrink #theme-menu.menu-container{
        margin: 0 auto;
}
.icons-menu-right{
flex-grow: inherit;
}
.amount-cart, .account-text{
    max-width: calc(100% - 55px);
}
.product-sale-home .woocommerce.columns-3 ul.products.columns-3::before,
.futurio-page-wrap .page-area .futurio-woo-content ul.products::before,
.woocommerce-columns--addresses.col2-set.addresses::before,
.woocommerce-columns--addresses.col2-set.addresses::after{
    display: none;
}
.product-sale-home .woocommerce.columns-3 ul.products.columns-3,
.futurio-page-wrap .page-area .futurio-woo-content ul.products{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.product-sale-home .woocommerce.columns-3 ul.products.columns-3 li.product,
.futurio-page-wrap .page-area .futurio-woo-content ul.products li.product{
    margin: 0 0 0 0;
    width: 100%;
    max-width: 100%;
}
.site-footer{
    background:var(--primary-color);
    color:var(--white-color);
    padding:80px 0 30px;
}

.site-footer a{
    color:var(--white-color);
    text-decoration:none;
    transition:.3s ease;
}

.site-footer a:hover{
    color:var(--white-color);
}

.footer-wrapper{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1.2fr;
    gap:50px;
}
.footer-logo{
    display:inline-block;
    margin-bottom:25px;
}

.footer-logo img{
    max-width:180px;
    display:block;
    filter: brightness(0) invert(1);
}

.footer-description{
    color:var(--white-color);
    font-size:16px;
    line-height:1.8;
    max-width:320px;
}

.site-footer .footer-wrapper .footer-column .footer-title{
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
}

.footer-title::after{
    content:"";
    width:45px;
    height:3px;
    background:var(--white-color);
    position:absolute;
    left:0;
    bottom:0px;
}


.footer-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-column ul li{
    margin-bottom:16px;
    font-size: 16px;
}

.footer-column ul li:last-child{
    margin-bottom:0;
}

.footer-column ul li a{
    font-size:16px;
    display:inline-block;
    transition:.3s all ease;
}
.footer-column ul li a:hover{
    opacity:0.8;
}

.footer-contact li{
    color:var(--white-color);
    line-height:1.8;
    transition:.3s all ease;
}
.footer-contact li a:hover{
    opacity:0.8;
}
.footer-bottom{
    margin-top:60px;
    padding-top:25px;
    border-top:1px solid var(--white-color);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
.footer-copy{
    color:var(--white-color);
    font-size:15px;
}

.footer-social{
    display:flex;
    gap:15px;
}

.footer-social a{
    width:42px;
    height:42px;
    border:1px solid var(--white-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--white-color);
    transition:.3s;
}
.footer-social a:hover{
    background:var(--white-color);
    color:var(--primary-color);
}

.footer-social a:hover{
    background:var(--white-color);
    color:var(--primary-color);
}
.blog .page-area .row .col-md-9{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    left: 0;
    
}
.blog .page-area .row .col-md-9 .futurio-post{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}
.blog .page-area .row .col-md-9 .news-item{
    margin: 0 0;
}
.blog .page-area .row .col-md-9 .news-item .news-thumb{
    padding: 0 0 69.24%;
    position: relative;
}
.blog .page-area .row .col-md-9 .news-item .news-thumb img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 1;
}
.blog .page-area .row .col-md-9 .futurio-post .entry-title{
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-color);
    margin: 0 0 15px;
}
.blog .page-area .row .col-md-9 .futurio-post .entry-title a{
    font-size: inherit;
    color: inherit;
}
.blog .page-area .row .col-md-9 .futurio-post .entry-title:hover a,
.blog .page-area .row .col-md-9 .futurio-post .entry-title a:hover{
    color: var(--secondary-color);
    text-decoration: none;
}
article .single-content .woocommerce-breadcrumb{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
article .single-content .woocommerce-breadcrumb a{
    color: var(--secondary-color);
}
.page-area #sidebar .widget-title h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.page-area #sidebar .widget_product_categories  .widget-title h3,
.page-area #sidebar .widget_recently_viewed_products .widget-title h3{
    text-align: left;
    padding: 0 0;
    margin: 20px 0 10px;
}
.price_label{
    font-size: 16px;
    color: var(--primary-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content.price_slider{
    height: 5px;
    background-color: var(--border-color-light);
}
.woocommerce .futurio-page-wrap .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .futurio-page-wrap .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: var(--primary-color);
}
.woocommerce .futurio-page-wrap .widget_price_filter .ui-slider .ui-slider-handle{
    top: -5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    width: 15px;
    height: 15px;
}
.woocommerce-ordering .orderby,
.tiered-pricing-dynamic-price-wrapper .woocommerce-Price-amount.amount,
.woocommerce article ul.products li.product .price,
.reset_variations,
.woocommerce div.product form.cart .variations select,
.woocommerce div.product form.cart .variations label,
.woocommerce .quantity .qty,
.woocommerce div.product p.stock,
.comment-respond .comment-reply-title,
.woocommerce-cart-form .shop_table .coupon .input-text,
.woocommerce-cart-form .shop_table .amount,
.cart-collaterals .cart_totals.calculated_shipping table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce table.shop_table tbody tr td,
.woocommerce-order-details table.woocommerce-table tfoot tr td{
    font-size: 16px !important;
}
.woocommerce div.product form.cart .variations select:focus{
    outline: none;
}
#sidebar .woocommerce.widget_products .product_list_widget li a{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.product-title{
    font-weight: 600;
}
.product-categories .cat-item{
    margin: 10px 0;
    padding:10px 15px;
}
.product-categories .cat-item:hover{
    background-color: var(--secondary-color);
}
.product-categories .cat-item:hover a{
    color: var(--white-color);
}
.widget_product_search .woocommerce-product-search{
    height: 40px;
    display: flex;
    align-items: center;
   
}
.widget_product_search .woocommerce-product-search .search-field{
    color: var(--primary-color);
    font-size: 16px;
    position: relative;
    position: absolute;
    right: 0;
    margin: 0 0;
}
.widget_product_search .woocommerce-product-search button{
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 40px;
}
.widget_product_search .woocommerce-product-search button:hover{
    background-color: var(--secondary-color) !important;
}
.woocommerce .futurio-woo-content ul.products li.product h2.woocommerce-loop-product__title{
    font-size:22px;
    font-weight: 600;
    line-height: 26px;
    color: var(--primary-color);
    margin: 0 0 15px;
    padding: 0 0;
}
.woocommerce article ul.products li.product .price,
.woocommerce.single-product div.product .price,
.reset_variations{
    color: var(--secondary-color);
    font-weight: 500;
}
.products  .product.type-product .woocommerce-loop-product__link .onsale,
.woocommerce .product span.onsale{
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.single-product .page-area .row aside#sidebar,
.page-area #product-nav,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li::after{
    display: none;
}
.single-product .main-container .page-area article.col-md-9{
    max-width: 100%;
    width: 100%;
    left: 0;
}
.woocommerce.single-product div.product .product_title{
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;  
    padding-bottom: 20px;
}
.woocommerce-product-gallery{
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations label,
.product_meta span,
.woocommerce table.shop_attributes th,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-noreviews,
.woocommerce table.shop_table tbody tr th,
.woocommerce table.shop_table thead tr th,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce table.shop_table tbody tr.cart-subtotal th,
.woocommerce-order-details table.woocommerce-table .thead tr th,
.woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li{
    font-weight: 600;
    font-size: 20px;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-info{
    font-size: 18px !important;
}
.woocommerce div.product form.cart .reset_variations:hover{
  text-decoration: underline !important;
}
.single_add_to_cart_button,
.single_add_to_cart_button.disabled,
.product_meta .posted_in a,
.woocommerce #review_form #respond .form-submit input,
.cart-collaterals .cart_totals.calculated_shipping table.shop_table td .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
    background-color: var(--primary-color) ;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button.disabled:hover,
.product_meta .posted_in a:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li{
    background-color: var(--primary-color);
    margin: 0 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:hover a{
    border-bottom: 0;
    color: var(--white-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active,
.cart-contents span.count,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:hover{
    background-color: var(--secondary-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a{
    font-size: 18px;
    color: var(--white-color);
}
.comment-form-rating label{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
} 
.woocommerce #review_form .comment-form p,
.comment-form-rating{
    margin: 0 0 15px;
}

.woocommerce #review_form .comment-form p label{
    font-size: 22px;
    margin: 0 0 10px;
    color: var(--primary-color);
    font-weight: 600;
}
.woocommerce-account .col-md-push-3,
.woocommerce-cart .col-md-push-3,
.woocommerce-checkout .col-md-push-3{
    left: 0;
    width: 100%;
    max-width: 100%;
}
.woocommerce-account .single-entry-summary{
    box-shadow: var(--box-shadow);
    padding: 20px 40px;
    border-radius: 20px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    right: 0 !important;
    background-color: var(--primary-color);
    height: 100%;
    color: var(--white-color);
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
    filter: invert(1);
}
.woocommerce-cart-form .shop_table .coupon,
table.shop_table  .woocommerce-cart-form__cart-item .product-quantity{
    display: flex;
    gap: 10px;
}
.woocommerce table.cart.shop_table td.actions input.input-text{
    max-width: 200px;
    width: 100%;
    margin: 0 0px 0 0;
}
.woocommerce-cart-form .shop_table .amount,
.woocommerce-page .woocommerce-info::before,
.woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li{
    color: var(--primary-color);
}
.woocommerce-cart table.cart.shop_table img{
    width: 60px;
}
.woocommerce .cart-collaterals .cart_totals.calculated_shipping,
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals{
    width: 100%;
    float: none;
}
form.woocommerce-cart-form .woocommerce-cart-form__cart-item td input:not([type="checkbox"]),
form.variations_form .single_variation_wrap .quantity input:not([type="checkbox"]){
    padding: 10px;
}
.cart-collaterals .cart_totals.calculated_shipping table.shop_table td .woocommerce-shipping-calculator .select2{
    height: 47px;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce table.shop_table tr.woocommerce-shipping-totals th,
.woocommerce ul#shipping_method li label,
.woocommerce .shop_table tr.woocommerce-shipping-totals th,
.woocommerce-order-details table.woocommerce-table tfoot tr th,
.woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li strong{
    font-weight: 600;
    font-size: 18px;
}
table.shop_table .woocommerce-cart-form__cart-item .product-quantity{
    align-items: center;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 20px;
}
.woocommerce-page .woocommerce-info,
.woocommerce-MyAccount-navigation li{
    border-color: var(--primary-color);
}
.woocommerce-Address header{
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}
.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-MyAccount-navigation li:hover{
    background-color: var(--primary-color);
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a,
.cart-contents span.count{
    color: var(--white-color);
}
.woocommerce.widget_shopping_cart p.total {
    margin: 10px 0;
}
.about-us-right .elementor-widget-image{
    height: 100%;
}
form.wpcf7-form br{
    display: none;
}
form.wpcf7-form input:not([type="checkbox"]),
form.wpcf7-form textarea{
    margin-top: 10px;
}
.form.wpcf7-form input.wpcf7-submit[type="submit"]{
    margin: 0 0;
}
.map-col > div,
.map-col .elementor-custom-embed,
.map-col  .elementor-custom-embed iframe{
    height: 100%;
}
.woocommerce-checkout-payment p  a{
    color: var(--secondary-color);
    text-decoration: underline;
}
.woocommerce-checkout-payment p  a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.woocommerce-order .woocommerce-thankyou-order-received{
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    margin: 0 0 20px;
}
.woocommerce-order ul.woocommerce-thankyou-order-details{
    display: flex;
    justify-content: center;
    padding: 0 0;
}
.woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li{
    border-color: var(--primary-color);
}
.woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li strong{
    font-weight: 400;
    margin-top: 10px;
    color: var(--text-color);
}
.woocommerce-columns--addresses{
    display: flex;
    gap: 20px;
}
.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column {
    width: 100%;
    max-width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column h2{
    margin-bottom: 20px;
}
.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column address{
    padding: 20px;
    border: 1px solid var(--border-color-light);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    flex: 1;
}
.woocommerce-customer-details--email{
    margin: 10px 0 0;
}
@media screen and (max-width: 1199px){
    .navbar.shrink .shrink-heading {
        max-width: 120px;
    }
    .icons-menu-right .menu-button a.btn-default{
        padding: 8px 14px;
        font-size: 14px;
    }
    .amount-cart, .account-text{
        font-size: 12px;
    }
    .navbar.shrink .menu-button{
        padding: 0 0;
    }
    .navbar.shrink .menu-cart,
    .navbar.shrink .menu-account{
            padding-right: 0;
    }
    #site-navigation.shrink .navbar-nav > li > a{
        padding-right: 8px;
        padding-left: 8px;
    }
    .footer-wrapper{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }
    .woocommerce.single-product div.product div.summary{
        padding-left: 0;
        width: 50%;
    }
    .woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li{
        padding-right: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 991px){
    html {
        margin-top: 0px !important;
    }
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .shrink .navbar-nav > li > a{
        font-size: 12px;
    }

    .product-sale-home .woocommerce.columns-3 ul.products.columns-3,
    .blog .page-area .row .col-md-9{
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce.single-product div.product div.summary{
        width: 100%;
        margin: 0 0 40px;
    }
    .woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li{
        font-size: 18px;
    }

    .woocommerce  .woocommerce-order ul.woocommerce-thankyou-order-details li strong{
        font-size: 16px;
    }
}

@media screen and (max-width: 767px){
    .admin-bar #site-navigation.navbar.shrink,
    .admin-bar #site-navigation.navbar.is-sticky {
        top: 46px;
    }
    .toggle-open.hc-nav-trigger span::after {
        bottom: -10px;
    }
    #site-navigation .mobile-menu-button{
        padding: 0 0 !important;
        width: 30px;
        height: 18px;
        align-items: center;
        display: inline-flex !important;
        margin:0 0;
        order: 1;
    }
    .hc-offcanvas-nav .nav-item-link{
        font-size: 18px;
    }
    .heading-row .menu-account-hook, .heading-row .menu-cart-hook {
        flex-basis: auto;
    }
    #site-navigation .mobile-menu-button .hc-nav-trigger{
        position: relative;
        top: 0;
    }
    #site-navigation .icons-menu-right{
        margin: 0 0 0 auto;
        order: 2;
    }
    .site-header .heading-row {
        flex-wrap: nowrap;
    }
    .site-header .heading-row .site-heading .full-heading{
        text-align: left;
    }

    .site-footer{
        padding:60px 0 25px;
    }

    .footer-wrapper{
        grid-template-columns:1fr;
        gap:35px;
        text-align:center;
    }


    .footer-description{
        margin:0 auto;
        max-width:100%;
    }

    .footer-title::after{
        left:50%;
        transform:translateX(-50%);
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-social{
        justify-content:center;
    }
    .blog .page-area .row .col-md-9{
        grid-template-columns: repeat(1, 1fr);
    }
    .futurio-page-wrap .page-area .futurio-woo-content ul.products{
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce table.cart td.actions .coupon{
        margin: 20px 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        margin: 0 0 20px;
    }

    .woocommerce-order ul.woocommerce-thankyou-order-details{
       flex-direction: column;
    }
    .woocommerce .woocommerce-order ul.woocommerce-thankyou-order-details li{
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-right: 0;
        border-bottom: 1px dashed var(--primary-color);
    }
    .woocommerce-columns--addresses{
        flex-direction: column;
    }
    .woocommerce-columns--addresses.col2-set.addresses .woocommerce-column{
        max-width: 100%;
    }
}

@media screen and (max-width: 575px){
    .heading-row .site-heading .full-heading .site-branding-logo{
        max-width: 150px;
    }
    .navbar.shrink .icons-menu-right .menu-button{
        display:none;
    }
    .product-sale-home .woocommerce.columns-3 ul.products.columns-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-logo img{
        max-width:150px;
    }
    .futurio-page-wrap .page-area .futurio-woo-content ul.products{
        grid-template-columns: repeat(1, 1fr);
    }
}