#product-detail {
    padding-top: 7px;
}

#product-detail .title {
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(226, 89, 34);
    font-family: Myriad Pro Bold Condensed;
    padding-left: ;
    margin-bottom: 10px;
}

#detail #main-detail {
    margin-top: 10px;
}

#detail #main-detail .wrap-on-image {
    text-align: center;
    width: 100%;
    margin-left: 0;
    position: relative;
}

#detail #main-detail .wrap-on-image img {
    max-width: 100%;
    margin: auto;
    border-radius: 0;
    border: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 0;
    border: 0 !important;
    max-height: 100%;
    box-shadow: none;
    z-index: 123;
    border: 1px solid #ccc;
}

#detail #main-detail #gal1 {
    width: 100%;
    height: 80px;
    padding: 0;
    margin-top: 5px;
}

#detail #main-detail .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    background: none;
    border: 0;
}

#detail #main-detail #carousel {
    width: 333px;
    height: 85px;
    position: relative;
}

#detail #main-detail #carousel.bx-slides li {
    height: 78px !important;
    margin: 0;
}

#detail #main-detail #gal1 img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#detail #main-detail #gal1 .bx-prev {
    background: url(../img/prev.png) no-repeat;
    width: 32px;
    height: 32px;
    top: 40px;
    left: 0px;
}

#detail #main-detail .bx-wrapper .bx-controls a {
    background: url(../img/next.png) no-repeat;
    width: 32px;
    height: 32px;
    top: 40px;
    right: 0px;
    z-index: 1;
}

#product-detail .main-product-detail .title {
    border: none;
}

#product-detail .main-product-detail .title h1 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    line-height: 27px;
    text-transform: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: "Roboto-Bold";
}

#product-detail .view-detail {
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    float: right;
    text-transform: none;
}

#product-detail .main-product-detail .title h2 {
    color: #000000;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    line-height: 27px;
    text-transform: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: Alter-gothic;
}

#product-detail .ul-list-product-detail li {
    font-family: "Roboto-Regular";
    margin-bottom: 5px;
    padding-top: 10px;
}
#product-detail .ul-list-product-detail li a{
    font-family: Roboto-Bold;
    font-size: 25px;
}
#product-detail .ul-list-product-detail {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}


#product-detail .ul-list-product-detail li .old-price{
    text-decoration: line-through;
    color: rgb(255,0,0,45%);
    font-size: 25px;
    font-family: "Roboto-Black";
}

#product-detail .ul-list-product-detail li .new-price {
    color: red;
    font-size: 30px;
    font-family: "Roboto-Black";
}
#product-detail .ul-list-product-detail li .old-price strong,#product-detail .ul-list-product-detail li .new-price strong{
    font-size: 25px;
    text-decoration: underline;
}
#product-detail .ul-list-product-detail li.new-price span.percent {
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    color: #111;
}

#product-detail .main-product-detail .color_item.active,
#product-detail .main-product-detail .size_item.active {
    border: 1px solid #F8004B;
}

#product-detail .main-product-detail .color_item,
#product-detail .main-product-detail .size_item {
    float: left;
    cursor: hand;
    cursor: pointer;
    padding: 3px 9px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid rgba(204, 204, 204, 1);
    /* background: #fff; */
    text-transform: uppercase;
    color: #333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#product-detail .main-product-detail {}

#product-detail .product-qty button:hover {
    background: #E25922;
    outline: none;
}

#product-detail .product-qty button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(184, 0, 58);
    border: 0;
    padding: 11px;
    position: relative;
    outline: none;
    /* top: -1px; */
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Myriad Pro Bold Condensed;
    font-size: 21px;
    border-radius: 4px;
}

#product-detail .product-qty input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100px;
}

#product-detail .product-qty label {
    font-family: Myriad Pro Bold Condensed;
    font-size: 19px;
}

#product-detail .product-qty {
    margin: 10px 0;
}

#product-detail .desc-place {
    font-size: 16px;
    padding: 5px 0;
    margin: 4px 0;
}

