#th_single_product{
    font-family: 'Roboto';
    padding:35px 0;
    background-color: #f9f9f9;
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Helvetica Neue";
}

#th_single_product .row-flex {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#th_single_product .single-about .title {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeee;
    padding: 11px 0;
    color: #2f7054;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
form.checkout.woocommerce-checkout .form-row{
	width:100%
}
form.checkout.woocommerce-checkout p#billing_first_name_field,form.checkout.woocommerce-checkout p#billing_address_1_field{
	width:47%;
}
p#billing_address_1_field{
	width: 47%;
    overflow: visible;
	float: right;
}
#th_single_product .single-about .about-item{
    border: 1px solid #eee;
    padding: 10px;
}
#th_single_product .single-about .item a{
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #2c6e52;
    color: #2c6e52;
    margin-bottom: 10px;
}
#th_single_product .single-about .item-img {
    min-width: 55px;
    margin-right: 10px;
}
#th_single_product .single-abou .about-item{
    padding: 10px;
    border: 1px solid #eee;
}
#th_single_product .to-contact-page {
    display: block;
    justify-content: flex-start;
    margin: 20px 0;
}
.btn-slider-left.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    left: 20px !important;
    font-size: 40px;
    color: #0066cc;
    opacity: 0.5;
}
.qv_alt_details__slicks {
    margin-bottom: 20px;
}
.qv_alt_details__slicks .slick-slide {
    height: 110px !important;
}

.qv_alt_details__slicks .slick-slide {
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-slider-right.slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    right: 0 !important;
    font-size: 40px;
    color: #0066cc;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.btn-slider-right.slick-arrow:hover{
    opacity: 1
}
#th_single_product .to-contact-page a{
    display: inline-block;
    background: #0c6baf;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}
