/* Single Product Page — Karofi V2
 * Sources: load_single_product_css(), mx_quickbuy_button(), _summary_info(),
 *          _show_tskt(), mx_linh_kien_lien_quan()
 */

/* ---- General ---- */
.single-product .badge-container {
    display: none;
}

.single-product .zoom-button {
    display: none;
}

span.amount {
    color: #d52632;
}

/* ---- Product Title ---- */
.product-template-default .single-product h1 {
    font-size: 1.2em;
    line-height: 0.8em;
}

.single-product h1.product_title {
    margin-bottom: 0 !important;
    font-size: 1.3em;
}

.single-product .product-title h1 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.single-product .product-title .woocommerce-product-rating {
    display: inline-block;
    padding-left: 15px;
}

.single-product .product-title .like-share-box {
    float: right;
    margin-top: 10px;
    display: flex;
}

/* ---- Layout ---- */
.single-product .page-title-inner {
    padding-left: 0;
    padding-right: 0;
}

.single-product .product-main {
    padding-top: 0 !important;
    padding-bottom: 5px;
}

.single-product .product-right-content {
    padding: 0 10px !important;
}

.single-product .product-footer>.row {
    max-width: 1250px;
}

.single-product .product-main>.content-row>.col {
    padding: 0 5px 10px !important;
    background: #fff;
}

.single-product .product-footer>.row h2.tab-title {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    background: #f5f7f5;
    margin-bottom: 0;
    border-bottom: 0;
    border-top: 3px solid #247cc4;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tab-title>span {
    padding-left: 10px;
}

.single-product .product-footer>.row>.col {
    margin: 5px 0;
    background: #fff;
}

.single-product .product-footer>.row .tab-panels,
.single-product .product-footer>.row .woocommerce-tabs {
    padding-top: 0;
}

.single-product .product-right-content h2 {
    font-weight: 400;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
    padding-left: 5px;
}

/* ---- Gallery ---- */
.single-product .product-gallery {
    padding-bottom: 5px !important;
}

.single-product .product-gallery .product-thumbnails>.flickity-viewport>.flickity-slider>.col a {
    border-radius: 5px;
}

.single-product .product-gallery .product-thumbnails>.flickity-viewport>.flickity-slider>.col a img,
.single-product .product-gallery .product-thumbnails>.flickity-viewport>.flickity-slider>.col a:hover img {
    display: block;
    -webkit-transform: unset;
    transform: unset;
}

/* ---- Flash Sale Countdown ---- */
.single-product .mx-flashsale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0;
    background: url(/bg/bg-flashsale.jpg) center center no-repeat;
    background-size: cover;
}

.single-product .mx-flashsale span.title {
    margin-top: 10px;
    margin-right: 25px;
}

.single-product .mx-flashsale .ux-timer {
    margin: 0;
}

.single-product .mx-flashsale .ux-timer span {
    font-size: 20px;
}

.single-product .mx-flashsale .ux-timer span strong {
    font-size: 10px;
    text-transform: none;
}

.single-product .isures--flashsale .ux-timer span {
    color: red;
}

.single-product .isures--flashsale .ux-timer span strong {
    color: #222;
}

.single-product .badge-inner.on-sale {
    font-size: 15px;
    left: 20px;
}

/* ---- Price Box ---- */
.box-price {
    background: #fff;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    min-height: 40px;
    padding-left: 10px;
    border: 1px dotted #cbcbcb;
    border-radius: 4px;
}

.box-price .price-sales {
    clear: both;
    float: left;
    width: 50%;
    overflow: hidden;
    padding-top: 10px;
}

.box-price .price-sales span.text {
    color: #333;
    clear: both;
    display: block;
}

.box-price .price-sales span.price {
    color: #d60c0c;
    font-size: 40px;
    clear: both;
}

.box-price div.price-old-offer {
    overflow: hidden;
    float: left;
    padding-top: 10px;
    width: 48%;
}

.box-price div.price-old-offer div.price-old {
    clear: both;
    font-size: 10px;
    text-decoration: line-through;
    color: #d61d0b;
    margin-bottom: 4px;
}

