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

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

.product-item .product-item-thumb:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-item .product-item-thumb:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

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

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

.product-item .product-item-minoder strong{
    font-family: 'SourceSansPro-regular', sans-serif;
}

.product-item .product-item-content h3{
    font-family: 'SourceSansPro-regular', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 14px 0px 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-item .product-item-order a{
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 5px;
    margin-top: 12px;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-family: 'SourceSansPro-regular', sans-serif;
}

.product-item .product-item-order:hover a{
    background-color: #e7a020;
    border-color: #e7a020;
    color: #fff;
}

.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-family: 'Playfair-regular', sans-serif;
    font-size: 25px;
}

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

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

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

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

.gallery-nav-item{
    height: 100px;
    width: 137px;
    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-family:/* 'Playfair-regular',*/ sans-serif;
    font-size: 35px;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product-info h1:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 80px;
    height: 3px;
    border-radius: 6px;
    background-color: #de9e40;
}

.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: 18px;
    padding: 12px;
    margin-top: 20px;
    font-family: 'SourceSansPro-regular';
    transition: 0.3s all;
}

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

.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: 17px;
}

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

.product-detail-head{
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'SourceSansPro-regular';
    border-top: 2px solid #eee;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-top: 10px;
}

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

.product-detail-content p{
    margin-bottom: 14px;
}

.hometext{
    margin-bottom: 10px;
}

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

.product-others .heading{
    font-family: 'Playfair-regular', sans-serif;
    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-family: 'Playfair-regular', sans-serif;
    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;
}

.gen-page{
    display: inline-block;
    width: 100%;
}

.cat-fillter{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
}

.cat-fillter .s-cat-results{
    margin-right: 10px;
}

.cat-fillter .s-cat-fillter{
    max-width: 200px;
}

@-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-item .product-item-minoder {
        font-size: 15px;
    }

}