/*--------------------------------------------------------------
#  WooCommerce
--------------------------------------------------------------*/
.luuy {
    color: #898989;
    font-size: 13px;
    font-style: italic;
}
.luuy2 {
    color: #4a90e2;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    font-style: italic;
}
.luuy2 a {
    color: #4a90e2;
}
.box_hotline > div {
    font-size: 14px;
    color: #4a90e2;
    font-weight: 600;
}
.hotline_single {
    font-size: 28px;
    color: #ef0000;
    font-weight: bold;
    line-height: 26px;
}
/*.woocommerce li.product .woocommerce-product-details__short-description, 
.woocommerce li.product .cart, 
.woocommerce li.product .attribute-single , 
.woocommerce li.product .socical_single, 
.woocommerce li.product .quick_buy_container {
    display: none;
}*/
.tooltip_image {
    text-align: center;
}
.tooltip_image img {
    height: 300px !important;
}
.tooltip_title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
}
.tooltip_attribute {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background-color: #f9f9f9;
}
.tooltip_attribute li {
    width: 50%;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    list-style: none;
    padding: 5px 10px;
    height: 55px;
    overflow: hidden;
}
.tooltip_attribute li:nth-child(1), .tooltip_attribute li:nth-child(2)  {
    border-top: none;
}
.tooltip_attribute li:nth-child(2n+2) {
    border-right: none;
}
.woocommerce span.onsale {
    display: none;
}
/* Content */
.product_list {
    margin-bottom: 30px;
    overflow: hidden;
}
.home-product {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    padding-bottom: 0px;
}
.home-product .product_style_1{
    overflow: hidden;
    border-left: 1px solid #e1e1e1;
}
.home-product .view_all{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 120px;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    text-align:center;
    line-height: 35px;
    background-image: linear-gradient(#0080c3, #005ea5);
}
.archive .list-unstyled, .related .list-unstyled {
    margin: 0;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 1.5em;
}

ul.woocommerce {
    margin: 0;
    padding: 0;
}
.woocommerce li.product {
    list-style: none;
    padding: 0;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce li.product .product_item {
    position: relative;
    padding: 10px;
    background: #fff;
}
.woocommerce li.product .price , .woocommerce ul.products li.product .price{
    display: block;
    color: #ff0000 ;
    font-size: 15px;
    font-weight: bold;
    width: 55%;
    float: left;
    line-height: 20px;
}
.woocommerce li.product .rt-thumb {
    overflow: hidden;
    text-align: center;
    min-height: 218px;
    width: 100%;
    height: 218px;
    display: block;
    line-height: 0;
    position: relative;
}
.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;
    max-height: 218px;
    width: auto;
    height: 218px !important;
    object-fit: cover;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.woocommerce li.product:hover .rt-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.box_des {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 20px;
    color: #fff;
    padding: 8px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    text-align: left;
}
.box_des a {
    color: #fff;
}
.woocommerce li.product:hover .box_des {
    display: block;
}
/* Webkit override Scrollbar with CSS3 */
::-webkit-scrollbar {
  width: 8px; 
  height:8px;
}
::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);*/
  background:#fff;
}
::-webkit-scrollbar-thumb {
  background: #fcd500;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #fcd500;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
.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;*/
    min-height: 84.5px;
}
.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;*/
    display: block;
}

.woocommerce li.product .price span.sale-price {
    color: #D0352E;
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
}

.woocommerce li.product .price span.regular-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #919191;
    font-weight: normal;
    line-height: 20px;
}

.woocommerce li.product .price.no-sale-price span.regular-price {
    font-size: 19px;
    color: #ef0000;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    min-height: 40px;
}
.rt_add_to_cart {
}
.woocommerce li.product .rt_add_to_cart a {
    background-image: linear-gradient(#D0352E, #D0352E);
    font-weight: normal;
    border-radius: 5px;
    line-height: 20px !important;
    outline: none;
    padding: 7px 0px;
    width: 96px;
    text-align: center;
    color: #fff;
    float: left;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px !important;
    display: inline-block;
    border-bottom: 3px solid #950E08;
}
.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: right;
    color: #fff;
}

.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: 14px;
    text-align: left;
    margin: 10px 0 3px;
    line-height: 20px;
    display: block;
    color: #000;
    height: 40px;
    font-weight: 500;
    overflow: hidden;
}

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

.woocommerce li.product .rt_onsale {
    background: url(images/sale.png);
    position: absolute;
    top: 10px;
    right: 0px;
    width: 45px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    z-index: 1;
    color: #333;
}