.box-price div.price-old-offer div.offer-price {
    clear: both;
    font-size: 10px;
    color: #666;
    margin-bottom: 4px;
}

.box-price div.price-old-offer div.offer-price span.price {
    font-weight: 600;
}

.text {
    color: #212121;
    word-break: break-word;
}

.box-price p.cam-ket {
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../misc/icons/icon-sprites.png') no-repeat -95px 0;
    width: 62px;
    height: 61px;
    margin: 0;
}

/* ---- Swatches ---- */
.ux-swatch.selected {
    -webkit-box-shadow: 0 0 0 0.1rem #f14924;
    box-shadow: 0 0 0 0.1rem #f14924;
}

div.product-main>div>div.product-info.summary.large-4.col.entry-summary.product-summary>form>table {
    margin-bottom: 0;
}

/* ---- Checkout/Cart ---- */
.woocommerce-checkout .page-checkout .shop_table>tr.cart_item>td.product-name>a {
    text-align: justify;
}

div.woocommerce.row.row-large.row-divided>div>form {
    margin-bottom: unset;
}

.woocommerce-checkout .sm-touch-scroll {
    overflow-x: unset;
}

/* ---- Short Description ---- */
.single-product .product-summary .product-short-description {
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top: 2px solid #247CC4;
    position: relative;
    background: #fff;
    padding: 10px;
    font-size: 14px;
}

.single-product .product-summary .product-short-description p {
    margin-bottom: 0;
}

.single-product .product-summary .product-short-description ul {
    list-style: none;
    margin-bottom: 0;
}

.single-product .product-summary .product-short-description ul li {
    display: block;
    overflow: hidden;
    color: #333;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.single-product .product-summary .product-short-description ul li:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 12px;
    height: 12px;
    margin-right: 0;
    float: left;
    margin-top: 0;
}

/* ---- Add to Cart / Quantity ---- */
.single-product .product-summary .quantity {
    display: none !important;
}

.single-product .product-summary .single_add_to_cart_button {
    display: block;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 0.8em !important;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    width: 100%;
    border: none;
    margin-bottom: 5px;
}

.single-product form {
    margin-bottom: 0;
}

.single-product .product-summary .price-wrapper {
    display: inline-block;
}

.single-product .product-summary span.amount {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.single-product .product-summary del span.amount {
    font-size: 14px;
}

/* ---- Policy Box ---- */
.single-product .policy-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 0;
    margin-top: 15px;
    list-style: none;
}

.single-product .policy-box li {
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 28px;
    font-size: 14px;
    color: #333;
    margin: 0 10px;
    position: relative;
    min-height: 20px;
}

.single-product .policy-box li:last-child {
    border-bottom: none;
}

.single-product .policy-box .icon-in-box:before {
    content: "";
    background: url(../../misc/icons/icon-in-box.png) center/contain no-repeat;
    width: 19px;
    height: 20px;
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
}

.single-product .policy-box .icon-bao-hanh:before {
    content: "";
    background: url(../../misc/icons/icon-bao-hanh-chinh-hang.png) center/contain no-repeat;
    width: 19px;
    height: 23px;
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
}

.single-product .policy-box .icon-doi-tra:before {
    content: "";
    background: url(../../misc/icons/icon-1-doi-1.png) center/contain no-repeat;
    width: 18px;
    height: 20px;
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
}

/* ---- Box Right Product ---- */
.single-product .box-right-product {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    background: #fff;
}

.single-product .box-right-product ul {
    list-style: none;
    margin-bottom: 0;
}

.single-product .box-right-product ul li {
    display: block;
    overflow: hidden;
    color: #333;
    padding: 0 15px 5px 20px;
    margin-left: 0;
    margin-bottom: 0;
}

.single-product .box-right-product .icon-box {
    border-bottom: 1px solid #ececec;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.single-product .box-right-product .icon-box .icon-box-img {
    width: 35px !important;
    max-width: 35px;
}

.single-product .box-right-product .icon-box .icon-box-text {
    font-size: 14px;
}

.single-product .box-right-product .icon-box:last-child {
    border-bottom: none;
}

