.request-visual{
    color: #000000 !important;
}
.request-sample{
    color: #000000 !important;
}
.pointer {
    cursor: pointer;
}
.pricing-table{
    width: 100%;
}

.product-img{
    height: 400px !important;
}

.btn-outline{
    border: 1px solid #a6a6a6;
    padding: 10px;
/*    font-weight: 400;*/
    width: 33%;
    font-size: 14px;
    border: 0px solid transparent;
    border-radius: 5px 5px 5px 5px !important;
}

.btn-outline-selected{
    border: none;
    background-color: #ffe632;
/*    font-weight: bold;*/
}

.btn-outline-selected:hover{
    border: none;
    background-color: #ffe632;
    font-weight: bold;
}

.btn-buy-sample{
    border: none;
    background: none !important;
    font-size: 13px;
    width: 100% !important;
    font-weight: 500 !important;
/*    padding: 10px;*/
/*    font-weight: bold;*/
/*    color: #fff;*/
}
.btn-outline:hover{
    background-color: #ffe632 !important;
    font-weight: bold;
}

.calculate-table tr th{
    font-size: 12px;
    padding: 5px;
}
.calculate-table-thead{
    text-align: center;
    background-color: #D9D9D9;
}
.calculate-table tr td{
    font-size: 12px;
    padding: 5px;
}

.pricing-table{
    border-color: #d8d8d8;
}

.pricing-table tr th{
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
}
.pricing-table tr td{
    font-size: 12px;
    padding: 5px;
}

.table-gst-txt{
    text-align: right;
    font-size: 10px;
}

.calculate-header{
    font-size: 16px;
    font-weight: 600;
}

.fav-item-collection{
    font-size: 30px;
}

.product-dispatch{
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
}

.grand-total{
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.text-gray-400.a-hover:hover{
    color: #ff6666 !important;
}

.read-only {
    pointer-events: none;
    padding: 0;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    vertical-align: inherit;
    background-color: inherit;
    width: 100px;
}
.hide{
    display: none !important;
}

.add-more-branding{
    display: flex;
    margin: 5px 0;
    justify-content: space-between;
    border: 1px solid #d8d8d8;
    padding: 4px 10px;
}
.add-more-branding .fa-plus{
    justify-content: space-between;
    padding: 4px 16px;
}

.select-brand{
    width: 100% !important;
/*    display: initial;*/
}

.add-more-branding{
    width: 87%;
}

.brand-lbl{
    width: 100%;
}
.nav-link.active:before{
    border-top: none;
}

.promo-code-tr{
    border-bottom: none;
    border-color: inherit;
}

.promo-code-td{
    border-bottom: 1px solid !important;
    border-color: inherit !important;
}
.border-none-td{
    border: none;
}

.discount-color{
    color: #db2c6c !important;
}
.label-main {
    background-color: #d9d9d9;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    padding: 0px;
    text-align: center;
    vertical-align: center;
    color: white;
    font-weight: 600;
    line-height: 26px;
}

.product-qty::-webkit-inner-spin-button, 
.product-qty::-webkit-outer-spin-button {
    opacity: 1;
}

#productSlider{
    height: 400px;
}

.stock-table thead tr th{
    padding: 10px;
    background-color: #efefef;
}
.stock-table tbody tr td{
    padding: 10px;
}
.stock-table{
    border: 2px solid #c1bfbf;
    width: 90%;
}
.vandor-name{
    float: left; 
    color: #ffffff;
    font-size: 14px;
    position: relative;
    bottom: 10px;
    padding-left: 20px;
}

@media only screen and (max-width:700px){
    .product-img-mobile{
        margin-top: 44px !important;
    }
    .breadcrumb-sidebar{
        display: none !important;
    }
    .select-brand-2{
        font-size: 12px;
    }
    .brand-sel .add-more-branding-1{
        width: 100%;
        z-index: 5 !important;
    }
    .add-more-branding-3{
        width: 87%;
    }
    .brand-sel{
        width: 94%;
        padding-left: 34px;
    }
    .quantity-label{
        width: 30% !important;
    }
    .actual-colour{
        width: 65% !important;
    }
    .product-qty{
        text-align: center;
        width: 100px !important;
        margin-left: 21px;
    }
    .product-qty::-webkit-inner-spin-button{
        margin: 0;
    }
    #productSlider{
        height: 250px !important;
    }
    .product-img {
        height: 250px !important;
        position: relative;
        left: 50px;
    }
    .flickity-slider{
        transform: translateX(0%) !important;
    }
    .add-more-branding{
        font-size: 12px;
    }
    .brand-sel .brand-sel-1 {
        float: right !important;
    }
    .select-brand-3{
        font-size: 12px;
        z-index: 5 !important;
    }
    .place-order-midia .input-group{
        width: 100% !important;
        margin: 5px !important;
    }
    .shipping-details{
        margin-top: 25px !important;
        text-align: left !important;
    }
    .shipping-details p{
        text-align: center !important;
    }
    .select-selected .select-brand .select-brand-3{
        float: right !important;
    }
    .pricing-table tbody tr th {
/*        position: sticky;*/
        left: 0;
        z-index: 99999;
        background: #fff;
    }
    .pricing-table thead tr th:first-child, tbody tr th:first-child  {
/*        position: sticky !important;*/
        left: 0;
        top: 0;
        z-index: 1;
        background-color: #fff !important;
    }
    .pricing-table thead tr{
/*        position: sticky;*/
        left: 10px;
        background: #fff;
    }
    .remove-btn-color{
        font-size: 21px;
        padding-left: 10px;
    }
    .breadcrumb-font-size {
        font-size: 12px !important;
        margin-top: -75px;
        border-top: 1px solid #d2d2d2;
        padding-top: 15px;
    }
    .custom-color-select{
        width:80% !important;
        margin-bottom:20px !important;
    }
    .choose-branding-method{
        margin-top:20px !important;
    }
    .clq-page-nav{
        margin-bottom: -20px !important;
    }
    .hide-on-mobile {
        display: none;
    }

}