.paths-container {
    margin-bottom: 27px;
}

.paths-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}
.paths-list li a, .paths-list li p{
    color: rgba(69, 69, 69, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.paths-list li svg {
    margin-right: 7px;
    margin-left: 5px;
}

.cards-carousel{
    background: #F4F4F4;
    padding-top: 18px;
    padding-bottom: 40px;
}

.carousel-card {
    background: #ffffff;
}

.card-carousel-top-container{
    margin-bottom: 40px;
}

.cards-carousel-title{
    color: #454545;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 107.143% */
}

.product-left {
    height: 470px;
    width: 50%;
}

.product-left-container {
    position: relative;
}



.products-carousel-section {
    padding-bottom: 150px;
}

.product-characteristics-atr-list {
    padding-left: 0;
}


.prevContainer, .nextContainer {
    bottom: 108px !important;
}


.product-container {
    display: flex;
    padding-bottom: 53px;
}
.product-right {
    margin-left: 30px;
	color: rgba(69, 69, 69, 0.80);
  	font-size: 14px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 25px;
  	margin-bottom: 42px;
}
.product-title {
    color: #454545;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 107.143% */
    margin-bottom: 5px;
}

.product-type {
    color: rgba(69, 69, 69, 0.40);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: block;
    margin-bottom: 29px;
}

.product-sku {
    opacity: 70%;
}

.product-type:hover {
    color: rgba(69, 69, 69, 0.40);
}

.product-price {
    color: #454545 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin-bottom: 29px;

}

#product-price a {
    color: #454545 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin-bottom: 29px;
    cursor: default;
    text-decoration: none;
}
#product-price a:hover {
    color: #454545 !important;
}

