:root {
    --bgNude: #f3efe6;
    --borderCircle: #b8ab9f;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
}

button {
    outline: none;
    border: none;
}

h4 {
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500 !important;
}

h5 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

h6 {
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500 !important;

}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: black !important;
    text-decoration: none;

}

.bg-nude {
    background-color: var(--bgNude);
}






/*BOOTSTRAP EXTEND*/

.bottom-0 {
    bottom: 0;
}

.m-0 {
    margin: 0 !important;

}

.row {
    display: flex !important;
    flex-wrap: wrap;
}

.fs-8 {
    font-size: 10px;
}

.fs-7 {
    font-size: 12px;

}

.fs-6 {
    font-size: 14px;
}

.fs-5 {
    font-size: 21px;
}

.fs-4 {
    font-size: 24px;

}

.fs-1 {
    font-size: 36px;

}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: bold !important;

}

.fw-italic {
    font-style: italic !important;

}

.d-grid {
    display: grid;

}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 10px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    column-gap: 50px;
}

.bg-black {
    background-color: black;

}

.text-black {
    color: black;

}

.text-black:hover {
    color: black;
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 16px;

}

.gap-4 {
    gap: 24px;
}

.gap-5 {
    gap: 48px;
}

.form-group {
    margin-bottom: 0 !important;

}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 8px;

}

label {
    margin-bottom: 0 !important;
}

.d-block {
    display: block !important;


}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-none {
    display: none !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-row {
    flex-direction: row !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.w-100 {
    width: 100% !important;
}

.h-auto {
    height: auto !important;
}

.h-100 {
    height: 100% !important;

}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;

}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.pt-3 {
    padding-top: 16px !important;
}

.pl-4 {
    padding-left: 24px !important;

}

.pb-3 {
    padding-bottom: 16px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.mb-4 {
    margin-bottom: 24px !important;

}

.mb-5 {
    margin-bottom: 48px !important;
}

.object-fit-cover {
    object-fit: cover;
}

.text-decoration-none {
    text-decoration: none !important;
}


.mt-5 {
    margin-top: 48px;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.px-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;

}

.px-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.py-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;

}

.px-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.pr-5 {
    padding-right: 48px !important;
}

.pl-5 {
    padding-left: 48px !important;
}

.pr-3 {
    padding-right: 16px !important;

}

.pl-3 {
    padding-left: 16px !important;

}

.pt-4 {
    padding-top: 24px !important;

}

.pb-4 {
    padding-bottom: 24px !important;
}

.pt-5 {
    padding-top: 48px !important;

}

.pb-5 {
    padding-bottom: 48px !important;
}

.fw-bold {
    font-weight: bold !important;
}

.border-black {
    border-color: #000 !important;
}

.border {
    border: 1px solid #000 !important;
}

.col-12 {
    width: 100%;
}

.col-10 {
    width: 83.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 33.333333%;

}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.666667%;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;

}

.p-3 {
    padding: 16px;
}

.bg-transparent {
    background-color: transparent !important;

}

.ps-3 {
    padding-left: 16px !important;

}

.pe-3 {
    padding-right: 16px !important;

}

.border-bottom {
    border-bottom: 1px solid black !important;
}

.border-top {
    border-top: 1px solid black !important;

}

.circle-icon>img {
    width: 50%;
}

.product__carousel {
    position: relative;
}

.gallery-thumbs {
    width: 50%;
    position: absolute;
    top: 0;
}

.sogo-product-container .product-left {
    position: relative;
    border-right: 1px solid;
}

.product-swiper-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.product-swipers {
    /* border: 2px solid #eff4fa; */
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    width: 100%;
}

img {
    width: 100%;
}

.btn-div-product>button>a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-div-product>button>a>i {
    margin-right: .3rem;
}