#th_single_product .page_chitiet{
    background: #f8f8f8;
    color: #3f3f3f;
}
#th_single_product .page_chitiet_slick{
    padding-right: 2px;
}
#th_single_product .page_chitiet_slick img{
    width: auto;
    height: 100%;
    margin: auto;
}
#th_single_product .page_chitiet_tab ul.nav{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
}
#th_single_product .page_chitiet_slick a{
    border: 1px solid #e1e1e1;
    display: block;
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 1px;
}
#th_single_product .padding-6 {
    padding: 6px;
}
#th_single_product .xzoom-gallery,#th_single_product .xzoom-gallery2,
#th_single_product .xzoom-gallery3,#th_single_product .xzoom-gallery4,#th_single_product .xzoom-gallery5{
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0);
}
#th_single_product .page_chitiet_zoom{
    border: 1px solid #e1e1e1;
}
#th_single_product .xzoom2,
#th_single_product .xzoom3,#th_single_product .xzoom4,#th_single_product .xzoom5{
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0);
    margin-bottom: 0;
}
#th_single_product .page_chitiet .w62{
    width: 62%;
}
#th_single_product .page_chitiet .w38{
    width: 38%;
}
#th_single_product .page_chitiet_slick .slick-next{
    width: 25px;
    height: 15px;
    right: 42%;
    top: 0;
    background: url('../images/arrow-up.png') no-repeat;
    transition: 0.2s;
    opacity: 0;
}
#th_single_product .page_chitiet_slick .slick-prev{
    z-index: 1;
    width: 25px;
    height: 15px;
    left: 42%;
    top: 100%;
    background: url('../images/arrow-down.png') no-repeat;
    opacity: 0;
    transition: 0.2s;
}
#th_single_product .page_chitiet_slick:hover .slick-next{
    opacity: 1;
    top: 2%;
    transition: 0.2s;
}
#th_single_product .page_chitiet_slick:hover .slick-prev{
    top: 97%;
    opacity: 1;
    transition: 0.2s;
}
#th_single_product .page_chitiet_zoom{
    height: 400px;
    overflow: hidden;
}
#th_single_product .page_chitiet_zoom img{
    width: 100%;
    height: 100%;
    max-width: inherit;
    margin: auto;
    display: block;
    object-fit: cover;
}
#th_single_product .woocommerce-product-rating{
    margin-bottom: 0;
}
.count-view{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 14px;
}
.woocommerce #th_single_product div.product form.cart {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eeee;
    margin-top: 10px;
}
#th_single_product .addtoany_shortcode{
    margin-bottom: 15px;
}
#th_single_product .product_meta{
    margin-top: 25x;
    margin-bottom: 25px;
}
#th_single_product .posted_in a{
    font-size: 12px;
    background: #0c6baf;
    color: #fff;
    padding: 3px 10px;
    border-radius: 25px;
}
/*START RATING*/
#th_single_product .page_chitiet_danhgia{
    font-size: 13.5px;
    margin-bottom: 7px;
}
#th_single_product .rating-widget{
    display: inline-block;
}
#th_single_product .rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    margin-bottom: 0;
    -webkit-user-select:none;
}
#th_single_product .rating-stars ul > li.star {
    display:inline-block;
    margin-left: -3px;
}
#th_single_product .rating-stars ul > li.star > i.fa {
    font-size: 14px;
    color:#ccc;
}
#th_single_product .rating-stars ul > li.star.hover > i.fa {
    color:#ffc000;
}
#th_single_product .rating-stars ul > li.star.selected > i.fa {
    color:#ffc000;
}
/*CHON SIZE*/
#th_single_product .box-slect-size{
    padding: 11px 11px;
    border: 1px solid #dad9d7;
    color: #585858;
    font-size: 9px;
    margin-top: 6px;
}
#th_single_product .detail-selection-size {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}
#th_single_product .detail-selection-size > input[type="radio"] {
    margin: 4px 0 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    min-width: 30px;
    line-height: 20px;
    padding: 0 5px;
}
#th_single_product .detail-pl-size label > input[type="radio"]:checked + div {
    border:1px solid #00aeef;
}
#th_single_product .page_chitiet_name{
    margin: 0;
    font-size: 14px;
}
#th_single_product .page_chitiet_conhang{
    display: inline-block;
    color: #00aeef;
    border: 1px solid #00aeef;
    border-radius: 24px;
    padding: 2px 24px;
}
#th_single_product .page_chitiet_hethang{
    display: inline-block;
    color: #e00e11;
    border: 1px solid #e00e11;
    border-radius: 24px;
    padding: 2px 24px;
}
#th_single_product .page_chitiet_price{

    font-size: 24px;
    color: #e00e11;
    margin-bottom: 2px;
}
#th_single_product .page_chitiet_price sup{
    font-size: 16px;
}
#th_single_product .page_chitiet_details button{
    border: none;
    width: 94%;
    background: #ed1c24;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    padding: 15px 0;
    transition: 0.3s;
    margin: 10px 0 17px;
}
#th_single_product .page_chitiet_details button:hover{
    background: #00aeef;
    transition: 0.3s;
}
#th_single_product .page_chitiet_details_list span{
    display: block;
    margin-bottom: 15px;
}
#th_single_product .page_chitiet_details_list p{
    font-size: 12px;
    margin-bottom: 12px;
}
#th_single_product .page_chitiet_details_list img{
    margin-right: 4px;
}
#th_single_product .page_chitiet_details_list strong{
    font-size: 13px;
}
#th_single_product .entry-summary{display: inline-block}
#th_single_product  .qv_alt_details__img {
    margin-bottom: 20px;
}
#th_single_product  .qv_alt_details__img--items .img-box {
    height: 360px;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
