@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.eot');
    src: url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype'),
        url('../fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    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'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    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'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

/** Global Css**/
 
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{ font-size:15px; font-family: 'Montserrat'; color:#16243E; line-height:1.5; font-weight: 400;}

h1, h2, h3{font-family: 'Jost'; font-weight: bold; line-height: 1.3 }

a, a:hover, button{ text-decoration:none; -webkit-box-shadow: none; box-shadow: none; outline: none;}
a:active, .alink:active{color: #1E2A77;}

button, body input{font-family: 'Montserrat';}

h1{font-size: 50px}
h2{ font-size:47px }
h3{ font-size:39px }
p{ line-height:1.53 }

.section-heading{ margin:0 0 30px 0 } 
.section-heading h2 {margin: 0;}
.section-heading p {margin: 11px 0 0 0;font-size: 17px;}
.sec-outer-space{ margin:50px 0 }
.sec-inner-space{ padding:50px 0 }
.text-center{ text-align:center; }
.fieldset{margin: 0 0 25px;}


/** flex properties **/

.ds-flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.ds-flex-wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.justify-content-between{ -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between }
.align-items-center{ -webkit-box-align:center; -ms-flex-align:center; align-items:center; }



/** container size of website**/
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, 
.page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .container {
    padding-left: 15px;
    padding-right: 15px;
} 
  

@media(min-width:769px){
    .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, 
    .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .container {
        max-width: 1300px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-sections-item-content > .navigation{max-width: 100%; padding-left: 30px; padding-right: 30px;}
    .catalog-product-view .product-items .owl-dots{display: none !important;}
}

/* Shared header content alignment: top bar, logo row, and nav share same left/right edges */
.top-header-links .container,
.header.content,
.sections.nav-sections .nav-sections-item-content {
    max-width: 1440px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.sections.nav-sections .nav-sections-item-content > .navigation {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}
.navigation,
.sections.nav-sections,
.sections.nav-sections .navigation {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
@media (min-width: 769px) {
    .navigation,
    .sections.nav-sections .navigation {
        background: #ffffff !important;
        background-color: #ffffff !important;
        font-weight: normal;
    }
}


/** buttons **/
.actions .action.tocart, .btn-secondary-btn {
    background: #5FA0C0;
    border-color: #5FA0C0;
    font-size: 15px; 
    font-weight: 500;
    height: 55px;
    padding: 17px 40px 17px 40px;
    position: relative;
    border-radius: 2px;
    border: none;
    display: inline-block;
    color: #fff !important;
    -webkit-transition: alle ease 0.4s;
    -o-transition: alle ease 0.4s;
    transition: alle ease 0.4s;
}
.actions .action.tocart:hover, .btn-secondary-btn:hover {background: #1E2A77 !important; border-color: #1E2A77; color: #fff}

.actions .action.tocart::after, .btn-secondary-btn:after {
    content: "";
    background-image: url("../images/shape-ar.svg");
    margin: auto;
    width: 22px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.action.primary, .actions .action.primary, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart.table-wrapper .action-gift, .cart.table-wrapper .actions-toolbar > .action, .checkout.action.primary, .primary .action.primary, .review-form .action.submit.primary, button {
    background-color: #5FA0C0;
    color: #fff;
    padding: 14px 30px;
    border: 1px solid #5FA0C0;
    font-weight: normal;
    font-size: 15px;
}

.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift{
    background-color: #1E2A77;
    color: #fff;
    padding: 14px 30px;
    border: 1px solid #1E2A77;
    font-weight: normal;
    font-size: 15px;
}
.abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .action-gift:hover{background-color: #5FA0C0 !important; color: #fff; border-color: #5FA0C0 !important; }

.review-form .action.submit.primary:hover {
    background:#1E2A77;
    border: 1px solid #1E2A77;
    color: #fff;
}
.nav-sections-item-content > .navigation{font-family: 'Roboto', sans-serif; font-weight: normal;}
.sections.nav-sections .navigation .level0 > .level-top{font-weight: normal;}



/** owl arrows **/
body .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev::before {
    -webkit-mask-image: url("../images/slide-ar-prev.svg");
    mask-image: url("../images/slide-ar-prev.svg");
    width: 53px;
    height: 53px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0;
    margin: auto;
    border: none !important;
}

body .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next::before {
    -webkit-mask-image: url("../images/slide-ar-next.svg");
    mask-image: url("../images/slide-ar-next.svg");
    width: 53px;
    height: 53px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0;
    margin: auto;
    border: none !important;
}

body .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev::after,
body .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next::after{ display:none; }

body .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    width: 53px;
    height: 53px;
}
body .owl-carousel {padding: 0 10px;}

.slick-prev.slick-arrow{
    /*-webkit-mask-image: url("../images/slide-ar-prev.svg");
    mask-image: url("../images/slide-ar-prev.svg");*/
    width: 53px;
    height: 53px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 50%;
    left: -52px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../images/slide-ar-prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.slick-prev.slick-arrow:hover{
    background-color: rgba(255, 255, 255, 0.5) !important;
    background-image: url("../images/slide-ar-prev.svg") !important;
}
.slick-prev:before{
    content: none;
}

.slick-next.slick-arrow{
/*    -webkit-mask-image: url("../images/slide-ar-next.svg");
    mask-image: url("../images/slide-ar-next.svg");*/
    width: 53px;
    height: 53px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 50%;
    right: -52px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../images/slide-ar-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.slick-next.slick-arrow:hover{
    background-color: rgba(255, 255, 255, 0.5) !important;
    background-image: url("../images/slide-ar-next.svg") !important;
}
.slick-next:before{
    content: none;
}

/** slick dots **/
.slick-dots li {width: auto;height: auto;}
.slick-dots li button {background: #a3adc5; border: none; width: 12px; height: 12px; }
.slick-dots li.slick-active button {background: #5FA0C0;width: 26px;}
.slick-dots {margin-top: 20px;}
.slick-dots li button:hover{ background:#5FA0C0 !important; border:none;}


/** header css start here  **/
.header-container {position: relative;z-index: 11;}
/**top-header **/
.top-header-links {background: #000000;color: #fff; padding: 10px 0}
.top-header-links .container{max-width: 1440px; padding-left: 30px; padding-right: 30px; margin-left: auto; margin-right: auto; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box;}
.top-header-links-inner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;gap: 11px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%;}
.links-contact {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-left: auto;}
.links-center{margin-right: 0; -ms-flex-negative: 1; flex-shrink: 1;}
.links-center .links {padding: 0;margin: 0;display: -webkit-box;display: -ms-flexbox;display: flex;list-style: none; font-family: 'Roboto', sans-serif; font-weight: normal; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.links-center .links li {margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.links-center .links li:not(:last-child):after {content: "|"; color: rgba(255,255,255,0.45); margin: 0 14px; font-weight: 300;}
.links-center .links li a,
.links-center .links li .top-bar-item {color: #fff;font-size: 12px;text-decoration: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; line-height: 1.3; white-space: nowrap;}
.links-center .links li a:hover{ color:#9ADEFF }
.links-center .links li .top-bar-item .fa {font-size: 13px; opacity: 0.95;}
.links-contact a {color: #fff; font-family: 'Roboto', sans-serif; font-weight: normal; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap;}
.links-contact a:hover{color: #9ADEFF;}
.links-contact a .fa {font-size: 13px;}
.links-contact a span {
    width: auto;
    height: auto;
    min-width: 0;
    color: inherit;
    border: none;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}
.links-contact > div:not(:last-child):after {
    content: "|";
    color: rgba(255,255,255,0.45);
    margin: 0 14px;
    font-weight: 300;
}
.links-contact {gap: 0;}
.links-contact > div {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.links-contact a.visit-links{display: none;}

.top-social-links {display: none;}
.top-social-links a {color: #fff;margin: 0 0 0 8px;}
.top-social-links a:first-child{margin-left: 0;}
.top-social-links a:hover {color: #9ADEFF;}
.links-center .links li:last-child a {
    text-transform: none;
    color: #fff;
}
/**middle header **/
.header.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 30px;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
header .header.content:before, header .header.content:after{ display:none; }
.header.content .logo img {width: 100%; max-width: 240px}
.header.content .logo {max-width: 100%;float: none;display: block;margin: 0;width: 260px;}
.block.block-search {max-width: 560px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin: 0 40px;}
#search_mini_form.minisearch,
.block-search .form.minisearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 0;
}
.block-search .field.search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    position: relative;
}
.block-search .control input {-webkit-box-shadow: none;box-shadow: none; background: #F3F5F7; border: 1px solid #C5CDD6; border-right: none; border-radius: 6px 0 0 6px; height: 48px; padding: 0 16px; color: #212F3C; width: 100%;}
.block-search .control input::-webkit-input-placeholder {color: #9AA3AF;}
.block-search .control input::-moz-placeholder {color: #9AA3AF;}
.block-search .control input:-ms-input-placeholder {color: #9AA3AF;}
.block-search .control input::placeholder {color: #9AA3AF;}
.block-search .minisearch .actions {
    margin: 0;
    position: relative;
    display: block;
}
.block-search .minisearch .actions .action.search {
    right: auto;
    top: auto;
    position: relative;
    height: 48px;
    width: 52px;
    min-width: 52px;
    padding: 0;
    background: #1A2B56 !important;
    border: 1px solid #1A2B56;
    border-radius: 0 6px 6px 0;
    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;
}
.block-search .minisearch .actions .action.search:hover {
    background: #142242 !important;
}
.block-search .minisearch .actions .action.search {
    background: #142242 !important;
}
.block-search .action.search::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    width: auto;
    height: auto;
    background: none;
    line-height: 1;
    margin: 0;
    display: block;
}
.block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.header-container .header .block-search {
    position: relative;
    top: 0;
    float: none;
    left: 0;
    right: 0; 
    margin: 0 40px;
    width: auto;
    max-width: 560px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.header-custom-links {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 22px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-negative: 0; flex-shrink: 0;}

.panel.wrapper .panel.header {padding: 0;}
.header .minicart-wrapper .action.showcart::before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23212F3C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0;
}
.minicart-wrapper .action.showcart {
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    position: relative;
}

.minicart-wrapper .action.showcart.active {
    display: inline-flex !important
}
.minicart-wrapper .action.showcart .text {
    position: relative;
    width: auto;
    margin: 0;
    height: auto;
    clip: auto;
    overflow: visible;
    display: inline;
    text-align: left;
    color: #212F3C;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.header-container .header .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    background: #1A2B56;
    top: -8px;
    left: 12px;
    right: auto;
    border-radius: 50%;
    width: auto;
    height: auto;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
}
.header-container .header .minicart-wrapper .action.showcart .counter.qty .counter-number {
    font-size: 11px;
    line-height: normal;
    font-weight: 500;
}
.header .minicart-wrapper .action.showcart::after {display: none;}
.header-wrapper-links .account,
.header-wrapper-links .wishlist {
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 0;
}
.header-container .header .minicart-wrapper {
    padding-left: 22px;
    line-height: normal;
    border-left: 1px solid #D0D5DD;
    margin-left: 4px;
    position: relative;
    float: none !important;
    overflow: visible !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 30;
}
/* Stop header jump/flicker when minicart opens */
.page-header,
.header-container,
.header.content,
.header-custom-links {
    overflow: visible !important;
}
.header-custom-links {
    position: relative;
    z-index: 20;
}
html {
    scrollbar-gutter: stable;
}
.header-container .header .minicart-wrapper .block-minicart {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    margin-top: 10px !important;
    z-index: 100;
    float: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}
/* Keep qty badge space stable so header width does not shift */
.header-container .header .minicart-wrapper .action.showcart .counter.qty {
    min-width: 16px;
    min-height: 16px;
}
.header-container .header .minicart-wrapper .action.showcart .counter.qty.empty {
    display: block !important;
    visibility: hidden;
}
/* Restore caret (flipper) broken by global box-sizing on ::before/::after */
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
    content: "" !important;
    display: block !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.minicart-wrapper .block-minicart:before {
    border-width: 0 6px 6px 6px;
    border-bottom-color: #fff;
    right: 18px;
    left: auto;
    top: -6px;
    z-index: 99;
}
.minicart-wrapper .block-minicart:after {
    border-width: 0 7px 7px 7px;
    border-bottom-color: #bbb;
    right: 17px;
    left: auto;
    top: -8px;
    z-index: 98;
}
.minicart-wrapper.active {
    overflow: visible !important;
}
.minicart-wrapper.active .block-minicart {
    display: block;
}

.header-wrapper-links .account a,
.header-wrapper-links .wishlist a {
    color: #212F3C;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-decoration: none;
    white-space: nowrap;
}
.header-wrapper-links .account a:hover,
.header-wrapper-links .wishlist a:hover,
.minicart-wrapper .action.showcart:hover .text{color: #1A2B56;}
.header-wrapper-links .header-link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0;
    color: #212F3C;
}
.header-wrapper-links .header-link-icon svg {
    display: block;
}
.header-custom-links #switcher-currency {display: none !important;}
.header-custom-links #switcher-currency #switcher-currency-trigger strong {
    color: #212F3C;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.header-custom-links #switcher-currency .actions.dropdown .dropdown {
    padding: 0;
    margin: 0;
    width: 160px;
    position: absolute;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px rgba(0,0,0, 0.2);
            box-shadow: 0px 1px 7px rgba(0,0,0, 0.2);
    list-style: none;
    right: 0;

}
.header-custom-links #switcher-currency .actions.dropdown .dropdown li {
    margin: 0;
    padding: 8px 10px;
} 

.header-custom-links #switcher-currency .actions.dropdown .dropdown li a {
    color: #000;
    font-size: 14px;
}

.header-custom-links #switcher-currency {
    position: relative;
}
.header-custom-links #switcher-currency ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-custom-links #switcher-currency ul li {
    margin: 0;
}
.header-custom-links #switcher-currency ul li a strong {
    font-weight: 500;
}
.header-custom-links #switcher-currency ul li a {
    color: #212F3C;
    font-size: 14px;
    font-weight: 500;
}

.header-custom-links #switcher-currency .actions.dropdown .dropdown {
    padding: 0;
    margin: 0;
    width: 200px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 1px 7px rgba(0,0,0, 0.2);
            box-shadow: 0px 1px 7px rgba(0,0,0, 0.2);
    list-style: none;
    right: 0;
    top: 100%;
    display: none;
    bottom: inherit;
}

.header-custom-links #switcher-currency .active .dropdown.switcher-dropdown {
    display: block;
}
.header-wrapper-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
}
.header-wrapper-links .account .account-icon {
    display: inline-block;
}

.header-custom-links #switcher-currency .pound-icon {display: block; text-align: center; } 
.minicart-items .item-qty{padding: 3px 5px;}

/** header shipping bar **/
.shipping-info-menu {display: none;}
.shipping-info-inner {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.shipping-info-inner .shipping-info-col {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; gap: 10px; }
.shipping-info-inner .shipping-info-col a {color: #fff;}
.shipping-info-inner .shipping-info-col a:hover {color: #9ADEFF;}
.shipping-info-inner .shipping-info-col span {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}



/** menu for desktop only**/
@media(min-width:1024px){
    .sections.nav-sections {margin: 0;background: #FFFFFF; border-top: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8;}
    .sections.nav-sections .nav-sections-item-content {
        max-width: 1440px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .sections.nav-sections .nav-sections-item-content > .navigation {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0;
    }
    .navigation .megamenu a{text-transform: capitalize;}
    .sections.nav-sections .navigation .level0 > .level-top {
        line-height: normal;
        padding: 16px 8px;
/*        border-right: 1px solid #B0B0B0;*/
        font-size: 15px;
        color: #212F3C;
        font-weight: normal;
        text-transform: capitalize;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .sections.nav-sections .navigation .level0:first-child > .level-top {padding-left: 0;}
    .sections.nav-sections .navigation .level0:last-child > .level-top{border-right: none; color: #C82333; font-weight: 600; padding-right: 0;}
    .sections.nav-sections .navigation .level0:last-child > .level-top:hover {color: #A01C29;}
    .sections.nav-sections .navigation .level0 > .level-top:hover {color: #1A2B56;}
    .sections.nav-sections .navigation .level0.parent > .level-top {padding-right: 12px;}
    .sections.nav-sections .navigation .level0:last-child.parent > .level-top {padding-right: 0;}
    .nav-sections-item-content > .navigation > ul {
        padding: 0;
        margin: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        list-style: none;
    }
    .nav-sections-item-content > .navigation > ul > .level0 {
        margin: 0;
        float: none;
        display: block;
    }
    .navigation .level0.parent > .level-top > .ui-menu-icon::after {font-size: 32px;line-height: 20px;}
    .navigation .level0 .submenu{ text-align:left; min-width: 330px}
    .navigation .level0 .submenu a {font-size: 16px !important;font-weight: normal;}
    .navigation .level0 .submenu li.parent > a > .ui-menu-icon::after { font-size: 26px}
    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {background: #1A2B56;color: #fff;text-decoration: none;}

    .navigation .megamenu.level-top-fullwidth .submenu [data-has-children] > a span.mm-subcategory-title:before, .navigation .megamenu.level-top-sectioned .submenu [data-has-children] > a span.mm-subcategory-title:before, .navigation .megamenu.level-top-boxed .submenu [data-has-children] > a span.mm-subcategory-title:before{
        content: none;
    }
    .navigation .megamenu.level-top-fullwidth .submenu .level1.submenu li a:before{content: ''; width: 5px; height: 5px; background-color: transparent; border-bottom: 1px solid #000; border-right: 1px solid #000; transform: rotate(-45deg); position: absolute; top: 13px; left: 6px;}
    .navigation .level0 .submenu a{padding: 4px 20px;}
    .navigation .megamenu.level-top-fullwidth .submenu .level1.submenu{padding-left: 15px;}
    .navigation .megamenu.level-top-fullwidth .submenu .level1.submenu li a{text-transform: capitalize;}

    .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper{
        max-height: 60vh;
        overflow: hidden;
        overflow-y: auto;
    }

}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{ border-color:#1E2A77 }

/** home main slider **/

.home-slider-inner {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    position: relative;
    padding: 44px 30px 20px 48px;
    max-width: 536px;
    text-align: left;
    z-index: 01;
}
.home-slider-inner:before{ 
    content:"";
    background-image: url("../images/bird-arrow.svg");
    position: absolute;
    left: -30px;
    top: -30px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
 }
.home-slider-text h3{ color:#212F3C; font-weight:400; margin: 0;font-family: 'Montserrat'; font-size: 37px;}
.home-slider-text h6{ color:#212F3C; font-weight:500; font-size:17px; margin: 10px 0 10px 0;font-family: 'Montserrat'; line-height: 28px}
.home-slider-text p{ color:#212F3C; margin: 0; font-size: 16px;}
.home-slider-text .view-now-btn{ margin:20px 0 0 0;}
.home-slider-text .view-now-btn .view-btn-arrow{font-size: 22px; padding-left: 67px;}
.home-slider-text .view-now-btn .view-btn-arrow:before{background-size: 53px 53px; width: 53px; height: 53px;}

body .mp-banner-slider .owl-carousel{padding: 0;}
.custom-slider .owl-carousel .owl-stage-outer {
    padding: 0;
}
.owl-carousel .banner-item .content_slider {
    left: 0;
    max-width: 1300px;
    margin: auto;
    right: 0;
    padding: 0 15px;
}
/*.mp-banner-slider .home_image img{min-height: 500px; -o-object-fit:cover; object-fit:cover; }*/
.home-slider-text {position: absolute;right: 18%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.home-slider-text .home-slider-inner{margin-left: auto;}
.home-slider-text::after {
    content: "";
    background-image: url("../images/white-dots.svg");
    position: absolute;
    left: -20px;
    width: 110%;
    height: 100%;
    top: 53px;
    margin: auto;
}

.owl-carousel-custom-1 {
    padding: 0;
}


.mp-banner-slider .owl-dots{
    counter-reset: section;
    right: 50px;
    background: #fff;
    left: auto;
    bottom: 0;
    top: auto;
    padding: 0 10px;
    width: 70px;
    line-height: 60px;
}
.mp-banner-slider .owl-theme .owl-dots .owl-dot{margin: 0; padding: 0 10px !important; line-height: 60px; display: none;}
.mp-banner-slider .owl-theme .owl-dots .owl-dot:hover{color: #5FA0C0; background: none !important;}
.mp-banner-slider .owl-dots .owl-dot:before{
    counter-increment: section;
    content: counter(section);
}
.mp-banner-slider .owl-theme .owl-dots .owl-dot span{display: none;}

.mp-banner-slider .owl-theme .owl-nav{position: absolute; bottom: 0; right: 0;}
.mp-banner-slider .owl-nav button span{position: static; font-size: 0; width: 16px; height: 16px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); display: inline-block; border-bottom: 1px solid #16243E; border-right: 1px solid #16243E; vertical-align: middle;  margin-left: -7px;}
.mp-banner-slider .owl-nav button.owl-prev span{-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg); margin-left: 7px;}
.mp-banner-slider .owl-carousel .owl-nav button.owl-prev, .mp-banner-slider .owl-carousel .owl-nav button.owl-next{margin: 0; width: 50px; background-color: rgba(255, 255, 255, .69); height: 60px;border-radius:0; }
.mp-banner-slider .owl-carousel .owl-nav button.owl-prev:hover, .mp-banner-slider .owl-carousel .owl-nav button.owl-next:hover{background: #fff !important;}
.mp-banner-slider .owl-carousel .owl-nav button.owl-prev{margin-right: 70px;}

/** footer **/ 
.page-footer .footer.content {padding: 0;max-width: 100%; border: none; margin: 0}
.page-footer .main-footer {background: #F5F5F7;padding: 30px 0;}
.page-footer .main-footer .footer-heading {margin: 0; color: #3F3F3F; font-size: 16px; font-weight: 600; letter-spacing: 0.4px; margin: 0 0 20px 0; }
.main-footer-col {width: calc(100% / 4);padding: 15px 15px;}
.main-footer-row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -15px;}
.visit-links {color: #5FA0C0; text-decoration: underline; font-weight: 500; font-size: 16px; }
.download-text {margin: 12px 0 0 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 11px;}
.download-img-text a {color: #041C2C;font-weight: bold;}
.f-con-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 0 17px 0;

}

.footer-links li a {color: #3F3F3F; font-size: 14px; margin: 0 0 12px 0; display: inline-block; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s}
.footer-links li a:hover{ color: #1E2A77; -webkit-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px);}

.f-con-col-icon {min-width: 16px;}
.f-con-col-text {color: #3F3F3F;font-size: 14px;line-height: 25px;}
.f-con-col-text a {color: #3F3F3F;}
.f-con-col-icon {min-width: 16px;margin: 5px 0 0 0;}
.footer-socials a {background: #5FA0C0; border-radius: 50%; width: 35px; height: 35px; display: inline-block; text-align: center; color: #fff; font-size: 18px; line-height: 36px; margin: 0 5px 0 0;  -webkit-transition: all ease 0.4s;  -o-transition: all ease 0.4s;  transition: all ease 0.4s}
.footer-socials a:hover{ background:#1E2A77; -webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg); }

/**Newsletter — homepage/footer bar (match redesign screenshot) **/

.block.newsletter {
    background: #1A2B56;
    background-image: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 48px 0;
}
.block.newsletter > .container {
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.newsletter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px 40px;
    margin: 0;
}
.newsletter-title {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
    max-width: 520px;
    padding: 0 0 0 18px;
    position: relative;
}
.newsletter-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: #9ADEFF;
    border-radius: 2px;
}
.newsletter-title h3 {
    margin: 0 0 6px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
}
.newsletter-title p {
    margin: 0;
    color: #E8ECF5;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}
.newsletter-inner .content {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 420px;
            flex: 1 1 420px;
    max-width: 620px;
}
.block.newsletter .form.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 0;
}
.block.newsletter .field.newsletter {
    max-width: none;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
}
.block.newsletter .field.newsletter .control {
    width: 100%;
}
.block.newsletter .field.newsletter .control::before {
    display: none;
}
.block.newsletter .field.newsletter .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block.newsletter .field.newsletter .control input {
    background: #2A3D6B;
    border: none;
    margin: 0;
    padding: 10px 20px;
    height: 56px;
    width: 100%;
    color: #F5F8FE;
    border-radius: 6px 0 0 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 15px;
}
.block.newsletter .field.newsletter .control input::-webkit-input-placeholder { color: #A8B3C9; opacity: 1; }
.block.newsletter .field.newsletter .control input::-moz-placeholder { color: #A8B3C9; opacity: 1; }
.block.newsletter .field.newsletter .control input:-ms-input-placeholder { color: #A8B3C9; opacity: 1; }
.block.newsletter .field.newsletter .control input::placeholder { color: #A8B3C9; opacity: 1; }
.block.newsletter .actions {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.newsletter-inner .content .actions .action.subscribe.primary {
    background: #fff;
    color: #1A2B56;
    height: 56px;
    border: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0 6px 6px 0;
    padding: 5px 28px;
    margin: 0;
}
.newsletter-inner .content .actions .action.subscribe.primary:hover {
    background: #9ADEFF !important;
    color: #1A2B56 !important;
}
.block.newsletter .field.newsletter div.mage-error {
    font-weight: 600;
    font-size: 13px;
    color: #9ADEFF;
}
.action.subscribe.primary:hover { background: #9ADEFF !important; }
.copyright-inner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.copyright-left {color: #3F3F3F;font-size: 13px;}
.copyright-footer {padding: 9px 0 23px 0;}


/** home second sec — Just In + promo tiles **/

.home-second-sec {
    background: #F5F7FA;
    position: relative;
    padding: 56px 0 64px;
}
.home-second-sec .container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
    z-index: 1;
}
.home-just-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.home-just-in-intro {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 280px;
    text-align: left;
}
.home-just-in-title {
    margin: 0 0 6px;
    color: #1A2B56;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}
.home-just-in-subtitle {
    margin: 0 0 10px;
    color: #1A2B56;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}
.home-just-in-desc {
    margin: 0 0 28px;
    color: #4B5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.home-just-in-btn {
    display: inline-block;
    background: #1A2B56;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.home-just-in-btn:hover {
    background: #243868;
    color: #fff !important;
}
.home-just-in-products {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
}
.home-just-in-products .block.widget.block-products-list,
.home-just-in-products .block-content,
.home-just-in-products .products-grid {
    margin: 0;
    padding: 0;
}
.home-just-in-products .widget-product-grid,
.home-just-in-products .products-grid .product-items.widget-product-grid,
.home-just-in-products .product-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 20px;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.home-just-in-products .products-grid .product-items .product-item,
.home-just-in-products .product-item {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0 !important;
            flex: 1 1 0 !important;
    width: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-just-in-products .product-item-info {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
}
.home-just-in-products .product-item-info:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.home-just-in-products .product-item-photo {
    display: block;
    width: 100%;
    height: 360px;
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 14px;
    background: #eef1f4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
}
.home-just-in-products .product-item-photo .product-image-container,
.home-just-in-products .product-item-photo .product-image-container[style],
.home-just-in-products .product-item-photo span.product-image-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 360px !important;
    aspect-ratio: auto !important;
    display: block;
}
.home-just-in-products .product-item-photo .product-image-wrapper,
.home-just-in-products .product-item-photo .product-image-wrapper[style] {
    display: block;
    position: relative;
    width: 100% !important;
    height: 360px !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 14px;
    overflow: hidden;
}
.home-just-in-products .product-item-photo .product-image-photo,
.home-just-in-products .product-item-photo img,
.home-just-in-products .product-item-photo img.product-image-photo {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 14px;
    display: block;
}
.home-just-in-products .product-item-details {
    padding: 0;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.home-just-in-products .product-item-name {
    display: block;
    margin: 0 0 8px;
    height: 42px;
    overflow: hidden;
}
.home-just-in-products .product-item-link {
    color: #1A2B56;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    max-height: 42px;
    line-height: 1.4;
    word-break: break-word;
}
.home-just-in-products .product-item-link:hover {
    color: #1A2B56;
    text-decoration: underline;
}
.home-just-in-products .product-reviews-summary,
.home-just-in-products .product-reviews-summary.short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    float: none;
}
.home-just-in-products .product-reviews-summary .rating-summary { margin: 0; }
.home-just-in-products .rating-summary .rating-result { width: 90px; }
.home-just-in-products .product-reviews-summary .reviews-actions {
    margin: 0;
    font-size: 14px;
    color: #1A2B56;
}
.home-just-in-products .product-reviews-summary .reviews-actions a {
    color: #1A2B56;
    text-decoration: none;
}
.home-just-in-products .price-box {
    margin: 0;
    min-height: 0;
    text-align: left;
}
.home-just-in-products .price-box .price-label { display: none; }
.home-just-in-products .price-including-tax,
.home-just-in-products .price-including-tax .price {
    font-size: 15px;
    font-weight: 700;
    color: #1A2B56;
}
.home-just-in-products .price-including-tax:before {
    content: attr(data-label) ': ';
    font-size: 15px;
    font-weight: 700;
    color: #1A2B56;
}
.home-just-in-products .price-excluding-tax,
.home-just-in-products .price-excluding-tax .price,
.home-just-in-products .price-including-tax + .price-excluding-tax:before {
    font-size: 13px;
    font-weight: 400;
    color: #6B7280;
}
.home-just-in-products .product-item-actions,
.home-just-in-products .actions-secondary,
.home-just-in-products .amasty-label-container {
    display: none !important;
}

.home-second-promos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 48px;
}
.home-second-promo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    text-decoration: none !important;
    color: inherit;
}
.home-second-promo-media {
    position: relative;
    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;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
}
.home-second-promo-media--teal {
    background: #8CB9C5;
}
.home-second-promo-media--photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.home-second-promo-overlay {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    padding: 0 24px;
    z-index: 1;
}
.home-second-promo-caption {
    padding: 14px 4px 0;
    text-align: left;
}
.home-second-promo-caption-title {
    display: block;
    color: #1A2B56;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px;
}
.home-second-promo-caption-text {
    display: block;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.home-second-promo:hover .home-second-promo-caption-title {
    text-decoration: underline;
}

/* legacy helpers still used elsewhere */
.view-now-btn {margin: 20px 0 0 0;}
.view-btn-arrow {color: #16243E !important; position: relative; font-size: 16px; padding:11px 0 11px 54px; display: inline-block; }
.view-btn-arrow:hover{ color:#1E2A77 !important; }
.view-btn-arrow::before {
    content: "";
    position: absolute;
    background-image: url("../images/arrow-btn.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 53px;
    height: 53px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.icon_metro-location, span.icon_awesome-phone-alt, span.icon_ionic-ios-mail-open, span.shipping-truck-icon, span.call-icon, span.return-icon{background-image: url("../images/spirite.png"); background-size: 30px; background-repeat: no-repeat;}
span.icon_metro-location { width: 16px; height: 23px; background-position: -2px -6px; display: inline-block; }
span.icon_awesome-phone-alt { width: 18px; height: 18px; background-position: -2px -38px; display: inline-block;}
span.icon_ionic-ios-mail-open {width: 17px; height: 18px; background-position: -2px -65px; display: inline-block;}

span.shipping-truck-icon { width: 26px; height: 24px; background-position: -2px -92px;}
span.call-icon { width: 18px; height: 18px; background-position: -2px -128px;}
span.return-icon { width: 22px; height: 12px; background-position: -2px -160px;}

.custom-slider {padding: 0;}
 

/** most-popular-slider — matches "Our Most Loved Doors" design **/

.most-popular-slider {
    background: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.most-popular-slider .container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
}
/* Reserve space before slick init to reduce CLS */
.most-popular-slider .widget-product-grid {
    min-height: 420px;
}
.most-popular-slider .section-heading {
    margin: 0 0 36px 0;
    text-align: center;
}
.most-popular-slider .section-heading h2 {
    margin: 0;
    color: #1A2B56;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.most-popular-slider .section-heading p {
    margin: 12px 0 0 0;
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.most-popular-slider .block.widget.block-products-list {
    margin: 0;
}
.most-popular-slider .products-grid .product-items .product-item {
    padding: 0 12px;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info,
.most-popular-slider .owl-carousel .owl-item .product-item .product-item-info {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-align: left;
}
.most-popular-slider .product-item-info {
    width: 100%;
}
.most-popular-slider .product-item-photo {
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f4f6;
}
.most-popular-slider .product-item-photo .product-image-container,
.most-popular-slider .product-item-photo .product-image-container[style],
.most-popular-slider .product-item-photo span.product-image-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 320px !important;
    aspect-ratio: auto !important;
    display: block;
}
.most-popular-slider .product-item-photo .product-image-wrapper {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 16px;
    overflow: hidden;
}
.most-popular-slider .product-item-photo .product-image-photo,
.most-popular-slider .product-item-photo img {
    width: 100% !important;
    height: 320px !important;
    max-width: none !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 16px;
    display: block;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details {
    padding: 0;
    text-align: left;
}
.most-popular-slider h2 {
    margin: 0 0 11px 0;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    display: block;
    margin: 0 0 8px 0;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link {
    color: #1A2B56;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
    line-height: 1.35;
    text-align: left;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link:hover {
    color: #1A2B56;
    text-decoration: underline;
}
.most-popular-slider .product-reviews-summary,
.most-popular-slider .product-reviews-summary.short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin: 0 0 10px 0;
    float: none;
    text-align: left;
}
.most-popular-slider .product-reviews-summary .rating-summary {
    margin: 0;
}
.most-popular-slider .product-reviews-summary .reviews-actions {
    margin: 0;
    font-size: 14px;
    color: #1A2B56;
}
.most-popular-slider .product-reviews-summary .reviews-actions a {
    color: #1A2B56;
    text-decoration: none;
}
.most-popular-slider .rating-summary .rating-result {
    width: 90px;
}
.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
    margin: 0;
    min-height: 0;
    text-align: left;
}
.most-popular-slider .product-item .price-box .price-label {
    display: none;
}
.most-popular-slider .product-item .price-box .price-including-tax,
.most-popular-slider .product-item .price-box .price-including-tax .price {
    font-size: 16px;
    font-weight: 700;
    color: #1A2B56;
}
.most-popular-slider .price-including-tax:before {
    content: attr(data-label) ': ';
    font-size: 16px;
    font-weight: 700;
    color: #1A2B56;
}
.most-popular-slider .product-item .price-box .price-excluding-tax,
.most-popular-slider .product-item .price-box .price-excluding-tax .price,
.most-popular-slider .price-including-tax + .price-excluding-tax:before {
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
}
.most-popular-slider .product-item-actions,
.most-popular-slider .actions-secondary,
.most-popular-slider .amasty-label-container {
    display: none !important;
}

/* Circular side arrows for this section only */
.most-popular-slider .slick-list {
    margin: 0;
}
.most-popular-slider .slick-prev.slick-arrow,
.most-popular-slider .slick-next.slick-arrow {
    width: 44px;
    height: 44px;
    top: 160px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1.5px solid #2a2a2a !important;
    border-radius: 50%;
    background-color: #ffffff !important;
    background-image: none !important;
    z-index: 3;
    box-shadow: none;
}
.most-popular-slider .slick-prev.slick-arrow {
    left: -8px;
}
.most-popular-slider .slick-next.slick-arrow {
    right: -8px;
}
.most-popular-slider .slick-prev.slick-arrow:before,
.most-popular-slider .slick-next.slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1A2B56;
    border-left: 2px solid #1A2B56;
    margin: 0 auto;
}
.most-popular-slider .slick-prev.slick-arrow:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 16px;
}
.most-popular-slider .slick-next.slick-arrow:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 14px;
}
.most-popular-slider .slick-prev.slick-arrow:hover,
.most-popular-slider .slick-next.slick-arrow:hover {
    background-color: #1A2B56 !important;
    border-color: #1A2B56 !important;
    background-image: none !important;
}
.most-popular-slider .slick-prev.slick-arrow:hover:before,
.most-popular-slider .slick-next.slick-arrow:hover:before {
    border-color: #ffffff;
}

@media (max-width: 1199px) {
    .most-popular-slider .section-heading h2 { font-size: 34px; }
    .most-popular-slider .product-item-photo .product-image-container,
    .most-popular-slider .product-item-photo .product-image-container[style],
    .most-popular-slider .product-item-photo span.product-image-container,
    .most-popular-slider .product-item-photo .product-image-photo,
    .most-popular-slider .product-item-photo img {
        height: 280px !important;
    }
    .most-popular-slider .slick-prev.slick-arrow,
    .most-popular-slider .slick-next.slick-arrow {
        top: 140px;
    }
}

@media (max-width: 767px) {
    .most-popular-slider .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .most-popular-slider .section-heading h2 { font-size: 26px; }
    .most-popular-slider .section-heading p { font-size: 14px; }
    .most-popular-slider .product-item-photo .product-image-container,
    .most-popular-slider .product-item-photo .product-image-container[style],
    .most-popular-slider .product-item-photo span.product-image-container,
    .most-popular-slider .product-item-photo .product-image-photo,
    .most-popular-slider .product-item-photo img {
        height: 260px !important;
    }
    .most-popular-slider .slick-prev.slick-arrow,
    .most-popular-slider .slick-next.slick-arrow {
        width: 38px;
        height: 38px;
        top: 130px;
    }
}





/** get inspired**/
.get-inspired-inner{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin:0 -12px }
.get-inspired-main-col-left{ width:60%; padding: 10px 12px;}
.get-inspired-main-col-ryt{ width:40%; padding: 10px 12px}
.get-inspired-text {background: #F5F5F7;position: relative;padding: 28px 17px 15px;margin: -8px 0 0 0;}
.get-inspired-text .get-name {color: #16243E;font-size: 15px;}
.get-inspired-text .get-name:hover{color: #1E2A77;}
.get-inspired-btn {position: absolute;top: -13px;left: 20px;}
.get-inspired-img {overflow: hidden;}
.get-inspired-img img {width: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: all ease 0.3s;-o-transition: all ease 0.3s;transition: all ease 0.3s;}
.get-inspired-img:hover img {-webkit-transform: scale(1.14) rotate(2deg);-ms-transform: scale(1.14) rotate(2deg);transform: scale(1.14) rotate(2deg);}
.big-big img {-o-object-fit: cover;object-fit: cover;height: 430px;}
.get-inspired-inner-row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; margin: 0 -12px}
.get-inspired-big-col {width: 70%; padding: 10px 12px}
.get-inspired-sm-col {width: 30%; padding: 10px 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.small-small img {height: 177px;}
.big-small-hei img {height: 177px;}
.get-inspired-main-col-ryt {
    width: 40%;
    padding: 10px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -12px;
}
.get-inspired-main-col-ryt .get-inspired-big-col-cn {padding: 10px 12px;}

/** see our company **/
.see-our-company {position: relative;}
.see-our-com-inner {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;background: #EFEFEF;padding: 31px 40px 39px 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.see-our-com-img {width: 60%;padding: 0 50px 0 0;}
.see-our-com-text {padding: 20px 0;width: 40%;}
.see-our-com-text h2 {margin: 0 0 17px 0;color: #041C2C;}
.see-our-company::after {content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; background: #F5F8FA; height: 54%; z-index: -1; }



/** Shop By Collection **/

.shop-by-collection-sec {
    background: #ffffff;
    padding: 56px 0 24px;
}
.shop-by-collection-sec .container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
}
.shop-by-collection-heading {
    text-align: center;
    margin: 0 0 36px;
}
.shop-by-collection-heading h2 {
    margin: 0;
    color: #1A2B56;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.shop-by-collection-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
}
.shop-collection-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    width: 0;
    max-width: none;
    min-width: 0;
    text-decoration: none !important;
    color: inherit;
    text-align: center;
}
.shop-collection-card-media {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 342 / 466;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E5E7EB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.shop-collection-card--lifestyle .shop-collection-card-media {
    border: 1px solid #E5E7EB;
}
.shop-collection-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
}
.shop-collection-card--product .shop-collection-card-media img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.shop-collection-card:hover .shop-collection-card-media img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
}
.shop-collection-card-title {
    display: block;
    margin: 14px 0 0;
    color: #1A2B56;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.shop-collection-card:hover .shop-collection-card-title {
    text-decoration: underline;
}

/** About oak — Our Story **/


.about-oak-sec {
    background: #fff;
    padding: 64px 0;
}
.about-oak-sec .container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
}
.about-oak-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
}
.about-oak-text {
    width: 42%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    padding: 0;
}
.about-oak-img {
    width: 58%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
    position: relative;
    min-width: 0;
}
.about-oak-img::after { display: none; }
.about-oak-text-inner {
    max-width: none;
    margin: 0;
}
.about-oak-eyebrow {
    display: block;
    margin: 0 0 10px;
    color: #1A2B56;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
}
.about-oak-title {
    margin: 0 0 4px;
    color: #1A2B56;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
}
.about-oak-subtitle {
    margin: 0 0 20px;
    color: #1A2B56;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}
.about-oak-text-inner p {
    margin: 0 0 14px;
    color: #4B5563;
    font-size: 15px;
    line-height: 1.65;
}
.about-oak-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 28px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
}
.about-oak-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    min-width: 0;
}
.about-oak-feature-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    color: #1A2B56;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
}
.about-oak-feature-icon svg {
    display: block;
    width: 22px;
    height: 22px;
}
.about-oak-feature-text {
    color: #1A2B56;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.about-btn { margin: 0; }
.about-oak-btn {
    display: inline-block;
    background: #1A2B56;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.about-oak-btn:hover {
    background: #243868;
    color: #fff !important;
}
.about-oak-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
}

/** blogs home — Our Blog carousel (match redesign screenshot) **/
.home-blog.sec-outer-space {
    padding: 72px 0 80px;
    background: #fff;
    margin: 0;
}
.home-blog > .container {
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.home-blog .section-heading {
    margin: 0 0 40px;
    text-align: center;
}
.home-blog .section-heading h2 {
    margin: 0;
    color: #1A2B56;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}
.home-blog .section-heading p {
    margin: 10px 0 0;
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.home-blog .home-page-blog-section {
    position: relative;
    padding: 0 48px;
}
.home-blog .slick-slider2 {
    margin: 0;
}
.home-blog .items {
    padding: 0 14px;
}
.home-blog .blog-item-inner {
    background: transparent;
    border-radius: 0;
    padding: 0;
    height: 100%;
}
.home-blog .post-image {
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 20px;
}
.home-blog .post-image a {
    display: block;
}
.home-blog .post-image img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 20px;
}
.home-blog .post-info-wraper {
    display: block;
    padding: 0;
    position: relative;
    text-align: left;
}
.home-blog .mp-post-info,
.home-blog .author-name {
    display: none !important;
}
.home-blog .post-info-wraper .mp-post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
}
.home-blog .post-info-wraper .mp-post-title a {
    color: #1A2B56;
    text-decoration: none;
}
.home-blog .post-info-wraper .mp-post-title a:hover {
    color: #5FA0C0;
    text-decoration: underline;
}
.home-blog .post-excerpt {
    margin: 0 0 14px;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}
.home-blog .actions {
    margin: 0;
}
.home-blog .mp-read-more {
    color: #1A2B56;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.3;
}
.home-blog .mp-read-more:hover {
    color: #5FA0C0;
}
.home-blog .slick-arrow {
    display: block !important;
    position: absolute;
    top: 130px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #1A2B56;
    background: #fff;
    color: transparent;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.home-blog .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #1A2B56;
    border-right: 1.5px solid #1A2B56;
}
.home-blog .slick-prev {
    left: 0;
}
.home-blog .slick-prev:before {
    -webkit-transform: translate(-40%, -50%) rotate(-135deg);
        -ms-transform: translate(-40%, -50%) rotate(-135deg);
            transform: translate(-40%, -50%) rotate(-135deg);
}
.home-blog .slick-next {
    right: 0;
}
.home-blog .slick-next:before {
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
        -ms-transform: translate(-60%, -50%) rotate(45deg);
            transform: translate(-60%, -50%) rotate(45deg);
}
.home-blog .slick-arrow:hover {
    background: #1A2B56;
}
.home-blog .slick-arrow:hover:before {
    border-color: #fff;
}
.home-blog .slick-dots {
    display: none !important;
}
@media (max-width: 991px) {
    .home-blog.sec-outer-space { padding: 56px 0; }
    .home-blog > .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .home-blog .home-page-blog-section { padding: 0 36px; }
    .home-blog .section-heading h2 { font-size: 30px; }
    .home-blog .post-image img { height: 220px; }
    .home-blog .slick-arrow { top: 110px; }
    .block.newsletter > .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .newsletter-title h3 { font-size: 20px; }
}
@media (max-width: 767px) {
    .home-blog.sec-outer-space { padding: 40px 0; }
    .home-blog > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .home-blog .home-page-blog-section { padding: 0 28px; }
    .home-blog .section-heading h2 { font-size: 26px; }
    .home-blog .section-heading p { font-size: 14px; }
    .home-blog .items { padding: 0 8px; }
    .home-blog .post-image img { height: 200px; border-radius: 16px; }
    .home-blog .post-image { border-radius: 16px; }
    .home-blog .slick-arrow {
        width: 36px;
        height: 36px;
        top: 100px;
    }
    .block.newsletter { padding: 36px 0; }
    .block.newsletter > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .newsletter-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .newsletter-title,
    .newsletter-inner .content {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .block.newsletter .form.subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .block.newsletter .field.newsletter .control input,
    .newsletter-inner .content .actions .action.subscribe.primary {
        border-radius: 6px;
        width: 100%;
    }
    .block.newsletter .actions { width: 100%; }
    .newsletter-inner .content .actions .action.subscribe.primary { width: 100%; }
}

/** blogs listing (non-home) keep existing card look **/
.blog-item-inner {background: #F5F5F7;border-radius: 6px;padding: 16px 17px;}
.blog-item-inner .post-info-wraper .mp-post-title {font-size: 25px;font-weight: 500;line-height: 34px;margin: 0 0 20px 0;}
.blog-item-inner .post-info-wraper .mp-post-title a{color: #2A312E; text-decoration: none;}
.blog-item-inner .post-info-wraper .mp-post-title a:hover{color: #1E2A77;}
.blog-item-inner .post-info-wraper .actions {margin: 23px 0 0 0;}

.blog-item-inner .mp-post-info {
    background: #5FA0C0;
    position: absolute;
    top: -62px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
    left: 0;
    width: 60px;
    line-height: 20px;
}
.blog-item-inner .post-info-wraper {display: block;padding: 20px 0 0 0;position: relative;}
.blog-item-inner .mp-post-info span{display: block; font-size: 14px; color: #fff; font-weight: 300;}

ul.menu-categories a.list-categories:hover, .menu-archives a.list-archives:hover{color: #5FA0C0;}
a.label.label-default.tags-list{font-size: 12px !important;}
a.label.label-default.tags-list:hover{background-color: #5FA0C0; border-color: #5FA0C0; color:#fff; }
.post-post_content ol{padding-left: 15px;}
#mpblog-list-container a:hover{color: #1E2A77; }

/** testimonials — Loved by homeowners across the UK (match design screenshot) **/

.testimonials_home {
    margin: 0 !important;
    position: relative;
    padding: 72px 0 80px !important;
    text-align: center;
    background: #eef1f8 !important;
    overflow: visible !important;
}
.testimonials_home::before,
.testimonials_home::after,
.testimonials_home .testimonials_home-bg {
    display: none !important;
    content: none !important;
    background: none !important;
}
.testimonials_home .container {
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: relative;
    z-index: 1;
}
.testimonials_home .testimonials_home-title,
.testimonials_home h2 {
    margin: 0 0 44px !important;
    color: #1a2b4b !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em;
    text-align: center !important;
}
.testimonials_home .testimonials_slider_wrap {
    position: relative;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.testimonials_home .testimonials_row {
    margin: 0 !important;
    display: block !important;
}
.testimonials_home .slick-list {
    margin: 0 !important;
    overflow: hidden !important;
    padding: 8px 0 12px !important;
}
.testimonials_home .slick-slide {
    padding: 0 !important;
    height: auto !important;
    box-sizing: border-box !important;
    float: none !important;
}
.testimonials_home .slick-slide > div {
    height: 100%;
}
.testimonials_home .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.testimonials_home .testimonials_cols {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    height: 100% !important;
}
.testimonials_home .testimonials_cols_inner {
    background: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 300px !important;
    margin: 0 !important;
    padding: 36px 40px 34px !important;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
    overflow: visible !important;
    -webkit-box-shadow: 0 6px 24px rgba(26, 43, 75, 0.08) !important;
            box-shadow: 0 6px 24px rgba(26, 43, 75, 0.08) !important;
}
.testimonials_home .testimonials_cols_inner::before,
.testimonials_home .testimonials_cols_inner::after {
    display: none !important;
    content: none !important;
}
.testimonials_home .testimonial-quote {
    display: block !important;
    position: static !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: #a8c8de !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 0.7 !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
.testimonials_home .testimonial-quote:empty::before {
    content: "\201C";
}
.testimonials_home .testimonial-stars {
    margin: 0 0 16px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 3px;
    color: #f5c518 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    min-height: 0;
}
.testimonials_home .testimonial-stars span {
    color: #f5c518 !important;
    display: inline-block;
}
.testimonials_home .testimonial-stars img {
    display: none !important;
}
.testimonials_home .testimonial-stars:empty::before {
    content: "★★★★★";
    color: #f5c518;
    letter-spacing: 2px;
}
.testimonials_home .testimonial-text {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 22px !important;
    text-align: left !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.testimonials_home .testimonial-text::before,
.testimonials_home .testimonial-text::after {
    display: none !important;
    content: none !important;
}
.testimonials_home .testimonial-text p {
    margin: 0 !important;
    color: #1a2b4b !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}
.testimonials_home .testimonial-author {
    margin-top: auto !important;
    color: #1a2b4b !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}
.testimonials_home .testimonial-author-name,
.testimonials_home .testimonial-author-place {
    color: #1a2b4b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* Circular outline arrows — kill global slick SVG backgrounds */
.testimonials_home .slick-arrow,
.testimonials_home .testimonials-arrow,
.testimonials_home .slick-prev.slick-arrow,
.testimonials_home .slick-next.slick-arrow {
    position: absolute !important;
    z-index: 10 !important;
    top: 50% !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    border: 1.5px solid #2a2a2a !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    background-size: auto !important;
    box-shadow: none !important;
    cursor: pointer;
    color: #2a2a2a !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-align: center;
    -webkit-mask-image: none !important;
            mask-image: none !important;
}
.testimonials_home .slick-prev.slick-arrow,
.testimonials_home .testimonials-prev {
    left: -8px !important;
    right: auto !important;
}
.testimonials_home .slick-next.slick-arrow,
.testimonials_home .testimonials-next {
    /* right edge of the visible area / over half-card peek */
    right: -8px !important;
    left: auto !important;
}
.testimonials_home .slick-prev.slick-arrow:before,
.testimonials_home .slick-next.slick-arrow:before,
.testimonials_home .testimonials-arrow:before {
    content: '' !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 2px solid #2a2a2a !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid #2a2a2a !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    color: transparent !important;
    background: none !important;
    font-size: 0 !important;
}
.testimonials_home .slick-prev.slick-arrow:before,
.testimonials_home .testimonials-prev:before {
    -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
    margin-left: 17px !important;
}
.testimonials_home .slick-next.slick-arrow:before,
.testimonials_home .testimonials-next:before {
    -webkit-transform: rotate(135deg) !important;
        -ms-transform: rotate(135deg) !important;
            transform: rotate(135deg) !important;
    margin-left: 15px !important;
}
.testimonials_home .slick-arrow span,
.testimonials_home .testimonials-arrow span {
    display: none !important;
}
.testimonials_home .slick-prev.slick-arrow:hover,
.testimonials_home .slick-next.slick-arrow:hover,
.testimonials_home .testimonials-arrow:hover {
    background: #1a2b4b !important;
    background-color: #1a2b4b !important;
    background-image: none !important;
    border-color: #1a2b4b !important;
}
.testimonials_home .slick-prev.slick-arrow:hover:before,
.testimonials_home .slick-next.slick-arrow:hover:before,
.testimonials_home .testimonials-arrow:hover:before {
    border-color: #ffffff !important;
}
.testimonials_home .slick-dots {
    display: none !important;
}


/** Product List **/

.category-view-thumbimage .category-image{
    position: relative; 
    margin: 0;
    z-index: 0;
}
.category-view-thumbimage .category-image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(246,246,248);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(246,246,248,1)), color-stop(70%, rgba(0,0,0,0.1)));
    background: -o-linear-gradient(left, rgba(246,246,248,1) 20%, rgba(0,0,0,0.1) 70%);
    background: linear-gradient(90deg, rgba(246,246,248,1) 20%, rgba(0,0,0,0.1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f8",endColorstr="#000000",GradientType=1);
}
.category-view-thumbimage .category-image > img{
    width: 100%;
    height: 292px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right;
    vertical-align: bottom;
}
.category-view-thumbimage .page-title-wrapper-new{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1300px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 26px 15px;
    z-index: 2;
}
.category-view-thumbimage .page-title-wrapper-new h1{
    margin: 0;
    color: #000;
    font-size: 47px;
    font-weight: bold;
    font-family: 'Jost';
    max-width: 700px;
}

.page-products .page-main.container{
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.product-list-row{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.product-list-sidebar {-webkit-box-flex: 1;-ms-flex: 1 1 23%;flex: 1 1 23%; }
.product-list-main-list {-webkit-box-flex: 1;-ms-flex: 1 1 77%;flex: 1 1 77%; margin-left:auto; }
.product-list-sidebar + .product-list-main-list{padding-left: 40px;}
.breadcrumbs {margin-top: 20px;}
body .sidebar {margin: 0 0 10px 0; border: 1px solid #70707052;}
.filter-options .filter-options-content a{color: #16243E;}

.amasty-catalog-topnav{margin-top: 0;}
.catalog-topnav .filter-options{min-height: 0;}
.amasty-catalog-topnav .filter-options{margin: 0; padding: 0;}
.block.filter{margin-bottom: 20px;}

.toolbar-products {margin: 0 0 0 0;background: #F6F6F8; color: #000; padding: 11px 12px;}
.modes-mode{border-right: 1px solid #d1d1d1;}
.toolbar-products .modes-mode.active::before {color: #fff;}
.toolbar-products .modes-mode.active {background: #1f295d;border-color: #1f295d;}
.toolbar-products .modes-mode {margin: 0 12px 0 0; }
.sorter .sorter-action{top: 6px;}

.sidebar .block.filter{margin-bottom: 0;}
.sidebar .block.filter .filter-title strong {text-transform: uppercase; font-size: 21px; letter-spacing: normal; font-weight: bold; }
.sidebar .block.filter .filter-title {background: #F6F6F8;padding: 14px 13px; margin-bottom: 0px}
.sidebar .block-content {padding: 0;}

.sidebar .block-content .block-subtitle {display: none;}
.product-list-sidebar .sidebar .block-content .filter-options-title {
    letter-spacing: normal;
    border-top: 1px solid #D0D0D0;
    margin: 0;
    padding: 20px 17px 20px 30px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.product-list-sidebar .sidebar .block-content .filter-options-title:first-child{
    border-top: none;
}
.product-list-sidebar .sidebar .block-content .filter-options-title:before{
    content: '-';
    font-size: 26px;
    position: absolute;
    top: 15px;
    width: auto;
    left: 12px;
    border: none;
    bottom: auto;
}
.product-list-sidebar .sidebar .block-content .filter-options-title.hide:before{
    content: '+';
}

.filter-content .filter-options .filter-options-content ol li a {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 500;
}

.filter-current .items{padding: 10px 17px;}


.filter-current li .action.remove, .sidebar .block-content .action.clear{ color:#ff0000; font-weight: 600}
.filter-current + .filter-actions{padding: 0 15px; margin-bottom:0; }



.pages .action.next:hover:before, .pages .action.previous:hover:before{color: #fff;}
.pages .item{vertical-align: middle;}
.pages .action{border: none;}

body .sidebar.sidebar-additional1 {padding: 15px 13px;}
.product-list-row {margin: 15px 0 40px 0;}
.products + .toolbar-products {background: none;}
body .sidebar.sidebar-additional1 .block-content {padding: 0;}

.products-grid .product-items .product-item {width: 25%;margin: 0 !important;clear: none !important;padding: 20px 15px; -webkit-box-shadow: none !important; box-shadow: none !important}
.products-grid .product-items {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -15px !important;}

.products-grid .product-items.slick-slider{
    display: block;
    margin: 0;
}


.products-grid .product-items .product-item .product-item-info {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.products-grid .product-items .product-item .product-item-info:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.products-grid .product-items .product-item .product-item-info .product-image-container{
    width: 100% !important;
}
.products-grid .product-items .product-item .product-item-info .product-image-container .product-image-photo{
    width: 100%;
}

.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link {
    color: #212F3C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link:hover{color: #1E2A77;}
.products-grid .product-items .product-item .product-item-info .price-box {
    margin: 10px 0 22px 0;
    min-height: 56px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
    display: block;
    margin: 0 0 5px 0;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price {
/*    color: #000;*/
/*    font-weight: 500;
    font-size: 16px;*/
}
.product-item .price-box .price-label{display: none;}
/*.price-box .price-container .price{font-size: 16px;}*/

.product-item .price-box .price, .price-container .price-including-tax + .price-excluding-tax, .price-container .weee, .price-container .price-including-tax + .price-excluding-tax .price, .price-container .weee .price, .price-container .weee + .price-excluding-tax:before, .price-container .weee + .price-excluding-tax .price{font-size: 14px; color: #888888;}

.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before{font-size: 14px; font-weight: normal; color: #888888; }
.product-item .price-box .price-including-tax{font-size: 16px; font-weight: 500; color: #000;}
.product-item .price-box .price-including-tax .price{font-size: 16px; font-weight: 500; color: #000;}
.price-including-tax:before{content: attr(data-label) ': '; font-size: 16px; }

.products-grid .product-items .product-item .product-item-info .product-item-details {
    padding: 10px 11px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
    margin: 0;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .actions-secondary, .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateX(90px);
        -ms-transform: translateX(90px);
            transform: translateX(90px);
}

.products-grid .product-items .product-item .product-item-info .product-item-inner .actions-secondary .action, .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 6px 0;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 14px #cacaca;
            box-shadow: 0px 0px 14px #cacaca;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .actions-secondary .action::before, .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action:hover {
    font-size: 38px;
    color: #1E2A77;
}

.products-grid .product-items .product-item .product-item-info:hover .product-item-inner .actions-secondary, .products-grid .product-items .product-item .product-item-info:hover .product-item-details .product-item-actions .actions-secondary{ -webkit-transform:none; -ms-transform:none; transform:none; }
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action:before{font-size: 38px; color: #1E2A77; line-height: 40px;}

body:not(.catalog-product-view) .page-title-wrapper .page-title {font-size: 40px; width: 100%;
    position: relative;
    z-index: 1;}
body:not(.catalog-product-view) .page-title-wrapper .page-title .base{background: #fff; padding-right: 10px;}
body:not(.catalog-product-view) .page-title-wrapper .page-title:after{content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #5FA0C0;
    z-index: -1;}    
body:not(.catalog-product-view) .page-title-wrapper .page-title .base::first-letter{color: #5FA0C0; }    


.products-list .product-items .product-item {margin: 0 0 40px 0;-webkit-box-shadow: none !important;box-shadow: none !important;}
.products-list .product-items .product-item .product-item-info {
    background: #F5F5F5;
}
.products-list .product-items .product-item .product-item-info .product-item-photo {padding: 20px; width: 25%;}
.products-list .product-items .product-item .product-item-info .product-item-photo .product-image-container{width: 100% !important;}
.products-list .product-items .product-item .product-item-info .product-item-details {padding: 15px 13px; width: 75%;}



.products-list .product-items .product-item .product-item-info .product-item-details .product-item-link {
    color: #212F3C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}


.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price {
    color: #212F3C;
    font-weight: bold;
    font-size: 18px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .action.more {
    font-size: 18px;
    margin: 16px 0 0 0;
    display: inline-block;
    color: #1E2A77;
    font-weight: bold;
}
.products-list .product-items .product-item .product-item-info .product-item-details .actions-secondary .action::before {
    font-size: 42px;
    color: #1E2A77;
}
.products-list .product-items .product-item .product-item-info .product-item-details .actions-secondary .action {
    margin: 0 7px;
}
.toolbar-products .pages .pages-items .page {width: 34px; height: 34px; font-size: 16px; line-height: 35px; color: #000; margin: 0 4px 0 0; }
.catalog-category-view .category-view [data-content-type='row'][data-appearance='contained']{max-width: 100%;}
.catalog-category-view .category-view [data-content-type='row'][data-appearance='contained'] [data-element='inner']{padding-left: 0 !important; padding-right:0 !important;  }

.search.results > div > dl.block{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:8px; }
.search.results > div > dl.block .title{margin-bottom: 0;  margin-top: 7px;}
.search.results > div > dl.block .title:after{content: ':'; margin-right: 5px;}
.search.results > div > dl.block .item{margin-right: 3px; margin-bottom: 0; margin-top: 7px;}
.search.results > div > dl.block .item a{color: #212F3C; background:#f0f0f0; padding:3px 7px; }
.search.results > div > dl.block .item a:hover{background: #5FA0C0; color: #fff;}

.category-view-sprayfinish{margin: 20px auto 10px; background: #f0f0f0; padding: 10px; max-width: 1270px;}
.category-view-sprayfinish img{vertical-align: bottom; width: 100%;}
.category-description{max-width: 1270px; margin:0 auto 20px; }

/*Product List page*/

/*Category list*/
.category-view .category-list-section .category-list{display: flex; flex-wrap: wrap; width: 100%; max-width: 1270px; margin-left: auto; margin-right: auto; padding: 0; list-style: none; column-gap: 20px; row-gap: 20px;}
.category-view .category-list-section .category-list li{width: calc(25% - 15px); background: #f5f5f7; border: 1px solid #f5f5f7; padding: 0 0 60px; text-align: center; margin: 0; position:relative; }
.category-view .category-list-section .category-list li .block-promo{position: relative; overflow: hidden; width: 100%; display: inline-block; vertical-align: bottom; padding-top: 57%; background-color: #fff;}
.category-view .category-list-section .category-list li .block-promo img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.category-view .category-list-section .category-list li .page-title-wrapper-new{display: inline-block; width: 100%; vertical-align: bottom; padding: 15px;}
.category-view .category-list-section .category-list li .category-title-new{font-size: 16px; font-weight: 500; font-family: 'Montserrat'; margin: 0;}
.category-view .category-list-section .category-list li .category-title-new span.base{display: block;}
.category-view .category-list-section .category-list li .btn-secondary-btn{padding: 7px 20px; line-height: 30px; height: auto; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 160px;}

.product-list-sidebar + .product-list-main-list .category-view-sprayfinish{max-width: 100%; }
.product-list-sidebar + .product-list-main-list .category-description{max-width: 100%; }

.catalogsearch-result-index .breadcrumbs, body.catalog-category-view:not(.category-internal-doors):not(.category-room-dividers):not(.category-external-doors-sidelights):not(.category-ironmongery) .breadcrumbs{max-width: 100%; padding-left: 30px; padding-right: 30px;}


/*Category list*/


/*Product details*/
.product-media-content{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.page-layout-1column .product-info-main{width: 420px; padding-top: 24px; margin-bottom: 25px; padding-right: 20px;}
.page-layout-1column .product.media{width: calc(100% - 680px); padding-top: 24px; padding-right: 20px; position: sticky; top: 30px; }
.page-layout-1column .related-product-content{width: 260px; border: 1px solid #e5eaee; margin-top: 24px; position: sticky; top: 30px;}
.page-layout-1column .related-product-content--bottom{
    width: 100%;
    max-width: 100%;
    position: static;
    margin: 40px 0 30px;
    border: 1px solid #e5eaee;
    clear: both;
}
.catalog-product-view .related-product-content .products{margin: 0 !important;}
.product-info-main .page-title-wrapper{margin-top: 0;}
.product-info-main .page-title-wrapper .page-title{font-size: 27px; font-weight: 600; font-family: 'Montserrat'; line-height:38px; margin-top:0; }

select{border: 1px solid #e5eaee; padding: 10px 35px 10px 20px; height:auto; line-height:24px; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-image:url(../images/select-arrow.png); background-repeat:no-repeat; background-position:center; background-position-x: calc(100% - 20px); background-size:10px; border-radius:2px; }
.product-info-main .price-box{margin-bottom: 10px;}
.product-info-main .price-box .price-label{display: none !important;}


.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price{font-weight: 500; color: #212F3C;}
.product-info-main .product-addto-links a.action, .product-options-bottom .product-addto-links a.action{background: #F5F5F7; padding: 7px 10px; line-height: 26px; border: none; font-size: 16px; font-weight: 500; font-family: 'Montserrat'; border-radius: 0;}
.product-info-main .product-addto-links a.action:hover, .product-options-bottom .product-addto-links a.action:hover{border: none; background: #1E2A77; color: #fff;}
.product-info-main .product-addto-links a.action + a.action, .product-options-bottom .product-addto-links a.action + a.action{margin-left: 12px;}

.product-info-main .price-box .price-including-tax, .product-options-bottom .price-box .price-including-tax{margin-bottom: 18px;}
.product-info-main .price-box .price-including-tax:before, .product-options-bottom .price-box .price-including-tax:before{font-size: 20px; color: #000;}
.product-info-main .price-box .price-including-tax .price, .product-options-bottom .price-box .price-including-tax .price{font-size: 20px; font-weight: 500; color: #000;}

.product-info-main .price-box .price-including-tax + .price-excluding-tax .price, .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price, .product-info-main .price-box .weee + .price-excluding-tax .price, .product-options-bottom .price-box .weee + .price-excluding-tax .price{font-size: 16px; color: #888;}

.product-info-main .price-box .price-including-tax + .price-excluding-tax:before, .product-options-bottom .price-box .price-including-tax + .price-excluding-tax:before, .product-info-main .price-box .weee + .price-excluding-tax:before, .product-options-bottom .price-box .weee + .price-excluding-tax:before{font-size: 16px; color: #888;}


.product-info-main .box-tocart, .product-options-bottom .box-tocart{margin-bottom: 0;}
.product-info-main .box-tocart .fieldset, .product-options-bottom .box-tocart .fieldset{margin-bottom: 0;}

.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty{width: 100%; display: block; padding-right: 0; margin-bottom: 0; position: relative;}
.product-info-main .box-tocart .field.qty .label, .product-options-bottom .box-tocart .field.qty .label{position: absolute; top: 0; left: 0; width: auto; padding: 13px 10px; line-height: 26px; margin: 0;}

.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty{width: 100%; padding-left: 100px; text-align: left;}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions{display: block; width: 100%;}
.product-info-main .box-tocart .actions .action, .product-options-bottom .box-tocart .actions .action{width: 100%;}

.product-img-beskope{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-column-gap:7px; -moz-column-gap:7px; column-gap:7px; border-top:1px solid #e5eaee; border-bottom:1px solid #e5eaee; padding:7px 0; margin:15px 0; }
.product-img-beskope img{vertical-align: bottom;}
/*.product-info-main #p_guarantee, .product-info-main .bespoke{display: inline-block; vertical-align: top;}
.product-info-main .guarantee-above{display: none;}*/

.catalog-product-view .certification-installation-documents{
    clear: both;
    width: 100%;
    margin: 25px 0 20px;
    padding: 20px 0 0;
    border-top: 1px solid #e5eaee;
}

.catalog-product-view .certification-installation-documents .fd30-cert-docs,
.catalog-product-view .certification-installation-documents #fd30-certification-installation-documents{
    max-width: 100%;
}

.catalog-product-view .certification-installation-documents .fd30-cert-docs h3,
.catalog-product-view .certification-installation-documents #fd30-certification-installation-documents h3{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #212F3C;
    line-height: 1.4;
    margin: 0 0 8px;
}

.catalog-product-view .certification-installation-documents .fd30-cert-docs > p,
.catalog-product-view .certification-installation-documents #fd30-certification-installation-documents > p{
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 12px;
}

.catalog-product-view .certification-installation-documents .fd30-cert-docs > p:last-child,
.catalog-product-view .certification-installation-documents #fd30-certification-installation-documents > p:last-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.catalog-product-view .certification-installation-documents .fd30-cert-docs a.action.primary,
.catalog-product-view .certification-installation-documents #fd30-certification-installation-documents a.action.primary{
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px 16px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    text-decoration: none;
}


/*.product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap{width: 70px;}
.product.media .fotorama__wrap{padding-left: 80px;}
.product.media .fotorama__stage{left:0 !important; }
.product.media .fotorama__stage .fotorama__stage__shaft{max-width: 100% !important;}*/

.product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame--thumb{width: 100px !important; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 0 !important; border: 1px solid #70707030; height: 100px !important; margin-right: 5px; margin-top: 5px;}
.product.media .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame--thumb.fotorama__active{border-color: #5FA0C0;}
.product.media .fotorama__thumb{background: none;}
.product.media .fotorama__thumb-border{display: none;}

.product.media .fotorama__arr--prev{background-image: url("../images/slide-ar-prev.svg"); border: none !important; background-repeat: no-repeat; background-position: center;}
.product.media .fotorama__arr--next {background-image: url("../images/slide-ar-next.svg"); border: none !important; background-repeat: no-repeat; background-position: center; right: 0 !important; }
.product.media .fotorama__arr .fotorama__arr__arr{display: none;}

.product.info.detailed .product.data.items .item.content h2{font-size: 24px; font-weight: 500;}
.product.info.detailed .product.data.items .item.content h3{font-size: 24px; font-weight: 500;}
.product.info.detailed .product.data.items .item.content ul.feat_chip_list{padding: 0; list-style: none; float: left; margin: 5px 5px 5px 0;}
.product.info.detailed .product.data.items .item.content ul.feat_chip_list li{display: inline-block; vertical-align: top; margin-right: 7px;}
.product.info.detailed .product.data.items .item.content .group:after {content: ""; display: table; clear: both; }
.product.info.detailed .product.data.items .item.content .feat_link_all{float: left; }
.product.info.detailed .product.data.items .item.content .feat_link_all a{ color: #16243E; background: #F5F5F7; padding: 7px 10px; line-height: 26px; border: none; font-size: 16px; font-weight: 500; font-family: 'Montserrat'; border-radius: 0;}
.product.info.detailed .product.data.items .item.content ul{padding-left: 20px; list-style:disc; }
.product.info.detailed .product.data.items .item.content ul ul{list-style: lower-alpha;}
.product.info.detailed .product.data.items .item.content ul li{margin: 0;}


.size-guide-holder table{border: 1px solid #e5eaee;}
.size-guide-holder table tr:nth-child(even){background: #f2f2f2;}
.size-guide-holder table tr th{background: #9ADEFF; color: #fff;}


.review-form{max-width: 100%;}
.review-form .fieldset{margin-bottom: 15px;}
.review-form .fieldset > .field{max-width: 500px;}


.review-list .block-title strong{font-weight: 600;}
.review-list .review-item{display: flex; flex-wrap: wrap;}
.review-list .review-title{font-weight: 500; font-size: 18px; width: 100%;}
.review-list .review-content-container{width: calc(100% - 120px); padding-left: 20px;}
.review-list .abs-rating-summary, .review-list .review-ratings{display: block; width: 120px; border-right: 1px solid #e5eaee;}
.review-list .abs-rating-summary .rating-label, .review-list .review-ratings .rating-label{width: 100%; padding-right: 0; display: block;}
.review-list .review-details{font-size: 14px;}

.rating-summary .rating-result > span:before{color: #f5cc26;}
.review-control-vote label:before{color: #f5cc26;}




input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"]{border: 1px solid #e5eaee; padding: 10px 20px 10px 20px; height:auto; line-height:24px; border-radius: 2px; font-size: 16px;}
textarea{border: 1px solid #e5eaee; padding: 10px 20px 10px 20px; height:120px; line-height:24px; border-radius: 2px; resize: none;}


.fieldset > .field{margin: 0 0 15px;}
.fieldset>.field:not(.choice)>.label{width: 100%; text-align: left; margin-bottom: 7px; font-weight: 500;}
.fieldset>.field:not(.choice)>.control{width: 100%;}
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after{margin-left: 0;}

.block .title{text-transform: capitalize; }
div[aria-labelledby="block-related-heading"] .block-actions{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: #FBFBFD; padding: 7px 10px;}

.catalog-product-view .products{margin: 0; padding: 0;}
.catalog-product-view .block-margin.block{margin-bottom: 0;}


.catalog-product-view .owl-carousel.products .owl-stage{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.catalog-product-view .owl-carousel.products .owl-item .product-item {height: 100%}

.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related{width: 100%; position: relative;}
.catalog-product-view .field.choice.related input{position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden;}
.catalog-product-view .field.choice.related input + label{position: relative; padding-left: 24px; line-height: 18px;}
.catalog-product-view .field.choice.related input + label:before{content: ''; width: 16px; height: 16px; border: 1px solid; line-height: 18px; text-align: center; position:absolute; top:0; left:0; }
.catalog-product-view .field.choice.related input:checked + label:before{background: #5FA0C0; border-color: #5FA0C0;}

.catalog-product-view .products-grid .product-items .product-item .product-item-info{background: #F5F5F7 !important; border:1px solid #F5F5F7; height:100%; }
.catalog-product-view .column.main .block .title{margin: 0 0 25px;}
.catalog-product-view .column.main .block .title strong{font-size: 47px; font-family: 'Jost';}
.catalog-product-view .column.main .related-product-content .block .title{background: #1E2A77; color: #fff; margin: 0; padding: 10px 15px;}
.catalog-product-view .column.main .related-product-content .block .title strong{font-size: 24px;}
.catalog-product-view .related-product-content:not(.related-product-content--bottom) .products .product-item{width: 100%; padding: 10px 0; border-bottom: 1px solid #e5eaee; }
.catalog-product-view .related-product-content:not(.related-product-content--bottom) .products .product-item:last-child{border-bottom: none;}
.catalog-product-view .related-product-content:not(.related-product-content--bottom) .products .product-item .product-item-info{display: flex; background: none !important; text-align:left; border: none; }
.catalog-product-view .related-product-content:not(.related-product-content--bottom) .products .product-item .product-item-info:hover{box-shadow: none !important;}
.catalog-product-view .related-product-content:not(.related-product-content--bottom) .products .product-item .product-item-info .product-item-photo{width: 25%;}
.catalog-product-view .related-product-content:not(.related-product-content--bottom) .products .product-item .product-item-info .product-item-details{width: 75%; padding: 0 7px;}
.related-product-content:not(.related-product-content--bottom) .products-grid .product-items .product-item .product-item-info .product-item-name{margin-top: 0;}
.related-product-content:not(.related-product-content--bottom) .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link{font-size: 14px; min-height: 0;}
.related-product-content:not(.related-product-content--bottom) .products-grid .product-items .product-item .product-item-info .price-box{margin-bottom: 7px; min-height: 0;}
.related-product-content p.pad{padding: 10px 10px 0;}
.related-product-content .store-info-product-img{width: 40%; padding: 0 10px 10px; float: left;}
.related-product-content .store-info-product-img p{margin: 0;}
.related-product-content .store-info-product-img img{vertical-align: bottom;}
.related-product-content .store-info-product{width: 60%; padding-right: 10px; padding-bottom: 10px; float: left;}
.related-product-content .store-info-product h3{font-size: 18px; margin-top: 0;}
.related-product-content .store-info-product p.pad{padding: 0;}

.related-product-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary{display: none;}
.related-product-content div[aria-labelledby="block-related-heading"] .block-actions{flex-direction: column;}
.related-product-content .block.related .action.select{padding: 7px 20px;}

/* Related products at bottom of PDP — multi-column grid */
.catalog-product-view .related-product-content--bottom{
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    margin: 40px 0 30px !important;
    border: 1px solid #e5eaee;
    clear: both;
}
.catalog-product-view .related-product-content--bottom .block.related .title{
    background: #1E2A77;
    color: #fff;
    margin: 0 !important;
    padding: 12px 20px;
}
.catalog-product-view .related-product-content--bottom .block.related .title strong{
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff;
}
.catalog-product-view .related-product-content--bottom .block-actions{
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #FBFBFD;
}
.catalog-product-view .related-product-content--bottom .products-grid .product-items,
.catalog-product-view .related-product-content--bottom ol.product-items,
.catalog-product-view .related-product-content--bottom #relateditem_carousel_related{
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 16px !important;
    list-style: none;
    width: 100%;
}
.catalog-product-view .related-product-content--bottom .products .product-item,
.catalog-product-view .related-product-content--bottom .products-grid .product-items > .product-item,
.catalog-product-view .related-product-content--bottom #relateditem_carousel_related > .product-item{
    width: auto !important;
    float: none !important;
    clear: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: block !important;
}
.catalog-product-view .related-product-content--bottom .product-item-info{
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    background: #fff !important;
    border: 1px solid #eef1f4 !important;
    padding: 12px;
    height: 100%;
}
.catalog-product-view .related-product-content--bottom .products .product-item .product-item-info .product-item-photo,
.catalog-product-view .related-product-content--bottom .products .product-item .product-item-info .product-item-details{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
}
.catalog-product-view .related-product-content--bottom .product-item-photo{
    margin: 0 auto 12px !important;
    display: block;
}
.catalog-product-view .related-product-content--bottom .product-item-link{
    font-size: 14px !important;
    line-height: 1.35 !important;
    display: block;
    color: #16243E;
}
@media (max-width: 1199px) {
    .catalog-product-view .related-product-content--bottom .products-grid .product-items,
    .catalog-product-view .related-product-content--bottom ol.product-items,
    .catalog-product-view .related-product-content--bottom #relateditem_carousel_related{
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 991px) {
    .catalog-product-view .related-product-content--bottom .products-grid .product-items,
    .catalog-product-view .related-product-content--bottom ol.product-items,
    .catalog-product-view .related-product-content--bottom #relateditem_carousel_related{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 640px) {
    .catalog-product-view .related-product-content--bottom .products-grid .product-items,
    .catalog-product-view .related-product-content--bottom ol.product-items,
    .catalog-product-view .related-product-content--bottom #relateditem_carousel_related{
        grid-template-columns: 1fr !important;
    }
}

.block.related{margin-bottom: 0;}
.catalog-product-view .layout-1-col.row{padding-bottom: 0;}

.shpping-container-footer{display: -webkit-box;display: -ms-flexbox;display: flex; margin-bottom: 50px;}
.shpping-container-footer > div{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto; padding: 10px 30px 10px 120px ; font-size: 18px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.shpping-container-footer span.free-delivery-icon{position: absolute; top: 50%; left: 30px; width: 70px; height: 70px; border-radius: 50%; background-color: #F5F5F7; background-image: url(../images/van.png); background-repeat: no-repeat; background-position: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.shpping-container-footer span.price-promise-icon{position: absolute; top: 50%; left: 30px; width: 70px; height: 70px; border-radius: 50%; background-color: #F5F5F7; background-image: url(../images/pp.png); background-repeat: no-repeat; background-position: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.shpping-container-footer span.contact-icon{position: absolute; top: 50%; left: 30px; width: 70px; height: 70px; border-radius: 50%; background-color: #F5F5F7; background-image: url(../images/email-phone.png); background-repeat: no-repeat; background-position: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.shpping-container-footer p{margin: 0;}
.shpping-container-footer a{color: #16243E;}

/*Cart Page*/
.form.form-cart{width: 70%;}
.cart-summary{width: 100%; max-width: calc(30% - 30px); }
.cart.table-wrapper .col.qty .input-text{padding: 7px 10px;}
.cart.table-wrapper .item-actions td{padding: 0; }
.cart.table-wrapper .item-actions .actions-toolbar{margin-top: -50px; text-align: right;}
.cart.table-wrapper .item-actions .actions-toolbar .action{padding: 11px 10px; background: #F5F5F7; color: #333; border-radius: 0; border-color: #F5F5F7; margin-right: 4px;  position: relative; z-index: 1;}
.cart.table-wrapper .item-actions .actions-toolbar .action:last-child{margin-right: 0;}
.cart.table-wrapper .item-actions .actions-toolbar .action:hover{background: #1E2A77; color: #fff;}
.cart.table-wrapper .price-including-tax, .cart.table-wrapper .price-excluding-tax{font-size: 14px;}
.cart.table-wrapper .item .col.item{padding-top: 20px;}

.cart.table-wrapper .product-item-details{padding-bottom: 50px;}
.cart.table-wrapper tr:nth-child(even){background-color: transparent; }

#co-shipping-method-form .item-options .field.item{margin-left: 0;}


/*Checkout*/
.checkout-index-index .page-main{max-width: 100%; padding-left: 0; padding-right: 0;}
.checkout-index-index .am-checkout{margin: 0;}
.checkout-index-index .am-checkout:not(.-modern){padding: 20px 40px;}
.abs-checkout-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{font-weight: 700; font-family: 'Jost'; }
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{text-transform: uppercase; font-size: 20px; }
.opc-wrapper .form-login, .opc-wrapper .form-shipping-address{max-width: 100%;}
.opc-progress-bar-item._active > span:before{background: #5FA0C0;}
.opc-progress-bar-item._active:before{background: #5FA0C0;}
.opc-wrapper .shipping-address-item.selected-item{border-color: #293264;}
.checkout-header h1.title{font-size: 40px;}
.opc-wrapper .shipping-address-item.selected-item:after{background: #293264;}
.checkout-index-index .modal-popup .modal-inner-wrap{-webkit-transform: none !important;-ms-transform: none !important;transform: none !important;}

.modal-popup .modal-title{font-weight: 700; font-family: 'Jost'; font-size: 20px; text-transform: uppercase;}

.opc-progress-bar{text-align: center;}
.opc-progress-bar-item > span{font-weight: 500; font-size: 16px;}

.checkout-shipping-method .actions-toolbar .action.primary{min-width: 120px;}

.block-authentication .block-title strong{font-weight: 700; font-family: 'Jost'; font-size: 20px; text-transform: uppercase;}

.modal-custom .action-close{background: #F5F5F7;}
.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before{color: #fff;}

.action.action-auth-toggle{padding: 11px 10px; background: #F5F5F7; color: #333; border-radius: 0; border-color: #F5F5F7;}
.action.action-auth-toggle:hover{color: #fff; text-decoration: none;}

.form.payments fieldset > legend{display: none;}
.form.payments fieldset > legend ~ br, .form.payments fieldset > legend ~ hr{display: none;}

.checkout-payment-method .payment-option._collapsible{background: #e5eaee;}
.checkout-index-index .form-discount{position: relative;}
.checkout-index-index .form-discount input{border-color: #fff; padding-right: 150px;}
.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar{position: absolute; top: 0; right: 0;}
.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar .action{margin-right: 0; padding: 14px; background: #1E2A77; border-color: #1E2A77; border-radius: 0 2px 2px 0;}
.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar .action:hover{background: #5FA0C0 !important; border-color: #5FA0C0;}

.checkout-index-index .header.content{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.opc-block-shipping-information{padding: 20px 0 0; }
.opc-block-shipping-information button.action.action-edit{background: none !important;}
.checkout-index-index .form .fieldset>.field.field-select-billing .label{height: auto;}

.block-authentication .block-customer-login{border-right: none; padding-right: 0;}
.checkout-index-index .checkout-block{-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);}

.payment-group .field.choice{position: relative;}
.payment-group .field.choice input{position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden;}
.payment-group .field.choice label{display: inline-block; width: 100%; padding-left: 24px; position:relative; cursor:pointer; }
.payment-group .field.choice label:before{content: ''; width: 18px; height: 18px; border: 1px solid #e5eaee; position: absolute; top: 1px; left: 0; font-family:'FontAwesome'; font-size: 12px; text-align: center; line-height: 16px;}
.payment-group .field.choice input:checked + label:before{content: '\f00c'; background: #5FA0C0; color: #fff;}

.payment-group .field.choice label span{display: block;}

.admin__field-option{position: relative;}
.admin__field-option input{position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden;}
.admin__field-option label{display: inline-block; width: 100%; padding-left: 24px; position:relative; cursor:pointer; }
.admin__field-option label:before{content: ''; width: 18px; height: 18px; border: 1px solid #e5eaee; position: absolute; top: 1px; left: 0; font-family:'FontAwesome'; font-size: 12px; text-align: center; line-height: 16px;}
.admin__field-option input:checked + label:before{content: '\f00c'; background: #5FA0C0; color: #fff;}



.checkout-index-index .form .fieldset>.field:not(.choice)>.control{margin-left: 0;}
.payment-method-content form input, .payment-method-content form select{width: 100% !important;}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field{width: 50% !important;}
.checkout-payment-method .ccard > .field.cvv > .control{padding-right: 30px;}

.checkout-payment-method.submit .actions-toolbar{margin-top: 15px;}
.checkout-payment-method.submit .actions-toolbar .primary{width: 100%;}

.checkout-index-index .form-discount .payment-option-inner{margin-bottom: 0;}

.checkout-index-index .opc-block-summary .minicart-items .delete{width: 12px; height: 12px; background-size: 12px; border: none;}

.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item{width: 100%;}

.opc-block-summary .minicart-items-wrapper{padding-right: 0;}

.step-content .form.form-login .actions-toolbar .secondary a.action{margin-right: 10px; margin-top: 10px;}

.payment-method-braintree .hosted-control{height: 36px; border: 1px solid #e5eaee;}
.checkout-payment-method .credit-card-types{margin-bottom: 10px;}
#braintree_expirationDate{width: 120px;}
#checkout-payment-method-load .payment-method-braintree .cvv .field-tooltip{top: 0;}
.payment-method-braintree .hosted-error{display: none;}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error{display: block;}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin: 0;}
.checkout-payment-method .payment-method._active .payment-method-content{padding-bottom: 10px;}
.checkout-payment-method .payment-method + .payment-method .payment-method-title .label[for="paypal_express"]{padding-left: 100px;}
.checkout-payment-method .payment-method + .payment-method .payment-method-title .label[for="paypal_express"] .payment-icon{position: absolute; top: 0; left: 24px; width: 60px;}

.action.action-auth-toggle{border-radius: 2px;}

.checkout-index-index .opc-block-summary{background-color: transparent;}
.checkout-index-index .opc-block-summary .table-totals .mark strong{font-weight: 700;}
.checkout-index-index .table-totals tr{border-top: 1px solid #ccc;}
.checkout-index-index .table-totals tr:nth-child(even){background-color: transparent;}
.checkout-index-index .table-totals tr.totals-tax{background-color: #f1f1f1;}
.table-checkout-shipping-method .amcheckout-items .amcheckout-method td.col-carrier{width: 100%;}

/*Blog page*/
.at-share-dock-outer.addthis-smartlayers-mobile, .addthis-smartlayers-desktop{display: none;}

.mpblog-post-index .columns{ display: -ms-flexbox; display: -webkit-box; display: flex; padding-bottom: 60px;}
.mpblog-post-index .columns > .col-main{width: 66.66%;}
.mpblog-post-index .columns > .sidebar{width: 33.33%; border: none; padding-left: 30px;}
.mpblog-post-index .columns > .sidebar + .col-lg-3{display: none;}

.mpblog-month-view .columns{ display: -ms-flexbox; display: -webkit-box; display: flex; padding-bottom: 60px;}
.mpblog-month-view .columns > .col-main{width: 66.66%;}
.mpblog-month-view .columns > .sidebar{width: 33.33%; border: none; padding-left: 30px;}
.mpblog-month-view .columns > .sidebar + .col-lg-3{display: none;}

.post-list-body{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.post-list-body .mp-clear{display: none;}

.mpblog-author-view .layout-1-col.row{align-items: flex-start;}

.post-list-body .post-item-wraper{height: 100%;}
.post-list-body .post-info-wraper {display: block;padding: 20px 0 0 0;position: relative;}
.post-list-body .post-info-wraper .mp-post-title {font-size: 20px;font-weight: 500;line-height: 34px;margin: 0 0 5px;}
.post-list-body .post-info-wraper .mp-post-title a{color: #2A312E; text-decoration: none;}
.post-list-body .post-info-wraper .actions {margin: 23px 0 0 0; border-top: 1px solid #e5eaee; padding-top: 15px;}
.post-list-body .mp-post-info { font-size: 14px; color: #2A312E; font-weight: 500; padding: 13px 0; left: 0; }
.post-list-body .post-image img.img-responsive{width: 100%; -o-object-fit: cover; object-fit: cover;}
.post-list-body .mp-post-info a{color: #2A312E;}
.post-list-body .post-short-description{font-size: 14px;}
.sidebar .product.data.items > .item.title > .switch{height: auto; background: none; cursor: pointer;}
.sidebar .product.data.items > .item.title.active > .switch{background: #5FA0C0; border-color: #5FA0C0; color: #fff;}
.sidebar .product.data.items > .item.content{padding-left: 0; padding-right: 0; padding-top: 5px;}
.sidebar .list-post-tabs a{color: #2A312E;}
.sidebar .list-post-tabs a:hover{color: #5FA0C0;}
.sidebar .list-post-tabs{padding: 10px 0; border-bottom:1px solid #e5eaee; }
.sidebar .list-post-tabs:hover{background-color: transparent;}
.sidebar .list-post-tabs img{vertical-align: bottom;}
.sidebar .block-title p{font-weight: 600;}
.mp-footer{display: none;}
.mpblog-search .input-text{border-width: 0 0 1px 0;}
.mpblog-search button.action.search{top: 10px;}
.sidebar .list-post-tabs .post-right{padding-right: 10px;}
body.mpblog-author-view .sidebar.sidebar-additional1{display: none;}


.mpblog-post-view .columns{ display: -ms-flexbox; display: -webkit-box; display: flex; padding-bottom: 60px;}
.mpblog-post-view .columns > .col-main{width: 66.66%;}
.mpblog-post-view .columns > .sidebar{width: 33.33%; border: none; padding-left: 30px;}
.mpblog-post-view .columns > .sidebar + .col-lg-3{display: none;}
body.mpblog-post-view:not(.catalog-product-view) .page-title-wrapper .page-title{margin-bottom: 20px;}
body.mpblog-post-view:not(.catalog-product-view) .page-title-wrapper .page-title:after{content: none;}

.post-view-image img{width: 100%;}
.post-view .mp-post-info{font-size: 14px;}
.about-admin h2{font-size: 20px;}
.block-blog-related .related-content-container .author-content-image{width: 80px;}
.block-blog-related .related-content-container .author-content-image img{vertical-align: bottom;}
.about-admin .related-content-container{padding: 0;}

#sharing{padding: 20px 20px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between;}
#sharing .share-col-left{width: auto;}
#sharing .share-col-right{width: auto;}
#sharing h5{font-size: 18px; margin: 0;}
.post-sharing-button{text-align: right;}

.mpblog-post-view .post-post_content h2, .mpblog-post-view .post-post_content h3{font-size: 24px; margin-bottom: 5px;}
.mpblog-post-view .post-post_content ul li h3{font-size: 15px; margin: 0; font-weight: normal;}

.mp-sidebar.mpcss .author-image{width: 80px; float: left; margin-left: 10px; margin-right: 10px;}
.mp-sidebar.mpcss .author-image img{margin: 0;}
.mp-sidebar.mpcss .author-name{ float: right; width: calc(100% - 100px);}
.mp-sidebar.mpcss .author-name h3{font-size: 18px; font-weight: normal; text-align: left; margin: 0;}
.author-social img.img-responsive{margin-left: 0; margin-right: 15px;}

.pages .action.next:hover:before, .pages .action.previous:hover:before{color: #1979c3;}


/*Login Register page*/
.login-container .block .login .actions-toolbar > .secondary{float: right; margin-top: 10px;}
.login-container .block .block-title{font-size: 20px; font-family: 'Jost'; text-transform: uppercase;}
.abs-login-block-title strong, .login-container .block .block-title strong{font-weight: 700;}

.block-customer-login{padding-right: 30px; border-right:1px solid #e8e8e8; }
.block-customer-login .fieldset:last-child{margin-bottom: 0;}

.refreshing .control.captcha-image .captcha-img{width: 200px; height: 50px; -o-object-fit: cover; object-fit: cover;}


/*accounts pages*/

.account .product-list-row{-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start; padding-top: 30px;}
.account .product-list-sidebar{position: sticky; top: 15px;}


body .sidebar > .block{margin-bottom: 0; }
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong{background: #e5eaee;}
.block-collapsible-nav .item a:hover{background: #e5eaee;}
.account .page-title-wrapper{margin-top: 0;}
.account .page-title-wrapper .page-title{font-size: 40px;}
.account .page-main .block .block-title{font-size: 24px; font-family: 'Jost'; font-weight: 700; margin-bottom: 15px;}
.account .page-main .block .block-title a{font-size: 16px; font-family: 'Montserrat'; font-weight: normal;}
.account .page-main .block .block-content{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.account .table-wrapper:last-child{width: 100%;}
.account .page-main .block .block-content .box{width: 48%; margin-bottom: 20px;}

.account .block .block-content .box .box-title{font-size: 18px; font-weight: 600;}
.account .form-edit-account input[type=checkbox], .account .form-newsletter-manage input[type=checkbox]{top: 2px !important;}

.fieldset > .legend{font-size: 18px; font-weight: 600;}

.wishlist-index-index .products-grid .product-item{width: 33.33%;}
.wishlist-index-index .products-grid .product-item .product-item-info{padding: 0 10px 10px; height: 100%;}
.price-as-configured > span{display: block;}
.products-grid.wishlist .product-item-comment{resize: none; height: 62px;}
.products-grid.wishlist .product-item .fieldset .field.qty{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.products-grid.wishlist .product-item .fieldset .field.qty .control{width: auto;}

.account .sidebar.sidebar-additional1{display: none;}

.table-order-items thead th{background: #5FA0C0; color: #fff;}
.table-order-items tbody tr:nth-child(even){background: #e5eaee;}
.table-order-items tbody tr .col.actions{width: 200px;}
body:not(.catalog-product-view) .page-title-wrapper .page-title{margin-right: 0;}

.table-wrapper.orders-history{overflow-x: auto; }
.table-wrapper.orders-history table{min-width: 800px;}

/*CMS pages*/

form.sprayfinish{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
form.sprayfinish .sprayfinish-team{width: 66.66%; padding-right: 30px;}
form.sprayfinish .sprayfinish-form{width: 33.33%; position: sticky; top: 0;}
form.sprayfinish h2{margin: 0 0 15px; font-size: 32px;}
form.sprayfinish .fieldset > .legend{font-size: 32px; font-family: 'Jost'; font-weight: 700; margin-bottom: 15px;}

.team-members{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 15px;}
.team-members .team-member{text-align: center; font-size: 18px; font-weight: 500; padding: 20px 15px;}
.team-members .team-member img{width: 200px; height: 200px; border-radius: 50%; -o-object-fit: cover; object-fit: cover; display: block; margin: 0 auto 15px;}

.cms-page-view .page-main table.about-showroom{max-width: 320px;}
.cms-page-view .page-main table.about-showroom td:first-child{font-weight: 600; padding-left: 0;}


/*CMS pages*/
.delivery-tab-links{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; list-style: none; padding: 0; position: sticky; top: 0; background: #fff; z-index: 1; margin-bottom: 0 !important;}
.delivery-tab-links li{-webkit-box-flex: 1;-ms-flex: 1 1 0px;flex: 1 1 0; text-align: center; margin-bottom: 0; padding: 0;}
.delivery-tab-links li a{color: #16243E; padding: 5px 10px; display: inline-block; width: 100%; vertical-align: bottom; height: 100%;}
.delivery-tab-links li a.green-delivery-tab{background: #bde165;}
.delivery-tab-links li a.blue-delivery-tab{background: #a5dbe5;}
.delivery-tab-links li a.red-delivery-tab{background: #FF876B;}
.delivery-tab-links li a.special-delivery-tab{background: #fb522b;}
.delivery-zones .tabed-delivery{padding-top: 40px;}
.tabed-delivery table{border: 1px solid #e5eaee;}
.tabed-delivery table tr:nth-child(odd){background: #f2f2f2;}
.tabed-delivery table tr.rowtitle{background: #9ADEFF; color: #fff;}
.h2-delivery{font-size: 30px;}
.dellist{list-style: none; padding-left: 15px;}
.dellist ul{list-style: none; padding-left: 15px;}
.dellist li{margin: 0;}

.dellist.lback{background: #F5F8FA; padding: 20px;}

.columns .column.main pre{white-space: normal;}

h3.navyblue-bg {
    background-color: #5FA0C0;
    padding: 15px;
    color: #FFF;
}
.lback {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 25px;
}
.faq-accordion dt{margin-bottom: 1px;}
.faq-accordion dt a span{font-size: 16px !important; bottom: 0;}
tr:nth-child(even) {
    background-color: #f5f5f5;
}

/*Contact Page*/
.contact_info{width: 40%; padding-right: 40px; float: left; margin-bottom: 60px;}
.form.contact{float: right; width: 60%; padding-left: 40px; margin-bottom: 60px;}
.contact_info img{margin-top: 15px;}


.featured-products-2{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
.featured-products-2 .featured-product{width: 20%; text-align: center; font-size: 13px; padding: 15px; border: solid #e5eaee; border-width: 1px 1px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.featured-products-2 .featured-product:nth-child(1), .featured-products-2 .featured-product:nth-child(2), .featured-products-2 .featured-product:nth-child(3), .featured-products-2 .featured-product:nth-child(3), .featured-products-2 .featured-product:nth-child(4), .featured-products-2 .featured-product:nth-child(5){border-top-width: 0;}
.featured-products-2 .featured-product:nth-child(5n){border-right-width: 0;}
.featured-products-2 .featured-product:hover{background-color: #e5eaee;}
.featured-products-2 .featured-product p{font-weight: 600; font-size: 16px;}
.featured-products-2 .featured-product img{margin-bottom: 7px;}

.cms-home .columns .column.main, .cms-home .layout-1-col.row{padding-bottom: 0;}
.layout-1-col.row{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 40px; }
.layout-1-col.row:after{content: none;}
.layout-1-col.row > .col-lg-9{-webkit-box-flex: 1;-ms-flex: 1 1 60%;flex: 1 1 60%; max-width: 60%;}
.layout-1-col.row > .col-lg-3{-webkit-box-flex: 1;-ms-flex: 1 1 38%;flex: 1 1 38%; max-width: 38%; }

.sidebar-additional1 > .block:not(:last-child){margin-bottom: 25px;}
.sidebar-additional1 .block-title{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid #e5eaee;}
.sidebar-additional1 .block-title strong{margin: 0; font-weight: 700; }
.sidebar-additional1 .action.primary{padding: 8px 20px; line-height: 24px; border: none;}
/*.sidebar-additional1  div.secondary{display: inline-block; width: 100%; text-align: left;}*/
.sidebar-additional1 .block-reorder .actions-toolbar{max-width: 100%;}
.sidebar-additional1 .actions-toolbar .secondary a.action{line-height: 40px; margin: 0; font-weight: 600;}
.sidebar-additional1 .block-wishlist .actions-toolbar .primary{width: 100%;}
.sidebar-additional1 .block-wishlist .actions-toolbar .action{width: 100%; padding: 8px 20px; text-align: center; line-height: 24px; margin-right: 0; background-color: #1E2A77; color: #fff; border-radius: 3px;}


/*FSC*/
.galleries{display: -ms-grid;display: grid; -ms-grid-columns: 1fr 20px 1fr 20px 1fr; grid-template-columns: repeat(3, 1fr); -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; row-gap: 20px;}
.galleries img{width: 100%; vertical-align: bottom;}
.galleries > p{-ms-grid-column-span: 3;grid-column: span 3/span 3;}
.cms-visit-our-showroom .column.main .group{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.cms-visit-our-showroom .column.main .group .fleft{width: 48%;}

.table-wrapper.comparison .table-comparison{width: auto; min-width: 100%; max-width: initial;}
.table-comparison .cell{min-width: 200px;}
.table-comparison tr > .cell:first-child{position: sticky; left: 0; background: #fff; z-index: 2; min-width: 100px; width: 100px;}
.table-comparison tr:nth-child(even) > .cell:first-child{background: #f5f5f5;}

.custody-block{display: inline-block; width: 100%; border: 1px solid #e1e1e1; padding: 10px 395px 10px 20px; background: #FFF url(https://www.oakwooddoors.co.uk/skin/frontend/oakwooddoors/default/images/chain-custody-tree.jpg) no-repeat bottom 10px right 10px; margin-top: 28px; }
.custody-block h3 {margin: 15px 0 30px 0; color: #1E2A77; font-weight: 600; font-size: 18px; }
.cms-page-view .page-main p.trademark-txt {color: #1979c3; font-weight: 600; margin-top: 64px; margin-bottom: 8px; display: block; }

.fsc-boxs{display: flex; flex-wrap: wrap; justify-content: space-between;}
.fsc-box { width: 48%; margin-top: 40px; background: #EEE; position: relative;}
.fsc-box h3 {color: #FFF; font-size: 18px; font-weight: 600; height: 64px; padding-left: 20px; line-height: 64px; width: 100%; margin: 0 0 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.fsc-box.l-fsc h3 {background: #143671 url(https://www.oakwooddoors.co.uk/skin/frontend/oakwooddoors/default/images/floral-left.png) no-repeat top right; }
.fsc-box.r-fsc h3 {background: #143671 url(https://www.oakwooddoors.co.uk/skin/frontend/oakwooddoors/default/images/floral-right.png) no-repeat top right; }
.fsc-box p{padding: 0 15px; margin: 0 0 15px;}
.fsc-box span.c-box {padding: 25px 20px; float: left; }
.fsc-box ul{padding: 15px 15px 0 35px; margin: 0 !important; }

.page.messages .message{margin-top: 15px;}
.cms-home .page.messages { max-width: 1300px; margin-left: auto; margin-right: auto; padding: 0 15px; }

.responsive-table{overflow-x: auto;}


.brochures{display: flex; flex-wrap: wrap;}
.brochures .brochure-download{width: 20%; text-align: center; padding: 0 10px; margin-bottom: 25px;}
.brochures .brochure-download img{width: 156px; margin: 0 auto 10px; vertical-align: bottom;}
.brochures .brochure-download a{background: #5FA0C0; border-color: #5FA0C0; font-size: 15px; font-weight: 500; padding: 7px 10px; line-height: 30px; position: relative; border-radius: 2px; border: none; display: inline-block; color: #fff !important; -webkit-transition: alle ease 0.4s; -o-transition: alle ease 0.4s; transition: alle ease 0.4s; width: 100%;}
.brochures .brochure-download a:hover{background: #1E2A77;}
.brochures .brochure-download p{margin: 15px 0 0;}
.brochures > .clearfix{display: none;}

.modal-popup .modal-footer .action-primary{padding: 14px 30px;border: 1px solid #1E2A77;background-color: #1E2A77;color: #fff;font-weight: normal;font-size: 15px;}
.modal-popup .modal-footer .action-primary:hover{background: #5FA0C0 !important; border-color:#5FA0C0; }
.modal-popup .action-close{top: 4px; right: 4px; padding: 3px;}

.customer-review.view .product-info h2.product-name{font-size: 24px; margin-top: 0;}

.block-reviews-dashboard .product-name a, .table-wrapper.reviews td .product-name a{color: #16243E;}
.table-wrapper.additional-addresses{overflow-x: auto; width: 100%; max-width: 100%; overflow-y: hidden;}
.table-wrapper.additional-addresses .table{width: auto; min-width: 100%;}
.table-wrapper.additional-addresses .table thead th{white-space: nowrap;}
.table-wrapper.additional-addresses .table td.col.actions{white-space: nowrap;}

.account .product-list-main-list{max-width: 77%;}

.bespoke-doors ul{padding-left: 20px;}
.bespoke-doors p{margin-bottom: 16px;}

.old-price, .old.price{color: #ff0000;}
.old-price .price-including-tax, .old-price .price-including-tax .price{color: #ff0000 !important;}
.old.price .price-including-tax, .old.price .price-including-tax .price{color: #ff0000 !important;}
.product-info-main .price-box .old-price .price-including-tax:before, .product-options-bottom .price-box .old-price .price-including-tax:before{color: #ff0000}

.category-view .category-description {text-align: justify; }
.category-view .category-description h3 span, .category-view .category-description h3 { font-size: 20px !important;}
/*e5eaee*/
/*cms-no-route*/
/*https://oakwooddoorsm2.24livehost.com/secure-online-payments*/

@media screen and (max-width: 359px){
    .links-contact a.visit-links{margin-bottom: -11px;}
    .top-social-links a{font-size: 14px;}
    .links-contact a span{font-size: 12px;}
}
.get-inspired-img:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.header-container {
    z-index: 999;
}
#m-cookienotice.v-box.v-bottom-right{
    border-color: rgb(30, 42, 119) !important; 
}
#m-cookienotice .m-message{
    font-family: 'Montserrat' !important;
}

.scExpressProductPage.action.tocart {
    background: none;
}
/** Category door slider (#doorStaticSlider) — CWV scoped styles **/
#doorStaticSlider.door-slider-wrapper {
    background: #ffffff;
    padding: 50px 0 60px;
    position: relative;
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    contain: layout style;
}
#doorStaticSlider .door-slider-header { text-align: center; margin-bottom: 36px; }
#doorStaticSlider .door-slider-subtitle {
    display: block; font-size: 13px; font-weight: 700; color: #1A2B56;
    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px;
}
#doorStaticSlider .door-slider-title {
    margin: 0; text-align: center; font-size: 40px; font-weight: 700; color: #1A2B56; line-height: 1.2;
}
#doorStaticSlider .door-slider-body {
    position: relative; max-width: 1440px; margin: 0 auto; padding: 0 56px; box-sizing: border-box;
}
#doorStaticSlider .door-slider-track-wrap { width: 100%; overflow: hidden; }
#doorStaticSlider .door-slider-track {
    display: flex; align-items: stretch; gap: 20px;
    transform: translate3d(0, 0, 0); transition: transform 0.45s ease;
}
#doorStaticSlider .door-slide {
    flex: 0 0 calc((100% - 80px) / 5); max-width: calc((100% - 80px) / 5);
    position: relative; background: transparent; box-sizing: border-box;
}
#doorStaticSlider .door-slide-link {
    display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit;
}
#doorStaticSlider .door-slide-image {
    display: block; width: 100%; aspect-ratio: 3 / 4; height: auto; max-height: 380px;
    object-fit: cover; object-position: center; border-radius: 18px; background-color: #f0f0f0;
}
#doorStaticSlider .door-slide-label {
    display: block; text-align: center; margin-top: 16px; min-height: 42px;
    font-size: 16px; font-weight: 700; color: #1A2B56; line-height: 1.3;
}
#doorStaticSlider .door-nav-btn {
    position: absolute; top: 42%; transform: translateY(-50%); z-index: 2;
    width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid #2a2a2a;
    background: #ffffff; color: #1A2B56; cursor: pointer; display: flex;
    align-items: center; justify-content: center; font-size: 22px; line-height: 1;
    user-select: none; padding: 0;
}
#doorStaticSlider .door-nav-btn:hover,
#doorStaticSlider .door-nav-btn:focus-visible {
    background: #1A2B56; color: #ffffff; border-color: #1A2B56; outline: none;
}
#doorStaticSlider .door-nav-btn.prev { left: 8px; }
#doorStaticSlider .door-nav-btn.next { right: 8px; }
@media (max-width: 1279px) {
    #doorStaticSlider .door-slide { flex-basis: calc((100% - 60px) / 4); max-width: calc((100% - 60px) / 4); }
}
@media (max-width: 1023px) {
    #doorStaticSlider .door-slide { flex-basis: calc((100% - 40px) / 3); max-width: calc((100% - 40px) / 3); }
    #doorStaticSlider .door-slider-title { font-size: 34px; }
}
@media (max-width: 767px) {
    #doorStaticSlider.door-slider-wrapper { padding: 35px 0 40px; }
    #doorStaticSlider .door-slider-title { font-size: 26px; }
    #doorStaticSlider .door-slider-subtitle { font-size: 11px; }
    #doorStaticSlider .door-slider-body { padding: 0 44px; }
    #doorStaticSlider .door-slide { flex-basis: 100%; max-width: 100%; }
    #doorStaticSlider .door-slide-image { max-height: 320px; border-radius: 14px; }
    #doorStaticSlider .door-slide-label { font-size: 14px; margin-top: 12px; min-height: 36px; }
    #doorStaticSlider .door-nav-btn { width: 38px; height: 38px; font-size: 18px; }
    #doorStaticSlider .door-nav-btn.prev { left: 4px; }
    #doorStaticSlider .door-nav-btn.next { right: 4px; }
}
@media (prefers-reduced-motion: reduce) {
    #doorStaticSlider .door-slider-track { transition: none; }
}

/** Shop by Style — screenshot layout (scoped) **/
.get-inspired-sec.shop-by-style-sec,
.shop-by-style-sec {
    background: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
}
.shop-by-style-sec .container {
    max-width: 1440px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.shop-by-style-heading {
    margin: 0 0 36px 0;
}
.shop-by-style-heading .shop-by-style-eyebrow {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1A2B56;
}
.shop-by-style-heading h2 {
    margin: 0;
    color: #1A2B56;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.shop-by-style-heading .shop-by-style-desc {
    margin: 12px auto 0;
    max-width: 560px;
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.shop-by-style-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: 100%;
}
.shop-style-card--tall {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    min-height: 520px;
}
.shop-by-style-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    min-width: 0;
    width: auto;
}
.shop-by-style-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-height: 0;
    width: 100%;
}
.shop-by-style-row .shop-style-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    min-height: 240px;
}
.shop-style-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    text-decoration: none;
    background: #e8e8e8;
    isolation: isolate;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* Absolute fill keeps card height stable with lazy-load 1x1 placeholders */
.shop-style-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: transform 0.45s ease;
    z-index: 0;
}
.shop-style-card:hover img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
}
.shop-style-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0)));
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    pointer-events: none;
    z-index: 1;
}
.shop-style-name {
    position: absolute;
    left: 18px;
    bottom: 18px;
    right: 64px;
    z-index: 2;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.shop-style-arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.12);
            box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.shop-style-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1A2B56;
    border-right: 2px solid #1A2B56;
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
        -ms-transform: translate(-60%, -50%) rotate(45deg);
            transform: translate(-60%, -50%) rotate(45deg);
}
.shop-style-card:hover .shop-style-arrow {
    background: #1A2B56;
}
.shop-style-card:hover .shop-style-arrow:after {
    border-color: #ffffff;
}
@media (max-width: 1199px) {
    .shop-by-style-heading h2 { font-size: 34px; }
    .shop-style-card--tall { min-height: 460px; }
    .shop-by-style-row .shop-style-card { min-height: 210px; }
    .shop-style-name { font-size: 18px; }
}
/* Tablet: Oak on top, keep 3+2 rows side-by-side */
@media (max-width: 991px) {
    .shop-by-style-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }
    .shop-style-card--tall {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
    .shop-by-style-right {
        width: 100%;
        gap: 12px;
    }
    .shop-by-style-row {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        gap: 12px;
    }
    .shop-by-style-row .shop-style-card {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
}
/* Mobile: 2-column cards — never collapse to invisible strips */
@media (max-width: 767px) {
    .shop-by-style-heading {
        margin: 0 0 24px 0;
    }
    .shop-by-style-heading h2 { font-size: 26px; }
    .shop-by-style-heading .shop-by-style-desc {
        font-size: 14px;
        padding: 0 4px;
    }
    .shop-by-style-grid {
        gap: 10px;
    }
    .shop-style-card--tall {
        aspect-ratio: 16 / 10;
        border-radius: 14px;
        min-height: 180px;
    }
    .shop-by-style-right {
        gap: 10px;
    }
    .shop-by-style-row {
        gap: 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    /* Keep White / Black / Grey as a 2+1 wrap, not one tall stack */
    .shop-by-style-row--3 .shop-style-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        aspect-ratio: 1 / 1;
        min-height: 140px;
        border-radius: 14px;
    }
    .shop-by-style-row--3 .shop-style-card:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        min-height: 150px;
    }
    .shop-by-style-row--2 .shop-style-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
                flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        aspect-ratio: 1 / 1;
        min-height: 140px;
        border-radius: 14px;
    }
    .shop-style-name {
        font-size: 15px;
        left: 12px;
        bottom: 12px;
        right: 48px;
    }
    .shop-style-arrow {
        width: 32px;
        height: 32px;
        right: 10px;
        bottom: 10px;
    }
    .shop-style-arrow:after {
        width: 7px;
        height: 7px;
    }
}
@media (max-width: 480px) {
    .shop-by-style-heading h2 { font-size: 24px; }
    .shop-style-card--tall {
        aspect-ratio: 5 / 3;
        min-height: 160px;
    }
    .shop-by-style-row--3 .shop-style-card,
    .shop-by-style-row--2 .shop-style-card {
        min-height: 120px;
    }
    .shop-style-name { font-size: 14px; left: 10px; bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .shop-style-card img { -webkit-transition: none; transition: none; }
    .shop-style-card:hover img { -webkit-transform: none; -ms-transform: none; transform: none; }
}

/** Why Choose Oakwood Doors — before Shop by Style **/
.why-choose-sec {
    background: #F4F6FB;
    padding: 48px 0;
}
.why-choose-sec .container {
    max-width: 1440px;
}
.why-choose-heading {
    margin: 0 0 36px 0;
}
.why-choose-heading h2 {
    margin: 0;
    color: #1A2B56;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}
.why-choose-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
}
.why-choose-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 8px 22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.why-choose-item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 12%;
    right: 0;
    bottom: 12%;
    width: 1px;
    background: #D5DBE7;
}
.why-choose-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #1A2B56;
    margin: 0 0 14px 0;
    line-height: 0;
}
.why-choose-icon svg {
    display: block;
}
.why-choose-title {
    display: block;
    color: #1A2B56;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px 0;
}
.why-choose-text {
    display: block;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    max-width: 200px;
}
@media (max-width: 1199px) {
    .why-choose-heading h2 { font-size: 30px; }
    .why-choose-item { padding: 8px 14px; }
    .why-choose-title { font-size: 15px; }
    .why-choose-text { font-size: 13px; }
}
@media (max-width: 991px) {
    .why-choose-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .why-choose-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 18px 16px;
    }
    .why-choose-item:not(:last-child):after { display: none; }
    .why-choose-item:nth-child(odd) {
        border-right: 1px solid #D5DBE7;
    }
    .why-choose-item:nth-child(-n+2) {
        border-bottom: 1px solid #D5DBE7;
    }
    .why-choose-item:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-right: none;
    }
}
@media (max-width: 575px) {
    .why-choose-sec { padding: 36px 0; }
    .why-choose-heading h2 { font-size: 26px; }
    .why-choose-item,
    .why-choose-item:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-right: none !important;
        border-bottom: 1px solid #D5DBE7;
        padding: 20px 10px;
    }
    .why-choose-item:last-child { border-bottom: none; }
}

/** Homepage FAQ — two-column accordion (home-page-faq) **/
.home-page-faq {
    padding: 80px 0;
    width: 100%;
}
/* Let FAQ use full site width; ignore Page Builder contained limits */
.cms-home [data-content-type="row"]:has(.home-page-faq),
.cms-home [data-content-type="row"]:has(.home-page-faq) > [data-element="inner"] {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home-page-faq .container,
.home-page-faq__inner {
    max-width: 1440px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.home-page-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px 80px;
}
.home-page-faq__intro {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 380px;
}
.home-page-faq__intro h2 {
    margin: 0 0 18px;
    color: #1A2B56;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}
.home-page-faq__intro p {
    margin: 0 0 28px;
    color: #6B7280;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.home-page-faq__cta {
    display: inline-block;
    background: #1A2B56;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 22px;
    border-radius: 4px;
    text-decoration: none !important;
    -webkit-transition: background 0.25s ease, color 0.25s ease;
    -o-transition: background 0.25s ease, color 0.25s ease;
    transition: background 0.25s ease, color 0.25s ease;
}
.home-page-faq__cta:hover {
    background: #5FA0C0;
    color: #fff !important;
}
.home-page-faq__cta-arrow {
    display: inline-block;
    margin-left: 6px;
    font-weight: 400;
}
.home-page-faq__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
}
.home-page-faq__item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #E8ECF2;
    margin: 0;
    padding: 0;
}
.home-page-faq__item:last-child {
    border-bottom: none;
}
.home-page-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
    color: #1A2B56;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}
.home-page-faq__question::-webkit-details-marker {
    display: none;
}
.home-page-faq__question::marker {
    content: "";
    display: none;
}
.home-page-faq__question-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
}
.home-page-faq__toggle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1.5px solid #1A2B56;
    border-radius: 50%;
    background: #fff;
    position: relative;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.home-page-faq__toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #1A2B56;
    border-bottom: 1.5px solid #1A2B56;
    -webkit-transform: translate(-50%, -65%) rotate(45deg);
        -ms-transform: translate(-50%, -65%) rotate(45deg);
            transform: translate(-50%, -65%) rotate(45deg);
}
.home-page-faq__item[open] .home-page-faq__toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.home-page-faq__answer {
    padding: 0 40px 22px 0;
    color: #6B7280;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.home-page-faq__answer p {
    margin: 0;
}
@media (max-width: 991px) {
    .home-page-faq {
        padding: 56px 0;
    }
    .home-page-faq .container,
    .home-page-faq__inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .home-page-faq__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 36px;
    }
    .home-page-faq__intro {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 100%;
    }
    .home-page-faq__intro h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .home-page-faq {
        padding: 40px 0;
    }
    .home-page-faq .container,
    .home-page-faq__inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .home-page-faq__intro h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .home-page-faq__intro p {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .home-page-faq__question {
        font-size: 15px;
        padding: 18px 0;
        gap: 14px;
    }
    .home-page-faq__toggle {
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
        width: 26px;
        height: 26px;
    }
    .home-page-faq__answer {
        padding-right: 0;
        font-size: 14px;
    }
}