/* ---- Related Products ---- */
.single-product .related-products-wrapper h3.product-section-title-related {
    font-size: 20px;
    font-weight: 400;
    text-transform: unset;
}

.single-product .related-products-wrapper img.hinh-noi-bat {
    display: none !important;
}

.single-product .related-products-wrapper .row-small>.col {
    padding-left: 5px;
    padding-right: 5px;
}

/* ---- Reviews ---- */
.single-product div#reviews.woocommerce-Reviews {
    max-width: 100%;
    margin: 0;
    padding: 0 5px;
}

.single-product div#reviews.woocommerce-Reviews .star_box {
    display: flex;
}

.single-product div#reviews.woocommerce-Reviews .star_box .star_box_left {
    display: block;
    float: left;
    width: 70%;
}

.single-product div#reviews.woocommerce-Reviews .star_box .star_box_right {
    display: block;
    float: left;
    width: 30%;
}

.single-product div#reviews.woocommerce-Reviews .woocommerce-review-link {
    display: none;
}

.single-product div#reviews.woocommerce-Reviews #comments a.btn-reviews-now {
    background-color: #288ad6;
    font-weight: 400;
    text-transform: unset;
    line-height: 1;
}

/* ---- Tabs ---- */
.single-product div#tab-description {
    overflow: hidden;
    position: relative;
    padding: 10px 10px 25px 10px;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
    border-top: 0;
}

.single-product div#reviews.woocommerce-Reviews,
.single-product .devvn_prod_cmt {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
    height: 0 !important;
}

.single-product ol {
    margin-bottom: 0;
}

/* ---- Phiên Bản Khác (Product Versions) ---- */
.single-product .product-summary .phien-ban-khac {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    text-align: center;
    margin: 5px;
    width: 25% !important;
    max-width: 25% !important;
}

.single-product .product-summary .phien-ban-khac:hover {
    border: 1px solid #2c85c9;
}

.single-product .product-summary .phien-ban-khac h4 {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(100% - 28px);
    margin: auto;
}

.single-product .product-summary .phien-ban-khac.cot-2 {
    width: 49% !important;
    max-width: 50% !important;
}

.single-product .product-summary .phien-ban-khac.cot-3 {
    width: 32% !important;
    max-width: 33% !important;
}

.single-product .product-summary .phien-ban-khac.cot-4 {
    width: 24% !important;
    max-width: 25% !important;
}

.single-product .product-summary .phien-ban-khac.active h4 {
    font-weight: 700;
}

.single-product .product-summary .phien-ban-khac.active span.amount {
    font-weight: 700;
}

.single-product .product-summary .slider-phien-ban-khac button.flickity-button.flickity-prev-next-button {
    height: 100%;
    top: 0;
    z-index: 1;
}

/* ---- Dịch Vụ VIP ---- */
.single-product .dich-vu-vip {
    padding: 5px 10px;
    font-size: 14px;
}

div.promotion-box>div.qua-km-tong>div.dich-vu-vip>ul>li>img.size-full.alignnone {
    margin-bottom: 0;
}

.single-product .dich-vu-vip ul {
    list-style: none;
    margin-bottom: 0;
}

.single-product .dich-vu-vip ul li {
    margin-left: 0;
    cursor: pointer;
    margin-bottom: 5px;
}