#th_single_product  .qv_alt_details__img--items a img{
    margin: 0 auto;
    max-height: 100%;
}
#th_single_product .page_chitiet_bottom_right{
    background: #fff;
    padding: 14px 12px 35px;
    margin-bottom: 20px;
    margin-top: 8px;
}
#th_single_product .page_chitiet_bottom_right #th_single_product .page_chitiet_masp{
    margin-bottom: 5px;
}
#th_single_product .page_chitiet_bottom_right button,#th_single_product .page_chitiet_bottom_right a.button{
    border: none;
    width: 100%;
    background: #ed1c24;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0;
    transition: 0.3s;
    margin: 15px 0 17px;
    text-align: center;
    font-weight: bold;
}
#th_single_product .page_chitiet_bottom_right button:hover, #th_single_product .page_chitiet_bottom_right a.button:hover{
    background: #00aeef;
    transition: 0.3s;
}
#th_single_product .page_chitiet_bottom_right p{
    margin-bottom: 0;
    font-size: 13px;
}
#th_single_product .page_chitiet_bottom{
    padding: 10px;
    background: #fff;
    margin-bottom: 25px;
}
#th_single_product .page_chitiet_bottom_details p{
    padding: 10px 10px;
    background: #ededed;
    font-size: 13px;
    margin-bottom: 15px;
}
#th_single_product .page_chitiet_bottom_img{
    height: 336px;
    overflow: hidden;
}
#th_single_product .page_chitiet_bottom_img img{
    width: auto;
    height: 100%;
}
#th_single_product .page_chitiet_tab{
    border: 1px solid #eee !important;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}
#th_single_product .page_chitiet_tab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: #27338c;
    color: #fff;
}
#th_single_product .page_chitiet_tab .nav-pills > li > a{
    border-radius: 0;
}

#th_single_product .page_chitiet_tab .nav > li > a{
    padding: 9px 15px;
    color: #27338c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-right: -3px;
    display: block;

}
#th_single_product img.aligncenter{
    margin: auto;
    display: block;
}
#th_single_product #tab_details_1 iframe{
    max-width: 100%;
}
#th_single_product .page_chitiet_tab .nav > li > a:hover{
    background: #27338c;
    color: #fff;
}
#th_single_product .page_chitiet_tab #th_single_product .page_chitiet_tab_img{
    text-align: center;
    margin: 10px 0;
}
#th_single_product .page_chitiet_tab_img img{
    width: 80%;
}
#th_single_product .page_chitiet_tab .tab-content{

    margin-top: -1px;
    padding: 15px 15px 40px;
    line-height: normal;
    font-size: 14px;
    color: #333;
}
#th_single_product .page_chitiet_tab .tab-content span{

}
#th_single_product .comment-form-author label,
#th_single_product .comment-form-email label{
    width: 8%;
}
#th_single_product .comment-form-author input,
#th_single_product .comment-form-email input{
    height: 30px;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    margin-bottom: 5px;
}
#th_single_product .page_chitiet_tab .tab-content #comments > span {
    font-weight: bold;
    margin-bottom: 34px;
    display: block;
}
#th_single_product .page_chitiet_tab .tab-content #comments ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    padding: 1em 1em 0;
    background: #fafafa;
}
#th_single_product .page_chitiet_tab .tab-content #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 60px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}
#th_single_product .woocommerce-review__author{
    font-size: 17px;
}
#th_single_product .page_chitiet_bottom_details{
    display: flex;
    flex-wrap: wrap;
}
#th_single_product #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    height: 120px;
    padding: 5px 15px;
}
#th_single_product .page_chitiet_bottom_details p{
    width: 100%;
}
.woocommerce #th_single_product #reviews h3 {
    margin: 0;
    margin-bottom: 11px;
    font-family: inherit;
    font-size: 13px;
}
#th_single_product .woocommerce-review__published-date{
    background: #0872c6;
    border-radius: 25px;
    padding: 0px 14px;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    display: inline-block;vertical-align: text-bottom;
}
#th_single_product #review_form #respond .form-submit input {
    left: auto;
    padding: 12px 25px;
    background: transparent;
    border: 1px solid #0872c6;
    color: #0872c6;
}
.woocommerce #th_single_product #review_form #respond p.stars{
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}
#th_single_product .woocommerce p.stars a::before{
    font-size: 20px;
}
.woocommerce #th_single_product #review_form #respond p {
    margin: 0 0 10px;
    line-height: 15px;
    margin-bottom: 5px;
}
.woocommerce #th_single_product div.product .product_title {
    font-size: 22px;
    line-height: 1.4;
    color: #0066cc;
    margin: 0 0 10px;
    font-family: inherit;
    text-align: left;
    text-transform: initial;
    line-height: initial;
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce #th_single_product div.product p.price del,.woocommerce #th_single_product div.product span.price del {
    opacity: .5;
    display: inline-block;
    color: #777;
    font-size: 12px;
    font-weight: 300;
    font-family: inherit;

}
.woocommerce #th_single_product div.product p.price {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.woocommerce #th_single_product div.product p.price a {
    color: #0066cc;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.woocommerce #th_single_product div.product p.price a:hover {
    color: #a15010;
}
.woocommerce #th_single_product div.product p.price ins,.woocommerce #th_single_product div.product span.price ins,
.woocommerce #th_single_product div.product p.price,.woocommerce #th_single_product div.product span.price{
    text-decoration: inherit;
    font-family: inherit;
    font-size: 20px;
    color: #e00e11;
    margin-bottom: 10px;
    margin-top: 10px;

}

