.product-single-item .product-thumb {
    position: relative;
}

.product-single-item .product-thumb .sale-title {
    left: 10px;
    position: absolute;
    top: 10px;
}

.product-single-item .product-thumb .percent-count {
    right: 10px;
    position: absolute;
    top: 10px;
}

.product-single-item .product-thumb .sticker {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.product-single-item .product-thumb .lightbox-image {
    cursor: zoom-in;
}

.product-single-item .product-thumb .lightbox-image img {
    width: 100%;
}

.product-single-item .product-thumb .zoomImg {
    pointer-events: none;
}

.product-single-item .product-nav {
    margin-top: 12px;
    padding: 0px;
}

.product-single-item .product-nav img {
    width: 100%;
    height:100%;
    object-fit:cover;
    cursor: pointer;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide {
    opacity: 0;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-thumb-active::before {
    background: red;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-thumb-active img {}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-visible .swiper__img {
    position: relative;
    display: block;
    height:16vw;
  	overflow:hidden;
}
.single-product-nav-slider .swiper-wrapper{
	height:16vw;
}

.img-box{
	height:40vw;
}
.img-box img{
    width:100%;
	height:100%;
  object-fit:contain;
}
.product-single-item .product-nav .swiper-wrapper .swiper-slide-visible:hover .swiper__img::before {
    /* position: absolute;
    top: -100%;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    background: #F5740E 0% 0% no-repeat padding-box;
    opacity: 0.72; */
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-thumb-active .swiper__img::before {
    position: absolute;
    top: -100%;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    background: #F5740E 0% 0% no-repeat padding-box;
    opacity: 0.72;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-visible {
    opacity: 1;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.product-single-item .product-nav .swiper-button-prev {
    background-color: transparent;
    color: #fff;
    left: 0;
    opacity: 1;
}

.product-single-item .product-nav .swiper-button-prev:hover {
    color: #fff;
    background-color: var(--care-base);
}

.product-single-item .product-nav .swiper-button-next {
    background-color: transparent;
    color: #fff;
    right: 0;
    opacity: 1;
}

.product-single-item .product-nav .swiper-button-next:hover {
    color: #fff;
    background-color: var(--care-base);
}

@media only screen and (max-width: 991px) {
    .product-single-item .product-single-info {
        margin-top: 50px;
    }
}

.product-single-item .product-single-info .title {
    color: #222;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .product-single-item .product-single-info .title {
        font-size: 25px;
    }
}

.product-single-item .product-single-info .prices {
    margin-bottom: 10px;
}

.product-single-item .product-single-info .prices .price {
    font-size: 16px;
    font-weight: 400;
    color: #f76b6a;
}

.product-single-item .product-single-info .prices .price-old {
    color: #000;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
}

.product-single-item .product-single-info .rating-box-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.product-single-item .product-single-info .rating-box-wrap .rating-box {
    color: #dc9a0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 5px;
    position: relative;
    top: -1px;
}

.product-single-item .product-single-info .rating-box-wrap .review-status a {
    color: #585858;
    font-size: 15px;
    margin-left: 5px;
}

.product-single-item .product-single-info .rating-box-wrap .review-status a:hover {
    color: #f76b6a;
}

.product-single-item .product-single-info p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 29px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty {
    margin-right: 15px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty {
    width: 100px;
    position: relative;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty input {
    border: 1px solid #ededed;
    height: 42px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn {
    color: #606060;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn:hover {
    color: #f76b6a;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.inc {
    right: 20px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.dec {
    left: 20px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add {
    background-color: #222;
    color: #fff;
    height: 40px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add:hover {
    background-color: #f76b6a;
}

.product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist {
    color: #222;
    border: 1px solid #ededed;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 170px;
    margin-bottom: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist:hover {
    background-color: #f76b6a;
    color: #fff;
}

.product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 23px;
    display: inline-block;
    margin-bottom: 30px;
}

.product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon:hover {
    background-color: #f76b6a;
}

.product-single-item .product-single-info .product-action-simple .payment-button .btn-payment {
    color: #fff;
    background-color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 96px 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .payment-button .btn-payment:hover {
    background-color: #f76b6a;
}

.product-single-item .product-single-info .product-action-simple .social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-single-item .product-single-info .product-action-simple .social-sharing span {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a {
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a:hover {
    color: #f76b6a;
}

.product-single-item .product-single-info .product-select-action {
    margin-bottom: 30px;
}

.product-single-item .product-single-info .product-select-action .select-item {
    margin-bottom: 25px;
}

.product-single-item .product-single-info .product-select-action .select-item label {
    color: #626262;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    width: 80px;
}

.product-single-item .product-single-info .product-select-action .select-item .form-select {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    color: #808080;
    cursor: pointer;
    display: inline-block;
    margin-left: -4px;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    width: 330px;
    padding: 10px;
}

@media only screen and (max-width: 575px) {
    .product-single-item .product-single-info .product-select-action .select-item .form-select {
        width: 100%;
    }
}

.product-single-item .product-single-info .product-select-action .select-item .form-select:active,
.product-single-item .product-single-info .product-select-action .select-item .form-select:focus {
    border: 1px solid #999;
}

.product-single-item .product-single-info .product-select-action .select-item .form-select option {
    background-color: #fff;
    color: #000;
}

.product-single-item .product-single-info .ht-countdown-style2 {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 0;
}


/****swiper****/

.swiper-container-fade .swiper-slide .lightbox-image img {
    opacity: 1;
    transform: scale(1);
}

.swiper-container-fade .swiper-slide-active .lightbox-image img,
.swiper-container-fade .swiper-slide-active .swiper-slide-active .lightbox-image img {
    /* opacity: 1;
    transform: scale(1);
    transition: all 1s; */
    animation: fadenum12 1s 1;
}

@keyframes fadenum12 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

.swiper-container.swiper-slide-gap {
    padding: 0 15px;
    margin: 0 -15px;
}

.swiper-container:hover .swiper-button-disabled {
    opacity: 1;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    color: #cacaca;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
    opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: all;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--care-base);
    border-color: var(--care-base);
    color: #fff;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.g_back {
    clear: both;
    padding: 1rem 0;
}


.g_back a.thm-btn {
    padding: 0.5rem 4.5rem;
  border-radius: 0;
}