#product-detail .desc-place .tt {
    font-size: 19px;
    color: #05806A;
}

#product-detail .product-qty label {
    font-family: Myriad Pro Bold Condensed;
    font-size: 19px;
}

#product-detail .product-qty input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100px;
}

#product-detail .product-qty button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(0, 0, 0);
    border: 0;
    padding: 8px 11px;
    position: relative;
    outline: none;
    /* top: -1px; */
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Myriad Pro Bold Condensed;
    font-size: 18px;
    border-radius: 0px;
}

#product-detail .tab-category {
    margin-top: 30px;
}

#product-detail .tab-category .tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

#product-detail .tab-category .tab-nav li {
    float: left;
    padding: 6px 24px;
    background: rgb(254, 254, 254);
    margin-right: 1px;
    font-size: 15px;
    text-transform: uppercase;
}

#product-detail .tab-category .tab-nav li a {
    color: #000;
}

#product-detail .tab-category .tab-nav li a:hover {
    color: #F5F5F5;
    text-decoration: none
}

#product-detail .tab-category .tab-nav li.active {
    background: rgb(226, 89, 34);
}

#product-detail .tab-category .tab-nav li.active a {
    color: #FFF;
}

.tab-category .tab {
    visibility: hidden;
    height: 0px
}

.tab-category .tab.active {
    visibility: visible;
    height: auto
}

#quick-same-product {
    margin-left: 14px;
}

#quick-same-product ul {
    list-style: none;
    padding: 0;
}

#quick-same-product ul li>div:hover {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
    border: 1px solid transparent;
}

#quick-same-product ul li>div {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.1);
    float: left;
    border: 1px solid rgba(204, 204, 204, 0.58);
    padding: 3px;
    margin: 4px 3px;
    margin-left: -10px;
    margin-right: -10px;
}

#quick-same-product ul li a {}

#quick-same-product ul li a img {}

#quick-same-product li {}

#product-other .xyz.fixed {}

#product-other {
    position: relative;
}

#product-other .xyz.fixed {
    position: absolute
}

#product-other .product-mini {
    width: 50%;
    float: left;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-bottom: -1px;
}

#product-other .product-mini .wrap-image {
    height: 140px;
}

#product-other .product-mini .wrap-image img {}

#product-other .product-mini .wrap-name {
    padding: 5px;
}

#product-other .product-mini .wrap-name h2 {
    margin: 0;
    font-size: 16px;
}

#product-other .product-mini .wrap-name h2 a {
    color: #666;
}

#product-other .product-mini .wrap-name h2 a:hover {
    text-decoration: none;
    color: red
}

#product-other .product-mini .wrap-name .price {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.flex-ct-fs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.quantity-title-pro-detail {
    font-size: 13px;
    margin-right: 10px;
}

.quantity-grid-pro-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 110px;
    margin-right: 10px;
}

.flex-ct-sb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity-control-pro-detail {
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #dedede;
}

.quantity-pro-detail .quantity-minus-pro-detail {
    line-height: 25px;
}