#th_single_product .reset_variations {
    font-size: .83em;
    display: inline-block;
    vertical-align: inherit;
    line-height: 20px;
}
.woocommerce #th_single_product .star-rating span::before, .woocommerce p.stars a {
    color: #ffdf41;
}
.woocommerce #th_single_product .quantity .qty{
    height: 35px;
    vertical-align: text-bottom;
    margin-top: -7px;
    width: 45px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
#th_single_product .product_origin{
    margin-bottom: 20px;
}
#th_single_product .block-reassurance li{
    font-size: 14px;
    margin-bottom: 5px;
}
#th_single_product .block-reassurance li img{
    vertical-align: middle;
    margin-right: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#th_single_product .dt3d_amount{

    margin-top: 15px;
}
#th_single_product .dt3d_amount label{
    float: left;
    margin-right: 10px;
}

.woocommerce #th_single_product div.product form.cart .btn-mua-ngay{
    vertical-align: middle;
    float: left;
    border: none;
    width: 30%;
    background: #ed1c24;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: inherit;
    padding: 15px 0;
    transition: 0.3s;
    margin: 10px 0 17px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 15px;
    margin-right: 13px;
}
.woocommerce #th_single_product div.product form.cart .btn-mua-ngay:hover{
    text-decoration: none;
}
.woocommerce #th_single_product div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border: none;
    width: 30%;
    background: #27338c !important;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: inherit;
    padding: 10px 0;
    transition: 0.3s;
    margin: -7px 10px 16px;
    border: 1px solid #27338c;
    line-height: 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.woocommerce #th_single_product div.product form.cart .button:hover{
    background: #78a206 !important;
    border: 1px solid #78a206;
    color: #fff;
}
#th_single_product #th_single_product .page_chitiet_details_list img.alignleft{
    display: inline-block;
}
.woocommerce #th_single_product span.onsale{
    width: 50px;
    height: 50px;
    background: #ed1c24;
    line-height: 15px;
    padding: 12px 10px;
    text-align: center;
    left: 9em;
    font-size: 11px;
    top: 15px;
    font-weight: 100;
}
#th_single_product .comment-form-cookies-consent{
    display: none;
}
.woocommerce #th_single_product #respond input#submit.alt,.woocommerce #th_single_product a.button.alt,.woocommerce #th_single_product button.button.alt, .woocommerce #th_single_product input.button.alt {
    background-color: #00aeef;
    color: #fff;
}
.woocommerce #th_single_product #respond input#submit.alt:hover,.woocommerce #th_single_product a.button.alt:hover,
.woocommerce #th_single_product button.button.alt:hover,.woocommerce #th_single_product input.button.alt:hover {
    background-color: #00aeef;
}
.woocommerce #th_single_product form .form-row input.input-text,.woocommerce #th_single_product form .form-row textarea{
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #777;
}
#th_single_product .product_sw_group .col{
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
#th_single_product .product_sw_group .wrapper{
    border: 1px solid #c8c8c8;
}
#th_single_product .product_sw_group .wrapper .img-box{
    position: relative;
    height: 210px;
    overflow: hidden;
}
#th_single_product .product_sw_group .wrapper .img-box .ribbon {
    position: absolute;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    padding: 3px 4px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    top: 3px;
    right: 3px;
}
#th_single_product .product_sw_group .wrapper .img-box img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
#th_single_product .product_sw_group .info-box .prod-name, #th_single_product .product_sw_group .info-box .prod-name {
    font-weight: 600;
    color: #2a2624;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0px 10px;
}
#th_single_product  .info-box .product_sw_price{
    font-size: 13px;
    color: #e05b66;
    font-weight: bold;
}
#th_single_product  .info-box .product_sw_price .regular-price{
    text-decoration: line-through;
    color: #777;
    font-size: 11px;
}

