/*--------------------------------------------------------------
#  WooCommerce
--------------------------------------------------------------*/
/* Content */
ul.woocommerce {
    margin: 0 5px;
    padding: 0;
}
.woocommerce li.product {
    margin: 15px 0;
    list-style: none;
    padding: 0 10px;
}
.woocommerce li.product .product_item {
    position: relative;
    text-align: center;
    background-color: #f8f8f8;
    padding-bottom: 6px;
    border-bottom: 2px solid #d0d0d0;
}
.woocommerce li.product .price , .woocommerce ul.products li.product .price{
    display: block;
    color: #f61f28  !important;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 23px;
}
.woocommerce li.product .rt-thumb {
    overflow: hidden;
    position: relative;
    border: 1px solid #efefef;
}
.woocommerce li.product .rt-thumb img {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 220px;
    object-fit: cover;
}

.woocommerce li.product .rt-thumb:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}
.woocommerce li.product .rt-thumb:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}
.woocommerce li.product:hover .rt-thumb:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}
.woocommerce li.product:hover .rt-thumb:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}
.woocommerce li.product .rt-thumb:hover img {
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}
.woocommerce li.product .content {
    /*background-color: #fff;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
    padding: 0 25px;
}
.woocommerce li.product:hover .content {
    /*transform: translateY(-54px);
    -webkit-transform: translateY(-54px);
    -ms-transform: translateY(-54px);
    -o-transform: translateY(-54px);
    position: relative;
    z-index: 9;*/
}
.woocommerce li.product .price:after {
    content: '';
    display: block;
    clear: both;
}

.woocommerce li.product .price span {
    width: 50%;
    float: left;
}

.woocommerce li.product .price span.sale-price {
    color: #f61f28;
    font-weight: bold;
    font-size: 15px;
}

.woocommerce li.product .price span.regular-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #a5a5a5;
    line-height: 23px;
}

