.product-item{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.product-item img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
}

.product-item h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 8px;
}

.product-item .price{

}

.page-header{
    margin-top: 0;
}

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

.imageGallery img {
    max-width: 100%;
    height: auto;
}

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

.product-price .info-price{
    color: #eb1c24;
    font-size: 20px;
    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 .button{
    margin: 0 10px;
    min-width: 160px;
    text-align: center;
    padding: 14px 25px;
}

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

.product-detail-body .heading{
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 15px 0;
}

.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;
}

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

#coupons_info{
    margin-top: 12px;
}

.heading-other h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}