.product-detail-information .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.product-detail-information .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    color: #000;
    padding: 8px 30px;
}
.product-detail-information .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.product-detail-information  .tap-mob-heading {
    display: none;
}
.related-products-slider .slick-arrow, .home-banner-slider .slick-arrow, .recently-products-slider  .slick-arrow{
    position: absolute;
    z-index: 99;
    top: 40%;
    background: transparent;
    border: none;
    padding: 20px;
    font-size: 0;
}
.related-products-slider .slick-prev::after, .home-banner-slider .slick-prev::after, .recently-products-slider  .slick-prev::after{
    position: absolute;
    content: "";
    top:0;
    background-image: url(../images/marquee-header-arrow1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.related-products-slider .slick-next::after, .home-banner-slider .slick-next::after, .recently-products-slider  .slick-next::after{
    position: absolute;
    content: "";
    top:0;
    background-image: url(../images/marquee-header-arrow2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.related-products-slider .slick-next, .home-banner-slider .slick-next, .recently-products-slider  .slick-next{
    right: -10px;
}
.related-products-slider .slick-prev, .home-banner-slider .slick-prev, .recently-products-slider  .slick-prev{
    left: -35px;
}
.product-detail-section .product-detail-tab {
    border: none;
    justify-content: center;
}
.product-detail-section .product-detail-tab .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 10px;
}
.product-info ul li {
    margin-left: 0 !important;
    margin-right: 10px;
    display: inline-block;
    width: 32%;
    margin-bottom: 10px;
}
.product-color-rugs ul li.product-active a{
    background-color: #f2f2f2;
    border-color: #000;
} 
.product-size-detail ul li a {
    font-size: 13px;
    color: #000;
    text-align: center;
    font-weight: 300;
    display: block;
    border: 1px solid #ddd;
    margin: 0 10px 0 0;
    padding: 2px 8px;
    line-height: 18px;
}
.product-size-detail ul li.active a {
    background-color: #f2f2f2;
    border-color: #000;
}
.product-size-detail ul li .custom-btn {
    min-height: 42px;
    padding-top: 11px;
}
.product-amount span {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    margin-right: 6px;
}
.product-quantity select {
    margin-right: 30px;
    padding: 4px 20px 4px 10px;
}
.product-amount-quantity {
    align-items: center;
}
.product-action-btn a {
    display: block;
    border: 1px solid #000;
    text-align: center;
    margin: 20px 10px;
    padding: 10px 90px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.product-action-btn a:first-child, .product-action-btn a:nth-child(2) {
    margin-left: 0;
}
.product-action-btn a:last-child {
    background-color:#000;
    color: #fff;
}
.product-size-detail{
    margin: 10px auto 20px;
}
.product-enquiry-form label{
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-enquiry-form input, .product-enquiry-form textarea{
    background-color: #f2f2f2;
    padding: 8px 10px;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.product-enquiry-form textarea{
    resize: none;
    height: 120px;
}
.product-enquiry-form button{
    background-color: #000;
    color: #fff;
    padding: 8px 30px;
    border: none;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 1px;
}
#productCustomSize{display: none;}
.product-amount-quantity {
    margin-left: 2px;
}
.productCustomDiv {
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 20px;
}
.productCustomDiv select, .productCustomDiv input{
    width:100%;
    padding: 6px 15px;
    margin-bottom: 6px;
}
.size-deliver-time{
    font-size: 10px;
}
.product-detail-information .tabpane-inner-content table tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}
.product-detail-information .tabpane-inner-content table tr td {
    padding: 4px 10px;
}
.product-detail-overview a{
    display: block;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
}
.product-detail-overview-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 15px;
    background-color: #fff;
    display: block;
    border: 1px solid #ddd;
    padding-top: 25px;
}
.product-detail-overview a .d-flex{
    flex-direction: column;
}
.amount-quantity-contact{
    justify-content: space-between;
    align-items: center;
}
.product-heading-line{
    justify-content: space-between;
}
.product-share-icon .d-flex {
    justify-content: center;
    align-items: self-start;
    width: 100px;
    margin-top: 6px;
}
.product-share-icon img {
    margin-left: 10px;
    width: 18px;
    margin-top: 3px;
}
.zoom {
    background-position: 50% 50%;
    cursor: zoom-in;
  }
  .zoom img:hover {
    opacity: 0;
  }
  .zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
  }
  .product-color-rugs ul {
    overflow-y: auto;
}
    .product-color-rugs ul li a {
        height: 40px;
        width: 40px;
        border-radius: 100%;
        padding: 1px;
        border: 1px solid #0000005e;
        margin: 5px;
        display: block;
    }
        .product-color-rugs ul li.product-active a {
            box-shadow: 0px 0px 7px #724c70;
        }
        .product-color-rugs ul li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 100%;
        }
        .product-color-rugs ul::-webkit-scrollbar {
            height: 6px;
            background-color: #ffffff;
        }

.product-color-rugs ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #333;
}
.product-color-rugs ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 0px;
    background-color: #ddd;
}

