section.Product-detail {
    background: #fffaf5;
    padding: 50px 0;
}
.product_right h1{
    font-weight: bold;
}
.product_right .product_status {
    font-size: 18px;
    font-weight: 300;
}
.product_right .product_status i {
    color: #fd7c35;
}
.product_right .product_status i.fa-futbol-o {
    color: #b6b6b6;
    padding: 0 8px;
}
.product_right .product_price_new,
.product_right .product_price_old {
    text-align: left;
}

.product_price_old {
    text-decoration: line-through;
    font-style: italic;
    font-weight: 300;
    color: #93ac42;
}
.product_status .brand_name {
    font-size: 12px;
    color: black;
    font-weight: 600;
}
.product_right #product_sale {
    font-size: 11px;
}
.product_price_new {
    font-size: 1.5rem;
    color: #df1000;
    font-weight: bold;
}
.product_colors span {
    font-size: 18px;
    font-weight: 300;
}
.product_right_sale {
    color: white;
    display: inline-block;
    padding: 6px 10px;
    background: #df1000;
    border-radius: 20px;
    margin: 8px 0;
}

.product_right_sale strong {
    font-size: 20px;
}

.product_colors .product_variation{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 13px;
    min-width: 58px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    position: relative;
}
.product_colors .product_variation.active,
.product_colors .product_variation:hover{
    border-color: #2f80ed;
}
.product_colors .product_variation .product_variation_check {
    position: absolute;
    width: 100px;
    height: 34px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    display: none;
}
.product_colors .product_variation.active .product_variation_check {
    display: block;
}
.product_colors .product_variation .product_variation_check::before{
    position: absolute;  
    border: 18px solid transparent;
    border-bottom: 18px solid #2f80ed;
    content: "";
    right: -18px;
    bottom: 0px;
}
.product_colors .product_variation .product_variation_check i{
    position: absolute;
    color: white;
    top: 23.5px;
    right: 1.5px;
    font-size: 10px;
}
.quantity_box {
    display: inline-block;
    margin: 8px 0;
}
.quantity_box_pro .quantity_plus {
    font-size: 16px;
    line-height: 0px;
    border: solid 1px #e1e1e1;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    float: left;
    color: #000;
    text-align: center;
    padding: 0px;
}

.quantity_box span:hover {
    cursor: pointer;
}

.quantity_box input {
    margin: 0px 5px;
    padding: 0px;
    display: block;
    float: left;
    color: #000;
    height: 30px;
    min-height: 30px;
    line-height: 26px;
    border: 1px solid #e1e1e1;
    width: 30px;
    text-align: center;
    box-shadow: none;
    border-radius: 50%;
    font-size: 14px;
}
.quantity_box_pro input {
    margin: 0px 5px;
    padding: 0px;
    display: block;
    float: left;
    color: #000;
    height: 30px;
    min-height: 30px;
    line-height: 26px;
    border: 1px solid #e1e1e1;
    width: 30px;
    text-align: center;
    box-shadow: none;
    border-radius: 50%;
    font-size: 14px;
}
.quantity_box_pro {
    display: inline-block;
    margin: 8px 0;
}
.quantity_box_pro .quantity_minus {
    font-size: 16px;
    line-height: 0px;
    border: solid 1px #e1e1e1;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    float: left;
    color: #000;
    text-align: center;
    padding: 0px;
}

.quantity_box_pro span:hover {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */

.quantity_box input::-webkit-outer-spin-button,
.quantity_box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

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

.add_cart {
    display: inline-block;
    background: #fa752c;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
}

.add_cart:hover {
    color: white;
}

.add_cart .fa {
    float: left;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #fb9963
}

.add_cart span,
.buy_now span {
    display: inline-block;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.buy_now {
    display: inline-block;
    background: #2f80ed;
    padding: 0;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
}

.buy_now:hover {
    color: white;
}

.buy_now .fa {
    float: left;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #f76262;
}
.product-policises {
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr))
}

.mr-3{
    margin-right: 30px;
}

.rating {
    border: none;
    float: none;
    display: table;
}

.rating > label {
color: #90A0A3;
float: right;
}

.rating > label:before {
margin: 5px;
font-size: 1.4em;
font-family: FontAwesome;
content: "\f005";
display: inline-block;
}

.rating > input {
display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #F79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
color: #FECE31;
}

.ae-review {
    clear: both;
}

.cover-img {
    position: relative;
    margin-right: 15px;
}
.cover-img .btn-remove-img {
    cursor: pointer;
    user-select: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #635f5f;
    color: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    right: -9px;
    z-index: 2;
    top: -47px;
    padding-left: 5px;
    line-height: 15px;
}

#aer-files {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
}

