@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;}
}


/** 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: #1E2A77;color: #fff; padding: 15px 0}
.top-header-links .container{max-width: 100%; padding-left: 30px; padding-right: 30px;}
.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;}
.links-contact {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 16px;}
.links-center{margin-right: auto;}
.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;}
.links-center .links li {margin: 0 13px;}
.links-center .links li a {color: #fff;font-size: 14px;text-decoration: none;}
.links-center .links li a:hover{ color:#9ADEFF }
.links-contact a {color: #9ADEFF; font-family: 'Roboto', sans-serif; font-weight: normal; font-size: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; }
.links-contact a:hover{color: #fff;}
.links-contact a span {
    width: 23px;
    height: 23px;
    min-width: 23px;
    color: #9ADEFF;
    border: 1px solid #9ADEFF;
    border-radius: 50%;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.links-contact a.visit-links{background: #9ADEFF; color: #1e2a77; font-size: 14px;
    padding: 10px 15px;
    line-height: 34px;
    transition: 0.4s;
    margin-top: -15px;
    margin-right: -30px;
    margin-bottom: -15px; text-decoration: none; font-family: 'Roboto', sans-serif; font-weight: normal;}
.links-contact a.visit-links:hover{background: #010101; color:#fff; }    



.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: uppercase;
    color: #9ADEFF;
}
/**middle header **/
.header.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 26px 30px;
    max-width: 100%;
}
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-search .control input {-webkit-box-shadow: none;box-shadow: none; background: #F5F5F7; border: 1px solid #16243E57; border-radius: 6px; height: 53px; padding: 0 50px 0 17px; color: #212F3C}
.block-search .minisearch .actions .action.search {
    right: 0;
    top: 0;
    height: 53px;
    padding: 0px 12px;
    background: none;
    border: none;

}
.block-search .minisearch .actions .action.search:hover {
    background: none !important;

}
.block-search .action.search::before {
    content: "";
    background-image: url("../images/search.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-container .header .block-search {
    position: relative;
    top: 0;
    float: none;
    left: 0;
    right: 0; 
    margin: auto;
    width: 100%;
}
.header-custom-links {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 25px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}

.panel.wrapper .panel.header {padding: 0;}
.header .minicart-wrapper .action.showcart::before {
    content: '';
    width: 28px;
    height: 24px;
    display: inline-block;
    background: url("../images/cart.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.minicart-wrapper .action.showcart {
    text-align: center;
}

.minicart-wrapper .action.showcart .text {
    position: relative;
    width: auto;
    margin: 0;
    height: auto;
    clip: inherit;
    display: block;
    text-align: center;
    color: #212F3C;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0 0;
}

.header-container .header .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    background: #1E2A77;
    top: -7px;
    right: 4px;
    border-radius: 50%;
    width: auto;
    height: auto;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
}
.header-container .header .minicart-wrapper .action.showcart .counter.qty .counter-number {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
}
.header .minicart-wrapper .action.showcart::after {display: none;}
.header-wrapper-links .account {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0;
}
.header-container .header .minicart-wrapper { padding-left:0; line-height: normal;}

.header-wrapper-links .account a {
    color: #212F3C;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0 0;
}
.header-wrapper-links .account a:hover, .minicart-wrapper .action.showcart:hover .text{color: #1E2A77;}
.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;
}
.header-wrapper-links .account .account-icon {
    display: 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 {background: #010101; color: #fff; padding: 14px 0; }
.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: #F5F5F7;}
    .navigation .megamenu a{text-transform: capitalize;}
    .sections.nav-sections .navigation .level0 > .level-top {
        line-height: normal;
        padding: 16px 10px;
/*        border-right: 1px solid #B0B0B0;*/
        font-size: 16px;
        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:last-child > .level-top{border-right: none;}
    .sections.nav-sections .navigation .level0 > .level-top:hover {color: #1E2A77;}
    .sections.nav-sections .navigation .level0.parent > .level-top {padding-right: 26px;}
    .nav-sections-item-content > .navigation > ul {padding: 0;margin: 0 -15px; text-align: center;} 
    .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: #1E2A77;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 **/

.block.newsletter {
    background-image: url("../images/newsletter-bg.png");
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 56px 0;
    background-repeat: no-repeat;
    background-size: cover;
}


.newsletter-title h3 {margin: 0; color: #9ADEFF; text-transform: uppercase; margin: 0 0 5px 0; }
.newsletter-title p {color: #F5F8FE;font-size: 17px;}

.newsletter-inner {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 0px; align-items: center;}
.newsletter-title {width: 50%; padding: 0 11px 0 0}
.newsletter-inner .content {width: 50%;}

.block.newsletter .field.newsletter {max-width: 100%;width: 100%;margin: 0;}
.block.newsletter .field.newsletter .control input {background: #FFFFFF38; border: none; margin: 0; padding: 10px 19px; height: 60px; color: #F5F8FE; -webkit-box-shadow: none; box-shadow: none;}
.block.newsletter .field.newsletter .control::before {display: none;}
.newsletter-inner .content .actions .action.subscribe.primary {
    background: #5FA0C0;
    height: 60px;
    border: none;
    font-weight: normal;
    border-radius: 3px;
    padding: 5px 36px;
}
.newsletter-inner .content .actions .action.subscribe.primary:hover{background: #fff !important; color: #5FA0C0;}
.block.newsletter .field.newsletter div.mage-error{font-weight: 700; font-size: 14px;}
.action.subscribe.primary:hover{background: #5FA0C0 !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 **/

.home-second-sec {background: #F5F8FA;position: relative;padding: 40px 0 40px 0;}

.home-second-row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -12px;}

.home-second-cols {width: calc(100% / 3);padding: 10px 12px;}

.home-second-cols-inner {background: #fff; height: 100%; text-align: center; padding: 30px 40px; backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s;}
.home-second-cols-inner:hover{ background:#fff; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15); box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);}
.home-second-cols-text h4 {margin: 0 0 13px 0; color: #16243E; font-size: 26px; font-weight: normal; }

.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; }
.home-second-cols-text {padding: 16px 0 0 0;}
.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;}

.home-second-sec:before {
    content: "";
    position: absolute;
    background-image: url("../images/dots.svg");
    background-repeat: repeat;
    background-position: left;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 370px;
}
.custom-slider {padding: 0;}
 

/** most-popular-slider **/

.most-popular-slider {background: #F5F8FA; text-align: center;}
.owl-carousel .owl-item .product-item {-webkit-box-shadow: none !important;box-shadow: none !important;}
.most-popular-slider .products-grid .product-items .product-item{padding: 0 15px;}
.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, .owl-carousel .owl-item .product-item .product-item-info {background: #fff !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details {padding: 26px 25px;}
.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-link {
    color: #212F3C;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
.most-popular-slider  .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link:hover{color: #1E2A77;}

.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {margin: 10px 0 22px 0; min-height: 56px}

/*.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price {color: #212F3C;font-weight: 500;font-size: 16px;}*/
/*.most-popular-slider .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price {display: block;margin: 0 0 5px 0;}*/

.actions .action.tocart::after {
    content: "";
    background-image: url("../images/shape-ar.svg");
    margin: auto;
    width: 20px;
    height: 10px;
}

.most-popular-slider .product-item-actions .actions-primary{width: 100%;}





/** 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; }



/** About oak **/
.about-oak-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;}
.about-oak-text {width: 44%;padding: 0 30px 0 30px;}
.about-oak-img {width: 56%;padding: 0 0 0 100px;} 
.about-oak-text-inner h2 {margin: 0 0 25px 0;}
.about-oak-text-inner p {line-height: 29px; margin: 0 0 20px 0}
.about-oak-img img {width: 100%;}
.about-oak-img{ position:relative; }
.about-oak-text-inner {max-width: 550px;margin: 0 0 0 auto;}
.about-oak-img::after {content: ""; background-image: url("../images/dots.svg"); position: absolute; width: 98%; right: 0; bottom: -60px; margin: auto; height: 52%; z-index: -1; }

/** blogs home **/
.home-blog .slick-arrow {display: none !important;}
.blog-item-inner {background: #F5F5F7;border-radius: 6px;padding: 16px 17px;}
.home-blog .items {padding: 0px 15px;}
.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 **/
.testimonials_home {
    margin: 80px 0 0 0;
    position: relative;
    padding: 55px 0 0 0;
    text-align: center;
}
.testimonials_home::after {
    content: "";
    background-image: url("../images/testimonials-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 75%;
    z-index: -1;
}
.testimonials_row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -15px;}
.testimonials_cols {width: calc(100% / 3);padding: 12px 15px;}
.testimonials_cols_inner {background: #FFFFFF;-webkit-box-shadow:0px 5px 18px #0000000A;box-shadow:0px 5px 18px #0000000A;border-radius: 7px;padding: 30px 30px 50px;position: relative;}
.testimonial-author-name {color: #212F3C; font-size: 16px; font-weight: 500; }
.testimonials_home h2 {margin: 0 0 22px 0;color: #fff;}
.testimonial-stars {margin: 18px 0 17px 0;}
.testimonials_cols_inner::after {
    content: "";
    background-image: url("../images/bg-testi-aftre.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    height: 46px;
}

.testimonial-text {
    position: relative;
    padding: 18px 0 0 0;
    font-size: 15px;
    line-height: 27px;
}
.testimonial-text::after {
    content: "";
    background-image: url("../images/quote.svg");
    position: absolute;
    top: -7px;
    left: 14px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}


.testimonial-stars img {margin: auto;}
.testimonials_home .slick-arrow {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;}
.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;}*/


/*.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 .products .product-item{width: 100%; padding: 10px 0; border-bottom: 1px solid #e5eaee; }
.catalog-product-view .related-product-content .products .product-item:last-child{border-bottom: none;}
.catalog-product-view .related-product-content .products .product-item .product-item-info{display: flex; background: none !important; text-align:left; border: none; }
.catalog-product-view .related-product-content .products .product-item .product-item-info:hover{box-shadow: none !important;}
.catalog-product-view .related-product-content .products .product-item .product-item-info .product-item-photo{width: 25%;}
.catalog-product-view .related-product-content .products .product-item .product-item-info .product-item-details{width: 75%; padding: 0 7px;}
.related-product-content .products-grid .product-items .product-item .product-item-info .product-item-name{margin-top: 0;}
.related-product-content .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-link{font-size: 14px; min-height: 0;}
.related-product-content .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;}

.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;
}