.shops-main-cat{
    position: relative;
    margin-bottom: 20px;
}

.shops-main-cat h2 {
    font-size: 30px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.product-item{
    position: relative;
    margin-bottom: 30px;
}

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

.product-item .product-item-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-item .product-item-minoder{
    font-size: 17px;
}

.money {
    font-size: 16px;
    font-weight: 600;
    color: #e20c0c;
}

.product-item .product-item-content h3{
    font-size: 18px;
    font-weight: 500;
    margin: 14px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item-rate{
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #ffd700;
}

.relates-product{
    position: relative;
}

.relates-product .owl-nav .owl-prev,
.relates-product .owl-nav .owl-next {
    top: 30%;
    border-color: #ffb636 !important;
    color: #ffb636 !important;
}

.relates-product .owl-nav .owl-next{
    right: -4%;
    transform: translateX(-20%);
}

.relates-product .owl-nav .owl-prev{
    left: -4%;
    transform: translateX(20%);
}

.shops-cat-page .page-header{
    margin: 0px 0 25px;
}

.shops-cat-page .page-header h1{
    font-size: 22px;
}

.product-one-image img{
    width: 100%;
    border-radius: 8px;
}

.product-image{
    margin-bottom: 15px;
}

.product-image-item{
    position: relative;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #f8f8f8;
    overflow: hidden;
}

.product-image-item img{
    width: 100%;
    height: auto;
    /*max-height: 445px;*/
    object-fit: cover;
}

.gallery-nav-item{
    border: 1px solid #f8f8f8;
    width: 135px;
    margin-right: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-nav-item img{
    width: 100%;
}

.product-info{
    position: relative;
    padding-left: 30px;
    font-size: 19px;
}

.product-info h1{
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.product-info .info-customs{
    list-style: disc;
    padding-left: 20px;
}

.product-info .info-customs li{
    padding: 3px 0;
}

.btn-order-cart{
    display: block;
    width: 100%;
    background-color: #fdcc84;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 12px 10px;
    margin-top: 20px;
    transition: 0.3s all;
}

.btn-order-cart:hover{
    background-color: #eb9b24;
}

.detail-price{
    margin-bottom: 5px;
}

.detail-price .money{
    font-size: 22px;
}

.sku{
    font-size: 17px;
    margin-top: 4px;
}

.categories{
    font-size: 17px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 3px 0px;
    margin: 4px 0;
}

.keywords{
    font-size: 15px;
    margin-top: 12px;
}

.keywords .fa{
    font-size: 15px;
}

.product-detail-head{
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    border-top: 3px solid #eee;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.product-detail-head:before{
    position: absolute;
    content: '';
    top: -3px;
    width: 120px;
    height: 3px;
    background-color: #c8af57;
}

.product-detail-content ul{
    padding-inline-start: 25px;
}

.product-detail-content ul li{
    margin-bottom: 5px;
}

.product-detail-content h2{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-detail-content h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hometext{
    margin-bottom: 10px;
    font-size: 16px;
}

.product-others{
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 10px;
}

.product-others .heading{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 20px;
}

/*quote-cart*/
.quote-cart{
    width: 80%;
    margin: 0 auto 50px;
}

.quote-cart h1{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.remove-cart{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #ccc !important;
    font-size: 13px;
    transition: 0.3s all;
}

.remove-cart:hover{
    background-color: #fbbf68;
    border-color: #fbbf68;
    color: #fff !important;
}

.quote-cart img,
.payment img{
    width: 110px;
    max-height: 80px;
    border-radius: 10px;
    margin-right: 15px;
    object-fit: cover;
}

.quote-cart .table-bordered>tbody>tr>td,
.payment .table-bordered>tbody>tr>td{
    border: none;
    vertical-align: middle;
}

.quote-cart .table-responsive .table{
    margin-bottom: 0;
}

.cart-update{
    background-color: #dddddd8c;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.cart-update .btn{
    background-color: #cecece;
    font-size: 16px;
}

.cart-update .btn:hover{
    background-color: #e7a020;
    color: #fff;
}

.order-box{
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 30px;
    margin-top: 30px;
    border-radius: 8px;
}

.order-box h2{
    font-family: 'Playfair-regular', sans-serif;
    font-size: 25px;
    color: #222;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.order-box .submit{
    text-align: right;
}

.order-box .submit .btn{
    background-color: #e7a020;
    color: #fff;
    padding: 11px 30px;
    font-size: 16px;
    transition: 0.4s all;
}

.order-box .submit .btn:hover{
    background-color: #bb7c09;
}

.check{
    display: flex;
    align-items: center;
}

.check #check{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
}

.shops-cat-page .description{
    margin-top: 10px;
    font-size: 20px;
}

.shops-cat-page .viewdescriptionhtml{
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 20px;
}

.shops-cat-page .viewdescriptionhtml h2{
    font-family: 'Playfair-regular', sans-serif;
    font-size: 26px;
    margin: 8px 0;
}

.shops-cat-page .viewdescriptionhtml  h3 {
    font-family: 'Playfair-regular', sans-serif;
    font-size: 22px;
    margin: 8px 0;
}

.shops-cat-page .rating{
    margin-bottom: 30px;
}

#stringrating{
    margin-bottom: 0;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@media (max-width: 767.98px){

    .product-info{
        padding-left: 0;
        margin-top: 20px;
    }

    .product-info h1{
        font-size: 35px;
        line-height: 40px;
    }

    .product-image-item img{
        max-height: 350px;
    }

}