.product-description {
    width: 100%;
    color: rgba(69, 69, 69, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    margin-bottom: 42px;
}
.product-variations {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.product-variations-label {
    margin-bottom: 0px !important;
}
.product-variations-buttons-container {
    margin-left: 30px;
}
.product-variations-buttons {
    opacity: 0.5;
    background: white;
    border-radius: 30px;
    padding: 3px 17px;
    border: solid black 1px;
    transition: 0.5s ease;
}

.product-variations-buttons-container .selected {
    border-color: #DA4831;
    color: #DA4831;
}

.product-button {
    border-radius: 100px;
    border: 1px solid #DA4831;
    background: rgba(211, 40, 12, 0.85);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    display: block;
    padding: 14px 44px 14px 44px;
    margin-bottom: 57px;
    width: 322px;
}

.product-button svg {
    margin-left: 30px;
}

.in-cart {
    cursor: auto;
}

.add-to-cart-btn svg {
    margin-left: 0 !important;
}
.product-politics {
    color: rgba(69, 69, 69, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    text-decoration-line: underline;
    display: inline-block;
    margin-bottom: 57px;
}







.product-characteristics-container {
    border-color: rgba(69, 69, 69, 0.20) transparent rgba(69, 69, 69, 0.20) transparent;
    border-style: solid solid solid solid;
    border-width: 1px 0px 1px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-characteristics {
    cursor: pointer;
    text-align: start;
    background: none;
    color: #454545;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    padding: 21px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.product-characteristics-p {
    margin-bottom: 0 !important;
}

.product-characteristics-item {
    display: flex;
}

.product-characteristics-item span:first-child {
    width: 50%;
}

.product-characteristics-item span:last-child {
    margin-left: 3%;
    width: 47%;
}

.characteristics-arr {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.product-characteristics-atr {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease; /* Add transition for smooth animation */
}
.product-characteristics-atr.active {
    height: 100%; /* Change height to 100% when active */
}
.product-characteristics-atr ul {
    list-style: none;
}

.product-characteristics-atr ul li{
    color: rgba(69, 69, 69, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
}





.product-additional-img img {
    width: 54px;
    height: 54px;
    margin-left: 6px;
}



.carouseproducts-carousel-sectionl-section {
    margin-bottom: 170px;
}







/*IMAGE SLIDER*/

img {
    vertical-align: middle;
}

.products-image-slider {
    position: relative;
}

.is-available {
    background: #fff;
}





.is-available-p {
    position: absolute;
    top: 18px;
    left: 30px;
    border: 1px solid rgba(13, 185, 144, 0.40);
    border-radius: 100px;
    padding: 10px;
    display: flex;
    width: 140px;
    overflow: hidden;
    transition: width 0.3s ease;
    background: #fff;
}

.is-available-p p{
    position: absolute;
    left: 26px;
    margin-bottom: 0 !important;
    color: #0DB990;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-left: 6px;
    width: 100px;
    overflow: hidden;
    /*opacity: 0;*/
    transition: width 0.3s ease;
}


.holder {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.holder::-webkit-scrollbar {
    display: none;
}

/* Hide the images by default */
.slides {
    display: none;
    /* max-width: 1000px; */
    /* width: 100%;
    flex-shrink: 0;
    height: 100%; */
}

.slides img {
    width: 100%;
    height: 500px;
}


.prevContainer,
.nextContainer {
    position: absolute;
    cursor: pointer;
    bottom: 140px;
    right: 31px;
    z-index: 1;

    width: 47px;
    height: 47px;
    padding: 0;

    border: 0;
    border-radius: 50%;
}

.prevContainer {
    margin-left: 26px;
    right: 95px;
    border-radius: 30px 0 0 30px;
}

.prev {
    position: relative;

    float: left;
    margin-left: 12px
}

.prev svg,
.next svg {
    fill: white;
}

.nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0 30px 30px 0;
}

.next {
    position: relative;
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
}

/* Container for image text */
.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}
.thumbnails-container {
    display: flex !important;
}


/* Six columns side by side */

.column {
    margin-right: 15px;
    border-radius: 30px;
}
.column img {
    width: 58px;
    height: 58px;
    border-radius: 5px
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
    width: 75%;
    opacity: 0.6;
    cursor: pointer;
}

.active,
.slide-thumbnail:hover {
    opacity: 1;
}
/*#######*/



/*Recommendations*/
.item {
    background: white;
}
/*######*/

.mobile-nav-svg {
    margin-left: 10px;
}


/*ADD TO CART POPUP*/
.add-to-cart-popup-container {
    display: none;
    transition: opacity 0.5s ease-in-out;
    position: relative;
    z-index: 999;
}

.add-to-cart-popup-container-inner {
    position: fixed;
    z-index: 998;
    right: 20px;
    bottom: 20px;
    display: flex;
    border-radius: 15px;
    background: #69C2AD;
    align-items: center;
    width: 30%;
    padding: 16px 21px;
    justify-content: space-between;
}

.add-to-cart-popup-left {

}

.added-popup-title, .added-popup-product-name, .added-popup-product-price {
    color: white;
    font-style: normal;
}

.added-popup-title, .added-popup-product-name {
    margin-bottom: 5px;
}
.added-popup-product-price {
    margin-bottom: 0;
}
.added-popup-title {
    font-size: 16px;
    font-weight: 600;
}
.added-popup-product-name {
    font-size: 15px;
    font-weight: 400;
}

.added-popup-product-price {
    font-size: 15px;
    font-weight: 500;
}


@media (max-width: 1384px) {
    .product-right {
        width: 30% !important;
    }
    .product-button {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .product-left {
        width: 64%;
        height: 470px;
    }
    .add-to-cart-popup-container-inner {
    	width: 45%;
    }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 991px) {


    .product-left {
        height: 100%;
    }
    .product-left {
        width: 100%;
    }
    .product-right {
        margin-top: 42px;
        margin-left: 0;
        width: 100%;
    }
    .product-container {
        flex-direction: column;
    }

    .prevContainer, .nextContainer {
        bottom: 106px !important;
    }
    .is-available {
        top: 24px;
        left: 24px;
    }
    .product-characteristics-container {
        width: 100%;
        padding-bottom: 0;
    }
    .product-button {
        margin-bottom: 38px;
    }
    .product-characteristics-atr-list {
        padding-left: 0px;
    }

    .product-characteristics {
        padding: 20px 0px 20px 0px;
    }

    .products-carousel-section {
        padding-bottom: 0px;
    }
    .add-to-cart-popup-container-inner {
    	width: 60%;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
    .prevContainer,
    .nextContainer {
        display: none;
        visibility: hidden;
    }
}





@media (max-width: 769px) {
    .slides img {
        height: 100%;
    }
    .cards-carousel-title {
        font-size: 39px;
        line-height: 1.2;
    }
    .prevContainer,
    .nextContainer {
        display: none;
    }

    .paths-list li {
        font-size: 13px;
    }
    .col-7 {
        width: 63.333333%;
    }

    .product-container {
        flex-direction: column;
    }
    .product-left {
        width: 100%;
        height: 100%;
    }
    .product-right {
        margin-top: 62px;
        margin-left: 0;
        width: 100%;
    }
    .product-characteristics-container {
        width: 100%;
        margin-bottom: 30px;
    }


    .product-description {
        width: 311px;
    }
    .product-button {
        width: 400px;
    }
    .products-carousel-section {
        padding-bottom: 0px;
    }
    .add-to-cart-popup-container-inner {
    	width: 100%;
    	bottom: 0;
    	border-radius: 15px 15px 0 0;
    	right: 0;
    }
}


@media (max-width: 575px) {

    .card-carousel-title-container {
        margin-top: 0px !important;
    }
    .cards-carousel-title {
        font-size: 24px;
    }
    .product-button, .product-right{
        width: 100% !important;
    }

    .col-7 {
        width: 100%;
    }
    .products-carousel-section {
        padding-bottom: 0px;
    }

    .thumbnails-container {
        width: 100%;
        overflow: hidden;
    }

    .is-available-p {
        width: 114px;
        padding: 6px;
        display: flex;
        align-items: center;
    }

    .is-available-p svg{
        width: 9px;
        height: 9px;
    }

    .is-available-p p {
        left: 18px;
        font-size: 9px;
    }
}