/* Single */
.woocommerce div.product .product_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.woocommerce-product-details__short-description li {
    list-style: none;
}
.woocommerce div.product p.price {
    margin: 10px 0;
}
.rt_single_regular_price {
    color: #989898;
    text-decoration: line-through;
    font-size: 14px;
}

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

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

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

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

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

.product_meta {
    margin: 6px 0;
}



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

/*.woocommerce .woocommerce-breadcrumb a {
    color: #222;
}*/
.socical_single {
    margin: 1em 0;
    padding-bottom: 0.5em;
}
.socical_single > div {
    display: inline-flex;
}

/* Single Product */
/* zoom image style */
.vertival {
    text-align: center;
    border: 1px solid #e1e1e1;
}
.vertival img {
    box-shadow: none;
}
.xzoom-thumbs {
    padding: 0 40px;
}
.xzoom-thumbs img {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    box-shadow: none;
    object-fit: cover;
}
.xzoom-thumbs .xactive {
    border: 1px solid #006fb4;
}
.xzoom-thumbs .slick-arrow {
    font-size: 25px;
}
.xzoom-thumbs .slick-prev {
    text-indent: -999999px;
    left: 15px;
}
.xzoom-thumbs .slick-prev:before {
    text-indent: 0;
}
.xzoom-thumbs .slick-next {
    text-indent: -999999px;
    right: 15px;
}
.xzoom-thumbs .slick-next:before {
    text-indent: 0;
}
.single-product .rt_woocommerce-product-gallery .xzoom-thumbs .rt-woocommerce-product-image-simple {
    width: 33.33%;
    float: left;
    padding: 0px 16px;
    margin-top: 10px;
}
.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;
}
.woocommerce a.added_to_cart, .woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    display: none;
}

.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;
}
.single-product .rt-summary a.devvn_buy_now {
    float: left;
    margin-right: 15px;
}
.single-product .rt-summary a.devvn_buy_now  {
    background: #D0352E !important;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 24px !important;
    max-width: initial;
    width: auto;
    border-bottom: 3px solid #ffdd00 !important;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .button {
    background: #ffdd00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    outline: none;
    color: #000;
    padding: 10px;
    border-bottom: 3px solid #D0352E;
    border-radius: 6px;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}
.woocommerce .quantity .qty {
    height: 35px;
    width: 60px;
    outline: none;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 1.5em;
}

.rt_woocommerce_single_product_summary {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.attribute-single {
    padding-left: 2px;
}
.attribute-single li {
    padding: 4px 0;
}
.attribute-single .left {
    font-weight: bold;
}
.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;
}

.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;
}
.woocommerce-cart table.cart img {
    width: 70px;
}

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

