/*
Theme Name: Shire Professions Finance
Description: Extremely lightweight Curious Cat theme
Author: Toast Design Team
Date: May 2025
Version: 1.0.0
Author URI: https://www.toastdesign.co.uk/
Text Domain: toast
*/

/* Base Styles */
html { font-size: 62.5%; }
body{font-size: 1.75rem;line-height: 1.5;font-family:"urbane", Arial, sans-serif;margin: 0;padding: 0 !important;color:#1B1A2D; font-weight:300;text-rendering: geometricprecision;}
#page{overflow:hidden;clear:both;}
img{max-width:100%;height:auto;vertical-align:middle;display:block;}
*{box-sizing:border-box;}
*:last-child{margin-bottom:0 !important;}

/**Site Banner**/
.site-banner{padding:1rem 0;background:#42ADE2;color:#ffffff;}
.site-header .site-header-area{ padding-top: 20px;
padding-bottom: 20px;}
.site-banner .button{padding:.7rem 2rem;vertical-align:middle;font-size:1.4rem;}
.site-header .banner-text ul{list-style-type:none;padding:0;margin:0;line-height:1; display: flex;
    justify-content: space-between;
    align-items: center;}
.site-header .banner-text ul li{display:inline-block;padding:0 1rem;border-right:1px solid #61ABDD; color: #61ABDD;font-size:14px;}
.site-header .banner-text ul li:last-child{border-right:none;}
.site-header .container {
    max-width: 1620px;
    display: flex;
    align-items: center;
}
.social-icon{width:33px;height:33px;background:#ffffff;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center;border-radius:100px;line-height:1;padding:1rem;margin-left:.25rem;transition: 0.3s all;}
.social-icon img{width:100%;}
.social-icon svg{width:100%;}

.social-icon:hover {
    background-color: #42ADE2;
}

.site-header .social-icon:hover {background-color: #ffffff; opacity:0.7;}

/**Blockquote**/
blockquote{font-size:2.75rem;padding:0;margin:0;line-height:1.2;margin-bottom:2.5rem;}

/**Site Header**/
.header-stuck{padding-top:115px !important;}
.header-stuck .site-header{position:fixed;top:0;left:0;width:100%;z-index:999999999;}
.site-header{position: relative;background:#ffffff;}
.site-header .main-header-grid{display:flex; justify-content: space-between;align-items:center; width: 100%;}
.site-header .navigation-area{text-align:center; flex-basis: 100%}
.site-header .logo {
    width: 217px;
    display: block;
}
.site-header .main-header-grid .search-field{width:100%;max-width:200px;background:#FFF;padding:1rem 1.5rem;border-radius:100px;border:2px solid #61ABDD;height:39px;background-image: url(../toast/assets/images/search-icon.svg);background-repeat:no-repeat;background-size:20px;background-position: left 10px center;padding-left:40px;}
.site-header .main-header-grid .search-submit{padding:.7rem 2rem;border:none;height:34px;font-size:1.4rem;}
.site-header .top-nav ul{list-style-type:none;padding:0;margin-top:0rem;}
.site-header .top-nav ul li{display:inline-block;position: relative;}
.site-header .top-nav ul li a{padding:1.5rem 1.5rem 2rem;display:inline-block;text-decoration:none; color: #fff; transition: 0.3s all;}
.site-header .top-nav ul:not(.submenu) > li a:hover {opacity: 0.7;}
.site-header .button{padding:1rem 20px !important;vertical-align:middle;font-size:14px;display:inline-flex;align-items:center;flex-shrink:0;white-space: nowrap; text-align:center;position: relative;padding-left:40px!important}
.site-header .button img {margin-right:8px;max-width:16px;display:inline-block;position: absolute; left:12px;}

.site-header .top-nav .submenu{position:absolute;bottom:1px;left:0;width:330px;transform:translateY(calc(100% + 50px));opacity:0;padding:2rem;z-index:99999;transition:all .25s;border-radius:10px;text-align:left;background:#f3f3f3ca;backdrop-filter:blur(10px);pointer-events:none;}
.site-header .top-nav .submenu.wide{width:660px;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;}
.site-header .top-nav .submenu:before{content:'';width:10px;height:10px;background:#f3f3f3ca;position:absolute;top:0;left:40px;transform:translateY(-50%) rotate(-45deg);backdrop-filter:blur(10px);}
.site-header .top-nav li:hover .submenu{opacity:1;transform:translateY(100%);pointer-events:all;}
.site-header .top-nav .submenu .submenu-title{font-size:2rem;margin-bottom:1rem;}
.site-header .top-nav .submenu li{display:block;font-size:1.5rem;margin-bottom:.5rem;}
.site-header .top-nav .submenu li > a{padding:0;color:#1B1A2D;}
.site-header .nav-bar .align-right {display: flex;gap:5px;}
.site-header .flex {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}
.site-header .search-form {
    display: flex;
}
.site-header .search-form .search-submit {
    display: none;
}

.site-header .nav-bar {
    background: #61ABDD;
}

.site-header .mobile-navigation-trigger-area{display:none;text-align:right;}
.site-header .mobile-navigation-trigger-area .mobile-navigation-trigger{width:27px;height:19px;display:inline-block;position:relative;cursor: pointer;}
.site-header .mobile-navigation-trigger-area .mobile-navigation-trigger:before, .site-header .mobile-navigation-trigger-area .mobile-navigation-trigger:after, .site-header .mobile-navigation-trigger-area .mobile-navigation-trigger .middle{content:'';position:absolute;left:0;width:100%;background:currentColor;height:2px;top:0;transition:all .25s;}
.site-header .mobile-navigation-trigger-area .mobile-navigation-trigger .middle{top:50%;transform:translateY(-50%);}
.site-header .mobile-navigation-trigger-area .mobile-navigation-trigger:after{top:auto;bottom:0;}

.navigation-active .site-header .mobile-navigation-trigger-area .mobile-navigation-trigger:before{top:50%;transform:translateY(-50%) rotate(45deg);}
.navigation-active .site-header .mobile-navigation-trigger-area .mobile-navigation-trigger .middle{opacity:0;}
.navigation-active .site-header .mobile-navigation-trigger-area .mobile-navigation-trigger:after{top:50%;transform:translateY(-50%) rotate(-45deg);}

.block-columns .col.centered {text-align:center;}

/**Footer**/
.site-footer{padding:5rem 0;position: relative;background: linear-gradient(to top, #00192E, #012D4D);color:#ffffff;position: relative;}
.site-footer:before {
    content: '';
    width: 60vw;
    height: 60vw;
    position: absolute;
    left: -11vw;
    bottom: -18vw;
    background-image:url('/wp-content/themes/toast/assets/images/gsm-wm.svg'); 
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    pointer-events: none;
}
.site-footer .grid{grid-template-columns:1fr 1fr 1fr 1fr;}
.site-footer .footer-widget-title{color:#42ade2;font-size:2.5rem;}
.site-footer .grid ul{list-style-type:none;padding:0;}
.site-footer .grid ul li{margin-bottom:.5rem;}
.site-footer .grid ul li a{text-decoration:none;transition: 0.3s all;}
.site-footer .grid ul li a:hover{color: #42ade2;}
.site-footer .footer-post-listing{margin-bottom:2rem;position: relative;}
.site-footer .footer-post-listing:last-child{margin-bottom:0;}
.site-footer .footer-post-listing .footer-post-listing-link{position: absolute;top:0;left:0;right:0;bottom:0;transition: 0.3s all;}
.site-footer .footer-post-listing:hover .footer-post-listing-title {color: #42ade2 !important;}
.site-footer .footer-post-listing .publish-date{font-weight:600;font-size:15px;margin-bottom:3px;}
.site-footer .footer-post-listing .footer-post-listing-title{color:#ffffff;font-weight:300;font-size:15px;transition: 0.3s all;}
.site-footer .footer-post-listing .footer-post-listing-title:hover {color:#42ade2 !important;}


.site-footer .footer-meta-bar{grid-template-columns:1fr 1fr 1fr 1fr;margin-top:5rem;margin-bottom:20px!important;align-items:center;}
.site-footer .footer-meta-bar .col:first-child{grid-column:span 3;}
.site-footer .footer-meta-bar .button{padding:1rem 20px !important;vertical-align:middle;font-size:14px;display:inline-flex;align-items:center;flex-shrink:0;white-space: nowrap; text-align:center;position: relative;padding-left:40px!important;background-color: #61ABDD;}
.site-footer .footer-meta-bar svg path{fill:#1b1a2d;}
.site-footer .footer-meta-bar .button.basket {background-color: #0095FF !important;color: #ffffff;}
.site-footer .footer-meta-bar .button + .button {margin-left: 15px;}
.site-footer .footer-meta-bar .button img {margin-right:8px;max-width:17px;display:inline-block;position: absolute; left:11px;}
.site-footer .footer-meta-bar .social-icon {margin-right:10px;}

.sub-footer{padding:3rem 0 0}
.sub-footer .grid{grid-template-columns:250px 1fr;align-items:center;}
.sub-footer .copyright{margin-top:2rem;font-size:1.5rem}

.sub-footer .footer-accreditation{display:inline-block;margin-left:2rem;}
.sub-footer .footer-accreditation img{height:71px;width:auto;}

.site-footer .logo {
    width: 230px;
    display: block;
    margin-bottom: 50px;
}

.site-footer ul#menu-help-support li,
.site-footer ul#menu-about-us li,
.site-footer ul#menu-sitemap li {
    margin-bottom: 18px;
}

.site-footer ul#menu-help-support li a,
.site-footer ul#menu-about-us li a,
.site-footer ul#menu-sitemap li a {
    font-size: 15px;
}

.site-footer .footer-widget-title {
    font-size: 15px;
}

.site-footer .footer-widget-title:not(.blog-title) {
    display: none;
}

/**Single Post**/
.single-post-content-area{padding-bottom:5rem;}
.single-post-content-area .grid{grid-template-columns:1fr 350px;}
.single-post-content-area .post-content h3{margin-top:5rem;}
.single-post-content-area .post-content h3:first-child{margin-top:0;}
.single-post-content-area .post-content a:not(.button){color:#42ADE2;}
.single-post-content-area .post-content ul{padding-left:1.75rem;}
.single-post-content-area .post-content ul li{margin-bottom:1rem;}
.single-post-content-area .post-content ul li::marker{color:#42ADE2;}
.single-post-content-area .post-content .blue-box{background:rgba(66, 173, 226, 0.15);padding:3rem;border-radius:10px;margin-top:5rem;}
.single-post-content-area .post-content img{border-radius:20px;margin-top:5rem;}

.single-post-content-area .post-content .post-share h3{display:inline-block;vertical-align:middle;margin:0;}
.single-post-content-area .post-content .post-share-options{display:inline-block;vertical-align:middle;margin-left:1.2rem;}
.single-post-content-area .post-content .post-share-options .post-share-option{display:inline-block;background:#42ADE2;margin-right:.5rem;border-radius:100px;width:40px;padding:.65rem;vertical-align:middle;transition:0.3s all;}
.single-post-content-area .post-content .post-share-options .post-share-option:hover {background-color: #1B1A2D !important;}
.single-post-content-area .post-content .post-share-options .post-share-option img{margin:0;}

.single-post-content-area .grid .hero-wrapper{grid-column:span 2;}

.single-post-content-area .sidebar-widget{padding:3rem;background:#dcdcdc;border-radius:20px;margin-bottom:5rem;}
.single-post-content-area .sidebar-widget.widget_custom_html{background:#D1E5F5;}
.single-post-content-area .sidebar form{margin-top:2rem;}
.single-post-content-area .sidebar ul{padding-left:1.5rem;}
.single-post-content-area .sidebar ul li{margin-bottom:1.5rem;}
.single-post-content-area .sidebar ul li::marker{color:#42ADE2;}
.single-post-content-area .sidebar ul li a{text-decoration:none;}

.single-post-content-area .sidebar .case-study-facts{margin-bottom:5rem;}
.single-post-content-area .sidebar .case-study-quotes{grid-gap:40px;display:grid;margin-bottom:5rem;}
.single-post-content-area .sidebar .case-study-quote blockquote{margin-bottom:1.5rem;}
.single-post-content-area .sidebar .case-study-quote .quote-author{color:#42ADE2;}

.single-post-content-area .sidebar .case-study-downloads{margin-bottom:5rem;}
.single-post-content-area .sidebar .case-study-download{margin-bottom:5rem;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;overflow: hidden;}
.single-post-content-area .sidebar .case-study-download .download-image{border: 1px solid #1B1A2D;border-top-right-radius: 20px;overflow: hidden;border-top-left-radius: 20px;}
.single-post-content-area .sidebar .case-study-download .download-content{padding:2rem;background:#1B1A2D;color:#ffffff;}

/*Woocommerce**/
.woocommerce-content-area{padding:5rem 0;}
.woocommerce-breadcrumb{margin-bottom:3rem;color:#42ADE2;}
.woocommerce-breadcrumb a{text-decoration:none;color:#1B1A2D;}

.woocommerce-notices-wrapper:not(:empty){margin:2rem 0;}
.woocommerce-message, .woocommerce-error{background:#efefef;border-radius:10px;padding:2rem;clear:both;overflow:hidden;outline:none;list-style-type:none;}
.woocommerce-message li, .woocommerce-error li{margin-bottom:.5rem;}
.woocommerce-message .button{float:right;padding:.5rem 2rem;background:#1B1A2D;font-size:1.5rem;margin-top:10px;}

.wc-empty-cart-message{margin-bottom:2rem;}

/**Single Product**/



/* BASKET ACCOUNT BUTTONS */
.exclusive-vat-price,
.site-header .account,
.site-header .basket,
.site-footer .account,
.site-footer .basket {
    display: none !important;
}
.single-product .product .summary .woocommerce-variation-price {
    margin-bottom: 20px !important;
}
.products .product .price:after,
.single-product .product .summary .price:after {
    display: none !important;
}
.single-product .product .summary .quantity {
    margin-bottom: 20px;
    width: 100%;
}
.single-product .yith-ywraq-add-to-quote .add-request-quote-button {
    font-size: 1.55rem;
}

.single-product .cart .quantity {display: none !important;}

.single-product .cart .clear + .yith-ywraq-add-to-quote {display: none !important;}

.single-product .woocommerce-content-area {padding:0 0 5rem 0;}
.single-product .container > .product{grid-template-columns:1fr 1fr;display:grid;grid-column-gap:50px;grid-row-gap:30px;}
.single-product .product .woocommerce-product-gallery{position: relative;}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {border-radius:40px;overflow:hidden;display:block;}
.single-product .product .woocommerce-product-gallery .flex-viewport{position: relative;}
/*.single-product .product .woocommerce-product-gallery:before{content:'';width:260px;height:300px;background-image:url('/wp-content/themes/toast/assets/images/hexagon.svg');position:absolute;top:calc(50% - 70px);left:0;transform:translate(-30%, -50%);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:-1;}*/
.single-product .product .woocommerce-product-gallery .flex-control-nav{padding:1rem 0;list-style-type:none;margin:0 -5px;position: relative;z-index:99999;}
.single-product .product .woocommerce-product-gallery .flex-control-nav li{display:inline-block;margin:0 5px;border-radius: 10px;overflow:hidden;}
.single-product .product .woocommerce-product-gallery img{width:100%;}
.single-product .product .summary .price{font-weight:600;font-size:2.5rem;color:#42ADE2;margin:0;}
.single-product .product .summary .price:after{content:' ex. VAT';}
.exclusive-vat-price{font-weight:600;color:#989898;margin-bottom:20px;font-size:1.65rem;}
.single-product .cart{display:inline-block;vertical-align:middle;}
.single-product .yith-ywraq-add-to-quote{display:inline-block;text-align:left !important;vertical-align:middle;margin-top:0 !important;}
.single-product .cart + .yith-ywraq-add-to-quote{margin-left:.75rem;}

.single-product h1 {font-size:4rem;}
.single-product .product .summary .quantity{display:inline-block;margin-right:2rem;}
.single-product .product .summary .quantity-controls{position: relative;display:inline-block;}
.single-product .product .summary .quantity-controls .quantity-control{background:#ffffff;width:24px;height:24px;display:inline-block;position:absolute;top:50%;transform:translatey(-50%);border-radius:100px;cursor:pointer;}
.single-product .product .summary .quantity-controls .quantity-control.plus{right:-11px;}
.single-product .product .summary .quantity-controls .quantity-control.plus:before, .single-product .product .summary .quantity-controls .quantity-control.minus:before{content:'';width:10px;height:2px;background:#1B1A2D;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.single-product .product .summary .quantity-controls .quantity-control.plus:after{content:'';width:2px;height:10px;background:#1B1A2D;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.single-product .product .summary .quantity-controls .quantity-control.minus{left:-11px;}
.single-product .product .summary .quantity-controls input{width:80px;background:#F0F2F4;border:none;height:40px;text-align:center;appearance:none;-webkit-appearance:none;padding:0;-moz-appearance: textfield;color:inherit;border-radius: 8px;}
::-webkit-inner-spin-button, .single-product .product .summary .quantity-controls input::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}

.single-product .product .summary .product_meta{margin-top:3rem;color:#484848;line-height:1;}
.single-product .product_meta .gtin, .single-product .product_meta .mpn, .single-product .product_meta .sku_wrapper{display:inline-block !important;border-left:1px solid #484848;padding:0 1rem;}
.single-product .product_meta > span:first-child{border-left:none !important;padding-left:0 !important;}
.single-product .product .summary .product_meta span{font-weight:600;margin-bottom:1.5rem;display:block;}
.single-product .product .summary .product_meta span span, .single-product .product .summary .product_meta span a{font-weight:300;display:inline;}
.single-product .product .summary .product_meta .posted_in{display:block;}

.single-product .product .woocommerce-tabs{grid-column:span 2;margin-bottom:5rem;padding-top:20px;}
.single-product .product .woocommerce-tabs .wc-tabs{list-style-type:none;padding:0;margin:0;font-size:0;}
.single-product .product .woocommerce-tabs .wc-tabs li{display:inline-block;margin-right:1rem;font-size:1.75rem;margin-bottom:0 !important;border-top-left-radius: 10px;border-top-right-radius: 10px;overflow:hidden;}
.single-product .product .woocommerce-tabs .wc-tabs li a{padding:1rem 2rem;background:#D1E5F5;display:inline-block;text-decoration:none;}
.single-product .product .woocommerce-tabs .wc-tabs li.active a{background:#1B1A2D;color:#ffffff;}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel{padding:2rem;background:#D1E5F5;}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel#tab-description > h2, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title{display:none;}

.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .product-downloads-grid{grid-template-columns:1fr 1fr 1fr;}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .product-downloads-grid .product-download{background:#1B1A2D;color:#ffffff;border-radius:20px;overflow:hidden;position: relative;}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .product-downloads-grid .product-download .product-download-content{padding:2rem 2rem 7rem;}
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .product-downloads-grid .product-download .product-download-content .button{position:absolute;bottom:2rem;left:2rem;}

.single-product .product .woocommerce-tabs .commentlist{list-style-type:none;padding:0;margin:0;}
.single-product .product .woocommerce-tabs .commentlist .review{padding:2rem;background:#ffffff;margin-bottom:1rem;}
.single-product .product .woocommerce-tabs .commentlist .review .comment_container{display:grid;grid-template-columns:60px 1fr;align-items:center;grid-gap:20px;}
.single-product .product .woocommerce-tabs .commentlist .review .comment_container .woocommerce-review__dash{display:none;}
.single-product .product .woocommerce-tabs .commentlist .review .comment_container .woocommerce-review__published-date{font-size:1.25rem;margin-left:1rem;}
.single-product .product .woocommerce-tabs .commentlist .review .comment_container img{width:100%;}
.single-product .product .woocommerce-tabs .commentlist .review .comment_container p{margin:0;}
.single-product .product .woocommerce-tabs #reply-title{display:none;}

.single-product .product .woocommerce-tabs #commentform{margin-top:2rem;}
.single-product .product .woocommerce-tabs #commentform #comment-form-rating-label{font-size:2.5rem;font-weight:600;margin-bottom:1rem;font-size:0;}
.single-product .product .woocommerce-tabs #commentform #comment-form-rating-label:before{content:'Leave your review';font-size:2.5rem;}
.single-product .product .woocommerce-tabs #commentform label{display:block;font-size:1.5rem}
.single-product .product .woocommerce-tabs #commentform textarea, .single-product .product .woocommerce-tabs #commentform input[type="text"], .single-product .product .woocommerce-tabs #commentform input[type="email"]{width:100%;border:none;background:#ffffff;border-radius:0px;color:inherit !important;padding:1rem !important;}
.single-product .product .woocommerce-tabs #commentform textarea{padding:2rem !important;font-family:inherit;}
.comment-form-cookies-consent{display:grid;grid-template-columns:20px 1fr;grid-gap:5px;}

.single-product .product .woocommerce-tabs .technical-spec-category{margin-bottom:5rem;}
.single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-title{font-size:2.5rem;font-weight:600;background:#1B1A2D;color:#ffffff;padding:2rem;margin:0;}
.single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table{background:#ffffff;border:1px solid #1B1A2D;border-collapse:collapse;width:100%;table-layout:fixed;}
.single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table td, .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table th{padding:2rem;border:1px solid #1B1A2D;text-align:left;}

.single-product .product .variations{width:100%;table-layout:fixed;margin-bottom:2rem;}
.single-product .product .variations th, .single-product .product .variations td{padding:1rem 1rem 1rem 0 !important;vertical-align:middle;text-align:left;}
.single-product .product .variations th{width:140px;}
.single-product .product .variations td{width:calc(100% - 100px)}
.single-product .product .variations select{width:100%;border:none;background:#F0F2F4;border-radius:0px;color:inherit !important;padding:1rem !important;width:100%;appearance: none;background-image: url(../toast/assets/images/chevron-down.svg);background-repeat: no-repeat;background-position: right 15px top 50%; background-size: 20px;}
.reset_variations{display:none;}

.single-product .single_add_to_cart_button.disabled{display:none !important;}

.single-product .product-top-banner {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10vw;
    padding: 5rem 0;
    position: relative;
}

.single-product .product-top-banner:before {content:'';background-color:#D1E5F5;width:200vw;height:100%;position:absolute;top:0;left:-50vw;pointer-events:none;}

.single-product .product-top-banner .summary {z-index:10;}
.single-product .upsells h2 {font-size: 3rem;}
.single-product .technical-specs .technical-spec-category {overflow: hidden;border-radius: 10px;border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

.single-product .woocommerce-product-details__short-description {margin-bottom: 20px;}

/**Woocommerce Archive**/
.woocommerce-content-area .page-title{font-size:3rem;}
.woocommerce-content-area .product-filter-grid{grid-template-columns:300px 1fr;margin-top:5rem;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters{border-radius:20px;padding:30px;border:3px solid #61ABDD;position:sticky;top:100px;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter{margin-bottom:1rem;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter .filter-content{display:none !important;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter.active .filter-content{display:block !important;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter .filter-title{border-bottom:1px solid #005A9A;padding:1rem 0;font-weight:600;font-size:1.75rem;cursor: pointer;margin-bottom:0;position: relative;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter .filter-title:after{content:'';width:20px;height:20px;background-image:url('/wp-content/themes/toast/assets/images/chevron-down.svg');background-size:contain;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0deg);opacity:0.9;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter.active .filter-title:after{transform:translateY(-50%) rotate(180deg);opacity:1;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .filter-items{padding:1rem 0;list-style-type:none;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters li{list-style-type:none;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters li a{text-decoration:none;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters li a *{display:none !important;}

.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter.filter-orderby{margin-bottom:20px;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter.filter-orderby .filter-title{display:none;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown{position:relative !important;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown .dropdown-label{margin:.5rem 0 0 !important;cursor: pointer !important;padding:.75rem 1rem !important;border:1px solid #cccccc !important;position: relative !important;font-size:1.5rem !important;border-radius:20px;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown .dropdown-label:after{content:'';width:18px;height:18px;display:inline-block;background:url('/wp-content/themes/toast/assets/images/chevron-down.svg') !important;background-size:18px !important;position: absolute !important;right:1rem !important;top:50% !important;transform:translateY(-50%) !important;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown ul{margin:0 !important;padding:0 !important;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown ul li{font-size:1.5rem !important;cursor: pointer !important;padding:.35rem 1rem !important;margin: 0 !important}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown .dropdown-wrapper{background:#efefef !important;position:absolute !important;bottom:0 !important;left:0 !important;width:100% !important;transform:translateY(100%) !important;z-index:9999 !important;top:auto !important;border:none !important;box-shadow:none !important;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-dropdown .dropdown-wrapper .filter-items:not(:empty){padding:.35rem 0 !important;}

.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-reset-filters{background:#42ADE2;color:#ffffff;border:none;padding:1.5rem 2rem;top:0;left:0;width:100%;font-size:1.5rem;font-weight:300;font-family:inherit;cursor: pointer;margin-bottom:20px!important;border-radius: 40px;transition: 0.3s all;}
.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-reset-filters:hover {background:#42ADE2 !important;color:#ffffff !important;}

.woocommerce-content-area .product-filter-grid .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown{border:none;padding:0;}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after{display:none !important;}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-min, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-max{top:auto !important;}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to{font-size:1rem !important;top:-4px !important;}

.has-subcats .woocommerce-content-area .product-filter-grid{grid-template-columns:1fr; padding:5rem 0;position: relative;}
.has-subcats .woocommerce-content-area .product-filter-grid .product-filter-wrapper{display:none;}
.has-subcats .woocommerce-content-area .product-filter-grid:before {content:'';background-color:#D1E5F5;width:200vw;height:100%;position:absolute;top:0;left:-50vw;pointer-events:none;}

.products.product-categories{grid-template-columns:1fr 1fr 1fr !important;}
.products .product-category{padding-bottom:0 !important;}
.products .product-category img{margin-bottom:0 !important;border-top-left-radius:10px;border-top-right-radius:10px;}
.products .product-category .woocommerce-loop-category__title{font-size:2rem;margin-bottom:20px;color:#ffffff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.products .product .woocommerce-loop-product__title {
    font-size:2rem;margin-bottom:20px;text-decoration: none;
}
.products .product-category .woocommerce-loop-category__title mark{display:none;}
.products .product-category a{text-decoration:none;}
.products .product a {text-decoration: none;}
.products .product a:hover .button {background: #ffffff !important; color:#1B1A2D !important}

.light-blue-block a.product_type_variable,
.related .light-blue-block a.product_type_variable,
.up-sells .light-blue-block a.product_type_variable {display: none;}

/**Shop Table**/
.shop_table{text-align:left;margin-bottom:3rem !important;width:100%;border-collapse:collapse;line-height:1.3;}
.shop_table thead{background:#1B1A2D;color:#ffffff;}
.shop_table thead th{font-weight:600;font-size:1.75rem;text-align:left;}
.shop_table td, .shop_table th{padding:1rem 2rem;}
.shop_table a{text-decoration:none;}
.shop_table tr td, .shop_table tr th{border-top:1px solid rgba(0, 0, 0, 0.15)}
.shop_table td.product-thumbnail{width:100px;padding-right:20px;}
.shop_table td.product-thumbnail img{border:1px solid #cccccc;width:100%;}
.shop_table .quantity{display:inline-block;}
.shop_table .qty{background:#EFEFEF;max-width:45px;appearance:none;-webkit-appearance:none;border:none;height:30px;padding:0 1rem;text-align:center;display:inline-block;}
.shop_table .qty::-webkit-outer-spin-button, .shop_table .qty::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.shop_table .actions{font-size:0;border-top:1px solid 1px solid rgba(0, 0, 0, 0.15)c;background:#D1E5F5;padding: 10px;}
.shop_table .actions .coupon, .shop_table .actions .button{display:inline-block;width:calc(100% - 200px);font-size:1.75rem;}
.shop_table .actions .coupon input[type="text"]{width: 100%;max-width: 300px;background: #ffffff;padding: 1rem 1.5rem;border-radius: 100px;border: 1px solid #CCCCCC;height: 43px;vertical-align:middle;}
.shop_table .actions .button{width:200px;}
.shop_table ul{list-style-type:none;padding:0;}

.shop_table td.product-price{min-width:160px;}

/**Cart**/
.cart-collaterals{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;}
.cart-collaterals .cart_totals{grid-column:2;width:100%;}
.cart-collaterals h2{font-size:3rem;}
.cart-collaterals .cart_totals .checkout-button{width:100%;text-align:center;background:#42ADE2;}
.cart-collaterals .cart_totals #ywraq_cart_quote{margin:1rem 0 0;background:#1B1A2D !important;}
.cart-collaterals .product .block-content,
.cart-collaterals .product .block-content h2,
.cart-collaterals .product .block-content p {color:#ffffff;}
.woocommerce-cart .cart_totals,
.woocommerce-cart-form__contents,
.cart-collaterals .cross-sells {padding: 20px;background-color: #D1E5F5;overflow: hidden;border-radius: 20px;}
.woocommerce-cart-form__cart-item .variation {display: grid;grid-template-columns: 1fr 1fr;}

.cart-collaterals .cart_totals .cart-subtotal bdi:after, .shop_table .product-price bdi:after, .woocommerce-checkout-review-order-table .cart_item bdi:after, .woocommerce-checkout-review-order-table .cart-subtotal bdi:after{content:'ex. VAT';font-size:1.5rem;margin-left:.5rem;}
.shop_table .order-total bdi:after{content:'inc. VAT';font-size:1.5rem;margin-left:.5rem;}

/**Checkout**/
.woocommerce-checkout .woocommerce-checkout{grid-template-columns:1fr 500px;display:grid;grid-gap:20px;}
.woocommerce-checkout #order_review_heading{display:none;}
.woocommerce-checkout .form-row{margin-bottom:0}
.woocommerce-checkout .woocommerce-checkout label{display:block;font-size:1.5rem;}
.woocommerce-checkout .woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="email"]{width:100%;border:1px solid #cccccc;padding:1rem 1.5rem;}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;}
.woocommerce-checkout #customer_details{margin-top:3rem; padding: 20px;background-color: #D1E5F5;overflow: hidden;border-radius: 20px;}

.woocommerce-checkout #ship-to-different-address{font-size:2rem;margin-top:2rem;font-weight:300;cursor: pointer !important;}
.woocommerce-checkout #ship-to-different-address label, .woocommerce-checkout #ship-to-different-address input{cursor: pointer;}
.woocommerce-checkout .shipping_address:before{content:'Shipping details';font-size:3rem;font-weight:600;margin-bottom:2rem;display:block;}

.woocommerce-checkout #order_review{position: relative;padding-left:3rem;}
.woocommerce-checkout #order_review:before{content:'Your order';font-size:3rem;font-weight:600;}
.woocommerce-checkout #order_review:after{content:'';width:2000px;background:#efefef;height:20000px;position:absolute;left:0;z-index:-1;top:50%;transform:translateY(-50%);}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead{display:none;}
/*.woocommerce-checkout .woocommerce-checkout-review-order-table tr:first-child td{border-top:none;}*/
.woocommerce-checkout .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce-checkout-review-order-table th{padding:1rem 0;}
.woocommerce-checkout #place_order{width:100%;margin-top:2rem;border-radius:10px;padding:1.5rem 2rem;font-size:2rem;}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:1.25rem;}

.woocommerce-checkout .checkout-inline-error-message{font-size:1.25rem;color:#a00b1f;margin-top:.5rem;}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout{grid-column:span 2;margin-top:2rem;}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error{max-width:50%;background:#efefef;padding:2rem;list-style-type:none;border-radius:10px;}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error a{text-decoration:none;}

.woocommerce-checkout .woocommerce-form-coupon-toggle{display:none !important;}
.woocommerce-checkout .woocommerce-form-coupon{padding: 20px;background-color: #D1E5F5;overflow: hidden;border-radius: 20px;max-width:50%;display:grid !important;grid-template-columns:1fr 200px;grid-gap:20px;}
.woocommerce-checkout .woocommerce-form-coupon input[type="text"]{width:100%;height:40px;border-radius:100px;padding:0 2rem;border:none;}
.woocommerce-checkout .woocommerce-form-coupon .clear{display:none;}
.woocommerce-checkout .woocommerce-form-coupon .coupon-error-notice{font-size:1.25rem;line-height:1;display:block;margin-top:1rem;}

.woocommerce-checkout .woocommerce-checkout label{font-weight:300 !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table bdi{font-size:1.5rem;}
.woocommerce-checkout .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce-checkout-review-order-table th{padding:1rem;}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total{width:140px !important}

.woocommerce-checkout #billing_country_field .select2-selection { border-radius: 25px !important;padding: 0 2rem !important;height: 45px !important;border: 2px solid #61ABDD !important;width: 100%;font-size: 1.5rem;font-family: "urbane", Arial, sans-serif;display: flex;align-items:center;}

.woocommerce-checkout #billing_country_field .select2-selection .select2-selection__rendered {width: 100%;}
.woocommerce-checkout #billing_country_field .select2-selection .select2-selection__arrow {height: 100%;}
.woocommerce-checkout #billing_country_field .select2-selection .select2-selection__arrow b {margin-left:-12px!important;}

.woocommerce-checkout-review-order-table .cart_item .variation {display: grid;grid-template-columns:1fr 1fr;}

/* Force product-name to fill remaining width */
.woocommerce-checkout-review-order-table .cart_item td.product-name {
    width: 100%;
}

/* Keep subtotal column only as wide as needed */
.woocommerce-checkout-review-order-table .cart_item td.product-total {
    width: 1%; /* minimal width */
    white-space: nowrap; /* prevents wrapping */
}

/**Quote Page**/
.yith-ywraq-before-table-wc-backward{display:none !important;}
.yith-ywraq-mail-form-wrapper{padding:2rem;background:#efefef;margin-top:3rem;}
.yith-ywraq-mail-form-wrapper .form-row{padding:0 !important;margin-bottom:1rem !important;}
.yith-ywraq-mail-form-wrapper label{display:block;font-size:1.5rem;}
.yith-ywraq-mail-form-wrapper input[type="text"], .yith-ywraq-mail-form-wrapper input[type="email"], .yith-ywraq-mail-form-wrapper textarea{width:100%;border:1px solid #cccccc;padding:1rem 1.5rem;}
.yith-ywraq-mail-form-wrapper textarea{height:200px;}

.ui-widget-overlay{z-index:999999999 !important;position:fixed !important;}
.ywraq-quote-on-cart.ui-widget.ui-widget-content{z-index:9999999999 !important;height: 90vh !important;overflow:auto;border:none !important;position:fixed !important;}
.ywraq-quote-on-cart .ui-button-icon-only .ui-icon{background-position:center;}
.ywraq-quote-on-cart .ui-widget-header{padding:0 !important;}
.ywraq-quote-on-cart .ui-dialog-title{text-align:left !important;margin-bottom:1rem !important;}
.ui-dialog .ui-dialog-content{padding:0 !important;}
.ywraq-quote-on-cart.ui-widget.ui-widget-content .yith-ywraq-mail-form-wrapper{margin-top:0 !important;}
.ywraq-quote-on-cart.ui-widget.ui-widget-content .yith-ywraq-mail-form-wrapper{border:none !important;padding:0 !important;background:transparent !important;}
#ywraq-request-a-quote-on-cart p.form-row.form-row-wide.raq-send-request-row input{text-transform:none !important;}

#yith-ywraq-form .product-name ul{margin:1rem 0 0 !important}
#yith-ywraq-form .product-name ul br{display:none !important;}
#yith-ywraq-form .product-name ul li{font-size:1.5rem !important;}

/**Account Page**/
.woocommerce-MyAccount-navigation ul{list-style-type:none;padding:0;display:flex;grid-gap:20px;}
.woocommerce-MyAccount-navigation ul li{display:inline-block;}
.woocommerce-MyAccount-navigation ul li a{text-decoration:none;padding:1rem 2rem;background:#efefef;display:inline-block;width:100%;text-align:center;}
.woocommerce-MyAccount-navigation ul li.is-active a{background:#1B1A2D;color:#ffffff;}

.woocommerce-MyAccount-content{padding-top:4rem;}
.woocommerce-MyAccount-content label{display:block;font-size:1.5rem;}
.woocommerce-MyAccount-content input[type="text"], .woocommerce-MyAccount-content input[type="password"], .woocommerce-MyAccount-content input[type="email"]{width:100%;border:1px solid #cccccc;padding:1rem 1.5rem;}
.show-password-input{display:none;}
.woocommerce-MyAccount-content fieldset{padding:0;border:none;margin-bottom:2rem;}
.woocommerce-MyAccount-content fieldset legend{margin-bottom:2rem;font-weight:600;}
.woocommerce-MyAccount-content form button{margin-top:2rem;}

.woocommerce-MyAccount-content h2{display:block !important;font-size:3rem;}
.woocommerce-MyAccount-content .woocommerce-Addresses, .woocommerce-columns--addresses{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;}
.woocommerce-MyAccount-content .woocommerce-Addresses h2, .woocommerce-columns--addresses h2{font-size:2rem;}

/**Orders**/
.woocommerce-thankyou-order-received{font-size:3rem;font-weight:600;}
.woocommerce-order-details__title{font-size:3rem;font-weight:600;}
.woocommerce-order-overview{list-style:none;padding:0;display:flex;justify-content:space-between;}
.woocommerce-order-overview li{padding:1rem 2rem;border-left:1px dashed;}
.woocommerce-order-overview li:first-child{border-left:none;}
.woocommerce-order-overview li strong{display:block;}

/**Login**/
.woocommerce-account h2{display:none;}
.woocommerce-form-login, .woocommerce-ResetPassword{padding:3rem;border:1px solid #efefef;max-width:450px;margin:0 auto;text-align:center;}
.woocommerce-form-login:before{content:'Login';font-size:3rem;font-weight:600;display:block;margin-bottom:2rem;}
.woocommerce-ResetPassword:before{content:'Reset Password';font-size:3rem;font-weight:600;display:block;margin-bottom:2rem;}
.woocommerce-form-login input[type="text"], .woocommerce-form input[type="password"], .woocommerce-form input[type="email"], .woocommerce-ResetPassword input[type="text"]{width:100%;border:1px solid #cccccc;padding:1rem 1.5rem;}
.woocommerce-form-login label, .woocommerce-ResetPassword label{display:block;font-size:1.5rem;}
.woocommerce-form-login .woocommerce-form-login__rememberme{margin-bottom:2rem;}
.woocommerce-form-login .button, .woocommerce-ResetPassword .button{display:block;width:100%;border-radius:10px;padding:1.5rem 1.5rem !important;}
.woocommerce-form-login .lost_password{display:block;margin-top:2rem;font-size:1.5rem;font-weight:600;}

/**Links**/
a{color:inherit;}

/**Buttons**/
.button, input[type="submit"]{background:#42ADE2 !important;color:#ffffff;padding:1.1rem 3rem !important;font-weight:300;display:inline-block;font-size:1.55rem;cursor: pointer;text-decoration:none !important;border-radius:100px;border:none;line-height:1 !important;transition: 0.3s all;}
.button.white{background:#ffffff !important;color:#1B1A2D !important;}
.button.dark, input[type="submit"]{background:#1B1A2D !important;color:#ffffff !important;}

.button + .button{margin-left:.5rem;}

/*HOVERS*/
.button:hover,
.button.dark:hover,
input[type="submit"]:hover {
    background:#ffffff !important;color:#1B1A2D !important;
}
.button.white:hover {
    background:#42ADE2 !important;color:#ffffff !important;
}

.wp-block-post.product a.button:hover, 
.wp-block-post.product .add-request-quote-button.button:hover, 
.wp-block-post.product .add-request-quote-button-addons.button:hover, 
.single-product.woocommerce .add-request-quote-button.button:hover, 
.single-product.woocommerce .add-request-quote-button-addons.button:hover {
    background-color:#42ADE2 !important;color:#ffffff !important;border-color: #42ADE2!important;
}

/**Forms**/
.gform_required_legend{display:none !important;}
.gfield_required{color:#42ade2 !important;font-weight:600 !important;}
.gform_validation_errors, .gfield_validation_message{background:none !important;padding:0 !important;border:none !important;outline:none !important;box-shadow:none !important;}
.gform_validation_errors .gform-icon{display:none !important;}
.gform_validation_errors *, .gfield_validation_message{font-size:1.35rem !important;font-weight:300 !important;color:#42ade2 !important;}

form p{margin-bottom:20px;font-size:1.5rem;}
form input[type="text"]:not(.adminbar-input), form input[type="email"], form input[type="password"], form input[type="tel"], form select{border:none !important;outline:none !important;box-shadow:none !important;border-radius:25px !important;padding:0 2rem !important;height:45px !important;border:2px solid #61ABDD !important;width:100%;font-size:1.5rem; font-family:"urbane", Arial, sans-serif;}
form input[type="text"]::placeholder, form input[type="email"]::placeholder, form textarea::placeholder, form input[type="tel"]::placeholder{color:#989898 !important;}
form textarea{font-family:"urbane", Arial, sans-serif; border:none !important;outline:none !important;box-shadow:none !important;border-radius:25px !important;padding:2rem !important;height:150px !important;width:100% !important;border:2px solid #61ABDD !important;font-size:1.5rem;}
form button{background:#1b1a2d !important;border:none !important;margin-bottom:0 !important;}

form .consent{margin-bottom:1rem;}

.wpcf7-list-item:first-child{margin-left:0;}

.form-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:20px;margin-bottom:30px;}
.form-grid .span-2{grid-column:span 2;}
form label{font-weight:600;margin-bottom:1.5rem;display:block;}
form .wpcf7-list-item-label{cursor: pointer;}
form input[type="checkbox"]{border-radius:100px;appearance:none;-webkit-appearance:none;width:18px;height:18px;background:#ffffff !important;vertical-align:middle;outline:1px solid #a5a5a5;border:4px solid #ffffff !important;cursor: pointer;}
form input[type="checkbox"]:checked{background:#42ADE2 !important;}
form input:checked + .wpcf7-list-item-label{color:#42ADE2;}
form input[type="submit"]{margin-top:2rem;}

/* Popups */ 
.popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999999999;justify-content:center;align-items:center;display:none; transition: all 1s ease;}
.popup.active{display:flex;}
.popup .popup-bg{position:fixed;top:0;left:0;width:100%;height:100%; background: rgba(0,0,0,.75); backdrop-filter: blur(10px);z-index:-1;  transition: all 1s ease;}
.popup .popup-content{background:#ffffff;max-width:800px;padding:3rem;position:relative;width:calc(100% - 40px); border-radius:5px;max-height:90%;overflow:scroll;}
.popup .popup-content .popup-close{height:40px;width:40px;position: absolute;top:0;right:0;background:#1B1A2D;cursor: pointer; border-radius: 0 5px 0 0;}
.popup.active { transition: all 1s ease; }
.popup-close:before, .popup-close:after{content:'';width:20px;height:2px;background-color:#ffffff;position: absolute;left:50%;}
.popup-close:before{top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.popup-close:after{bottom: 50%; transform: translate(-50%, 50%) rotate(-45deg);}

/**Typograpohy**/
h1, h2, h3, h4, h5, h6{line-height:1.1;margin-bottom:2rem;margin-top:0;font-weight:600;}
h1, .h1{font-size:5.35rem;}
h2, .h2{font-size:4.5rem;}
h3, .h3{font-size:2.9rem;}
h4, .h4{font-size:2.25rem;font-weight:300;}
h5, .h5{font-size:2rem;}
h6, .h6{font-size:2rem;}

p{margin-top:0;margin-bottom:2rem;}
p a{color:#42ade2;}
ul{margin-bottom:3rem;padding-left:2rem;margin-top:0;}

@media(max-width:1350px){
    .site-header .main-header-grid .search-field {
        display: none;
    }

    .site-header .logo {
        width: 170px;
    }
}

@media(max-width:1240px){
    .site-header .top-nav ul li a{padding:1.5rem 1.25rem 2rem;font-size:1.5rem;}
    .site-header .main-header-grid {flex-wrap:wrap;gap:22px;justify-content: flex-end;}
    .site-header .main-header-grid .col-1 {order:2;margin-right:auto;justify-self: flex-start;}
    .site-header .main-header-grid .col-2 {order:1;width:100%;}
    .site-header .main-header-grid .col-3 {order:3;}
    .site-header .main-header-grid .mobile-navigation-trigger-area {order:4;}
    .site-header .banner-text ul {justify-content: flex-start;flex-wrap:wrap;gap:6px;}
}

@media(max-width:1024px){

    /**Site Banner**/
    .site-banner .flex{display:grid;text-align:center;font-size:1.5rem;grid-gap:10px;justify-content:unset;}
    .site-banner .flex .align-right{text-align:center;}
    .site-banner .flex ul li{display:block;border:none !important;padding:0;}

    /**Header**/
    .header-stuck{padding-top:85px !important;}
    body {padding-top: 115px !important;}
    .site-header{height:auto;padding:0; position: fixed;top:0;left:0;z-index:2000; width: 100%;height:115px;transition: 0.3s all;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
    .site-header.scrolled {box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
    .site-header .nav-bar {height: 0;background-color: white;}
    .site-header .nav-bar .col.align-right {display: none;}
    .site-header .main-header-grid{grid-template-columns:175px 1fr;}
    .site-header .mobile-navigation-trigger-area{display:block;}
    .site-header .navigation-area{position:absolute;bottom:1px;left:0;background:#ffffff;z-index:99999;text-align:left !important;width:100%;max-height:calc(100vh - 85px);overflow-y:scroll;padding:2rem;transform:translateY(100%) translateX(100%);transition:all .25s;}
    .site-header .search-form{display:none;}
    .site-header .top-nav ul{margin-top:0;}
    .site-header .top-nav ul li{display:block;font-size:2rem;font-weight:600;}
    .site-header .top-nav ul li a{padding:1rem 0;display:block;color:#1B1A2D;}
    .site-header .top-nav .submenu{position:static;transform:none !important;opacity:1 !important;pointer-events:all !important;border-radius:0px !important;margin-left:-20px;width:calc(100% + 40px) !important;display:none !important;}
    .site-header .top-nav .submenu li a{font-weight:300;}
    .site-header .top-nav li.submenu-open .submenu{display:grid !important;}
    .site-header .main-header-grid .col-3 .button {font-size:0;padding: 10px!important;width: 40px;height: 40px;}
    .site-header .main-header-grid .col-3 .button img {margin: 0;width:100%;}

    .navigation-active .site-header .navigation-area{transform:translateX(0) translateY(100%);}

    /**Single Post**/
    .single-post-content-area .grid{grid-template-columns:1fr;}
    .single-post-content-area .grid .hero-wrapper{grid-column:span 1;}
    .single-post-content-area .grid .sidebar{order:2;}

    .single-product .product-top-banner {gap: 5vw;}

    /*Footer**/
    .site-footer .grid{grid-template-columns:1fr;text-align:left;}
    .site-footer .footer-meta-bar .col{grid-column:span 1 !important;}
    .sub-footer .grid{grid-template-columns:1fr;text-align:left;}
    .sub-footer .logo{display:block;margin:0 auto;max-width:170px;}
    .sub-footer .align-right{text-align:left;}
    .sub-footer .footer-accreditation{margin:0 1rem;}
    .sub-footer .footer-accreditation img {height:50px;}

    /**Forms**/
    .form-grid{grid-template-columns:1fr;grid-gap:15px !important;}
    .form-grid .span-2{grid-column:span 1;}

    /**Woocommerce**/
    .products.columns-4{grid-template-columns:1fr 1fr;}

    /**Shop Table**/
    .shop_table, .shop_table td, .shop_table th, .shop_table tr, .shop_table tfoot{display:block !important;border-top:none !important;width:100%;}
    .shop_table thead{display:none;}
    .shop_table tbody{display:block !important;width:100%;}
    .shop_table tr{border-bottom:1px solid rgba(0,0,0,0.2) !important;display:grid !important;grid-template-columns:100px 1fr;grid-column-gap:20px;padding:1.5rem 0;grid-row-gap:5px;position: relative;}
    .shop_table td, .shop_table th{padding:0}
    .shop_table td[data-title]:before{content:attr(data-title) ": ";font-weight:300;}
    .shop_table tr .product-name{font-size:2rem;font-weight:600;}
    .shop_table tr .product-thumbnail{max-width:none;width:100%;grid-row:span 3;}
    .shop_table tr .product-quantity, .shop_table tr .product-price, .shop_table tr .product-subtotal{grid-column:2;}
    .shop_table tr .product-remove{position:absolute;top:0;right:0;display:inline-block;width:max-content;}
    .shop_table tr .product-remove:before{display:none;}
    .shop_table .actions{grid-column:span 2;padding:2rem;}
    .shop_table .actions .coupon{margin-bottom:1rem;}
    .shop_table .actions .coupon input[type="text"]{margin-bottom:1rem;max-width:none;}
    .shop_table .actions .coupon, .shop_table .actions .button{width:100%;}

    .shop_table.order_details td, .shop_table.order_details th{grid-column:span 2;}
    
    /**Cart**/
    .cart-collaterals{grid-template-columns:1fr;}
    .cart-collaterals .cart_totals{order:-1;grid-column:1;}
    
    /**Checkout**/
    .woocommerce-checkout .woocommerce-checkout{grid-template-columns:1fr;}
    .woocommerce-checkout #order_review{padding:0;}
    .woocommerce-checkout #order_review:after{display:none;}
    .woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th{grid-column:span 2;padding:0 !important;}
    .woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout .woocommerce-NoticeGroup-checkout{max-width:100%;grid-column:span 1;}
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error{max-width:100%;}

    /**Account**/
    .woocommerce-MyAccount-navigation ul{display:grid;grid-gap:10px;width:100%;justify-content:unset;max-width:300px;margin:0 auto}
    .woocommerce-MyAccount-navigation ul li{width:100%;}
    .woocommerce-MyAccount-content .woocommerce-Addresses, .woocommerce-columns--addresses{grid-template-columns:1fr;}

    /**Orders**/
    .woocommerce-order-overview{display:block;}
    .woocommerce-order-overview li{border:none;padding:.5rem 0;}

    /***Single Product**/
    .yith-ywraq-add-to-quote{margin-left:0 !important;margin-top:1rem;width:100%;}
    .yith-ywraq-add-to-quote .button{width:auto !important;font-size:1.65rem !important;}
    .single-product .yith-ywraq-add-to-quote{margin-top:1rem !important;}
    .single-product .product .summary .quantity{width:100px}
    .single-product .product .summary button.single_add_to_cart_button.button{width:calc(100% - 150px);}

    
    /**Typography**/
    h1, .h1{font-size:3rem;}
    h2, .h2{font-size:3rem;}
    h3, .h3{font-size:2.8rem;}
    h4, .h4{font-size:2.5rem;}
    h5, .h5{font-size:2.25rem;}
    h6, .h6{font-size:2rem;}

    /**Buttons**/
    .button{padding:1.1rem 2rem;font-size:1.65rem;}

}

@media(max-width:768px){
    h1, .h1{font-size:2.8rem;}
    h2, .h2{font-size:2.8rem;}
    h3, .h3{font-size:2.5rem;}
    h4, .h4{font-size:2rem;}
    h5, .h5{font-size:1.8rem;}
    h6, .h6{font-size:1.8rem;}
    /**Single Product**/
    .single-product .container > .product{grid-template-columns:1fr;}
    .single-product .product .woocommerce-tabs{grid-column:span 1;padding:0;border-radius: 10px;overflow:hidden;margin-top:20px;}
    .single-product .product .woocommerce-tabs .technical-spec-category{margin-bottom:2rem;}
    .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-title{font-size:2rem;}
    .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table, .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table tr, .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table td, .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table th{display:block !important;border:none !important;}
    .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table th, .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table td{padding:0 2rem;;}
    .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table th{padding-top:1.5rem;}
    .single-product .product .woocommerce-tabs .technical-spec-category .technical-spec-table td{padding-bottom:1.5rem;}

    .single-product .product-top-banner {grid-template-columns: 1fr;}
    .single-product .product .woocommerce-product-gallery {max-width:500px;}
    .single-product .woocommerce-variation-add-to-cart {flex-direction: column;}
    .single-product .product .summary button.single_add_to_cart_button.button {width:auto !important;display: inline-block;margin-right:auto;}
    .single-product .product .summary .quantity {margin-bottom:15px;}
    .single-product .product .variations th label {font-size:15px;margin-right:20px;}

    .single-product .product .woocommerce-tabs .wc-tabs li,
    .single-product .product .woocommerce-tabs .wc-tabs li a {width:100%;border-radius: 0;}
    .single-product .product .woocommerce-tabs .wc-tabs li {border-bottom:1px solid #1B1A2D;}
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .product-downloads-grid {grid-template-columns: 1fr 1fr;}
    .single-product h1 {font-size: 3rem;}

    /**Woocommerce**/
    .woocommerce-content-area .product-filter-grid{grid-template-columns:1fr;}

    .shop_table tr .product-name,
    .woocommerce-cart-form__cart-item .product-name {font-size: 15px;}
    .woocommerce-cart-form__cart-item .variation {display: grid;grid-template-columns: 1fr 1fr;}
    .woocommerce-cart-form__cart-item .variation dd p {font-weight: normal;}
    .shop_table .qty {border-radius: 10px;overflow: hidden;}
    .cart-collaterals h2 {font-size: 2rem;}
    .shop_table .actions{padding:2rem 0;}

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, 
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {grid-template-columns: 1fr;}

    .site-footer:before {
        width: 85vw;
        left: -8vw;
        bottom: -15vw;
    }

    form p {
        margin-bottom: 10px;
    }
    
}

@media(max-width:680px) {
    body {padding-top:135px!important;}
    .site-header {height:135px;}
    .site-header .banner-text ul li {font-size:12px;display:block;width:100%;padding:0;border-right:0;}
}

@media(max-width:550px){
    .cross-sells .products.columns-2 {grid-template-columns: 1fr !important;}
}


@media(max-width:450px){
    .site-header .top-nav .submenu{grid-template-columns:1fr !important;}
}