@font-face {
    font-family: "Nunito ExtraBold";
    src: url("../webfonts/NunitoSans-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito Black";
    src: url("../webfonts/NunitoSans-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito Bold";
    src: url("../webfonts/NunitoSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto Light";
    src: url('../webfonts/Roboto-Light.ttf') format("truetype");
}

@font-face {
    font-family: "Roboto Medium";
    src: url('../webfonts/Roboto-Medium.ttf') format("truetype");
}

.site .gx-6 {
    --bs-gutter-x: 4.5rem;
}

p {
    font-family: "Roboto Light";
}

h3, h4 {
    font-family: "Nunito Black";
}

footer {
    background-color: #0458e9;
}

.nn-extrabold {
    font-family: "Nunito ExtraBold";
}

.nn-bold {
    font-family:"Nunito Bold";
}

.nn-black {
    font-family:"Nunito Black";
}

.rt-light {
    font-family: "Roboto Light";
}

.navbar-blue, .footer-blue {
    background-color: #024cb8;
}

.navbar-links {
    justify-content: end;
}

.site .nav-link {
    font-family: 'Nunito ExtraBold';
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    margin: 0px 5px;
    border-bottom: 2px solid transparent;
}

.site .navbar-blue .container, .site .product-banners .container {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 1400px) {
    .site .container, .site .container-lg, .site .container-md, .site .container-sm, .site .container-xl, .site .container-xxl {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1200px) {
    .site .container, .site .container-lg, .site .container-md, .site .container-sm, .site .container-xl, .site .container-xxl {
        max-width: 1200px;
    }

    .site .container-without-img, .site .container-with-pad {
        max-width: 1020px;
    }

    .site .container-img, .site .container-calculator {
        padding-left: 100px;
    }

    .site .container-breadcrumbs, .site .container-table, .site .container-category, .site .container-what-does, .site .container-product, .site .container-cart, .site .container-status {
        max-width: 1110px;
    }
}

@media screen and (min-width: 992px) {
    .site .navbar-pad {
        padding: 12px 50px;
    }
}

.site .navbar .navbar-nav .nav-link.active, .site .navbar .navbar-nav .nav-link:hover, .site .navbar .navbar-nav .nav-link:focus {
    color: #FFA824;
    border-bottom: 2px solid #FFA824;
}

.site .navbar .dropdown .dropdown-menu {
    background-color: #fff;
    padding: 0px;
    min-width: 200px;
    border-radius: 0px;
    margin-top: 10px;
}

.site .navbar .dropdown .dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.site .navbar .about-dropdown .dropdown-menu {
    min-width: 240px;
}

.site .navbar .dropdown .dropdown-menu li .dropdown-item:hover, .site .navbar .dropdown .dropdown-menu li .dropdown-item:focus {
    background-color: #f5f5f5; 
}

.site .navbar .dropdown .dropdown-menu .dropdown-item {
    font-family:"Nunito ExtraBold";
    padding: 0.75rem 1.25rem;
    color: #FFA824;
    font-size: 14px;
    white-space: pre-wrap;
    line-height: 22px;
    font-weight: bold;
}

.site .dropdown-toggle::after {
    margin-left: 0.455em;
    vertical-align: 0.155em;
}

.cart-button, .cart-button-mobile {
    background-color: #FFA824;  
    border-radius: 20px;
    padding: 10px 15px;
    margin: 0px 20px;
    font-size: 15px;
    font-family: 'Nunito ExtraBold';
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.cart-button-mobile {
    display: none;
}

.cart-button img, .cart-button-mobile img {
    margin-right: 5px;
}

.cart-button span, .int-help-button, .motifs-gravity-button, .border-calculator-button, .slideshow-button, .cart-button-mobile span {
    vertical-align: middle;
}

.cart-button:hover span, .cart-button-mobile:hover span {
    color: #fff;
}

.cart-button:hover, .introducing-sections .int-section .int-help-button:hover, .calculator .calculator-button:hover, .baf .slideshow-button:hover, 
.contact .contact-button:hover, .category .buy-button:hover, .product .add-cart-button:hover, .cart .proceed-checkout:hover, .checkout .proceed-checkout:hover,
.cart-button-mobile:hover {
    background-color: #F0961E; 
}

.site .hp .fotorama__nav-wrap {
    display: none;
}

.product-hp-banner {
    position: relative;
    transition: all 0.5s ease;
}

.product-hp-banner:hover {
    filter: brightness(0.85);
}

.product-hp-banner img, .introducing-sections img, .introducing-sections iframe, .cta-bespoke img, .easy-sections .easy-section .motifs-gravity-image, .about .about-right-section img, 
.about-borders .about-borders-right-section img, .bespoke-ds .bespoke-ds-right-section img {
    width: 100%;
}

.product-banners .product-hp-title {
    font-family: 'Nunito ExtraBold';
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    right: 10px;
    line-height: 30px;
}

.easy-sections {
    margin-top: 80px;
}

.introducing-sections .int-section, .easy-sections .easy-section {
    border-radius: 15px;
    background-color: #E2ECF7;
    padding: 30px 35px;
}

.introducing-sections .int-section .int-title, .easy-sections .easy-section .easy-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.introducing-sections .int-section .int-subtitle, .introducing-sections .int-section .int-description-note, .easy-sections .easy-section .easy-subtitle {
    color: #024CB8;
    font-family: "Nunito Black";
    font-size: 15px;
    line-height: 1.4;
}

.easy-sections .easy-section .easy-subtitle {
    color: #000;
}

.introducing-sections .int-section .int-description, .easy-sections .easy-section .easy-description {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.introducing-sections .int-section .int-video, .easy-clean .clean-video {
    margin-bottom: 30px;
}

.introducing-sections .int-section .int-checkmark-list {
    list-style: none;
    padding-left: 0px;
    margin-left: -5px;
}

.introducing-sections .int-section .int-checkmark-list li {
    padding: 3px 0 10px 35px;
    text-indent: -2em;
}

.introducing-sections .int-section .int-checkmark-list li:before {
    content: '✓';
    color: #024CB8;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 2px;
}

.introducing-sections .int-section .int-description-note {
    padding-left: 30px;
    margin-bottom: 0px;
}

.introducing-sections .int-section .int-help-button, .baf .slideshow-button {
    background-color: #FFA824;  
    border-radius: 25px;
    padding: 13px 20px;
    margin: 0px 20px;
    font-size: 15px;
    font-family: 'Nunito Black';
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.cta-bespoke .cta-info {
    padding: 40px 0px;
}

.cta-bespoke .cta-info .cta-button, .bespoke-section .cta-button {
    background-color: #0458E9;  
    border-radius: 25px;
    padding: 13px 20px;
    font-size: 18px;
    font-family: 'Nunito Black';
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.cta-bespoke .cta-info .cta-button:hover, .bespoke-section .cta-button:hover {
    background-color: #1d68eb;
}

.cta-bespoke {
    background-color: #FFA824;  
}

.cta-bespoke .cta-info .cta-description {
    font-family: 'Nunito Black';
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
}

.cta-bespoke .cta-banner {
    margin-bottom: -35px;
    margin-left: -35px;
}

.cta-bespoke .cta-banner img {
    margin-top: 60px;
 }

 .easy-sections .easy-section .easy-page {
    color: #0458E9;
    font-weight: bold;
    text-decoration: none;
 }

 .easy-sections .easy-section iframe {
    width: 100%;
    min-height: 170px;
 }

 .easy-sections .easy-section .motifs-inside-text, .easy-sections .easy-section .easy-fit-motifs {
     position: relative;
 }

 .easy-sections .easy-section .motifs-gravity-text {
     position: absolute;
     top: 10px;
     margin-top: 25px;
     text-align: center;
     width: 100%;
 }

 .easy-sections .easy-section .motifs-gravity-text .motifs-gravity-title {
    font-size: 29px;
    color: #100739;
    line-height: 0.85;
 }

 .easy-sections .easy-section .motifs-gravity-text .motifs-gravity-title-discount {
    font-size: 34px;
    color: #0458E9;
    line-height: 0.70;
 }

 .easy-sections .easy-section .motifs-gravity-text .motifs-gravity-description {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #0458E9;
    margin-bottom: 60px;
 }

 .easy-sections .easy-section .motifs-gravity-text .motifs-gravity-button {
    background-color: #FFA824;  
    padding: 5px 15px;
    font-family: 'Nunito Black';
    text-decoration: none;
    font-size: 24px;
    color: #0458E9;
    line-height: 1.5;
 }

 .easy-sections .easy-section .easy-fit-motifs-title {
     position: absolute;
     bottom: 10px;
     left: 15px;
     font-size: 24px;
     line-height: 1;
     color: #fff;
 }

 .worldwide-delivery {
     background-color: #91DAF8;
     margin-top: 80px;
 }

 footer .footer-title {
     font-size: 18px;
     color: #fff;
     font-weight: bold;
     line-height: 1.2;
 }

 footer .footer-links-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
 }

 footer .footer-links-list li, footer .footer-links-list li a, footer .footer-description {
     font-size: 14px;
     color: #fff;
     line-height: 2;
     text-decoration: none;
     font-family: "Roboto Light";
 }

 footer .footer-links-list li a:hover, .delivery-times .delivery-section .delivery-description a:hover,  .breadcrumb-section .breadcrumb-title .breadcrumb-item:not(.active) a:hover,  .privacy .privacy-section .privacy-description a:hover,
.help .help-section .help-description a:hover, .testimonials .testimonials-section .testimonials-description a:hover, .about .about-section .about-description a:hover, .about-borders .about-borders-section .about-borders-description a:hover,
.shipping-info .shipping-info-section .shipping-info-description a:hover, .bespoke-ds .bespoke-ds-description a:hover, .product .product-description a:hover, .bespoke-section .bespoke-small-description a:hover, .contact .contact-description a:hover, 
.status .status-description a:hover {
     text-decoration: underline;
 }

 footer .footer-social-links a {
     margin-right: 10px;
 }

 footer .footer-copyright {
     font-size: 14px;
     color: #fff;
 }

 footer .footer-description {
    margin-top: 30px;
 }

 footer .email {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    color: #fff;
 }

 footer .email:focus {
     outline: none;
 }

 footer .subscribe {
    background-color: #2e7bff;  
    border-radius: 25px;
    border: 2px solid #5c98ff;
    padding: 5px 20px;
    font-size: 16px;
    font-family: 'Nunito Black';
    color: #ffa824;
    text-decoration: none;
    line-height: 1.2;
 }

  footer .subscribe:hover {
    background-color: #5c98ff;  
  }

 .delivery-times .delivery-section .delivery-title, .terms .terms-section .terms-title, .privacy .privacy-section .privacy-title, .guarantee .guarantee-section .guarantee-title,
 .help .help-section .help-title, .faq .faq-section .faq-title, .testimonials .testimonials-section .testimonials-title, .about .about-section .about-title, .about-borders .about-borders-section .about-borders-title,
 .shipping-info .shipping-info-section .shipping-info-title, .bespoke-ds .bespoke-ds-title, .category .category-title, .baf .baf-title, .what-does .what-does-title, .outside-eu .outside-title, .product-tour .pt-title,
 .easy-clean .easy-clean-title, .fund-raising .fr-title, .contact .contact-title, .product .product-title, .checkout .checkout-title, .status .about-vat-title, .status .status-title{
    color: #100739;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 30px;
 }
 
 .delivery-times .delivery-section .delivery-description, .terms .terms-section .terms-description, .privacy .privacy-section .privacy-description, .guarantee .guarantee-section .guarantee-description,
 .help .help-section .help-description, .faq .faq-section .faq-description,  .testimonials .testimonials-section .testimonials-description, .about .about-section .about-description, 
 .about-borders .about-borders-section .about-borders-description, .shipping-info .shipping-info-section .shipping-info-description, .bespoke-ds .bespoke-ds-description, .outside-eu .outside-description,
 .easy-clean .easy-clean-description, .fund-raising .fr-description, .contact .contact-description, .product .product-description, .status .about-vat-description, .status .status-description {
    font-family: "Roboto Light";
    font-size: 14px;
    color: #100739;
    line-height: 1.5;
    margin-bottom: 25px;
 }

 .delivery-times .delivery-section .delivery-description a, .privacy .privacy-section .privacy-description a, .help .help-section .help-description a,  .testimonials .testimonials-section .testimonials-description a,
 .about .about-section .about-description a, .about-borders .about-borders-section .about-borders-description a, .shipping-info .shipping-info-section .shipping-info-description a, .bespoke-ds .bespoke-ds-description a,
 .product .product-description a, .bespoke-section .bespoke-small-description a, .status .status-description a {
     font-family: "Roboto Medium";
     color: #f10b58;
     text-decoration: none;
     font-weight: bold;
 }

.bespoke-section .bespoke-small-description a {
    color: #f10b58;
}
 
 .breadcrumb-section .breadcrumb-title .breadcrumb-item:not(.active) a {
    font-family: "Roboto Medium";
    text-decoration: none;
    color: #100739;
 }

 .breadcrumb-section .breadcrumb-title .breadcrumb-item {
    font-size: 14px;
    line-height: 3;
 }
 
 .breadcrumb-section .breadcrumb-title .breadcrumb-item.active {
    font-family: "Roboto Light";
 }

 .terms .terms-section .terms-subtitle, .privacy .privacy-section .privacy-subtitle, .guarantee .guarantee-section .guarantee-subtitle, .faq .faq-section .faq-subtitle, 
 .testimonials .testimonials-section .testimonials-subtitle, .about .about-section .about-subtitle, .about-borders .about-borders-section .about-borders-subtitle, .bespoke-ds .bespoke-ds-subtitle,
 .outside-eu .outside-subtitle, .easy-clean .easy-clean-subtitle, .fund-raising .fr-subtitle, .contact .contact-subtitle, .product .product-subtitle, .status .about-vat-subtitle, .status .status-subtitle  {
    font-family: "Nunito Black";
    font-size: 15px;
    color: #0458e9;
    line-height: 1.25;
 }

 .about .about-right-section, .about-borders .about-borders-right-section, .bespoke-ds .bespoke-ds-right-section, .easy-clean .easy-right-section {
    border-radius: 15px;
    background-color: #E2ECF7;
    padding: 30px 20px;
    margin-top: 70px;
}

.shipping-info .shipping-price-table thead th:first-child {
    width: 65%;
    border: none;
    padding: 20px 20px 20px 45px;
}

.shipping-info .shipping-price-table thead th:last-child {
    width: 35%;
    border-left: 2px solid white;
    padding: 20px 0px;
    text-align: center;
}

.shipping-info .shipping-price-table thead th {
    background-color: #024cb8;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    color: white;
    font-family: "Roboto Light";
}

.shipping-info .shipping-price-table tbody td:first-child {
    border: none;
    padding: 20px 20px 20px 45px;
}

.shipping-info .shipping-price-table .table>:not(caption)>*>* {
    border-bottom-width: 0;
}

.shipping-info .shipping-price-table tbody td:last-child {
    border-left: 2px solid white;
    padding: 20px 0px;
    text-align: center;
    vertical-align: middle;
}

.shipping-info .shipping-price-table tbody tr:nth-child(odd) {
    background-color: #e2ecf7;
}

.shipping-info .shipping-price-table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

.shipping-info .shipping-price-table tbody td {
    font-family: "Roboto Light";
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .shipping-info .shipping-price-table thead th:first-child, .shipping-info .shipping-price-table tbody td:first-child {
        padding: 20px 15px;
    }

    .shipping-info .shipping-price-table thead th {
        font-size: 14px;
    }
}

.shipping-info .table>:not(:first-child) {
    border-top: 0px;
}

.category .category-borders, .product .category-borders {
    background-color: #024cb8;
}

.product .borders img {
    width: 100%;
    max-height: 115px;
    object-fit: cover;
}

.category .category-borders .category-border-title, .product .category-borders .category-border-title {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 0px;
}

.category .golden, .product .category-borders .golden {
    color: #ffa824;
}

.category .category-borders .additional-text, .product .category-borders .additional-text {
    text-transform: capitalize;
    font-weight: 400;
}

.category .vat-applies {
    color: #100739;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.category .border-discount, .category .motif-discount {
    background-color: #024cb8;
    border-radius: 15px;
    padding: 30px 15px;
    letter-spacing: 1px;
}

.category .motif-discount {
    padding: 40px 50px 30px 50px;
}

.category .border-width, .what-does .border-width {
    color: #ffa824;
    font-size: 16px;
    font-weight: bold;
}

.category .border-discount-text, .category .motif-discount-text {
    font-size: 18px;
    color: #fff;
    opacity: 0.75;
    font-weight: 200;
    margin: -10px 0px 0px 0px;
}

.category .border-without-discount, .category .motif-without-discount, .what-does .border-without-discount {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: -10px 0px;
}

.category .golden-strikethrought, .what-does .golden-strikethrought {
    color: #ffa824;
    text-decoration: line-through;
    font-weight: bold;
}

.category .green-price, .what-does .green-price {
    color: #4ff166;
    font-weight: bold;
}

.category .border-metre, .what-does .border-metre {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.category .border-calculator, .what-does .border-calculator, .product .useful-tips {
    background-color: #cee5fb;
    border-radius: 15px;
    padding: 30px 15px;
    letter-spacing: 1px;
    margin-left: -3px;
}

.product .useful-tips, .category .category-motifs, .product .category-motifs {
    background-color: #E2ECF7;
    padding: 0px;
}

.category .category-motifs img, .product .category-motifs img {
    padding: 15px 10px;
    max-height: 240px;
}

.product .useful-tips .pad-50 {
    padding: 50px;
}

.product .useful-tips .useful-tips-title {
    font-size: 48px;
}

.product .useful-tips .useful-tips-description {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #1AA7BA;
    margin-bottom: 10px;
}

.what-does .border-calculator .pad-35 {
    padding: 0px 35px;
}

.category .pr-0 {
    padding-right: 5px;
}

.category .pl-0 {
    padding-left: 5px;
}

.category .border-calculator-title, .what-does .border-calculator-title {
    font-size: 15px;
    color: #024cb8;
}

.category .border-calculator-description, .what-does .border-calculator-description {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
}

.category .border-calculator-description-second, .what-does .border-calculator-description-second {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
}

.category .motif-description {
    font-family: "Roboto Light";
    font-size: 14px;
    line-height: 20px;
    color: #100739;
    font-weight: 600;
    opacity: 0.8;
}

.category .border-calculator-image, .what-does .border-calculator-image {
    width: 97%;
    margin-top: -20px;
    margin-left: -10px;
}

.category .border-calculator-button, .what-does .border-calculator-button {
    background-color: #024cb8;  
    border-radius: 25px;
    padding: 13px 20px;
    margin: 20px;
    font-size: 14px;
    font-family: 'Nunito Black';
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.category .currency-align {
    margin: 0px;
    padding: 13px;
}

.category .currency-row {
    margin: 0px -25px;
}

.category .border-calculator-button:hover, .what-does .border-calculator-button:hover {
    background-color: #0144a5;   
}

.calculator {
    background-color: #e2ecf7;
    padding: 60px 0px;
}

.calculator .calculator-title {
    font-size: 48px;
}

.calculator .depth-required {
    font-size: 16px;
    padding-left: 12px;
    color: #100739;
    padding-top: 7px;
}

.calculator .depth-required-select {
    width: 45%;
}

.product .depth-required {
    font-size: 15px;
    color: #100739;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.product .motif .depth-required {
    padding-top: 10px;
}

.product .depth-required-input, .product .depth-required-select, .product .surface-required-select {
    width: 65%;
}

.product .motif .depth-required-input {
    width: 35%;
}

.calculator .margin-section {
    margin-top: 80px;
}

::placeholder { 
    color: #100739;
    opacity: 1; 
  }
  
  :-ms-input-placeholder { 
    color: #100739;
  }
  
  ::-ms-input-placeholder { 
    color: #100739;
  }

  .calculator .form-select, .product .form-select {
      color: #100739;
  }

.calculator .calculator-button, .contact .contact-button, .category .buy-button, .product .add-cart-button, .cart .proceed-checkout,
.checkout .proceed-checkout {
    background-color: #FFA824;  
    border-radius: 25px;
    border: none;
    padding: 13px 25px;
    font-size: 14px;
    font-family: 'Nunito Black';
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.calculator .padding-section {
    padding: 0px 25px
}

.calculator hr {
    margin: 10px 0px;
}

.calculator .calculator-item, .calculator .calculator-value {
    font-size: 14px;
    margin-bottom: 10px;
}

.calculator .calculator-total {
    font-size: 22px;
}

.calculator .calculator-result {
    margin-top: 5px;
    color: #79a1da;   
    font-size: 16px;
    font-weight: 700;
}

.baf .baf-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.what-does .what-does-info {
    font-size: 14px;
    font-family: "Roboto Medium";
    color: #000;
    margin-bottom: 5px;
}

.what-does .what-does-info.red, .status .red, .red {
    color: #f10b58;
}

.bold {
    font-family: "Roboto Medium";
}

.what-does .range-prices {
    background-color: #024cb8;
    border-radius: 15px;
    padding: 30px 15px;
    letter-spacing: 1px;
    margin-left: -3px;
}

.what-does .range-prices .pad-35 {
    padding: 0px 35px;
}

.what-does .border-discount-text {
    font-size: 22px;
    color: #fff;
    margin: 0px;
}

.what-does .cloud-150, .what-does .cloud-250 {
  background-color: #ffa824;
  position: relative;
  border-radius: 15px 15px 0px 0px;
  z-index: 1;
}

.what-does .cloud-250 {
    background-color: #f10b58;
}

.what-does .cloud-150:after, .what-does .cloud-250:after  {
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 10px #ffa824;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
}

.what-does .cloud-250:after {
    border-top: solid 10px #f10b58;
}

.what-does .cloud-150 p, .what-does .cloud-250 p {
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.what-does .mr-20 {
    margin-right: 20px;
}

.what-does .banner-outside {
    background-color: #cee5fb;
    border-radius: 15px;
    padding: 10px 15px;
    letter-spacing: 1px;
    margin-left: -3px;
}
.what-does .banner-outside img {
	padding: 0 10px;
	width: 90px;
}
		
.what-does .banner-outside span {
	vertical-align: super;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
}

.what-does .banner-outside .icons {
	margin-top: 15px;
}

.what-does .banner-outside .delivery-text {
	padding-top: 5px;
    color: #024cb8;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.galleryview img {
    vertical-align: unset;
}

.galleryview {
    line-height: 0px;
}

.galleryview * {
    box-sizing: unset;
}

.product-tour .check-looks {
    text-align: center;
    font-size: 24px;
    color: #f10b58;
}

.fund-raising .fr-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.contact .contact-description i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: #024cb8
}

.contact .contact-description img {
    width: 22px;
    vertical-align: bottom;
    margin-right: 10px;
}

.contact .contact-description span {
    font-weight: bold;
}

.contact .contact-description a {
    text-decoration: none;
    color: #100739
}

.contact input {
    padding: 10px 15px;
    margin-bottom: 25px;
}

.category .borders, .category .borders img {
    position: relative;
    transition: all 0.5s ease;
}

.category .borders img:hover {
    filter: brightness(0.85);
}

.category .borders .buy-now {
    position: absolute;
    bottom: 35px;
    right: 20px;
}

.category .motifs-buy-button {
    margin-top: 10px;
    padding-bottom: 25px;
}

.category .motif-discount-title, .category .motif-discount-discount {
    color:#ffa824;
    font-size: 26px;
    font-family: "Nunito Black";
}

.category .motif-discount-description {
    color: #fff;
    font-size: 14px;
}

.category .motif-discount-limited {
    color:#ffa824;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.category .elegance-discount-description {
    margin: 0 auto;
}

.category .jazz-discount-description {
    margin-top: -10px;
}

.see-more-work {
    background-color: #0B2031;
}

.see-more-work .see-more-banner {
    position: relative;
}

.see-more-work .see-more-banner img, .see-more-work .see-more-banner-mobile img {
    width: 100%;
    object-fit: cover;
}

.see-more-work .see-more-banner a {
    font-family: 'Nunito Bold';
    color: #fff;
    font-size: 38px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    text-decoration: none;
}

.see-more-work .see-more-banner-mobile a {
    font-family: 'Nunito Bold';
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.see-more-work .see-more-banner a:hover, .see-more-work .see-more-banner-mobile a:hover {
    text-decoration: underline;
}

.bespoke-section {
    background-color: #ffa824;
}

.bespoke-section .bespoke-title {
    color: #000;
    font-size: 48px;
    font-weight: bold;
}

.bespoke-section .bespoke-description {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
}

.bespoke-section .bespoke-small-description {
    color: #000;
    font-size: 14px;
}

.cart .thumb-img, .checkout .thumb-img {
    width: 100px;
    height: 20px;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cart .thumb-img-motif, .checkout .thumb-img-motif {
    width: 100px;
    height: 40px;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cart .update-cart {
    max-width: 80px;
}

.cart thead, .checkout thead, .checkout tfoot tr:first-child, .checkout tfoot tr:last-child {
    background-color: #e2ecf7;
}

.cart thead th, .checkout thead th {
    font-size: 14px;
    padding: 10px 0px;
}

.cart thead th:first-child, .cart tbody td:first-child, .checkout thead th:first-child, .checkout tbody td:first-child {
    padding-left: 50px;
    padding-right: 50px;
}

.cart tbody td, .checkout tbody td, .checkout tfoot td {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0px;
    vertical-align: middle;
}

.checkout tfoot td {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0px;
    vertical-align: middle;
}

.cart .table>:not(:first-child), .checkout .table>:not(:first-child) {
    border-top: 0px;
}

.cart .cart-note {
    font-size: 11px;
    padding-left: 50px;
    color: #f10b58;
}

.cart tbody span, .checkout tbody span {
    color: #024cb8;
}

.cart .continue-shopping, .checkout .back-edit {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.cart .continue-shopping:hover, .checkout .back-edit:hover {
    text-decoration: underline;
}

.checkout .label-info, .checkout .label-info-double, .checkout .label-info-message {
    text-align: end;
}

.checkout .label-info label {
    vertical-align: sub;
    margin-right: 10px;
}

.checkout .label-info-double label {
    margin-right: 10px;
}

.checkout .label-info-double span {
    font-size: 12px;
    margin-right: 10px;
    display: block;
    margin-top: -3px;
    color: #024cb8;
    font-weight: 700;
}

.checkout .label-info-message label {
    color: #024cb8;
    font-weight: 700;
}

.checkout .same-info {
    color: #024cb8;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
}

.checkout input[type='checkbox'], .checkout input[type='radio'] {
    vertical-align: middle;
}

.checkout .payment-info label {
    font-size: 14px;
    color: #024cb8;
    vertical-align: bottom;
}

.checkout .payment-info-text, .checkout .terms-policy-info p, .checkout .accept-info, .checkout .cancellation-policy-info p, .checkout .accept-cancellation {
    font-size: 12px;
    color: #000;
}

.checkout .payment-info-text {
    color: #f10b58;
}

.checkout .terms-checkout-container, .checkout .cancellation-checkout-container  {
    overflow: auto;
    height: 100px;
    padding-right: 15px;
}

.checkout .terms-policy-info h4, .checkout .cancellation-policy-info h4 {
    font-size: 14px;
    color: #605a7b;
    font-weight: 700;
}

.checkout .price-without-discount {
    text-decoration: line-through;
    color: #212529
}

.product-tour .tablet-mockup {
    background: url('../images/other/device.png') no-repeat center; 
    padding: 90px 0px 125px 0px;
}

.site .navbar-toggler:focus {
    box-shadow: none;
}

.site .navbar-toggler {
    background-color: #ffa824;
    border: none;
}

#back-top {
    display: none;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffa824;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 60%);
}

#back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 16px;
}

#header-sticky {
    box-shadow: 0px 3px 10px 5px rgb(0 0 0 / 15%);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    animation: smooth-navbar 1s; 
    animation-fill-mode: both 
}
  
.sticky + .content {
    padding-top: 102px;
}

@keyframes smooth-navbar { 
    from { 
        opacity:0 
    } 
    to { 
        opacity:1 
    } 
} 

::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
}
  
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #024cb8; 
}
  
  ::-moz-selection {
    background-color: #024cb8;
    color: #fff; 
}
  
  ::selection {
    background-color: #024cb8;
    color: #fff; 
}
  
  -webkit-::-moz-selection {
    background-color: #024cb8;
    color: #fff; 
}
  
  -webkit-::selection {
    background-color: #024cb8;
    color: #fff; 
}
  
  ::-moz-selection {
    background-color: #024cb8;
    color: #fff; 
}

.site .background-status {
    background-color: #e2ecf7;
    padding: 50px 0px;
}

@media only screen and (max-width: 320px) {
    .navbar-brand img {
        max-width: 100px;
    }   

    .galleryview .panel img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .galleryview, .galleryview .panel, .useful-tips img, .calculator img {
        width: 100% !important;
    }

    .strip_wrapper {
        width: 150px !important;
    }

    .nav-prev {
        left: 10px !important;
    }

    .nav-right {
        right: 10px !important;
    }

    .product-tour .tablet-mockup {
        background: none;
        padding: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) { 
    .strip_wrapper {
        width: 250px !important;
    }
}


@media only screen and (max-width: 480px) {
    #back-to-top {
        bottom: 20px;
        right: 25px;
    }
    
    .calculator .calculator-button, .contact .contact-button, .category .buy-button, .product .add-cart-button, .cart .proceed-checkout, .checkout .proceed-checkout {
        padding: 10px 20px;
        font-size: 12px;
    }

    .product-banners .product-hp-title {
        font-size: 16px;
        line-height: 18px;
    }

    .cart-button-mobile {
        display: block;
    }

    .introducing-sections .int-section, .easy-sections .easy-section {
        padding: 20px 25px;
    }

    .introducing-sections .int-section .int-help-button, .baf .slideshow-button {
        margin: 0px;
    }

    .site .navbar-toggler-icon {
        width: 1.25rem;
        height: 1.25rem;
    }

    .cart-button-mobile, .site .nav-link, .site .form-control {
        font-size: 14px;
    }

    .cart-button-mobile img {
        width: 18px;
    }

    .cart-button {
        display: none;
    }

    .site .navbar .navbar-nav .nav-link.active, .site .navbar .navbar-nav .nav-link:hover, .site .navbar .navbar-nav .nav-link:focus {
        border-bottom: none;
    }

    .navbar-pad, .category .category-borders .category-border-title, .product .category-borders .category-border-title {
        padding: 10px;
    }

    .site .navbar .navbar-links {
        margin-top: 15px;
    }

    .site .cta-bespoke .cta-banner img {
        margin-top: 0px;
    }

    .site footer .col:not(:first-child), .calculator .margin-section {
        margin-top: 50px;
    }

    .site footer .second-row {
        margin-bottom: -50px;
    }

    .site .worldwide-delivery, .about .about-right-section, .about-borders .about-borders-right-section, .bespoke-ds .bespoke-ds-right-section, .easy-clean .easy-right-section {
        margin-top: 40px;
    }

    .site .what-does .border-calculator .pad-35 {
        padding: 0px 15px;
    }
    
    .category .border-calculator-image, .what-does .border-calculator-image,  .category .motif-discount-description, .category .motif-discount-text:first-child, .bespoke-section .bespoke-image {
        margin-top: 20px;
    }

    .category .border-calculator, .what-does .border-calculator, .product .useful-tips, .category .category-motif {
        margin: 0px;
    }

    .what-does .banner-outside img {
        width: 70px;
    }

    .delivery-times .delivery-section .delivery-title, .terms .terms-section .terms-title, .privacy .privacy-section .privacy-title, .guarantee .guarantee-section .guarantee-title, .help .help-section .help-title, .faq .faq-section .faq-title, 
    .testimonials .testimonials-section .testimonials-title, .about .about-section .about-title, .about-borders .about-borders-section .about-borders-title, .shipping-info .shipping-info-section .shipping-info-title, .bespoke-ds .bespoke-ds-title, 
    .category .category-title, .baf .baf-title, .what-does .what-does-title, .outside-eu .outside-title, .product-tour .pt-title, .easy-clean .easy-clean-title, .fund-raising .fr-title, .contact .contact-title, .product .product-title, .checkout .checkout-title {
        font-size: 18px;
    }

    .galleryview .panel img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .galleryview, .galleryview .panel, .useful-tips img, .calculator img {
        width: 100% !important;
    }

    .nav-prev {
        left: 10px !important;
    }

    .nav-right {
        right: 10px !important;
    }

    .product-tour .tablet-mockup {
        background: none;
        padding: 0px;
    }

    .site .cta-bespoke .cta-info .cta-description, .what-does .banner-outside span, .bespoke-section .bespoke-description {
        font-size: 18px;
    }

    .category .motif-discount {
        padding: 30px 15px;
    }

    .bespoke-section .bespoke-title, .calculator .calculator-title, .product .useful-tips .useful-tips-title {
        font-size: 28px;
    }

    .category .borders img, .product .borders img {
        width: 100%;
        min-height: 115px;
        object-fit: cover;
    }

    .category .borders .buy-now {
        right: 10px;
    }

    .product .useful-tips .pad-50 {
        padding: 30px;
    }

    .product .depth-required {
        font-size: 11px;
    }

    .product .useful-tips .useful-tips-description {
        font-size: 16px;
    } 
    
    .cart thead th:first-child, .cart tbody td:first-child, .checkout thead th:first-child, .checkout tbody td:first-child, .cart .cart-note {
        padding-left: 10px;
        padding-right: 20px;
    }

    .cart thead th, .checkout thead th, .breadcrumb-section .breadcrumb-title .breadcrumb-item, .cart .continue-shopping, .checkout .back-edit {
        font-size: 12px;
    }

    .cart tbody td, .checkout tbody td, .checkout tfoot td, .checkout .accept-info {
        font-size: 10px;
    }

    .cart #cart thead th:first-child {
        width: 50% !important;
    }

    .checkout #cart thead th:first-child {
        width: 45% !important;
    }

    .cart #cart thead th:last-child {
        width: 10% !important;
        text-align: right;
    }

    .checkout #cart thead th:last-child {
        width: 15% !important;
    }

    .cart #cart thead th, .checkout #cart thead th {
        width: 20% !important;
    }

    .cart thead th, .cart tbody td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkout .label-info, .checkout .label-info-double, .checkout .label-info-message, .checkout .label-info-wait {
        text-align: left;
        font-size: 14px;
    }

    .site .gx-6 {
        --bs-gutter-x: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .site .worldwide-delivery {
        background-color: #62DBF8;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .site .gx-6 {
        --bs-gutter-x: 1.5rem;
    }

    .navbar-pad, .category .category-borders .category-border-title, .product .category-borders .category-border-title {
        padding: 10px;
    }

    .galleryview .panel img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .galleryview, .galleryview .panel, .useful-tips img, .calculator img {
        width: 100% !important;
    }

    .strip_wrapper {
        width: 380px !important;
    }

    .nav-prev {
        left: 10px !important;
    }

    .nav-right {
        right: 10px !important;
    }

    .product-tour .tablet-mockup {
        background: none;
        padding: 0px;
    }

    .cart-button-mobile {
        display: block;
    }

    .cart-button {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) { 
    .galleryview .panel img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .galleryview, .galleryview .panel, .useful-tips img, .calculator img {
        width: 100% !important;
    }

    .strip_wrapper {
        width: 550px !important;
    }

    .nav-prev {
        left: 10px !important;
    }

    .nav-right {
        right: 10px !important;
    }

    .product-tour .tablet-mockup {
        background: none;
        padding: 0px;
    }

    .cart-button-mobile {
        display: block;
    }

    .cart-button {
        display: none;
    }
}