#list-image-upload {
    margin: 15px 0;
}

#list-image-upload img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

#select-image {
    background-color: transparent;
    color: rgb(0, 127, 240);
    border: 1px solid rgb(0, 127, 240);
    padding: 5px 10px!important;
    position: relative;
    overflow: hidden;
}

#btn-send {
    padding: 6px 15px!important;
    border-radius: 2px;
    background-color: #d9534f;
}

#aetotal-rating {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

#progress-star {
    padding: 10px!important;
}

#progress-star label {
    float: left;
    clear: both;
}
#progress-star text {
    float: left;
    width: 30px;
    text-align: left;
}

.aer-progress {
    background-color: #efefef;
    width: calc(100% - 70px);
    float: left;
    display: inline-block;
    height: 12px;
    margin: 4px;
    border-radius: 6px;
    overflow: hidden;
}

.aer-progress span {
    display: inline-block;
    height: 100%;
    background-color: rgb(92, 184, 92);
    float: left;
}


#filter-review {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(247, 247, 247);
}

#filter-review select {
    max-width: 150px;
    padding: 5px 8px;
    border-radius: 2px;
    border: 1px solid rgb(241, 239, 239);
    display: inline-block;
}

#btn-openform {
    color: #fff;
    background-color: #d9534f!important;
    border-color: #d9534f!important;
    min-width: 200px;
    margin-top: 10px;
}
#frm-aer-review {
    clear: both;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid transparent;
}

#aereview-summary {
    text-align: center;
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid rgb(247, 247, 247);
    margin: 0;
}

#aereview-summary > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#aer-overlay {
    display: none;
    position: fixed;
    top: 0!important;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
}
.aer-pager * {
    border: 1px solid #E5E5E5;
    border-left: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 26px;
    padding: 0 11px;
    overflow: hidden;
    margin-bottom: 20px;
    user-select: none;
}
.aer-pager {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
}
.aer-pager b {
    background: #F5F5F5;
    color: #525252;
}
.aer-pager .aer-first, .aer-pager .aer-ext {
    border-left: 1px solid #E5E5E5;
}

.aer-pager .active {
    background: #E51515;
    border: 1px solid #E51515;
    color: #FFF;
}
.aer-pager i {
    border: none;
    padding: 0 10px;
}
.aer-pager .aer-nav {
    font-family: 宋体;
}

.ae-cover-review {
    background: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.ae-cover-review ul, .ae-cover-review li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.aer-rate {
    padding: 10px 0;
}

.aer-list-star li > span svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
    user-select: none;
    
}
.aer-star-active {
    display: inline-block;
}

.aer-star-deactive {
    display: none;
}
.aer-detail-review .aer-star-deactive {
    display: inline-block;
}

.aer-hover .aer-star-active {
    display: none;
}

.aer-hover .aer-star-deactive {
    display: inline-block;
}

/* Star active */
.ae-cover-review li.active .aer-star-deactive {
    display: none;
}

.ae-cover-review li.active .aer-star-active {
    display: inline-block;
}
/* End star active */

/* Selected */
.aer-selected li:not(.active) .aer-star-deactive {
    display: inline-block;
}
.aer-selected li:not(.active) .aer-star-active {
    display: none;
}
/* End Selected */

.aer-rate-title {
    position: relative;
}
.aer-rate-title li {
    position: absolute;
    left: 0;
    visibility: hidden;
}

.aer-detail-title {
    background: linear-gradient(#52B858, #34A853);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 4px 8px;
    position: relative;
    top: -1px;
    white-space: nowrap;
}

.aer-detail-title:before {
    border: 5px solid transparent;
    border-right-color: #44b055;
    content: "";
    height: 0;
    width: 0;
    margin-top: -5px;
    position: absolute;
    pointer-events: none;
    right: 100%;
    top: 50%;
}
.aer-rate-title .active {
    visibility: visible;
}

.aer-detail-review .aer-input {
    border: 1px #ddd solid;
    background-color: #fff;
    box-shadow: none;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    color: #686868;
    margin-bottom: 15px;
}

.aer-detail-review .aer-input:focus {
    border: 1px #bdbdbd solid;
}

.aer-detail-review button {
    background-color: #d9534f;
    margin-top: 5px;
    padding: 7px!important;
    border-radius: 5px;
    background-color: red;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.aer-detail-review textarea {
    min-height: 100px;
}

/* List review */
#list-review {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
    position: relative;
}
#list-review .aer-block-review {
    padding-bottom: 20px;
    color: #505050;
}

#list-review .aer-block-review:not(:first-child) {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.aer-star-rate svg {
    width: 15px;
    height: 15px;
}

.aer-list-star li {
    float: left;
    padding-left: 5px;
}

