@media (min-width: 1200px) {
    .item-detail .card-body {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }
}
@media (min-width: 992px) {
    .item-detail .left {
        max-width: 500px !important;
        /* width: 500px !important; */
        max-height: 550px !important;
    }
    .item-detail .right {
        max-width: calc(100% - 500px) !important;
        /* width: calc(100% - 550px) !important; */
        padding-left: 45px !important;
    }
}

.d-none {
    display: none !important;
}

.product-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.product-item.active {
    display: block;
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control.left {
    left: 0;
}
.carousel-control.right {
    right: 0;
}
.carousel-control.right:focus, .carousel-control.right:hover, .carousel-control.left:focus, .carousel-control.left:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.icon-prev, .icon-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
      background-image: none;
      background-size: 100% 100%;
}
.icon-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.icon-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.list-slick-item {
    margin-top: 2px;
    margin-bottom: 14px;
}

.over-visible {
    overflow: visible;
}
.item-detail .left .product-item div {
    width: 100%;
    height: 100%;
}

/*.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: white;
}*/

/* .container {
    max-width: 880px;
    padding: 20px 10px;
    margin: 0 auto;
} */
.left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-1 .product-item {
    min-width: 450px !important;
    height: 450px !important;
    /* left: px !important; */
}
.left .nav-arrows {
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.left .nav-arrows svg {
    fill: white;
}
.left .arrow-left {
    margin-right: 35px;
}

.left .photos-counter {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 20px;
    color: white;
    background: #292929;
}
.sync-active {
    border: 1px solid red;
}
.slick-slide[aria-hidden="true"] {
    display: none !important;
}

.title label {
    font-weight: 500;
    font-size: 1.25rem;
    word-wrap: break-word;
    color: #393E44;
    line-height: 1.8rem !important;
}
@media only screen and (min-width: 768px) {
    .d-flex-custom {
        display: flex;
    }
}
.price {
    font-size: 1.875rem;
    font-weight: 500;
    color: #055f1f;
}
.rate .number-star {
    font-size: 17px !important;
    color: #055f1f;
    text-decoration: underline;
}
.assessment .number {
    text-decoration: underline;
    font-size: 17px !important;
    color: #393E44;
}
.sold .number {
    color: #393E44;
}
.assessment, .sold {
    font-size: 17px !important;
}
.rate .border-right {
    border-right: 1px solid #000 !important;
}
.quantity label, .phanloai label {
    font-size: 15px;
}
.quantity .input-group-btn.input-group-prepend {
    width: 30px !important;
    height: 30px !important;
}
.quantity .bootstrap-touchspin-down {
    padding: 2px 12px;
}
.quantity .bootstrap-touchspin-up {
    padding: 2px 10px;
}
.quantity #input-quantity {
    height: 30px;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
    background-color: aliceblue;
    color: #000;
    border: 1px solid #ced4da !important;
    box-shadow: 0 0px 0px 0 rgba(0,86,193,.5) !important;
}
.btn.btn-category {
    color: rgba(49, 46, 46, 0.8);
    border: 1px solid #c1bdbd !important;
}
.btn.btn-category.active {
    color: var(--brand-primary-color,#ee4d2d);
    border-color: #ee4d2d !important;
    position: relative;
    
}
.product-variation__tick {
    display: none;
}
.btn-category.active .product-variation__tick {
    width: .9375rem;
    height: .9375rem;
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
    display: block !important;
}
.btn-category.active .product-variation__tick::before {
    border: 1.0375rem solid transparent;
    border-bottom: 1.0375rem solid var(--brand-primary-color,#ee4d2d);
    content: "";
    position: absolute;
    right: -1.0375rem;
    bottom: 0;
}
.btn-category.active .product-variation__tick .fas.fa-check{
    position: absolute;
    color: #fff;
    top: 6px;
    left: 5px;
    font-size: 9px;
}
#table-provider .table td, #table-provider .table th {
    padding: .60rem !important;
    vertical-align: inherit !important;
}
.btn-outline-green {
    color: #277843;
    border-color: #277843;
}
.btn-outline-green:hover {
    color: #fff;
    background-color: #277843;
}

.btn-choose {
    color: #fff !important;
    background-color: #ee4d2d !important;
    border-color: #ee4d2d;
}
.btn-choose:hover {
    color: #ee4d2d;
    background-color: #fff;
}
.grid-data .btn-choose {
    display: none !important;
}
.grid-data .btn-outline-primary {
    display: block !important;
}
.active-row-choose .btn-outline-primary {
    display: none !important;
}
.active-row-choose .btn-choose {
    display: block !important;
}
.item-description .title {
    background: rgba(43, 43, 43, 0.07);
    color: rgba(0,0,0,.87);
    font-size: 1.125rem;
    padding: .875rem;
    font-weight: 400;
    padding-left: 10px !important;
}
.shop-name p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
}
.bref-shop-info label {
    text-transform: capitalize;
    color: rgba(0,0,0,.4);
    margin-right: .75rem;
}
.bref-shop-info span {
    color: #d0011b;
}
.sold-out {
    font-size: 17px;
    margin-top: 12px;
}
.item_rating {
    margin-right: 8px;
}
.back_stars {
    color: #DCDCDC;
    position: relative;
}
.front_stars {
    color: #055f1f;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.item_rating i {
    font-size: 17px;
}