.single-product .dich-vu-vip li:before {
    content: "";
    display: inline-block;
    color: currentColor;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.single-product .dich-vu-vip li.chosen:before {
    content: "" !important;
    background-image: url(data:image/png;base64,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);
    background-color: #288ad6;
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    opacity: 1 !important;
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;
}

/* ---- Promotion Box ---- */
.single-product .product-summary .promotion-box {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    margin: 5px 0;
    background: #fff;
}

.single-product .product-summary .promotion-box .promotion-box-header {
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 10px 15px 8px;
    background: linear-gradient(45deg, #247CC4, #00ACF0);
    line-height: 20px;
}

.single-product .product-summary .promotion-box .promotion-box-header h4 {
    margin: 0 0 0 40px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.single-product .product-summary .promotion-box .promotion-box-header h4:after {
    content: '\f06b';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    font-size: 30px;
    top: 40px;
}

.single-product .product-summary .promotion-box .promotion-box-header span {
    font-size: 13px;
    margin-left: 40px;
}

.single-product .product-summary .promotion-box .promotion-box-body {
    text-align: justify;
    padding: 5px 10px;
    font-size: 13px;
}

.single-product .product-summary .promotion-box .promotion-box-body p {
    margin-bottom: 0;
}

.single-product .product-summary .promotion-box .promotion-box-body ul {
    list-style: none;
    margin-bottom: 0;
}

.single-product .product-summary .promotion-box .promotion-box-body ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 20px;
    margin-left: 0;
    margin-bottom: 0;
}

.single-product .product-summary .promotion-box .promotion-box-body ul li:before {
    content: "";
    margin-left: -20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABGdBTUEAALGPC/xhBQAAA2pJREFUSA29VltIVFEUXeeOo/jKykrIB75IMws1k4keTpCaUVHUT9Ljo6+IECVDwlLSCskIkqDHR0H0gDICIxs1MiQyDfXDIsvSMjW0SLEstZnb2de5lzMzjo9RunA55+y99lpzzpx992aYwrOxKj1+VLZsh4x1/A1kTF5MYbLMusHQxd9aPZMeVKdUNE1GxyYCGE3puyBbimTIURPhVB8DawWT8mrSKu6pNvtxXMFU09awEQzfkmUY7AOmsmYMde7wyKhMK2+3xzsIbqhMT5ZlcxkX87cHT2fNRb8zptv5NLXimRhnI0hiFtlcxf8nvQhyec4wKjFdiiiqCVqPsWGmO7P/cbRTfryr1OOVVID1P5vRMapc4kgbIG7VpgjSbXT1gqhE4nggcj/KjLcR6KVkD08fGJQbz0FjO+RXXwyYyXxP+G7sjciAr97HlsaqwZSkNpsbbb2urbYEbcaRZZkwy2YUNJ9Cbe9zGyK9TpcgKV8QG7Nri+SAtciOOawEn39T6iBGDtKSlM+VaxpaVML8OOStyIXEJFx9dw0Pv1RoPpsJ/zSSYKCNcZqLqDlLUBRfAL2kx92O+7jZfsc5A9eS1A+xc5RzT7BXEIpXFsHLzROV3U9wsfWyczD3kJaWhyIy2i8KnjpP0eQwX+Dhj5LEM5jr7oe6vnoUt5Q4YOwNvLrIklJiBE+M31JcMlzA9TVXQMLjPT5uPjibeBoBnovQ8uM18puL+M20jAe1t/VISj0TzG2DHxQSIitNOocdIdsEL+AhefBjLESYTyg+DnYgt/EEhi3DNhinC147daH7IsP5xUlWQZRDpu5qePEjXT4vFoaFSQjxDkb9t1ccZkFhfD4S/OPQ8/srshpyMDA6oIZOPkrsxoSJT7l1NDYb3m7e+PyrEx0/P2E9t/WP9OPQyyx0DXVPLiIgKPGVamF8nPbWWVWn7+HJuOOI8A1XQof+DiGzPgfvB9sEqsmn1A3UbDJFj91S3hY4C6FdHKzLRHnnI/T+6cOxpoJpiyncVg2tHhpNqS9ms2KIG6CWoyatcjXZtDykHoSKpQicjbm1AGeoXJogVWTqQXiajKrOGY+cizjVak98miAtqPegHmQ2dkoc9v2Mg6AqSj0ID6ijtSsPxRKH2DypPNqlUQ3i+N8aYVGU5rPZ6v8DM8FB6Mp4ZBcAAAAASUVORK5CYII=) 0 0/14px 14px;
    width: 14px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 4px;
}

.single-product .product-summary .promotion-box .promotion_ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    opacity: 40%;
}

.single-product .product-summary .promotion-box .promotion_ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #ff0000;
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    right: -21px;
}

/* ---- Quick Buy Buttons ---- */
.button-left,
.button-right {
    padding: 5px 0;
    width: 50%;
    border: 0;
}

