.panel-shops-cat{
    position: relative;
    margin-bottom: 40px;
}

.page-header{
    margin: 0 0 30px;
    padding-bottom: 20px;
}

.page-header h1{
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #339a35;
    letter-spacing: 0.4px;
}

.single-product{
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 30px;
}

.single-product .single-product__image{
    position: relative;
    margin: -1px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.single-product .single-product__image img{
    width: 100%;
    height: 535px;
    object-fit: cover;
}

.single-product .single-product__image .discount-label{
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url(../images/green-discount-label.webp);
    color: #ffffff;
    width: 90px;
    height: 40px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 600;
}

.single-product .single-product__image .hover-icons {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 5px;
    background: #ffffff;
    border-radius: 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.single-product .single-product__image .hover-icons ul{
    margin: 0;
    padding: 4px 0;
}

.single-product .single-product__image .hover-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 15px;
    color: #333;
    background: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.single-product .single-product__image .hover-icons ul li a:hover,
.single-product .single-product__image .hover-icons ul li a.active {
    background: #3a9943;
    color: #ffffff;
}

.single-product .single-product__content{
    position: relative;
    padding: 15px;
}

.single-product .single-product__content h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-product .single-product__content .product-price{
    display: flex;
    align-items: center;
}

.single-product .single-product__content .price{
    font-size: 16px;
    color: #e7169d;
    font-weight: 700;
    margin-right: 18px;
    letter-spacing: 0.4px;
}

.single-product .single-product__content .discounted{
    font-size: 15px;
    color: #868686;
    font-weight: 300;
    line-height: 18px;
    text-decoration: line-through;
}

.single-product .single-product__content .views{
    margin-left: auto;
    font-size: 13px;
    color: #555;
}

.shops-viewslider .owl-stage{
    margin-left: -60px;
}

.shops-viewslider .single-product{
    margin-bottom: 0;
}

.product-short-description h1{
    font-size: 24px;
    margin-bottom: 6px;
}

.product-short-description .info-code{
    font-size: 16px;
}

.product-short-description .info-code span{
    color: #1fa06a;
    margin: 0 5px;
    font-weight: 500;
}

#imageGallery img,
.product-one-image img{
    width: 100%;
    height: 788px;
    object-fit: cover;
}

.product-one-image{
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.product-price .info-price{
    color: #eb1c24;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.product-price .info-price span{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.product-price ul{
    margin: 0;
    padding: 0;
}

.product-price ul li:first-child span{
    color: #eb1c24;
}

.order-number{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.order-number span{
    margin-right: 15px;
}

.quantity {
    position: relative;
    display: flex;
    margin-right: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

hr{
    margin: 12px 0;
}

.quantity input {
    width: 50px;
    height: 46px;
    line-height: 1.65;
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-right: 0;
    border-left: 0;
}

.quantity input:focus {
    outline: 0;
}

.product-detail .quantity-button {
    position: relative;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    width: 34px;
    height: 46px;
    text-align: center;
    color: #333;
    line-height: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.product-detail .quantity-button.quantity-down{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.product-detail .quantity-button.quantity-up{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.info-customs .ctit-template{
    font-weight: 500;
    font-size: 16px;
    color: #1fa06a;
    margin-bottom: 8px;
}

.info-customs .clist-template{
    list-style: disc;
    padding-left: 15px;
}

.info-customs .clist-template li{
    margin-bottom: 4px;
}

.info-customs .clist-template .csp{
    padding: 0 8px
}

.product-order{
    display: flex;
}

.product-order .order{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.product-order .button{
    min-width: 160px;
    text-align: center;
    padding: 14px 25px;
}

.product-order .order-cart{
    background-color: #f44336;
}

.content-body{
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-body .heading{
    color: #1fa06a;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.product-detail .keywords{
    border-top: 1px solid #eee;
    padding: 12px 0;
    font-size: 14px;
}

.keywords a{
    position: relative;
    display: inline-block;
    background-color: #edf0f3;
    padding: 4px 10px;
    margin: 0 4px;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
}

.cat-otherimage-one,
.cat-otherimage{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.cat-otherimage-one img,
.cat-otherimage img{
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.cat-otherimage .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.cat-otherimage .owl-dot{
    width: 30px;
    height: 4px;
    background-color: #fff !important;
    margin: 0 4px;
    border-radius: 6px;
}

.cat-otherimage .owl-dot.active{
    background-color: #339a35 !important;
}

.viewdescriptionhtml img{
    width: 100%;
    max-width: 800px;
    height: auto;
}

.viewdescriptionhtml ul{
    list-style: disc;
    padding-left: 30px;
}

/*cart-box*/
.cart-box{
    position: relative;
    margin: 0 auto;
    background-color: #eeeeee9e;
    border-radius: 8px;
    padding: 20px 40px 40px;
}

.cart-box h1{
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.cart-box h2{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.cart-box .product-item{
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.cart-box .product-item .product-item-thumb{
    border: none;
}

.cart-box .product-item .product-item-thumb img{
    width: 140px;
    max-height: 100px;
}

.cart-box .product-item h3{
    font-size: 18px;
    font-weight: 400;
}

.cart-box .product-item .product-item-content{
    flex-basis: 70%;
}

.cart-box .product-item .product-item-price{
    font-size: 16px;
    font-weight: 500;
    color: #1fa06a;
    margin: 2px 0 10px;
}

.cart-box .product-item .product-item-price del{
    font-weight: 400;
    color: #555;
}

.cart-box .product-item .product-item-price-total{
    font-size: 18px;
    font-weight: 500;
    color: #1fa06a;
}

.order-bottom{
    text-align: center;
}

.order-bottom label{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.order-inner{
    width: 70%;
}

.order-inner .product-item .product-item-thumb{
    padding: 0;
}

.order-inner .product-item .product-item-thumb img{
    width: 100px;
    max-height: 70px;
}

.order-inner .product-item h3{
    font-size: 16px;
}

.order-inner .total{
    text-align: right;
    font-size: 18px;
}

.cart-quantity{
    position: relative;
}

.cart-quantity input {
    width: 100px;
    height: 40px !important;
    line-height: 40px;
    font-size: 16px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 46px;
    border: 1px solid #f3f3f3 !important;
    box-shadow: none;
}

.cart-quantity .quantity-nav{
    position: relative;
    float: left;
}

.cart-quantity .quantity-button {
    position: absolute;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 40px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cart-quantity .quantity-button.quantity-up{
    border-bottom: none;
}

.cart-quantity .quantity-button.quantity-down {
    left: -68px;
    line-height: 40px;
    border-right: 1px solid #eee;
    border-left: none
}

.cart-total-inner .total{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: right;
}

.cart-total-inner .total #total{
    font-size: 20px;
    color: #ff2525;
}

.cart-total-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}

.viewdescriptionhtml-footer{
    display: flex;
    padding: 12px 0;
    font-size: 14px;
    align-items: center;
}

.viewdescriptionhtml-footer .rating{
    flex-basis: 45%;
}

.viewdescriptionhtml-footer p{
    margin: 0;
}

.form-horizontal .button[disabled]{
    cursor: not-allowed;
    opacity: .65;
}

@media (max-width: 767.98px) {
    .grid-view-product{
        max-width: 400px;
        margin: 0 auto;
    }

    .order-inner{
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 499.98px) {
    .cart-box .product-item{
        display: inline-block;
        width: 100%;
    }

    .product-item .product-item-thumb{
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }

    .cart-box .product-item .product-item-thumb img{
        width: 100%;
        max-height: 120px;
    }

    .cart-box .product-item h3{
        font-size: 16px;
        line-height: 20px;
    }

    .product-item-price-total{
        line-height: 40px;
    }

    .product-item .remove_cart {
        position: absolute;
        bottom: 20px;
        right: 24px;
    }

    .cart-total-bottom{
        display: block;
    }

    .cart-box .cart-order .button{
        width: 100%;
        margin-top: 6px;
    }

    .order-bottom label{
        font-size: 14px;
    }
}