.ct-prod-detail-top, .ct-prod-detail-wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ct-prod-detail-slide {
    width: 34%;
    flex-basis: 34%;
    padding-right: 20px;
}
.ct-prod-detail-specs {
    width: 40%;
    flex-basis: 40%;
    padding-right: 20px;
    text-align: left;
}
.ct-prod-detail-info {
    width: 26%;
    flex-basis: 26%;
}
.ct-prod-container h1{
    font-size: 22px !important;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.ct-prod-container .product-gallery__featured{
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0x;
    border-radius: 0;
}
.ct-prod-container .product-gallery__carousel-item{
    -webkit-box-shadow: 0 0 0 1px #f2f2f2 inset;
    box-shadow: 0 0 0 1px #f2f2f2 inset;
}
.ct-prod-container .product-gallery__carousel-item--active{
    -webkit-box-shadow: 0 0 0 1px #3366cc inset;
    box-shadow: 0 0 0 1px #3366cc inset;
}
.ct-prod-container .product__description table{
    margin-top: 10px;
}
.ct-prod-container .product__prices{
    background: url("../images/priceBg.png");
    font-size: 28px;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 10px;
}
span.ct-price-title {
    font-size: 18px;
    margin-right: 10px;
}
.ct-order-via-phone {
    background: #cb1c22;
    color: #fff;
    min-height: 66px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 7px 5px;
    margin-bottom: 15px;
}
.ct-order-via-phone a{
    color: #fff;
    display: block;
    width: 100%;
}
.ct-order-via-phone-title{
    font-size: 22px;
}
.ct-support-via-zalo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.ct-support-via-zalo a{
    display: block;
    text-align: center;
    border: 2px solid;
    width: calc(50% - 5px);
    border-radius: 10px;
    padding: 5px;
}
.ct-support-via-zalo a:nth-child(1){
    border-color: #db2921;
    color: #db2921;
}
.ct-warranty > div:nth-child(1) img{
    width: 20px;
}
.ct-warranty, .ct-address {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}
.ct-warranty > div:nth-child(1){
    background: #233b76;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ct-warranty  ul, .ct-address ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ct-warranty  ul li img{
    width: 20px;
    margin-right: 3px;
}
.ct-warranty  ul li, .ct-address ul li{
    font-size: 16px;
    margin-bottom: 5px;
}
.ct-warranty  ul li:last-child, .ct-address ul li:last-child{
    margin-bottom: 0px;
}
.ct-address i{
    color: #1e73ac;
    font-size: 14px;
}
.ct-prod-container .ct-prod-des .product-tabs__content{
    border: 1px solid #ddd;
}
.ct-prod-container .block-products-carousel{
    margin-top: 20px;
}
.ct-prod-container .product-card::before{
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.ct-prod-container .product-card .product-card__image{
    padding: 20px;
}
.ct-prod-container .product-card__name a{
    font-weight: normal;
    font-size: 16px;
}
.ct-prod-container .block-products-carousel__slider .product-card__new-price{
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.breadcrumb ol li:before {
    content: '/';
    padding: 0px 5px;
    font-size: 10px;
}
.page-header__container{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}
div#tab-rating{
    margin-top: 30px;
}
div#tab-rating h2 {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
div#tab-faq h2 {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.ct-faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 25px;
}
.ct-faq-ask {
    font-size: 16px;
    color: #212223;
    font-weight: bold;
    margin-bottom: 5px
}
div#tab-faq{
    margin-top: 35px;
}
.item-progress > span, .item-progress > div{
    display: inline-block;
}
.item-progress > div{
    width: calc(100% - 90px);
    vertical-align: middle;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
        height: 10px;
    border-radius: 10px;
}
.item-progress .box-progress .progress-bar {
    background: #23b445;
}
.item-progress > span:nth-child(3){
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin-left: 12px;
    color: #787878;
    line-height: 15px;
    vertical-align: middle;
}
.ct-rating-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-rating-avg {
    flex-basis: 150px;
    text-align: center;
}
.ct-rating-bar {
    flex-basis: calc(55% - 90px);
}
.ct-rating-avg > div:nth-child(2){
    margin: 10px 0 0;
    text-align: center;
    font-size: 47px;
    color: #fe302e;
    font-weight: 500;
    line-height: 1.3;
}
.ct-rating-avg > div:nth-child(4){
    font-size: 14px;
    color: #8f8f8f;
}
.ct-rating-star.rating-stars span.empty-stars {
    color: #c8cbcc;
}
.ct-rating-star.rating-stars .star{
    display: inline-block;
    margin: 0;
    text-align: center;
}
.ct-rating-star.rating-stars .star i {
    font-size: 15px;
}
.ct-rating-star.rating-stars  .filled-stars {
    color: #ffc120;
    text-shadow: none;
    -webkit-text-stroke: inherit;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.ct-rating-star.rating-stars {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.ratingBar {
  height: 30px;
}
#ratingBar1 {
  background-color: #ff6f31;
}
#ratingBar2 {
  background-color: #ff9f02;
}
#ratingBar3 {
  background-color: #ffcf02;
}
#ratingBar4 {
  background-color: #88b131;
}
#ratingBar5 {
  background-color: #99cc00;
}
.ct-rating-item {
    border-top: 1px solid #eee;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ct-rating-wrp {
    margin-top: 30px;
}

.ct-rating-left {
    flex-basis: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}