.qty-pro {
    height: 30px;
    border: 1px solid #dedede;
    width: calc(100% - 70px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
    margin: 0px 5px;
}

.quantity-pro-detail .quantity-plus-pro-detail {
    line-height: 28px;
}

.cart-pro-detail button {
    text-align: center;
    border: 1px solid #222222;
    color: #fff;
    border-radius: 4px;
    padding: 7px 20px 8px 20px;
    background: #222222;
}
.cart-pro-detail button.buynow {text-align: center;border: 1px solid #e73838;color: #fff;border-radius: 4px;padding: 7px 35px 8px 35px;background: #e73838;margin-left: 10px;}
.cart-pro-detail button span {
    display: block;
    font-size: 16px;
    font-family: "Roboto-Bold";
}

.cart-pro-detail button strong {
    display: block;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    margin-top: 2px;
}

.cart-pro-detail button:hover {
    background: #39abfe;
    color: #fff;
    text-decoration: none;
    border: 1px solid #39abfe;
}

.quantity-pro-detail {
    padding: 0;
}

.main-product-detail .contain_product_title {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.main-product-detail .product_meta .sku_wrapper {
    margin: 18px 0 0;
    color: #333;
    font-size: 14px;
    font-family: Roboto-Regular
}

.main-product-detail .product_meta .posted_in {
    margin-top: 9px;
    font-size: 14px;
}
.main-product-detail .product_meta .posted_in strong{
    font-weight: none;
    font-family: Roboto-Bold
}
.main-product-detail .product_meta .posted_in a{color:#333;text-decoration:none;}
.main-product-detail .contain_product_title .product_meta,.main-product-detail .contain_product_title .woocommerce-product-rating {
    display: inline-block;
}
.main-product-detail .contain_product_title .woocommerce-product-rating {
    float: right;
    text-align: center;
}
.main-product-detail .woocommerce-review-link {
    line-height: 100%;
    vertical-align: top;
    color: #9c9c9c;
    font-size: 13px;
    padding-top: 2px;
}
.star-rating img{float: left;margin-right: 2px;width: 11px;}
.star-rating .no-rating img{width: 14px;}
.main-product-detail .contain_product_title .woocommerce-product-rating .star-rating{margin-bottom: 3px;}
.stock {
    color: #9c9c9c;
    font-family: "Roboto-Regular";
    font-size: 14px;
}
.stock i{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0px 7px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    background: #FBBD00;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: relative;
    top: 0px;
    padding: 4px;
}
.stock .no-product{
   text-decoration: line-through;
}

.main-product-detail #like-this-product {
    float: right;
    text-align: right;
    margin-left: 2%;
}
.main-product-detail #like-this-product button {
    background: 0 0;
    border: 0;
    font-size: 10px;
    text-transform: unset;
    display: block;
    line-height: 10px;
}
.main-product-detail #like-this-product button i {
    display: block;
    font-size: 28px;
    color: #e73838;
}
.main-product-detail .product_title_contact {
    background: #f2f2f2;
    padding: 15px 15px 5px;
    border-radius: 5px;
}
.main-product-detail .product_title_contact h3{
    color: #333;
    font-size: 19px;
    font-family: Roboto-Bold;
    margin: 0;
    margin-bottom: 15px;
}
.main-product-detail .product_contact {
    overflow: hidden;
    margin: 8px 0;
}
.main-product-detail .product_contact .share_social_btn {
    display: block;
    width: 190px;
    height: 35px;
    margin-bottom: 5px;
    border: 1px solid #515151;
    border-radius: 27px;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}
.main-product-detail .product_contact .share_social_btn i{
    display: block;
    height: 33px;
    width: 33px;
    margin-left: -1px;
    margin-top: 0px;
}
.icon-zalo-circle3 {
    background: url(../img/icon-zalo-circle3.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.main-product-detail .product_contact .share_social_btn .share_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 37px;
    line-height: 33px;
}
.main-product-detail .product_contact .share_social_btn a{color:#222;}
.main-product-detail .product_contact .share_social_btn a{color:#222;}
.icon-chat {
    background: url(../img/icon-chat.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.main-product-detail .product_cs ul {
    list-style: none;
    padding: 0;
}
.main-product-detail .product_cs ul>li {
    margin-bottom: 6px;
    font-size: 14px;
}
.main-product-detail .product_cs ul>li i {
    margin-right: 5px;
    width: 11px;
    display: inline-block;
}
.main-product-detail .product_cs ul>li a.bv{
    color:#222;
    text-decoration:none;
}
.main-product-detail .meta_section {
    border: 1px solid #f2f2f2;
    margin-top: 22px;
    border-radius: 5px;
    text-align: center;
}
.main-product-detail .meta_section .delivery_instro {
    margin: 0;
    overflow: hidden;
    line-height: 16px;
    padding: 9px;
}
.main-product-detail .meta_section .delivery_instro i {
    float: left;
    color: #e73838;
    font-size: 22px;
    width: 22px;
}
.main-product-detail .meta_section .delivery_instro .desc-pro {
    float: right;
    width: calc(100% - 26px);
}
.main-product-detail .meta_section .delivery_instro .meta_xem_them_btn {
    display: block;
    text-align: center;
    color: #55acee;
    margin-bottom: 3px;
}
.main-product-detail .meta_section .meta_section_title {
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 9px 4px;
    line-height: 18px;
}
.main-product-detail .meta_section .meta_section_content {
    margin-top: 14px;
    margin-bottom: 12px;
}
.main-product-detail .meta_section .meta_section_content table td:nth-child(1) {
    vertical-align: top;
    text-align: right;
    width: 188px;
}
.main-product-detail .meta_section .meta_section_content table td:nth-child(2) {
    text-align: center;
    color: #e73838;
    font-weight: 600;
    width: 112px;
}
.main-product-detail .meta_section .meta_section_content table td:nth-child(3) {
    text-align: left;
}
.wrap-detail-product{
    background: #f2f2f2;
    padding-top:3%;
    padding-bottom:3%;
    margin-top: 2%
}
.section_title{
    margin-bottom: 10px;
}
.section_title h2{
    font-family: Roboto-Bold;
    font-size: 20px;
    margin:0;
}
.content-category{
    padding-top:3%;
    padding-bottom:3%;
}
.section-title-detail{
    margin-bottom: 15px;
}
.section-title-detail h2{
    text-transform: uppercase;
    font-size: 30px;
    font-family: Roboto-Bold;
    margin:0;
    margin-top: 10px;
}
.sidebar-inner .wid-sidebar-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-family: Roboto-Bold;
    margin: 0;
    margin-bottom: 20px;
}
.sale-off-pro{
    width: 60px;
    height: 25px;
    background:#FBBD00;
    border-radius: 5px;
    position: absolute;
    top: 6px;
    left: 6px;
    color:#fff;
    font-family: Roboto-Bold;
    font-size: 14px;
    z-index: 7;
    text-align: center;
    line-height: 25px;
}
#viewed_products{
    overflow: hidden;
    padding: 0;
}
#viewed_products>li {
    float: left;
    width: 49%;
    margin-bottom: 2%;
    list-style: none;
}
#viewed_products>li a img {
    border-radius: 5px;
    width: 100%
}
#viewed_products>li:nth-child(2n) {
    margin-left: 2%;
}
.add_to_cart {
    border: 1px solid #f2f2f2;
    margin-top: 21px;
    padding: 7px 12px 20px;
    background: #fff
}
.add_to_cart .product-title {
    font-size: 20px;
    margin-bottom: 0;
    margin: 0;
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
}

.price-add-to-cat .old-price{
    text-decoration: line-through;
    color: rgb(255,0,0,60%);
    font-size: 18px;
    font-family: "Roboto-Black";
    width: 42%;
    float: left;
    margin-right: 5px;
    line-height: 38px;
}

.price-add-to-cat .new-price {
    color: red;
    font-size: 25px;
    font-family: "Roboto-Black";
    width: 46%;
    float: left;
}
.price-add-to-cat .old-price strong,.price-add-to-cat .new-price strong{
    font-size: 18px;
    text-decoration: underline;
}
.add_to_cart .quantity-pro-detail .cart-pro-detail button{
    float: left;
    padding: 7px 8px 8px 8px;
}
.add_to_cart .quantity-pro-detail .quantity-grid-pro-detail{float: left;padding: 8px 0;}
.add_to_cart .quantity-pro-detail .cart-pro-detail button span{
    font-size: 14px;
}
.price-add-to-cat{margin-bottom: 10px;}
.quangcao-pro{height: auto}
.sidebar-inner{margin-bottom: 20px;}
.review-question{color:#000;text-decoration:none;}
.review-question:hover{text-decoration:none;}
