.container{
    display: flex;
    flex-direction: column;
    max-width: 1440px;
}

.container h2{
    margin-bottom: 15px;
    padding-left: 1rem;
}

.item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 144rem;
    margin: 0 auto;
    /*padding: 1rem;*/
}

.item {
    width: calc((100% - 5rem) / 4); /* 4 items per row */
    box-sizing: border-box;
    border: 1px solid #DADDDE;
    border-radius: 20px;
    box-shadow: 0 0 15px #0000001a;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.item-content{
    display: flex;
    flex-direction: column;
}

.item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    margin-top: 50px;
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 150%;
    text-align: center;
    color: #000;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 7.2rem;
}

.price-container {
    display: none;
}

.price-container-freeshipping {
    display: none;
}

.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.5rem;
    align-items: center;
    width: auto;
}

.previous-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.previous-price-value {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: line-through;
    color: #707a80;
    white-space: nowrap;
}

.previous-price-you-save {
    position: relative;
    background: #f05a23;
    padding: 0.4rem;
    margin-left: 0.8rem;
    border-radius: 0.6rem 0 0 0.6rem;
    margin-right: 1.8rem;
}
.previous-price-you-save:after,
.previous-price-you-save:before {
    content: "";
    position: absolute;
    right: -1.75rem;
    width: 0;
    height: 0;
}
.previous-price-you-save:after {
    top: 0;
    border-top: 2.8rem solid #f05a23;
    border-right: 1.8rem solid transparent;
}
.previous-price-you-save:before {
    bottom: 0;
    border-bottom: 2.8rem solid #f05a23;
    border-right: 1.8rem solid transparent;
}
.previous-price-you-save span{
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #fff;
    white-space: nowrap;
}

.current-price{
    font-size: 4rem;
    line-height: 4.9rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

.current-price span{
    font-size: 1.6rem;
    line-height: 2rem;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.4rem;
    width: 100%;
    margin-bottom: 25px;
}

@media screen and (max-width: 995px) {
    .item {
        width: calc((100% - 2rem) / 2); /* 2 items per row */
    }
}

@media screen and (max-width: 581px) {
    .item {
        /*width: calc(100% - 2rem); !* 1 item per row *!*/
        width: 100%;
        margin: 10px 15px;
    }
}

.quantity-price{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.quantity-price .quantity-selector{
    border: 1px solid #A1ABB6;
    border-radius: 8px;
    height: 45px;
    /* width: 158px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-price .quantity-selector > *{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* height: 45px; */
}
.quantity-price .quantity-selector button{
    width: 53px;
    background: transparent;
    color: #000;
}
.quantity-price .quantity-selector span{
    width: 52px;
    text-align: center;
    border-left: 1px solid #A1ABB6;
    border-right: 1px solid #A1ABB6;
    height: 80%;
}

.upsell-list__item{
    cursor: pointer;
}

/* .slider owl css */

/*.slider .owl-carousel .owl-stage {*/
/*    display: flex;*/
/*    padding: 0 10px;*/
/*}*/

/*.slider .review-card__image {*/
/*    width: 6rem !important;*/
/*}*/
/*.slider .owl-theme .owl-dots .owl-dot.active span {*/
/*    background: #000;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

/*.slider .owl-carousel .owl-nav button.owl-prev,*/
/*.slider .owl-carousel .owl-nav button.owl-next {*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border: 2px solid transparent;*/
/*    border-radius: 100px;*/
/*    font-size: 0;*/
/*}*/
/*.slider button.owl-prev:after {*/
/*    content: "";*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-bottom: 2px solid;*/
/*    border-left: 2px solid;*/
/*    transform: rotate(45deg);*/
/*    left: 6px;*/
/*    top: 4px;*/
/*}*/

/*.slider button.owl-next:after {*/
/*    content: "";*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-bottom: 2px solid;*/
/*    border-right: 2px solid;*/
/*    transform: rotate(-45deg);*/
/*    right: 6px;*/
/*    top: 4px;*/
/*}*/
/*.slider .owl-carousel .owl-nav button.owl-prev {*/
/*    margin-top: 10px;*/
/*    position: absolute;*/
/*    top: 42%;*/
/*    left: -30px;*/
/*}*/
/*.slider .owl-carousel .owl-nav button.owl-next {*/
/*    margin-top: 10px;*/
/*    position: absolute;*/
/*    top: 42%;*/
/*    right: -20px;*/
/*}*/
/*.slider .owl-theme .owl-nav [class*="owl-"]:hover {*/
/*    background: transparent;*/
/*    color: #262525;*/
/*    text-decoration: none;*/
/*}*/
/*.slider .owl-dots {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-top: 25px;*/
/*}*/
/*.slider .owl-theme .owl-dots .owl-dot.active span {*/
/*    background: #000;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/
/*!*.slider .review-card {*!*/
/*!*    width: 99%;*!*/
/*!*    margin: auto;*!*/
/*!*}*!*/
/*.slider .owl-carousel .owl-item {*/
/*    min-height: 100%;*/
/*    float: none;*/
/*    padding: 0 5px;*/
/*}*/

.product-item {
    width: auto;
    max-width: 350px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .product-item {
        width: 500px;
        max-width: 500px;
        margin: 0 auto;
    }
}


.product-item img{
    /*max-width: 500px;*/
}


/*#sync1 .item {*/
/*    background: #0c83e7;*/
/*    padding: 80px 0px;*/
/*    margin: 5px;*/
/*    color: #FFF;*/
/*    border-radius: 3px;*/
/*    text-align: center;*/
/*}*/

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    background: transparent;
}

/* arrows on first carousel */
#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.product-thumb-imgs{
    display: none;
}

#sync2 .thumb-item{
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 768px) {
    .product-thumb-imgs {
        max-width: 525px;
        display: flex;
        margin: 0 auto;
    }

    #sync1 .owl-dots{
        display: none;
    }
}

#sync2 .owl-stage{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    #sync2 .thumb-item{
        width: 85px;
        height: 85px;
    }
}

#sync2 .current .thumb-item {
    border: 2px solid black;
    border-radius: 5px;
}

.owl-carousel .thumb-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.owl-carousel .thumb-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.owl-carousel .thumb-item:hover {
    cursor: pointer;
    opacity: 60%;
}

.owl-item {
    display: flex;
    justify-content: center;
}

#sync2 .owl-stage-outer {
    display: flex;
    justify-content: center;
}

#sync2 .owl-item {
    display: flex;
    justify-content: center;
}

#sync2 .thumb-item img {
    display: block;
    margin: 0 auto;
}