#shipping-tab-pane .tabpane-inner-content ul li {
    list-style: outside;
}

#shipping-tab-pane .tabpane-inner-content ul {
    padding-left: 30px;
}

.product-color-rugs img {
    width: 100%;
}
.product-detail-tab li {
    width: 19%;
    margin: 0 5px;
}
.product-size-detail ul li {
    width: 16%;
    display: inline-block;
    margin-bottom: 5px;
}

@media(max-width:767px){
    .product-detail-information .tab-content>.tab-pane {
        display: block;
    }
    .product-detail-information .fade:not(.show) {
        opacity: 1;
    }
    .tab-content>.tab-pane .tabpane-inner-content {
        display: none;
    }
    .tab-content>.active .tabpane-inner-content {
        display: block;
    }
    .product-detail-information .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        display: none;
    }
    .product-detail-img-slider .fade:not(.show) {
        opacity: 1;
    }
    .product-detail-information  .tap-mob-heading {
        display: block;
    }
    .product-detail-section .product-detail-tab {
        display: none;
    }
    .product-detail-information .tab-content>.tab-pane {
        margin-bottom: 15px;
    }
    .product-action-btn a {
        margin: 20px auto 0;
        padding: 10px 50px;
        font-size: 15px;
        width: 100%;
    }
    .product-action-btn a {
        padding: 10px 20px;
    }
    .tap-mob-heading a {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 8px 10px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        background-color: #f2f2f2;
    }
    .product-detail-overview .row .col-lg-4.col-md-4.col-sm-6.col-6 {
        display: inline-block;
    }
    .product-detail-overview .row {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }
    .product-info ul li {
        width: 29%;
    }
    .product-info ul li .fs-15{
        font-size: 13px;
    }
    .product-heading-line .fs-30{
        font-size: 20px;
    }
    .product-heading-line {
        flex-direction: column;
    }
    .product-share-icon .d-flex {
        justify-content: start;
        width: auto;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .tap-mob-heading a::after {
        position: absolute;
        top: 8px;
        right: 10px;
        content: "<";
        font-size: 22px;
        transform: rotate(268deg);
        left: auto;
    }
    .show .tap-mob-heading a::after {
        transform: rotate(88deg);
    }
    .product-size-detail ul {
        display: block;
    }
    .product-size-detail ul li {
        width: 120px;
    }
}
@media only screen and (max-width:1200px) and (min-width:992px){
    .product-detail-information .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 15px;
    }
    .product-action-btn a {
        margin: 10px 10px;
        padding: 8px 40px;
        font-size: 15px;
    }
    .product-size-detail {
        margin: 10px auto 10px;
    }
    .product-info ul li {
        margin-right: 6px;
    }
    .product-size-detail ul li {
        width: 24%;
    }
}
@media only screen and (max-width:1400px) and (min-width:1201px) {
    .product-size-detail ul li {
        width: 17%;
    }
}

.product-info-arrow-icon {
    display: none;
}

@media(max-width:767px) {
    .product-info-arrow-icon {
        position: absolute;
        top: 8px;
        right: 6px;
        height: 18px;
        width: 18px;
        display: block;
    }

    .product-detail-information .tab-content > .tab-pane.active svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
}