.filter-page .c-right-side #quantity{
    display: flex!important;
    margin-top: 14px !important;
}
.slider_product_1 .c-right-side #quantity{
    margin-top: -15px !important;
}
.ps-shopping .c-right-side #quantity{
    margin-top: 0px !important;
}
.filter-page #quantity .quantity-control, .rcmd_product_add_to_cart #quantity .quantity-control{
    border: unset!important;
    border-radius: unset!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    color: #6c1d45!important;
    margin-top: 15px;
}
.filter-page #quantity .quantity-control span.minus-quantity, .rcmd_product_add_to_cart #quantity .quantity-control span.minus-quantity{
    border-radius: 0px 5px 5px 0px!important;
}
.filter-page #quantity .quantity-control span, .rcmd_product_add_to_cart .filter-page #quantity .quantity-control span{
    margin: 0!important;
    margin-right: 0!important;
    position: relative!important;
    top: 0!important;
    height: 35px!important;
    width: 35px!important;
    line-height: 19px!important;
    background: 0 0!important;
    border: 1px solid #e0e0e0!important;
    color: #6c1d45!important;
    font-size: 14px;
    padding: 12px!important;
    cursor: pointer;
    transition: .3s all ease;
}
.filter-page #quantity .form-control, .rcmd_product_add_to_cart #quantity .form-control{
    border-top: 1px solid #e0e0e0!important;
    border-radius: 0;
    color: var(--sub-main-color)!important;
    font-size: 15px!important;
    font-weight: 600;
    width: 70px;
    height: 35px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 0;
    background: #efefefc2;
}
.filter-page #quantity .quantity-control span.plus-quantity, .rcmd_product_add_to_cart #quantity .quantity-control span.plus-quantity{
    border-radius: 5px 0 0 5px!important;
}
.filter-page #quantity .quantity-control span, .rcmd_product_add_to_cart #quantity .quantity-control span{
    margin: 0!important;
    margin-right: 0!important;
    position: relative!important;
    top: 0!important;
    height: 35px!important;
    width: 35px!important;
    line-height: 19px!important;
    background: 0 0!important;
    border: 1px solid #e0e0e0!important;
    color: #6c1d45!important;
    font-size: 14px;
    padding: 12px!important;
    cursor: pointer;
    transition: .3s all ease;
}
.rcmd_product_price_footer{
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-bottom: 0 !important;
}

.ps-product .ps-product__container{
    padding-bottom: 0 !important;
}
.ps-product .ps-product__actions button{
    border: 1px solid #33CB98!important;
    color: #33CB98 !important;
}
.ps-product .ps-product__actions button:hover {
    background-color: #33CB98 !important;
    color: #fff !important;
}
.svg-inline--fa.fa-minus.fa-w-12, .svg-inline--fa.fa-plus.fa-w-12{
    color: #058057;
}
.pagination{
    justify-content: unset !important;
}
.page-item.active .page-link {
    background-color: #33CB98 !important;
    border-color: #33CB98 !important;
}
.widget_shop .widget-title{
    color: #33CB98!important;
}
.widget_shop .ps-list--categories li a:hover {
    color: #33CB98 !important;
}
span.price-old.price-discount span{
    font-size: 12px;
    color: #058057;
}
.content_price.price.font-ct{
    width: fit-content;
    background-color: #ff993314;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #058057;
}
.request-for-quotation-card{
    margin-top: 20px;
}
.request-for-quotation-card{
    padding: 20px 0 !important;
}
.you-can-activate{
    padding: 0 20px 20px 20px;
    color: #058057;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.request-for-quotation{
    padding: 5px 20px 5px 20px;
}
.request-for-quotation label:first-child{
    top: 5px;
    position: relative;
}