#th_single_product  .info-box .price {
    font-size: 14px;
    line-height: 20px;
    color: #d5222e;
    margin-bottom: 3px
}
#th_single_product  .info-box .rating {
    margin-bottom: 4px;
}
#th_single_product  .info-box .rating ul li{
    padding: 0px;
    font-size: 13px;
    padding: 0px;
    font-size: 11px;
    margin: -1px;
}
#th_single_product  .info-box .rating ul li .fa-star{
    color: gold;
}
#th_single_product .ttct{

}
#th_single_product .ttct ul{
padding: 0;
}
#th_single_product .ttct li{
    list-style: none;
    border: 1px solid #c8c8c8;
    margin-top: -1px;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 5px;
}
#th_single_product .ttct li div{
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    margin-bottom: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #777;
    font-size: 13px;
}
.woocommerce form .form-row textarea {
    height: 120px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #cb352f;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0066cc !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

#th_single_product div.product form.cart .variations label {
    font-weight: 700;
    font-size: 13px;
    color: #777;
}
#th_single_product div.product form.cart .variations{
    width: auto;
    margin-top: 20px;
}
#th_single_product div.product form.cart .variations .value{
    width: 80%;
}
#th_single_product .tawcvs-swatches {
    margin-top: -10px;
    display: inline-block;
}
#th_single_product .tawcvs-swatches .swatch-label {
    background-color: #ffffff;
    width: auto;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    margin-bottom: 8px;
    padding: 0 11px;
}
#th_single_product .tawcvs-swatches .swatch {
    border: 0;
    width: 45px;
    border-radius: 0;
}
#th_single_product .tawcvs-swatches .swatch.selected:before {
    left: 19px;
}
#th_single_product .tawcvs-swatches .swatch.selected {
     opacity: 1;
     box-shadow: none;
     background: #000;
     color: #fff;
     border: 0;
 }
#th_single_product .product-tab-list li a::before {
    background: #78a206 none repeat scroll 0 0;
    bottom: -12.5px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 45px;
}