.table-certificate tbody td.active{
    cursor: pointer;
    color: #0056c1 !important;
}

.item-rated .title {
    background: rgba(43, 43, 43, 0.07);
    color: rgba(0,0,0,.87);
    font-size: 1.125rem;
    padding: .875rem;
      padding-left: 0.875rem;
    font-weight: 400;
    padding-left: 10px !important;
}

.customer-rated .customer_name {
    color: rgba(0,0,0,.87);
}
.customer-rated .rating_content_item {
    color: rgba(0,0,0,.87);
}
.customer-rated .item_rating {
    margin-right: 8px;
}
.customer-rated .back_stars {
    color: #DCDCDC;
    position: relative;
}
.customer-rated .front_stars {
    color: #FFD700;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.customer-rated .item_rating i {
    font-size: 14px;
}
.customer-rated .customer_avatar {
    width: 50px;
    height: 50px;
}
.customer-rated .customer_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.item-rated-overview {
    background-color: #fffbf8;
    min-height: 5rem;
    border: 1px solid #f9ede5;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.875rem;
}

.item-rated-overview-left {
    text-align: center;
    margin-right: 1.875rem;
}

.score-wrapper {
    color: #ee4d2d;
    font-size: 1.125rem;
}
.rating-score {
    font-size: 1.875rem;
}

.item-rated-overview-right {
    flex: 1;
    margin-left: .9375rem;
}

.item-rated-overview-filter {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2rem;
    line-height: 2rem;
    min-width: 6.25rem;
    text-align: center;
    padding: 0 .625rem;
    color: rgba(0,0,0,.8);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.09);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: .5rem;
    text-decoration: none;
    color: rgba(0,0,0,.87);
    text-transform: capitalize;
    border-radius: 2px;
    margin-bottom: .3125rem;
    margin-top: .3125rem;
}
.item-rated-overview-filter.active {
    border-color: #ee4d2d;
    fill: #ee4d2d;
    color: #ee4d2d;
}


.carousel-rated {
    width: 400px !important;
    height: 300px !important;
}
.customer-rated .icon-next,
.customer-rated .icon-prev {
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
    margin-top: -32px;
}
.customer-rated .cus-icon-next:after {
    content: '>';
    font-size: 35px;
    color: #fff;
}
.customer-rated .cus-icon-prev:after {
    content: '<';
    font-size: 35px;
    color: #fff;
}
.customer-rated .carousel-control.left,
.customer-rated .carousel-control.right {
    position: absolute;
    top: calc(50% - 25px);
    height: 50px !important;
    background-color: #0f0f0f;
    width: 35px;
}
.customer-rated .list-slick-item .product-item {
    width: 90px !important;
    height: 90px !important;
    cursor: zoom-in;
} 
.customer-rated .list-slick-item .product-item.sync-active {
    cursor: zoom-out;
} 
.customer-rated .list-slick-item .product-item .image_container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 100% 0 0 0;
}
.customer-rated .list-slick-item .product-item .image_container img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.customer-rated .list-slick-item .slick-slide {
    width: 90px !important;
    margin-right: 12px;
}
.customer-rated .list-slick-item .slick-slide:last-child {
    margin-right: 0px;
}   
.customer-rated .slick-track {
    width: 482px !important;
    margin-left: 0;
}
.customer-rated .img-item {
    width: 400px;
    height: 300px;
}
.customer-rated .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.cursor-pointer-custom {
    cursor: pointer;
}

.product-item {
    min-height: 0px !important;
}

.feedback .comment {
    padding: 15px 20px;
    background: #F2F2F2;
    font-size: 14px;
    line-height: 20px;
    text-align: justify
}
.feedback .comment p {
    margin-bottom: 0
}
.feedback h4 {
    position: relative;
    margin-bottom: 10px;
    margin-top: 6px;
}