/* *************************************** */
.switch-btn {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}
.switch-btn input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(182, 182, 182);
    transition: .4s;
    border-radius: 35px;
}
.slider-btn:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 35px;
    left: 0.3em;
    bottom: 0.3em;
    transform: rotate(270deg);
    background-color: rgb(255, 255, 255);
    transition: .4s;
}
.switch-btn input:checked + .slider-btn {
    background-color: #21cc4c;
}
.switch-btn input:focus + .slider-btn {
    box-shadow: 0 0 1px #2196F3;
}
.switch-btn input:checked + .slider-btn:before {
    transform: translateX(1.5em);
}
.ps-product--detail .ps-product__meta, .border_bott, .vue_options{
    border-bottom: unset !important;
}
.vue_options, .ps-product__shopping .btn-options{
    display: block !important;
}
.vat_included{
    margin: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
}
.ps-product--detail .ps-product__shopping{
    display: block !important;
}
.pricing-list{
    margin: 20px 0;
}
.pricing-list tr:first-child th{
    color: #058057;
}
.pricing-list tr:first-child{
    border: 1px solid #DEE2E6;
}
.pricing-list table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.pricing-list td, .pricing-list th {
    padding: 10px 30px;
}
.pricing-list tr.active td:first-child span{
    background-color: #33CB98;
    padding: 3px 15px;
    border-radius: 4px;
    border: 1px solid #33CB98;
}
.pricing-list tr:not(.active) td:first-child span{
    background-color: #fff;
    padding: 3px 15px;
    border-radius: 4px;
    border: 1px solid #DEE2E6;
}
.pricing-list tr:hover td:first-child span{
    background-color: #33CB98;
    padding: 3px 15px;
    border-radius: 4px;
    border: 1px solid #33CB98;
}
.pricing-list tr th{
    font-weight: bold;
}
.pricing-list tr{
    cursor: pointer;
}
.pricing-list .item-discount{
    color: #ff6e55;
    font-weight: bold;
}
.pricing-list .item-box-price{
    color: #058057;
    font-weight: bold;
}
.product-details-overview {
    display: flex;
    margin: 20px 0;
    /* border-bottom: 1px solid hsla(0, 0%, 58.8%, .45098039215686275); */
    padding-bottom: 20px;
}
.product-details-overview .product-details-quantity, .product-details-overview .product-details-total{
    width: 50%;
}
.product-details-total span{
    font-size: 28px;
    font-weight: 700;
}
.product-details-total{
    text-align: end;
}
.min-quantity{
    color: #ff6e55;
    font-size: 14px;
}
.filter-category-section .ps-list--categories li a{
    padding: 7px 20px !important;
    color: #657786;
    font-size: 15px;
    cursor: pointer;
}
.filter-category-section ul {
    list-style: none;
}
.filter-category-section .widget-title {
    color: #33CB98 !important;
}
.filter-category-section .ps-list--categories{
    padding: 0;
}
.filter-category-section .ps-list--categories li{
    padding: 0 !important;
    border-bottom: 1px solid #e4e4e4;
}
.filter-category-section .ps-list--categories li:last-child{
    border-bottom: unset !important;
}
.seller-profile-info{
    margin: 0 20px;
}
.products-count{
    font-weight: bold;
    margin-top: 10px;
}
.seller-info.ps-product--detail{
    margin-top: 20px;
    margin-bottom: 0;
}
.seller-info.ps-product--detail .ps-tab-list{
    margin-bottom: 10px;
}
.seller-register{
    margin-bottom: 10px;
}
.seller-register div:first-child{
    font-weight: bold;
}
.custom-btn{
    display: block;
    color: #058057;
    font-size: 13px;
    border: 1px solid #058057;
    width: 70px;
    margin-top: 4px;
}
.register-account{
    position: relative;
    text-align: center;
    margin: 25px 0;
    color: #CCCADB;
}
.register-account::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: #CCCADB;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
}
.register-account::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: #CCCADB;
    z-index: 1;
    top: 50%;
    transform: translate(50%, -50%);
}
.custom-btn-hover{
    border: 1px solid #058057;
    color: #058057;
    text-align: center;
    padding: 7px 20px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    width: 49%;
    margin-bottom: 20px;
}
.custom-btn-hover:hover{
    background-color: #058057;
    color: #fff;
}
.content-table tr{
    border: 1px solid #bdbdbd;
}
.content-table tr td{
    padding: 7px 10px;
}
.ps-product__actions .c-right-side .card-right-section.mt-2{
    margin-top: -15px !important;
}
.minimum-order span{
    font-weight:bold;
}
.minimum-order{
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    font-size: 12px;
}
.minimum-order-value{
    color: red;
    font-weight: bold;
    font-size: 13px;
}
.first-banner{
    margin-top: 40px;
}
.first-banner img{
    border-radius: 10px;
}
.first-banner a{
    display: block;
}
.first-banner .right-side a img{
    width: 100%;
    margin-bottom: 15px;
}
.minimum-order img{
    width: 20px;
}
.tooltip-product.btn{
    border: 1px solid #e0e0e0;
    margin: 0 2px;
    border-radius: 5px;
    padding: 7px 6px;
}
.tooltip-product.btn img{
    max-width: unset;
    width: 30px;
}
.ps-product__actions.pl-4.pr-4.pb-4.rcmd_product_add_to_cart.p-c{
    padding-top: 12px;
}
.ps-product__actions.pl-4.pr-4.pb-4.rcmd_product_add_to_cart.p-c span{
    font-weight: bold;
}
.ps-product__actions.pl-4.pr-4.pb-4.rcmd_product_add_to_cart.p-c a{
    width: 100%;
}







