/*--------------------------------------------------------------
#  WooCommerce
--------------------------------------------------------------*/
/* Content */
 #billing_country_field {
    display: none !important;
}
#billing_first_name_field {
    width: 100%;
}
ul.woocommerce {
    margin: 0;
    padding: 0;
}
.woocommerce li.product {
    margin: 15px 0;
    list-style: none;
}
.woocommerce li.product .product_item {
    position: relative;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}
.news_gif {
    background: url(images/new.png) no-repeat;
    width: 69px;
    z-index: 9;
    height: 64px;
    position: absolute;
    top: -3px;
    right: -2px;
    text-indent: -999999px;
}
.woocommerce li.product .price , .woocommerce ul.products li.product .price{
    padding: 0 10px;
    display: block;
    text-align: left;
    color: #ef0000 ;
    font-size: 17px;
    width: 44%;
    float: left;
    line-height: 20px;
}
.woocommerce li.product .rt-thumb {
    overflow: hidden;
    text-align: center;
    padding-top: 100%;
    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;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.woocommerce li.product .rt-thumb:hover img {
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
    opacity: .8;
}
.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: #ef0000;
    font-weight: 500;
    font-size: 17px;
}

.woocommerce li.product .price span.regular-price {
    font-size: 17px;
    text-decoration: line-through;
    color: #333;
}

.woocommerce li.product .price.no-sale-price span.regular-price {
    font-size: 17px;
    color: #ef0000;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
    text-align: left;
}
.rt_add_to_cart {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce li.product .rt_add_to_cart a {
    background: #d20000;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-top: 0;
    line-height: 1;
    font-size: 14px;
    margin-top: 0 !important;
    display: inline-block;
}
.woocommerce li.product .rt_add_to_cart a.view_product {
    float: left;
    background: #d20000;
    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:after {
    content: '\f07a';
    font-family: 'FontAwesome';
    margin-left: 3px;
}
.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;
}

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

.rt_woocommerce-loop-product__title {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 20px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
}

.rt_woocommerce-loop-product__title a {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.rt_woocommerce-loop-product__title a:hover {
    color: #ef0000;
}

.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-flash.png);
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    width: 53px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-weight: bold;
    z-index: 999;
}

/* Single */
.woocommerce div.product .product_title {
  font-size: 22px;
}

.rt_single_regular_price {
    color: #989898;
    text-decoration: line-through;
    font-size: 15px;
}

.rt_single_regular_price.no_sale {
    color: red;
    text-decoration: none;
    font-size: inherit;
}

.rt_single_sale_price {
    color: red;
    margin-left: 10px;
    font-size: 25px;
}

.rt_price_text {
    font-size: 15px;
    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 */
.single-product .rt_woocommerce-product-gallery .xzoom-thumbs .rt-woocommerce-product-image-simple {
    width: 25%;
    float: left;
    padding: 3px;
    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;
}


.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: #b41b00;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    outline: 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;
    margin-bottom: 10px;
}

.rt_woocommerce_single_product_summary-left {
  /*width: 60%;
  float: left;*/
}
.rt_woocommerce_single_product_summary-right {
    overflow: hidden;
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.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 {
    float: left;
    width: 33.3333%;
    margin: 10px 0;
    height: 42px;
    line-height: 42px;
}
.info_products {
    border: 1px solid #dadada;
    margin-bottom: 15px;
}
.info_products div {
    padding: 10px;
    border-bottom: 1px solid #dadada;
}
.info_products div:nth-child(odd) {
    background: #f9f9f9;

}
.info_products div:last-child {
    border: none;
}
.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: 100px;
    margin-left: 5px;
    display: inline-block;
    text-align: left;
    line-height: 20px;
}


.rt_woocommerce_tabs:after {
    height: 2px;
    width: 100%;
    background: #ccc;
}

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

.rt_woocommerce_tabs li.active, .rt_woocommerce_tabs li:hover {
    border-bottom: 2px solid #b41d06;
}
.rt_woocommerce_tabs li a {
    color: #333;
    padding: 4px 0;
    display: block;
    font-size: 18px;
}
.rt_woocommerce_tabs li a:hover, .rt_woocommerce_tabs li.active a {
    color: #b41d06;
}
.woocommerce div.product .woocommerce-tabs .panel {
   margin-top: 15px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #d20000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1a1894;
}
/* product_style */
.product_style_2 li.product .price {
    width: 44%;
    float: left;
    text-align: left;
}
.product_style_2 li.product .price span.sale-price {
    font-size: 17px;
    font-weight: 600;
}

.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;
}
@media (max-width: 1200px) {
    .woocommerce li.product .rt_add_to_cart a.add_to_cart_button,
    .woocommerce li.product .rt_add_to_cart a.added_to_cart {
        display: block;
    }
}
@media (min-width: 992px) {
  .single-product .rt_woocommerce-product-gallery, .woocommerce #content div.product div.images {
      width: 53%;
      float: left;
      margin-bottom: 20px;
  }

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

@media (max-width: 1024px) {
    .single-product .rt-summary {
        margin-top: 20px;
    }
    .shop-cart {
        float: right;
    }
    .hotline_cart .img-qc {
        float: left;
        width: 52%;
    }
    .ui-tooltip {
        display: none;
    }
    .woocommerce div.product .product_title {
        font-size: 22px;
        clear: both;
        padding-top: 15px;
    }
    .top_bar .search-form .search-field, .top_bar .woocommerce-product-search .search-field {
        border: none;
        padding: 4px 5px;
        width: 71%;
    }
    .widget_product_search {
        width: 50%;
        margin: 0px 7%;
    }
    .ui-widget.ui-widget-content {
        display: none !important;
    }
    .main-navigation {
        position: fixed;
        right: 10px;
        z-index: 99999;
        top: 40px;
        border: none;
    }
    .main-navigation .container {
        width: auto;
    }
    .mobile-menu-no-search {
        margin: 0;
        padding: 0;
    }
    .mobile-menu-no-search span {
        display: none;
    }
    .mobile-menu-no-search .rt-navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .widget_product_search {
        margin: 0;
    }

}
@media (max-width: 736px) {
    .rt_woocommerce_single_product_summary-left, .rt_woocommerce_single_product_summary-right {
        float: none;
        width: 100%;
        margin: 0;
    }
    .header-layout {
        text-align: center;
    }
    .ctsp-giaohang, .ctsp-doihang, .ctsp-chinhhang {
        width: 33%;
    }
    .note-ship {
        margin-bottom: 10px;
    }

    .single-product .content-area {
      margin-top: 10px;
    }
    .xzoom-source, .pswp {
    	display: none;
    }
    .site-footer .rt-footer {
    	width: 100%;
        padding: 0 15px;
    }
    .top_bar {
        display: none;
    }
    .header-layout, .nav-layout, .shop-cart {
        width: 100%;
    }
    .hotline_cart .img-qc {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .no-sidebar .content-area, .site-branding {
        padding: 10px 10px;
    }
    .hotline_cart {
        margin: 10px 0 0;
        position: initial;
    }
    .site-container {
        overflow: hidden;
    }
    .breadcrumbs {
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .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;
    }
    .before-footer-1 {
        display: none;
    }
    .woocommerce li.product {
        width: 100%;
    }
    .site-footer .widget-title {
        font-size: 16px;
    }
    .main-navigation {
        position: absolute;
        right: 26px;
        z-index: 99999;
        top: 75px;
        border: none;
    }
}