.rt_woocommerce_tabs li {
    float: left;
    margin-bottom: -1px;
    margin-right: 1px;
    margin-left: 0;
    list-style: none;
}
.rt_woocommerce_tabs .f_tab_tab ,
.rt_woocommerce_tabs .tab3_tab{
    display: none;
}
.rt_woocommerce_tabs li.active, .rt_woocommerce_tabs li:hover {
    border-bottom: 1px solid #D0352E;
}
.rt_woocommerce_tabs li a {
    color: #333;
    padding: 7px 25px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
}
.rt_woocommerce_tabs li a:hover, .rt_woocommerce_tabs li.active a {
    color: #fff;
    background-color: #D0352E;
}
.woocommerce div.product .woocommerce-tabs .panel {
   margin-top: 1.5em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #D0352E;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #c5221a;
}
/* 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;
}

.single-product .sidebar {
    display: none;
}

.product__sale-single .col .item {
    width: 50%;
    float: left;
}
.sidebar__right__single .widget-tilte {
    background: #D0352E;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 12px 0px;
    margin: 0;
}
.sidebar__right__single .item {
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 5px;
}
.sidebar__right__single .item .thumbnail-img {
    overflow: hidden;
    text-align: center;
    min-height: 140px;
    width: 100%;
    height: 140px;
    display: block;
    line-height: 0;
    position: relative;
    margin-bottom: 5px;
}
.sidebar__right__single .item .thumbnail-img img {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    max-height: 140px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sidebar__right__single .item:hover .thumbnail-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar__right__single .item h4 a {
    font-size: 14px;
    text-align: center;
    display: block;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}
.sidebar__right__single .item .price {
    text-align: center;
    color: #ef0000;
    font-size: 15px;
}
 
/* 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 (max-width: 1024px) {

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

    .sidebar .widget_nav_menu .menu li a {
        padding: 4px 10px 4px 20px;
        display: block;
    }
    .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 30px;
        display: block;
    }
    .sidebar ul.menu li ul ul {
        top: -1px;
    }

    .touch {
        height: 43px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 43px;
        display: block;
        z-index: 99;
    }
    .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;
    }

    .sidebar ul.menu li:before {
      position: absolute;
      font-family: 'FontAweSome';
      content: "\f111";
      left: 5px;
      top: 5px;
      font-size: 12px;
      color: #006fb4;
    }
    .sidebar ul.menu li li:before {
      position: absolute;
      font-family: 'FontAweSome';
      content: "\f111";
      left: 10px;
      top: 5px;
      font-size: 12px;
      color: #006fb4;
    }
    .rt_woocommerce_tabs li a {
        font-size: 14px;
        padding: 7px 15px;
    }
}
@media (min-width: 992px) {
  .single-product .rt_woocommerce-product-gallery, .woocommerce #content div.product div.images {
      width: 51%;
      float: left;
      margin-bottom: 20px;
  }

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

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

}
@media (max-width: 1024px) {
    .site-branding .col-3 a {
        font-size: 15px;
    }
    #site-navigation .primary-menu-container{
        display: block !important;
    }
    .primary-menu li a{
        padding: 0 8px !important;
    }
    #site-navigation .hidden-lg{
        display: none;
    }
    .site-branding .col-4 li {
        font-size: 12px;
    }
    .hd-float.heading ul li a {
        font-size: 13px;
    }
    .hd-float.heading .tits{
        width: 20%;
    }
    .hd-float.heading ul {
        width: 79%;
    }
    .hd-float.heading ul li {
        margin: 0 5px;
    }
    .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;
    }
    .woocommerce li.product .price, .woocommerce ul.products li.product .price {
        width: 100%;
    }

    .group_field_info .box img {
        height: 75px;
    }
    .group_field .box img {
        height: 195px;
    }
    .ui-tooltip {
        display: none !important;
    }
    .site-footer .widget-title {
        font-size: 15px;
    }
    .xzoom-thumbs img {
        height: 75px;
    }
    .xzoom-preview {
        display: none !important;
    }
    .rt-product-category .product-widget ul.products .price {
        width: auto !important;
    }
}
@media (max-width: 812px) {
    .site-container {
        overflow: hidden;
    }
    .site-branding {
        padding: 5px 10px;
    }
    .site-branding .col-3 a {
        font-size: 20px;
    }
    .site-branding .col-4 li {
        font-size: 14px;
    }
    .box_sidebar_menu {
        padding: 0 10px;
    }
    .box_sidebar_menu .sidebar .widget {
        margin-bottom: 0.5em;
    }
    .no-sidebar .content-area {
        padding: 0 10px;
    }
    .hd-float.heading ul li a {
        font-size: 15px;
    }
    .hd-float.heading ul li {
        margin: 0 8px;
    }
    .footer-row {
        margin: 0;
    }
    .site-footer .footer-row-4 .rt-footer{
        width: 50%;
        background-image: none;
        margin-bottom: 15px;
    }
    .site-footer .footer-row-4 .rt-footer .widget {
        padding: 0 10px;
    }
    /*.site-branding .col-1, .site-branding .col-2, .site-branding .col-3, .site-branding .col-4 {
        width: 50%;
        text-align: center;
    }*/
    .site-branding .col-3 {
        clear: both;
    }
    .group_field .box img {
        height: 105px;
    }
    .hd-float.heading {
        border-left: 1px solid #006fb4;
    }
    .hd-float.heading .tits {
        width: 100%;
    }
    .hd-float.heading ul {
        width: 100%;
    }
    .hd-float.heading ul li {
        display: inline-block;
    }
    .banner-img {
        display: none;
    }
    .home-product {
        width: 100%;
    }
    .woocommerce li.product .price, .woocommerce ul.products li.product .price {
        width: 50%;
    }
    .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: right;
    }
    
    .group_field_info .block_box:last-child {
        margin: 0;
    }
    .group_field_info .box img {
        height: 40px;
    }
    .site-footer .widget-title {
        font-size: 18px;
    }
    .xzoom-thumbs img {
        height: 185px;
    }
    .rt-product-category .product-widget ul.products .item .rt-thumb {
        width: 15%;
    }
    .rt-product-category .product-widget ul.products .item {
        background-image: none;
    }
    .site-branding .col-4 li {
        font-size: 11px;
    }
    .sidebar__right__single {
        padding: 0 10px;
        margin-bottom: 1em;
        display: inline-block;
    }
}
@media (max-width: 736px) {
    .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;
    }
    .footer_menu_class {
        display: none;
    }

    .rt-news .new-list .news-post .rt-post-image {
        width: 35%;
    }
    .rt-news .new-list .news-post .rt-post-content {
        width: 62%;
    }
    .site-branding .row {
        display: block;
    }
    .site-branding .col-2 .search-form .search-field {
        width: 100%;
    }
    .site-branding .col-2 {
        margin-left: 0;
        padding-right: 0;
    }
    .site-branding .col-3 {
        margin-bottom: 10px;
    }
    .hd-float.heading ul {
        display: none;
    }
    .site-branding .col-4 li {
        font-size: 13px;
    }
    .rt_woocommerce_tabs li a {
        font-size: 14px;
        padding: 7px 11px;
    }
    #site-navigation .primary-menu-container{
        display: none !important;
    }
    #site-navigation .hidden-lg{
        display: block;
    }
}
@media (max-width: 480px) {
    .site-branding .div1,.site-branding .div2,.site-branding .div3{
        width: 100% !important;
        text-align: center;
    }
    .site-branding .div3,.site-branding .div2{
        display: none;
    }
    .rt_box_callback label {
      float: none;
      display: block;
    }
    .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;
        clear: both;
    }
    .site-branding .col-1, .site-branding .col-2, .site-branding .col-3, .site-branding .col-4 {
        width: 100%;
        text-align: center;
    }
    .group_field .block_box {
        width: 100%;
        margin-bottom: 10px;
    }
    .group_field .block_box:last-child {
        margin: 0;
    }
    .group_field .box img {
        height: auto;
    }
    .hd-float.heading {
        border-left: 1px solid #006fb4;
    }
    .hd-float.heading .tits {
        width: 100%;
    }
    .hd-float.heading ul {
        width: 100%;
    }
    .hd-float.heading ul li {
        display: inline-block;
    }
    .banner-img {
        display: none;
    }
    .home-product {
        width: 100%;
    }
    .woocommerce li.product .price, .woocommerce ul.products li.product .price {
        width: 100%;
    }
    .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;
    }
    .woocommerce li.product .rt-thumb {
        height: 180px;
        min-height: 180px;
    }
    .woocommerce li.product .rt-thumb img {
        max-height: 180px;
    }

    .group_field_info {
        margin-top: 1em;
    }
    .group_field_info .block_box {
        width: 100%;
        margin-bottom: 10px;
    }
    .group_field_info .block_box:last-child {
        margin: 0;
    }
    .group_field_info .box img {
        height: 68px;
    }
    .footer-row {
        margin: 0;
    }
    .site-footer .footer-row-4 .rt-footer{
        width: 100%;
        background-image: none;
        margin-bottom: 15px;
    }
    .site-footer .footer-row-4 .rt-footer .widget {
        padding: 0 10px;
    }
    .xzoom-thumbs img {
        height: 65px;
    }
    .rt_woocommerce_tabs li {
        float: none;
    }
    .rt_woocommerce_tabs li a {
        font-size: 12px;
        padding: 7px 5px;
    }
    .rt-news .new-list .news-post .rt-post-image {
        width: 100%;
        margin-bottom: 10px;
    }
    .rt-news .new-list .news-post .rt-post-image img {
        height: 190px;
    }
    .rt-news .new-list .news-post .rt-post-content {
        width: 100%;
    }
    .rt-product-category .product-widget ul.products .item .rt-thumb {
        width: 35%;
    }
    .woocommerce li.product .content {
        height: 122px;
    }
    .single-product .rt_woocommerce-product-gallery .xzoom-thumbs .rt-woocommerce-product-image-simple {
        padding: 0 4px;
    }
    .site-branding{
        line-height: unset;
        background: unset;
    }
    .header-search{
        margin-left: 15px !important;
    }
    .hd-float.heading .tits:after{
        display: none;
    }
    .mobile-menu-no-search span{
        color: #fff;
    }
    .group_slider .left{
        width: 100% !important;
        padding: 0 15px !important;
        margin-bottom: 20px;
    }
    .group_slider .right{
        width: 100% !important;
        padding: 0 15px !important;
    }
    .group_slider .left .slider-nav1{
        display: none;
    }
    .group_cate .product_list{
        width: 50%;
        float: left;
    }
    .product_home .product_style_1 > li{
        width: 50% !important;
    }
    #before-footer-1 .custom-html-widget > div{
        width: 100% !important;
    }
    .site-footer .footer-row-4 .footer-1,.site-footer .footer-row-4 .footer-2,.site-footer .footer-row-4 .footer-3,
    .site-footer .footer-row-4 .footer-4{
        width: 100% !important; 
        padding: 0 0px !important;
    }
    .site-footer .footer-row-4 .rt-footer .widget{
        padding: 0 !important;
    }
    .rt-navbar-toggle{
        background: #252525 !important;
    }
}