.thumbs-product-swiper {
    display: flex;
    width: 30%;
    /* align-items: center; */
    justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper {
    flex-direction: column;
    align-items: center;
    transform: none !important;
    height: 635px;
    overflow: scroll;
    overflow-x: hidden;
    width: fit-content;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide {
    height: unset !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images {
    width: 100%;
    height: 100%;
    display: flex;
    /* border-radius: 5px; */
    margin-bottom: 0.5rem;
}

/* .thumbs-product-swiper .swiper-wrapper .swiper-slide-thumb-active .product-images {
   border: 1px solid; 
}*/
.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images>img {
    cursor: pointer;
    /* border-radius: 6px; */
    margin-bottom: 1rem;
}

.swiper {
    overflow: hidden;
}

.thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}

.form-group.required.power-option {
    display: none;
}

.thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar-thumb {
    background: #eee;
}

.product-image {
    padding: 0 2rem 2rem 2rem;
}

.product-name-top {
    margin-bottom: 1rem;
}

.vertical-slide-wrapper .swiper {
    width: 100%;
    aspect-ratio: 1/1 !important;
    position: relative;
    height: 95%;
}

.mySpecialSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1 !important;
}

.vertical-slide-wrapper .swiper-button-next {
    position: absolute !important;
    top: 100% !important;
    rotate: 90deg;
    left: 50% !important;
    transform: translateY(30%);
    z-index: 999;
    color: black;
    border: 2px solid black;
    border-radius: 50%;
    width: 34px !important;
    height: 34px !important;
    transition: 350ms ease;
}

.vertical-slide-wrapper .swiper-button-next::after {
    font-size: 20px;
    content: '\279c';
}

.vertical-slide-wrapper .swiper-button-prev {
    position: absolute !important;
    top: 0 !important;
    rotate: 90deg;
    left: 50% !important;
    transform: translateY(30%);
    z-index: 999;
    color: black;
    border: 2px solid black;
    border-radius: 50%;
    width: 34px !important;
    height: 34px !important;
    transition: 350ms ease;
    display: none !important;
}

.vertical-slide-wrapper .swiper-button-prev::after {
    font-size: 20px;
    content: '\279c';
    transform: rotate(180deg);
}


.vertical-slide-wrapper .swiper-button-next:hover {
    background-color: black;
    color: white;
}

.vertical-slide-wrapper .swiper-button-prev:hover {
    background-color: black;
    color: white;
}

.vertical-slide-wrapper .left {
    height: 640px;
}

@media screen and (min-width: 768px) {


    .product-left .mobile-product-slider {
        display: block;
        margin-bottom: 3rem;
        width: 100% !important;
    }

    .product-left .mobile-product-slider .product-image {
        width: 100%;
    }

    .product-left .mobile-product-slider .product-progress {
        top: unset;
        bottom: 0;
    }

    .product-left .mobile-product-slider .product-progress>span {
        background: #333;
    }

    .d-md-flex {
        display: flex !important;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .px-md-5 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .pt-md-4 {
        padding-top: 24px !important;
    }

    .px-md-4 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .pr-md-2 {
        padding-right: 8px !important;
    }

    .pl-md-2 {
        padding-left: 8px !important;
    }

    .d-md-none {
        display: none !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-2 {
        gap: 10px;
    }

    .gap-md-3 {
        gap: 16px;
    }
}

@media screen and (max-width:768px) {
    .info-right .text-right
{
    text-align: left !important;
}
    .vertical-slide-wrapper .swiper-button-next {
        top: 109% !important;
    }

    .vertical-slide-wrapper .left {
        height: auto;
        aspect-ratio: 1/1;
    }

    .vertical-slide-wrapper .right {
        margin-top: 32px;
    }

    .vertical-slide-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1/1 !important;
    }

    /* .vertical-slide-wrapper .swiper-slide img {
        width: 95% !important;
    } */

    .vertical-slide-wrapper .swiper-button-next {
        top: 100% !important;
    }

    .info-right>.info-item {
        flex-direction: row-reverse;
        justify-content: flex-start !important;
    }

    .vertical-slide-wrapper .swiper-slide img {
        width: 100% !important;
    }

    .mobileSliderFix {
        flex-direction: column;
    }

    .col-md-4 {
        padding: 0 !important;
    }

    .description-area {
        padding: .5rem;
    }

    .go-product-btn {
        margin-top: 1.5rem;
    }

    .info-right {
        padding-left: 0 !important;
    }
}

@media screen and (min-width:1140px) {
    .px-lg-5 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

}

@media screen and (max-width:1400px) {
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width:1024px) {
    .vertical-slide-wrapper .swiper-button-next {
        top: 90% !important;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:576px) {
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}



/*BOOTSTRAP EXTEND END*/

/*SIDEBAR CSS START*/
.side-left {
    width: 70%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -70%;
    z-index: 6231612616;
    background-color: var(--bgNude);
    transition: .2s all linear;
    padding-top: 60px;

}

.side-right {
    width: 30%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -30%;
    z-index: 6231612616;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .2s all linear;
    padding-top: 60px;

}

.left-active {
    left: 0 !important;

}

.right-active {
    right: 0 !important;
}

.sidebar-toggler {
    cursor: pointer;
    display: none;
    font-size: 25px;
}

@media screen and (max-width:900px) {
    .sidebar-toggler {
        display: flex;
    }

}

/*SIDEBAR CSS EMD*/


/*NAVBAR CSS START*/
.navbar-logo>div {
    width: 100%;
    height: auto;
}

.navbar-logo>div>img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    margin-top: 5px !important;
    z-index: 1000;
    border: none !important;
    border-radius: 0 !important;

}

.sidebar-close {
    display: none;
}

.sub-dropdown {
    left: 60% !important;
    top: 35% !important;
}

.nav-links>div>a {
    padding: 10px;
}

.dropdown>a:hover {
    background-color: #f4f0e6 !important;

}

.dropdown-toggle:hover+.dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
    display: block !important;

}

.dropdown:hover>.dropdown-toggle {
    background-color: #f4f0e6 !important;
}

.slide-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.gallery-slider {
    width: 70%;
}

@media screen and (max-width:900px) {
    .nav-links {
        position: absolute;
        left: -70%;
        flex-direction: column;
        top: 0;
        z-index: 7562175217571571;
        transition: .2s all linear;
        width: 70% !important;

    }

    .nav-links>div {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-close {
        display: flex !important;
        justify-content: start !important;
        padding: 1rem !important;
        font-size: 40px;

    }

    .nav-links>div>a {
        width: 100% !important;
        display: flex;
        font-size: 25px;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: start;
    }

    .dropdown-menu>li>a {
        padding-left: 30px !important;
    }

    .sub-dropdown li a {
        padding-left: 45px !important;
    }

    .nav-links-active {
        left: 0 !important;
        transition: .2s all linear;

    }

    .dropdown {
        flex-direction: column !important;
    }

    .dropdown-menu {
        position: relative !important;
        width: 100%;
        margin-top: 0 !important;
        padding-left: 20px !important;
        padding: 0 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .dropdown-menu a {
        font-size: 20px;
    }

    .sub-dropdown {
        left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;

    }

}

/*NAVBAR CSS END */


/*FOOTER CSS START*/
.bottom-banner-socials a {
    width: 30px;
    height: 30px;
    border-radius: 50%;


    background-color: black;
    color: white;
    cursor: pointer;
    transition: .2s all linear;
    font-size: 18px;

}

.bottom-banner-socials a:hover {
    color: white !important;
}

.banner-email-input {
    border: 1px solid black;
    outline: none !important;
}

.banner-check-input {
    appearance: none;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid black;
    width: 25px;
    height: 25px;
    outline: none;
}

.banner-check-input:checked {
    background-color: transparent;
}

.banner-check-input:checked::before {
    content: "\2713";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 14px;
    color: black;
}

@media screen and (max-width:900px) {
    footer>div>div>div>div {
        flex-direction: column;
        gap: 2rem;

    }

}


/*FOOTER CSS END*/





/*INDEX PAGE START*/
.index-slider-navs {
    top: 50%;
    z-index: 5215215;
    transform: translateY(-50%);
}

.index-slider-navs>div {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #a1a1a1;
    cursor: pointer;
    opacity: 0.8;
    transition: .2s all linear;
    font-size: 22px;
}

.index-slider-navs>div:hover {
    opacity: 1;
    color: black;
    transition: .2s all linear;

}

.slide-link a {
    border: 1px solid black;
    border-radius: 30px;
    transition: .2s all linear;
}

.slide-link a:hover {
    background-color: black;
    color: white !important;
    border: 1px solid black;
    transition: .2s all linear;

}

.products-slider-navs {
    top: 50%;
    z-index: 5215215;
    transform: translateY(-50%);

}

.products-slider-navs div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #a1a1a1;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    opacity: 0.8;
    transition: .2s all linear;
    font-size: 22px;
    margin-left: -75px;
    margin-right: -75px;
}

.products-slider-navs div:hover {
    opacity: 1;
    color: black;
    transition: .2s all linear;

}

.circle-icon {
    width: 100px !important;
    height: 100px;
    border: 2px solid var(--borderCircle);
    color: var(--borderCircle);
    min-width: 100px;
    font-size: 50px;
    border-radius: 50%;

}


.angle-down-box {
    width: 40px;
    height: 40px;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    border-radius: 50%;
    transition: .2s all linear;

}

.angle-down-box:hover {
    color: black;
    border-color: black;
    cursor: pointer;
    transition: .2s all linear;



}

/* 
.product-left {
    position: relative;
}

.product-swiper-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.product-swipers {
    border: 2px solid #eff4fa;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    width: 100%;
} */


.product-related-wrapper img {
    padding: 0 !important;
}

.product-details-lower {
    display: none !important;
}


/*CATEGORY PAGE START*/
.go-product-btn {
    border: 1px solid black;
    transition: .2s all linear;
}

.go-product-btn:hover {
    background-color: black;
    color: white !important;
    transition: .2s all linear;
}

.add-basket-btn {
    background-color: var(--bgNude);
    transition: .2s all linear;
    border: 1px solid var(--bgNude);
}

.add-basket-btn:hover {
    border: 1px solid var(--bgNude);
    transition: .2s all linear;
    background-color: white;
}

.fav-cont {
    left: 0;
    top: -3%;
}

.fav-btn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 25px;

}

.fav-btn:hover {
    color: red;
}

/*CATEGORY PAGE START*/


/*PRODUCT PAGE START*/

.product-detail-gallery>div {
    cursor: pointer;
    width: 150px;
    height: 160px;
    border: 1px solid black;

}

.product-infos {
    border-left: 1px solid black;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border-top: 1px solid black;
}

.accordion-item:last-child {
    border-bottom: 1px solid black;

}

.accordion-header {

    padding: 10px;
    cursor: pointer;
    position: relative;
}

.accordion-header::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 24px;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.accordion-item.active .accordion-header::after {
    transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 10px;
}

.accordion-content p {
    margin: 0;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.readmore-btn {
    color: var(--bgNude);
    text-decoration: underline;
    cursor: pointer;
    background: none;
    transition: .2s all linear;

}

.readmore-btn:hover {
    color: black;
    transition: .2s all linear;
}

.product-related-wrapper .product-card .product-image-wrapper>a {
    background: linear-gradient(90deg, rgba(223, 217, 205, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(223, 217, 205, 1) 100%);
}

ul.megamenu li .sub-menu .content .hover-menu a:before {
    display: none;
}

/* .hover-menu b {
    display: none;
} */

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    padding: .5rem;
    font-size: .9rem;
}

ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: .9rem;
}

.vertical-banner-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.description-area {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:900px) {
    .item-specilaties-container>div:nth-child(1) {
        width: 35%;
    }

    .item-specilaties-container>div:nth-child(2) {
        width: 30%;
    }

    .item-specilaties-container>div:nth-child(3) {
        width: 35%;
    }
}

@media screen and (max-width:900px) {
    .item-specilaties-container {
        flex-direction: column;
        gap: 2rem;
    }

    .products-slider-navs div {
        margin-left: 0;
        margin-right: 0;

    }

    .slide-link {
        margin-bottom: 1rem !important;
    }

    .products-slider-navs div:hover {
        color: white !important;
        border-color: white !important;
    }
}

/*INDEX PAGE END*/



@media screen and (max-width:900px) {
    .product-detail-gallery {
        flex-direction: row !important;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .product-detail-gallery>div {
        width: 25%;
        height: 100px !important;
    }

    .product-image {
        padding: 0px !important;
        width: 100%;
    }

    .product-infos {
        margin-bottom: 2rem !important;
        padding-left: 1rem !important;
    }

}