.aer-detail-review {
    margin-top: 5px;
}

.aer-author .avatar {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #666;
    vertical-align: middle;
    border-radius: 50%;
    padding: 6px 0;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
}
.aer-staff-avatar {
    padding: 0!important;
    overflow: hidden!important;
}

.aer-staff-avatar img {
    width: 100%;
}

.aer-ulti {
    font-size: 12px;
    color: #666;
}
.aer-btn-reply {
    cursor: pointer;
    user-select: none;
    color: #007bff;
}
.aer-list-reply {
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin: 15px 0;
    padding: 10px 12px 5px;
    position: relative;
}
.aer-list-reply:before {
    border: solid transparent;
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    top: -20px;
    left: 18px;
    border-bottom-color: #F5F5F5;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}

.aer-list-reply .aer-content-review {
    margin-top: 10px;
    font-size: 14px;
    line-height: 160%;
}

.aer-list-reply .aer-ulti {
    margin: 10px 0;
}
.aer-list-reply .block-review:not(:first-child) {
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}

.block-review .aer-detail-review {
    margin-top: 10px;
}
.aer-staff {
    background: linear-gradient(#F59000, #FD6E1D);
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin: 5px 0 0 10px;
    padding: 0 5px 2px;
    vertical-align: top;
}
.aer-hotline {
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 0 6px 2px;
    width: auto;
    max-width: 300px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(#52B858, #34A853);
}
.aer-hotline:hover {
    color: #FFF;
}
.aer-loadmore {
    text-align: center;
}
.aer-btn-loadmore {
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    color: #333;
}
.aer-btn-loadmore:hover {
    color: #000;
}
.aer-frm-reply .form-group {
    margin-bottom: 0;
}
.ae-hide {
    display: none;
}
.aer-ordered svg {
    margin-left: 5px;
    width: 15px;
    height: 15px;
}
.aer-ordered {
    color: #52B858;
    font-size: 14px;
}

.aer-star-active svg, .aer-star-active path
{
    fill: rgb(255, 193, 7);
}
.aer-star-deactive svg, .aer-star-deactive path {
    fill: rgb(204, 204, 204);
}
.aer-ordered svg, .aer-ordered path {
    fill: #52B858;
}

.ae-cover-review .btn {
    line-height: 28px;
    margin-top: 0;
}

/*
.aer-block-review {
    padding: 10px;
}

.aer-block-review:hover {
    background-color: rgba(0, 0, 0, 0.01);
}
*/
.aer-review-result {
    margin-bottom: 10px;
}
.aer-review-result .aer-star-active,
.aer-review-result .aer-star-deactive {
    display: inline-block;
    cursor: pointer;
}
.aer-review-result .aer-star-active svg,
.aer-review-result .aer-star-deactive  svg {
    width: 22px;
    height: 22px;
}
.ae-total-review {
    cursor: pointer;
    color: #055eff;
    position: relative;
    top: -5px;
}
.ae-total-review-grid {
    display: none;
}

.ae-grey {
    background-color: #c9c9c9!important;
}

#abs-rating {
    font-size: 30px;
    font-weight: bold;
    color: #d9534f!important;
}
.ae-lnk-img {
    display: inline-block;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.ae-img {
    width: 100%;
    transition: all .2s ease;
}
.ae-lnk-img:hover .ae-img {
    box-shadow: 0 0 5px #e5e5e5;
    transform: scale(1.02);
    transition: all .2s ease;
}
#btn-show-more-review {
    position: absolute;
    bottom: 0;
    /*background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsl(0deg 9.85% 83.57% / 91%) 50%,#d1d1d1 55%);
    */
    background:#E5E6ED;
    width: 100%;
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    z-index: 999;
}
.show-all {
    max-height: 100%!important;
}
#btn-show-more-review:hover {
    text-decoration: underline;
}
#btn-hide-review {
    display: none;
}
#btn-show-review {
    display: inline-block;
}
.show-all #btn-show-review {
    display: none;
}

.show-all #btn-hide-review {
    display: inline-block;
}