#th_single_product .tab-content > .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
	padding:10px;
}
#th_single_product .tab-content > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
#th_single_product .products_tab_button ul.product_navactive{
    display: flex;
    flex-direction: row;
    width: 100%;
}
#th_single_product .page_title{
    background: aliceblue;
    margin-bottom: 30px;
}
#th_single_product .products_tab_button ul.product_navactive li{

    width: 20%;
}
#th_single_product .products_tab_button ul.product_navactive li a {
    border: 1px solid #ddd;
    margin: 0 5px;
}
#th_single_product .products_tab_button ul.product_navactive li.active a,
#th_single_product .products_tab_button ul.product_navactive li a:hover{
    border-color: #78A206;
    background: transparent;
}
#th_single_product .products_tab_button ul.product_navactive li a img{
    max-width: 100%;
    object-fit: contain;
}
#th_single_product .col-item .item .item-img {
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
#th_single_product .item .item-content {
    padding: 10px 20px;
}
#th_single_product .item .item-content h5 {
    text-align: center;
    padding: 10px 0;
}
#th_single_product  .item-content h5 a {
    color: #202020;
    font-size: 14px;
}
#th_single_product .item .item-content .gia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    justify-content: center;
}
#th_single_product .item .item-content .gia .gia1 {
    color: #F20000;
    font-weight: 600;
    font-size: 15px;
}
#th_single_product .item .item-content .gia .gia2 {
    text-decoration: line-through;
    color: #a2a2a2;
    font-size: 13px;
}
#th_single_product .col-item .item .item-img .giohang {
    position: absolute;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    width: 63%;
    height: 46px;
    align-items: center;
    border-radius: 27px;
    color: #fff;
    background: #23894E;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#th_single_product .col-item .item:hover .giohang {
    opacity: 1;
    visibility: visible;
}

#th_single_product .item .item-img .giohang>a {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    color: #fff;
    background-color: transparent;
}
.template-page .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 40px;
}
.template-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 40px;
    font-size: 13px;
}
.template-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.template-page .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
    font-size: 15px;
}
.template-page .woocommerce form .form-row textarea{
    height: 120px;
}
.cy_denchieusang_home_product  .col-item .item .item-img {
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}

.cy_denchieusang_archive_product .item .item-content {
    padding: 10px 20px;
}
.cy_denchieusang_home_product .col-item .item {
    background: #fff;
    border: 2px solid transparent;
    font-family: "HelveticaNeue"
     }
.cy_denchieusang_home_product .col-item .item:hover {
    border: 2px solid #73B845;
}
.cy_denchieusang_home_product .col-item .item .img-box {
    display: table;
    width: 100%; }
.cy_denchieusang_home_product .col-item .item .img-box .box {
    overflow: hidden;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 174px; }

#th_single_product  .related-product .slick-slide {
    /*margin: 0 15px;*/
}
/* the parent */
#th_single_product  .related-product .slick-list {
    margin: 0 -15px;
}
@media screen and (max-width: 1229px) {
    .cy_denchieusang_home_product .col-item .item .img-box .box {
        height: 168px; } }
@media screen and (max-width: 1199px) {
    .cy_denchieusang_home_product .col-item .item .img-box .box {
        height: 187px; } }