.ct-rating-left img{
    width: 65px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.ct-rating-right {
    flex-basis: calc(100% - 170px);
}
.ct-rating-right > div:nth-child(2){
    color: #23b445;
    margin-bottom: 5px;
    font-size: 14px;
}
.ct-rating-right .ct-rating-star.rating-stars .star i{
    font-size: 10px;
}
.title_call_box {
    background: #e01d12;
    border-bottom: 1px solid #1c94ac;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 1px solid #ba1108;
    font-weight: 700;
}
.call-box {
    background: #fd4339!important;
    padding: 10px!important;
    border-top: 1px solid #666;
}
.call-box .hotline {
    margin: auto;
    display: block;
    width: 200px;
    margin-bottom: 15px;
}
.call-box .hotline h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}
.call-box .hotline .phone {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    line-height: 30px;
}
.call-box .maps-link {
    padding: 5px 19px;
}
.call-box .info {
    padding: 15px 0;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    margin: 0px;
    border: none;
}
.call-box .maps-link a {
    border: 1px dashed #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    line-height: 30px;
}
.ct-prod-des {
    width: 74%;
    padding-right: 20px;
}
.ct-prod-des-side {
    width: 26%;
    margin-top: 50px;
}
.ct-toc{
    display: none !important;
}
div#tab-description {
    height: 990px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 15px auto;
    font-size: 15px;
    margin-top: -20px;
}

div#tab-description:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff 100%);
    width: 100%;
    height: 2em;
}
span#ct-show-more {
    color: #288ad6;
    border-radius: .25rem;
    border: 1px solid #288ad6;
    padding: 5px 15px;
    width: 150px;
}
.ct-rating-write {
    flex-basis: calc(43% - 75px);
}

.quantity-detail{
    margin-top: 15px;
}
.quantity-detail > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.quantity-detail > div:nth-child(1) .num-qt{
    width: 230px;
    margin-left: 15px;
}

.quantity-detail > div:nth-child(1) .num-qt button{
    border: 1px solid #ccc;
    flex: none;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-detail > div:nth-child(1) .num-qt button i{
    font-size: 12px;
}

.quantity-detail > div:nth-child(1) .num-qt input{
    width: 50px;
    flex: none;
}
.buy-btn > div{
    text-align: center;
    padding: 0;
}
.buy-btn > div button{
    width: 100%;
    background: #cb1c22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 7px 5px;
    height: auto;
}

.buy-btn > div button small{
    margin-top: 8px;
}


.img-items-modal img {
    width: 70px;
    border: 2px solid #f9f9f9;
}

.items-modal,
.note-cart {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.title-items-modal a {
    font-weight: bold;
    font-size: 14px;
}

.price-items-modal {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.price-items-modal span {
    color: #ed1b24;
}

.note-cart {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

.note-cart > div{
    width: 100% !important;
    max-width: unset;
}

.right-note-cart {
    font-size: 14px;
    text-align: right;
}

.right-note-cart span {
    color: #ed1b24;
    font-weight: bold;
}

.modal-box .modal-footer {
    background: #f9f9f9;
}

.modal-box .modal-footer .btn {
    font-weight: bold;
}

.modal-box .modal-title {
    color: #666;
}

#checkout-detail .modal-header{
    display: flex;
    border-bottom: 1px solid #ccc;
}

#checkout-detail .modal-header h4{
    order: 1;
}

#checkout-detail .modal-header button{
    order: 2;
}

#checkout-detail .items-modal > div{
    float: left;
    text-align: left;
}

#checkout-detail .col-xs-4 {
    width: 33.33333333%;
}

#checkout-detail .col-xs-8 {
    width: 66.66666667%;
}

#checkout-detail .modal-footer{
    justify-content: space-between;
    align-items: center;
}

#checkout-detail .modal-footer .clearFix{
    display: none;
}

#checkout-detail .modal-footer .modal-footer-btn:nth-child(2){
    display: none;
}

#checkout-detail .modal-footer .modal-footer-btn{
    flex-basis: 250px;
    max-width: unset;
    padding: 0;
    margin: 0;
    flex: unset;
    width: 250px;
}

#checkout-detail .modal-footer .modal-footer-btn button,
#checkout-detail .modal-footer .modal-footer-btn a{
    width: 100%;
}

@media(max-width: 991px){
    .ct-prod-detail-slide, .ct-prod-detail-specs, .ct-prod-detail-info {
        width: 100%;
        flex-basis: 100%;
        padding-right: 0px;
    }
    .ct-prod-container .product-gallery__carousel .owl-item{
        max-width: 120px;
    }
    .ct-prod-container .product-gallery__carousel .owl-stage-outer{
        text-align: center;
    }
     .ct-prod-container .product-gallery__carousel .owl-stage-outer .owl-stage{
          margin: 0 auto;
          text-align: center;
     }
     .ct-prod-des {
        width: 100%;
        padding-right: 0;
    }
    .ct-prod-des-side {
        width: 100%;
        margin-top: 25px;
    }
    .ct-rating-write button{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .ct-prod-container .product-tabs__list > a:nth-child(2), .ct-prod-container .product-tabs__list > a:nth-child(3){
        display: none;
    }
    .ct-rating-avg{
        flex-basis: 100%;
    }
    .ct-rating-bar {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .ct-rating-write{
        flex-basis: 100%;
        margin-top: 20px;
    }
    .ct-prod-container .product__gallery{
        min-height: 470px;
    }
}

@media(max-width: 640px){
    #checkout-detail .modal-footer{
        flex-direction: column;
    }
    #checkout-detail .modal-footer .modal-footer-btn{
        flex-basis: 100% !important;
        margin: 0;
        margin-bottom: 5px;
    }

    #checkout-detail .modal-footer .modal-footer-btn button,
    #checkout-detail .modal-footer .modal-footer-btn a{
        width: 100%;
    }
}


@media(max-width: 480px){
    .ct-prod-des-side{
        display: none;
    }
    .ct-order-via-phone-title{
        font-size: 18px;
    }
    .ct-rating-left{
        flex-basis: 60px;
    }
    .ct-rating-right {
        flex-basis: calc(100% - 80px);
    }
}
