.announcement-bar {
    /* padding: 10px; */
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement-content * {
    color: inherit !important;
    background-color: inherit !important;
}

@media (max-width: 767px) {
    .announcement-bar {
        height: 50px;
    }
}

.announcement-bar a {
    color: #fff;
}

.announcement-bar a picture img{
    height: 25px;
    margin: 0px auto;
    width: auto;
}

.announcement-bar p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.today-heading {
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-15deg);
}

.sample-heading {
    font-size: 80px;
    font-weight: 400;
    margin-top: -20px;
    text-align: center;
}

.exclamation {
    transform: rotate(15deg) translate(-4px, -25px);
    display: inline-block;
}

.bg-grey {
    background: #f5f5f7;
}

.green-color {
    color: #afbc42;
}

.heading-color {
    color: #1d1d1d;
}

.paragraph-color {
    color: #878788;
}

.right-header {
    flex-direction: column;
}

.timing-details {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3px;
}

.icons-wrap a {
    text-decoration: none;
}

.icons-wrap {
    margin-bottom: 10px;
}

.text-wrap {
    text-transform: uppercase;
    color: #000;
    margin-left: 16px;

}

.number-wrap a {
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
    font-size: 30px;
}

.search-box {
    width: 25%;
    margin-right: auto;
    margin-left: 20px;
}

.search-bar.show {
    display: block;
}

.icons-wrap a {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.icons-wrap a,
.icons-wrap .track-order {
    margin-right: 13px;
}

.icons-wrap a:last-child {
    margin-right: 0;
}

.icons-wrap img {
    height: 27px;
}

.icons-wrap .header-telephone img {
    width: 20px;
    height: 20px;
}

.mob-text-wrap,
.icons-wrap a.search-mob {
    display: none;
}

.cart-icon {
    position: absolute;
    right: 34px;
    top: -28px;
}

.mob-number-wrap {
    display: none;
}

/* mobile menu */
.sidebar-wrap {
    height: 100%;
    z-index: 99;
    position: relative;
}

#sidebar-close {
    /* z-index: 1; */
    top: 0;
}

#megamenu-content {
    z-index: 1;
}

.bottom-header.navigation {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; */
    padding: 4px 15px 0;
    /*margin-bottom: 10px;*/
}

.logo {
    max-width: 218px;
}

.header-telephone {
    margin-right: 5px;
}

/* footer */
.footer-logo {
    max-width: 300px;
}

.footer-section {
    background-color: #2FF3E0;
    padding: 33px 50px;
}

.footer-section a {
    color: #22292f;
}

.footer-logo-heading {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
}

.footer-des {
    color: #000000;
    margin-bottom: 65px;
    font-size: 16px;
    max-width: 900px;
}

.footer-nav {
    text-align: center;
}

