body {
    padding-bottom: 74px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.swiper-wrapper {
    height: inherit
}

.breadcrumb {
    font-size: .75rem;
    margin-bottom: 0
}

.breadcrumb a {
    color: #494949;
    text-decoration: none
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb-item.breadcrumb-item::before {
    color: #494949
}

.product-detail {
    padding-bottom: 30px;
    position: relative
}

.product__gallery--thumb {
    position: relative;
    margin-bottom: 25px
}

.product__gallery--thumb .swiper-button-next,
.product__gallery--thumb .swiper-button-prev {
    border: 1px solid #d7d7d7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9
}

.product__gallery--thumb .swiper-button-next {
    right: 0;
    padding-left: 3px
}

.product__gallery--thumb .swiper-button-prev {
    left: 0;
    padding-right: 3px
}

.product__gallery--thumb .swiper-button-next::after,
.product__gallery--thumb .swiper-button-prev::after {
    font-size: 18px;
    color: #8f8f8f
}

.product__gallery--lib {
    padding: 15px;
    max-width: 678px;
    margin: auto
}

.product__gallery--lib .swiper-slide {
    width: 80px !important;
    border-radius: 22px;
    overflow: hidden
}

.product__gallery--lib .swiper-slide-thumb-active {
    border: 1px solid var(--main-color)
}

.product-detail__title {
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 15px
}

.product-detail__price {
    margin-bottom: 20px
}

.product-detail__price--base-price {
    color: #acdaab;
    font-weight: 300;
    text-decoration: line-through;
    font-size: .875rem;
    margin-right: 10px
}

.product-detail__price--selling-price {
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.125rem
}

.product-detail__summary {
    font-weight: 300;
    font-style: .875rem;
    margin-bottom: 20px
}

.product-detail__options {
    margin-bottom: 22px
}

.product-detail__options--label {
    font-size: .875rem;
    margin-bottom: 10px
}

.product-detail__options--item {
    width: 28px;
    height: 28px;
    border: 2px solid #c1c1c1;
    border-radius: 50%;
    margin-right: 10px;
    background-size: cover;
    cursor: pointer
}

.product-detail__options--item.active {
    border: 2px solid black
}

.product-detail__addtocart,
.product-detail__addtocart-mobile {
    display: flex;
    line-height: 0;
    align-items: center
}

.product-detail__addtocart--spinner,
.product-detail__addtocart--spinner-mobile {
    width: 142px;
    display: flex;
    border-radius: 40px;
    margin-right: 15px
}

.product-detail__addtocart--spinner input,
.product-detail__addtocart--spinner-mobile input {
    border: 0;
    background-color: transparent;
    text-align: center;
    width: calc(142px - 80px);
    font-weight: 500
}

.product-detail__addtocart--spinner button,
.product-detail__addtocart--spinner-mobile button {
    border: 1px solid var(--main-color);
    width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: transparent;
    color: var(--main-color);
    border-radius: 5px;
    padding: 0
}

.product-detail__addtocart--button,
.product-detail__addtocart--button-mobile,
.product-detail__updatecart--button-mobile {
    border: 0;
    background-color: var(--main-color);
    border-radius: 5px;
    color: white;
    width: calc(100% - 40px - 15px);
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
    padding: 9px 0
}

.product-detail__addtocart--button:hover,
.product-detail__addtocart--button-mobile:hover,
.product-detail__updatecart--button-mobile:hover {
    background-color: var(--main-color)
}

.product-detail__addtocart--button-mobile .product-detail__addtocart--text,
.product-detail__updatecart--button-mobile .product-detail__addtocart--text {
    line-height: 1.42em
}

.js_addtocart--focus.product-detail__addtocart--button {
    background-color: #fff;
    color: #fff
}

.product-detail__addtocart--animation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    background-color: var(--main-color);
    display: none
}

.js_addtocart--focus .product-detail__addtocart--animation {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: focusaddtocart linear .4s forwards
}

.product-detail__addtocart--afterfocus {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: calc(50% - 20px);
    border-radius: 40px;
    background-color: var(--sub-color);
    display: none;
    animation: afterfocusaddtocart linear .4s forwards
}

@keyframes focusaddtocart {
    to {
        width: 40px;
        left: calc(50% - 20px)
    }
}

@keyframes afterfocusaddtocart {
    to {
        width: 100%;
        left: 0
    }
}

.product-detail__tag {
    width: 100%;
    display: flex;
    min-height: 62px;
    flex-flow: wrap
}

.product-detail__tag--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: clamp(0.6875rem, 2vw, 0.875rem);
    padding-bottom: 31px;
    white-space: nowrap;
    margin-right: 25px
}

