/* Catalog home */

div#configurecomp .col .row>.col {
    padding: 0;
    flex: 0 0 fit-content;
}

div#configurecomp .col .row {
    margin-left: 10px;
    margin-right: 0;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    padding: 13px 11px;
    border: 7px solid #282828;
    position: relative;
    margin: 0 0 1px;
    /* background-image: url("assets/boxback.svg"); */
    background: #e5e5e5;
}

div#configurecomp .col .row:before {
    content: none;
    position: absolute;
    width: 8px;
    height: 120%;
    background: #fff;
    left: 1px;
    top: -19px;
    transform: rotate(45deg);
    border: 1px solid #c9c9c9;
    border-bottom-left-radius: 20px;
}

div#configurecomp .row .col {
    overflow: hidden;
}


div#configurecomp .col .row img {
    width: 32px;
    height: 30px;
    object-fit: contain;
}
div#configurecomp>.row>.col:first-child .row {
    margin-left: 0;
}

div#configurecomp .col .row p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/* overlay sections */

div#overlaywithback {
    padding: 0;
}

div#overlaywithback .background {
    padding: 0;
    position: relative;
}

#contoverlayback {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000087;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#overlaywithback {
    padding: 0;
    margin-bottom: 28px;
}

div#contoverlayback h2 {
    font-size: 51px;
    color: #fff;
    font-family: "Ethnocentric Rg";
    margin-bottom: 10px;
    text-align:center;
}

div#contoverlayback h4 {
    width: 80%;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}

#contoverlayback a.btn {
    margin: 0;
    background: #000;
    color: #fff;
}

#contoverlayback .background>img {
    height: 100%;
}

/* sliders */
div#homeproductsliders {
    padding: 0;
}

div#homeproductsliders>h2 {
    margin: 0px 0 30px;
    padding: 0;
    line-height: 1;
    text-align: left;
    font-weight: 900;
    font-size: 35px;
    color: #000;
    text-transform: capitalize;
}

div#homeproductsliders2 {
    padding: 0;
}

div#homeproductsliders2>h2 {
    margin-bottom: 30px;
    padding: 0;
    line-height: 1;
    text-align: left;
    font-weight: 900;
    font-size: 35px;
    color: #000;
    text-transform: capitalize;
    margin-top: 35px;
}

body .product-list.slider-container {
    margin: 0 0px;
    justify-content: space-around;
}

.slider-nav {
    z-index: 9;
}

/* pay later sec */

div#paylatersec {
    background: #e5e5e5;
    padding: 30px 37px 50px;
    margin-top: 50px;
}

div#paylatersec>.row {
    align-items: center;
    padding-left: 20px;
}

div#paylatersec>.row>.col>h2 {
    width: 85%;
    text-align: left;
    font-weight: 900;
    color: #000;
    margin: 0 0 28px;
    padding: 0;
    font-size: 40px;
    text-transform: none;
}

div#paylatersec>.row h4 {
    font-size: 25px;
    margin: 0;
}

div#paylatersec>.row a {
    margin-top: 18px;
    background: #3e91cd;
    color: #fff;
    border: none;
    line-height: 1;
    padding: 9px 0;
}

div#paylatersec>.row>.col:first-child {
    width: 70%;
    flex: 0 0 55%;
}

div#paylatersec>.row>.col img:first-child {
    width: 72%;
}

div#paylatersec>.row>.col img:last-child {
    width: 28%;
    vertical-align: top;
}

div#homeproductsliders .slider-nav,
div#homeproductsliders2 .slider-nav {
    display: none;
}

/* responsive */

@media screen and (max-width: 1600px) {
    div#configurecomp .col .row {
        padding: 10px 6px;
        border: 6px solid #282828;
        margin: 0 0 7px;
        gap: 5px;
    }

    div#contoverlayback h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    div#contoverlayback h4 {
        font-size: 14px;
    }

    body .product-list.slider-container {
        gap: 10px;
    }

    .product-list .product.row {
        margin: 10px 0px;
    }

    div#paylatersec>.row>.col>h2 {
        width: 90%;
        font-size: 30px;
        margin: 0 0 15px;
    }

    div#paylatersec>.row h4 {
        font-size: 20px;
    }

    div#homeproductsliders2>h2 {
        margin-bottom: 15px;
    }

    div#configurecomp .col .row p {
        font-size: 11px;
    }

} 

@media screen and (max-width: 1450px) {
    div#configurecomp .col .row {
    padding: 7px 7px;
    border: 4px solid #282828;
    margin: 0;
    }
    div#configurecomp .col .row:before {
    width: 6px;
    top: -15px;
    }
    div#configurecomp .col .row img {
    width: 30px;
    height: 28px;
}

    /*div#configurecomp .col .row p {*/
    /*    font-size: 12px;*/
    /*}*/

    /*div#configurecomp .col .row img {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*}*/
}
@media screen and (max-width: 1024px){
.catalog-home .stage-text {
    max-width: 90%;
}
div#configurecomp .row .col {
    flex: 0 0 49%;
}
div#contoverlayback h2 {
    font-size: 25px;
  }
  div#homeproductsliders>h2 {
    margin: 0px 0 20px;
    font-size: 30px;
}
.product-list .product a.media-list:after {
    top: -10px;
    font-size: 10px;
    padding: 3px 7px 6px;
    line-height: 1;
}
div#paylatersec>.row {
    padding-left: 0;
}
div#overlaywithback .background img {
    min-height: 270px;
    object-fit: cover;
  }
div#paylatersec {
    margin-top: 30px;
    padding: 20px 20px 30px;
}
div#paylatersec>.row>.col>h2 {
    width: 100%;
    font-size: 28px;
    line-height: 1.1;
}
}

@media screen and (max-width: 667px){
    div#overlaywithback .background {
        height: 350px;
    } 
    div#overlaywithback .background img {
        height: 100%;
    }
.banner-inner {
    flex-direction: column-reverse;
}
.banner-inner .bannertxtsec {
    width: 100%;
}
.bannervideo {
    width: 100%;
    max-width: 100%;
}
.catalog-home .stage-image {
    height: 550px;
}
.havbglight .banner-inner h2 {
    color: #222222;
}
.havbglight .banner-inner p {
    color: #222222;
}
body .product-list.slider-container {
    grid: auto-flow / 50% 1fr;
    padding: 0 5px;
    gap:0; 
  }
  .product-list .product.row {
    margin: 7px 5px;
  }
  div#paylatersec>.row {
    padding-left: 0;
    flex-direction: column-reverse;
} 
div#paylatersec>.row>.col:first-child {
    width: 100%;
}
div#configurecomp .col .row {
    border: 3px solid #282828;
}
div#configurecomp .row .col {
    flex: 0 0 49.5%;
}
div#configurecomp > .row {
    gap: 10px 1%;
    justify-content: center;
}
div#contoverlayback h4 {
    width: 100%;
}
div#contoverlayback h2 {
    font-size: 22px;
}
}

@media screen and (max-width: 400px){
    div#configurecomp .col .row p {
        font-size: 10px;
    }
    div#contoverlayback h4 {
        width: 100%;
    }
}