.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.added_to_cart,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.summary .compare.button,
.summary .yith-wcwl-add-button a.add_to_wishlist {
display: inline-block;
-moz-appearance: none;
-webkit-appearance: none;
width: auto;
padding: 17px 25px;
color: #fff;
border: 0;
-webkit-border-radius: 4px;
border-radius: 4px;
background-image: none;
background-color: var(--theme-primary);
outline: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
vertical-align: middle;
font-size: 14px;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
white-space: nowrap;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
color: #fff;
background-color: var(--theme-black);
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
color: #fff;
background-color: var(--theme-black);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
color: #fff;
background-color: var(--theme-primary);
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
padding: 16px 20px;
color: #fff;
background: #f7c35e;
}
.woocommerce.single-product .entry-summary button.button.alt {
background: var(--theme-primary);
min-width: 220px;
padding: 18px 27px 18px 27px;
}
.quantity-button.plus,
.quantity-button.minus {
position: absolute;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
cursor: pointer;
font-size: 20px;
font-weight: 400;
color: #7d7d7d;
z-index: 1;
}
.quantity-button.minus {
left: 0;
}
.quantity-button.plus {
right: 0;
}
.woocommerce a.added_to_cart {
margin-top: 1em;
}
.woocommerce .nt-has-sidebar ul.products.columns-3 li.product a.added_to_cart,
.woocommerce .nt-has-sidebar ul.products.columns-4 li.product a.added_to_cart,
.woocommerce ul.products li.product .button {
margin-left: 25px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: block;
}  .wc--row.before-shop--loop {
margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering {
margin: 0 0px 0 10px;
}
.woocommerce .woocommerce-ordering .nice-select {
float: right;
margin: 0px;
height: 34px;
line-height: 30px;
padding: 0px 27px 0 14px;
}
.shop-meta-right {
justify-content: flex-end;
}
.woocommerce .woocommerce-result-count {
float: none;
}   .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 15px 20px;
background-color: var(--theme-gray-background);
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
position: absolute;
right: 20px;
}
.woocommerce-info a {
margin-left: 5px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
display: inline-block;
position: relative;
top: 0;
left: 0;
margin-right: 5px;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
line-height: 2;
}
.woocommerce-info {
border-top-color: var(--theme-primary);
}
.woocommerce-info::before {
color: var(--theme-primary);
}
.woocommerce-info a {
color: var(--theme-black);
font-weight: 500;
}
.woocommerce-info a:hover {
color: var(--theme-primary);
}
.woocommerce-message {
border-top-color: var(--theme-base);
font-size: 14px;
}
.woocommerce-message a {
color: var(--theme-black);
font-weight: bold;
}
.woocommerce-message a:hover {
color: var(--theme-primary);
}
.woocommerce-message::before {
content: '\e015';
color: var(--theme-base);
}   .checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
position: inherit;
}
.woocommerce form .form-row {
display: block;
margin: 0 0 30px;
padding: 3px;
}
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 50px;
margin: 0;
padding: 16px 20px 17px;
color: #7d7d7d;
border: 1px solid var(--theme-gray);
-webkit-border-radius: 0px;
border-radius: 4px;
background-color: #ffffff;
background-clip: padding-box;
outline: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
vertical-align: middle;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
-moz-transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
-webkit-transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
}
.woocommerce form .form-row textarea {
display: block;
height: 4em;
box-shadow: none;
line-height: 1.5;
}
.woocommerce form .form-row input[type=submit] {
margin: 0;
}
.woocommerce form .form-row label,
.product-review-form .form-grp label {
display: block;
font-size: 12px;
text-transform: uppercase;
color: #2b2b2b;
margin-bottom: 10px;
line-height: 1;
font-weight: 500;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 170px;
height: 43px;
float: left;
margin: 0px 5px 0 0;
margin: 0px 5px 0 0;
padding: 6px 10px 5px;
border: 2px solid #e5e5e5;
border-color: #d9d9d9;
-webkit-border-radius: 30px;
border-radius: 30px;
background-clip: padding-box;
outline: 0;
text-align: center;
line-height: 1;
-o-transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
-webkit-transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
transition: background-color .3s ease-in-out,
border-color .3s ease-in-out,
color .3s ease-in-out;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
margin: 0;
vertical-align: middle;
line-height: inherit;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 2em;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder,
form .textfield::-webkit-input-placeholder {
color: #444444;
-o-transition: color .3s ease-in-out;
-webkit-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.woocommerce .woocommerce-ordering select {
width: 100%;
min-width: 100%;
max-width: 100%;
height: 37px;
padding: 10px;
color: #212121;
border: 2px solid #ddd;
border-radius: 3px;
background-color: #fff;
vertical-align: top;
font-size: 14px;
}
#ship-to-different-address label {
margin: 0;
color: var(--theme-black);
}
.select2-dropdown {
border: 1px solid var(--theme-gray);
background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid var(--theme-gray);
}
.select2-container--default .select2-selection--single {
height: 50px;
padding: 10px 15px 15px;
border: 1px solid var(--theme-gray);
border-radius: 4px;
background-color: #fff;
font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #7d7d7d;
font-size: 14px;
font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
position: absolute;
top: 13px;
right: 15px;
width: 20px;
height: 26px;
}   .woocommerce nav.woocommerce-pagination {
display: flex;
margin-top: 50px;
padding-bottom: 10px;
text-align: center;
align-items: center;
justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul {
display: flex;
width: 100%;
height: auto;
clear: both;
margin: 0;
padding: 0;
border: 0;
border-right: 0;
background-color: transparent;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce .woocommerce-pagination ul.page-numbers li {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
display: flex;
width: 50px;
height: 50px;
margin: 0;
padding: 0;
border: 0;
background-color: var(--theme-gray-background);
text-decoration: none;
align-items: center;
font-size: 18px;
font-weight: 500;
justify-content: center;
line-height: 50px;
color: var(--theme-black);
border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
color: #fff;
background-color: var(--theme-black);
}  input#coupon_code {
display: flex;
height: auto;
padding: 13px 25px 13px;
color: #7d7d7d;
border: 1px solid var(--theme-gray);
border-radius: 4px;
background: transparent;
font-size: 14px;
font-weight: 400;
line-height: 1;
}
.woocommerce table.shop_table {
border: 1px solid var(--theme-gray);
border-radius: 4px;
}
.woocommerce table.shop_table tbody {
border-top: 1px solid var(--theme-gray);
}
#payment ul.methods li label,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
font-weight: 500;
}
.woocommerce table.shop_table th {
padding: 25px 20px;
color: var(--theme-black);
font-size: 16px;
line-height: 1.5em;
letter-spacing: 1px;
}
.woocommerce table.shop_table td {
padding: 15px 20px;
border-top: 1px solid var(--theme-gray);
vertical-align: middle;
}
.woocommerce table.shop_table .amount {
color: var(--theme-black);
}
.woocommerce table.shop_table .product-total .amount {
color: inherit;
}
.woocommerce table.shop_table .product-name strong {
font-weight: 400;
}
.nt-theme-content table.table {
margin-bottom: 40px;
}
.order-total strong {
font-weight: 500;
}
.woocommerce form .form-row.place-order {
margin-bottom: 0;
}      .order-review-wrapper {
padding: 30px 25px;
margin-top: 50px;
background-color: var(--theme-gray-background);
border-radius: 4px;
}
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
max-width: inherit !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
border: 1px solid #e5e5e5;
border-radius: 4px;
background: #fff;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
margin: 0;
padding: 1em;
border-bottom: 1px solid var(--theme-gray);
text-align: left;
list-style: none outside;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: var(--theme-gray-background);
padding: 25px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #f2f2f2;
}
#payment ul.methods li label {
display: initial;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 1em !important;
}
.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order {
float: left;
}
.woocommerce .woocommerce-privacy-policy-text {
margin-bottom: 20px;
}
.woocommerce span.woocommerce-input-wrapper,
.woocommerce span.woocommerce-input-wrapper span {
display: block;
width: 100%;
}
.woocommerce form .form-row {
padding: 0;
}
.woocommerce #order_review_heading {
margin-top: 0px;
}
.woocommerce #order_review {
margin-top: 30px;
}
a.checkout-button.button.alt.wc-forward {
margin-bottom: 0;
}
@media(max-width:992px) {
.woocommerce-additional-fields {
margin-top: 30px;
}
}   .woocommerce ul.order_details {
margin: 0 0 3em !important;
list-style: none;
}
.woocommerce ul.order_details li {
float: left;
margin-right: 2em !important;
margin-left: 0 !important;
padding-right: 2em !important;
padding-left: 0 !important;
border-right: 1px dashed var(--theme-gray);
text-transform: uppercase;
font-size: .715em;
line-height: 1;
list-style-type: none;
}   .action {
display: -ms-flexbox;
display: flex;
justify-content: center;
flex-direction: column-reverse;
position: absolute;
width: 100%;
background: #fff;
bottom: -50%;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.super-deals-item:hover .action,
.exclusive-item:hover .action,
.most-popular-viewed-item:hover .action {
bottom: 0px;
}
.most--popular--item--thumb {
position: relative;
overflow: hidden;
}
.action-cart {
display: flex;
}
.action-extra {
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 5px 10px;
}
.action .action-cart a:not(.added_to_cart) {
background: #3a3a3a;
color: #fff;
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
line-height: 1;
padding: 13px 20px 11px;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
border-radius: 0;
width: 100%;
}
.action .action-cart .added_to_cart {
font-size: 0px;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
background: var(--theme-primary);
color: #fff;
padding: 0 10px;
width: 100%;
border-radius: 0;
}
.action .action-cart .added_to_cart::before {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
}
.action .venam-woosq-btn,
.action .venam-woosw-btn,
.action .venam-woosc-btn {
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
margin: 0 15px;
font-size: 18px;
color: #2b2b2b;
position: relative;
}
.action .venam-woosq-btn a,
.action .venam-woosw-btn a,
.action .venam-woosc-btn a {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
font-size: 0;
}
.venam-woosc-btn.woosc-added i,
.venam-woosw-btn.woosw-added i {
color: var(--theme-primary);
}
.header-shop-compare [class*=hint--][aria-label]:after {
content: attr(aria-label) !important;
} .cross-sells h2 {
margin-bottom: 50px;
font-size: 24px;
}
.upsells.products .deal-day-title .title {
font-size: 20px;
font-weight: 500;
margin-bottom: 0;
text-transform: capitalize;
} .woocommerce-Tabs-panel {
display: block;
margin-top: 50px;
}
.panel.entry-content.wc-tab {
margin-top: 43px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
margin-top: 35px;
font-size: 25px;
font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid var(--theme-gray);
background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin-right: 10px;
border: 1px solid var(--theme-gray);
border-radius: 0;
background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
color: #fff;
border: 1px solid var(--theme-primary);
background-color: var(--theme-primary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #fff;
font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 15px;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.4px;
}
.woocommerce .comment-form-rating {
margin-bottom: 25px;
}
.woocommerce .star-rating {
height: 12px;
width: 64px;
}
.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
font-size: 12px;
}
.woocommerce .star-rating span::before {
color: var(--theme-primary);
}
.woocommerce #review_form #respond p.stars {
display: inline-block;
line-height: 1;
}
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars:hover a {
color: var(--theme-primary);
}
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars a {
color: var(--theme-black);
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
padding-right: 10px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 72px;
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 97px;
border: 0;
border-radius: 0;
padding: 0 0px 0 10px;
}
.woocommerce #reviews #comments .woocommerce-review__author {
font-size: 16px;
font-weight: 500;
color: var(--theme-black);
margin-right: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 12px;
color: #7d7d7d;
font-weight: 500;
line-height: 1;
}
.woocommerce #reviews .star-rating {
line-height: 1;
font-size: 10px;
position: absolute;
right: 0;
top: 0px;
}
.woocommerce #reviews .star-rating span::before {
color: var(--theme-primary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
border-radius: 4px;
}
.woocommerce form#commentform {
margin-top: 20px;
}
.form-fields p {
padding: 0 15px;
}
.form-fields p label {
line-height: 1;
margin: 0;
}
.form-fields p input {
width: auto;
margin-bottom: 0;
}
p.comment-form-cookies-consent {
display: flex;
align-items: flex-start;
}
.woocommerce #respond .form-submit input#submit {
margin-top: 15px;
padding: 18px 49px 18px 49px;
}
.logged-in.woocommerce #respond .form-submit input#submit {
margin-top: 0px;
}
.woocommerce #reviews #comment {
height: 135px;
}   ul.action li {
display: flex;
align-items: center;
justify-content: center;
}
ul.action li>a {
font-size: 0 !important;
z-index: 1;
}
ul.action li>i {
position: absolute;
z-index: 0;
font-size: 20px;
}
a.woocommerce-product-gallery__trigger {
position: absolute;
right: 15px;
z-index: 1;
}
.exclusive-item-three .action li {
flex: 0 0 20%;
} .woocommerce .ajax_quick_view .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
width: 100% !important;
float: none !important;
}
.woocommerce .ajax_quick_view button.single_add_to_cart_button.button.alt {
line-height: 1 !important;
}
.woocommerce div.product.ajax_quick_view div.images .flex-control-thumbs {
margin-top: 15px;
}
.woocommerce div.product.ajax_quick_view div.images .flex-control-thumbs li {
flex: 0 0 15%;
margin-right: 10px;
}
.woocommerce div.product.ajax_quick_view div.images .flex-control-thumbs li img {
opacity: 1;
padding: 3px;
border-radius: 3px;
border: 1px solid var(--theme-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.woocommerce div.product.ajax_quick_view div.images .flex-control-thumbs li img.flex-active {
border-color: var(--theme-primary);
background-color: var(--theme-primary);
}
woocommerce. div.product.ajax_quick_view .product_title {
font-weight: 600;
}
.woocommerce .button.venam-btn-quick-view.loading:before {
opacity: 0 !important;
}
.woocommerce .button.venam-btn-quick-view.loading:after {
top: auto !important;
right: auto !important;
}
.woocommerce div.product.ajax_quick_view span.onsale {
z-index: 1;
top: 0px;
left: 15px;
}
#woosq-popup .thumbnails .slick-arrow:hover {
background-color: var(--theme-primary);
border-color: var(--theme-primary);
color: #fff;
}
#woosq-popup .thumbnails .slick-arrow {
border: 1px solid var(--theme-black);
}
.woocommerce .ajax_quick_view {
position: relative;
margin: 0;
padding: 100px 0;
overflow-y: auto;
} .autocomplete-suggestions {
padding-top: 10px;
padding-bottom: 10px;
background: #fff;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
}
.autocomplete-suggestion {
background: #fff;
padding: 5px;
cursor: pointer;
text-align: left;
line-height: 25px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.autocomplete-suggestion img,
.autocomplete-suggestion .value {
margin-right: 15px;
}
.autocomplete-suggestion:hover {
background-color: var(--theme-gray-background);
}
#venam-asform,
#venam-asform input#venam-as,
#venam-asform input#venam-as:hover,
#venam-asform input#venam-as:focus {
width: 100%;
border: 0;
border-radius: 0px;
outline: none;
}
#venam-asform {
position: relative;
border-radius: 4px;
overflow: hidden;
}
.action .loading::before,
.woocommerce #respond input#submit.loading::before,
.woocommerce a.button.loading::before,
.woocommerce button.button.loading::before,
.woocommerce input.button.loading::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: auto;
color: #fff;
opacity: 1;
background-color: var(--theme-primary);
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: 1;
}
.woosc-table-inner .woocommerce #respond input#submit.loading,
.woosc-table-inner .woocommerce a.button.loading,
.woosc-table-inner .woocommerce button.button.loading,
.woosc-table-inner .woocommerce input.button.loading,
.woosw-content-items .woocommerce #respond input#submit.loading,
.woosw-content-items .woocommerce a.button.loading,
.woosw-content-items .woocommerce button.button.loading,
.woosw-content-items .woocommerce input.button.loading {
padding-right: 0;
position: relative;
overflow: hidden;
max-width: 100%;
padding: 17px 25px;
text-align: center;
}
.woosc-table-inner .woocommerce #respond input#submit.loading::after,
.woosc-table-inner .woocommerce a.button.loading::after,
.woosc-table-inner .woocommerce button.button.loading::after,
.woosc-table-inner .woocommerce input.button.loading::after,
.woosw-content-items .woocommerce #respond input#submit.loading::after,
.woosw-content-items .woocommerce a.button.loading::after,
.woosw-content-items .woocommerce button.button.loading::after,
.woosw-content-items .woocommerce input.button.loading::after {
left: 48%!important;
margin: 0!important;
}
.search-icon.loading {
height: 100%;
width: 50px;
position: absolute;
right: 0;
display: flex;
align-items: center;
justify-content: center;
background: var(--theme-base);
}
.search-icon.loading::after {
content: "";
width: 18px;
height: 18px;
border-width: 2px;
border-color: var(--theme-black);
border-left-color: transparent;
border-radius: 50%;
border-style: solid;
-webkit-animation: v-spin-fast 1s linear infinite;
animation: v-spin-fast 1s linear infinite;
font-weight: 400;
}
.woocommerce #respond input#submit.added.loading::after,
.woocommerce a.button.added.loading::after,
.woocommerce button.button.added.loading::after,
.woocommerce input.button.added.loading::after {
content: "\e01c";
top: auto;
right: auto;
left: auto;
bottom: auto;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
vertical-align: initial;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.action .loading::after,
.venam-load-more.loading::after {
font-family: WooCommerce;
content: "\e01c";
color: #3a3a3a;
vertical-align: top;
font-weight: 400;
position: absolute;
top: auto !important;
right: auto !important;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
font-size: 14px;
}
.action .action-cart a.loading {
opacity: 1;
}
.button.venam-load-more.loading:after {
margin-left: 5px;
}
.button.venam-load-more.loading {
padding-right: 45px;
}
.search-popup__content .aws-container .aws-search-form {
height: auto;
}
.venam-cart-total-price span.woocommerce-Price-currencySymbol {
margin-right: 3px;
}
.header-shop-compare a,
.header-shop-wishlist a {
position: relative;
}
.woosw-menu-itemm .woosw-menu-item-inner:after {
content: attr(data-count);
}
.header-shop-compare.woosc-menu-item .woosc-menu-item-inner:after,
.header-shop-wishlist.woosw-menu-itemm .woosw-menu-item-inner:after {
position: relative;
right: -16px;
bottom: 3px;
top: auto;
width: 15px;
height: 15px;
text-align: center;
border-radius: 50%;
font-size: 8px;
font-weight: 500;
line-height: 1;
color: var(--theme-black);
background: var(--theme-base);
display: flex;
align-items: center;
justify-content: center;
}
.header-action>ul>li {
display: flex;
align-items: center;
justify-content: center;
}
.header-action>ul>li i {
font-size: 18px;
color: #2d2d2d;
}
.header-shop-wishlist a.venam-wishlist-link,
.header-shop-compare a.open-compare-btn {
font-size: 0;
position: absolute;
width: 100%;
height: 100%;
padding: 0;
left: 0;
top: -1px;
}
.header-action .header-shop-wishlist,
.header-action .header-shop-compare {
color: #2d2d2d;
font-size: 18px;
}
a.venam-btn-fixed {
position: fixed;
bottom: 84px;
right: 30px;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--theme-base);
color: #fff;
z-index: 99;
border-radius: 50%;
font-size: 17px;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
a.venam-cart-btn.venam-btn-fixed {
bottom: 130px;
}
a.venam-btn-fixed span.venam-wishlist-count:not(:empty),
a.venam-btn-fixed span.venam-cart-count {
position: absolute;
top: 0;
right: 0;
font-size: 10px;
font-weight: 700;
width: 20px;
height: 20px;
border-radius: 50%;
color: #fff;
background-color: #222;
display: flex;
align-items: center;
justify-content: center;
}
.venam-wishlist-content {
position: fixed;
width: 100%;
top: 0;
height: 100%;
right: -100%;
z-index: 9999;
background: #fff;
padding: 100px 20px;
display: flex;
align-items: center;
justify-content: center;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.venam-wishlist-content .container {
max-height: 85%;
overflow-y: auto;
}
.venam-wishlist-content.open {
right: 0;
}
.venam-content-close {
display: flex;
position: absolute;
top: 40px;
width: 40px;
height: 40px;
color: #222;
;
background-color: var(--theme-base);
border-radius: 50%;
align-items: center;
justify-content: center;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
cursor: pointer;
} .venam-mini-cart-wrapper {
z-index: 9999;
display: flex;
position: fixed;
top: 0;
right: calc(-100% - 40px);
width: 100%;
max-width: 400px;
height: 100%;
padding: 100px 20px 30px;
opacity: 1 !important;
background-color: #fff;
align-items: center;
flex-direction: column;
justify-content: center;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
-webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, .7);
box-shadow: 0 0 68px 0 rgba(174, 175, 175, .7);
}
.venam-mini-cart-wrapper.open {
right: 0;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.venam-header-cart-detail {
display: flex;
width: 100%;
height: 100%;
align-items: center;
flex-direction: column;
justify-content: center;
}
.woocommerce .products .star-rating {
margin: 0;
}
.woocommerce .star-rating span::before {
color: #ffa800;
}
.rating {
display: flex;
align-items: center;
}
.text-center .rating {
justify-content: center;
}
.single-product table.variations .nice-select {
height: 30px;
line-height: 30px;
}
.single-product table.variations {
margin: 15px 0;
width: 100%;
}
.single-product table.variations tbody {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.single-product table.variations tr {
position: relative;
display: flex;
margin: 0 15px 0 0px;
align-items: center;
}
.single-product table.variations td {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.single-product table.variations label {
margin-bottom: 0;
margin-right: 3px;
}
.woocommerce-variation.single_variation {
font-size: 18px;
}
form.variations_form.cart {
margin-top: 30px;
}
.woocommerce .div.product p.price del,
.woocommerce div.product span.price del {
opacity: 1;
font-size: 16px;
color: #b2b2b2;
margin-left: 0px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
margin-left: 10px;
text-decoration: none;
font-weight: 400;
}
input.qty[type='number'] {
-moz-appearance: textfield;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
float: right;
padding: 10px 25px;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
}
.quantity.hidden {
display: none;
}
.quantity {
position: relative;
display: flex;
max-width: 120px;
}
.product-desc-content p:last-child {
margin-bottom: 0;
}
.exclusive-item-thumb {
overflow: hidden;
}
.header-shop-cart a span.cart-count:empty {
display: none;
} div#venam_myaccount {
position: relative;
margin: 0 auto;
max-width: 400px;
}
.venam_mini_account_form .mfp-close {
width: 50px;
height: 25px;
line-height: 30px;
} .venam-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .venam-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .venam-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
} .venam-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .venam-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
} .venam-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}  .venam-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
} .venam-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
transform: translateY(0) perspective( 600px ) rotateX( 0 );
} .venam-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;
-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
} .venam-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .venam-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .venam-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}
.woocommerce .venam_mini_account_form form.login {
border: 0;
padding: 0;
margin: 0;
text-align: left;
border-radius: 0;
}
.venam_mini_account_form .account-dropdown {
text-align: left;
background-color: #fff;
margin: 0 auto;
padding: 20px;
}
.venam_mini_account_form:hover .account-dropdown,
.venam_mini_account_form:focus .account-dropdown,
.venam_mini_account_form:active .account-dropdown,
.venam_mini_account_form.active .account-dropdown{
pointer-events: auto;
opacity: 1;
visibility: visible;
transform: translateY(0px);
}
.venam_mini_account_form .account-dropdown .account-wrap {
display: block;
position: relative;
}
.venam_mini_account_form .account-dropdown input:not(.button):focus {
border-color: var(--theme-black);
}
.venam_mini_account_form .account-dropdown label {
margin-bottom: .5rem;
font-size: 14px;
line-height: 1.5;
}
.venam_mini_account_form .woocommerce-form-login .form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
padding: 0;
width: 100%;
}
.venam_mini_account_form label.woocommerce-form-login__rememberme {
display: inline-flex;
justify-content: flex-start;
align-items: center;
}
.venam_mini_account_form input#rememberme {
max-width: 30px;
margin-right: 5px;
}
.venam_mini_account_form .account-dropdown a.register-link,
.venam_mini_account_form .account-dropdown .lost_password a {
color: var(--theme-base);
font-size: 14px;
}
p.lost_password {
margin-bottom: 0;
}
.venam_mini_account_form .account-dropdown .button {
border: 0;
border-radius: 5px;
padding: 15px 15px;
font-size: 12px;
text-transform: uppercase;
line-height: normal;
color: #fff;
background-color: var(--theme-black);
margin: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.venam_mini_account_form .account-dropdown .button:hover {
background-color: var(--theme-primary);
}
.login-form-head {
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
span.register-form-title {
margin-left: 15px;
}
.required {
border-bottom: 0 !important;
color: #e2401c;
}
span.login-form-title {
font-weight: 600;
color: var(--theme-black);
font-size: 18px;
}
.venam_mini_cart .main-header__cart-btn,
.header_shop_action {
font-size: 23px;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
}
.header_shop_action:hover {
color: var(--theme-base);
}
.header_shop_action .label_count:not(:empty) {
top: -5px;
right: -10px;
color: #fff;
}
.header_shop_action:hover .label_count {
background-color: var(--theme-primary);
} .woocommerce div.product.product-type--2:not(:last-child) {
margin-bottom: 30px;
}
.product-type--2 .woocommerce.exclusive-item.exclusive-item-three {
border: solid 1px var(--theme-gray);
padding: 40px 20px;
}
.product-type--2 .action {
position: relative;
opacity: 0;
flex-direction: inherit;
justify-content: flex-start;
bottom: 0;
}
.product-type--2 .action>div {
width: 50%;
flex: 0 0 50%;
}
.product-type--2 .action .action-cart .added_to_cart {
width: 30%;
}
.product-type--2 .action-extra {
justify-content: flex-start;
}
.product-type--2 .action .action-extra a {
margin: 0 10px;
}
.product-type--2 .discount,
.product-type--2 .sd-meta {
display: inline-block;
background: var(--theme-base);
height: 21px;
line-height: 21px;
color: #fff;
font-size: 12px;
padding: 0 8px;
border-radius: 3px;
font-weight: 500;
text-transform: capitalize;
margin-right: 6px;
}
.product-type--2 .sd-meta {
background: var(--theme-primary);
}
.product-type--2 .exclusive-item-three .exclusive-item-thumb {
margin-bottom: 0px;
}
.product-type--2 .exclusive-item-content {
border-color: var(--theme-gray);
}
.product-type--2 .exclusive-item-labels {
position: absolute;
top: 20px;
left: 35px;
z-index: 1;
}
.product-type--2 .product_meta {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.product-type--2 .product_meta span {
margin-bottom: 5px;
font-size: 12px;
}
.product-type--2 .product_meta span:last-child {
margin-bottom: 0px;
}
@media (min-width: 576px) {
.woocommerce .woocommerce-result-count {
margin: 0;
}
}
@media (min-width: 1200px) {
.row-cols-xl-5>.product-type--1 .action .action-cart .added_to_cart {
width: 40px;
}
}
.nt-sidebar-inner-widget.widget_wpc_filters_widget {
background: transparent;
box-shadow: none;
padding: 0;
}
.wpc-filters-range-wrapper input[type=number] {
padding: 5px 12px;
text-align: center;
}
.nt-sidebar-inner-widget.widget_wpc_filters_widget .wpc-filters-section {
margin-bottom: 30px;
position: relative;
}
.wpc-custom-selected-terms {
margin-bottom: 23px;
}
.products.wc--row .notices--wrapper {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wpc-inner-widget-chips-wrapper.wpc-show-on-desktop,
.wpc-posts-found {
display: none;
}
.widget-area .widget .wpc-filter-chips-list .wpc-chip-reset-all a,
body .wpc-custom-selected-terms .wpc-filter-chips-list li.wpc-chip-reset-all a {
border-color: var(--theme-primary);
color: inherit;
}
body .widget-area .widget a.wpc-open-close-filters-button,
body .wpc-filters-open-widget,
body .wpc-open-close-filters-button,
body a.wpc-filters-open-widget,
body a.wpc-open-close-filters-button,
body a.wpc-filters-open-widget,
body a.wpc-open-close-filters-button {
border: 1px solid #e3e3e3 !important;
padding: 13px 20px !important;
background-color: transparent;
color: #9e9f9e !important;
font-size: 14px;
}
@media screen and (max-width: 992px) {
body.wpc_show_bottom_widget .wpc-filters-open-button-container {
margin-top: 0;
margin-bottom: 0;
position: absolute;
top: -85px;
}
}
@media screen and (max-width: 576px) {
body.wpc_show_bottom_widget .wpc-filters-open-button-container {
top: -88px;
}
}
.woocommerce div.product span.price {
color: var(--theme-primary);
display: flex;
justify-content: center;
line-height: 1;
font-size: 16px;
font-weight: 400;
}
.exclusive-item .rating {
margin-top: 10px;
}
.woocommerce.exclusive-item.exclusive-item-three .rating+p {
margin-top: 15px;
}
span.brands.sd-meta a {
color: #fff;
}
span.brands.sd-meta a:hover {
color: var(--theme-black);
}
@media(max-width:1024px) {
.exclusive-item-three .action,
.action {
position: relative;
bottom: 0;
opacity: 1;
}
}
@media(max-width:576px) {
.action .action-cart .added_to_cart {
max-width: 30px;
}
}
body:not(.wcfm-store-page) .woocommerce nav.woocommerce-pagination,
.venam-more {
display: none;
}
.woocommerce .default-pagination nav.woocommerce-pagination,
.pagination-load-more .row-more,
.pagination-infinite .row-infinite {
display: -ms-flexbox;
display: flex;
}
.woocommerce .pagination-load-more .woocommerce-pagination,
.woocommerce .pagination-infinite .woocommerce-pagination {
display: none;
}
nav.woocommerce-MyAccount-navigation>ul>li {
padding: 10px 0;
}
nav.woocommerce-MyAccount-navigation>ul>li:last-child {
padding-bottom: 0;
}
.woocommerce form.login,
.woocommerce form.register {
border: 0;
background-color: #fff;
box-shadow: 0px 5px 9.3px 0.7px rgb(183 177 199 / 10%);
}
.header-action ul li a.hint--top:before {
content: "";
}
.woocommerce table.shop_table th {
padding: 15px 20px;
color: var(--theme-black);
font-size: 15px;
line-height: 1.5em;
letter-spacing: 0;
font-weight: 500;
}
#payment ul.methods li label {
display: initial;
color: var(--theme-black);
}
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 {
margin-bottom: 50px;
}
form.checkout.woocommerce-checkout {
margin-top: 70px;
}
.variations-items {
display: block;
margin-bottom: 10px;
vertical-align: middle;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid var(--theme-gray);
padding: 20px;
margin: 0 0 5em;
text-align: left;
border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single {
margin: 0;
}
.woocommerce-mini-cart-item .variation {
display: none;
}
.header-action>ul>li,
.header-action ul>li>a {
line-height: 1;
}
.widget-header-action>ul {
margin-left: 0;
justify-content: space-around;
}
.widget-header-action {
margin: 0px;
}
@media(min-width:1200px) {
.shop-area .container .row-cols-xl-4 .action .action-cart .added_to_cart {
width: 30%;
flex: 0 0 30%;
}
}
.has-bottom-fixed-menu {
padding-bottom: 64px;
}
.mfp-bg.venam-mfp-slide-bottom,
.mfp-bg.venam-mfp-slide-bottom.mfp-search-bottom {
z-index: 999998;
}
.mfp-bg.venam-mfp-slide-bottom.mfp-search-bottom {
opacity: 1;
}
.mfp-wrap.venam-mfp-slide-bottom.mfp-ready,
.mfp-search-bottom.mfp-ready {
z-index: 999999;
}
.venam-bottom-mobile-nav {
position: fixed;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 4rem;
bottom: 0;
left: 0;
background-color: #fff;
-webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.07);
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.07);
z-index: 999999;
padding-top: 5px;
}
.venam-bottom-mobile-nav .mobile-nav-wrapper {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.venam-bottom-mobile-nav .mobile-nav-wrapper>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
padding: 0;
list-style: none;
}
.venam-bottom-mobile-nav .menu-item a {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
font-size: 1.25rem;
text-decoration: none;
width: 2.75rem;
height: 2.75rem;
color: #a7a7b5;
border-radius: 50%;
}
.venam-bottom-mobile-nav .menu-item a i {
font-size: 15px
}
.venam-bottom-mobile-nav .menu-item a span {
font-size: 12px;
}
.bottom-fixed-search .header-search-wrap form {
width: 100%;
display: block;
}
.bottom-fixed-search .header-search-wrap {
padding: 0 10px;
}
.bottom-fixed-search .header-search-wrap form * {
margin: 5px 0;
}
.bottom-fixed-search .header-search-wrap form input {
width: 100%;
background: #fff;
border-radius: 4px;
}
.bottom-fixed-search .header-search-wrap form .custom-select,
.bottom-fixed-search .header-search-wrap form button {
width: 100%;
border-radius: 4px;
}
.mfp-close-btn-in .bottom-fixed-search .mfp-close {
color: #fff;
top: -50px;
}
@media screen and (max-width: 48rem) {
.venam-bottom-mobile-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.header-shop-cartt .blockUI.blockOverlay {
position: absolute ! important;
max-width: 20px;
max-height: 20px;
left: 20px !important;
top: 20px !important;
}
.cart-collateralss .blockUI.blockOverlay {
position: relative ! important;
display: none !important;
}
.woocommerce-cart-form {
margin-bottom: 80px;
}
.woocommerce .product-type--3.woosv_color .wpcvs_archive {
margin-top: 15px;
}
.wpcvs-term>span {
background-color: inherit;
}
.woosw-list {
max-width: 600px;
margin: auto;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
font-weight: 500;
}
.woosw-content-item--price * {
color: #ff6100;
}
.woosw-content-item--price ins {
text-decoration: none;
}
.minicart-extra-text {
margin: 15px 0;
} .venam-popup-notices {
position: fixed;
width: auto;
max-width: 100%;
padding: 30px;
background-color: #ffffff;
box-sizing: border-box;
bottom: 0;
right: 0;
transform: translateX( 100% );
z-index: 9999;
transition: all 0.5s ease 0s;
box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
visibility: hidden;
}
.venam-popup-notices:hover,
.venam-popup-notices.slide-in {
opacity: 1;
transform: translateX( 0% );
visibility: visible;
}
.venam-cart-content .venam-cart-content-total {
font-weight: 700;
}
.venam-cart-content .venam-cart-content-count {
opacity: .5;
}
.venam-popup-notices * {
box-sizing: border-box;
}
@media(max-width: 768px) {
.venam-popup-notices {
padding: 15px;
bottom: 55px;
font-size: 12px;
width: 100%;
text-align: center;
}
.shop-meta-right {
justify-content: flex-start;
}
.result--count {
margin-bottom: 15px;
}
.breadcrumb-bg {
padding-top: 50px;
padding-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
justify-content: flex-start;
}
}
@media(max-width: 992px) {
.wpc-filters-open-button-container,
.wpc-filters-toolbar,
.wpc-inner-widget-chips-wrapper:not(.wpc-show-on-desktop),
.wpc_show_bottom_widget .wpc-filters-widget-main-wrapper .wpc-filters-open-button-container {
display: block !important;
}
}
.products-wrapper.default-pagination {
position: relative;
}
.wc--row.shop-categories {
margin-bottom: 50px;
margin-right:0;
padding: 20px;
border: 1px solid var(--theme-gray);
background: var(--theme-gray-background);
border-radius: 4px;
}
.cats-all-top {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}
.cats-all-title .title {
margin-bottom: 0;
font-size: 22px;
text-transform: capitalize;
}
.cats-slider-nav {
display: flex;
align-items: center;
justify-content: space-between;
line-height: 1;
gap: 10px;
}
.cats-slider-nav>div {
outline: none;
cursor: pointer;
}
.shop-slider-categories .product-category {
text-align: left;
}
.shop-slider-categories .product-category.slick-slide {
padding: 0 10px;
}
.shop-slider-categories .product-category img {
display: block;
background: #fff;
padding: 5px;
border-radius: 4px;
}
.shop-cat-banner {
margin: 0 0 40px 0;
}
.shop-category__title {
font-size: 15px;
margin-top: 10px;
}
.shop-category__title .cat-count {
background: #ff6100;
width: 20px;
height: 20px;
color: #fff;
text-align: center;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 11px;
position: absolute;
border-radius: 3px;
top: 8px;
left: 14px;
}
.col .shop-category__title .cat-count {
left: 24px;
}
.shop-slider-categories mark.count {
background: transparent;
font-size: 14px;
display: block;
}
a.added_to_cart.wc-forward {
display: none;
}
.woosw-area .woosw-inner .woosw-content {
max-width: 520px;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
width: 100%;
}
.venam-load-more.loading::after {
margin-top: 0px;
}
.venam-load-more.loading.no-more:after {
content: none !important;
}
@keyframes v-spin-fast {
0% {
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
@-webkit-keyframes v-spin-fast {
0% {
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
@-o-keyframes v-spin-fast {
0% {
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: rotate(900deg);
transform: rotate(900deg);
}
to {
-webkit-transform: rotate(1800deg);
transform: rotate(1800deg);
}
}
.quantity {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-with-quantity .quantity {
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cart-with-quantity .quantity .quantity-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
background-color: var(--theme-gray);
cursor: pointer;
}
.cart-with-quantity .quantity .quantity-button {
width: 2.125rem;
height: 2.125rem;
color: #fff;
background-color: var(--theme-primary);
}
.cart-with-quantity .quantity .quantity-button.minus {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: var(--theme-gray);
}
.cart-with-quantity .quantity .qty {
font-size: .875rem;
width: 2.5rem;
height: 2.125rem;
border-radius: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.action .action-cart .cart-with-quantity a.added_to_cart {
display: none;
}
.cart-with-quantity {
width: 100%;
}
.cart-with-quantity .quantity {
max-width: 100%;
}
.woocommerce .cart-with-quantity .quantity .qty {
height: 35px;
}
.products-wrapper .loader-svg-image,
.wc-tab-slider .loader-svg-image,
.cart-with-quantity .loader-svg-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
color: #babbc1;
z-index: 100;
visibility: hidden;
opacity: 0;
display: none;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: rotator 1.4s linear infinite;
animation: rotator 1.4s linear infinite;
width: 2.125rem;
}
.products-wrapper .loader-svg-image,
.wc-tab-slider .loader-svg-image {
width: 5.125rem;
}
.products-wrapper .cart-with-quantity .loader-svg-image {
width: 2.125rem;
}
.products-wrapper.ajax-loading .loader-svg-image,
.wc-tab-slider.loading .loader-svg-image,
.cart-with-quantity .svg-loading .loader-svg-image {
opacity: 1;
visibility: visible;
display: block;
}
.products-wrapper .loader-svg-image .path,
.wc-tab-slider .loader-svg-image .path,
.cart-with-quantity .loader-svg-image .path {
stroke: currentColor;
stroke-dasharray: 187;
stroke-dashoffset: 0;
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation: dash 1.4s ease-in-out infinite;
animation: dash 1.4s ease-in-out infinite;
}
.woocommerce .quantity .qty.woobt-qty {
padding: 0;
border-radius: 0;
border: 0;
height: 40px;
border-top: 1px solid var(--theme-gray);
border-bottom: 1px solid var(--theme-gray);
}
.products-wrapper {
position: relative;
}
.products-wrapper.ajax-loading {
min-height: 300px;
}
@-webkit-keyframes rotator {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
}
@keyframes rotator {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
}
@-webkit-keyframes dash {
0% {
stroke-dashoffset: 187;
}
50% {
stroke-dashoffset: 46.75;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
100% {
stroke-dashoffset: 187;
-webkit-transform: rotate(450deg);
transform: rotate(450deg);
}
}
@keyframes dash {
0% {
stroke-dashoffset: 187;
}
50% {
stroke-dashoffset: 46.75;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
100% {
stroke-dashoffset: 187;
-webkit-transform: rotate(450deg);
transform: rotate(450deg);
}
}
.wc-tab-slider .swiper-button-prev,
.wc-tab-slider .swiper-button-next {
width: 35px;
height: 35px;
background: var(--theme-black);
color: #fff;
border-radius: 50%;
visibility: hidden;
opacity: 0;
display: none;
transition: all .5s ease 0s;
box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
}
.wc-tab-slider .thm-tab-slider:hover .swiper-button-prev:not(.swiper-button-disabled),
.wc-tab-slider .thm-tab-slider:hover .swiper-button-next:not(.swiper-button-disabled) {
visibility: visible;
opacity: 1;
display: flex;
}
.wc-tab-slider .thm-tab-slider .swiper-button-prev:hover,
.wc-tab-slider .thm-tab-slider:hover .swiper-button-next:hover {
background: var(--theme-primary);
}
.single .deal-day-top {
position: relative;
}
.related-slider-nav {
position: absolute;
right: 0;
top: 6px;
}
.product.product-type--3 .product-labels,
.woocommerce .product.product-type--3 .product-labels {
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.product.product-type--3 .product-labels span,
.woocommerce .product.product-type--3 .product-labels span {
position: relative !important;
top: 0 !important;
left: 0 !important;
right: auto !important;
margin-bottom: 5px;
clear: both;
display: table;
}
.product.product-type--3,
.woocommerce .product.product-type--3 {
text-align: left;
}
.product.product-type--3 span.price,
.woocommerce .product.product-type--3 span.price {
justify-content: flex-start;
}
.product.product-type--3 .exclusive-item .rating,
.woocommerce .product.product-type--3 .exclusive-item .rating {
margin-top: 0px;
margin-bottom: 13px;
}
.product-type--3.woosv_color .wpcvs_archive,
.woocommerce .product-type--3.woosv_color .wpcvs_archive {
margin-top: 15px;
}
.product-type--3.woosv_color .variations .wpcvs-type-color .wpcvs-term,
.woocommerce .product-type--3.woosv_color .variations .wpcvs-type-color .wpcvs-term {
margin: 0 2px;
border: 0px;
}
.product-type--3.woosv_color .variations .wpcvs-type-button .wpcvs-term,
.woocommerce .product-type--3.woosv_color .variations .wpcvs-type-button .wpcvs-term {
height: 18px;
min-width: 18px;
line-height: 9px;
font-size: 12px;
font-weight: 500;
margin: 0;
border: 0px;
}
.product-type--3.woosv_color .variations .reset,
.product-type--3.woosv_color .variation .label,
.woocommerce .product-type--3.woosv_color .variations .reset,
.woocommerce .product-type--3.woosv_color .variation .label {
display: none;
}
.thumb--content .wcfm_buttons {
top: -40px;
left: 15px;
}
.woocommerce a.remove:hover {
color: inherit !important;
background: none;
}
.action .action-cart .added_to_cart {
max-width: 40px;
}
span.sd-meta.out-of-stock {
top: 10px;
right: 10px;
}
#cboxLoadedContent {
box-shadow: none;
}
.wcfm_popup_wrapper {
padding: 0;
}
.venam-choosen-filters {
display: -ms-flexbox;
display: flex;
line-height: 1.75;
font-size: 14px;
flex-wrap: wrap;
}
.venam-choosen-filters a {
color: var(--theme-black);
}
.venam-clear-filters {
margin-right: 16px;
}
.woocommerce .widget_layered_nav_filters ul li a::before,
.venam-clear-filters a::before {
font-family: WooCommerce;
speak: never;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: "\e013";
text-decoration: none;
color: var(--theme-black);
vertical-align: inherit;
margin-right: .5em;
font-size: 14px;
}
.woocommerce-widget-layered-nav-list__item.chosen .widget-list-span {
background: var(--theme-primary);
color: #fff;
}
.venam-pjax-filters {
margin-bottom: 40px;
}
.shop-meta-right .venam-wc-per-page {
display: inline-flex;
align-items: center;
color: var(--theme-black-soft);
font-size: 14px;
margin-right: 30px;
}
.shop-meta-right .venam-wc-per-page .per-page-title {
display: inline-block;
color: var(--theme-black);
}
.shop-meta-right .venam-wc-per-page ul li a {
color: var(--theme-black-soft);
font-size: 14px;
border: 0;
padding: 0;
width: auto;
height: auto;
}
.shop-meta-right .venam-wc-per-page ul li:after {
content: "/";
color: var(--theme-black-soft);
display: block;
position: absolute;
top: 2%;
right: -14px;
}
.shop-meta-right .venam-wc-per-page ul li:last-child:after {
content: "";
}
.shop-meta-right .venam-wc-per-page ul li a:hover {
color: var(--theme-black);
font-size: 14px;
border: 0;
}
.shop-meta-right .venam-wc-per-page ul li {
position: relative;
margin: 0;
padding: 0 0 0 10px;
}
.venam-woo-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item {
padding: 0;
}
.venam-woo-breadcrumb .breadcrumb li a {
color: var(--theme-black-soft);
}
.venam-woo-breadcrumb .breadcrumb  li a span{
color: var(--theme-black);
}
.venam-woo-breadcrumb .breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
list-style: none;
background-color: #fff;
border-radius: 0;
font-size: 14px;
}
.venam-woo-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: 0;
color: unset;
content: "/";
height: inherit;
width: inherit;
background: transparent;
border-radius: 0;
margin-right: 10px;
margin-left: 10px;
}
.action [class*=hint--][data-label]:after,
.header-action [class*=hint--][data-label]:after {
content: attr(data-label);
}
.shop-sidebar-fixed .nt-theme-inner-container {
position: relative;
}
.shop-sidebar-fixed .shop-has-sidebar {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.shop-sidebar-fixed .open-sidebar {
margin-right: 35px;
color: var(--theme-black-soft);
font-size: 14px;
border: 0;
padding: 0;
width: auto;
height: auto;
cursor: pointer;
}
.shop-sidebar-fixed .open-sidebar span{
margin-right: 10px;
}
.close-sidebar {
position: absolute;
top: 15px;
right: 0px;
color: var(--theme-black-soft);
font-size: 14px;
display: flex;
width: 60px;
cursor: pointer;
}
.shop-sidebar-fixed .close-sidebar svg {
max-width: 16px;
max-height: 16px;
}
.shop-sidebar-fixed .close-sidebar span {
margin-right: 10px;
}
.shop-sidebar-fixed .blog-sidebar {
margin: 0;
height: calc(100vh - 50px );
max-height: calc(100vh - 50px );
overflow-y: auto;
padding-bottom: 50px;
}
.hide-toggle-btn {
display: none!important;
}
.shop-sidebar-fixed div#nt-sidebar {
position: fixed;
z-index: 10;
left: -100%;
top: 0;
background: #fff;
box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
padding-top: 50px;
max-width: 400px;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
z-index: 99999!important;
}
.mobile-sidebar-close,
.venam-mobile-sidebar-toggle {
display: none;
}
.venam-mobile-sidebar-toggle span.open-sidebar {
display: flex;
align-items: center;
justify-content: flex-start;
margin-right: 35px;
}
.venam-mobile-sidebar-toggle span.open-sidebar>span {
margin-right: 10px;
}
body.shop-sidebar-fixed.sidebar-open div#nt-sidebar,
.shop-sidebar-fixed div#nt-sidebar.active {
left: 0%;
}
.shop-sidebar-fixed .nt-sidebar-inner-widget.widget_wpc_filters_widget .wpc-filters-section {
padding: 0 15px;
}
@media(max-width:1024px){
.shop-meta-right {
justify-content: space-between;
margin-top: 20px;
}
.shop-meta-right {
justify-content: space-between;
}
.mobile-sidebar-close {
display: flex;
align-items: stretch;
align-content: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
margin-right: -3px;
}
.shop-sidebar-fixed .venam-mobile-sidebar-toggle {
display: block;
}
}
@media (min-width:768px) {
.shop-sidebar-fixed div#nt-sidebar {
max-width: 320px;
}
}
@media (max-width:992px) {
.wpc_show_bottom_widget .shop-sidebar-toggle {
display: none;
}
body .wpc-filters-overlay {
z-index: 1;
}
.wpc_show_bottom_widget .shop-meta-right {
justify-content: flex-end;
position: absolute;
right: 15px;
}
}
@media (max-width:768px) {
.woocommerce .shop-meta-right .woocommerce-ordering {
margin: 0px;
}
}
.product .woobt-price {
font-size: 13px;
line-height: 20px;
}
.product .woobt-price-ori {
display: flex;
flex-direction: column;
}
.product .woobt-price-ori {
color: var(--theme-primary);
}
.product .woobt-products .woobt-product .woobt-price del {
color: var(--theme-black);
}
.product .woobt_total span.woocommerce-Price-amount.amount {
color: var(--theme-black);
font-weight: 600;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
float: none;
margin: 5px 0;
}
.minicart .cart-content .is-name {
max-width: 170px;
}
.woocommerce-ordering .nice-select .list,
.nice-select .list {
border-radius:4px;
top: 108%;
right: 0;
left : inherit;
}
.woocommerce ul.order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5;
margin-top: 10px;
color: var(--theme-black);
font-weight: 400;
}
.woocommerce .wc-bacs-bank-details-account-name {
font-weight: 600;
}
.woocommerce .woocommerce-customer-details h2 {
font-size: 22px;
margin-bottom: 15px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
background: var(--theme-black);
color: #fff;
padding: 10px 20px;
border-radius: 4px;
margin-bottom: 40px;
display: inline-block;
}
.woocommerce .wc-bacs-bank-details-account-name {
font-weight: 600;
text-transform: uppercase;
font-size: 21px;
}
.woocommerce .woocommerce-order-details  a {
outline: none;
color: var(--theme-black);
font-weight: 500;
}
.woocommerce .table-striped tbody tr:nth-of-type(odd) {
background-color: var(--theme-gray-background);
}
.woocommerce-MyAccount-content  .woocommerce .col2-set, .woocommerce-page .col2-set {
width: 100%;
margin: 0 -15px;
}
form.woocommerce-EditAccountForm.edit-account fieldset legend {
color: var(--theme-black);
margin-bottom: 20px !important;
}
.venam_mini_account_form {
adding-left: 0;
margin: 20px 0;
}
span.venam-quantity-input-max {
position: absolute;
opacity: 0;
z-index: 0;
visibility: hidden;
width: 100%;
background: #fff;
text-align: center;
height: 100%;
font-weight: 500;
color: var(--theme-black);
display: flex;
align-items: center;
justify-content: center;
}
.has-max-quntity span.venam-quantity-input-max {
opacity: 1;
visibility: visible;
}
.has-max-quntity  .quantity-button.plus {
pointer-events: none;
}
.product-button-group.cart-with-quantity.quntity-open .ajax-quantity,
.product-button-group.cart-with-quantity.product-in-cart .ajax-quantity {
display: flex;
}
.product-button-group.cart-with-quantity.quntity-open a:not(.added_to_cart),
.product-button-group.cart-with-quantity.product-in-cart a:not(.added_to_cart) {
display: none;
}
.venam-popup-notices .wc-forward {
display: none!important;;
}
.venam-popup-notices,
.venam-popup-notices.slide-in {
padding: 0;
}
.venam-popup-notices .venam-popup-notices-footer,
.venam-popup-notices .woocommerce-error,
.venam-popup-notices .woocommerce-info,
.venam-popup-notices .woocommerce-message {
background-color: #fff;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
will-change: transform;
-webkit-transition: opacity 0.25s ease, ease;
transition: transform 0.25s ease;
padding: 20px;
margin: 0;
}
.venam-popup-notices.slide-in .venam-popup-notices-footer,
.venam-popup-notices.slide-in .woocommerce-error,
.venam-popup-notices.slide-in .woocommerce-info,
.venam-popup-notices.slide-in .woocommerce-message {
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
.venam-popup-notices .venam-popup-notices-footer {
padding: 20px;
border-top: 1px solid var(--theme-gray);
}
.venam-popup-notices .ninetheme-cart-update-message p {
display: block;
width: 100%;
padding-left: 20px;
font-size: 16px;
font-weight: 500;
}
.venam-popup-notices .ninetheme-cart-update-message.woocommerce-info::before,
.venam-popup-notices .ninetheme-cart-update-message.woocommerce-message::before {
position: absolute;
top: auto;
left: auto;
}
.woocommerce-mini-cart-item.loading .del-icon,
.woocommerce-mini-cart-item.loading .cart-img,
.woocommerce-mini-cart-item.loading .cart-content {
opacity: 0.3;
}
.shop-mode-subcategories .before-shop--loop,
.shop-mode-subcategories .venam-pjax-filters{
display: none;
}
.shop-mode-subcategories .wc--row.shop-categories {
margin-bottom: 0;
}
.quantity.type-hidden {
display: none;
}.woocommerce #content div.product .col div.images,
.woocommerce div.product .col div.images,
.woocommerce-page #content div.product .col div.images,
.woocommerce-page div.product .col div.images {
float: none;
width: 100%;
}
.woocommerce div.product div.summary {
margin-bottom: 0;
} .woocommerce div.product div.images {
margin-bottom: 0;
} .woocommerce div.product div.images .flex-control-thumbs {
margin-top: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
flex: 0 0 100%;
margin-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs:not(.slick-vertical) li {
flex: 0 0 100%;
margin-right: 0;
padding: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs.slick-vertical li {
width: 85% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
opacity: 1;
padding: 0;
border-radius: 0;
border: 1px solid var(--theme-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
border-color: var(--theme-primary);
}  .woocommerce div.product .product_title {
margin-bottom: 20px;
}
.woocommerce.single-product .entry-summary .woocommerce-product-rating,
.woocommerce.single-product .woocommerce-product-details__short-description p {
margin-bottom: 20px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: baseline;
}
.woocommerce .woocommerce-product-rating .star-rating span::before {
color: var(--theme-primary);
}
.woocommerce .woocommerce-product-rating {
line-height: 1.5;
display: block;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
margin: 0px 0 20px 0;
color: var(--theme-primary); font-weight: 700;
}
.woocommerce.single-product div.product .summary p.price,
.woocommerce div.product .summary span.price {
color: var(--theme-primary);
font-size: 26px;
font-weight: 700;
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-end;
line-height: 1;
}
.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins {
display: inline-block;
background: inherit;
text-decoration: none;
font-weight: 700;
margin-left: 0px;
}
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
opacity: 1;
font-size: 16px;
color: #b2b2b2;
margin-left: 10px;
}
.woocommerce.single-product .entry-summary form.cart {
margin: 0 0 25px;
padding-top: 25px;
border-top: 1px solid var(--theme-gray);
}
.woocommerce.single-product .product-type-external .entry-summary .button {
margin: 0 !important;
}
.woocommerce div.product form.cart .perched-info div.quantity {
float: left;
margin: 0 15px 0 0;
}
.woocommerce .entry-summary .yith-wcwl-icon.fa.fa-heart-o {
font-family: 'FontAwesome';
font-weight: normal;
}
.woocommerce .entry-summary a.button {
margin-right: 15px;
}
.woocommerce .entry-summary .single_add_to_wishlist.button {
border: 0;
}
.woocommerce .entry-summary button.single_add_to_cart_button:before,
.woocommerce .yith-wfbt-section .yith-wfbt-item:before,
.woocommerce .yith-wfbt-submit-button:before {
margin-right: 10px;
font-family: "Flaticon";
font-size: 18px;
}
.woocommerce .entry-summary .compare.button:before {
font-weight: normal;
}
.woocommerce .entry-summary .yith-wcbr-brands,
.woocommerce .entry-summary .yith-wcbr-brands-logo {
margin-top: 0;
}
.woocommerce .entry-summary .yith-wcbr-brands-logo:empty {
display: none;
}
.venam-single-product-stock {
margin: 15px 0;
}
.woocommerce div.product .stock {
margin: 0px 0 10px;
color: var(--theme-primary);
}
.woocommerce div.product .out-of-stock {
color: #fff;
background: #ff0000;
display: inline-block;
border-radius: 4px;
}
span.sku_wrapper {
display: block;
margin-bottom: 5px;
text-transform: capitalize;
}
.venam-product-popup-details,
.woocommerce .entry-summary .product_meta {
margin-top: 18px;
color: var(--theme-black);
padding-top: 20px;
border-top: 1px solid var(--theme-gray);
}
.woocommerce .entry-summary span.brands {
color: var(--theme-black);
font-weight: 500;
}
.woocommerce .entry-summary .product_meta .posted_in,
.woocommerce .entry-summary .product_meta .tagged_as {
display: block;
}
.woocommerce .entry-summary .product_meta span {
margin-bottom: 10px;
text-transform: capitalize;
font-weight: 500;
}
.woocommerce .summary .sd-meta,
.woocommerce .summary .discount {
background: var(--theme-gray-background);
color: var(--theme-black);
font-size: 12px;
padding: 0px 10px;
border-radius: 4px;
margin-bottom: 0px;
display: inline-block;
margin-right: 10px;
}
.woocommerce .summary .discount {
background: var(--theme-base);
}
.woocommerce .entry-summary .product_meta span a,
.woocommerce .entry-summary .product_meta span span,
.woocommerce .entry-summary span.brands a {
font-weight: 400;
}
.woocommerce .entry-summary .product_meta .sku {
color: #6e7673;
}
.woocommerce .entry-summary .product_meta span a,
.woocommerce .entry-summary span.brands a {
color: #6e7673;
font-size: 13px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.woocommerce .entry-summary .product_meta span a:hover,
.woocommerce .entry-summary span.brands a:hover {
color: var(--theme-primary);
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
margin: 0 10px 0 0;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist,
.woocommerce .entry-summary .compare {
display: inline-flex;
flex: 0 0 auto;
line-height: 1.2;
}
.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a,
.woocommerce .entry-summary .compare {
padding: 19px 27px 15px 27px;
font-size: 14px;
}
.woocommerce .entry-summary .feedback+a {
font-weight: 700;
color: var(--theme-black);
padding: 0;
margin-left: 5px;
}
.woocommerce .entry-summary .feedback i,
.woocommerce .entry-summary .feedback+a:hover {
color: var(--theme-primary);
}
.woocommerce .entry-summary .compare.button:before {
font-size: 14px;
}
.woocommerce div.product .flex-control-thumbs li {
clear: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-arrow {
position: absolute;
width: 30px;
height: 30px;
background: var(--theme-black);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
}
.woocommerce div.product div.images.images_bottom .flex-control-thumbs .slick-arrow {
top: 50%;
transform: translateY(-50%);
}
.woocommerce div.product div.images .flex-control-thumbs .slick-arrow:hover {
background: var(--theme-primary);
}
.woocommerce div.product div.images .flex-control-thumbs .next.slick-arrow {
right: 0;
}
.woocommerce div.product div.images.images_vertical .flex-control-thumbs {
display: flex;
align-items: center;
}
.woocommerce .quantity .qty {
padding: 11px 30px;
border-radius: 4px;
}
.woocommerce div.product form.cart div.quantity {
margin: 0 15px 0 0;
}
@media(min-width:992px) {
.images_vertical .slider-wrapper {
display: flex;
flex-direction: row-reverse;
}
.images_vertical .flex-viewport {
flex: 0 0 80%;
width: 80%;
}
.woocommerce div.product div.images_vertical .flex-control-thumbs {
flex-direction: column;
align-items: flex-start;
}
.woocommerce div.product div.images_vertical .flex-control-thumbs.slick-vertical {
margin-top: 0;
flex: 0 0 20%;
width: 20%;
}
.woocommerce div.product div.images_vertical .flex-control-thumbs.has-navigation .slick-list {
margin: 5px 0 !important;
}
.woocommerce div.product div.images_vertical .flex-control-thumbs.has-navigation .slick-arrow {
position: relative;
width: 85%;
transform: none;
bottom: 0;
top: auto;
right: auto;
left: -10px;
}
.woocommerce div.product div.images_vertical .flex-control-thumbs.slick-vertical .next.slick-arrow {
right: 0;
}
.woocommerce div.product div.images_vertical .flex-control-thumbs.slick-vertical .slick-arrow i {
transform: rotate(90deg);
}
}
.woocommerce #reply-title {
margin-bottom: 27px;
font-weight: 500;
}
p.woocommerce-noreviews {
line-height: 1;
}
.woocommerce.single #review_form #respond .form-submit {
margin: 0;
} .woocommerce.single .yith-wfbt-section {
margin-bottom: 80px;
}
.woocommerce.single .yith-wfbt-section>h3 {
margin-bottom: 35px;
}
.woocommerce.single .yith-wfbt-section .yith-wfbt-item {
display: flex;
position: relative;
padding-left: 10px;
align-items: center;
list-style: none;
}
.woocommerce.single .yith-wfbt-section .yith-wfbt-item label {
margin: 0;
}
.woocommerce.single .yith-wfbt-section .yith-wfbt-item:before {
content: "\e915";
display: flex;
position: absolute;
left: -20px;
width: 20px;
height: 20px;
color: #fff;
border-radius: 50%;
background-color: var(--theme-base);
align-items: center;
font-size: 11px;
justify-content: center;
}
.woocommerce.single .yith-wfbt-section .total_price {
color: var(--theme-black);
font-weight: bold;
}
.woocommerce.single span#reply-title {
margin: 0;
margin-bottom: 30px;
font-size: 25px;
font-weight: 500;
} section.related.products {
margin-top: -32px;
}
section.related.products .product_item.col {
padding: 0;
}
.woocommerce .related.products h2.__title {
margin: 0 0 40px;
font-size: 30px;
font-weight: 500;
}
.woocommerce .related.products h2.__title span {
font-weight: 700;
}
.entry-summary .inline-text {
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 15px;
margin-right: 15px;
font-weight: 500;
color: #000;
}
.single .has-svg-icon svg {
max-width: 16px;
max-height: 16px;
margin-right: 5px;
color: currentColor;
}
.entry-summary .venam-woosw-btn i,
.entry-summary .venam-woosc-btn i {
margin-right: 5px;
}
.entry-summary .venam-woosw-btn.woo-added i,
.entry-summary .venam-woosc-btn.woo-added i,
.entry-summary .venam-woosc-btn .woosc-added,
.entry-summary .venam-woosw-btn .woosw-added {
color: var(--theme-primary);
}
.entry-summary .has-svg-icon a {
color: var(--theme-black);
line-height: 1;
}
.entry-summary .has-svg-icon a:hover {
color: var(--theme-primary);
}
.entry-summary [data-label]:before {
content: '';
position: absolute;
background: 0 0;
border: 6px solid transparent;
border-top-color: #383838;
z-index: 1000001;
display: none;
}
.entry-summary .viewed-offer-time {
margin-bottom: 20px;
}
.entry-summary .viewed-offer-time .coming-time {
justify-content: flex-start;
}
.entry-summary .viewed-offer-time .time-count:first-child {
margin-left: 0;
}
p.offer-time-text {
margin: 0;
margin-bottom: 5px;
}
.woocommerce div.product.woosv_color form.cart .variations {
margin-bottom: 25px;
}
.woosv_color .variations span.label {
font-weight: 500;
min-width: 105px;
display: block;
color: #282828;
}
.woosv_color .variations .wpcvs-type-button + select,
.woosv_color .variations .wpcvs-type-color + select,
.woosv_color .variations .wpcvs-type-radio + select,
.woosv_color .variations .wpcvs-type-image + select,
.woosv_color .variations .nice-select {
display: none !important;
}
.woocommerce div.product form.cart .variations select,
.exclusive-item-content .variations select {
padding: 5px;
}
.woocommerce-variation.single_variation {
margin-bottom: 5px;
}
.woosv_color .variations a.reset_variations {
margin-top: 0px !important;
}
.single-product .variations .reset_variations {
border-radius: 3px;
margin: 0;
margin-left: 10px;
height: 30px;
min-width: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--theme-black);
color: #fff;
}
.woosv_color .variations .variations-items:not(:last-child) {
margin-bottom: 10px;
}
.woosv_color .variations .wpcvs-terms {
margin: 0;
}
.woosv_color .variations .wpcvs-terms .wpcvs-term {
margin: 0;
margin-right: 6px;
}
.woosv_color .variations .wpcvs-type-color .wpcvs-term {
height: 30px;
width: 30px;
}
.woosv_color .variations .value {
display: flex;
position: relative;
}
.woosv_color .variations .wpcvs-term>span {
height: 22px;
line-height: 22px;
}
.woosv_color .wpcvs-type-button .wpcvs-term {
height: 30px;
min-width: 40px;
line-height: 30px;
}
.woosv_color .wpcvs-type-button .wpcvs-term>span {
padding: 0;
}
.grouped-list-wrapper {
margin-bottom: 25px;
}
.woocommerce-grouped-product-list-items {
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: 1px solid var(--theme-gray);
}
.woocommerce-grouped-product-list-items:nth-child(even) {
border-top: 0;
}
.woocommerce .grouped-list-item {
padding: 0 10px;
border-right: 1px solid var(--theme-gray);
min-height: 55px;
align-items: center;
display: inline-flex;
}
.woocommerce .grouped-list-item:last-child {
border-right: 0;
}
.woocommerce-grouped-product-list-items>li:first-child {
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce-grouped-product-list-items>li:nth-child(2) {
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-grouped-product-list-items>li:nth-child(3) {
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce div.product form.cart .grouped-list-item div.quantity,
.woocommerce div.product form.cart .grouped-list-item .button {
margin: 0;
width: 100%;
max-width: 100%;
}
.woocommerce div.product form.cart .grouped-list-item .button {
padding: 10px;
text-transform: none;
font-weight: normal;
}
.woocommerce .grouped-list-item .quantity .qty {
padding: 10px 30px;
height: auto;
}
.product-type-external .related.pb-100 {
padding-bottom: 0;
}
a.venam-product-video-button {
position: absolute;
color: var(--theme-primary);
top: 15px;
left: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
a.venam-product-video-button i {
background-color: var(--theme-black);
border-radius: 50px;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 5px;
color: #fff;
}
a.venam-product-video-button:hover {
color: var(--theme-black);
}
a.venam-product-video-button:hover i {
background-color: var(--theme-primary);
color: #fff;
}
@media(max-width: 576px) {
.woocommerce.single-product .entry-summary button.button.alt {
min-width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs {
padding-top: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs .next.slick-arrow {
right: 0;
top: 0;
}
.woocommerce div.product div.images .flex-control-thumbs .prev.slick-arrow {
top: 0;
}
.woocommerce div.product div.images .flex-control-thumbs:not(.slick-vertical) li {
padding: 1px;
margin-top: 10px;
}
}
.woocommerce button.single_add_to_cart_button+a.added_to_cart,
.woocommerce.single-product .entry-summary button.button.alt {
padding: 18px 27px;
}
.woocommerce button.single_add_to_cart_button+a.added_to_cart {
margin: 0;
margin-left: 15px;
}
button.single_add_to_cart_button.loading:before {
z-index: -1 !important;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.action .loading::after,
.venam-load-more.loading::after {
content: " " !important;
margin-left: 10px;
border-width: 2px;
border-color: #fff;
border-left-color: transparent;
border-radius: 50%;
border-style: solid;
-webkit-animation: v-spin-fast 1s linear infinite !important;
animation: v-spin-fast 1s linear infinite !important;
width: 18px;
height: 18px;
font-weight: 400;
margin-top: -4px;
}
.woocommerce .single_add_to_cart_button.button.loading {
opacity: 1 !important;
}
.woocommerce .single_add_to_cart_button.button.loading:after {
left: 45%;
margin: 0;
z-index: 3;
top: 0;
}
.woocommerce .single_add_to_cart_button.button.loading:before {
width: 100%;
height: 100%;
background: var(--theme-primary);
z-index: 2 !important;
content: "" !important;
position: absolute;
border-radius: 4px;
}
.single .woosv_color .wpcvs-type-button .wpcvs-term {
min-width: 30px;
font-size: 13px;
} .venam-single-product-stock .stock-details {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.venam-single-product-stock .stock-sold,
.venam-single-product-stock .current-stock {
display: inline-block;
}
.venam-single-product-stock .stock-details span {
font-weight: 700;
color: var(--theme-primary);
}
.venam-single-product-stock .venam-product-stock-progress {
background: var(--theme-gray-background);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.venam-single-product-stock .venam-product-stock-progressbar {
display: block;
height: 5px;
min-width: 1px;
background: var(--theme-primary);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.venam-single-product-stock .venam-product-stock-progressbar{
animation:stock-progress-bar 8s ease;
animation-delay:.5s
}
@keyframes stock-progress-bar{
from{ width:100% }
to{ width:[data-stock-percent]}
}
.shop-details-content {
position: relative;
}
.shop-product-top {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
margin-bottom: 20px;
} .venam-products-nav {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 75px;
max-height: 20px;
}
.venam-products-nav.has-arrow {
width: 50px;
}
.single-breadcrumbs-wrapper .venam-products-nav {
flex: 0 0 auto;
}
.venam-products-nav svg {
max-width: 22px;
max-height: 22px;
fill: #6e7673;;
}
.venam-products-nav .product-btn a {
display: flex;
align-items: center;
justify-content: flex-start;
color: var(--theme-black);
}
.venam-products-nav .wrapper-nav {
position: absolute;
top: 100%;
right: 0px;
visibility: hidden;
padding-top: 10px;
min-width: 240px;
opacity: 0;
transition: opacity .1s ease .1s,visibility .1s ease .1s;
animation: venamfadeOutLeft .1s ease .1s both;
}
.venam-products-nav .product-btn:hover>.wrapper-nav {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,visibility .3s ease;
animation: venamfadeInLeft .3s ease both;
}
.venam-products-nav .product-nav {
display: flex;
align-items: center;
flex-direction: row;
background-color: #fff;
box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.venam-products-nav .product-thumb img {
max-width: 90px;
}
.venam-products-nav .product-nav-description {
padding: 10px 15px;
}
.venam-products-nav .product-nav-title {
margin-bottom: 7px;
font-size: 14px;
}
.venam-products-nav .product-nav-title:hover {
color: var(--theme-primary);
}
.woocommerce div.product .summary .product-nav-description .price,
.woocommerce div.product .summary .product-nav-description p.price del,
.woocommerce div.product .summary .product-nav-description span.price del {
font-size: 14px;
}
.woobt-wrap-responsive .woobt-products .woobt-product, .woobt-products {
border: 0;
}
@keyframes venamfadeInLeft{
0% {
transform: translate3d(-20px,0,0);
}
100% {
transform: none;
}
}
@keyframes venamfadeOutLeft{
0% {
transform: translate3d(-20px,0,0);
}
100% {
transform: none;
}
}
@media (max-width: 768px) {
.venam-products-nav .wrapper-short {
display: none;
}
.entry-summary .inline-text {
font-size: 14px;
margin-right: 10px;
}
.product-desc-wrap .nav-tabs .nav-item {
margin-bottom: 0;
width: 100%;
margin: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product {
display: flex;
flex-direction: row;
text-align: center;
padding: 20px 0;
}
}
.venam-product-share {
display: flex;
align-items: center;
color: var(--theme-black);
margin : 15px 0;
font-weight: 500;
}
.venam-product-share a {
font-size: 13px;
margin: 0;
color: #fff;
width: 30px;
height: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 100%;
}
.venam-product-share span.share-title {
margin-right: 5px;
}
.venam-product-share a.social-facebook {
background: #3b5998;
}
.venam-product-share a.social-twitter {
background-color: #1da1f2;
}
.venam-product-share a.social-pinterest {
background-color: #e60023;
}
.venam-product-share a.social-linkedin {
background-color: #0077b5;
}
.venam-product-share a.social-reddit {
background-color: #ff4500;
}
.venam-product-share a.social-whatsapp {
background-color: #25d366;
}
.venam-product-share a.social-ok {
background-color: #ee8208;
}
.venam-product-share a.social-telegram {
background-color: #0088CC;
}
.venam-product-share a.social-email {
background-color: #000;
}
.venam-product-share a.social-viber {
background-color: #7360f2;
}
.venam-product-share a.social-vk {
background-color: #4C75A3;
}
.venam-product-share a.social-youtube {
background-color: #FF0000;
}
.venam-product-share a.social-vimeo {
background-color: #1ab7ea;
}
.venam-product-share a.social-tumblr {
background-color: #34526f;
}
.venam-product-share a.social-flickr {
background-color: #0063dc;
}
.venam-product-share a.social-github {
background-color: #6e5494;
}
.venam-product-share a.social-behance {
background-color: #1769ff;
}
.venam-product-share a.social-dribbble {
background-color: #8aba56;
}
.venam-product-share a.social-soundcloud {
background-color: #ff8800;
}
.venam-product-share a.social-spotify {
background-color: #1db954;
}
.venam-product-share a.social-snapchat {
background-color: #fffc00;
}
.venam-product-share a.social-tiktok {
background-color: #25F4EE;
}
@media (max-width: 1025px) {
.venam-social-icons .whatsapp-desktop {
display: none!important;
}
}
@media (min-width: 1025px) {
.venam-social-icons .whatsapp-mobile {
display: none!important;
}
}
.venam-popup-content-big {
width: 100%;
background-color: #FFF;
margin: 0 auto;
max-height: 400px;
overflow-x: hidden;
overflow-y: auto;
}
@media (min-width: 768px) {
.venam-popup-content-big {
max-width: 800px;
max-height: 600px;
}
}
.venam-product-question-top {
display: flex;
align-items: center;
justify-content: space-between;
background: var(--theme-gray-background);
padding: 20px;
margin-bottom: 40px;
}
.venam-product-question-tumb {
margin-right: 20px;
}
.venam-product-question-top .venam-product-question-title {
color: var(--theme-black);
font-weight: 500;
font-size: 18px;
position: relative;
padding-bottom: 10px
}
.venam-product-question-top p.price,
.venam-product-question-top span.price {
color: var(--theme-primary);
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-end;
line-height: 1;
}
.venam-product-question-top  p.price del,
.venam-product-question-top  span.price del {
opacity: 1;
font-size: 16px;
color: #b2b2b2;
margin-left: 10px;
}
.venam-product-question-buttons {
margin-left: 20px;
}
.product-desc-content h4.title {
display: none;
}
.woocommerce table.shop_attributes th {
font-weight: 500;
border-bottom: 1px solid #eee;
color: var(--theme-black);
}
.elementor-page div.product div.images {
float: left;
width: 100%;
}
.venam-product-view,
.venam-estimated-delivery {
margin-top: 5px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.venam-product-view svg {
max-width: 14px;
max-height: 14px;
}
.venam-estimated-delivery svg {
max-width: 18px;
max-height: 18px;
}
.venam-product-view span,
.venam-estimated-delivery span {
font-weight: 600;
color: var(--theme-black);
}
.wpcvs-terms.wpcvs-type-color .wpcvs-term .wpcvs-term-color {
max-width: 100%;
}.shop-widget-title .title {
text-transform: uppercase;
font-size: 14.5px;
margin: 0;
color: var(--theme-black);
font-style: normal;
line-height: 1.8;
font-weight: 700;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
font-size: 16px;
color: var(--theme-black);
font-weight: 500;
}
.woocommerce.nt-sidebar-inner-widget span.reviewer {
font-size: 14px;
}
.woocommerce ul.product_list_widget li ins,
.woocommerce ul.product_list_widget li>.amount bdi {
color: var(--theme-primary);
font-size: 16px;
font-weight: 400;
line-height: 1;
text-decoration: none;
}
.woocommerce ul.product_list_widget li del { line-height: 1;
}
.woocommerce.nt-sidebar-inner-widget .star-rating,
.woocommerce.nt-sidebar-inner-widget .star-rating::before,
.woocommerce.nt-sidebar-inner-widget .star-rating span::before {
font-size: 10px;
}
.woocommerce.nt-sidebar-inner-widget .star-rating {
width: 54px;
}
.price_slider_wrapper {
padding-right: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #ebebeb none repeat scroll 0 0;
border: medium none;
border-radius: 0;
height: 6px;
margin-right: 0;
margin-left: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: var(--theme-gray-background);
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
height: 14px;
width: 14px;
top: 0;
margin-top: -4px;
background: #fff;
border-radius: 100%;
margin-left: 0;
background-color: var(--theme-gray);
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2;
font-size: 12px;
font-weight: 500;
color: var(--theme-black-soft);
text-transform: uppercase;
margin: 25px 0 0 0;
}
#nt-sidebar form .price_slider_amount .button {
padding: 8px 15px;
font-size: 12px;
border-radius: 4px !important;
text-transform: uppercase;
font-weight: 500;
}
.widget-list-span {
top: auto;
left: auto;
width: 25px;
height: 25px;
border-radius: 6px;
font-size: 12px;
font-weight: 400;
background: var(--theme-gray-background);
text-align: center;
color: var(--theme-black-soft);
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 70px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
padding: 0;
padding-left: 0px;
font-size: 14px;
color: var(--theme-black);
position: relative;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
color:var(--theme-primary);
}
#nt-sidebar form button:hover {
background: var(--theme-primary);
color: #fff;
} .widget-area ul.wpc-filters-ul-list,
.wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
padding: 0;
}
.widget-area li.wpc-term-item label,
.wpc-filters-widget-main-wrapper li.wpc-term-item label {
justify-content: space-between;
}
.widget-area .wpc-term-item-content-wrapper,
.wpc-term-item-content-wrapper,
body .wpc-filters-widget-main-wrapper .wpc-term-item-content-wrapper {
padding-right: 0;
}
.nt-sidebar-inner-widget.widget_wpc_filters_widget .wpc-filters-section:last-child {
margin-bottom: 0px;
}
nav.woocommerce-MyAccount-navigation>ul>li {
padding: 5px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #252525;
}
.price_label {
margin-top: 3px;
}
.venam-widget-product-categories a label,
.venam-product-status a label{
margin: 0;
margin-left: 7px;
color: #252525;
font-size: 13px;
}
.site-scroll li a {
display: flex;
align-items: center;
}
.nt-sidebar-inner .venam-choosen-filters {
display: none;
}
body:not(.venam-ajax-shop) #nt-sidebar .nt-sidebar-inner .venam-choosen-filters {
display: none;
}
@media(max-width:1024px){
body.venam-ajax-shop #nt-sidebar .nt-sidebar-inner .venam-choosen-filters {
display: block;
}
#nt-sidebar .nt-sidebar-inner .venam-choosen-filters {
padding: 5px 10px;
border: none;
width: 100%;
margin: 0 0 15px 0px;
background: #fff;
z-index: 1;
}
#nt-sidebar .nt-sidebar-inner.scroll-start .venam-choosen-filters {
position: absolute;
top: 40px;
margin-top: 0;
left: 0;
}
#nt-sidebar .woocommerce-result-count {
float: none;
margin: 0;
width: 100%;
}
#nt-sidebar ul.venam-remove-filter {
margin-bottom: 5px;
}
.woocommerce #nt-sidebar .woocommerce-info {
margin-top: 5px;
text-align: left;
padding: 5px 10px;
}
.woocommerce #nt-sidebar .woocommerce-info:before {
display: none;
}
.woocommerce #nt-sidebar .nt-sidebar-inner .close-sidebar {
top: auto;
bottom: auto;
position: relative;
padding: 5px;
background: var(--theme-black);
align-items: center;
justify-content: center;
color: #fff;
line-height: 1.3;
margin-top: 5px;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
}
.woocommerce #nt-sidebar .woocommerce-result-count span {
color: var(--theme-primary);
}
.shop-sidebar-fixed .blog-sidebar {
margin: 0;
overflow-y: scroll;
padding: 0px;
}
#nt-sidebar .nt-sidebar-inner-widget a.ajax-loading::after {
content: " ";
margin-left: 10px;
border-width: 2px;
border-color: var(--theme-black);
border-left-color: transparent;
border-radius: 50%;
border-style: solid;
-webkit-animation: v-spin-fast 1s linear infinite;
animation: v-spin-fast 1s linear infinite;
width: 15px;
height: 15px;
position: absolute;
right: 7px;
}
}
@media(max-width:768px){
.shop-sidebar-fixed .blog-sidebar {
height: calc(100vh - 114px );
max-height: calc(100vh - 114px );
}
}.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}