.view-mores-as {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.view-mores {
    text-align: center;
    margin: 0 15px
}

.view-mores img {
    margin-bottom: 10px
}

.view-mores span {
    color: #495057;
    font-size: 46px;
    line-height: .5;
    display: inline-block;
    margin-bottom: 4px
}

.view-mores p {
    color: #495057;
    margin-bottom: 0
}

.view-mores:hover p,.view-mores:hover span {
    color: #0168fa
}
@media (max-width: 767px) {
    .product-policises {
        grid-template-columns:1fr
    }
}

.product-policises-wrapper {
    border-top: 1px solid #eee;
    margin-top: var(--block-spacing);
    padding: var(--block-spacing) 0
}

.product-policises .media {
    align-items: center;
    display: flex;
}

.product-policises .media>div:not(.media-body) {
    width: 32px;
    height: 32px
}

.product-policises .media+* {
    margin-top: 15px
}

.product_guide{
    padding: 50px 0;
}
.modal_advise{
    text-align: center;
}
.product_hotline {
    cursor: pointer;
    text-align: center;
    color: #333;
    border: 1px solid #ffdd15;
    padding: 10px;
    border-radius: 10px;
}

.related_products {
    background: #f1f1f1;
}

.shipping-product {
    border: 1px solid #145a8d;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.shipping-product .item {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
}

.shipping-product .icon {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(calc(-50% - 6px));
    width: 33px;
    text-align: center;
}

.shipping-product .icon .fa {
    font-size: 30px;
    color: #145a8d;
}

.shipping-product .text {
    display: block;
    width: 100%;
    float: left;
    vertical-align: top;
    padding-left: 50px;
}

.shipping-product .title {
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.shipping-product p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin-bottom: 0;
}

.shipping-product .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product_quick_purchase_img img {
    width: 100%;
    height: 88px;
    object-fit: cover;
}

.product_quick_purchase_name {
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_quick_purchase_price {
    display: block;
    margin-bottom: 5px;
    color: #f11111;
    font-size: 1.5em;
    font-weight: bold;
}

.product_content_head a {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}

.product_content_head a:hover {
    color: #71b03e;
}
.navbar li a.click_scroll:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fc5b02;
    opacity: 0;
    transition: 0.35s all;
}
.navbar li.active a.click_scroll:after {
    opacity: 1;
}
.product_quick_purchase_cart.product_add_cart {
    padding: 4.5px 5px;
}

.product_same_price_item {
    display: flex;
    text-decoration: unset;
    margin-bottom: 15px;
    padding-bottom: 15PX;
    border-bottom: 1px solid #ddd;
}

.product_same_price_item:hover {
    text-decoration: unset;
}

.product_same_price_item:last-child {
    margin-bottom: 0;
    border-bottom: unset;
}

.product_same_price_item_img {
    width: 100px;
    height: 100px;
}

.product_same_price_item_img img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}

.article_small_info a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.article_small_info a span {
    color: black;
    font-size: 12px;
}
.product_form {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc
}

.product_form_head {
    font-weight: bold;
    margin-bottom: 10px;
}

.btn_product_form {
    background-color: #fc5b02;
    color: white;
}

.btn_product_form:hover {
    background-color: #df1000;
    color: white;
}

#product_tab_scroll {
    position: fixed;
    top: 0px;
    width: 100%;
    transition: transform .5s ease-in-out, transform .5s ease-in-out, background .5s ease-in-out;
    -moz-transition: height .5s ease-in-out, -moz-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out, -webkit-transform .5s ease-in-out, background .5s ease-in-out;
    -o-transition: height .5s ease-in-out, -o-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: 1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsla(0,0%,100%,.65);
    display: none;
    border-bottom: 1px solid rgba(134,134,139,.4);
}

#product_tab_scroll a {
    color: #333;
}
#product_tab_scroll ul li.active a,#product_tab_scroll ul li.a {
    color: #fc5b02;
    padding: 10px 0;
}
#myCarousel {
    max-width: 640px;
    margin: 0 auto;
    }
    #myCarousel .owl-nav .owl-prev {
        padding: 0;
        font-size: 22px;
        top: 30px;
        color: #71b03e;
        background: none;
        left: 0;
        position: absolute;
        margin: 0;
    }
    #myCarousel .owl-nav .owl-next {
        padding: 0;
        font-size: 22px;
        top: 30px;
        color: #71b03e;
        background: none;
        right: 0;
        position: absolute;
        margin: 0;
    }
@media (min-width: 1600px) {
    .product_left #slider img {
        /* height: 342px;
        object-fit: cover; */
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .product_left #slider img {
        /* height: 333px;
        object-fit: cover; */
    }
    .article_small_img {
        width: 90px;
        height: 90px;
    }
    .article_small_item {
        display: flex;
        text-decoration: unset;
    }
    .product_same_price_item_img img {
        width: 90px;
        height: 90px;
    }
    .article_small_info {
        width: calc(100% - 90px);
        height: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product_left #slider img {
        /* height: 289px;
        object-fit: cover; */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product_left #slider img {
        /* height: 692px;
        object-fit: cover; */
    }
}

@media (max-width: 767px) {
    .product_left #slider img {
        /* height: 317px;
        object-fit: cover; */
    }
    .product_content_head a {
        text-transform: unset;
    }
    #product_tab_scroll .nav>li {
        display: inline-block;
    }
}