.woocommerce li.product .price.no-sale-price span.regular-price {
    font-size: 15px;
    color: #f61f28;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}
.rt_add_to_cart {
}
.woocommerce li.product .rt_add_to_cart a {
    background: #ef7906;
    font-weight: 500;
    border-radius: 0px;
    outline: none;
    padding: 6.5px 12px;
    color: #fff;
    float: left;
    line-height: 1;
    font-size: 14px;
    margin-top: 5px !important;
    display: inline-block;
    display: none;
}
.woocommerce li.product .rt_add_to_cart a.product_type_simple {
    opacity: .7;
}
.woocommerce li.product .rt_add_to_cart a.view_product {
    float: left;
    background: #00aced;
    border-color: #fff;
    display: none;
}
.woocommerce li.product .rt_add_to_cart a.single_view_product {
    float: none;
}
.woocommerce li.product .rt_add_to_cart a.add_to_cart_button,
.woocommerce li.product .rt_add_to_cart a.added_to_cart, .woocommerce li.product .rt_add_to_cart a {
    float: left;
    color: #fff;
    opacity: 1;
}

.woocommerce li.product .rt_add_to_cart a.add_to_cart_button.added {
    display: none;
}

.woocommerce li.product .rt_add_to_cart a.buy_now_shop_loop_btn {
    float: right;
}

.woocommerce li.product .rt_product_excerpt {
    margin-bottom: 10px;
    font-size: .899em;
    padding: 0 6px;
}

.woocommerce li.product .rt_woocommerce_title{
    font-size: 15px;
    margin: 10px 0 5px;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    display: block;
    color: #4a4a4a;
    font-weight: 500;

}

.msp {
    font-weight: 500;
    display: none;
}
.woocommerce li.product:hover .rt_woocommerce_title {
    color: #e5101d;
}

.rt_rating {
    background: url(../images/rating.png) center center no-repeat;
    width: 100%;
    height: 14px;
    margin: 10px 0;
}

.woocommerce li.product .rt_onsale {
    background: #ed1c24;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    z-index: 999;
    font-size: 11px;
    color: #fff;
}

/* Single */
.woocommerce div.product .product_title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce div.product p.price {
    margin-bottom: 0;
}
.rt_single_regular_price {
    color: #c0b6b6;
    text-decoration: line-through;
    font-size: 15px;
}

.rt_single_regular_price.no_sale {
    color: #ef7906;
    text-decoration: none;
    font-size: 31px;
    font-weight: bold;
}

.rt_single_sale_price {
    color: #ef7906;
    margin-right: 20px;
    font-size: 31px;
    font-weight: bold;
}

.rt_price_text {
    font-size: 14px;
    color: #2d2d2d;
}

.woocommerce .star-rating span {
    color: #ccc;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.618em;
}

.product_meta {
    margin: 6px 0;
}

.woocommerce .woocommerce-breadcrumb {
    background-color: #f5f5f5;
    color: #222;
    border-top: 2px solid #0f7fc1;
    padding: 8px;
}

.site.boxed .woocommerce-breadcrumb {
    padding: 8px 15px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #222;
}

/* Single Product */
/* zoom image style */
.vertival {
    overflow: hidden;
    text-align: center;
    min-height: 433px;
    width: 100%;
    height: 433px;
    display: block;
    line-height: 0;
    position: relative;
    border: 1px solid #cfcfcf;
}
.vertival img {
    max-height: 400px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
    border: none;
}
.xzoom-thumbs img {
    box-shadow: none;
    height: auto;
    padding: 5px;
    margin: 0 auto;
}
.xzoom-thumbs .slick-prev {
    text-indent: -99999px;
}
.xzoom-thumbs .slick-prev:before {
    text-indent: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ef7906;
    border-radius: 50%;
    font-size: 12px;
}
.xzoom-thumbs .slick-next {
    text-indent: -99999px;
}
.xzoom-thumbs .slick-next:before {
    text-indent: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ef7906;
    border-radius: 50%;
    font-size: 12px;
}
.single-product .rt_woocommerce-product-gallery .xzoom-thumbs .rt-woocommerce-product-image-simple {
    width: 33.33%;
    float: left;
    margin: 5px;
    margin-top: 10px;
    border: 1px solid #cfcfcf;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    width: 33.33%;
    float: left;
    padding: 3px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.single-product .rt_woocommerce-product-gallery .rt-woocommerce-product-gallery__wrapper {
    position: relative;
}

.single-product .rt_woocommerce-product-gallery.vertical .rt-woocommerce-product-thumbnail {
    width: 82%;
    float: right;
}

.single-product .rt_woocommerce-product-gallery.vertical .rt-woocommerce-product-gallery-nav {
    position: relative;
    width: 16.75%;
    max-width: 91px;
    float: left;
    height: 423px;
    max-height: 423px;
    overflow: hidden;
}

.single-product .rt_woocommerce-product-gallery.horizontal .rt-woocommerce-product-gallery-nav {
    height: 20px;
    z-index: 999;
    position: relative;
    width: 100%;
    height: 115px !important;
    cursor: pointer;
    box-shadow: none !important;
    border: 0;
    overflow: hidden;
}


.single-product .rt_woocommerce-product-gallery.vertical .thumbelina-but {
    height: 20px;
    z-index: 999;
    position: absolute;
    width: 100%;
    cursor: pointer;
    box-shadow: none !important;
    border: 0;
}
.thumbelina li {
    width: 80px;
}
.woocommerce div.product form.cart .button {
    background: #ef7906;
    font-weight: bold;
    font-size: 18px;
    outline: none;
    border-radius: 0;
    padding: 12.5px 27px;
}
.woocommerce div.product form.cart div.quantity {
    border: 1px solid #c0c0c0;
    padding: 0 5px;
}
.single.woocommerce .quantity .qty {
    height: 41px;
    width: 60px;
    outline: none;
    border: none;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    font-size: 20px;
    font-weight: bold;
}
.woocommerce div.product form.cart {
    float: left;
    margin-right: 5px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 1.5em;
}
.quick_buy_container .wc_quick_buy_button  {
    float: left;
    background-color: #666666;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 7.5px 27px;
}

.rt_woocommerce_single_product_summary {
    border-top: 1px solid #333;
    padding-top: 5px;
}

.rt_woocommerce_single_product_summary-left {
  /*width: 60%;
  float: left;*/
  margin-right: 14px;
}

.rt_woocommerce_single_product_summary-right {
    overflow: hidden;
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
}
.info_more {
    margin-bottom: 1em;
}
.info_more p {
    margin-bottom: 5px;
}
.des_tit {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}


.rt_box_callback {
    margin: 10px 0;
    padding: 8px;
    background: #5aca59;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.rt_box_callback label {
    float: left;
    line-height: 32px;
    margin-bottom: 0;
    margin-right: 5px;
}

.rt_box_callback input[type="text"] {
    border-color: #5aca59;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 13px;
    color: #222;
    outline: none;
    float: left;
    margin-right: 5px;
}

.rt_box_callback input[type="submit"] {
    background: #ff8400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    float: left;
    padding: 3px 8px;
    border: none;
    outline: none;
    margin-right: 5px;
}

.ctsp-giaohang, .ctsp-doihang, .ctsp-chinhhang {
    margin-top: 19px;
    margin-left: 15px;
    height: 42px;
    line-height: 42px;
}

.note-ship {
    color: #666;
    font-size: 13px;
    padding: 10px 15px;
    margin-top: 18px;
    border-top: 1px solid #e5e5e5;
    font-weight: bold;
}

form#rt_box_callback {
    display: table;
    margin: 0 auto;
}

.ctsp-giaohang i {
    background: url(../images/gh-icon.png) no-repeat left top;
}

.ctsp-thongdiep i {
    width: 42px;
    height: 42px;
    display: inline-block;
    float: left;
}

.ctsp-doihang i {
    background: url(../images/dt-icon.png) no-repeat left top;
}

.ctsp-chinhhang i {
    background: url(../images/ch-icon.png) no-repeat left top;
}

.money-icon {
    background: url(../images/money-icon.png) no-repeat left top;
    width: 46px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 5px;
}

.ctsp-thongdiep p {
    width: 130px;
    margin-left: 10px;
    display: inline-block;
    text-align: left;
    line-height: 20px;
}


.rt_woocommerce_tabs:after {
    height: 1px;
    width: 100%;
    background: #d4d4d4;
}

.rt_woocommerce_tabs li {
    float: left;
    margin-bottom: -1px;
    margin-right: 2px;
    margin-left: 0;
    list-style: none;
}

.rt_woocommerce_tabs li.active, .rt_woocommerce_tabs li:hover {
    /*border-bottom: 1px solid #0f7fc1;*/
}
.rt_woocommerce_tabs li a {
    color: #333;
    padding: 7px 20px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    border: 1px solid #d4d4d4;
    border-bottom: none;
}
.rt_woocommerce_tabs li a:hover, .rt_woocommerce_tabs li.active a {
    color: #ef7906;
}
.woocommerce div.product .woocommerce-tabs .panel {
   margin-top: 1em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #263296;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1a1894;
}
/**************/
.rt-single-phone {
    clear: both;
}
.rt-single-phone .box {
    display: flex;
}
.rt-single-phone .call {
    background: url(images/icon-call.png) no-repeat 20px 50% #da282d;
    padding: 10px 15px 10px 60px;
    display: inline-block;
    color: #fff;
}
.rt-single-phone .call a {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
.shopping_cart_single {
    border: 2px solid #c2c2c2;
    border-radius: 6px;
    color: #ef7906;
    margin-left: 10px;
    padding: 0 10px;
}
.shopping_cart_single > div {
    display: inline-flex;
    position: relative;
}
.shopping_cart_single > div .it {
    position: relative;
    top: 14px;
    margin-right: 20px;
}
.shopping_cart_single > div .it b {
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    top: -5px;
}
.shopping_cart_single .fa {
    font-size: 19px;
}
.shopping_cart_single span.tit {
    display: block;
    width: 100%;
}
.shopping_cart_single .amount {
    color: red;
}

/* product_style */
.product_style_2 li.product .price {
    width: 60%;
    float: left;
    text-align: left;
}
.product_style_2 li.product .price span.sale-price {
    font-size: 15px;
}

.product_style_3 .price span {
    width: 50%;
    float: left;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
/* check out */
.woocommerce-checkout .woocommerce .woocommerce-info{display:none !important;border:1px dashed #ccc;padding:1em 2em 1em 2em}
.woocommerce-checkout .woocommerce .woocommerce-info:before{content:''}
.woocommerce-checkout .woocommerce .woocommerce-info .showlogin,.woocommerce-checkout .woocommerce .woocommerce-info .showcoupon{color:#337ab7}
.woocommerce-checkout .woocommerce form.login,.woocommerce-checkout .woocommerce form.register,.woocommerce-checkout .woocommerce form.checkout_coupon,.woocommerce-checkout .woocommerce form.checkout_coupon{border-radius:0}
.woocommerce-checkout .woocommerce .input-text{border:1px solid #ddd;padding:10px}
.woocommerce-checkout .woocommerce input.button{color:#fff;background:#ff4f00}
.woocommerce-checkout .woocommerce input.button:hover{color:#fff;background:#ff5c12}
.woocommerce-checkout .woocommerce form.checkout{border:1px solid #ddd;overflow: hidden;}
.woocommerce-checkout .woocommerce form.checkout .col3-set .checkout-col-title{font-size:14px;color:#222;border-left:5px solid #ccc;background-color:#f5f5f5;line-height:32px;width:100%;float:left;padding-left:9px;margin-top:15px;margin-bottom:5px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col{padding:23px;width:calc(100% / 3);float:left}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-checkbox{position:static;vertical-align:middle;margin:0}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col table.shop_table{margin-top:10px;border-radius:0}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col table.shop_table th{min-width:165px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .woocommerce-additional-fields h3{font-size:14px;color:#222;border-left:5px solid #ccc;background-color:#f5f5f5;line-height:32px;width:100%;float:left;padding-left:9px;margin-top:15px;margin-bottom:5px;text-transform:uppercase}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart__info{position:relative;max-height:200px;overflow:hidden;margin-bottom:30px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart__info .item-cart{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px dashed #a0a0a0;margin-bottom:5px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart__info .item-cart div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:5px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart__info .item-cart div.cart-img{padding-left:0 !important}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart__info .item-cart div.cart-img img{width:50px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart__info .item-cart div.cart-quantity{text-align:right;font-weight:bold;padding-right:0 !important}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div span{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div span.box-1-price{text-align:right}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div span.box-1-price .woocommerce-Price-currencySymbol{display:none}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-2{margin:10px 0}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-3{display:block}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-3 .box-3-input{display:inline-block;width:calc(100% - 120px)}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-3 .box-3-input input{width:100%;border:1px solid #ccc;padding:6px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-3 .box-3-button button{width:100px;border:1px solid #a0a0a0;background:#a0a0a0;color:#fff;padding:6px;outline:0;border-radius:3px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-4{font-weight:bold;font-size:14px;margin:10px 0}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .pd_cart_preview div.box-4 .box-4-price{color:red;font-size:15px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col #payment{background:0}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col #payment #place_order{width:100%;text-transform:uppercase;font-size:2rem;padding:8px;font-family:Arial;font-weight:normal}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col-3{border-left:1px solid #ddd}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods{padding:10px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method{position:relative;list-style: none;}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method input[type=radio]{position:absolute;visibility:hidden}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method input[type=radio]:checked ~ label{color:#337ab7}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method input[type=radio]:checked ~ .check{border:2px solid #337ab7}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method input[type=radio]:checked ~ .check:before{background:#337ab7}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method label{display:block;position:relative;font-weight:300;font-size:1.35em;padding:10px 10px 10px 30px;margin:0 auto;z-index:9;cursor:pointer;-webkit-transition:all .25s linear}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method .check{display:block;position:absolute;border:2px solid #aaa;border-radius:100%;height:20px;width:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:5;transition:border .25s linear;-webkit-transition:border .25s linear}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method .check:before{display:block;position:absolute;content:'';border-radius:100%;height:6px;width:6px;top:5px;left:5px;margin:auto;transition:background .25s linear;-webkit-transition:background .25s linear}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .wc_payment_methods .wc_payment_method:hover .check{border:2px solid #337ab7}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-checkbox{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;position:relative;top:0;right:0;bottom:0;left:0;height:20px;width:20px;-webkit-transition:all .15s ease-out 0s;transition:all .15s ease-out 0s;background:#337ab7;border:0;color:#fff;cursor:pointer;display:inline-block;margin-right:.5rem;outline:0;position:relative;z-index:1000;text-align:left}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-checkbox:hover{background:#9faab7}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-checkbox:checked{background:#337ab7}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-checkbox:checked:before{height:20px;width:20px;position:absolute;content:'✔';display:inline-block;font-size:13px;text-align:center;line-height:20px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-radio:focus,.woocommerce-checkout .woocommerce form.checkout .col3-set .col .input-checkbox:focus{outline:0}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col #ship-to-different-address{font-size:14px}
@media(max-width:991px){.woocommerce-checkout .woocommerce form.checkout .col3-set .col{width:100%;float:none;padding:0 23px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col-3{border-left:0;padding-bottom:23px}
.woocommerce-checkout .woocommerce form.checkout .col3-set .col #payment #place_order{width:320px;max-width:100%}
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps > .ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps > .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps.ps--active-x > .ps__rail-x,
.ps.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps.ps--focus > .ps__rail-x,
.ps.ps--focus > .ps__rail-y {
  opacity: 0.6;
}

.ps.ps--scrolling-x > .ps__rail-x,
.ps.ps--scrolling-y > .ps__rail-y,
.ps > .ps__rail-x:hover,
.ps > .ps__rail-y:hover,
.ps > .ps__rail-x:focus,
.ps > .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps > .ps__rail-x > .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps > .ps__rail-y > .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps > .ps__rail-x:hover > .ps__thumb-x,
.ps > .ps__rail-x:focus > .ps__thumb-x,
.ps.ps--scrolling-x > .ps__rail-x > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps > .ps__rail-y:hover > .ps__thumb-y,
.ps > .ps__rail-y:focus > .ps__thumb-y,
.ps.ps--scrolling-y > .ps__rail-y > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
.xoo-cp-cart .rt_onsale {
    display: none;
}
.woocommerce div.product form.cart .button:after {
    display: none;
}
.woocommerce a.added_to_cart {
    display: none;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (max-width: 1200px) {
    
}

@media (min-width: 992px) {
  .single-product .rt_woocommerce-product-gallery, .woocommerce #content div.product div.images {
      width: 45%;
      float: left;
      margin-bottom: 20px;
  }

  .single-product .rt-summary {
      width: 51%;
      float: right;
      margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
    .single-product .rt-summary {
        margin-top: 20px;
    }

}

@media (max-width: 1024px) {

    .header-main {
        display: block;
    }
    .site-branding .logo {
        width: 25%;
        float: left;
    }
    .site-branding .rt_hotline {
        width: 30%;
        float: left;
        margin-top: 5px;
    }
    .site-branding .rt_banner {
        width: 45%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }
    .box_sidebar_menu .sidebar .widget-title {
        padding: 21.5px 5px;
    }

    .sidebar .widget_nav_menu .menu li {
        background-image: none;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .sidebar .widget_nav_menu .menu li:last-child {
      background: transparent;
    }
    .sidebar .widget_nav_menu ul li, .sidebar ul.menu li {
      position: relative;
      list-style: none;
    }
    .box_sidebar_menu {
        margin-bottom: 0;
    }

    .sidebar .widget_nav_menu .menu li a {
padding: 8px 10px 8px 5px;
    display: block;
    background: none;
    }
    .sidebar ul.menu li:first-child > a {
      border: none;
    }
    .sidebar ul.menu li li:last-child a:after {
      display: none !important;
    }
    .sidebar ul.menu li ul {
        /*display: none;*/
        /*height: 0;*/
        background: #fff;
        position: initial;
        border: none;
        z-index: 9999;
        transition: all 4s ease-in-out;
        -webkit-transition: all 4s ease-in-out;
        -moz-transition: all 4s ease-in-out;
        -o-transition: all 4s ease-in-out;
    }
    .sidebar .widget_nav_menu .menu li li a {
        padding: 4px 10px 4px 20px;
        display: block;
    }
    .sidebar ul.menu li ul ul {
        top: -1px;
    }

    .touch {
        height: 43px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 43px;
        display: block;
    }
    .touch i {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 999;
        color: #9E9E9E;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
    }
    .sidebar .menu-item-has-children:hover > .sub-menu {
        /*display: none;*/
    }
    .sidebar .menu-item-has-children.active > .sub-menu {
        display: block;
        height: auto;
    }

    .site-container {
        overflow: hidden;
    }
    .top_bar .img {
        line-height: 0;
        display: block;
    }
    .box_sidebar_menu {
        padding: 0 10px;
    }
    .top_bar .widget {
        display: none;
    }
    .box_sidebar_menu .sidebar .widget {
        margin: 0;
    }
    .product_home_2 .product_list .home-product {
        width: 100%;
        padding: 0;
        float: none;
    }
    .product_home_2 .block_product {
        padding: 20px 0;
    }
    .hd-float .tits {
        float: none;
    }
    .hd-float .parent {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
    .hd-float ul li {
        display: block;
        margin: 3px 0;
    }
    .product_home_2 .product_list , .product_home{
        margin-bottom: 1em;
    }
    .rt_add_to_cart {
        padding: 0 5px;
    }
    .top_bar .widget {
        padding: 0;
    }
    .site-branding {
        padding: 10px 10px;
    }
    .site-branding .col-box {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .group_field .block_box img {
        height: 105px;
    }
    .product_home_2 .product_list .woocommerce li.product .rt-tooltip {
        width: 40%;
        float: left;
        margin-right: 20px;
    }
    .product_home_2 .product_list .woocommerce li.product .content {
        float: left;
        width: 52%;
    }
    .product_home_2 .product_list .woocommerce li.product {
        margin-bottom: 20px;
    }
    .product_home_2 .product_list .woocommerce li.product:nth-child(2n+1) {
        margin-bottom: 20px;
    }
    .before-footer .rt-before-footer {
        width: 100%;
        margin: 5px 0;
    }
    .before-footer {
        padding: 10px;
    }
    .site-footer .footer-row-4 .rt-footer {
        width: 50%;
    }
    .site-footer .footer-row-4 .rt-footer:nth-child(2n+1) {
        clear: both;
    }
    .group_partner .group-box img {
        height: 235px;
    }
    .ui-tooltip {
        display: none !important;
    }
    .rt-single-phone {
        margin: 1em 0;
    }
    .rt-single-phone .call a {
    	font-size: 19px;
    }
    .top_bar {
        display: none;
    }

    
    .col-cart {
        padding-left: 0;
    }
    .box_cart  {
        height: 40px;
        margin-top: 0;
    }
    .box_cart .sp {
        top: -10px;
    }
    .hd-float .tits {
        display: block;
    }
    .hd-float .tits:after {
        display: none;
    }
    .site-branding .header-main{
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .site-branding .nav-main{
        position: absolute;
        width: 0px;
        height: 0px;
    }
    .rt_slide_product .rt_slide{
        width: 100%;
        margin-bottom: 10px;
    }
    .rt_product_pro{
        width: 100% !important;
        float: none;
    }
}
@media (max-width: 812px) {
    .site-branding .logo {
        width: 30%;
        float: left;
    }
    .site-branding .rt_hotline {
        width: 70%;
        float: left;
        margin-top: 5px;
    }
    .site-branding .rt_banner {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .sidebar_right .row {
        display: none;
    }
    .ckkh .box {
        justify-content: end;
    }
}
@media (max-width: 736px) {
    .site-branding .logo {
        width: 50%;
        float: left;
    }
    .site-branding .rt_hotline {
        width: 50%;
        float: left;
        margin-top: 5px;
    }
    .rt_woocommerce_single_product_summary-left, .rt_woocommerce_single_product_summary-right {
        float: none;
        width: 100%;
        margin: 0;
    }

    .note-ship {
        margin-bottom: 10px;
    }

    .single-product .content-area {
      margin-top: 10px;
    }
    .hd-float .tits {
        float: none;
    }
    .hd-float .parent {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
    .hd-float ul li {
        display: block;
        margin: 3px 0;
    }
    .product_home_2 .product_list , .product_home{
        margin-bottom: 1em;
    }
    .rt_add_to_cart {
        padding: 0 5px;
    }
    .top_bar .widget {
        padding: 0;
    }
    .site-branding {
        padding: 0 10px;
    }
    .site-branding .col-box {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .group_field .block_box img {
        height: 160px;
    }
    .product_home_2 .product_list .woocommerce li.product .rt-tooltip {
        width: 40%;
        float: left;
        margin-right: 20px;
    }
    .product_home_2 .product_list .woocommerce li.product .content {
        float: left;
        width: 52%;
    }
    .product_home_2 .product_list .woocommerce li.product {
        margin-bottom: 20px;
    }
    .product_home_2 .product_list .woocommerce li.product:nth-child(2n+1) {
        margin-bottom: 20px;
    }
    .before-footer .rt-before-footer {
        width: 100%;
        margin: 5px 0;
    }
    .before-footer {
        padding: 10px;
    }
    .site-footer .footer-row-4 .rt-footer {
        width: 50%;
    }
    .site-footer .footer-row-4 .rt-footer:nth-child(2n+1) {
        clear: both;
    }
    .rt-single-phone .call a {
    	font-size: 25px;
    }
    .col-cart {
        padding-left: 0;
    }
    .box_cart  {
        height: 40px;
        margin-top: 0;
    }
    .box_cart span {
        display: none;
    }
    .box_cart .sp {
        top: -10px;
    }
    .rt__footer {
        padding: 0 10px;
    }
    .site-footer .footer-row-4 .rt-footer {
        padding: 10px 20px;
    }
    .rt-breadcrumbs {
        padding: 0 10px;
    }
    .single-product .site-main{
        padding: 10px 5px;
    }

}
@media (max-width: 480px) {
    .rt_box_callback label {
      float: none;
      display: block;
    }
     .footer_2 .menu{
        text-align: center;
    }
    .single-product .rt_woocommerce-product-gallery.vertical .rt-woocommerce-product-gallery-nav {
        display: none;
    }

    .single-product .rt_woocommerce-product-gallery.vertical .rt-woocommerce-product-thumbnail {
        float: none;
        width: 100%;
    }
    .rt_add_to_cart {
        padding: 0 5px;
    }
    .top_bar .widget {
        padding: 0;
    }
    .site-branding {
        padding: 0 10px;
    }
    .site-branding .col-box {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    .group_field .block_box img {
        height: 93px;
    }
    .product_home .woocommerce li.product .rt-thumb img {
        height: 170px;
    }
    .product_home_2 .product_list .woocommerce li.product .rt-tooltip {
        width: 40%;
        float: left;
        margin-right: 20px;
    }
    .product_home_2 .woocommerce li.product .rt-thumb img {
        height: 150px;
    }
    .product_home_2 .product_list .woocommerce li.product .content {
        float: left;
        width: 52%;
    }
    .product_home_2 .product_list .woocommerce li.product {
        margin-bottom: 20px;
    }
    .product_home_2 .product_list .woocommerce li.product:nth-child(2n+1) {
        margin-bottom: 20px;
    }
    .group_partner .group-box img {
        height: 135px;
    }
    .group_partner .group-box {
        width: 50%;
    }
    .before-footer .rt-before-footer {
        width: 100%;
        margin: 5px 0;
    }
    .before-footer {
        padding: 10px;
    }
    .site-footer .footer-row-4 .rt-footer {
        width: 100%;
    }
    .xzoom-thumbs img {
        height: 65px;
    }
    .woocommerce div.product .product_title {
        font-size: 18px;
    }
    .woocommerce li.product .rt-thumb img {
        height: 160px;
    }
    .woocommerce .quantity .qty {
    	font-size: 15px;
    }
    .woocommerce div.product form.cart .button {
    	font-size: 15px;
    	padding: 14px 5px;
    }
    .woocommerce div.product form.cart, .quick_buy_container .wc_quick_buy_button {
    	margin-bottom: 0.5em;
    }
    .rt-single-phone {
	    margin: 0 0 0.5em 0;
	}
	.rt-single-phone .box {
		display: initial;
	}
	.shopping_cart_single {
		margin-top: 0.5em;
		margin-left: 0;
	}
	.rt_woocommerce_tabs li a {
		font-size: 11px;
		padding: 7px 4px;
	}
    .rt-news .new-list .news-post .rt-post-image {
        width: 100%;
        margin-bottom: 10px;
    }
    .rt-news .new-list .news-post .rt-post-content {
        width: 100%;
    }
    .search-value .news-post img {
        height: 150px;
    }
    .home-img-qc .home_ads .row-1, .home-img-qc .home_ads .row-2, .home-img-qc .home_ads .row-3{
        width: 100%;
        padding: 0;
    }
    .home-img-qc .home_ads .row-1 .img, .home-img-qc .home_ads .row-2 .img, .home-img-qc .home_ads .row-3 .img {
        margin-bottom: 20px;
        text-align: center;
    }
    .home-img-qc .home_ads .row-1 img, .home-img-qc .home_ads .row-2 img, .home-img-qc .home_ads .row-3 img {
        height: auto;
        width: auto;
    }
    .woocommerce li.product .price span.sale-price{
        font-size: 14px;
    }
    .woocommerce li.product .price span.regular-price{
        font-size: 12px;
    }
}
@media (max-width: 360px) {
	.rt_woocommerce_tabs li a {
		font-size: 12px;
		padding: 7px 6px;
	}
    .woocommerce li.product .price span.sale-price,.woocommerce li.product .price span.regular-price,.woocommerce li.product .price.no-sale-price span.regular-price,.woocommerce li.product .price, .woocommerce ul.products li.product .price{
        font-size: 11px !important;
    }

}
