.number-style input {
display: inline-block;
width: 30px;
vertical-align: middle;
text-align: center;
border: none;
font-size: 15px;
color: #000000;
}
.number-style span {
position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
margin: 0 10px;
cursor: pointer;
}
.number-style span.number-minus {
border: 2px solid #fe0021;
}
.number-style span.number-minus::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
margin: -1px 0 0 -5px;
width: 10px;
height: 2px;
background-color: #fe0021;
}
.number-style span.number-plus {
border: 2px solid #000;
}
.number-style span.number-plus::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -1px 0 0 -5px;
width: 10px;
height: 2px;
background-color: #000;
}
.number-style span.number-plus::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -5px 0 0 -1px;
width: 2px;
height: 10px;
background-color: #000;
}
.number-style span.disabled {
border: 2px solid #a4a3a0;
}
.number-style span.disabled::after,
.number-style span.disabled::before {
background-color: #a4a3a0;
}
.number-style input[type='number'] {
-moz-appearance: textfield;
appearance: textfield;
}
.number-style input::-webkit-outer-spin-button,
.number-style input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.woocommerce .quantity .qty {
border: 1px solid #ccc;
border-radius: 0;
} .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align: center;
background: #fff;
border: 1px solid #ededed;
border-radius: 15px;
overflow: hidden;
transition: 0.5s;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.20);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.added_to_cart,
.woocommerce button.button,
.woocommerce input.button {
color: var(--color-primary) !important;
border: 2px solid var(--color-primary);
font-size: 14px;
background: transparent;
} .woocommerce-result-count,
.woocommerce-ordering {
display: none !important;
}
.woocommerce-ordering select {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover a.added_to_cart.wc-forward {
color: var(--color-secondary) !important;
border: 2px solid var(--color-secondary);
background: transparent;
}
a.added_to_cart.wc-forward {
padding: 0.3rem;
}
.woocommerce ul.products li.product a img {
background: #ededed;
}
.woocommerce ul.products li.product .button {
margin-bottom: 1rem;
}
select {
border: 1px solid #ccc;
box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.20);
padding: 3px;
}
.befront-shop h1.page-title {
display: none;
}
.befront-shop .site-content .widget-area {
margin-top: 50px;
}
a.add_to_cart_button.added {
display: none;
}
a.added_to_cart.wc-forward {
margin-top: 1em;
}
.woocommerce tbody,
.woocommerce thead,
.woocommerce tfoot {
display: table-header-group;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
display: block;
max-width: inherit;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
display: block;
}
.woocommerce .col-1,
.woocommerce .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
max-width: unset;
}
input[type=checkbox] {
vertical-align: bottom;
}
.woocommerce ul.order_details {
border: 1px solid #ededed;
padding: 10px 20px;
}
nav.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
border: 1px solid #ededed;
display: block;
padding: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
background: #ededed;
}
.woocommerce-Address {
border: 1px solid #ededed;
padding: 10px;
}
.woocommerce form.login,
.woocommerce form.register {
max-width: 500px
}
.woocommerce-notice {
background: #ededed;
border-left: 3px solid #ccc;
font-weight: 700;
}
.woocommerce-notice.woocommerce-notice--success {
padding: 10px;
border-left: 4px solid green;
}
.modal-backdrop {
z-index: 999999;
}
.wowmarting-cart .modal {
z-index: 999999999;
top: 10%;
bottom: -10%;
} .hmiddle-right {
height: 100%;
}
ul.woo-action-icons {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: flex-end;
height: 100%;
}
ul.woo-action-icons li {
margin-left: 0.5rem;
}
ul.woo-action-icons li .action-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
color: currentColor;
}
ul.woo-action-icons li .action-link .action-icon {
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;
font-size: 1.625rem;
width: 2.375rem;
height: 2.25rem;
}
ul.woo-action-icons li .action-link .action-icon i {
opacity: 0.5;
}
ul.woo-action-icons li .action-link .action-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.2;
}
ul.woo-action-icons li .action-link .action-icon .action-count {
position: absolute;
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;
font-size: .625rem;
font-weight: 600;
line-height: 1.0625rem;
min-width: 1.0625rem;
height: 1.0625rem;
padding-left: .0625rem;
padding-right: .0625rem;
border-radius: 50%;
color: #fef2f2;
background-color: #dc2626;
top: .0625rem;
right: 0
}
ul.woo-action-icons li .action-link .action-text span {
font-size: .6875rem;
opacity: .7;
}
ul.woo-action-icons li .action-link .action-text p {
font-size: .8125rem;
font-weight: 500;
margin-bottom: 0;
} span.count.cart-contents {
position: absolute;
top: -15px;
background: var(--color-primary);
padding: 11px 2px 2px;
border-radius: 50%;
min-width: 35px;
height: 35px;
line-height: 11px;
color: #fff;
font-size: 14px;
-webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.20);
box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.20);
display: block;
width: auto;
right: -20px;
margin-top: 0px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
border-bottom: 1px solid #ededed;
}
a.btn.btn-secondary.text-dark {
color: #fff !important;
}
.cart_totals h2 {
font-size: 24px;
}
.woocommerce table.shop_attributes th {
background: inherit;
}
.woocommerce table.shop_attributes td {
padding-left: 10px;
}
.woocommerce table.shop_attributes {
border-left: 1px solid #ccc;
}
ol.flex-control-nav.flex-control-thumbs {
background: #ededed;
padding: 10px !important;
border-top: 1px solid #ccc;
}
.woocommerce span.onsale {
padding: 0.1em;
font-weight: 400;
}
.pswp__caption__center {
text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
border-radius: 50px;
width: 80%;
max-width: 75px;
border: 1px solid #222;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 5px 15px;
}
.woocommerce-page h1.page-title {
min-height: 65px;
}
a.added_to_cart.wc-forward {
padding: 5px 25px;
border-radius: 4px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
float: left;
margin: 0 10px 0 0;
width: 80px;
height: auto;
box-shadow: none;
max-width: 50%;
}
.woocommerce #content div.product div.summary,
.single-product .product.type-product,
.woocommerce-page #content div.product div.summary {
box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
margin-top: 0;
padding: 15px;
}
.single-product .product {
display: inline-block;
}
.single-product .shop-sidebar {
margin-top: 0;
}
.woocommerce-product-gallery .flex-viewport {
cursor: move;
border: 1px solid #ededed;
}
.product_meta {
display: flex;
flex-direction: column;
font-size: 13px;
}
.be-boost-share span {
font-size: 13px;
}
.product_meta>span {
margin-bottom: 5px;
}
.woocommerce-tabs h2 {
font-size: 20px;
color: #555;
border-bottom: 1px solid #ededed;
padding-bottom: 7px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 40px;
border-radius: 50%;
}
.related.products h2 {
margin-bottom: 20px;
border-bottom: 1px solid #ededed;
padding-bottom: 10px;
font-size: 24px;
}
.pswp--animated-in .pswp__bg {
opacity: 0.8 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #ccc;
border: 1px solid #ccc;
box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
}
.woocommerce-tabs.wc-tabs-wrapper {
box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding-left: 5px;
}
.woocommerce ul.products li.product .star-rating {
display: block;
margin: 0 auto 5px;
}
.woocommerce .star-rating span::before {
text-align: left;
}
.woocommerce-checkout.woocommerce-page .content-area,
.woocommerce-cart.woocommerce-page .content-area,
.no-shop-widget .content-area {
width: 100%;
margin: 0;
}
.woocommerce-checkout.woocommerce-page aside.widget-area,
.woocommerce-cart.woocommerce-page aside.widget-area {
display: none;
}
.widget.widget_product_search input,
.widget.widget_product_search button {
width: 100%;
margin-bottom: 5px;
padding: 5px 9px;
}
.wc_payment_methods .woocommerce-info:before {
left: -14px;
top: 10px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
min-width: 120px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
button.button,
.entry-content table thead th,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: var(--color-primary) !important;
color: #fff !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
button.button:hover,
.entry-content table thead th:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: var(--color-secondary) !important;
color: #fff !important;
}
.woocommerce .products ul,
.woocommerce ul.products {
display: flex;
flex-flow: row wrap;
}
.woocommerce-cart.woocommerce-page .wowmarting-cart,
.woocommerce-checkout.woocommerce-page .wowmarting-cart {
display: none;
}
.theme-green .woocommerce #respond input#submit.alt,
.theme-green .woocommerce a.button.alt,
.theme-green button.button,
.theme-green .widget_price_filter .ui-slider .ui-slider-handle,
.theme-green .widget_price_filter .ui-slider .ui-slider-range,
.theme-green .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.theme-green .entry-content table thead th,
.theme-green .woocommerce button.button.alt,
.theme-green .woocommerce input.button.alt {
background-color: #1B5E20 !important;
color: #fff !important;
}
.theme-blue .woocommerce #respond input#submit.alt,
.theme-blue .woocommerce a.button.alt,
.theme-blue button.button,
.theme-blue .widget_price_filter .ui-slider .ui-slider-handle,
.theme-blue .widget_price_filter .ui-slider .ui-slider-range,
.theme-blue .entry-content table thead th,
.theme-blue .woocommerce button.button.alt,
.theme-blue .woocommerce input.button.alt {
background-color: #2196F3 !important;
color: #fff !important;
}
.theme-indigo .woocommerce #respond input#submit.alt,
.theme-indigo .woocommerce a.button.alt,
.theme-indigo button.button,
.theme-indigo .widget_price_filter .ui-slider .ui-slider-handle,
.theme-indigo .widget_price_filter .ui-slider .ui-slider-range,
.theme-indigo .entry-content table thead th,
.theme-indigo .woocommerce button.button.alt,
.theme-indigo .woocommerce input.button.alt {
background-color: #9575CD !important;
color: #fff !important;
}
.theme-brown .woocommerce #respond input#submit.alt,
.theme-brown .woocommerce a.button.alt,
.theme-brown button.button,
.theme-brown .widget_price_filter .ui-slider .ui-slider-handle,
.theme-brown .widget_price_filter .ui-slider .ui-slider-range,
.theme-brown .entry-content table thead th,
.theme-brown .woocommerce button.button.alt,
.theme-brown .woocommerce input.button.alt {
background-color: #3E2723 !important;
color: #fff !important;
}
.theme-bluegrey .woocommerce #respond input#submit.alt,
.theme-bluegrey .woocommerce a.button.alt,
.theme-bluegrey button.button,
.theme-bluegrey .widget_price_filter .ui-slider .ui-slider-handle,
.theme-bluegrey .widget_price_filter .ui-slider .ui-slider-range,
.theme-bluegrey .entry-content table thead th,
.theme-bluegrey .woocommerce button.button.alt,
.theme-bluegrey .woocommerce input.button.alt {
background-color: #607D8B !important;
color: #fff !important;
}
.shop-sidebar {
margin-top: 105px;
} .bstyle2 .wowmart-poroduct.style2 {
position: relative;
}
.wowmart-poroduct.style2 a.button,
.wowmart-poroduct.style2 a.add_to_cart_button,
.wowmart-poroduct.style2 a.added_to_cart {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}
.bstyle2 li:hover .wowmart-poroduct.style2 a.button,
.bstyle2 li:hover .wowmart-poroduct.style2 a.add_to_cart_button,
.bstyle2 li:hover .wowmart-poroduct.style2 a.added_to_cart {
bottom: 70px;
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
} .wowmart-products-filter ul {
display: flex;
padding: 10px !important;
list-style: none;
justify-content: center;
background: #ededed;
flex-flow: row wrap;
align-items: baseline;
}
.wowmart-products-filter.bestopwid-left ul {
justify-content: flex-start;
}
.wowmart-products-filter.bestopwid-right ul {
justify-content: flex-end;
}
.wowmart-top-filter {
margin-bottom: 10px;
}
.wowmart-top-filter .price_slider_wrapper {
max-width: 400px;
}
.wowmart-products-filter ul li {
margin: 0 5px;
}
.wowmart-products-filter ul li a {
text-transform: uppercase;
} .wowmart-filter-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
background: #fff;
border: 1px solid #e5e5e5;
margin-bottom: 30px;
flex-wrap: wrap;
gap: 15px;
}
.filter-bar-left {
display: flex;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
.filter-bar-right {
display: flex;
align-items: center;
gap: 20px;
margin-left: auto;
}
.filter-group {
position: relative;
}
.filter-dropdown-toggle {
display: flex;
align-items: center;
gap: 8px;
background: transparent;
border: 1px solid #ddd;
padding: 8px 15px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
color: #333;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
}
.filter-dropdown-toggle:hover {
border-color: #999;
background: #f8f9fa;
}
.filter-dropdown-toggle svg {
transition: transform 0.3s ease;
}
.filter-group.active .filter-dropdown-toggle svg {
transform: rotate(180deg);
}
.filter-dropdown-menu {
position: absolute;
top: calc(100% + 5px);
left: 0;
min-width: 200px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 10px;
display: none;
z-index: 100;
max-height: 300px;
overflow-y: auto;
}
.filter-group.active .filter-dropdown-menu {
display: block;
}
.filter-option {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 10px;
cursor: pointer;
transition: background 0.2s ease;
margin: 0;
}
.filter-option:hover {
background: #f8f9fa;
}
.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
margin: 0;
cursor: pointer;
}
.filter-option span {
font-size: 14px;
color: #333;
} .color-filter-menu {
min-width: 220px;
}
.color-option {
display: flex;
align-items: center;
gap: 10px;
}
.color-swatch {
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid #ddd;
flex-shrink: 0;
transition: all 0.2s ease;
}
.color-swatch[style*="ffffff"],
.color-swatch[style*="FFFFFF"] {
border-color: #999;
}
.color-option:hover .color-swatch {
transform: scale(1.1);
border-color: #333;
}
.color-option input:checked + .color-swatch {
border-color: #333;
border-width: 3px;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.color-name {
font-size: 14px;
color: #333;
font-weight: 500;
}
.reset-filters-btn {
background: transparent;
border: none;
color: #2563eb;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
text-decoration: underline;
padding: 8px 0;
}
.reset-filters-btn:hover {
background: transparent;
color: #1d4ed8;
}
.results-count {
font-size: 14px;
color: #666;
}
.results-count strong {
font-weight: 700;
color: #333;
}
.sort-dropdown {
display: flex;
align-items: center;
gap: 10px;
}
.sort-dropdown label {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
color: #333;
margin: 0;
}
.sort-dropdown select.orderby {
padding: 8px 30px 8px 15px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
color: #333;
background: #fff;
cursor: pointer;
min-width: 180px;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
}
.sort-dropdown select.orderby:focus {
outline: none;
border-color: #999;
} @media (max-width: 991px) {
.wowmart-filter-bar {
padding: 15px;
}
.filter-bar-right {
width: 100%;
justify-content: space-between;
margin-left: 0;
display: flex;
flex-direction: column;
}
.sort-dropdown select.orderby {
min-width: 150px;
}
.woocommerce .products ul, .woocommerce ul.products{
gap: 5px;
}
.wowmart-add-to-cart-btn .cart-btn-icon{
display: none;
}
}
@media (max-width: 767px) {
.wowmart-filter-bar {
padding: 12px;
}
.filter-bar-left {
width: 100%;
}
.filter-dropdown-toggle {
padding: 6px 12px;
font-size: 12px;
}
.results-count {
font-size: 13px;
}
.sort-dropdown {
width: 100%;
justify-content: space-between;
}
.sort-dropdown label {
font-size: 12px;
}
.sort-dropdown select.orderby {
flex: 1;
min-width: auto;
}
}
.woocommerce .star-rating span::before,
.woocommerce p.stars a:before,
.woocommerce p.stars.selected a.active:before {
color: #F29423;
} .wowmart-banner {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
color: #fff;
min-height: 500px;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
} .wowmart-banner.default-banner {
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
background-size: 400% 400%;
animation: gradientShift 10s ease infinite;
}
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
} .wowmart-banner.has-image {
background-color: #333;
}
.bg-overlay {
background: linear-gradient(135deg, rgba(22, 156, 92, 0.8), rgba(187, 9, 37, 0.6));
}
.wowmart-banner.bg-overlay {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
} .bbanner-text {
position: relative;
z-index: 10;
padding: 60px 0;
}
.banner-content {
max-width: 100%;
animation: fadeInUp 1s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .banner-subtitle {
font-size: 18px;
font-weight: 600;
color: rgba(255, 255, 255, 0.9);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
position: relative;
display: inline-block;
}
.banner-subtitle::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 50px;
height: 3px;
background: #fff;
border-radius: 2px;
}
.bbanner-text.text-center .banner-subtitle::after {
right: 0;
margin: auto;
}
.banner-title {
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
line-height: 1.2;
margin: 20px 0 25px;
color: #fff;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.banner-description {
font-size: 18px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.95);
margin-bottom: 35px;
}
.bbanner-text.text-right {
text-align: right;
display: flex;
justify-content: flex-end;
} .bsbanner-btn {
margin-top: 30px;
}
.btn.btn-primary.wowmart-btn,
.btn.wowmart-btn {
background: var(--color-primary);
color: #fff;
font-weight: 600;
font-size: 16px;
padding: 15px 35px;
border-radius: 50px;
border: 2px solid var(--color-primary);
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 15px rgba(22, 156, 92, 0.3);
position: relative;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1px;
}
.btn.btn-primary.wowmart-btn::before,
.btn.wowmart-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s ease;
}
.btn.btn-primary.wowmart-btn:hover::before,
.btn.wowmart-btn:hover::before {
left: 100%;
}
.btn.btn-primary.wowmart-btn:hover,
.btn.wowmart-btn:hover {
background: var(--color-secondary);
border-color: var(--color-secondary);
color: #fff;
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(187, 9, 37, 0.4);
text-decoration: none;
}
.btn.btn-primary.wowmart-btn:focus,
.btn.wowmart-btn:focus {
background: var(--color-primary);
border-color: var(--color-primary);
box-shadow: 0 0 0 0.2rem rgba(22, 156, 92, 0.25);
text-decoration: none;
}
.btn.btn-primary.wowmart-btn .btn-icon,
.btn.wowmart-btn .btn-icon {
transition: transform 0.3s ease;
width: 16px;
height: 16px;
}
.btn.btn-primary.wowmart-btn:hover .btn-icon,
.btn.wowmart-btn:hover .btn-icon {
transform: translateX(5px);
} .banner-graphic {
position: absolute;
height: 400px;
width: 100%;
left: 0;
top: 0;
}
.graphic-elements {
position: relative;
width: 100%;
height: 100%;
}
.graphic-circle {
position: absolute;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
animation: float 6s ease-in-out infinite;
}
.graphic-circle.circle-1 {
width: 120px;
height: 120px;
top: 20%;
right: 20%;
animation-delay: 0s;
}
.graphic-circle.circle-2 {
width: 80px;
height: 80px;
top: 60%;
right: 40%;
animation-delay: 2s;
}
.graphic-circle.circle-3 {
width: 60px;
height: 60px;
top: 40%;
right: 10%;
animation-delay: 4s;
}
.graphic-shape {
position: absolute;
background: rgba(255, 255, 255, 0.08);
animation: rotate 20s linear infinite;
}
.graphic-shape.shape-1 {
width: 100px;
height: 100px;
top: 10%;
right: 50%;
transform: rotate(45deg);
border-radius: 20px;
}
.graphic-shape.shape-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 15%;
transform: rotate(15deg);
border-radius: 30px;
animation-direction: reverse;
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
} .overlay-banner {
position: absolute;
top: 0;
left: 0;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
width: 100%;
height: 100%;
z-index: 1;
} @media (max-width: 991px) {
.wowmart-banner {
min-height: 400px;
text-align: center;
}
.banner-content {
max-width: 100%;
}
.banner-title {
font-size: clamp(2rem, 6vw, 3rem);
}
.banner-description {
font-size: 16px;
max-width: 100%;
}
.banner-graphic {
display: none;
}
}
@media (max-width: 768px) {
.wowmart-banner {
min-height: 350px;
}
.bbanner-text {
padding: 40px 0;
}
.banner-subtitle {
font-size: 14px;
letter-spacing: 1px;
}
.banner-title {
margin: 15px 0 20px;
}
.banner-description {
font-size: 15px;
margin-bottom: 25px;
}
.btn.btn-primary.wowmart-btn,
.btn.wowmart-btn {
padding: 12px 25px;
font-size: 14px;
}
}
@media (max-width: 576px) {
.wowmart-banner {
min-height: 300px;
}
.bbanner-text {
padding: 30px 0;
}
.banner-subtitle::after {
width: 30px;
height: 2px;
}
.banner-description {
margin-bottom: 20px;
}
.bsbanner-btn {
margin-top: 20px;
}
} .wowmart-wbreadcrump {
padding: 20px 10px;
background: #ededed;
display: flex;
align-items: center;
}
.woocommerce .wowmart-wbreadcrump .woocommerce-breadcrumb {
margin: 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
color: #555;
}
.woocommerce .woocommerce-breadcrumb a {
font-weight: 500;
}
.woocommerce ul.products li.product .onsale {
display: none !important;
}
.woocommerce span.onsale {
background: var(--color-secondary);
top: 7px;
right: 10px;
margin: 0;
min-height: inherit;
min-width: inherit;
line-height: inherit;
border-radius: 10px;
padding: 1px 10px;
}
.single-product.woocommerce ul.products li.product .onsale,
.single-product.woocommerce span.onsale {
top: 20px;
right: auto;
left: 20px;
}
.cart-icon-container {
position: relative;
}
.cart-icon {
cursor: pointer;
}
.cart-panel {
position: fixed;
top: 0;
right: -100%;
min-width: 320px;
max-width: 420px;
height: 100%;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
z-index: 999999999;
overflow-y: auto;
transition: right 0.6s ease
}
.cart-panel .woocommerce ul.cart_list li a, 
.cart-panel .woocommerce ul.product_list_widget li a {
font-size: 14px;
text-decoration: inherit;
}
.cart-panel .woocommerce .widget_shopping_cart .cart_list li, 
.cart-panel .woocommerce.widget_shopping_cart .cart_list li{
padding-left: 0;
margin-bottom: 5px;
}
.cart-panel.cart-panel-open {
right: 0;
}
.cart-panel-inside {
position: relative;
width: 100%;
height: 100%;
}
.cart-panel-body {
width: 100%;
height: 95%;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
max-width: 200px;
flex-direction: column;
margin: auto;
}
.cart-panel-body p {
font-size: 32px;
text-align: center;
line-height: 1.2;
font-weight: 700;
opacity: 0.3;
}
.cart-panel a.cart-empty-link {
border: 1px solid #ccc;
padding: 10px 20px;
text-decoration: none;
cursor: pointer;
}
.cart-item {
margin-bottom: 10px;
}
.cart-panel a.cart-empty-link {
border: 1px solid #ccc;
padding: 10px 20px;
text-decoration: none;
cursor: pointer;
}
.cart-panel-inside button {
background: transparent;
color: #000;
padding: 5px 15px;
position: absolute;
top: 0;
left: 0;
}
.cart-panel-inside button:hover i {
transform: rotate(90deg);
}
.cart-panel-inside button i {
transform: rotate(0);
transition: 0.5s;
}
.panel-cart-items {
position: absolute;
top: 53px;
width: 100%;
height: 90%;
overflow-x: hidden;
min-height: 300px;
}
.panel-cart-item {
display: flex;
margin-bottom: 10px;
}
.panel-pimage {
max-width: 80px;
margin-right: 10px;
background: #ccc;
}
.panel-ptext h2 {
font-size: 15px;
margin-bottom: 5px;
}
span.panel-pquantity {
opacity: 0.8;
}
.premove {
margin-left: auto;
}
h2.pchead {
font-size: 20px;
margin: 3px 0;
position: absolute;
top: 0;
left: 60px;
}
.panel-footer {
background: #fff;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.psubtotal {
display: flex;
justify-content: space-between;
font-weight: 700;
font-size: 18px;
}
.panel-footer a.pcart-link,
.panel-footer a.pcheckout-link {
width: 100%;
display: flex;
justify-content: center;
text-decoration: none;
border: 1px solid #ccc;
padding: 10px;
margin: 10px 0;
font-weight: 700;
}
.panel-footer a.pcheckout-link {
background: var(--color-primary);
color: #fff;
}
.woocommerce ul.products li.product .price{
color: var(--color-secondary);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
color: var(--black);
}
a.button.add_to_cart_button.added {
display: none !important;
}
@media only screen and (max-width: 767px) {
.wowmart-poroduct.style2 a.button,
.wowmart-poroduct.style2 a.add_to_cart_button,
.wowmart-poroduct.style2 a.added_to_cart {
opacity: 1;
visibility: visible;
position: unset;
display: inline-block;
}
.wowmarting-bag {
position: fixed;
left: 2px;
right: inherit !important;
bottom: 10px;
padding: 10px;
min-width: 30px;
min-height: 30px;
}
span.count.cart-contents {
top: -17px;
padding: 11px 2px 2px;
width: 21px;
height: 32px;
line-height: 11px;
font-size: 12px;
margin-top: 0px;
}
}  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
position: relative;
overflow: hidden;
border-radius: 8px;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
transform: translateY(-5px);
} .wowmart-product-image-wrapper {
position: relative;
overflow: hidden;
background: #f5f5f5;
border-radius: 8px 8px 0 0;
}
.wowmart-product-link {
display: block;
position: relative;
}
.wowmart-product-image-wrapper img {
width: 100%;
height: auto;
transition: transform 0.4s ease;
display: block;
}
.wowmart-product-image-wrapper:hover img {
transform: scale(1.08);
} .wowmart-discount-badge {
position: absolute;
top: 10px;
right: 10px;
background: var(--color-primary);
color: #fff;
font-size: 13px;
font-weight: 700;
padding: 8px 10px;
border-radius: 50%;
min-width: 48px;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
z-index: 20;
box-shadow: 0 3px 10px rgba(220, 53, 69, 0.4);
line-height: 1;
} .wowmart-product-content {
padding: 20px 15px;
text-align: left;
} .wowmart-product-brand {
font-size: 12px;
color: #999;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 0;
font-weight: 500;
} .wowmart-product-title {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 12px;
min-height: 44px;
}
.wowmart-product-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.wowmart-product-title a:hover {
color: #007bff;
} .wowmart-product-price {
margin-bottom: 15px;
}
.wowmart-product-price .price {
font-size: 18px;
font-weight: 700;
color: #dc3545;
}
.wowmart-product-price .price del {
color: #999;
font-weight: 400;
font-size: 16px;
margin-right: 8px;
text-decoration: line-through;
}
.wowmart-product-price .price ins {
text-decoration: none;
color: #dc3545;
}
.woocommerce ul.products li.product a img{
margin-bottom: 0 !important;
} .wowmart-product-button-wrapper {
margin-top: auto;
}
.wowmart-add-to-cart-btn,
.added_to_cart.wc-forward {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
background: #fff;
font-weight: 700;
color: #333;
border: 2px solid #333;
padding: 12px 20px;
font-size: 14px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 4px;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
}
a.button.wowmart-add-to-cart-btn {
display: inline-flex !important;
gap: 10px;
align-items: center;
justify-content: center;
}
.wowmart-add-to-cart-btn .cart-btn-icon {
flex-shrink: 0;
transition: transform 0.3s ease;
}
.wowmart-add-to-cart-btn .btn-text {
display: inline-block;
}
.wowmart-add-to-cart-btn:hover {
background: #333;
color: #fff;
border-color: #333;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.wowmart-add-to-cart-btn:hover .cart-btn-icon {
transform: scale(1.1);
}
.wowmart-add-to-cart-btn.added {
background: #28a745;
border-color: #28a745;
color: #fff;
}
.wowmart-add-to-cart-btn.added .cart-btn-icon {
animation: cartBounce 0.5s ease;
}
@keyframes cartBounce {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}
.wowmart-add-to-cart-btn.loading {
opacity: 0.6;
pointer-events: none;
} .woocommerce ul.products li.product .wowmart-poroduct {
display: flex;
flex-direction: column;
height: 100%;
} @media (max-width: 991px) {
.wowmart-product-title {
font-size: 15px;
min-height: auto;
}
.wowmart-product-price .price {
font-size: 16px;
}
.wowmart-discount-badge {
min-width: 45px;
min-height: 45px;
font-size: 13px;
padding: 6px 10px;
}
}
@media (max-width: 767px) {
.wowmart-product-content {
padding: 15px 12px;
}
.wowmart-add-to-cart-btn {
padding: 10px 15px;
font-size: 13px;
}
.wowmart-discount-badge {
top: 8px;
right: 8px;
min-width: 42px;
min-height: 42px;
font-size: 11px;
padding: 6px 8px;
}
} @keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.woocommerce ul.products li.product {
animation: fadeIn 0.5s ease;
} .wowmart-product-image-wrapper .out-of-stock-badge {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.8);
color: #fff;
padding: 10px 20px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
border-radius: 4px;
z-index: 10;
}