.button-left {
    background: #1e7fc8;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    border-radius: 4px 0 0 4px;
    padding: 6px 5px;
    position: absolute;
    z-index: 0;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

.button-right {
    background: #f14924;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    border-radius: 0 4px 4px 0;
    padding: 6px 5px;
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left: -1%;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}

.button-right:hover {
    border-radius: 4px;
    left: 2%;
    width: 98%;
    z-index: 100 !important;
}

.button-left:hover {
    margin-left: 5px;
    border-radius: 4px;
    left: 0%;
    width: 98%;
    z-index: 100 !important;
}

/* ---- Direct Call ---- */
.single-product .direct-call {
    margin-right: 20px;
    text-align: center;
    float: right;
    font-style: italic;
    font-size: 12px;
    border: 1px solid #ededed;
    background: #fffbc8;
    padding: 0 5px;
}

.single-product .direct-call:before {
    content: "\e600";
    font-family: fl-icons;
}

/* ---- Info List (SKU/Warranty) ---- */
ul.ulInfo {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 0 5px 10px;
    color: #333;
    border-left: 4px solid #1e7fc86b;
    list-style: none;
}

ul.ulInfo li {
    float: left;
    margin: 0 4px 0 0;
    width: 32%;
}

@media (max-width: 849px) {
    ul.ulInfo li {
        width: 46%;
    }
}

/* ---- Thông Số Kỹ Thuật ---- */
#thongsokythuat {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 1em;
    border-top: 2px solid #f14924;
}

#thongsokythuat h3 {
    margin-left: 1em;
}

#thongsokythuat ul {
    margin: 0 10px 0 20px;
}

#thongsokythuat table tr:nth-child(2n) {
    background: #f5f7f5;
}

#thongsokythuat table tr td:first-child {
    padding-left: 5px;
}

/* ---- Sản Phẩm Linh Kiện ---- */
.single-product div.sp-linh-kien {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 1em;
    border-top: 2px solid #f14924;
}

.single-product .sp-linh-kien span.label {
    display: none !important;
}

.single-product .sp-linh-kien .row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    padding-bottom: 0;
}

.single-product .sp-linh-kien .box-text {
    padding: 0;
}

.single-product .sp-linh-kien .box-text del {
    display: block;
}

.single-product .sp-linh-kien price-wrapper {
    display: none;
}

/* ---- Misc ---- */
.single-product .lightbox-content {
    border-radius: 4px;
}

.single-product span.label {
    vertical-align: text-top;
}

.single-product ul li {
    margin-bottom: 0 !important;
}

.single-product table.variations {
    margin-bottom: 0;
}

.single-page>blockquote {
    margin: 0 0 0.8em;
    padding: 0 1em;
    font-size: 1em;
}

.single-product>blockquote>p,
.single-page>blockquote>p {
    margin-bottom: 0;
}

.single-product .mfp-container {
    padding: 0;
}

.single-product .devvn_cmt_list_box {
    margin: unset;
}

.single-product .related-blog-posts-li {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px 0;
}

.single-product .related-post li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin: 0 10px 10px;
    position: relative;
}

/* ---- Mobile ---- */
@media (max-width: 849px) {
    .single-product .page-title-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-product .product-description {
        order: 2;
    }

    .single-product .product-right-content {
        padding-left: 0 !important;
        order: 1;
    }

    .single-product .product-title {
        text-align: left;
    }

    .single-product .product-title .like-share-box {
        margin-bottom: -15px;
    }

    .single-product .product-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-product div#reviews.woocommerce-Reviews .star_box {
        display: block;
    }

    .single-product div#reviews.woocommerce-Reviews .star_box .star-average,
    .single-product div#reviews.woocommerce-Reviews .star_box .star_box_left,
    .single-product div#reviews.woocommerce-Reviews .star_box .star_box_right {
        width: 100%;
    }

    .single-product .lightbox-content {
        border-radius: 0;
    }

    .single-product .policy-box {
        display: none;
    }
}

@media (max-width: 425px) {
    .box-price .price-sales span.price {
        font-size: 30px;
    }

    .single-product .policy-box {
        display: none;
    }
}

@media (max-width: 375px) {
    .box-price .price-sales span.price {
        font-size: 35px;
    }

    .single-product .policy-box {
        display: none;
    }
}