.footer-nav .menu-name {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.footer-nav li>a {
    color: #383d5a;
    font-size: 16px;
}

.footer-nav li>a:hover {
    text-decoration: underline !important;
}

.footer-links-1 span {
    color: #383d5a;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.footer-header {
    width: 635px;
    margin: auto;
    margin-bottom: 65px;
}

.footer-contact-details div {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-contact-details .footer-contact-data p {
    color: #000000;
    font-size: 16px;
}

.footer-contact-details .footer-contact-data a {
    text-decoration: none;
    color: #000000;
    word-break: break-all;
}

.order-icon img {
    /* width: 50px; */
}

.stay-in-touch {
    margin-bottom: 15px;
}

.stay-in-touch input {
    border-radius: 35px;
    width: 100%;
    height: 40px;
    max-width: 460px;
}

.stay-in-touch p {
    font-size: 16px;
    color: #000000;
    max-width: 460px;
    margin: 0 auto;
}

.social-icons img {
    width: 17px;
    margin-right: 20px;
    height: 30px;
    object-fit: contain;
}

.social-icons {
    width: 100%;
}

.social-icons>div {
    width: fit-content;
}

.footer-links-1 {
    margin-bottom: 60px;
    justify-content: space-between;
}

.footer-nav {
    width: 24%;
    margin: 0;
}

.payment-mode img {
    max-width: 158px;
}

.contact-email a {
    color: #fff;
    text-decoration: none;
}

.contact-phone a {
    color: #fff;
    text-decoration: none;
}

.contact-email a:hover {
    text-decoration: underline;
    color: #fff;
}

.contact-phone a:hover {
    text-decoration: underline;
    color: #fff;
}

.cookies-policy a,
.cookies-policy div,
.copyright-policy a,
.copyright-policy div {
    color: #000;
    font-size: 14px;
    margin: 0 5px;
}

.cookies-policy a:hover .copyright-policy a:hover {
    text-decoration: none;
    color: #000;
}

.footer-links-2 {
    margin-bottom: 60px;
}

.stay-in-touch-content {
    width: 24%;
}

.footer-links-2>div {
    width: 23%;
}

.payment-mode picture {
    display: flex;
    justify-content: end;
}

.cookies-policy {
    margin-bottom: 10px;
}

.footer-links-1 li>a:hover {
    color: #2a2e44;
    text-decoration: none;
}

.social-icon:first-child {
    width: 100%;
}

.social-icon {
    width: 50px;
    margin-right: 10px;
}

.footer-des p {
    margin-bottom: 25px;
    line-height: 24px;
}

.footer-links-1 li {
    line-height: 28px;
}

.contact-timing {
    padding-left: 60px;
}

/* hero banner */
.swiper--mainHeroBlock {
    position: relative;
}

.swiper--mainHeroBlock .swiper-wrapper {
    z-index: 0;
}

.banner-btn-wrapper {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-btn-wrapper-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-btn-wrapper h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.banner-btn-wrapper a {
    text-decoration: none;
    color: #f7a072;
    background: #fff;
    margin-bottom: 15px;
    padding: 13px 60px;
    font-size: 18px;
}

.banner-btn-wrapper-two h2 {
    color: #f7a072;
    font-size: 22px;
    margin-bottom: 20px;
}

.banner-btn-wrapper-two a {
    text-decoration: none;
    color: #f7a072;
    background: #fff;
    margin-bottom: 15px;
    padding: 13px 60px;
    font-size: 18px;
    border: 1px solid #f7a072;
}

.blinds-swiper .slider__pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: fit-content;
}

.blinds-swiper .slider__pagination span {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.blinds-swiper .slider__pagination span.swiper-pagination-bullet-active {
    background: #727272;
}

/* Homepage: Information Section A */
.info-image {
    margin-bottom: 60px;
}

.opening-section-image {
    margin-bottom: 60px;
}

.info-content h3 {
    font-weight: 400;
}

.info-b-content h3 {
    font-weight: 400;
}

.opening-section-content h3 {
    font-weight: 700;
}

.camera-icon {
    border: 2px solid black;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
}

.camera-icon img {
    margin-right: 10px;
    width: 30px;
}

.camera-icon p {
    margin-top: 6px;
    font-size: 15px;
}

.shop-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-category h3 {
    color: #aebc41;
    font-weight: 400;
    margin-top: 0;
}

.shop-text {
    margin-bottom: 20px;
}

.swiper--homePageCategories {
    /* overflow: hidden; */
}

.swiper--homePageCategories .swiper-slide {
    /* padding: 15px 10px; */
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.swiper--homePageCategories .aero-listing-card {
    text-decoration: none;
    text-align: center;
}

.swiper-blinds .swiper-slide {
    padding: 0;
}

.blinds-swiper .swiper-button-next {
    right: -8px;
}

.blinds-swiper .swiper-button-prev {
    left: -8px;
}

.blind-slider {
    overflow: hidden;
}

.swiper-blinds .aero-listing-card {
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.blinds-swiper .swiper-button-prev:after {
    font-size: 22px;
}

.blind-caption-top {
    min-height: 50px;
    text-align: center;
}

.blinds-swiper .swiper-button-next:after {
    font-size: 22px;
}

.shop-product-name {
    text-decoration: none;
    color: #282828;
    font-weight: 500;
}

.blind-caption {
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    padding: 15px 0;
}

.reviews-bar-strip {
    background: #f5f5f7;
    padding: 6px 4px 6px;
}

.image-caption {
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    text-align: center;
    padding: 6px;
}

.cargo-product-options {
    width: 100%;
}

.radio-options,
.select-options {
    width: 35%;
}

.cargo-input,
.cargo-select {
    width: 100%;
    background: #fff;
    border-radius: 0;
    color: #000;
}

.radio-options .cargo-radio-container {
    /*min-height:39px;*/
    padding-top: 0;
    margin-left: 12px;
}

.cargo-product-option-template {
    width: 100%;
}

.cargo-vertical-spacing {
    margin-bottom: 0.5rem !important;
    width: 100%;
}

.cargo-product-option {
    display: flex;
    align-items: center;
}

.cargo-product-options .modal-body table {
    margin: 0 auto;
}

.cargo-product-options .modal-body table td {
    padding: 3px;
}

.modal-body {
    position: relative;
}

.modal-close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -25px;
    right: -15px;
    cursor: pointer;
}

.navigation #megamenu-content {
    text-align: center;
}

.homepage-container {
    max-width: 1900px;
}

.opening-section-content {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opening-section-wrap {
    position: relative;
    margin-bottom: 90px;
}

.info-b-wrapper.info-column-product {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    flex-direction: column;
}

.shop-collection-wrap {
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.info-b-wrap {
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.most-popular-blinds {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.benefits-vertical {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 15px;
    margin-bottom: 20px;
}

.benefits-vertical:nth-child(2) {
    background: #f7a072;
    color: #fff;
}

.benefits-vertical ul {
    padding-left: 15px;
}

.benefits-vertical p {
    margin-bottom: 20px;
}

.benefits-vertical li {
    margin-bottom: 6px;
}

.category-benefits-vertical {
    padding: 0 10px;
}

.info-b-content h2,
.info-b-content h3 {
    letter-spacing: -1px;
}

.color-variant .color-image {
    min-height: 10px !important;
}

.room-darkening .room-darkening-img {
    min-height: 10px !important;
    margin-bottom: -4px;
}

.room-darkening {
    margin-bottom: 10px;
}

.blinds-size .size-image {
    min-height: 10px !important;
}

.blinds-size {
    margin-top: 5px;
}

.swiper--homePageInfoB:not(.swiper-container-horizontal) .swiper-slide {
    width: 288px !important;
    margin-right: 24px;
    margin: 0;
}

.register-signin {
    font-size: 10px;
}

/* .review-block .leading-normal {
width: 80%;
margin: 0 auto;
} */
.swiper--homePageInfoB {
    overflow: hidden;
}

.swiper--homePageInfoB .info-b-wrap {
    max-width: none;
}

.homepage-announcement {
    margin-bottom: 20px;
}

/* shop btn */
.shop-collection-image {
    position: relative;
    cursor: pointer;
}

.shop-btn a {
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #000;
    display: block;
}

.info-b-image {
    position: relative;
}

.shop-btn {
    position: absolute;
}

.left-top {
    left: 15px;
    top: 15px;
}

.left-top a {
    border-color: #44b0b9;
    color: #44b0b9;
}

.right-top {
    right: 15px;
    top: 15px;
}

.left-bot {
    left: 15px;
    bottom: 15px;
}

.left-bot a {
    border-color: #44b0b9;
    color: #44b0b9;
}

.right-bot {
    right: 15px;
    bottom: 15px;
}

.center.shop-btn {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-collection-content {
    padding: 25px 30px;
    margin-top: -5px;
}

.shop-collection-content p {
    font-size: 15px;
    line-height: 24px;
}

.shop-collection-wrap:hover .shop-collection-content {
    background: #DBD9D9;
    color: #fff;
}

.shop-collection-wrap:hover .shop-btn a {
    border-color: #afbc42;
    color: #afbc42;
}

/* category header section */
.category-header {
    flex-direction: column-reverse;
}

.category-data {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    padding: 2px 15px;
}

.category-name {
    font-size: 20px;
}

.category-data a {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
}

.category-data h3 {
    margin: 8px 0;
}

.pnf img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.popular-blinds {
    padding: 30px 20px;
}

.blinds-btn {
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #000;
    padding: 14px 0px;
    width: 100%;
    display: block;
}

.measure-vertical {
    background: #f5f5f7;
    padding: 40px 20px;
    flex-direction: column-reverse;
}

.measure-image {
    width: 100%;
}

.measure-vertical h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.measure-content {
    text-align: justify;
}

.measure-content p {
    margin-bottom: 20px;
}

.measure-content ul {
    padding-left: 0;
    list-style: none;
}

.measure-content li {
    margin-bottom: 15px;
}

.our-process {
    font-size: 23px;
}

.measure-about {
    margin-bottom: 30px;
    width: 100%;
}

.image-block {
    margin-bottom: 20px;
}

.category-benefits-vertical h2 {
    margin-bottom: 20px;
}

.category-samples-vertical {
    background: #afbc42;
    padding: 20px;
    color: #fff;
}

.samples-vertical h2 {
    font-size: 30px;
    text-align: center;
}

.samples-vertical p {
    font-size: 17px;
    margin-bottom: 20px;
}

.samples-vertical {
    margin-bottom: 20px;
}

.category-information-vertical {
    padding: 40px 20px;
    background: #f5f5f7;
}

.information-vertical h3 {
    font-size: 30px;
}

.information-vertical p {
    font-size: 17px;
    margin-bottom: 20px;
}

.information-vertical li {
    font-size: 17px;
}

.information-vertical ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.image-block {
    position: relative;
}

.image-block-green {
    padding: 0 20px;
    overflow: hidden;
}

.measure-image {
    position: relative;
}

.measure-image:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -30px;
    background-color: #aebc41;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.measure-circle {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -30px;
    width: 120px;
    height: 120px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

.measure-circle:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f7a072;
}

#admin-edit-button {
    text-decoration: none;
    background-color: #f04144;
    color: #ffffff;
    padding: 12px 33px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    bottom: -27%;
    right: 1%;
}

.admin-block-link {
    text-decoration: none;
    background-color: #f04144;
    color: #ffffff;
    padding: 12px 33px;
    border-radius: 6px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;


}

.admin-block {
    position: absolute;
    right: 28px;
    top: 33px;
    z-index: 9;
    text-align: right;
}


.page-width {
    position: relative;
}

.save-cards {
    margin-top: 20px;
    max-width: 273px;
}

.marketing-icon {
    display: none;
}

.product-video {
    padding: 177.78% 0 0 0;
    position: relative;
}

.marketing-mobile-spacer {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    max-height: 146px;
    display: none;
}


/*  thermal blinds  */
.thermal-blinds {
    width: 100%;
    margin-bottom: -20px;
}

.two-col-image-text,
.two-col-image-text-box-shadow,
.two-col-text-image,
.two-col-text-image-box-shadow,
.two-col-video-text,
.two-col-video-text-box-shadow {
    justify-content: space-between;
}

.wrapped {
    width: 58% !important;
}

.wrapped h2 {
    margin-bottom: 0px;
}

/* .two-col-image-text img{
max-height: 330px;
} */

/* .two-col-image-text-box-shadow img{
max-height: 330px;
} */


.two-col-image-text .picture {
    width: 38%;
}

.two-col-image-text-box-shadow .picture {
    width: 38%;
}

.two-col-image-text-box-shadow .wrapped {
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.two-col-text-image .picture {
    width: 38%;
}

.two-col-text-image-box-shadow .picture {
    width: 38%;
}

.two-col-image-text-image .picture {
    width: 50%;
}

.two-col-video-text .video iframe {
    width: 100%;
    height: 260px;
}

.two-col-video-text-box-shadow .video iframe {
    width: 100%;
    height: 260px;
}

.video figure {
    margin: 0;
}

.two-col-video-text .video {
    width: 38%;
}

.two-col-video-text-box-shadow .wrapped {
    width: 58% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.two-col-video-text-box-shadow .video {
    width: 38%;
}

.two-col-text-image-box-shadow .wrapped {
    margin-left: 0;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.two-col-text-image li {
    font-size: 20px;
    line-height: 1.6;
}

.two-col-text-image-box-shadow li {
    font-size: 20px;
    line-height: 1.6;
}

.one-col-text-box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 26px;
}

.one-col-text-box-shadow .wrapped {
    width: 100% !important;
    padding: 26px;
}

.one-col-text .wrapped {
    width: 100% !important;
    padding: 26px;
}

.five-col-image-grid .wrapped {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.five-col-image-grid .picture {
    margin-bottom: 25px;
    width: 18%;
}

.one-col-image div {
    /* justify-content: center; */
    width: 100%;
}

.one-col-main-swiper .swiper-button-prev,
.one-col-main-swiper .swiper-button-next {
    width: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 33% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none !important;
}


.one-col-main-swiper .swiper-button-prev::after {
    position: absolute;
    left: 10px;
}

.one-col-main-swiper .swiper-button-next::after {
    position: absolute;
    right: 10px;
}

.febric-description {
    font-size: 20px;
    line-height: 1.8;
}

.two-col-image-image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
}

.two-col-image-image .picture {
    width: 49%;
}

.two-col-video-video {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-video-video .video {
    width: 49%;
}

.two-col-video-video .video iframe {
    width: 100%;
    height: 327px;
}

.two-col-html-html {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-html-html .html {
    width: 49%;
}

.two-col-html-html-box-shadow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-html-html-box-shadow .html {
    width: 49%;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.two-col-image-html {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-image-html .picture {
    width: 49%;
}

.two-col-image-html .html {
    width: 49%;
}

.two-col-image-html-box-shadow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-image-html-box-shadow .picture {
    width: 49%;
}

.two-col-image-html-box-shadow .html {
    width: 49%;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.two-col-video-html .video iframe {
    width: 100%;
    height: 327px;
}

.two-col-video-html {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-video-html .video {
    width: 49%;
}

.two-col-video-html .html {
    width: 49%;
}

.two-col-html-image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-html-image .html {
    width: 49%;
}

.two-col-html-image .picture {
    width: 49%;
}

.two-col-html-image-box-shadow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.two-col-html-image-box-shadow .html {
    width: 49%;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.two-col-html-image-box-shadow .picture {
    width: 49%;
}


.three-col-video-video-video .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-video-html-video .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-html-video-html .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-html-video-html-box-shadow .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-video-html-video-box-shadow .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-video-text-video .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-video-text-video-box-shadow .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-text-video-text .video iframe {
    width: 100%;
    height: 660px;
}

.three-col-text-video-text-box-shadow .video iframe {
    width: 100%;
    height: 660px;
}

.one-col-video .video {
    width: 100%;
}

.one-col-html .html {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px !important;
    color: #22292f;
}

.one-col-html-box-shadow .html {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px !important;
    color: #22292f;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.one-col-video .video iframe {
    width: 100%;
    height: 655px;
}

.one-col-text-greenbox {
    background-color: #abbe1c;
    text-align: center;
}

.one-col-text-greenbox>div {
    padding: 26px;
}

.one-col-text-greenbox .picture {
    width: 49%;
}

.two-col-image-text-image {
    justify-content: space-between;
}

.two-col-image-text-image h2 {
    margin-bottom: 15px;
}

.two-col-image-text-image .wrapped {
    width: 50% !important;
}

.textwrap img {
    max-width: 130px;
}

.two-col-text-text .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.two-col-text-text .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.two-col-text-text .wrapped {
    width: 48% !important;

}

.two-col-text-text {
    justify-content: space-between;
}


.three-col-text-image-text .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-image-text .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-image-text .wrapped {
    width: 32% !important;

}

.three-col-text-image-text .picture {
    width: 32% !important;

}

.three-col-text-image-text {
    justify-content: space-between;
}


.three-col-text-text-text .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-text-text .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-text-text .textwrap-three {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-text-text .wrapped {
    width: 32% !important;

}

.three-col-text-text-text {
    justify-content: space-between;
}


.three-col-text-text-text-box-shadow .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-text-text-box-shadow .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-text-text-box-shadow .textwrap-three {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-text-text-box-shadow .wrapped {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-text-text-text-box-shadow {
    justify-content: space-between;
}


.three-col-text-html-text .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-html-text .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-html-text .wrapped {
    width: 32% !important;

}

.three-col-text-html-text .html {
    width: 32% !important;

}

.three-col-text-html-text {
    justify-content: space-between;
}


.three-col-text-html-text-box-shadow .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-html-text-box-shadow .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-html-text-box-shadow .wrapped {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);

}

.three-col-text-html-text-box-shadow .html {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);

}

.three-col-text-html-text-box-shadow {
    justify-content: space-between;
}


.three-col-text-image-text-box-shadow .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-image-text-box-shadow .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.three-col-text-image-text-box-shadow .wrapped {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-text-image-text-box-shadow .picture {
    width: 32% !important;

}

.three-col-text-image-text-box-shadow {
    justify-content: space-between;
}

.two-col-text-text-box-shadow .textwrap-one {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.two-col-text-text-box-shadow .textwrap-two {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

.two-col-text-text-box-shadow .wrapped {
    width: 48% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.two-col-text-text-box-shadow {
    justify-content: space-between;
}

.wrapped-parent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wrapped-parent .wrapped {
    width: 32% !important;
}

/*.picture-two img{
max-height: 306px;

}*/
.picture-one-text {
    padding: 26px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}

.picture-two-text {
    padding: 26px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}

.picture-three-text {
    padding: 26px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}

.picture-one-html {
    padding: 26px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}

.picture-two-html {
    padding: 26px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}

.picture-three-html {
    padding: 26px;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
}

.one-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.one-col,
.two-cols,
.three-cols,
.four-cols {
    width: 97%;
    margin: 0 auto;
}

.one-col img,
.two-cols img,
.three-cols img,
.four-cols img {
    max-width: 100%;
}

.one-col div {
    width: 98%;
}

.two-cols {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.two-cols div {
    width: 46%;
    margin: 20px;
}

.three-cols {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.three-cols div {
    width: 30%;
    margin: 20px;
}

.four-cols {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.four-cols div {
    width: 19%;
    margin: 20px;
}

.box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 1.5rem;
}

.cat-content {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #22292f;
}

.cat-content h1 {
    font-size: 30px;
    color: #383d5a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.cat-content h2 {
    font-size: 28px;
    line-height: 1.5;
    color: #383d5a;
    margin-bottom: 0;
    margin-top: 10px;
}

.cat-content h3 {
    font-size: 26px;
    line-height: 1.5;
    color: #383d5a;
}

.cat-content h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #383d5a;
    margin-bottom: 0;
    margin-top: 10px;
}

.cat-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #22292f;
    margin-bottom: 5px;
}

.cat-content a,
.cat-content a:visited {
    color: #494949;
    text-decoration: none;
}

.cat-content a:hover {
    text-decoration: underline;
}

.swiper-block-container {
    max-width: 90%;
    margin: 20px auto;
}

.swiper-block-container .swiper-box {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 5px;
}


.swiper-block-container .swiper-button-prev,
.swiper-block-container .swiper-container-rtl .swiper-button-next {
    left: -40px;
}

.swiper-block-container .swiper-button-next,
.swiper-block-container .swiper-container-rtl .swiper-button-prev {
    right: -40px;
}

.one-col figure,
.two-cols figure,
.three-cols figure,
.four-cols figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

.one-col figure,
.two-cols figure,
.three-cols figure {
    min-height: 300px;
}

.four-cols figure {
    min-height: 240px;
}

.one-col figure {
    width: 1000px;
    height: 562px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.one-col iframe,
.two-cols iframe,
.three-cols iframe,
.four-cols iframe {
    width: 100%;
    height: 100%;
}

.three-col-image-text-image {
    justify-content: space-between;
}

.three-col-image-text-image .picture {
    width: 32% !important;
}

.three-col-image-text-image .wrapped {
    width: 34% !important;
    background: var(--second-col-background);
    padding: 26px;
}

.three-col-image-text-image-box-shadow {
    justify-content: space-between;
}

.three-col-image-text-image-box-shadow .picture {
    width: 32% !important;
}

.three-col-image-text-image-box-shadow .wrapped {
    width: 34% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-video-text-video {
    justify-content: space-between;
}

.three-col-video-text-video .video {
    width: 32% !important;
}

.three-col-video-text-video .wrapped {
    width: 34% !important;
    background: var(--second-col-background);
    padding: 26px;
}

.three-col-video-text-video-box-shadow {
    justify-content: space-between;
}

.three-col-video-text-video-box-shadow .video {
    width: 32% !important;
}

.three-col-video-text-video-box-shadow .wrapped {
    width: 34% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-video-video-video {
    justify-content: space-between;
}

.three-col-video-video-video .video {
    width: 32% !important;
}

.three-col-video-html-video {
    justify-content: space-between;
}

.three-col-video-html-video .video {
    width: 32% !important;
}

.three-col-video-html-video .html {
    width: 32% !important;
}

.three-col-video-html-video-box-shadow {
    justify-content: space-between;
}

.three-col-video-html-video-box-shadow .video {
    width: 32% !important;
}

.three-col-video-html-video-box-shadow .html {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-html-video-html {
    justify-content: space-between;
}

.three-col-html-video-html .video {
    width: 32% !important;
}

.three-col-html-video-html .html {
    width: 32% !important;
}

.three-col-html-video-html-box-shadow {
    justify-content: space-between;
}

.three-col-html-video-html-box-shadow .video {
    width: 32% !important;
}

.three-col-html-video-html-box-shadow .html {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-html-image-html {
    justify-content: space-between;
}

.three-col-html-image-html .html {
    width: 32% !important;
}

.three-col-html-image-html .picture {
    width: 32% !important;
}

.three-col-html-image-html-box-shadow {
    justify-content: space-between;
}

.three-col-html-image-html-box-shadow .html {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-html-image-html-box-shadow .picture {
    width: 32% !important;
}

.three-col-image-html-image {
    justify-content: space-between;
}

.three-col-image-html-image .picture {
    width: 32% !important;
}

.three-col-image-html-image .html {
    width: 32% !important;
}

.three-col-image-html-image-box-shadow {
    justify-content: space-between;
}

.three-col-image-html-image-box-shadow .picture {
    width: 32% !important;
}

.three-col-image-html-image-box-shadow .html {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-image-image-image {
    justify-content: space-between;
}

.three-col-image-image-image .picture {
    width: 32% !important;
}

.three-col-html-html-html {
    justify-content: space-between;
}

.three-col-html-html-html .html {
    width: 32% !important;
}

.three-col-html-html-html-box-shadow {
    justify-content: space-between;
}

.three-col-html-html-html-box-shadow .html {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.three-col-text-video-text {
    justify-content: space-between;
}

.three-col-text-video-text .video {
    width: 32% !important;
}

.three-col-text-video-text .wrapped {
    width: 32% !important;
}

.three-col-text-video--box-shadow {
    justify-content: space-between;
}

.three-col-text-video-text-box-shadow .video {
    width: 32% !important;
}

.three-col-text-video-text-box-shadow .wrapped {
    width: 32% !important;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}


/* faqs tabs */
.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto;
    width: 100%;
}

.accordion-container>h2 {
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #e1e1e1;
}

.set>button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: none;
    width: 100%;
    text-align: left;
}

.set>button:focus {
    outline: none;
}

.set>button.active {
    background-color: #fff;
    /*color: #fff;*/
}

.set>button.active svg {
    transform: rotate(90deg);
    /*filter: brightness(6);*/
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    font-size: 20px;
    line-height: 1.8;
    padding: 15px 0;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.faq-title h3 {
    font-size: 21px;
}

.two-col-image-text .picture+div {
    width: 58%;
}

.two-col-image-text-box-shadow .picture+div {
    width: 58%;
}

.two-col-text-image-box-shadow li {
    list-style: none;
}

.two-col-text-image-box-shadow li::before {
    content: "\2022";
    color: #abbe1c;
    font-weight: bold;
    display: inline-block;
    width: 24px;
}

.button-one,
.button-two,
.button-three {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.width-height-row {
    display: flex;
    /*justify-content: center;*/
}

.input-has-prefix {
    display: flex;
    /*min-width:200px;*/
    max-width: 100%;
    margin: 10px 30px 10px 0;
}

/*.width-height-row .input-has-prefix:last-child{
margin-right:auto;
}*/
.input-has-prefix input {
    border-left: 0;
    border-radius: 0;
    height: 36px;
}

.width-container {
    width: 40%;
}

.width-container .input-has-prefix {
    width: 87%;
}

.length-container {
    width: 35%;
}

.input-prefix {
    background: #ccc;
    color: #fff;
    border: 0;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-one a,
.button-two a,
.button-three a {
    background: white;
    color: #22292f;
    border-color: #22292f;
    font-size: 20px;
    text-decoration: none;
    padding: 12px;
    justify-content: center;
    display: block;
    border: 2px solid;
    width: 80%;
    margin-left: 11%;
}

.button-one a:hover {
    background: #22292f !important;
    color: white;
    border-color: white;
}

.button-two a:hover {
    background: #22292f !important;
    color: white;
    border-color: white;
}

.button-three a:hover {
    background: #22292f !important;
    color: white;
    border-color: white;
}

.row-title-class {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: red;
    margin-top: 30px;
    margin-bottom: -16px;
}

.product h1 {
    color: #000;
    font-size: 1.4rem;
}

.pricing-text {
    display: flex;
    align-items: center;
    margin: 5px 0;
    /*width:40%;
justify-content: space-between;*/
}

.pricing-text .sub-price {
    color: #8e8a8b;
    font-size: 1.5rem;
    font-weight: normal;
}

.pricing-text .total-price {
    font-size: 1.75rem;
    font-weight: bold;
}

.product-dimensions {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-dimensions input[type=text],
.product-dimensions input[type=number] {
    border: 1px solid rgb(204, 204, 204);
    padding: 8px;
    margin: 0;
}

.product-dimensions input[type=radio] {
    margin-right: 5px;
}

.product-dimensions .radio-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.product-dimensions .radio-container label {
    display: inline-block;
    color: #000;
}

.product-dimensions .radio-container input[type=radio]:not(:first-child) {
    margin-left: 15px;
}

.cargo-product-option .cargo-label {
    width: 40%;
}

.cfs input[type="text"],
.cfs input[type="number"] {
    border: 1px solid rgb(204, 204, 204);
    padding: 8px;
    margin: 0;
}

.cfs textarea {
    font-family: sans-serif;
}

/*.cargo-product-option label:first-child {
width: 50%;
}*/

.center figure {
    text-align: center;
}

.centre figure {
    text-align: center;
}

.left figure {
    text-align: left;
}

.right figure {
    text-align: right;
}

.filter-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 35px;
}


/* column background */
.two-col-image-text .wrapped {
    background: var(--second-col-background);
    padding: 26px;
}

.two-col-text-image .wrapped {
    margin-left: 0;
    padding: 26px;
    background: var(--first-col-background);
}

.two-col-video-text .wrapped {
    background: var(--second-col-background);
    padding: 26px;
}

.two-col-text-text .wrapped:nth-child(1) {
    background: var(--first-col-background);
    padding: 26px;
}

.two-col-text-text .wrapped:nth-child(2) {
    background: var(--second-col-background);
    padding: 26px;
}

.three-col-text-image-text .wrapped:nth-child(1) {
    background: var(--first-col-background);
    padding: 26px;
}

.three-col-text-image-text .wrapped:nth-child(3) {
    background: var(--third-col-background);
    padding: 26px;
}

.three-col-text-video-text .wrapped:nth-child(1) {
    background: var(--first-col-background);
    padding: 26px;
}

.three-col-text-video-text .wrapped:nth-child(3) {
    background: var(--third-col-background);
    padding: 26px;
}

.three-col-text-text-text .wrapped:nth-child(1) {
    background: var(--first-col-background);
    padding: 26px;
}

.three-col-text-text-text .wrapped:nth-child(2) {
    background: var(--second-col-background);
    padding: 26px;
}

.three-col-text-text-text .wrapped:nth-child(3) {
    background: var(--third-col-background);
    padding: 26px;
}

.three-col-text-html-text .wrapped:nth-child(1) {
    background: var(--first-col-background);
    padding: 26px;
}

.three-col-text-html-text .wrapped:nth-child(3) {
    background: var(--third-col-background);
    padding: 26px;
}

.product-images {
    /* width: 48%; */
    margin: 0;
    text-align: center;
}

.img-product {
    /*max-height: 450px;*/
}

.desktop-images {
    position: relative;
}

.desktop-images .img-product {
    margin: 0;
    max-width: 100% !important;
}

.slider-container button {
    display: none !important;
}

/*
.slider-container .slick-slide >div{
margin: 10px;
}*/
.slider-container img {
    /* width: 100%;
height: 100%; */
    object-fit: cover;
}

.slider-play {
    z-index: 1;
    position: absolute;
    bottom: 50px;
    left: 20px;
}

.slider-play .play,
.pause {
    font-size: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #aebc41;
}

.slider-play .play:after {
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    transition: 0.5s ease-out;
}

.call-text {
    display: none;
}

.slider-play .pause::after {
    content: '';
    position: absolute;
    width: 3px;
    left: 8px;
    top: 11px;
    height: 10px;
    background: #fff;
    border: 0;
    transition: 0.5s ease-out;
}

.slider-play .pause::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 10px;
    left: 13px;
    top: 11px;
    background: #fff;
    border: 0;
    transition: 0.5s ease-out;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.product-grid .product-images {
    width: auto;
}

.p-product-slide {
    display: none;
}

.p-product-slide .img-product {
    max-height: 100%;
    height: 380px;
    margin: 0px auto !important;
}

.p-product-slide figure {
    margin-left: 0;
}

.homepage-main-hero {
    width: 100%;
    justify-content: space-between;
}

.homepage-main-hero .homepage-main-hero-image {
    width: 33%;
}

.homepage-main-hero .video {
    width: 33%;
}

.homepage-main-hero .video iframe {
    width: 100%;
    height: 334px;
}

.header-topstrip {
    background: #2FF3E0;
    padding: 7px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .header-topstrip {
        padding: 17px 15px;
    }
}

.small-header-topstrip {
    display: none;
    background: #2FF3E0;
    padding: 7px 2px;
    margin-top: 0;
}

.header-topstrip .swiper-container-pointer-events {
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
    overflow: hidden;
    max-width: 1492px;
}

.homepage-main-hero .homepage-main-hero-image a picture {
    height: 100%;
    display: block;
}

.homepage-main-hero .homepage-main-hero-image a picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 334px;
}

.header-topstrip-swiper .swiper-slide a {
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

.swiper--headerTopstripBlock .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper--headerTopstripBlock .swiper-slide span {
    display: block;
    line-height: 1;
    margin-left: 5px;
}

.added-to-cart {
    /*border-color: #ff9870;
color: #ff9870;*/
}

.button-bg-color {
    border-color: #d103d1 !important;
    background-color: #d103d1 !important;
    color: #fff;
    font-size: 20px;
}

.continue-shopping-button {
    border-color: #2ff3e0;
    background-color: #2ff3e0;
    color: #000;
    font-weight: normal;
    padding: 20px 0;
}

.button-bg-color:hover {
    border-color: #d103d1 !important;
    background-color: #d103d1 !important;
    color: #fff;
}

.cart-item__quantity {
    background-color: #60D7CA !important;
}

.field-group--right .sm-full {
    border-color: #d103d1 !important;
    background-color: #d103d1 !important;
    color: #fff;
    font-size: 20px;
}

.field-group--right .sm-full:hover {
    background-color: #d103d1 !important;
}

.bpa-button {
    border-color: #60D7CA !important;
    background-color: #60D7CA !important;
}

.bpa-button:hover {
    background-color: #54F1FD !important;
}

.checkout .btn {
    border-radius: 0;
}

.swiper--headerTopstripBlock .swiper-button-next {
    display: none;
}

.swiper--headerTopstripBlock .swiper-button-prev {
    display: none;
}

.one-col-image-background-html-left {
    position: relative;
}

.one-col-image-background-html-left .picture {
    width: 100%;
}

.swiper-below-html .swiper-slide div:nth-child(2)[class^="picture-"],
.swiper-below-html .swiper-slide div:nth-child(2)[class*="picture-"],
.swiper-below-html .swiper-slide div:nth-child(2)[class*="picture-"] [class*="picture-"],
.swiper-below-html .swiper-slide div:nth-child(2)[class^="picture-"] [class^="picture-"] {
    padding: 5px !important;
    margin-top: 45px;
    box-shadow: none !important;
}

.two-col-menu {
    justify-content: space-between;
}

.two-col-menu .wrapped {
    width: 50% !important;
    text-align: left;
}

.two-col-menu .accordion.col-one {
    margin-left: 70px;
    width: fit-content;
}

.group_item.icon {
    display: flex;
    align-items: center;
}

.megamenu-dropdown .icon img,
.two-col-menu .icon img,
.three-col-menu .icon img,
.four-col-menu .icon img {
    margin-right: 40px;
    width: 32px;
}

.three-col-menu .col-one a {
    display: inline-block;
}

.link-text {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}

.megamenu-back .accordion {
    background: #fff;
}

.three-col-menu {
    justify-content: space-between;
}

.three-col-menu .wrapped {
    width: 32% !important;
    text-align: left;
}

.three-col-menu .accordion.col-one {
    padding-left: 80px;
}

.three-col-menu .accordion.col-one:first-child {
    padding-left: 50px;
    margin-bottom: 40px;
}

.three-col-menu .accordion.col-two:first-child {
    margin-bottom: 40px;
}

.four-col-menu {
    justify-content: space-between;
}

.four-col-menu .wrapped {
    width: 25% !important;
    text-align: left;
}

.help-support {
    display: none;
}

.help-support a {
    text-decoration: none;
    color: #22292f;
}

.cargo-blog-card__content {
    text-decoration: none;
}

.cargo-blog-card__body {
    display: none;
}

.cargo-blog-card__contents a {
    color: #22292f;
}

.cargo-blog__tag {
    text-decoration: none;
}

.cargo-blog-card__tag {
    text-decoration: none;
}

.cargo-blog nav[role="navigation"] {
    width: 100%;
}

.navigation {
    display: none;
}

.menu-icon {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one-col-image-background-html-right .picture {
    width: 100%;
}

.mobile-nav .megamenu-dropdown img {
    margin-bottom: 10px;
    margin-right: 20px;
}

.mobile-nav .megamenu-dropdown h2,
.mobile-nav .megamenu-dropdown p {
    width: 100%;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 12;
    background: #fff;
}

.scrolled .sticky-header {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.parent-wrapper:first-child {
    margin-top: 0 !important;
}

.megamenu-group .megamenu-dropdown {
    padding-bottom: 10px;
}

.category-data p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #22292f;
}

.category-data .text-center p {
    text-align: center !important;
}

.cargo-blog-post {
    /*text-align:center;*/
}

.blog-image {
    margin: 0 auto;
}

.cargo-blog-post h1,
.cargo-blog-post h2,
.cargo-blog-post h3,
.cargo-blog-post h4 {
    width: 100%;
    line-height: 1;
}

.cargo-blog-post__body,
.cargo-blog-post__body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #22292f;
}

.cargo-blog-post__body a {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
}

/* .cargo-blog-post__body h1,.cargo-blog-post__body h2,.cargo-blog-post__body h3,.cargo-blog-post__body h4,
.cargo-blog-post__body h5,.cargo-blog-post__body h6{
    margin-top: 20px !important;
    margin-bottom: 5px !important;
} */
.cargo-blog__grid {
    padding-left: 0;
}

.cargo-blog__title {
    text-align: center;
    margin: 0 auto;
}

.cargo-blog__tags {
    width: 100%;
    justify-content: center;
}

.category-description-bot {
    width: 80%;
    max-width: 90%;
    text-align: center !important;
    margin: 0 auto;
}

.category-data.category-description-bot p {
    text-align: center;
}

.category-description-bot ul,
.category-description-bot ol {
    display: inline-block;
    text-align: left;
}

button#spnTop {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 43px;
    bottom: 90px;
    z-index: 1;
}

.small-logo {
    display: none;
}

.sticky-scroll .right-header {
    margin-bottom: 0;
}

.sticky-scroll .header-logo {
    padding: 0;
}

.cart-apply-coupon {
    padding-top: 15px;
    padding-bottom: 16px;
    border-color: #2ff3e0 !important;
    background-color: #2ff3e0 !important;
    color: #000;
}

.discount-codes__apply__button .button-bg-color {
    border-color: #2ff3e0 !important;
    background-color: #2ff3e0 !important;
    color: #000;
}

.cart-qty-btn {
    background: #cfd6d6;
    color: #fff;
    font-weight: bold;
}

.scrolled .header .small-logo {
    display: block;
    margin-top: 35px;
}

.scrolled .scroll-shrink {
    max-height: 40px;
    padding: 0 !important;
}

.scrolled .scroll-shrink .right-header {
    margin-top: 14px;
}

.scrolled .header .logo {
    display: none;
}

.mega-menu-link {
    border-bottom: 4px solid #fff;
    /*padding-bottom:2px;*/
}

.mega-menu-link:hover {
    border-bottom: 4px solid #2ff3e0;
}

.three-col-html-below-image h2,
.three-col-html-below-image h2 a {
    color: #494949;
    text-decoration: none;
}

.three-col-html-below-image h3,
.three-col-html-below-image h3 a {
    color: #494949;
    text-decoration: none;
}

.three-col-html-below-image h4,
.three-col-html-below-image h4 a {
    color: #494949;
    text-decoration: none;
}

.three-col-html-below-image h2 a:hover,
.three-col-html-below-image h3 a:hover,
.three-col-html-below-image h4 a:hover {
    text-decoration: underline;
}

.page-width a {
    color: #494949;
    text-decoration: none;
}

.page-width a:hover {
    text-decoration: underline;
}

.homepage-container a {
    color: #494949;
    text-decoration: none;
    font-weight: bold;
}

.homepage-container a:hover {
    text-decoration: underline;
}

.megamenu-dropdown a:hover {
    text-decoration: underline;

}

.font-lg {
    font-size: 18px;
}

#filters-container {
    width: 18%;
    padding-left: 10px;
    align-self: flex-start;

}

#filters-container::-webkit-scrollbar {
    display: none;
}

#filters-container {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrolled #filters-container {
    position: sticky;
    top: 100px;
    height: 80vh;
}

#filters-container .set>button span {
    padding: 0;
    color: #22292f;
}

#filters-container .set .content {
    padding: 0;
    font-size: 16px;
}

#filters-container .set>button {}

#filters-container .set>button.active {
    background: #f5f5f7;
}

.m-4 {
    margin: 1rem;
}

.product-swatch {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -10px;
    right: -20px;
}

.product-lower-container {
    /*margin-top:50px;*/
    /*width:68%;*/
}

.product-block .related_colours a {
    border: 2px solid #fff;
    ;
}

.product-block .related_colours a.current-colour {
    border: 2px solid #10afb3;
    ;
}

.related_colours a.current-colour {
    border: 2px solid #10afb3;
    ;
}

.related-listings .swiper-slide .related_colours img {
    height: 100%;
    object-fit: cover;
}

.related-listings .swiper-slide .product-feature-icons img {
    height: 100%;
    object-fit: cover;
}

.related-listings .swiper-slide .available-slat-sizes img {
    height: 100%;
    object-fit: cover;
}

.related-product-slider .swiper-button-prev,
.related-product-slider .swiper-container-rtl .swiper-button-next {
    left: -20px !important;
}

.related-product-slider .swiper-button-next,
.related-product-slider .swiper-container-rtl .swiper-button- {
    right: -20px !important;
}

.stamps {
    display: flex;
    margin: 0 auto;
    width: 80%;
    justify-content: space-evenly;
}

.bannertwo {
    display: flex;
    margin: 0 auto 40px auto;
    width: 80%;
    justify-content: space-evenly;
}

.product {
    justify-content: center;
}

.product-left {
    position: relative;
}

.product-right {
    margin-left: 50px;
    width: 36%;
}

.product-right h1 {
    font-size: 1.65rem;
    margin-top: 0px;
}

.product-right-sticky {
    width: 100%;
    margin: 0 auto;
}

.delivery-box {
    display: flex;
    margin: 40px auto;
    width: 80%;
    text-align: center;
    background: #f7f9f8 url('/themes/aerocommerce/default-theme/images/transparent-delivery-van.png') no-repeat 20px 10px;
    background-size: 50px 50px;
}

.add-to-cart-section {
    width: 100%;
    margin: 0.5rem auto 0;
}

.sample-button-container {
    width: 100%;
    text-align: right;
    border-color: transparent;
    border-top: 1px solid #f7f9f8;
    /*margin: 0 auto;*/
    /*padding-top:1rem;*/
    /*margin:0.5rem auto 0;*/
}

.sample-button-container .sample-button {
    font-weight: bold;
    display: inline-block;
    /*width:auto;*/
    color: #000;
    width: 100%;
    padding: 1rem;
}

.add-to-basket {
    background: #f9f93f;
    border: 0;
    color: #000;
    font-weight: bold;
}

.price-label {
    width: 42%;
    font-size: 1.5rem;
    font-weight: normal;
}

.from-price {
    font-size: 9px;
    margin-top: 10px;
}

.product-from-price {
    font-size: 18px;
    display: block;
    margin-top: -5px;
    font-weight: bold;
}

.cargo-product-option .cargo-label {
    color: #11adba;
}

.product-accordion .set>button {}

.product-accordion .set>button h3 {
    margin: 0;
}

.product-accordion .set .content {
    padding: 0.2rem 2rem 1rem;
    font-size: 16px;
}

.product-accordion .content a,
.product-accordion .content a:active,
.product-accordion .content a:visited {
    color: #11adba;
    text-decoration: none;
}

.product-accordion .content a:hover {
    color: #11adba;
    text-decoration: none;
}

#content {
    /*padding:0 5px 0 5px;*/
    padding: 0;
}

.product-listings {
    width: 80%;
}

.product-block {
    padding-right: 20px;
    position: relative;
}

.product-block a {
    position: relative;
}

/*.product-block:nth-child(4n){
padding-right:0;
}*/
.listing-top {
    padding: 0 28px 0 5px;
    position: sticky;
    left: 20%;
    right: 0;
    top: 80px;
    background: #fff;
    z-index: 9;
    align-items: center;
}

.scrolled .listing-top {
    padding-top: 2px;
    top: 78px;
}

.text-price {
    color: #000;
}

.pagi-circle {
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #ccc;
    border-radius: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
}

.pagination li:first-child .pagi-circle,
.pagination li:last-child .pagi-circle {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pagination .prev.disabled {
    display: none;
}

.pagination .next.disabled {
    display: none;
}

.align-items-center {
    align-items: center;
}

.facet--show-all .hidden {
    display: flex;
}

.related-product-slider .sample-button {
    padding: 0.5rem 0rem;
}

.sample-button {
    border: 2px solid #000;
    background: #fff;
    padding: 0.5rem 4rem;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-radius: 0;
    color: #000;
}

.sample-button:focus {
    outline: none;
}

.sample-button.sample-added {
    background: #ccc;
}

.other-colours {

    overflow: hidden;
    position: relative;
    font-size: 12px;
}

.other-colours-list {
    align-items: center;
}

.your-chosen-colour a {
    display: flex;
    padding: 0.25rem;
    border: 2px solid transparent;
}

.your-chosen-colour a.current-colour {
    border: 3px solid #10afb3;
}

.more-colours-item {
    /*margin-left:auto;*/
}

.your-chosen-colour a.more-colours-toggle {
    width: 52px;
    background: #fff;
    color: #6b6b6d;
    /*height: 3rem;*/
    display: flex;
    /*justify-content: center;
align-items: center;*/
    cursor: pointer;
    font-size: 16px;
    margin-top: 6px;
}

.your-chosen-colour .more-icon,
.your-chosen-colour .less-icon {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 6px;
}

.related_colours {
    flex-grow: 99;
}

.related_colours .achd {
    height: 24px;
}

.related_colours l {
    align-items: center;
}

.related_colours .more-icon,
.related_colours .less-icon {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 24px;
    height: 24px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 6px;
    margin-bottom: 4px;
    margin-right: 5px;
}

.related_colours a.more-colours-toggle {
    background: #fff;
    color: #6b6b6d;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    /* margin-left: 8px;*/
}

.related_colours .more-colours-closed {
    height: 62px;
    overflow: hidden;
}

.other-colours-list {
    position: relative;
    /*border: 1px solid #f00;*/
    max-width: 565px;
}

.product-feature-icons .feature-icon {
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-feature-icons .feature-icon img {
    margin-right: 20px;
}

.available-slat-sizes {
    display: flex;
}

.available-slat-sizes .slat-size {
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    flex-direction: column;
}

.available-slat-sizes .slat-size img {
    /*margin-right:10px;*/
    margin-bottom: 3px;
    width: 30px;
}

.facet-icon {
    width: 32px;
}

.applied-filters {
    background: #fff;
    padding: 10px 0;
    display: flex;
    align-items: stretch;
}

.applied-filters li {
    display: inline-block;
}

.applied-filters li .applied-filter {
    display: flex;
    flex-direction: column;
    padding: 10px 5px 5px 5px;
    min-width: 100px;
    font-size: 16px;
    border: 1px solid #ccc;
    position: relative;
    margin: 3px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #383d5a;
    height: 100%;
}

.applied-filters li .applied-filter img {
    width: 25px;
    height: auto;
    margin-top: 3px;
}

.applied-filters li .applied-filter .close-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1px;
    right: -1px;
    border: 1px solid #ccc;
    color: #4A4A4D;
    font-size: 9px;
    width: 12px;
    height: 12px;
    padding-left: 1px;
    padding-bottom: 2px;
}

.filter-by {
    font-size: 16px;
}

.filter-active {
    font-weight: 600;
}

.clear-filter {
    display: flex;
    align-items: center;
    color: #22292f;
    margin: 3px 8px;
    text-decoration: none;
}

.clear-filter img {
    margin-right: 6px;

}

.filter-top {
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.table-box table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.table-box table td,
.table-box table th {
    border: 1px solid #eee;
    padding: 16px 16px 15px;
}

.table-box *,
.table-box::after,
.table-box::before {
    box-sizing: inherit;
}

.table-box table td,
.table-box table th {
    border: 1px solid #eee;
    padding: 16px 16px 15px;
}


table tr:first-of-type,
table tr:nth-child(2) {
    border-top-width: 0;
}

table tbody tr:not(.header):nth-child(2) {
    border-top-width: 1px;
}


.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;

}

.modal-wrapper {}

.modal-container {
    width: 1000px;
    max-width: 80%;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    max-height: 400px;
    overflow-y: scroll;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

.modal-body p {
    padding: 12px 0;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter-from {
    opacity: 0;
}

.modal-leave-to {
    opacity: 0;
}

.modal-enter-from .modal-container,
.modal-leave-to .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.slat_size {
    padding: 5px 10px !important;
    align-items: center;

}

.slat_size .cargo-label {
    margin-bottom: 1px;
    color: #000;
}

.slat_size>.cargo-label {
    font-weight: bold;
}

.replacement-slats-link {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px 0 6px 0;
    text-align: center;
    text-decoration: none;
    font-style: italic;
    color: #11adba;
    margin: 3px 0;
}

.slat-size-container {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.slat-size-container div {
    margin-right: 1.5rem;
}

.slat-size-container .cargo-label {
    width: auto;
}

.product-image-video {
    width: 100%;
    height: 100%;
}

/* .mobile .product-image-video {
    height: 300px;
} */

.help-measuring {
    font-weight: 500;
}

.help-measuring h4 {
    margin: 10px 0;
}

.help-measuring a,
.help-measuring a:active,
.help-measuring a:visited {
    color: #11adba;
    text-decoration: none;
}

.help-measuring a:hover {
    color: #11adba;
    text-decoration: none;
}

.ctf a,
.ctf a:active,
.ctf a:visited {
    color: #11adba;
    text-decoration: none;
}

.ctf a:hover {
    color: #11adba;
    text-decoration: none;
}

.sub-menu-box {
    max-height: 70vh;
}

.phone-link-mobile {
    display: none;
}

.mobile {
    display: none;
}

.mobile-top-section {
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.mobile-top-section .price-please {
    display: flex;
    background: #f9f940;
    color: #000;
    padding: 0.5rem;
    width: 47%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    max-width: 250px;
}

.mobile-top-section .sample-button-container {
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 250px;
    width: 47%;
}

.mobile-top-section .sample-button-container .sample-button {}

.mobile-top-section .sample-button-container button {
    margin: 0;
    padding: 0.5rem;
    width: 100%;
}

.checkmark__circle {
    stroke: #2ff3e0;
}

.checkmark {
    stroke: #fff;
    box-shadow: inset 0 0 0 #2ff3e0;
}

.checkmark.checkmark--no-animate {
    box-shadow: inset 0 0 0 30px #2ff3e0;
}

.input-has-prefix input::-webkit-outer-spin-button,
.input-has-prefix input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-has-prefix input[type=number],
.product-dimensions input[type=number] {
    -moz-appearance: textfield;
}

.payment-method__view button,
.payment-method__view button:hover {
    background: #d103d1;
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 20px;
}


#sidebar-close2 {
    opacity: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    will-change: opacity;
    transition: opacity .3s cubic-bezier(.64, 0, .35, 1);
}

#sidebar-close2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#sidebar.show #sidebar-close2 {
    opacity: 1;
    pointer-events: auto
}

.bg-grey-2 {
    background: #cfd6d6;
    border-color: #cfd6d6;
}

.text-left {
    text-align: left;
}

.related-listings .swiper-slide img {
    height: 300px;
    object-fit: cover;
}

.related-listings button.glide__arrow {
    padding: 5px;
    opacity: 1;
}

.related-listings button.glide__arrow svg {
    width: 40px;
    height: 30px;
}

/*  media q  */
@media all and (max-width: 1787px) {
    .other-colours-list {
        max-width: 495px;
    }
}

@media all and (max-width: 1593px) {
    .other-colours-list {
        max-width: 425px;
    }
}

@media all and (max-width: 1440px) {}

@media all and (max-width: 1398px) {
    .other-colours-list {
        max-width: 355px;
    }
}

@media all and (max-width: 1349px) {
    .sample-button {
        padding: 0.5rem 2rem;
    }
}

@media all and (max-width: 1204px) {
    .other-colours-list {
        max-width: 285px;
    }
}

@media all and (max-width: 1349px) {
    .sample-button {
        padding: 0.5rem 2rem;
    }
}

@media all and (max-width: 767px) {

    /* opening-section-content */
    .opening-section-content {
        top: 30px;
        left: 20px;
        display: block;
    }

    .opening-section-image {
        margin-bottom: 200px;
    }

    .opening-section-content h2 {
        width: 200px;
        font-size: 18px;
    }

    .info-image {
        margin-top: 100px;
    }

    .opening-section-content h3 {
        margin-bottom: 33px;
        color: #44b0b9
    }

    .track-order,
    .number-wrap,
    .timings-wrap,
    .help-text {
        display: none;
    }

    .mob-text-wrap {
        display: block;
    }

    .mob-number-wrap {
        display: block;
    }

    .menu-icon {
        text-decoration: none;
        color: #000;
        font-size: 11px;
    }

    .menu-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .call-text {
        font-size: 11px;
        color: #000;
        font-weight: 600;
        display: block;
    }

    .icons-wrap img,
    .icons-wrap svg {
        height: 21px;
        margin-bottom: 9px;
    }

    .icons-wrap a {
        margin-right: 11px;
        width: 25px;
        flex-direction: column;
    }

    .cart-icon {
        position: relative;
        top: unset;
        right: unset;
    }

    .phone-link-mobile {
        display: block;
    }

    .phone-link-desktop {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* hero banner */
    .swiper--mainHeroBlock img,
    .right-hero-banner img {
        min-height: 200px;
        object-fit: cover;
    }

    .banner-btn-wrapper h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .banner-btn-wrapper a {
        padding: 12px 64px;
    }

    /* footer css */
    .footer-header {
        width: auto;
        max-width: 193px;
        margin-bottom: 20px;
    }

    .footer-links-1 {
        flex-direction: column;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-links-2>div {
        width: 100%;
        margin-bottom: 50px;
    }

    .footer-links-2 {
        flex-direction: column;
    }

    .footer-contact-details div {
        font-size: 16px;
    }

    .contact-timing {
        padding-left: 0;
    }

    .cookies-policy a,
    .cookies-policy div,
    .copyright-policy a,
    .copyright-policy div {
        font-size: 12.5px;
    }

    .footer-links-2 {
        margin-bottom: 0px;
    }

    .footer-section {
        padding: 33px 15px;
    }

    .footer-des {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .footer-des p {
        margin-bottom: 17px;
    }

    .footer-logo-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-links-1 span {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;

    }

    .footer-nav .accordion-toggle {
        margin-top: 20px
    }

    .footer-links-1 li>a {
        font-size: 16px;
        margin: 5px 0;
        display: block;
    }

    .footer-links-1 li {
        line-height: 22px;
    }

    .payment-mode {
        order: 0;
    }

    .stay-in-touch {
        order: 1;
    }

    .follow {
        order: 2;
    }

    .footer-contact-details {
        order: 3;
    }

    .payment-mode img {
        max-width: 160px;
    }

    .payment-mode picture {
        justify-content: center;
    }

    .stay-in-touch-content {
        width: 100%;
        margin-top: 20px;
    }

    .social-icons>div {
        margin: 0;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-links-2>div {
        margin-bottom: 30px;
    }

    .stay-in-touch-mobile {
        display: flex;
        justify-content: center;
    }

    .page-width {
        padding: 0;
        box-shadow: none;
    }

    .scrolled #filters-container {
        position: absolute;
    }

}

@media all and (max-width: 650px) {
    .delivery-box {
        margin: 20px auto;
        width: 100%;
    }

    .stamps {
        width: 100%;
    }
}

@media all and (max-width: 575px) {

    .table-box table td,
    .table-box table th {
        padding: 16px 8px 15px;
    }

    .marketing-mobile-spacer {
        display: block;
    }

    .product-wrapper {
        /*align-items: flex-start;*/
    }

    .product-right h1 {
        font-size: 1.25rem;
    }

    /*    .product-wrapper{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    }*/
    .product-wrapper .product-image {
        min-height: 252px;
        max-height: 335px;
    }

    .marketing-block img {
        min-height: unset;
        max-height: 300px;
        display: block;
    }

    .product-accordion .set .content {
        padding: 5px;
    }

    .product-accordion .set .content ul {
        padding-left: 2px;
    }

    .product-accordion .set .content li {
        list-style-position: inside;
    }

    .your-chosen-colour a.more-colours-toggle {
        /*width:160px;*/
    }

    /*.product-block:nth-child(2n){
    margin-top:20px;
}
.product-block{
    margin-top: -160px;
    margin-bottom: 160px;
    border: 1px solid #f00;
}
*/
    /* .product-block:nth-child(2n+2){
    margin-top: -120px;
} */
    /* .product-block:nth-child(2){
    margin-top: 0;
} */
    /*.product-block:nth-child(2) {
    margin-top: 156px;
}
.product-block:nth-child(2n+1) {
    margin-top: -160px;
}
.product-block:nth-child(1){
    margin-top: 0;
}*/
    .marketing-icon {
        display: block;
    }

    .product-video {
        padding: 305px 0 0 0;
    }

    .product-block:last-child {
        max-height: 156px;
    }

    .product-block:last-child img {
        max-height: 136px;
        object-fit: contain;
    }

    .marketing-mobile-spacer img {
        max-height: 136px;
        height: 100%;
        object-fit: contain;
    }

    .related_colours .achd {
        height: 36px;
        line-height: 36px;
    }

    .product-block .related_colours a {
        width: 35px;
        height: 35px;
        margin: 0.3rem;
    }

    .related_colours .more-colours-closed {
        height: 50px;
    }

    /*.product-block .related_colours a.more-colours-toggle{
    margin:0.3rem;
}*/
    .product-feature-icons .feature-icon img {
        width: 20px;
    }

    .available-slat-sizes .slat-size img {
        width: 20px;
    }

    /*.related_colours .more-icon,
.related_colours .less-icon{
    width:30px;
    height:28px;
    font-size:28px;
}*/
    .cargo-product-option .cargo-label {
        width: 50%;
    }

    .width-container {
        width: 50%;
    }

    .length-container {
        width: 40%;
    }

    .input-has-prefix {
        margin: 0;
    }

    /*.input-has-prefix{
    min-width:130px;
    margin:10px 30px 10px 0;
    width:100%;
}*/
    .radio-options {
        margin-left: 18px;
    }

    .radio-options,
    .select-options {
        width: 40%;
    }

    .ctf {
        width: 100%;
    }

    .product-image-container .product-grid {
        padding: 0;
    }

    .slat-size-container div {
        margin: 4px 0;
    }

    .delivery-box {
        background: none;
    }

    /*.responseiq-app-frame{
    max-width:78px !important;
}*/
    .two-cols {
        flex-direction: row;
    }

    .two-cols div {
        width: 46%;
        margin: 20px;
    }

    .three-cols {
        flex-direction: column;
    }

    .three-cols div {
        width: auto;
        margin: 20px;
    }

    .four-cols {
        flex-direction: column;
    }

    .four-cols div {
        width: auto;
        margin: 20px;
    }

    .continue-btns .continue-shopping {
        order: 2;
        margin-top: 1rem;
    }

    .continue-btns .view-cart {
        order: 1;
        margin-top: 0;
    }

    /* .mobile .product-image-video {
        min-width: 270px !important;
    } */


}


@media all and (max-width: 360px) {
    .related_colours .achd {
        font-size: 12px;
    }
}



@media all and (min-width: 560px) {
    .banner-btn-wrapper {
        align-items: flex-end;
        right: 9%;
        top: 10px;
    }

    .banner-btn-wrapper-two {
        right: unset;
        left: 60px;
    }

    .shop-collection-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .shop-collection-wrap {
        width: 48%;
        margin-right: 10px;
    }

}

button#spnTop {
    display: none;
}

@media all and (min-width: 768px) {

    button#spnTop {
        display: block;
    }

    /* Homepage: Information Section A */
    .info-wrap {
        justify-content: space-between;
    }

    .info-b-wrap {
        justify-content: space-between;
    }

    .opening-section-wrap {
        justify-content: space-between;
    }

    .info-image {
        margin-top: 0;
    }

    .info-b-image {
        margin-top: 0;
    }

    .opening-section-image {
        margin-top: 0;
    }

    .info-image,
    .info-content {
        width: 65%;
    }

    .opening-section-content {
        width: 48%;
    }

    .banner-btn-wrapper a {
        margin-right: 15px;
    }

    .category-header {
        flex-direction: row;
        justify-content: space-between;
    }

    .category-data {
        width: 50%;
        text-align: left;
    }

    .category-description-bot {
        width: 80%;
    }

    .category-data p {
        text-align: justify;
    }

    .category-data p.text-center {
        text-align: center;
    }

    .category-data-image {
        width: 50%;
    }

    .readMore {
        display: none;
    }

    .readLess {
        display: none;
    }

    .category-samples-vertical {
        display: flex;
        justify-content: space-between;
    }

    .samples-vertical {
        width: 48%;
        margin-bottom: 0;
    }

    .category-information-vertical {
        padding: 60px 20px 60px 0;
        display: flex;
        justify-content: space-between;
    }

    .information-vertical {
        width: 48%;
    }

    .information-vertical h3 {
        margin-top: 0;
    }

    .samples-vertical h2 {
        text-align: left;
    }
}

@media all and (max-width: 768px) {
    .textwrap h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    .one-col-text-box-shadow p {
        text-align: center;
    }

    .two-col-image-text,
    .two-col-image-text-box-shadow,
    .two-col-video-text,
    .two-col-video-text-box-shadow {
        flex-direction: column;
    }

    .two-col-image-text .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-image-text-box-shadow .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-text .video iframe {
        height: 176px;
    }

    .two-col-video-text .video {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-text-box-shadow .video iframe {
        height: 176px;
    }

    .two-col-video-text-box-shadow .video {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-text-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .wrapped h2 {
        margin: 15px 0;
    }

    .one-col-video .video iframe {
        height: 226px;
    }

    .two-col-image-image {
        flex-direction: column;
    }

    .two-col-image-image .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-video {
        flex-direction: column;
    }

    .two-col-video-video .video {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-video .video iframe {
        height: 226px;
    }

    .two-col-html-html {
        flex-direction: column;
    }

    .two-col-html-html .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-html-html-box-shadow {
        flex-direction: column;
    }

    .two-col-html-html-box-shadow .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-image-html {
        flex-direction: column;
    }

    .two-col-image-html .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-image-html .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-image-html-box-shadow {
        flex-direction: column;
    }

    .two-col-image-html-box-shadow .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-image-html-box-shadow .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-html {
        flex-direction: column;
    }

    .two-col-video-html .video {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-video-html .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-html-image {
        flex-direction: column;
    }

    .two-col-html-image .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-html-image .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-html-image-box-shadow {
        flex-direction: column;
    }

    .two-col-html-image-box-shadow .html {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-html-image-box-shadow .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-image-text-image .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .textwrap img {
        display: none;
    }

    .two-col-image-text-image .textwrap h2 {
        text-align: center;
    }

    .one-col-text .wrapped {
        padding: 0;
    }

    .two-col-text-text .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-image-text .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-image-text .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-text-text .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-text-text-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-html-text .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-html-text .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-html-text-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-html-text-box-shadow .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-image-text-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-image-text-box-shadow .picture {
        width: 100% !important;
        margin-top: 26px;
    }

    .two-col-text-text-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .two-col-text-image .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .two-col-text-image-box-shadow .picture {
        width: 100%;
        margin-bottom: 26px;
    }

    .wrapped-parent {
        flex-direction: column;
    }

    .three-col-image-text-image {
        flex-direction: column;
    }

    .three-col-image-text-image .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-text-image .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-text-image-box-shadow {
        flex-direction: column;
    }

    .three-col-image-text-image-box-shadow .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-text-image-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-text-video {
        flex-direction: column;
    }

    .three-col-video-text-video .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-text-video .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-text-video-box-shadow {
        flex-direction: column;
    }

    .three-col-video-text-video-box-shadow .video iframe {
        height: 710px;
    }

    .three-col-video-text-video-box-shadow .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-text-video-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-video-text-box-shadow .video iframe {
        height: 710px;
    }

    .three-col-text-video-text-box-shadow .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-video-text-box-shadow .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-video-video {
        flex-direction: column;
    }

    .three-col-video-video-video .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-html-video {
        flex-direction: column;
    }

    .three-col-video-html-video .video iframe {
        height: 710px;
    }

    .three-col-video-html-video .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-html-video .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-html-video-box-shadow {
        flex-direction: column;
    }

    .three-col-video-html-video-box-shadow .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-video-html-video-box-shadow .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-video-html {
        flex-direction: column;
    }

    .three-col-html-video-html .video iframe {
        height: 710px;
    }

    .three-col-html-video-html .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-video-html .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-video-html-box-shadow {
        flex-direction: column;
    }

    .three-col-html-video-html-box-shadow .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-video-html-box-shadow .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-image-html {
        flex-direction: column;
    }

    .three-col-html-image-html .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-image-html .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-image-html-box-shadow {
        flex-direction: column;
    }

    .three-col-html-image-html-box-shadow .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-image-html-box-shadow .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-html-image {
        flex-direction: column;
    }

    .three-col-image-html-image .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-html-image .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-html-image-box-shadow {
        flex-direction: column;
    }

    .three-col-image-html-image-box-shadow .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-html-image-box-shadow .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-image-image-image {
        flex-direction: column;
    }

    .three-col-image-image-image .picture {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-html-html {
        flex-direction: column;
    }

    .three-col-html-html-html .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-html-html-html-box-shadow {
        flex-direction: column;
    }

    .three-col-html-html-html-box-shadow .html {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-video-text {
        flex-direction: column;
    }

    .three-col-text-video-text .video iframe {
        width: 100%;
        height: 710px;
    }

    .three-col-text-video-text .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .three-col-text-video-text .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .wrapped-parent .wrapped {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .faq-title h2 {
        font-size: 18px;
    }

    .content {
        font-size: 17px;
        padding: 19px 2px;
        text-align: justify;
    }

    .picture-info {
        padding: 25px 10px;
    }

    .set>button {
        border: 1px solid #c7c7cd;
    }

    .homepage-main-hero {
        flex-direction: column;
    }

    .homepage-main-hero .homepage-main-hero-image {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .homepage-main-hero .video {
        width: 100% !important;
        margin-bottom: 26px;
    }

    .two-col-video-html .video iframe {
        height: 226px;
    }

    .three-col-video-video-video .video iframe {
        height: 226px;
    }

    .sample-button {
        font-size: 14px;
        padding: 0.5rem .25rem;
    }
}

@media all and (min-width: 992px) {
    #content {
        padding: 0;
    }

    .megamenu-group .megamenu-dropdown:before {
        top: 0;
        display: none;
    }

    .megamenu-group .megamenu-dropdown {
        border: 0;
    }

    .sub-menu-box {
        overflow-y: auto;
        /*height: 70vh;*/
    }

    .navigation #megamenu-content {
        background: transparent;
    }

    .max-w-3xl {
        max-width: 2764px;
        padding: 10 15px;
    }

    .product-variants {
        width: 41%;
    }

    .one-col-image-background-html-right {
        position: relative;
    }

    .mobile-nav {
        display: none;
    }

    .navigation {
        display: block;
    }

    .search-box {
        display: block !important;
    }

    .search-box input#search-input {
        width: 70%;
    }

    .search-box input#search-input:focus {
        width: 100%;
    }

    .search-box input {
        border-bottom: 1px solid #d7d7d7;
    }
}

@media all and (max-width: 991px) {
    .text-wrap {
        margin: 0;
        font-size: 11px;
        font-weight: 600;
    }

    .icons-wrap a.search-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .search-box {
        position: absolute;
        width: 90%;
        margin: 0 auto;
        top: calc(100% - 16px);
        left: 0;
        right: 0;
        border: 1px solid #000;
        display: none;
    }

    #sidebar-content {
        overflow-y: scroll;
    }

    #filters-container {
        width: 100%;
    }

    #filters-container .set {
        width: 97%;
    }

    .mobile-nav {
        overflow-x: hidden;
        height: 95vh;
    }

    .mobile-nav .megamenu-dropdown a:not(:last-child) img {
        width: 30px;
        margin-right: 5px;
    }

    .icons-wrap img,
    .icons-wrap svg {
        margin-bottom: 9px;
    }

    .menu-icon svg {
        margin-bottom: 9px;
    }

    .menu-icon .menu-text {
        display: block;
        font-weight: 600;
    }

    .menu-icon {
        margin-top: -10px;
    }

    .scrolled .scroll-shrink {
        max-height: 64px
    }

    .scrolled .header .small-logo {
        margin-top: 0;
    }

    .product-listings {
        width: 100%;
    }

    .sample-button {
        padding: 0.5rem 1rem;
    }

    .top-bar {
        width: 100%;
        margin-top: 3px;
        justify-content: space-between;
    }

    .product-block {
        padding-right: 0;
    }

    .product-swatch {
        max-width: 80px;
        max-height: 80px;
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: -10px;
        right: -10px;
    }

    .product-right {
        width: 100%;
        margin-left: 0;
    }

    .scrolled .product-right-sticky {
        position: static;
        padding: 0px;
    }

    /*.more-colours-toggle{
    width:60px;
    height:60px;
    margin:0;
}*/
    .modal-container {
        width: auto;
    }

    .product-wrapper {
        width: 99%;
    }

    .other-colours .swatches {
        /*width:100%;*/
    }

    .other-colours .showmore {
        width: 100px;
    }

    .other-colours-list {
        max-width: 844px;
    }
}

@media all and (max-width: 972px) {
    .other-colours-list {
        max-width: 772px;
    }
}

@media all and (max-width: 903px) {
    .other-colours-list {
        max-width: 702px;
    }
}

@media all and (max-width: 833px) {
    .other-colours-list {
        max-width: 632px;
    }
}

@media all and (max-width: 763px) {
    .other-colours-list {
        max-width: 562px;
    }
}

@media all and (max-width: 693px) {
    .other-colours-list {
        max-width: 492px;
    }
}

@media all and (max-width: 623px) {
    .other-colours-list {
        max-width: 422px;
    }
}

@media all and (max-width: 575px) {
    #responseiq-app-container {
        display: none;
    }

    button#spnTop {
        bottom: 20px;
    }

    .one-col-image {
        margin-bottom: 20px;
    }

    .picture-one-html,
    .picture-two-html,
    .picture-three-html {
        padding: 20px 5px 0;
    }
}

@media all and (max-width: 553px) {
    .other-colours-list {
        max-width: 445px;
    }

    .other-colours .showmore {
        width: 52px;
    }
}


@media all and (max-width: 550px) {
    .sample-button {
        font-size: 14px;
        padding: 0.5rem .25rem;
    }

    .homepage-container {
        padding-left: 0;
        padding-right: 0;
    }

    .homepage-container>div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 545px) {
    .other-colours-list {
        max-width: 422px;
    }
}


@media all and (max-width: 525px) {
    #responseiq-app-container {
        display: none;
    }

    button#spnTop {
        bottom: 20px;
    }
}

@media all and (max-width: 505px) {
    .other-colours-list {
        max-width: 352px;
    }
}

@media all and (max-width: 435px) {
    .other-colours-list {
        max-width: 282px;
    }
}

@media all and (max-width: 420px) {
    .sample-button {
        font-size: 12px;
        padding: 0.5rem .25rem;
    }
}

@media all and (max-width: 365px) {

    .table-box table td,
    .table-box table th {
        padding: 16px 3px 15px;
    }

    .other-colours-list {
        max-width: 212px;
    }
}

@media all and (max-width: 295px) {
    .other-colours-list {
        max-width: 212px;
    }
}


@media only screen and (min-width: 992px) {
    .breadcrum-pages {
        width: 1222px;
        margin: 0 auto;
    }
}

@media all and (min-width: 1024px) {
    .right-header {
        width: 25%;
    }

    .search-bar {
        display: none;
    }

    .header-logo {
        width: auto;
        margin: 0 auto 0 0;
    }

    .shop-collection-content p {
        font-size: 18px;
    }

    .opening-section-image {
        margin-bottom: 100px;
    }

    .info-image {
        width: 450px;
    }

    .info-content h2 {
        font-size: 36px;
    }

    .info-content h3 {
        font-size: 28px;
    }

    .info-content p {
        font-size: 18px;
        line-height: 32px;
    }

    .info-b-content h2 {
        font-size: 36px;
    }

    .info-b-content h3 {
        font-size: 28px;
    }

    .info-b-content p {
        font-size: 18px;
        line-height: 32px;
    }

    .opening-section-content h2 {
        font-size: 36px;
    }

    .opening-section-content h3 {
        font-size: 28px;
        color: #358e96;
    }

    .opening-section-content p {
        font-size: 18px;
        line-height: 32px;
    }

    .banner-btn-wrapper {
        right: 3%;
        left: unset;
    }

    .info-b-wrapper.info-column-product {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .info-b-wrap {
        width: 31%;
        max-width: 417px;
    }

    .shop-collection-wrap {
        width: 32%;
        margin-bottom: 50px;
    }

    /* .shop-collection-wrap:nth-child(3n+2) {
    margin-top: 50px;
} */
    .measure-vertical {
        justify-content: space-between;
        flex-direction: row;
    }

    .measure-about {
        width: 48%;
    }

    .measure-image {
        width: 40%;
    }

    .benefits-vertical {
        width: 31%;
    }

    .category-benefits-vertical {
        margin-bottom: 40px;
    }

    .category-benefits {
        justify-content: space-between;
    }

    .category-benefits-vertical h2 {
        font-size: 40px;
    }

    .benefits-vertical:nth-child(2) {
        margin-top: 40px;
        margin-bottom: -20px;
    }

    .measure-circle {
        right: unset;
        left: -60px;
        bottom: -90px;
        width: 200px;
        height: 200px;
        z-index: 1;
    }

    .image-block-green {
        overflow: unset;
        padding: 0;
        margin-left: -50px;
        margin-right: 50px;
    }

    .measure-circle:before {
        left: 15px;
    }

    .measure-image:before {
        left: -90px;
        top: -40px;
    }
}

@media all and (min-width: 1200px) {
    .one-col-image-background-html-right .html {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: fit-content;
        right: 16px;
        width: 50%;
    }

    .one-col-image-background-html-left .html {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: fit-content;
        left: 16px;
        width: 50%;
    }

    .sample-heading {
        font-size: 130px;
        margin-top: -50px;
    }

    .measure-content p {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .measure-about h3 {
        font-size: 23px;
        margin-bottom: 40px;
    }

    .banner-btn-wrapper {
        right: 5%;
        align-items: center;
    }

    .measure-content li {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .our-process {
        font-size: 33px;
        margin-top: 50px;
    }

    .measure-vertical h2 {
        font-size: 42px;
    }

    .measure-content {
        text-align: justify;
        font-size: 22px;
        line-height: 1.4;
    }

    .right-header {
        margin-bottom: 30px;
    }

    .banner-btn-wrapper a {
        margin-right: 0;
    }

    .banner-btn-wrapper-two {
        left: 8%;
    }

    .info-b-wrap {
        width: 31%;
    }

    .info-b-content {
        padding: 0 40px;
    }

    .category-data h1 {
        font-size: 28px;
    }

    .category-name {
        font-size: 25px;
    }

    .benefits-vertical {
        padding: 25px;
    }

    .samples-vertical h2 {
        font-size: 45px;
    }

    .samples-vertical p {
        font-size: 25px;
    }

    .category-samples-vertical {
        padding: 80px;
    }

    .information-vertical img {
        max-width: 1059px;
    }

    .information-vertical:nth-child(1) {
        width: 40%;
        max-width: 1059px;
    }

    .information-vertical:nth-child(2) {
        width: 56%;
    }

    .page-width {
        width: 1264px;
        position: relative;
    }

    .product-grid .product-images img {
        width: 100%;
    }
}

@media all and (min-width: 1440px) {
    .banner-btn-wrapper {
        right: 6%;
    }

    .opening-section-image {
        margin-bottom: 40px;
    }

    .opening-section-wrap {
        margin-bottom: 0;
    }

    .category-data {
        padding: 2px 20px 2px 10px;
    }

    .samples-vertical h2 {
        font-size: 53px;
        max-width: 882px;
    }

    .samples-vertical p {
        margin-bottom: 40px;
    }

    .samples-vertical p:last-child {
        margin-bottom: 0;
    }

    .information-vertical h3 {
        font-size: 48px;
    }

    .information-vertical p,
    .information-vertical li {
        font-size: 20px;
    }
}

@media all and (min-width: 1600px) {
    .banner-btn-wrapper {
        right: 5%;
    }

    .banner-btn-wrapper h2,
    .banner-btn-wrapper-two h2 {
        font-size: 32px;
    }

    .banner-btn-wrapper a,
    .banner-btn-wrapper-two a {
        font-size: 22px;
    }

    .right-header {
        margin-bottom: 60px;
    }

    .banner-btn-wrapper-two {
        left: 7%;
    }

    .category-data p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8;
        color: #22292f;
    }

    .samples-vertical h2 {
        font-size: 72px;
    }

    .measure-circle {
        left: -70px;
        bottom: -150px;
        width: 270px;
        height: 270px;
    }

    .image-block-green {
        margin-left: -100px;
        margin-right: 100px;
    }

    .measure-circle:before {
        left: 31px;
    }

    .measure-image:before {
        left: -135px;
        top: -22px;
    }

    .sticky-scroll .right-header {
        margin-bottom: 0;
    }

    .sticky-scroll .header-logo {
        padding: 0;
    }
}

@media all and (min-width: 1920px) {
    .samples-vertical h2 {
        font-size: 72px;
    }

    .right-header {
        margin-bottom: 60px;
    }
}

@media all and (min-width: 2400px) {
    .category-name {
        font-size: 37px;
    }

    .category-data h1 {
        font-size: 42px;
    }
}