.btn.btn-primary {
    background-color: #f60;
    border-color: #f60
}

.btn.btn-primary:hover {
    background: #e55b00;
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #e55b00;
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

@media(min-width:769px) {
    .container-detail {
        max-width: 1440px;
        min-width: 1180px;
        padding: 0 40px;
    }
}

.detail-product-comment {
    display: flex;
    font-size: 12px;
    height: 34px;
}

.detail-separator::after {
    content: "·";
    margin: 0px 4px;
}

.product-detail__title h1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #222;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
}

.product-company {
    align-items: center;
    background-color: #f8f8f8;
    background-size: 100% 100%;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    height: 40px;
    margin-bottom: 24px;
}

.product-company .company-logo {
    background-color: #fff;
    border: .5px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    height: 28px;
    margin: 0 4px;
    width: 28px;
}

.product-company .product-company-info {
    align-items: center;
    display: flex;
    height: 22px;
    margin-left: 4px;
    overflow: hidden;
}

.detail-product .detail-product-image {
    position: relative;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    height: 486px;
}

.detail-product-image .image-slider {
    position: relative;
    width: 88%;
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .05);
}

.detail-product-image .image-slider-item {
    height: 486px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-product-image .image-slider-item img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.thumb-slider {
    width: 70px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px !important;
    width: 70px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #222;
}

.product-price {
    border-bottom: 1px solid #e6e7eb;
    padding-bottom: 24px;
}

.product-price .price-list {
   
}

.product-price .price-list .price-item {
    margin-bottom: 10px;
}

.price-list .price-item .quality {
    color: #666;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.product-price .price-list .price-item .price {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}


.form-rfq h3{
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
.product-option h3,
.product-logictic h3,
.product-shipping h3,
.product-info-company h3,
.product-description h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.product-option .sku-option {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
}

.product-option .sku-option .item-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-option .sku-option .item-right>a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
    white-space: nowrap;
}

.product-option .sku-info h4 {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 16px;
    position: relative;
}

.product-option .sku-info .info-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 44px;
    overflow: hidden;
}

.product-option .sku-info .info-item a.image {
    border-radius: 4px;
    display: inline-block;
    height: 44px;
    width: 44px;
    position: relative;
}

.product-option .sku-info .info-item a.image:before {
    background-color: rgba(0, 0, 0, .04);
    border-radius: 4px;
    content: "";
    display: block;
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 44px;
}

.product-option .sku-info .info-item a.image>img {
    border-radius: 4px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.product-option .sku-info .info-item a.image.selected {
    border: 2px solid #222;
    padding: 1px;
}

.product-option .sku-info .info-item a.text {
    border: 2px solid #fff;
    border-radius: 8px;
    display: grid;
    text-align: center;
    text-decoration: none;
}

.product-option .sku-info .info-item a.text>span {
    background-color: #f4f4f4;
    border-radius: 8px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 12px;
}

.product-logictic .logistic-item {
    font-size: 16px;
    line-height: 22px;
    min-height: 22px;
}

.product-button {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-button>.button-item {
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 35px;
}

.product-button>.button-item:first-child {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
}

.product-order {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 16px;
}

.product-shipping {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.product-shipping .shipping-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-shipping .shipping-item h4 {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 600;
    gap: 4px;
    line-height: 22px;
}

.product-shipping .shipping-item>div {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 26px;
}
.product-description{
    font-size: 16px;
}
/******fdffdfd**/

.product-list-recommend h2,
.product-list-popular h2 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.product-attribute .attribute-list {
    border-collapse: collapse;
    display: table;
}

.product-attribute .attribute-list .attribute-item {
    border: 1px solid #ddd;
    display: table-row;
}

.product-attribute .attribute-list .attribute-item>div {
    border: 1px solid #ddd;
    color: #222;
    display: table-cell;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px;
}

.product-attribute .attribute-list .attribute-item>div.left {
    background: #f4f4f4;
    width: 320px;
}

.product-attribute .attribute-list .attribute-item>div.right {
    width: 420px;
}

.product-attribute h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.product-attribute .attribute-info h4 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-info-company .card {
    background-color: #f4f4f4;
    border-radius: 8px;
}

.product-info-company .card-header .media>a {
    align-items: center;
    background: #fff;
    border: .5px solid #ddd;
    border-radius: 8px;
    display: flex;
    height: 48px;
    overflow: hidden;
    width: 48px;
}

.product-info-company .card-header .media>a>img {
    max-height: 48px;
    max-width: 48px;
}

.product-info-company .header-info {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.product-info-company .company-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.product-info-company .company-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 30%;
}

.product-info-company .company-body .company-info .info-title {
    font-size: 16px;
}

.product-info-company .company-body .company-info .info-intro {
    font-size: 20px;
    font-weight: 600;
}

.product-info-company .company-action {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.description-info h3 {
    border-bottom-style: solid;
    border-bottom-color: #53647a;
    font-family: Roboto;
    font-size: 24px;
    color: #53647a;
    font-style: normal;
    border-bottom-width: 2px;
    padding-top: 8px;
    padding-bottom: 4px;
}
.description-info img{
        max-width: 100%;
        height: auto;
        }
/**product recommend**/

.product-recommend {
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 32px;
}
/*detail-seller*/

.detail-seller {
    z-index: 9999;
}

.detail-seller.fixed {
    width: 385px;
    max-width: 504px;
    position: fixed;
    top: 135px;
}

.detail-seller.fixed .card {
    position: relative;
}

.detail-seller.fixed .card-body {
    max-height: calc(100vh - 170px);
    overflow: scroll;
    padding-bottom: 120px;
}

.detail-seller.fixed .product-button {
    border-radius: 0 0 8px 8px;
    bottom: 0;
    box-shadow: 0 2px 15px 0 hsla(0, 0%, 69%, .5);
    left: 0;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 16px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.modal-dialog__detail-seller {
    transition: all .2s;
    height: 100vh;
    animation: slide-in-right ease .3s;
    background-color: #fff;
    bottom: 0;
    position: fixed;
    right: -100%;
    bottom: 0;
    transform: translateX(100%);
    width: 600px;
    z-index: 99999;
}

.modal-dialog__detail-seller.visible {
    right: 0;
    transform: translateX(0);
}

.modal-dialog__detail-seller .modal-content {
    height: 100%;
}

.modal-dialog__detail-seller .modal-content .product-button {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -10px 10px -10px hsla(0, 0%, 69%, .5);
    left: 0;
    padding: 6px 20px 28px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

@keyframes slide-in-right {
    0% {
        right: -100%
    }
    to {
        right: 0
    }
}


.product-grid .popular-products {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, 1fr);
}


.product-item .thumb-img a{
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.product-item .thumb-img a::before{
    background: rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    content: "";
    inset: 0;
    position: absolute;
}
.product-item .thumb-img a>img{
    border-radius: 16px;
    }
.btn-outline-dark:hover{
    background-color: #fff;
    color:#000;
    }
 @media(max-width:768px) {
        .product-company{
            display: none;
        }
        .detail-product .detail-product-image, .detail-product-image .image-slider-item{
        height:auto
        }
        .detail-product-image .image-slider{
        width:100%;
        } 
        .thumb-slider {
        display: none;
        }
      
        .product-grid .popular-products {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        }
        .product-price{
            border: 0;
            padding-bottom: 10px;
        }
        .product-price .price-list{
            scrollbar-width: none;
            -ms-overflow-style: none;
            overflow-x: auto;
            overflow-y: hidden;
            flex-wrap: nowrap;
            display: flex;
            gap: 16px;
        }
        .product-price .price-list .price-item{
            margin-right: 8px;
        }
        .product-price .price-list .price-item .price {
            color: #222;
            font-size: 18px;
            font-weight: 700;
            text-wrap: nowrap;
        }
        .product-detail__title h1{
            font-weight: normal;
        }
        .product-button>.button-item{
            height: 40px;
        }
        .modal-dialog__detail-seller{
            width: 100%;
        }
}