.woocommerce .deal {
margin-bottom: 1em;
}
.woocommerce .deal-expire-text,
.woocommerce .deal-sold-text {
margin-bottom: 0.5em;
}
.woocommerce .deal-progress .progress-bar,
.woocommerce .deal-progress .progress-value {
height: 20px;
}
.woocommerce .deal-progress .progress-bar {
position: relative;
background: #e4e4e4;
}
.woocommerce .deal-progress .progress-value {
background: #fcb800;
}
.woocommerce .deal-expire-date {
margin-bottom: 1em;
}
.woocommerce .deal-expire-countdown {
overflow: hidden;
}
.woocommerce .deal-expire-countdown .timer,
.woocommerce .deal-expire-countdown .divider {
text-align: center;
display: block;
float: left;
}
.woocommerce .deal-expire-countdown .timer {
width: 20%;
}
.woocommerce .deal-expire-countdown .divider {
font-size: 1.8em;
width: 6.3333%;
padding-top: 0.3em;
}
.woocommerce .deal-expire-countdown .timer span {
display: block;
}
.woocommerce .deal-expire-countdown .timer .digits {
font-size: 1.8em;
margin: 0 0 10px 0;
padding: 10px;
border: 1px solid #e4e4e4;
}
.woocommerce .deal-expire-countdown .timer .text {
font-size: 0.8em;
}.mf-product-fbt {
border: 1px solid #d9d9d9;
padding: 30px;
margin-bottom: 60px;
}
.mf-product-fbt .fbt-title {
margin: 0 0 45px;
font-size: 18px;
font-weight: 600;
}
.mf-product-fbt ul.products {
padding-left: 20px;
float: left;
width: 100%;
}
.mf-product-fbt ul.products li.product {
float: left;
width: 20%;
display: block;
margin-bottom: 50px;
}
.mf-product-fbt ul.products li.product:first-child .thumbnail:after {
display: none;
}
.mf-product-fbt ul.products li.product.out-of-stock {
opacity: 0.2;
}
.mf-product-fbt ul.products li.product.un-active {
opacity: 0.2;
}
.mf-product-fbt ul.products li.product.un-active select {
pointer-events: none;
}
.mf-product-fbt ul.products li.product .wcboost-wishlist-button {
display: none !important;
}
.mf-product-fbt ul.products .product-content {
position: relative;
padding-right: 70px;
}
.mf-product-fbt ul.products .product-content .thumbnail {
position: relative;
display: block;
}
.mf-product-fbt ul.products .product-content .thumbnail .thumb-new {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: 0.3s;
}
.mf-product-fbt ul.products .product-content .thumbnail:after {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -40px;
content: "";
display: inline-block;
font: normal normal normal 14px/1 linearicons;
font-weight: 600;
font-size: 16px;
color: #000;
}
.mf-product-fbt ul.products .product-content h2 {
font-size: 14px;
font-weight: 400;
margin: 15px 0 10px;
}
.mf-product-fbt ul.products .product-content h2 a {
color: #0066cc;
}
.mf-product-fbt ul.products li.product .product-variation-price .price-new {
display: none;
}
.mf-product-fbt ul.products li.product .product-variation-price.active .price {
display: none;
}
.mf-product-fbt ul.products li.product .product-variation-price.active .price-new {
display: block;
}
.mf-product-fbt ul.products .product-content .price small {
display: inline-block;
}
.mf-product-fbt ul.products .product-content .price .sale {
display: none;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button,
.mf-product-fbt .product-buttons .mf-wishlist-button {
min-width: 170px;
display: inline-block;
font-size: 14px;
border-radius: 3px;
margin-top: 10px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button:before,
.mf-product-fbt .product-buttons .mf-wishlist-button:before {
border-width: 1px;
border-color: var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) transparent;
border-radius: 50%;
border-style: solid;
animation: mf-spin-fast 1s linear infinite;
content: " ";
width: 14px;
height: 14px;
display: none;
font-weight: 400;
position: absolute;
top: 12px;
left: 7px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button.loading,
.mf-product-fbt .product-buttons .mf-wishlist-button.loading {
position: relative;
opacity: 0.3;
padding-left: 25px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button.loading:before,
.mf-product-fbt .product-buttons .mf-wishlist-button.loading:before {
display: inline-block;
}
.mf-product-fbt .product-buttons .mf-wishlist-button:before {
border-color: var(--mf-dark-color) var(--mf-dark-color) var(--mf-dark-color) transparent;
}
.mf-product-fbt .product-buttons .mf-wishlist-button.showed {
display: inline-block;
}
.mf-product-fbt .product-buttons .mf-wishlist-button.hided {
display: none;
}
.mf-product-fbt .product-buttons .btn-view-to-wishlist {
display: none;
}
.mf-product-fbt .product-buttons .s-price {
font-weight: 600;
font-size: 20px;
color: #ff0000;
}
.mf-product-fbt .products-list {
margin: 20px 0 0;
padding: 0;
list-style: none;
}
.mf-product-fbt .products-list li {
margin-bottom: 5px;
}
.mf-product-fbt .products-list li a {
color: #666;
display: inline-block;
position: relative;
line-height: 1;
padding-left: 20px;
}
.mf-product-fbt .products-list li a strong {
color: #000;
font-weight: 600;
}
.mf-product-fbt .products-list li a:before {
position: absolute;
top: 1px;
left: 0;
width: 13px;
height: 13px;
content: "";
background-color: #0099cc;
border-radius: 2px;
}
.mf-product-fbt .products-list li a:after {
content: '\e934';
display: inline-block;
font: normal normal normal 14px/1 linearicons;
position: absolute;
top: 1px;
left: 1px;
font-size: 8px;
color: #fff;
width: 13px;
height: 13px;
text-align: center;
line-height: 13px;
font-weight: 700;
}
.mf-product-fbt .products-list li .s-price .sale {
display: none;
}
.mf-product-fbt .products-list li.uncheck .p-title,
.mf-product-fbt .products-list li.uncheck .s-price {
opacity: 0.5;
}
.mf-product-fbt .products-list li.uncheck a:after {
opacity: 0;
}
.mf-product-fbt .products-list li .s-price {
color: #ff0000;
font-weight: 600;
padding-left: 5px;
transition: 0.5s;
}
.mf-product-fbt .products-list li .s-price ins {
text-decoration: none;
}
.mf-product-fbt .products-list li .s-price del {
display: none;
}
.mf-product-fbt .products-list li .p-title {
transition: 0.5s;
}
.mf-product-fbt ul.products li.product table.variations {
margin-top: 3px;
}
.mf-product-fbt ul.products li.product form.cart {
margin: 0 !important;
padding: 0 !important;
}
.mf-product-fbt ul.products li.product form.cart table.variations select {
display: block !important;
height: auto;
padding: 5px 0;
border-top: none;
border-right: none;
border-left: none;
border-width: 1px;
background-position: right center;
font-size: 14px;
}
.mf-product-fbt ul.products li.product table.variations .wcboost-variation-swatches > ul,
.mf-product-fbt ul.products li.product table.variations .label {
display: none;
}
.mf-product-fbt ul.products li.product table.variations td.value {
text-align: left;
margin-bottom: 10px !important;
}
.mf-product-fbt ul.products li.product .single_variation_wrap {
display: none !important;
}
.mf-product-fbt ul.products li.product .reset_variations {
font-size: 10px;
font-weight: 500;
text-decoration: underline;
}
.mf-product-fbt ul.products .product-content .woocommerce-variation-description,
.mf-product-fbt ul.products .product-content .mf-date-onsale-to {
display: none;
}
.mf-product-fbt .martfury-pbt-alert {
margin: 20px 0 0;
}
@media (max-width: 1199px) {
.mf-product-fbt ul.products li.product {
width: 25%;
}
}
@media (max-width: 991px) {
.mf-product-fbt ul.products li.product {
width: 50%;
}
.mf-product-fbt ul.products li.product:nth-child( 3n + 1 ) {
clear: none;
}
}
@media (max-width: 767px) {
.mf-product-fbt {
padding-left: 20px;
padding-right: 20px;
}
.mf-product-fbt ul.products {
padding-left: 0;
margin-left: 0;
margin-right: 0;
}
.mf-product-fbt ul.products li.product .product-content {
padding-right: 0;
}
.mf-product-fbt ul.products li.product .thumbnail:after {
display: none;
}
.mf-product-fbt ul.products li.product.product-buttons {
width: 100%;
}
}.woocommerce div.product .wc-tabs-wrapper .panel .product-vendor h2 {
font-weight: 600;
margin: 0 0 20px;
font-size: 24px;
}
.woocommerce div.product .wc-tabs-wrapper .panel .product-vendor a {
color: #000;
}
.woocommerce div.product .wc-tabs-wrapper .panel .wcmp-product-policies .wcmp_policies_heading {
font-weight: 600;
font-size: 24px;
}
.woocommerce div.product .wc-tabs-wrapper .panel .wcmp-product-policies .wcmp_policies_description strong {
font-weight: 400;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowhead {
background-color: #f4f4f4;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowhead .rowsub {
font-size: 14px;
color: #666666;
text-transform: uppercase;
min-height: 30px;
line-height: 30px;
}
.woocommerce div.product .wc-tabs-wrapper .panel .wcmp_multiple_product_sorting {
padding: 5px;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody {
background-color: transparent;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .vendor_name {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .vendor_name .wcmp_seller_name {
color: #000;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .star-rating {
float: none;
margin-top: 5px;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .rowsub ins .woocommerce-Price-amount {
font-size: 24px;
color: #ff3300;
text-decoration: none;
font-weight: 600;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .rowsub del .woocommerce-Price-amount {
font-size: 14px;
color: #666;
font-weight: 500;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .rowsub .sale {
display: none;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .rowsub .button {
height: 40px;
line-height: 40px;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .rowsub .button:nth-child(2) {
background-color: transparent;
border: 1px solid #999;
color: #000;
}
.woocommerce div.product .wc-tabs-wrapper .panel div.rowbody .rowsub .button .p-icon {
display: none;
}
.woocommerce div.product .entry-summary .goto_more_offer_tab.button {
display: inline-block;
margin-top: 30px;
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
letter-spacing: -0.5px;
color: #000;
background-color: transparent;
padding: 0;
position: relative;
height: auto;
line-height: 1;
}
.woocommerce div.product .entry-summary .goto_more_offer_tab.button:after {
position: absolute;
bottom: 0;
right: 0;
width: 0;
transition: 0.5s;
height: 1px;
background-color: #000;
content: "";
}
.woocommerce div.product .entry-summary .goto_more_offer_tab.button:hover:after {
width: 100%;
left: 0;
right: auto;
}
.wcmp_regi_main .register .reg_header1,
.wcmp_regi_main .register .wcmp_regi_form_box label {
color: #000;
font-weight: 600;
}
.wcmp_regi_main .register .wcmp_regi_form_box {
box-shadow: none;
padding: 0;
}
.wcmp_regi_main .register .wcmp_regi_form_box .wcmp-regi-12 {
width: 100%;
margin: 10px 0;
}
.wcmp_regi_main .register .wcmp_regi_form_box input[type=text], .wcmp_regi_main .register .wcmp_regi_form_box input[type=url], .wcmp_regi_main .register .wcmp_regi_form_box input[type=password], .wcmp_regi_main .register .wcmp_regi_form_box input[type=email], .wcmp_regi_main .register .wcmp_regi_form_box input[type=file], .wcmp_regi_main .register .wcmp_regi_form_box textarea {
border: 1px solid #d9d9d9;
font-family: 'Work Sans', Arial, sans-serif !important;
background-color: transparent;
}
.wcmp_regi_main .register .button {
padding: 0 25px;
height: 50px;
line-height: 50px;
background-color: #88aa00;
transition: all 0.5s;
color: #fff;
font-size: 16px;
font-weight: 600;
text-align: center;
border: none;
}
.wcmp_regi_main .register .reg_header2 {
border-bottom: 1px solid #ccc;
color: #000;
font-weight: 600;
margin-top: 40px;
}
.mf-vendor-dashboard-page .mf-els-modal-mobile {
display: none;
}
.dc-vendor-store .vendor_sidebar .widget {
background-color: #f5f5f5;
padding: 25px 20px;
margin-bottom: 0;
position: relative;
}
.dc-vendor-store .vendor_sidebar .widget:after {
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
content: "";
height: 1px;
background-color: #d8d8d8;
}
.dc-vendor-store .vendor_sidebar .widget:last-child:after {
display: none;
}
.dc-vendor-store .vendor_sidebar .widget_vendor_info {
background-color: transparent;
padding: 0;
margin-bottom: 30px;
}
.dc-vendor-store .vendor_sidebar .widget_vendor_info:after {
display: none;
}
.dc-vendor-store .vendor_sidebar .widget_wcmp_quick_info form input[type=text],
.dc-vendor-store .vendor_sidebar .widget_wcmp_quick_info form input[type=email],
.dc-vendor-store .vendor_sidebar .widget_wcmp_quick_info form textarea {
width: 100%;
margin-bottom: 10px;
}
.dc-vendor-store .vendor_sidebar .widget_wcmp_quick_info form input[type=submit] {
width: 100%;
}
.dc-vendor-store .vendor_sidebar .widget_product_vendor_list .vendor_search_wrap {
margin-bottom: 10px;
}
.dc-vendor-store .vendor_sidebar .widget_product_vendor_list .vendor_search_wrap .search-field {
padding: 10px;
}
#wcmp-store-conatiner form input[type="submit"] {
padding: 0 25px;
background-color: #88aa00;
transition: all 0.5s;
color: #fff;
font-size: 16px;
font-weight: 600;
text-align: center;
border: none;
height: 44px;
line-height: 44px;
}
#wcmp-store-conatiner form .wcmp-store-map-filter {
background-color: transparent;
padding: 30px 0;
border-bottom: 1px solid #ccc;
}
#wcmp-store-conatiner div.wcmp-store-map-pagination {
padding: 20px 0;
border-bottom: 1px solid #ccc;
}
.woocommerce-Tabs-panel--singleproductmultivendor, .woocommerce-tabs .tab-panels {
clear: both;
}
.entry-content div#mvx-store-conatiner {
max-width: 100% !important;
}
#mvx-store-conatiner {
max-width: initial;
}
#mvx-store-conatiner .mvx-pagination-count {
margin: 0;
}
#mvx-store-conatiner input[type=submit] {
background-color: var(--mf-background-primary-color);
color: var(--mf-background-primary-text-color);
border: none;
}
#mvx-store-conatiner .mvx-store-map-filter {
margin-bottom: 20px;
}
#mvx-store-conatiner div.mvx-store-map-pagination {
background-color: #f8f8f8;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
border: 1px solid #d9d9d9;
}
#mvx-store-conatiner div.mvx-store-map-pagination .mvx-pagination-count {
margin-top: 0;
}
#mvx-store-conatiner div.mvx-store-list.mvx-store-list-vendor {
box-shadow: none;
border: 1px solid #d9d9d9;
min-height: auto !important;
max-height: inherit  !important;
}
#mvx-store-conatiner div.mvx-store-list.mvx-store-list-vendor .mvx-vendor-name a {
font-size: 20px;
color: #000;
font-weight: 600;
}
#mvx-store-conatiner .mvx-productImg .gray {
border: 1px solid #d9d9d9;
margin: 0 5px;
}
#mvx-store-conatiner .mvx-vendor-details:after {
clear: both;
content: "";
display: block;
}
body.tax-dc_vendor_shop {
background-color: #fff;
}
.mvx-main-section .mvx-tab-header {
padding: 0;
margin-bottom: 20px;
border: none;
}
.mvx-main-section .mvx-tablink {
background-color: transparent;
padding: 0 10px 0 0;
color: #ccc;
font-weight: 600;
}
.mvx-main-section .mvx-tablink:before {
display: none;
}
.mvx-main-section .mvx-tablink.active {
background-color: transparent;
color: #000;
}
@media (max-width: 767px) {
#tab-singleproductmultivendor .tab-content-wrapper .row.rowbody .rowsub:nth-of-type(2), #tab-singleproductmultivendor .tab-content-wrapper .row.rowhead .rowsub:nth-of-type(2),
#tab-singleproductmultivendor .tab-content-wrapper .row.rowbody .rowsub:nth-of-type(1), #tab-singleproductmultivendor .tab-content-wrapper .row.rowhead .rowsub:nth-of-type(1) {
width: 50% !important;
}
#tab-singleproductmultivendor .tab-content-wrapper .row.rowbody .rowsub:nth-of-type(3),
#tab-singleproductmultivendor .tab-content-wrapper .row.rowhead .rowsub:nth-of-type(3) {
width: 100% !important;
text-align: left;
}
}*{
-moz-user-select: none; 
-ms-user-select: none; 
-khtml-user-select: none; 
-webkit-user-select: none; 
-webkit-touch-callout: none; 
user-select: none; 
}.order-refund-product-list{margin:10px 0;position:relative}.order-refund-product-list .product-select-tag{position:absolute;left:11px;top:4px}.order-refund-product-list label{display:inline-flex;align-items:flex-start;justify-content:flex-start;gap:.75rem}.order-refund-product-list label img{width:60px;height:60px;border-radius:10px}.section-heading{font-weight:600}.mvx-report-abuse-error{color:red;font-size:12px}.mvx_fpm_buttons{left:3px;position:absolute;color:#fff;background-color:rgba(16,16,16,.3);top:3px;right:50%;margin-right:-33px;z-index:99;width:30px;height:auto;padding:3px;border-radius:3px}.mvx_fpm_buttons .mvx_fpm_button{display:block;float:left;width:24px;height:24px;line-height:24px;margin:0;text-align:center;border-radius:3px;font-size:18px;color:#fff;text-decoration:none}.mvx_fpm_buttons .mvx_fpm_button_separator{color:#fff}.mvx-report-abouse-wrapper .report-abouse-modal{display:none;position:fixed;z-index:100000;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}.mvx-report-abouse-wrapper .modal-content{background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:600px;max-width:90%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:90vh;overflow:auto;text-align:left;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}.mvx-report-abouse-wrapper .modal-content .modal-header{padding:16px 20px;border-bottom:1px solid #eee;position:relative}.mvx-report-abouse-wrapper .modal-content .modal-footer{padding:10px 20px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;z-index:1;position:relative}.mvx-report-abouse-wrapper .modal-content .modal-body{max-height:52vh;overflow:auto;margin:0;width:100%;padding:20px 20px 0}.mvx-report-abouse-wrapper .modal-header button.close{padding:3px;cursor:pointer;background:0 0;border:0;min-height:auto;-webkit-appearance:none;margin:0;float:right;font-size:20px;font-weight:700;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.mvx-report-abouse-wrapper .modal-header h2{margin:0;font-size:18px;display:inline-block}.mvx-report-abouse-wrapper textarea{margin:0 0 6px;font-size:15px;line-height:16px;font-weight:400;color:#616161}.mvx-report-abouse-wrapper .toggle-content{padding:10px;border:1px solid #ddd}.mvx-report-abouse-wrapper .toggle-content .close{display:none}.single-product-vendor{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.single-product-vendor img{width:3.75rem;height:3.75rem;border-radius:50%}.single-product-vendor h2{margin:0!important;font-size:2rem}.single-product-vendor p{width:100%;margin:0}div.rowhead{background-color:#ccc;margin:0!important;width:100%;box-sizing:border-box}div.row.rowhead div.rowsub{padding:2%;float:left;padding-top:15px;padding-bottom:15px}div.row.rowbody div.rowsub{padding:1%;float:left;padding-top:5px;padding-bottom:5px}#mvx_multiple_product_sorting{margin:0}div.rowbody{width:100%;border:1px solid #eee;padding:5px;margin:0!important;box-sizing:border-box}div.rowbody:nth-child(odd){background-color:#ddd}div.rowbody:nth-child(even){background-color:#eee}.buttongap{margin-bottom:5px!important;margin-top:5px!important;clear:both}.centerclass{text-align:center}.mvx_regular_price,.woocommerce-Tabs-panel del .woocommerce-Price-amount{text-decoration:line-through;color:#8a0808;font-weight:400}.woocommerce-tabs ins{text-decoration:none}.mvx_sale_price,.woocommerce-Tabs-panel ins .woocommerce-Price-amount{color:#0b3b0b;font-weight:700;display:block}.mvx_btn_view_details{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f78828),to(#dd771f)) repeat scroll 0 0 rgba(0,0,0,0);background:-webkit-linear-gradient(top,#f78828 0,#dd771f 100%) repeat scroll 0 0 rgba(0,0,0,0);background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #f78828),to(#dd771f)) repeat scroll 0 0 rgba(0,0,0,0);background:linear-gradient(to bottom,#f78828 0,#dd771f 100%) repeat scroll 0 0 rgba(0,0,0,0);border:1px solid #da7532;border-radius:4px;color:#f9f9f9;cursor:pointer;outline:0 none;text-shadow:0 0 1px rgba(0,0,0,.33);text-align:center;padding:5px;margin:5px}.mvx_btn_view_details:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f78828),to(#ba5400)) repeat scroll 0 0 rgba(0,0,0,0);background:-webkit-linear-gradient(top,#f78828 0,#ba5400 100%) repeat scroll 0 0 rgba(0,0,0,0);background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #f78828),to(#ba5400)) repeat scroll 0 0 rgba(0,0,0,0);background:linear-gradient(to bottom,#f78828 0,#ba5400 100%) repeat scroll 0 0 rgba(0,0,0,0);color:#f9f9f9}.mvx_btn_add_to_cart{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background-color:#7fbf4d;background-image:-moz-linear-gradient(center top ,#7fbf4d,#63a62f);border-color:#63a62f #63a62f #5b992b;-webkit-border-image:none;-o-border-image:none;border-image:none;border-style:solid;border-width:1px;box-shadow:0 1px 0 0 #96ca6d inset;color:#fff;padding:7px 0 6px;text-shadow:0 -1px 0 #4c9021;text-transform:uppercase;text-align:center;padding:5px;border-radius:4px;margin:5px;cursor:pointer}.mvx_btn_add_to_cart:hover{color:#fff;background-color:#5fbf4d;background-image:-moz-linear-gradient(center top ,#5fbf4d,#63a62f)}a.mvx_seller_name{text-decoration:none;list-style:none;box-shadow:0}span.mvx_superb_rating{color:#fff;background-color:#0b6121;padding:5px;border-radius:3px}span.mvx_excellent_rating{color:#fff;background-color:#088a29;padding:5px;border-radius:3px}span.mvx_good_rating{color:#fff;background-color:#04b404;padding:5px;border-radius:3px}span.mvx_above_averege_rating{color:#fff;background-color:#ff8000;padding:5px;border-radius:3px}span.mvx_averege_rating{color:#fff;background-color:#8a2908;padding:5px;border-radius:3px}span.mvx_bad_rating{color:#fff;background-color:#b40431;padding:5px;border-radius:3px}span.mvx_norating{background-color:#088a85;color:#fff;padding:5px;border-radius:3px}#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(1),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(1){width:30%!important}#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(2),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(2){width:20%!important}#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(3),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(3){width:50%!important}#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(3){text-align:right}@media screen and (max-width:1100px){div.rowhead div.rowsub{width:98%;padding:1%;float:left;padding-top:15px;padding-bottom:15px;text-align:center}div.rowbody div.rowsub{width:98%;padding:1%;float:left;padding-top:5px;padding-bottom:5px;text-align:center}.centerclass{text-align:left}}#tab-singleproductmultivendor .container,.singleproductmultivendor_tab .container,.woocommerce-Tabs-panel--singleproductmultivendor .container{max-width:100%}#content_tab_singleproductmultivendor,#tab-singleproductmultivendor,.singleproductmultivendor_tab .wc-accordion-content,.woocommerce-Tabs-panel--singleproductmultivendor,.woocommerce-tabs .tab-panels{position:relative}.ajax_loader_class_msg{width:100%;position:absolute;z-index:8888;background-color:#ddd;opacity:.5;height:auto;text-align:center;display:none;height:100%;top:0;left:0}.ajax_loader_class_msg img{margin:auto;position:absolute;top:0;left:0;right:0;bottom:0}.goto_more_offer_tab.button{margin:15px 0 10px}@media (max-width:767px){#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(1),#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(2),#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(3),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(1),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(2),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(3){width:100%}#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(3){text-align:center}#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(1),#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(2){display:none}#tab-singleproductmultivendor .row.rowbody .star-rating{left:calc(50% - 50px)}}@media screen and (max-width:400px){div.rowhead div.rowsub{width:98%;padding:1%;float:left;padding-top:15px;padding-bottom:15px;text-align:center}div.rowbody div.rowsub{width:98%;padding:1%;float:left;padding-top:5px;padding-bottom:5px;text-align:center}}.mvx-product-policies h2.mvx_policies_heading{margin:0 0 7px 0!important}.mvx-product-policies .mvx_policies_description{margin-bottom:25px}h2.custqna-title{margin:0}form.customerqna-form{margin:12px 0 20px 0}.qna-item-wrap{margin:0;width:100%;border:1px solid #e2e2e2;border-bottom:0}.qna-result-wrap .qna-item-wrap:last-of-type{border-bottom:1px solid #e2e2e2}#qna-ask-input{padding:0;border-radius:0;background-color:#fff}#qna-ask-input input[type=text]{border:0;box-shadow:none;width:100%;background:#fff;padding:10px 20px;margin:0;font-size:17px;height:54px;border:1px solid #e2e2e2}#qna-ask-input #ask-wrap{display:none;padding:0;margin:40px 5px 0;overflow:hidden;text-align:center}#qna-ask-input button{margin:0 0 0 20px;box-shadow:none;border:1px solid #c1c1c1;color:#4a4a4a;text-transform:uppercase;padding:2px 40px;background:#fff;background:-webkit-linear-gradient(top,#fff 0,#ebebeb 100%);background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ebebeb));background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(#ebebeb));background:linear-gradient(to bottom,#fff 0,#ebebeb 100%);vertical-align:middle}#qna-ask-input button:hover{background:#ebebeb;background:-webkit-linear-gradient(top,#ebebeb 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#fff));background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #ebebeb),to(#fff));background:linear-gradient(to bottom,#ebebeb 0,#fff 100%)}@media screen and (max-width:480px){#qna-ask-input button{float:none;display:table;margin:10px auto 0}#qna-ask-input #ask-wrap{text-align:center}}.qna-block{padding:1rem;background-color:#fff;width:100%;border-radius:0;display:table}.qna-vote{display:table-cell;width:56px;padding-right:20px}.qna-vote .vote{background:#555;text-align:center}.qna-vote a{display:block;padding:6px 2px;line-height:14px;border:0}.vote-sprite{background-image:url(//swamyarts.com/wp-content/plugins/dc-woocommerce-multi-vendor/assets/images/qna-vote.png);background-repeat:no-repeat;display:block;margin:0 auto}.vote-sprite-like{width:16px;height:16px;background-position:-1px -1px}.vote-sprite-dislike{width:16px;height:16px;background-position:-1px -19px}.qtn-content{display:table-cell;padding:0;vertical-align:top}.qna-block textarea{width:100%;resize:none}.vote-count{font-size:16px;color:#fff;padding:0 3px}.qna-block>p{font-size:15px;margin-bottom:5px}.qna-block>p.qna-answer{margin-bottom:1.25rem}.bottom-qna{overflow:hidden;margin-top:0;color:#acb4c2;font-size:.875rem}.qna-info{float:left;margin:0;width:100%}.bottom-qna .qna-info li{display:inline;margin:0}.qna-info li:first-child{padding-left:0}.qna-info li:last-child{border-right:0}.qna-info li{padding-right:.75rem;padding-left:.75rem;font-size:15px;color:#898989;position:relative}.qna-info li:after{content:'';position:absolute;width:1px;height:calc(100% - 5px);right:0;background:#898989;top:4px}.qna-info li:last-child:after{display:none}.qtn-row{margin-bottom:10px}.qtn-row p{margin:0;display:inline-block;color:#343434;font-size:16px;vertical-align:top;line-height:21px}.qtn-row p.qtn-title-text{margin-right:1px}.qtn-row p span{margin-right:2px}.qna-question{font-weight:600}#qna-result-msg{background:#e4e4e4;padding:6px 10px;font-size:15px}#qna-result-msg:empty{background:0 0;padding:0}.no-answer-lbl{margin:0;display:inline-block;font-weight:400;vertical-align:middle;font-size:20px;line-height:20px;padding:0}