/* tooltip */
.tooltip-product {
    display:inline-block;
    position:relative;
}  
.tooltip-product .tooltip-top {
    left: -45px;
    min-width: 288px;
    padding: 0px 3px;
    background: white;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
    visibility: hidden;
    transition: opacity 0.8s;
    z-index: 9999999;
    top: -257px;
}
.tooltip-product:hover .tooltip-top {
    visibility:visible; opacity:1;
}
.tooltip-product:focus .tooltip-top {
    visibility:visible; opacity:1;
}
.tooltip-product .tooltip-top i {
    position:absolute;
    top:100%;
    left:23%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}
.tooltip-product .tooltip-top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.8);
}
.select2 .select2-selection--multiple .select2-selection__rendered{
    border: 1px solid #ddd !important;
}
.upload-photo{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    padding: 1rem;
    margin: 1rem;
}

.upload-photo label{
    margin: 0 0px;
}
.remove-icon {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.remove-icon:hover .remove-icon-span {
    background-color: #fa3434;
}
.remove-icon:hover .fa-trash {
    color: #fff;
}
.remove-icon .fa-trash {
    transition: all 0.25s ease-in-out;
    color: #fa3434;
    font-size: 18px;
}
.remove-icon .remove-icon-span {
    transition: all 0.25s ease-in-out;
    border: 1px solid #fa3434;
    border-radius: 5px;
    line-height: 5rem;
    padding: 10px;
}
.upload-image{
    padding-top: 15px;
}
.upload-image img{
    width: 60px;
}
.upload-image-section, .upload-image-section div{
    display: inline-block;
}
.form-control:focus{
    border-color: #0000ff45 !important;
}
.seller-page-details .ps-layout--shop{
    border: 1px solid #DEE2E6;
    padding: 50px 20px;
}
.seller-page-details .seller-profile-image .c-img{
    width: 150px;
    border-radius: 100px;
    border: 1px solid #DEE2E6;
    padding: 10px;
}
.seller-page-details .country-city, .seller-page-details .seller-profile-rating{
    display: inline-block;
}
.country-city span{
    color: #058057;
    font-weight: bold;
}
.seller-page-details .seller-profile-image{
    /* width: 300px; */
}
.seller-page-details .trusted-img{
    width: 25px;
}
.seller-page-details .desc{
    margin-top: 10px;
}
.seller-page-details .seller-profile{
    display: flex;
    padding-bottom: 10px;
}
.seller-page-details, .item-image{
    margin-bottom: 10px;
    border: 1px solid #DEE2E6;
}
.seller-page-details .item-image img{
    width: 200px;
}
.seller-profile-data .s-card h4{
    padding: 20px;
    background: #f7f7f7;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #DEE2E6;
    margin-bottom: 0;
}
.seller-profile-data .s-card .s-info{
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;
}
.s-card .s-info .row:not(:first-child){
    margin-top: 15px;
}
.s-card .s-info label{
    color: #058057;
    margin-bottom: 1px;
}
.s-card .s-info h5{
    font-weight: 500;
}
.product-add-to-wishlist{
    cursor: pointer;
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 5px;
    border: 1px solid #DEE2E6;
    padding: 5px 7px 7px 5px;
}
.product-details-total figcaption{
    color: #058057;
}
.product-manufacturers img{
    width: 90px;
}
.product-manufacturers{
    display: flex;
}
.add-r-de{
    display: flex;
    margin-top: -70px;
}
.ps-product--detail .ps-product__header{
    border-bottom: 1px solid #DEE2E6;
}
.countries-cities{
    display: flex;
}
.c-c-item{
    margin: 10px 0 10px 10px;
    background: #F9F9F9;
    border: 1px solid #DEE2E6;
    padding: 10px;
    border-radius: 5px;
}
.c-c-item div:first-child{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.c-c-item div:nth-child(2){
    color: #058057;
}
.c-c-title h4{
    font-weight: bold;
    color: #058057;
}
.seller-products{
    padding-left: 5px;
    padding-right: 5px;
}
.navigation .navigation__right ul.menu>li .mega-menu h4{
    margin-bottom: 17px;
}
.trusted-tooltip {
    position: relative;
    display: inline-block;
}
.trusted-tooltip .trusted-tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #efefef;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    left: 73%;
    margin-left: -60px;
    font-size: 18px;
    color: #058057;
    font-weight: bold;
    border: 1px solid #058057;
}
.trusted-tooltip:hover .trusted-tooltiptext {
    visibility: visible;
}
.unauth ul.ps-dropdown-menu li:nth-child(2) a{
    border: 1px solid #058057;
    background: #058057;
    color: #fff !important;
}
.orders-card .card-header .order_id span, .orders-card .card-body .table .order-card .product .card-title:first-of-type
,.orders-card .card-body .table .order-card .product .card-title, .orders-card .card-body .table .order-card .product .seller-name{
    font-weight: bold !important;
}
.order-status{
    background: #33CB98;
    padding: 8px 25px;
    color: #fff;
    border-radius: 45px;
}
.order-status.pendding, .order-status.offer_price{
    background-color: #FF9B04 !important;
}
.order-status.canceled{
    background-color: #FF4D4D !important;
}
.order-details-card table{
    width: 100%;
}
.order-details-card td{
    vertical-align: middle;
}
.order-details-comments .it{
    width: 300px;
}
.order-details-comments .name{
    font-weight: bold;
}
.order-details-comments .date{
    margin-top: 12px;
    font-weight: bold;
}
.order-details-comments{
    border: 1px solid #DEE2E6;
    margin-top: 25px;
    border-radius: 20px;
    padding: 20px;
}
.seller-profile-data{
    margin-top: 20px;
}
.order-details-comments .d-flex{
    justify-content: space-between;
}
.order-details-comments p{
    margin-top: 10px;
    padding-bottom: 10px;
}
.status-and-file{
    display: flex;
    justify-content: space-between;
}
.download-btn{
    display: block;
    color: #fff;
    font-size: 13px;
    border: 1px solid #E13939;
    background-color: #E13939;
    width: 100%;
    padding: 0 20px;
    border-radius: 5px;
}
.download-btn img{
    width: 15px;
    height: 15px;
}
.order-details-comments .per-loop:not(:last-child){
    border-bottom: 1px solid #DEE2E6;
}
.order-details-comments .per-loop{
    padding-bottom: 20px;
}
.order-details-form{
    margin-top: 30px;
}
.order-details-form h3{
    font-weight: bold;
}
.order-details-form label{
    color: #058057 !important;
}
.order-details-comments .per-loop:not(:first-child){
    padding-top: 20px;
}
.order-details-comments .it img{
    border: 1px solid #DEE2E6;
}