.flexslider {
    margin: 0 0 10px;
    border: unset;
}

.flex-direction-nav a:before {
    font-size: 32px;
}

.product_left #slider img {
    width: 100%;
}

.product_left #carousel img {
    cursor: pointer;
    height: 100px;
    object-fit: cover;
}

.product_right .product_price_new,
.product_right .product_price_old {
    text-align: left;
}

.product_price_old {
    text-decoration: line-through;
}

.product_price_new {
    font-size: 1.5rem;
    color: #df1000;
    font-weight: bold;
}

.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_types .product_variation{
    overflow: visible;
    cursor: pointer;
    min-width: 100px;
    min-height: 34px;
    box-sizing: border-box;
    padding: 0.25rem 0.75rem;
    margin: 0 8px 8px 0;
    color: rgba(0,0,0,.8);
    text-align: left;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.09);
    position: relative;
    background: #fff;
    outline: 0;
    word-break: break-word;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product_types .product_variation.active,
.product_types .product_variation:hover{
    border-color: #ee4d2d;
}
.product_types .product_variation .product_variation_check {
    position: absolute;
    width: 100px;
    height: 34px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    display: none;
}
.product_types .product_variation.active .product_variation_check {
    display: block;
}
.product_types .product_variation .product_variation_check::before{
    position: absolute;  
    border: 18px solid transparent;
    border-bottom: 18px solid #ee4d2d;
    content: "";
    right: -18px;
    bottom: 0px;
}
.product_types .product_variation .product_variation_check i{
    position: absolute;
    color: white;
    top: 23.5px;
    right: 1.5px;
    font-size: 12px;
}

.quantity_box {
    width: 180px;
    float: left;
}

.quantity_box span {
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #999;
    float: left;
}

.quantity_box span:hover {
    cursor: pointer;
}

.quantity_box input {
    display: block;
    width: 80px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
    float: left;
}


/* 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: #df1000;
    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_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;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.product_content_head a:hover {
    color: #333;
}

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

.product_same_price_item_info {
    width: calc(100% - 100px);
    height: 100px;
    padding-left: 15px;
}

.product_same_price_item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.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: 52px;
    width: 100%;
    background: whitesmoke;
    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: 9998;
}

#product_tab_scroll a {
    color: #333;
}


/**/

@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; */
    }
    .product_same_price_item_img {
        width: 90px;
        height: 90px;
    }
    .product_same_price_item_img img {
        width: 90px;
        height: 90px;
    }
    .product_same_price_item_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;
    }
}