.cy_denchieusang_home_product .col-item .item .img-box .box img {
    display: block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.cy_denchieusang_home_product .col-item .item .img-box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
.cy_denchieusang_home_product .col-item .item .price {
    font-weight: bold;
    color: #1a2da0;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 5px; }
.cy_denchieusang_home_product .col-item .item .title a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #131313;
    margin-bottom: 8px; }
.cy_denchieusang_home_product .col-item .item .btn-view {
    position: relative;
    margin-top: 12px;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    padding: 5px 14px;
    background-color: #0872c6;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
.cy_denchieusang_home_product .col-item .item .btn-view:hover {
    background-color: #ff8400; }
.cy_denchieusang_home_product .col-item .item .btn-view:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    border-top: 1px solid #e1e1e1; }
@media screen and (max-width: 1920px) {
    #th_single_product .product_sw_group .col{
        width: 20%;
    }
}
@media screen and (max-width: 1023px) {
    #th_single_product .product_sw_group .col{
        width: 50%;
    }
}
@media screen and (max-width: 1280px) {
    #th_single_product .product_sw_group .col{
        width: 33.3333%;
    }
}
@media screen and (max-width: 767px) {
    #th_single_product .product_sw_group .col{
        width: 100%;
    }
    .woocommerce #th_single_product div.product form.cart .btn-mua-ngay,
    .woocommerce #th_single_product div.product form.cart .button{
        width: 45%;
    }
    #th_single_product .page_chitiet_tab .tab-content {
        border:0;
        padding: 0;
        line-height: normal;
        font-size: 14px;
        color: #333;
    }
	#th_single_product .page_chitiet_tab .nav > li > a{
		font-size:12px !important;
	}
}
/*product related*/
#th_single_product .product-kd {
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 0 15px;
}
#th_single_product .product-kd .item-pro {
  overflow: hidden;
  box-shadow: 0 0 1px #EBEBEB;
  background: #ffffff;
}
#th_single_product .product-kd .item-pro .img-pro {
  overflow: hidden;
  height: 220px;
}
#th_single_product .product-kd .item-pro .img-pro .img-box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#th_single_product .product-kd .item-pro .img-pro img {
  max-height: 100%;
  display: block;
}
#th_single_product .product-kd .item-pro .info {
  padding: 15px;
}
#th_single_product .product-kd .item-pro .info__title {
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 22px;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 1;
  height: 22px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#th_single_product .product-kd .item-pro .info__title a {
  display: inline-block;
  color: #1b1b1b;
}
#th_single_product .product-kd .item-pro .info__title a:hover {
  color: #0066cc;
}
#th_single_product .product-kd .item-pro .info__sku {
  margin-bottom: 5px;
  font-weight: 400;
  color: #1b1b1b;
  font-size: 13px;
}
#th_single_product .product-kd .item-pro .info .price {
  font-weight: 400;
  color: #1b1b1b;
  font-size: 13px;
}
#th_single_product .product-kd .item-pro .info .price span {
  color: #ff0000;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
}
#th_single_product .product-kd .item-pro .info .price span.price_regular {
  color: #1b1b1b;
  text-decoration: line-through;
  font-weight: 300;
}
#th_single_product .product-kd .item-pro:hover {
  transition: 0.5s;
  box-shadow: 0 0 4px #1b1b1b;
}
/*//*/
#th_single_product .slider-related .slick-prev:before,
#th_single_product .slider-related .slick-next:before {
  content: none;
}
#th_single_product .slider-related .slick-prev,
#th_single_product .slider-related .slick-next {
  width: 28px;
  height: 54px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#th_single_product .slider-related .slick-prev:hover,
#th_single_product .slider-related .slick-next:hover {
  opacity: 1;
}
#th_single_product .slider-related .slick-prev {
  left: 0;
  background-image: url("../images/prev.png");
}
#th_single_product .slider-related .slick-next {
  right: 0;
  background-image: url("../images/next.png");
}
#th_single_product .title-product-kimdinh .tt-pro-kimdinh {
  margin-bottom: 15px;
  margin-top: 25px;
  box-shadow: 0 0 1px #e6e6e6;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#th_single_product .title-product-kimdinh .tt-pro-kimdinh:after {
    position: absolute;
    height: 38px;
    top: 50%;
    left: 9px;
    margin-top: -19px;
    background-image: url('../images/icon-title.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 38px;
    content: "";
    z-index: 20;
}
#th_single_product .title-product-kimdinh .tt-pro-kimdinh .section-title {
  padding: 5px 0px;
  padding-right: 25px;
  padding-left: 55px;
  position: relative;
  background: #0066cc;
  display: inline-block;
  z-index: 2;
}
@media (min-width: 768px) {
  #th_single_product .title-product-kimdinh .tt-pro-kimdinh .section-title:before {
    content: "";
    position: absolute;
    left: 20%;
    right: 0px;
    bottom: 0;
    top: 0;
    background-color: #0066cc;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: -1;
  }
  #th_single_product .title-product-kimdinh .tt-pro-kimdinh .section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    right: -12px;
    bottom: 0;
    top: 0;
    background-color: #27338c;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: -2;
  }
}
#th_single_product .title-product-kimdinh .tt-pro-kimdinh .section-title img {
  position: absolute;
  height: 38px;
  top: 50%;
  left: 9px;
  margin-top: -19px;
}
#th_single_product .title-product-kimdinh .tt-pro-kimdinh .section-title span {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 4px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
    #th_single_product .qv_alt_details__img--items .img-box {
        height: 300px;
    }
}