.product-detail__tag--item svg {
    fill: #494949;
    stroke: #494949;
    width: 60px;
    border: 2px solid #494949;
    border-radius: 10px
}

.product-detail__description-title {
    font-size: .875rem;
    margin-bottom: 15px
}

.product-detail__description {
    font-size: .875rem;
    color: #545454
}

.related-products {
    margin: 0 -15px 0;
    position: relative
}

.related-products__title {
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px
}

.productlist__swipercontainer {
    padding: 0 15px !important
}

.productlist__btnprev:after,
.productlist__btnnext:after {
    content: '' !important
}

.productlist__btnprev,
.productlist__btnnext {
    width: auto !important;
    height: auto !important;
    transform: translateY(-50%);
    z-index: 9
}

.productlist__btnprev {
    left: -30px !important
}

.productlist__btnnext {
    right: -30px !important
}

.productlist__swiperpagination {
    bottom: -55px !important;
    z-index: 1 !important
}

.productlist__swiperpagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #efefef;
    opacity: 1 !important;
    margin: 0 5px !important
}

.productlist__swiperpagination .swiper-pagination-bullet-active {
    background-color: var(--main-color) !important
}

.product__swiper-pagination {
    left: 0;
    z-index: 1 !important
}

.product__swiper-pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: #ececec;
    opacity: 1 !important;
    margin: 0 5px !important
}

.product__swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color) !important
}

.product-detail__footer-mobile {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #f5f5f5
}

.product-detail__back-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgba(40, 40, 40, 0.6);
    width: 46px;
    height: 46px;
    z-index: 2;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-detail__description-line {
    height: 4px;
    margin: 0 calc(var(--bs-gutter-x) *(-0.5)) 12px;
    background-color: #f8f8f8
}

@media only screen and (min-width:768px) {
    .product-detail {
        padding: 0 0 70px
    }

    .product__gallery--thumb {
        padding: 0 60px
    }

    .product-detail__back-btn {
        left: 0
    }

    .product__gallery--lib {
        padding: 22px 60px
    }
}

@media only screen and (min-width:992px) {
    .product-detail {
        padding: 25px 0 60px
    }

    .product-detail__addtocart {
        margin-bottom: 8px;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }
}

.cart-remove-button{
    background-color: var(--sub-color) !important;
    color: white !important;
    padding:19px 50px !important;
}

.cart-remove-button svg{
    display:none !important;
}

@media only screen and (min-width:1200px) {
    body {
        padding-bottom: 0
    }

    .product__gallery--thumb img {
        border-radius: 22px
    }

    .product-detail__title {
        font-size: 1.75rem
    }

    .product-detail__price {
        margin-bottom: 30px
    }

    .product-detail__price--base-price {
        font-size: 1.125rem
    }

    .product-detail__price--selling-price {
        font-size: 1.5rem
    }

    .product-detail__description-title {
        font-size: 1.125rem;
        margin-bottom: 20px
    }

    .product-detail__description {
        font-size: 1rem
    }

    .product-detail__addtocart--button {
        padding: 13px 71px 11px;
        width: unset
    }

    .product-detail__addtocart--spinner button {
        width: 40px;
        height: 40px
    }
}

#modal__delproduct a {
    min-width: 35%
}

#modal__delproduct .gbclose {
    position: unset;
    padding: .375rem .75rem
}