@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

   .wc-block-components-notice-banner {
font-size: inherit !important;
}
.wc-block-components-notice-banner a {
font-weight: var(--pls-font-weight-bold);
}
.single-product .woocommerce-notices-wrapper > * {
margin-top: 0;
margin-bottom: 2rem;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .button {
background: none !important;
padding: 0 !important;
}
.woocommerce .blockUI.blockOverlay {
cursor: pointer !important;
background-color: rgba(255, 255, 255, .7) !important;
background-image: none !important;
opacity: 1 !important;
z-index:99 !important;
}
div.product p.price ins, 
div.product span.price ins, 
.woosb-total-value ins {
color: var(--pls-product-sale-price-color);
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.pls-sticky-product-info span.price del {
color: var(--pls-secondary-color2);
font-size: 14px;
font-weight: normal;
}
.woocommerce-Price-currencySymbol,
.woocommerce .widget_price_filter .price_label span {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-weight: inherit;
} .admin-bar .pls-minicart-slide,
.admin-bar .pls-quick-view-slide {
margin-top: 32px;
}
.pls-minicart-slide {
background-color: var(--pls-body-background);
display: flex;
position: fixed;
left: auto;
bottom: 0;
top: 0;
right: 0;
z-index: 999;
overflow: hidden;
transform: translateX(100%);
transition: transform .45s;
}
.pls-minicart-slide.opened {
right: 0;	
-webkit-transform: none;
transform: none;
} .pls-minicart-cross-sells {
border-right: var(--pls-border-right);
display: flex;
flex-direction: column;
padding: 24px;
width: 228px;
}
.pls-minicart-cross-sells:empty {
display: none;
}
.pls-minicart-cross-sells-header {
margin-bottom: 1rem;
}
.pls-minicart-cross-sells .minicart-title {
margin-bottom: 0;
}
.pls-minicart-cross-sells-products {
display: flex;
flex-direction: column;
flex-grow: 1;
gap: 1rem;
overflow-y: auto;
}
.pls-cross-sells-product {
border-bottom: var(--pls-border-bottom);
margin-bottom: 0.75rem;
padding-bottom: 0.75rem;
}
.pls-minicart-cross-sells ::-webkit-scrollbar {
display: none;
}
.pls-minicart-cross-sells .product-content {
margin-top: 10px;
}
.pls-cross-sells-product .product-title {
margin-bottom: 5px;
}
.pls-cross-sells-product .product-image img {
width: 100%;
border-radius: 8px;
}
.pls-cross-sells-product .product-price-button {
position: relative;
overflow: hidden;	
}
.pls-cross-sells-product .product-price {	
transform: translateY(0px);
}
.pls-cross-sells-product .product-price,
.pls-cross-sells-product .pls-cart-button {
transition: .3s all;
}
.pls-cross-sells-product:hover .product-price {
transform: translateY(-30px);
}
.pls-cross-sells-product .pls-cart-button {
position: absolute;
bottom: 0;
left: 0;
right: 0;
transform: translateY(30px);
}
.pls-cross-sells-product .pls-cart-button a {
background: none;
color: var(--pls-link-color);
font-weight: 600;
line-height: 1.2;
padding: 0;
}
.pls-cross-sells-product:hover .pls-cart-button {
transform: translateY(0);
}
.pls-minicart-items {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
width: 450px;
}
.pls-mask-overaly {
background-color: rgba(24,24,24,0.2);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity .50s ease,visibility 0s ease .50s;
}
.pls-theme-dark-mode .pls-mask-overaly {
background-color: rgba(230,230,230,.2);
}
.pls-mask-overaly.opened {
cursor: url(//insocketlights.com/wp-content/themes/modave/assets/images/cursor-close.svg), auto;
opacity: 1;
visibility: visible;
transition: opacity .25s ease,visibility 0s ease;
}
.dropdow-minicart-header {
border-bottom: var(--pls-border-bottom);
padding: 12px 15px;
}
.dropdow-minicart-header .minicart-title {
font-size: 26px;
margin-bottom: 0;
}
.pls-minicart-header {
display: flex;
align-items: center;
padding: 1.5rem 1.5rem 1rem;
}
.pls-close-btn,
.mfp-close-btn-in .mfp-close {
background-color: var(--pls-theme-background-color);
border-radius: 50%;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
width: 40px;
height: 40px;
transition: all 0.3s ease;
}
.pls-close-btn:hover,
.mfp-close-btn-in .mfp-close:hover {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
transform: rotate(90deg);
}
.pls-minicart-header .minicart-title {
font-weight: var(--pls-font-weight-medium);
flex: 1 1 auto;
font-size: 24px;
margin:0;
padding:0;
}
.pls-minicart-slide .minicart-title:before {
content: none;
}
.pls-minicart-slide .widget_shopping_cart {
display: flex;
flex-direction: column;
align-items: stretch;
flex: 1 1 auto;
position: relative;
}
.pls-minicart-slide .widget_shopping_cart.active-block:before {
background-color: rgba( 255, 255, 255, .9 );
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.pls-minicart-slide .widget_shopping_cart_content {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
}
.pls-minicart-slide .widget_shopping_cart_body {	
flex: 1 1 auto;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.pls-minicart-slide .woocommerce-mini-cart {
position: absolute;
overflow: scroll;
overflow-x: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-overflow-scrolling: touch;
}
.pls-minicart-slide ul.cart_list {
padding: 0 1.5rem;
}
.widget_shopping_cart .mini_cart_item {
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 1.5rem;
padding: 1rem 0;
}
.mini-cart-item-content {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 0.75rem;
width: 100%;
}
.widget_shopping_cart .mini_cart_item_title {
font-weight: var(--pls-font-weight-medium);
}
.widget_shopping_cart .mini_cart_item_image {
position: relative;
overflow: hidden;
flex: 0 0 auto;
}
.widget_shopping_cart .mini_cart_item_image img {
max-width: 80px !important;
}
.pls-mini-cart-item-data {
text-align: right;
}
.pls-close-btn {
flex: 0 0 auto;
font-size: 0;
}
.pls-close-btn:before {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
}
.mini-cart-item-content a.remove {
color: var(--pls-critical-color);
font-size: 14px !important;
font-weight: var(--pls-font-weight-bold);
display: block;
margin-bottom: 3px;
position: inherit;
}
.mini-cart-item-content dl.variation {	
margin-top: 3px !important;
}
.pls-minicart-slide .mini_cart_item a.remove:before {
display: none;
}
.mini_cart_item.loading:before,
.widget_shopping_cart_footer.loading:before {
position: absolute;
left: 50%;
top: 50%;
margin-top: -10px;
margin-left: -10px;
z-index: 9; 
}
.mini_cart_item.loading:after,
.widget_shopping_cart_footer.loading:after {
background-color: rgba( 255, 255, 255, .7 ); 
border: none; 
content: '';
margin: 0px; 
padding: 0px; 
width: 100%; 
height: 100%; 
top: 0px; 
left: 0px; 
position: absolute;
z-index: 8; 
}
.widget_shopping_cart .mini-cart-item-content div.quantity {
margin: 5px 0;
padding: 0 8px;
}
.widget_shopping_cart .quantity label:before,
.woocommerce-checkout-review-order .quantity label:before {
font-size: 13px;
}
.widget_shopping_cart .mini-cart-item-content .quantity .qty {
height: 36px;
width: 35px;
}
.widget_shopping_cart .mini-cart-item-content span.quantity {
display: block;
}
.pls-mini-cart-item-quantity ins {
font-weight: var(--pls-font-weight-bold);
}
.widget_shopping_cart .woocommerce-mini-cart-empty {
margin-top: 3rem;
text-align: center;
}
.widget_shopping_cart .cart-empty-icon {
font-style: inherit;
}
.widget_shopping_cart .cart-empty-icon:before {
font-size: 400%;
line-height: 1;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
margin-top: 1rem;
margin-bottom: 3rem;
font-size: 15px;
}
.widget_shopping_cart .widget_shopping_cart_footer {
box-shadow: 0px 5px 18px 5px #40485726;
flex: 0 0 auto;
}
.woocommerce-mini-cart__total {
color: var(--pls-secondary-color);
font-size: 24px;
font-weight: var(--pls-font-weight-bold);
display: none;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom:15px;
}
.widget_shopping_cart .pls-freeshipping-bar {
background-color: #F5F6EC;
border-radius: var(--pls-border-radius);
font-size: 14px;
flex-direction: column-reverse;
gap: 0.75rem;
margin-bottom: 0.75rem;
margin-left: 1.5rem;
margin-right: 1.5rem;
padding: 1.75rem 1rem 1rem;
}
.widget_shopping_cart .freeshipping-bar {
background-color: var(--pls-body-background);
}
.woocommerce-mini-cart__buttons {
display: flex;
align-items: center;
margin-bottom:0;
padding: 1rem 1.5rem 1.5rem;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:first-child {
background-color: var(--pls-secondary-inverse-color);
color: var(--pls-secondary-color);
border: 1px solid var(--pls-secondary-color);	
margin-right: 1rem;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover:first-child {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
p.woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
padding: 0 1rem 1rem 1rem;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
text-align: center;
padding: 14px 40px;
width: 100%;
}
.woocommerce.widget_shopping_cart .buttons a.checkout {
margin-bottom: 0;
}
.widget_shopping_cart .buttons a.checkout {
background-color: var(--pls-checkout-button-bg-color);
color: var(--pls-checkout-button-color);
}
.widget_shopping_cart .buttons a.checkout:hover,
.widget_shopping_cart .buttons a.checkout:focus {
background-color: var(--pls-checkout-button-bg-hover-color);
color: var(--pls-checkout-button-hover-color);	
}
.widget_shopping_cart .mini_cart_item .blockUI.blockOverlay:before {
height: 18px;
top: calc( 50% - 1px );
width: 18px;	
border-width: 2px;
} .pls-minicart-action-btns {
font-size: 14px;
display: flex;
border-bottom: var(--pls-border-bottom);
justify-content: space-around;
align-items: center;
line-height: 1;
padding: 1.25rem 1.5rem;
}
.pls-minicart-action-btns a:before {
font-size: 20px;
margin-right: 10px;
}
.pls-minicart-cart-totals {
padding: 0.75rem 1.5rem 0;
}
.pls-minicart-cart-totals .minicart_table {
margin-bottom: 0;
}
.pls-minicart-cart-totals tr {
border: none;
color: var(--pls-heading-color);
line-height: 1;
}
.pls-minicart-cart-totals tr > * {	
padding: 0.5rem 0.6781rem;
}
.pls-minicart-cart-totals tr th {
padding-left: 0;
}
.pls-minicart-cart-totals tr td:last-child {
padding-right: 0;
}
.pls-minicart-cart-totals td {
text-align: right;
}
a.woocommerce-remove-coupon {
color: var(--pls-critical-color);
}
.pls-minicart-cart-totals .cart-subtotal * {
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
}
.pls-minicart-cart-totals .order-total * {	
font-size: 24px;
font-weight: var(--pls-font-weight-medium);
}
.pls-minicart-cart-totals tr:not(.cart-subtotal, .order-total) > *,
.pls-minicart-cart-totals tr:not(.cart-subtotal, .order-total) label {
font-size: 16px;
font-weight: normal;
}
.pls-minicart-cart-totals .woocommerce-shipping-methods li {
margin-bottom: 0 !important;
} .widget_shopping_cart_footer.loading {
position: relative;
}
.pls-minicart-action-block {
background-color: var(--pls-body-background);
box-shadow: 0px 5px 18px 5px #40485726;
position: absolute;
bottom: 0;
width: 100%;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: all .45s ease;
z-index: 2;
}
.pls-minicart-action-block.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.pls-minicart-block-title {
border-bottom: var(--pls-border-bottom);
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
text-transform: capitalize;
}
.pls-minicart-block-title:before {
font-size: 20px;
margin-right: 0.75rem;
}
.pls-minicart-block-title,
.pls-minicart-block-content {
padding: 1rem 1.5rem;
}
.pls-minicart-action-block .shipping-calculator-form {
display: block !important;
}
.pls-minicart-action-block .shipping-calculator-button {
display: none;
}
.pls-minicart-form-actions {
display: flex;
align-items: center;
flex-direction: column;
gap: 0.75rem;
margin-top: 1rem;
}
.pls-minicart-form-actions button,
.shipping-calculator-form .form-row select {
width: 100%;
}
.pls-minicart-form-actions > * {
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
text-transform: uppercase;
}
.pls-coupon-form span {
display: block;
margin-bottom: 5px;
}
.pls-minicart-slide .shipping-calculator-form p:last-of-type {
display: none;
} .widget_shopping_cart_footer .woocommerce-error, 
.widget_shopping_cart_footer .woocommerce-info,
.widget_shopping_cart_footer .woocommerce-message {
margin: 0;
position: absolute;
left: 1.5rem;
right: 1.5rem;
bottom: 1.5rem;
transition: all .45s ease;
z-index: 2;
} div.quantity {	
border: 2px solid var(--pls-border-color);
border-radius: var(--pls-radius-round);
display: inline-flex;
align-items: center;
padding: 0 12px;
text-align: center;
}
.quantity label{
color: var(--pls-heading-color);
cursor: pointer;
font-weight: var(--pls-font-weight-bold);
margin: 0;
min-width: 17px;
}
.quantity label:before {
font-size: 15px;
}
.woocommerce .quantity .qty {
background-color: transparent;
border: none;
border-radius: 0;
color: var(--pls-link-color);
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
padding: 5px;
text-align: center;
height: 40px;
width: 58px;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.quantity.hidden {
display: none;
} .pls-sale-notification-popup {
background-color: var(--pls-body-background);
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
border-radius: var(--pls-border-radius-s);
max-width: 330px;
position: fixed;
left: 2rem;
bottom: 2rem;
padding: 1rem;	
opacity: 0;
visibility: hidden;
transition: opacity 1.25s ease, visibility 1.25s ease, transform 1.25s ease;
transform: translateY(100px);
z-index: 991;
}
.pls-sale-notification-popup.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.pls-sale-notification-close {
right: 0.75rem;
top: 0.75rem;
position: absolute;
width: 24px;
height: 24px;
}
.pls-sale-notification-close:before {
font-size: 14px;
}
.pls-sale-notification-product:not(.active) {
display: none;
}
.pls-sale-notification-product {
display: flex;
gap: 1rem;
}
.pls-sn-product-heading {
font-size: 14px;
color: var(--pls-heading-color);
margin-bottom: 5px;
}
.pls-sn-product-title {
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
line-height: 22px;
margin-bottom: 10px;
}
.pls-sn-product-image {
flex: 0 0 60px;
}
.pls-sn-product-content {
flex: 1 auto;
}
.pls-sn-time-link {
color: var(--pls-secondary-color2);
font-size: 14px;
display: flex;
justify-content: space-between;
}
.pls-sn-time-link a {
font-weight: var(--pls-font-weight-bold);
position: relative;
} @media (min-width: 1025px) {
.pls-shop-page-wide-layout .pls-site-container {
padding: 0;
width: 100vw;
max-width: 96%;
}
}
.woocommerce-products-header .entry-breadcrumb {
margin-bottom: 2rem;
}
.pls-product-image-radio3x4 .products .pls-product-image img,
.pls-product-image-radio3x4 .products .product-category img,
.pls-product-image-radio3x4 .woocommerce-product-gallery img {
aspect-ratio: 3 / 4;
object-fit: cover;
}
.pls-shop-categories {
margin-bottom: 5rem;
margin-left: -10px;
margin-right: -10px;
}
.pls-products-categories {
list-style: none;
margin: 0;
}
.pls-products-categories.products div.product-category {
padding: 0 10px;
}
.pls-products-categories.pls-category-rounded .pls-category-thumb-content {
text-align: center;
padding: 1.25rem 1rem;
margin: 0;
bottom: 0;
left: 50%;
position: absolute;
transform: translate(-50%);
width: 100%;
}
.pls-products-categories.pls-category-rounded .pls-category-thumb-content > a {
background-color: var(--pls-body-background);
border-radius: var(--pls-radius-round);
box-shadow: 0 0 2px rgba(0, 0, 0, .10);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 8px 28px;
transition-duration: 350ms;
}
.pls-products-categories.pls-category-circle .pls-category-thumb-content {
margin-top: 1rem;
text-align: center;
}
.pls-products-categories .category-title a:after {
margin-left: 5px;
}
.products-top-custom-content .pls-block > .elementor,
.products-bottom-custom-content .pls-block > .elementor {
margin-left: calc(var(--pls-grid-gap) * -1);
margin-right: calc(var(--pls-grid-gap) * -1);
} 
.pls-products-header {
margin-bottom: 2.75rem;
position: relative;
}
.pls-products-header-controls {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.pls-products-header select {
color: var(--pls-secondary-color);
font-size: 14px;
height: 35px;
}
.pls-products-header-filter,
.pls-products-header-sorting {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1.25rem;
}
.pls-products-header-controls .show-products-number {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5rem;
}
.pls-products-header-controls .pls-products-header-filter > *, 
.pls-products-header-controls .pls-products-header-sorting > * {
margin:0;
}
.pls-products-header-controls .pls-product-show span,
.woocommerce-ordering .pls-ordering-label {
color: var(--pls-heading-color);
font-size: 14px;
}
.pls-products-view {
display: flex;
align-items: center;
gap: 12px;
transition-duration: 450ms;
}
.pls-products-view a {
font-size: 0;
transition: all .45s ease-out;
}
.pls-products-view a:hover {
color: var(--pls-link-color);
}
.pls-products-view a:before {
font-size: 22px;
line-height: 1;
}
form.woocommerce-ordering {
display: flex;
align-items: center;
gap: 0.5rem;
}
.pls-products-active-filters {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 24px;
}
.woocommerce-result-count {
margin: 0;
}
.pls-product-onsale.widget_layered_nav {
border: none;
margin-bottom: 0;
padding: 0;
} .pls-product-off-canvas-btn,
.pls-product-filter-btn {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-width: 2px;
border-radius: var(--pls-border-radius-s);
color: var(--pls-heading-color);
cursor: pointer;
display: none;
align-items: center;
padding: 4px 12px;
line-height: 24px;
}
.pls-has-filter .pls-product-off-canvas-btn,
.pls-product-filter-btn {
display: flex;	
}
.pls-product-off-canvas-btn:before,
.pls-product-filter-btn:before { 
margin-right: 6px;
font-weight: var(--pls-font-weight-bold);
}
.pls-product-filter-btn.active:before,
.pls-product-off-canvas-btn.active:before {
font-weight: normal;
}
.pls-product-off-canvas-btn.active,
.pls-product-filter-btn.active,
.pls-product-off-canvas-btn:hover,
.pls-product-filter-btn:hover {
background-color: var(--pls-secondary-color);
border-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.pls-product-filter-btn.active:after {
transform: rotate(-180deg);
}
@media (min-width:768px) {
.pls-off-canvas-sidebar .pls-content-area {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pls-off-canvas-sidebar .pls-widget-area {
background-color: var(--pls-body-background);
display: flex;
flex-direction: column;
position: fixed;
left: 0;
bottom: 0;
top: 0;
padding: 1rem;
padding-top: 1rem;
max-width: min(400px, 85vw);
z-index: 999;
overflow: hidden;
overflow-y: auto;
transform: translateX(-100%);
transition: transform .50s ease, -webkit-transform .50s ease;
}
.pls-widget-area.opened {
transform: none;
}
.pls-off-canvas-sidebar.admin-bar .pls-widget-area {
top: 32px;
}
} .pls-shop-top-filter-widgets {
background-color: var(--pls-body-background);
padding-top: 1rem;
padding-bottom: 1rem;
position: absolute;
top: 100%;
width: 100%;
z-index: 91;
}
.pls-shop-top-filter-widgets .pls-filter-inner {
justify-content: space-between;
}
.pls-shop-top-filter-widgets .widget {
flex: 1;
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
.pls-active-filters {
display: flex;
align-items: center;
}
.pls-products-active-filters + .pls-shop-top-filter-widgets {
top: 3rem;
}
.pls-active-filters .widget {
margin-bottom: 0;
margin-left: 10px;
}
.pls-products-active-filters ul li {
margin: 0 !important;
padding: 0;
}
.pls-products-header .pls-products-active-filters div a {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-radius: 99px;
font-size: 14px;
font-weight: var(--pls-font-weight-medium);
display: flex;
align-items: center;
margin-right: 0.75rem;
padding: 4px 12px;
}
.pls-products-header .pls-products-active-filters a:before {
content: none;
}
.pls-products-header .pls-products-active-filters a:after {
font-size: 10px;
font-weight: 800;
margin-left: 10px;
}
.pls-products-active-filters .pls-active-filters a:hover {
border-color: var(--pls-secondary-color);
color: var(--pls-secondary-color);
}
.pls-products-header .pls-products-active-filters div span.amount {
margin-left: 3px;
}
.pls-products-header .pls-products-active-filters a.pls-clear-filters {
background-color: var(--pls-button-bg-color);
border-color: var(--pls-button-bg-color);
color: var(--pls-button-color);
font-size: 11px;
padding: 5px 12px;
text-transform: uppercase;
}
.pls-products-header .pls-products-active-filters a.pls-clear-filters:hover {
background-color: var(--pls-button-bg-hover-color);
border-color: var(--pls-button-bg-hover-color);
color: var(--pls-button-hover-color);
}
.products .product.col-20 {
flex: 0 0 20%;
max-width: 20%;
}
.products.grid-view div.product,
.products.list-view div.product-category,
.pls-element.layout-grid div.product-category {
margin-bottom: 1.75rem;
}
.products div.product {
line-height: 1.6;
padding: 0;
}
.products div.product,
.products div.product-category {
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
.products div.product .pls-product-inner,
.products div.product-category .pls-category-inner {
position: relative;
}
.products .pls-product-image {
border-radius: var(--pls-border-radius);
margin-bottom: 1rem;
overflow: hidden;
position: relative;
}
.products .pls-product-image img {	    
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
transition-duration: 700ms;
}
.products .pls-product-image .hover-image {
left: 0;
top: 0;
opacity: 0;
position: absolute;
visibility: hidden;
}
.products .pls-product-image:hover img {    
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.products .pls-product-image:hover .hover-image {
opacity: 1;
visibility: visible;
}
.pls-product-labels {
display: flex;
flex-direction: column;
align-items: flex-start;
position: absolute;
left: 12px;
top: 12px;
z-index: 9;
}
.pls-product-labels > span,
.pls-product-discount-label .on-sale {
border-radius: var(--pls-radius-round);
color: #ffffff;
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
display: block;
line-height: 20px;
margin-top: 8px;
padding: 1px 10px;
text-transform: uppercase;
}
.pls-product-labels span.on-sale {
background-color: var(--pls-woocommece-sale-label-color);
}
.pls-product-labels span.new {
background-color: var(--pls-woocommece-new-label-color);
color: var(--pls-primary-inverse-color);
}
.pls-product-labels span.featured {
background-color: var(--pls-woocommece-featured-label-color);
}
.pls-product-labels span.out-of-stock {
background-color: var(--pls-woocommece-outofstock-label-color);
}
.pls-product-labels span.pre-order {
background-color: var(--pls-secondary-color);
}
.pls-product-labels span:first-child {
margin: 0;
}
.products .pls-product-cats {
margin-bottom: 2px;
line-height: 1.3;
}
.products .pls-product-cats a {
color: var(--pls-secondary-color2);
font-size: 13px;
}
.products .pls-product-cats a:hover {
color: var(--pls-link-hover-color);
}
.products .product-title,
.pls-cross-sells-product .product-title {
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
line-height: 1.5;
margin-bottom: 4px;
text-transform: capitalize;
} .woocommerce .star-rating {	
font-size: 12px;
display: inline-block;
line-height: 1;
letter-spacing: 2px;
position: relative;
overflow: hidden;
}
.woocommerce .star-rating:before {
color: var(--pls-border-color);
float: left;
content: '\ea8b\ea8b\ea8b\ea8b\ea8b';
}
.woocommerce .star-rating span:before {
content: '\ea8b\ea8b\ea8b\ea8b\ea8b';
position: absolute;
left: 0;
top: 0;
}
.woocommerce .star-rating:before, 
.woocommerce .star-rating span:before {
font-size: 13px;
}
.woocommerce .star-rating span {
color: var(--pls-product-rating-color);
overflow: hidden;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce .products .rating-counts {
margin-left: 6px;
line-height: 1;
}
.woocommerce .products .pls-star-rating {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.products .pls-product-info > .rating {	
margin-bottom: 5px;
margin-top: 5px;
} div.product p.price, 
div.product span.price {
color: var(--pls-product-price-color);
}
div.product p.price, 
div.product span.price,
.woosb-total-value ins {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
display: flex;
align-items: center;
gap: 5px;	
}
.price ins,
.product-price ins,
.pls-product-price ins,
.woocommerce-grouped-product-list-item__price ins,
.pls-grouped-product-price ins,
.woosb-price-ori ins,
.woosb-total-value ins,
.pls-mini-cart-item-quantity ins {
background: none;
color: initial;
padding: 0;
}
.products .pls-product-info .on-sale,
div.summary .on-sale {
background-color: var( --pls-primary-color);
color: var( --pls-primary-inverse-color);
border-radius: var(--pls-radius-round);
display: inline-block;
font-weight: var(--pls-font-weight-medium);
font-size: 12px;
line-height: 1.5;
margin-left: 5px;
margin-top: 0;
padding: 1px 10px;
}
small.woocommerce-price-suffix {
font-weight: normal;
display: block;
} .pls-product-icons div a {
font-size: 0;
}
.pls-whishlist-btn a:before,
.pls-compare-btn a:before,
.pls-product-icons a:before {
font-size: 18px;
font-weight: normal;
margin: 0 !important; 
line-height: 1;
}
.products.grid-view:not(.pls-product-horizontal) .pls-product-icons {
display: flex;
gap: 8px;
position: absolute;
}
.products.grid-view:not(.product-style-2, .product-style-6, .pls-product-horizontal) .pls-product-icons {
flex-direction: column;
top: 12px;
right: 12px;	
}
.products.grid-view.product-style-2 .pls-product-icons,
.products.grid-view.product-style-6 .pls-product-icons {
bottom: 1rem;
justify-content: center;	
width: 100%;
}
.products.grid-view:not(.pls-product-horizontal) .pls-product-icons {
opacity: 0;
visibility: hidden;
transform: translatex(100%);
transition: 0.35s ease-out 0s;
z-index: 9;
}
.products.grid-view.product-style-2 .pls-product-icons,
.products.grid-view.product-style-6 .pls-product-icons {
transform: translatey(70px);
}
@media (min-width:1025px) {
.products.grid-view .pls-product-inner:hover .pls-product-icons {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
}
.products .pls-product-icons a {
background-color: var(--pls-body-background);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .15);
border-radius: var(--pls-radius-round);
color: var(--pls-heading-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 0;
padding: 3px;
width: 40px;
height: 40px;
}
.products .pls-product-icons a:hover {	
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.products .pls-product-icons a.woosw-added,
.products .pls-product-icons a.woosw-btn-added {
color: var(--pls-critical-color);
}
.products .pls-product-icons a.woosw-added:hover,
.products .pls-product-icons a.woosw-btn-added:hover  {
color: var(--pls-secondary-inverse-color);
}
.pls-compare-btn a.woosc-btn-added:before {
font-size: 20px !important;
} .products.grid-view:not(.product-style-6, .pls-product-horizontal) .pls-product-actions {
display: flex;
gap: 0.75rem;
align-items: center;    
justify-content: center;
padding:0 15px;
position: absolute;
bottom: 1rem;
width: 100%;
opacity: 0;
visibility: hidden;
transform: translateY(70px);
transition: all .45s ease-out;
}
.products.grid-view:not(.pls-product-horizontal) .pls-product-actions a {
text-align: center;
width: 100%;
}
.products.grid-view:not(.product-style-6, .pls-product-horizontal) .pls-product-inner:hover .pls-product-actions,
.products.grid-view .pls-quick-shop-active .pls-product-actions {
transform: translateY(0);
opacity: 1;
visibility: visible;
z-index: 9;
}
.products.grid-view:not(.product-style-6) .pls-product-actions > div { 
display: flex;
align-items: center;
justify-content: center;
min-width: 0;
}
.products.grid-view:not(.pls-product-horizontal) .pls-product-actions a,
.products.list-view .pls-cart-button a,
.products.pls-product-horizontal .pls-cart-button a {	
background-color: var(--pls-shop-cart-button-bg-color);
color: var(--pls-shop-cart-button-color);
border-radius: var(--pls-radius-round);
box-shadow: 0 0 3px rgba(0, 0, 0, .15);
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
line-height: 22px;
padding: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: uppercase;
}
@media (min-width:1025px) {
.products.grid-view:not(.product-style-3, .product-style-6, .pls-product-horizontal) .pls-product-actions > div {
flex-grow: 1;
flex-basis: 0;
}
.products.grid-view:not(.product-style-3, .pls-product-horizontal) .pls-product-actions a:before,
.products.grid-view.product-style-3 .pls-product-actions .pls-cart-button a:before {
content: none;
}
}
.products.list-view .pls-product-actions .pls-cart-button a:before,
.products.pls-product-horizontal .pls-product-actions .pls-cart-button a:before {
content: none;
}
.products.grid-view .pls-product-actions a:hover,
.products.list-view .pls-cart-button a:hover {
background-color: var(--pls-shop-cart-button-bg-hover-color);
color: var(--pls-shop-cart-button-hover-color);
}  .products.grid-view.product-style-3 .pls-product-actions {
gap: 0.5rem;
}
.products.grid-view.product-style-3 .pls-product-actions a {
border-radius: var(--pls-border-radius-s);
}
.products.grid-view.product-style-3 .pls-product-actions .pls-cart-button {
flex-grow: 1;
}
.products.grid-view.product-style-3 .pls-product-actions .pls-quickview-button {
width: 42px;
}
.products.grid-view.product-style-3 .pls-product-actions .pls-quickview-btn {
font-size: 0;
}
.products.grid-view.product-style-3 .pls-quickview-btn:before {
font-size: 18px;
font-weight: normal;
} .products.grid-view.product-style-6 div.product{
margin-bottom: 0.75rem;
}
.products.grid-view.product-style-6 .pls-product-actions {
margin-top: 7px;
overflow: hidden
}
.products.grid-view.product-style-6 .pls-cart-button a {
border: 1px solid var(--pls-shop-cart-button-color);
box-shadow: none;
opacity: 0;
visibility: hidden;
transition-duration: 450ms;
transform: translateY(55px);
}
.products.grid-view.product-style-6 .pls-product-inner:hover .pls-cart-button a {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.products.grid-view.product-style-6 .pls-cart-button a:hover {
border-color: var(--pls-shop-cart-button-bg-hover-color);
}
.products .woocommerce-product-details__short-description {
display: none;
} .pls-quick-shop-popup {
background-color: #FFFFFF;
border-radius: 8px;
padding: 24px;
margin: 2.75rem auto;
max-width: 500px;
position: relative;
}
.pls-qs-product-info {
display: flex;
align-items: center;
gap: 1.125rem;
margin-bottom: 15px;
}
.pls-qs-product-image {
border-radius: 4px;
overflow: hidden;
}
.pls-qs-product-content {
display: flex;
flex-direction: column;
gap: 6px;
}
.pls-qs-product-title {
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
}
.pls-qs-product-content .pls-product-price-info {
margin: 0;
}
.pls-qs-product-content .pls-product-price {
color: var(--pls-product-price-color);
}
.pls-quick-shop-content.summary .pls-product-price .amount {
font-weight: var(--pls-font-weight-medium);
}
.pls-quick-shop-content.summary form.cart .button,
.pls-quick-shop-content.summary form.cart button {
font-size: 12px;
}
.pls-quick-shop-content.summary form.cart:not(.variations_form), 
.pls-quick-shop-content.summary form.variations_form.cart .single_variation_wrap {
margin: 0 !important;
} .products.list-view div.product:not(.product-category)  {
margin-bottom: 2.5rem;
}
.products.list-view div.product:not(:last-child, .product-category) .pls-product-inner {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 2.5rem;
}
.products.list-view .woocommerce-product-details__short-description > span {
display: none;
}
.products.list-view .pls-product-actions,
.products.list-view .pls-product-icons,
.products.pls-product-horizontal .pls-product-icons {
display: flex;
align-items: center;
gap: 12px;
}
.products.list-view .pls-cart-button {
display: flex;
flex-flow: wrap;
}
.products.list-view .pls-cart-button a,
.products.pls-product-horizontal .pls-cart-button a,
.products.list-view .pls-product-icons a,
.products.pls-product-horizontal .pls-product-icons a { 
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-width: 2px;
box-shadow: none;
}       
.products.list-view .pls-cart-button a {
font-size: 12px;
padding: 11px 20px;
min-width: 272px;
}
.products.list-view .pls-product-icons a {
width: 48px;
height: 48px;
}
.products.list-view .pls-product-icons a:before {
font-size: 20px;
}
.products.list-view .pls-cart-button a:hover,
.products.pls-product-horizontal .pls-cart-button a:hover {
border-color: var(--pls-shop-cart-button-bg-hover-color);
}
.products.list-view .pls-product-icons a:hover,
.products.pls-product-horizontal .pls-product-icons a:hover {
border-color: var(--pls-secondary-color);
}
.products.list-view .pls-product-variations,
.products.list-view .pls-product-actions {
margin-top: 2rem;
}
.products.list-view .pls-product-flash-sale {
margin-bottom: 5px;
}	
.products.list-view div.product:not(.product-category) {
flex: 0 0 100%;
max-width: 100%;
}
.products.list-view .pls-product-inner {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 2.5rem;
}
.products.list-view .pls-product-image {
flex: 0 0 35%;
margin-bottom: 0;
max-width: 360px;
}
.products.list-view .pls-product-info {
flex: 1 1 auto;
max-width: 60%;
}
.products.list-view .pls-product-image .whishlist-button {
display: none;
}
.products.list-view .product-title {
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
margin-bottom: 5px;
}
.products.list-view .pls-product-info .pls-star-rating {
margin-bottom: 8px;
}
.products.list-view .woocommerce-product-details__short-description {
display: block;
margin-top: 0.25rem;
}
.woocommerce-product-details__short-description p {
margin: 0;
}
.pls-products-header + .products.list-view {
margin-top: -0.75rem
}
.products.list-view + .pls-pagination {
margin-top: 0;
}
@media (max-width:1024px) {
.products.list-view .pls-product-info {
min-width: 0;
}
.products.list-view .pls-product-image {
flex: 0 0 40%;
}
.products.list-view .woocommerce-product-details__short-description {
margin-top: 1rem;
}
.products.list-view .woocommerce-product-details__short-description > p { 
margin-bottom: 0;
}
}
@media (max-width:767px) {
.products.list-view .pls-product-inner {
gap: 1rem;
}
.products.list-view .pls-product-image {
flex: 0 0 40%;
}
.products.list-view .pls-product-variations {
margin-top: 0.5rem;
}
.products.list-view .woocommerce-product-details__short-description {
display: none;
}
} .pls-quick-view-slide {
background-color: var(--pls-body-background);
display: flex;
flex-direction: column;
position: fixed;
left: auto;
bottom: 0;
top: 0;
right: 0;
width: 800px;
z-index: 999;
transform: translateX(100%);
transition: all .45s ease;
padding: 1.5rem;
}
.pls-quick-view-slide.opened {
right: 0;
-webkit-transform: none;
transform: none;
}
.pls-quick-view-slide .pls-close-btn {
position: absolute;
right: 0.5rem;
top: 0.5rem;
z-index: 1;
}
.pls-quick-view-content {
height: calc(100vh - 40px);
overflow: hidden;
}
.product-quick-view {
display: flex;
gap: 2.5rem;
height: 100%;
}
.product-quick-view .pls-product-gallery {
flex: 0 0 40%;
max-width: 40%;
}
.product-quick-view .pls-product-summary {
flex: auto;
margin-top: 2.5rem;
}
.product-quick-view .pls-product-gallery,
.product-quick-view .pls-product-summary .summary {
max-height: 100%;
height: 100%;
overflow-x: auto;
}
.product-quick-view ::-webkit-scrollbar {
display: none;
}
.pls-quick-view-slide .woocommerce-product-gallery,
.single-product .pls-quick-view-slide .woocommerce-product-gallery {
opacity: 1 !important;
left: 0;
margin: 0;
padding: 0 !important;
width: inherit;
}
.pls-quick-view-slide .woocommerce-product-gallery__wrapper,
.single-product .pls-quick-view-slide .woocommerce-product-gallery__wrapper {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.pls-quick-view-slide .woocommerce-product-gallery__image a {
pointer-events: none;
}
.pls-quick-view-slide .woocommerce-product-gallery__wrapper img,
.single-product .pls-quick-view-slide .woocommerce-product-gallery__wrapper img {
border-radius: var(--pls-border-radius-l);
} .pls-product-variations .pls-swatches-wrap > div:not(:first-child) {
margin-top: 9px;
}
.products.grid-view .pls-product-variations {
margin-top: 5px;
}
.pls-hidden {
display: none !important;
visibility: hidden !important;
}
.pls-swatches {
display: flex;
gap: 0.5rem;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.pls-swatches .swatch {	
font-weight: var(--pls-font-weight-medium);
border: 1px solid transparent;	
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
width: 48px;
height: 48px;
transition: all 0.3s ease;
}
.products .pls-swatches .swatch:last-child {
margin-right: 0;
}
.pls-swatches .swatch-label,
.pls-swatches .swatch-color-label {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-width: 2px;
color: var(--pls-heading-color);
}
.pls-swatches .swatch:not(.swatch-color-label.swatch-rounded) span,
.pls-swatches .swatch img {
display: inline-block;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
position: relative;
-webkit-transition: all 0.45s;
transition: all 0.3s;
height: 100%;
width: 100%;
}
.pls-swatches .swatch-disabled {
pointer-events: none;
background-color: #f7f7f7;
color: #A0A0A0;
border-color: #f7f7f7;
cursor: no-drop;
}
.pls-swatches .swatch-label span {
padding: 5px;
}
.pls-swatches .swatch-color span,
.pls-swatches .swatch-color-label .pls-rounded-color,
.pls-swatches .image-swatch img {
font-size: 0;
margin-bottom: 0;
}
.pls-swatches .swatch-color-label {
cursor: pointer;
gap: 8px;
}
.pls-swatches .swatch .pls-rounded-color {
width: 20px;
height: 20px;
border-radius: 99px;
}
.pls-swatches .swatch-color,
.pls-swatches .swatch-color span,
.pls-swatches .swatch-circle,
.pls-swatches .swatch-circle span,
.pls-swatches .swatch-circle img {
border-radius: 50%;
}
.pls-swatches .swatch-image.swatch-circle {
border: 2px solid #f7f7f7;
padding: 2px;
}
.pls-swatches .swatch-image.swatch-rounded {
border: 2px solid transparent;
border-radius: 8px;
padding: 4px;
width: 72px;
height: 92px;
}
.pls-swatches .swatch-image.swatch-rounded img {
border-radius: 4px;
object-fit: cover;
width: 100%;
height: 100%;
}
.pls-swatches .swatch-color {
height: 36px;
width: 36px;
}
.pls-swatches .swatch-color span {
border: 3px solid transparent;
}
.pls-swatches .swatch-label.swatch-rounded,
.pls-swatches .swatch-color-label {
border-radius: 99px;
padding: 8px 16px;
width: unset;
}
.pls-swatches .swatch.swatch-selected,
.pls-swatches .swatch:hover {
color: var(--pls-secondary-color);
border-color: var(--pls-heading-color) !important;
}
.pls-swatches .swatch-label.swatch-selected,
.pls-swatches .swatch-color-label.swatch-selected {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.pls-swatches .swatch-label:hover,
.pls-swatches .swatch-color-label:hover { 
border-color: var(--pls-secondary-inverse-color);
}
.pls-swatches .swatch-color.swatch-circle:hover span,
.pls-swatches .swatch-color.swatch-rounded:hover span,
.pls-swatches .swatch-color.swatch-circle.swatch-selected span,
.pls-swatches .swatch-color.swatch-rounded.swatch-selected span {
border-color: #ffffff;
}
.pls-swatches .pls-swatch-more {
color: var(--pls-text-color);
font-size: 14px;
}
.pls-swatches .pls-swatch-more:hover {
color: var(--pls-link-color);
} .pls-product-variations .pls-swatches .swatch {
border-radius: 50%;
border-width: 1px;
width: 24px;
height: 24px;
}
.pls-product-variations .pls-swatches .swatch span {
border-radius: 50%;
}
.pls-product-variations .pls-swatches .swatch-label {
font-size: 14px;
width: 28px;
height: 28px;
}
.pls-product-variations .swatch-label.swatch-rounded {
border-radius: 99px;
padding: 4px 5px;
width: unset;
height: 32px;
}
.pls-product-variations .pls-swatches .swatch-image span,
.pls-product-variations .pls-swatches .swatch-color span {
border: 3px solid transparent;
}
.pls-product-variations .pls-swatches .swatch-color.swatch-selected span,
.pls-product-variations .pls-swatches .swatch-image.swatch-selected span,
.pls-product-variations .pls-swatches .swatch-color:hover span,
.pls-product-variations .pls-swatches .swatch-image:hover span {
border-color: #ffffff;
} .pls-product-variation-label {
background: rgba(255, 255, 255, 0.8);
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
color: #181818;
display: flex;
justify-content: center;
gap: 0.75rem;
line-height: 18px;
padding: 7px 10px;
position: absolute;
bottom: 0;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: 0.45s ease-out 0s;
width: 100%;
z-index: 9;
}
@media (min-width:1025px) { 
.products.grid-view .pls-product-inner:hover .pls-product-variation-label {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.products.grid-view.product-style-1 .pls-product-variation-label + .pls-product-actions,
.products.grid-view.product-style-3 .pls-product-variation-label + .pls-product-actions,
.products.grid-view.product-style-5 .pls-product-variation-label + .pls-product-actions,
.products.grid-view.product-style-2 .pls-product-variation-label + .pls-product-icons,
.products.grid-view.product-style-6 .pls-product-variation-label + .pls-product-icons {
bottom: 2.75rem;
}
} .products.grid-view .pls-product-info {
position: relative;
}
.products.grid-view .pls-product-flash-sale {
position: absolute;
top: -3rem;
opacity:1;
visibility:visible;	
text-align: center;	
transition: .45s;
width: 100%;
} .product-category .pls-category-image {
border-radius: var(--pls-border-radius);
overflow: hidden;
}
.product-category img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-category:hover img {
transform: scale(1.06);
}
.pls-category-content {
text-align: center;	
padding: 1.25rem 1rem;
bottom: 0;
left: 50%;
position: absolute;
transform: translate(-50%);
width: 100%;
}
.pls-category-content > a {
background-color: var(--pls-body-background);
border-radius: var(--pls-radius-round);
box-shadow: 0 0 2px rgba(0, 0, 0, .10);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 1rem 1.75rem;
transition-duration: 350ms;
}
.products.products-wrap .pls-category-content > a {
padding: 12px 28px;
}
.product-category .pls-category-title {
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
line-height: 28px;
margin-bottom: 0;
}
.products.pls-has-product-count .pls-category-content > a,
.products.products-wrap .pls-category-content > a {
justify-content: space-between;
}
.woocommerce-loop-category__title a:after,
.product-category .pls-category-title:after,
.category-title a:after,
.pls-slide-button a:after {
font-size: 18px;
font-weight: var(--pls-font-weight-bold);
line-height: 1;
margin-left: 4px;
transition: 350ms ease 100ms;
transform: scale(0);
transform-origin: left;
width: 0;
}
.pls-category-arrow:after {
font-size: 18px;
font-weight: var(--pls-font-weight-bold);
line-height: 1;
}
.pls-category-inner:hover .woocommerce-loop-category__title a:after,
.product-category:hover .pls-category-title:after,
.product-category:hover .category-title a:after,
.pls-slide-button a:hover:after {
transform: scale(1);
width: 16px;
}
.products.pls-has-product-count .woocommerce-loop-category__title a:after, 
.products.pls-has-product-count .pls-category-title:after,
.products.products-wrap .pls-category-title:after {
content: none;
}
.pls-product-count-wrap {
display: flex;
align-items: flex-end;
flex-direction: column;
flex: none;
max-height: 25px;
overflow: hidden;
}
.pls-product-count-wrap * {
transition: opacity 150ms ease, transform 450ms ease;
}
.pls-category-inner:hover .pls-product-count-wrap > * {
transform: translateY(-100%) translateZ(0);
}
.product-category .product-count {
color: var(--pls-text-color);
font-size: 16px;
font-weight: normal;
} .products_overlay {
opacity: 0.5;
}
.pls_product_loading {
background: rgba(255, 255, 255, 0.5);	
max-width: 100% !important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
}
.pls_product_loading.loading:before,
.woocommerce .blockUI.blockOverlay:before{
position: absolute;
left: 50%;
top: 150px;
height: 34px;
width: 34px;
border-width: 2px;
} .single-product .pls-site-content {
padding-top: 0;
padding-bottom: 5rem;
} .pls-single-product-top {
border-top: var(--pls-border-top);
margin-bottom: 3.75rem;
padding: 1.25rem 0;
}
.pls-sp-breadcrumb-navigation {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.pls-single-product-top .entry-breadcrumb {
z-index: 1;
}
.pls-single-product-top .pls-breadcrumb a,
.pls-single-product-top .pls-breadcrumb span:last-child {
max-width: 80px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
vertical-align: bottom;
}
.pls-single-product-top .pls-breadcrumb span:last-child {
max-width: 200px;
position: relative;
}
.pls-single-product-top .pls-breadcrumb span {
color: var(--pls-link-color)
}
.pls-single-product-top .pls-breadcrumb .last:after {
border-bottom: 1px solid var(--pls-link-color);
content: '';
bottom: 3px;
left: 0;
position: absolute;
width: 100%;
}
.pls-single-product-top .pls-breadcrumb a:hover {
max-width: 180px;
} .pls-product-navigation {
display: flex;
align-items: flex-start;
justify-content: flex-end;
flex: 0 auto;
gap: 12px;
}
.pls-product-navigation .pls-product-nav-btn {
position:relative;
display: flex;
align-items: center;
}
.pls-product-nav-btn > a {
font-size: 0;
}
.pls-product-nav-btn > a:before {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
line-height: 1;
} .pls-single-product .pls-product-gallery-summary {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
@media (min-width:768px) {
.pls-single-product:not(.product-gallery-horizontal, .product-gallery-horizontal-2) .pls-product-gallery-summary > div,
.pls-single-product:is(.product-gallery-horizontal, .product-gallery-horizontal-2) .pls-single-product-info .summary {
position: -webkit-sticky;
position: sticky;
top: 50px;
z-index: 5;
}
}
.pls-product-content-style-1 .pls-product-gallery-summary {
gap: 60px;
}
.pls-product-content-style-1 .pls-product-gallery-summary > div {
flex: 0 0 calc(50% - 30px);
max-width: calc(50% - 30px);
}
.pls-product-content-style-2 .pls-product-gallery-summary > div {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pls-single-product-content {
margin-bottom: 4rem;
}
.pls-single-product-info {
display: flex;
flex-wrap: wrap;
gap: 60px;
}
.pls-single-product-info .pls-product-datatabs {
flex: 0 0 calc(58.333333% - 30px);
max-width: calc(58.333333% - 30px);
}
.pls-single-product-info .pls-single-product-summary {
flex: 0 0 calc(41.666667% - 30px);
max-width: calc(41.666667% - 30px);
}
.product-gallery-horizontal .single-product-content > .col-md-6 {
flex: 0 0 100%;
max-width: 100%;
}
.pls-product-container {
position: relative;
}
.pls-no-sidebar .pls-product-content-fullwidth .pls-single-product-content {
left: 50%;
margin-left: -50vw;
position: relative;
width: 100vw;
}
.pls-no-sidebar .pls-product-content-fullwidth .pls-product-gallery-summary {
width: 100vw;
max-width: 96%;
margin: 0 auto;
}
.pls-product-content-background .pls-single-product-top {
background-color: var(--product-content-background-color);
margin-bottom: 0;
padding-bottom: 3.75rem;
}
.pls-no-sidebar.pls-product-content-background .pls-single-product-content:before {
background-color: var(--product-content-background-color);
content: "";
bottom: 0;
left: 50%;
top: -8px;
position: absolute;
margin-left: -50vw;
width: 100vw;
}
.pls-no-sidebar.pls-product-content-background .pls-single-product-content {
padding-bottom: 3.5rem;
}
.woocommerce-product-gallery__wrapper,
.pls-single-product-gallery,
.pls-product-gallery-thumbnails {
position: relative;
}
.woocommerce-product-gallery__image > a {
display: block;
width: 100%;
}
.pls-single-product .woocommerce-product-gallery {
flex-wrap: wrap;
}
.pls-single-product .woocommerce-product-gallery.loading:before {
position: absolute;
top: calc(50% - 10px);
left: calc(50% - 10px);
z-index: 3;
}
.pls-single-product .woocommerce-product-gallery.loading:after {
background-color: rgba( 0, 0, 0, .15 );
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
.pls-single-product:not(.product-gallery-horizontal) .woocommerce-product-gallery__image,
:is(.product-thumbnail-left, .product-thumbnail-right, .product-thumbnail-bottom) .woocommerce-product-gallery__wrapper {
border-radius: var(--pls-border-radius-l);
overflow: hidden;
}
.woocommerce-product-gallery__image {
position: relative;
}
.swiper-button-prev,
.pls-thumb-slider-prev {
left: 1rem;
transform: translateX(-70px);
}
.swiper-button-next,
.pls-thumb-slider-next {
right: 1rem;
transform: translateX(70px);
}
.pls-swiper-button:after {
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-product-gallery__wrapper:hover .pls-swiper-button,
.pls-product-thumb-swiper:hover .pls-product-slider-nav div {
transform: translateY(0);
opacity: 1;
visibility: visible;
} .product-thumbnail-bottom .pls-product-gallery-thumbnails {
margin-top: 1.25rem;
}
.pls-product-gallery-thumbnails img {
border: 1px solid transparent;
border-radius: var(--pls-border-radius-s);
}
.pls-product-gallery-thumbnails .swiper-slide-thumb-active img {
border-color: var(--pls-secondary-color);
}
.pls-product-gallery-thumbnails .pls-swiper-button {
margin: 0;
height: 34px;
width: 34px;
}
.swiper-horizontal .pls-swiper-button {
top: calc( 50% - 17px );
}
.swiper-vertical .pls-swiper-button {
left: calc( 50% - 17px );
top: inherit;
}
.swiper-vertical .swiper-button-prev {
top: 1rem;
transform: translateY(-60px);
}
.swiper-vertical .swiper-button-next {
bottom: 1rem;
right: inherit;
transform: translateY(60px);
}
.swiper-vertical .pls-swiper-button:after {
font-size: 12px;
}
@media (min-width: 1025px) { .product-thumbnail-left .woocommerce-product-gallery,
.product-thumbnail-right .woocommerce-product-gallery {
display: flex;
gap: 20px;
}
.product-thumbnail-right .woocommerce-product-gallery {
flex-direction: row-reverse;
}
.product-thumbnail-left .woocommerce-product-gallery-with-thumbnails .woocommerce-product-gallery__wrapper,
.product-thumbnail-right .woocommerce-product-gallery-with-thumbnails .woocommerce-product-gallery__wrapper {
flex-basis: calc(100% - 100px);
max-width: calc(100% - 100px);
order: 2;
}
.product-thumbnail-left .woocommerce-product-gallery-with-thumbnails .pls-product-gallery-thumbnails,
.product-thumbnail-right .woocommerce-product-gallery-with-thumbnails .pls-product-gallery-thumbnails {
flex-basis: 80px;
max-width: 80px;
order: 1;
}
.product-thumbnail-left .pls-product-thumb-image,
.product-thumbnail-right .pls-product-thumb-image {
margin-bottom: 1rem;
}
} .product-gallery-column-1 .woocommerce-product-gallery__wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 30px;
} .product-gallery-column-2 .woocommerce-product-gallery__wrapper {
display: grid;
gap: 1.25rem;
grid-template-columns: repeat(2,minmax(0,1fr));
} .product-gallery-column-alternate .woocommerce-product-gallery__wrapper {
display: grid;
align-items: start;
gap: 1.25rem;
grid-template-columns: repeat(2,minmax(0,1fr));
}
.product-gallery-column-alternate .woocommerce-product-gallery__wrapper > div {
grid-column: auto/span 1;
}
.product-gallery-column-alternate .woocommerce-product-gallery__wrapper > div:first-child {
grid-column: auto/span 2;
} .product-gallery-horizontal .pls-single-product-top {
margin-bottom: 0;
}
.product-gallery-horizontal .woocommerce-product-gallery {
width: 100vw;
margin-left: -50vw;
left: 50%;
margin-bottom: 4rem;
}
.product-gallery-horizontal-2 .woocommerce-product-gallery {
margin-bottom: 5rem;
}
.product-gallery-horizontal .pls-single-product-gallery img {
border-radius: 0;
} .woocommerce-product-gallery .pls-product-gallery-btns {
position: absolute;
right: 1.25rem;
bottom: 1.25rem;
z-index: 9;
}
.pls-product-gallery-btns > div {
display: flex;
flex-direction: column;
}
.pls-product-gallery-btns > div:not(:last-child) {
margin-bottom: 1rem;
}
.woocommerce-product-gallery .pls-product-gallery-btns a {
background-color: var(--pls-button-bg-color);
color: var(--pls-button-color);
border-radius: var(--pls-border-radius);
box-sizing: content-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
font-size: 0;
height: 54px;
width: 54px;
}
.woocommerce-product-gallery .product-photoswipe-btn a:hover,
.woocommerce-product-gallery .pls-gallery-top-btns a:hover,
.woocommerce-product-gallery .pls-product-gallery-btns a:hover {
background-color: var(--pls-button-bg-hover-color);
color: var(--pls-button-hover-color);
}
.woocommerce-product-gallery .pls-product-gallery-btns a:before {
font-size: 22px;
line-height: 1;
}
.woocommerce-product-gallery .product-360-degree-btn a:before {
font-size: 32px;
} .pls-360-degree-wrapper {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius);
position: relative;
overflow: hidden;
margin: 0 auto;
min-height: 550px;
max-width:600px;
}
.pls-360-degree-wrapper .pls-360-degree-images {
display: none;
list-style: none;
margin: 0;
padding: 0;
}
.pls-360-degree-wrapper .pls-360-degree-images img {
position: absolute;
top: 0;
left: 50%;
height: auto;
transform: translateX(-50%);
}
.pls-360-degree-wrapper .pls-360-degree-images img.previous-image {
visibility: hidden;
width: 0;
}
.pls-360-degree-wrapper .pls-360-degree-images img.current-image {
visibility: visible;
width: 100%;
}
.pls-360-degree-wrapper .spinner {
width: 60px;
display: block;
margin: 0 auto;
height: 30px;
background: var(--pls-secondary-color);
background: rgba(255, 255, 255, 0.7);
border-radius: var(--pls-border-radius-s);
}
.pls-360-degree-wrapper .spinner span {
font-size: 12px;
font-weight: bolder;
color: var(--pls-secondary-inverse-color);
text-align: center;
line-height: 30px;
display: block;
}
.pls-360-degree-wrapper .nav_bar {
background-color: var(--pls-secondary-color);
box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
border-radius: var(--pls-border-radius);
align-items: center;
bottom: 15px;
display: flex;
left: 50%;
position: absolute;
transform: translateX(-50%);
z-index: 10;
}
.pls-360-degree-wrapper .nav_bar a {
font-size: 0;
padding: 10px 15px;
}
.pls-360-degree-wrapper .nav_bar a:before {
color: var(--pls-secondary-inverse-color);
}
.pls-360-degree-wrapper .nav_bar a:before {
font-size: 20px;
}
.woocommerce-notices-wrapper + .entry-breadcrumb {
margin-bottom: 10px;
}
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background: none !important;
font-size: 24px;
font-weight: normal;
}
button.pswp__button {
color: #ffffff;
} .pls-no-sidebar .pls-product-content-style-2.pls-product-content-fullwidth .single-product-content {
width: 96%;
}
@media (min-width: 1025px) {
.pls-product-content-style-2 div.summary {
background: var(--pls-body-background);
box-shadow: 0px 5px 18px 5px rgba(43, 52, 74, 0.12);
border-radius: var(--pls-border-radius);
padding: 32px;	
}
}
.woocommerce div.summary ul {
margin: 0;
}
.pls-short-description ul li {
list-style: none;
margin-bottom: 6px;
}
.pls-short-description ul li:before {
color: var(--pls-primary-color);
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
line-height: 1;
margin-right: 8px;
}
.woocommerce div.summary .product_title {
font-size: 40px;
line-height: 48px;
margin-bottom: 0;
}
.woocommerce div.summary .pls-product-cat {
margin-bottom: 5px;
}
div.summary .pls-product-cat .posted_in {
color: var(--pls-secondary-color2);
}
div.summary .pls-product-cat .posted_in a {
color: var(--pls-secondary-color2);
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
text-transform: uppercase;
}
div.summary .pls-product-cat .posted_in a:hover {
color: var(--pls-secondary-color);
}
.pls-product-rating-info {
display: flex;
align-items: center;
gap: 1rem;
margin-top: 10px;
}
.pls-product-rating-info:empty,
.pls-product-price-info:empty {
display: none;
}
.pls-product-stock .stock {
background-color: var(--pls-secondary-color);
border-radius: var(--pls-radius-round);
color: var(--pls-secondary-inverse-color);
font-size: 12px !important;
font-weight: var(--pls-font-weight-bold);
line-height: 20px;
margin: 0;
padding: 4px 16px;
text-transform: uppercase;
width: max-content;
}
.pls-product-stock {
display: block;
margin-top: 0.75rem;
margin-bottom: 1rem;
}
div.summary .woocommerce-product-rating {
display: flex;
align-items: center;
}
.pls-product-sold-count {
color: var(--pls-heading-color);
font-size: 14px;
display: flex;
gap: 4px;
flex-wrap: wrap;
align-items: center;
}
.pls-product-sold-count:before {
font-size: 20px;
color: var(--pls-primary-color);
animation: pls-infinite-flash 2.5s infinite;
line-height: 1;
}
@keyframes pls-infinite-flash {
50%,
from,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.pls-product-price-info {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 0.5rem;
margin-top: 1.25rem;
}
div.summary .pls-product-price {
display: flex;
align-items: center;
}
div.summary .pls-product-price {
margin-bottom: 0;
}
.pls-product-discount-label span {
margin: 0 !important;
}	
.pls-product-discount-label {
line-height: 1;
}
.woocommerce div.summary .woocommerce-review-link {
color: var(--pls-text-color);
font-size: 14px;
margin-left: 0.25rem;
}
.woocommerce div.summary .pls-product-availability,
.woocommerce div.summary > .stock,
.woocommerce div.summary .pls-product-flash-sale {
margin-bottom: 1rem;
}
.pls-product-navigation .product-title-price {
flex: 1 1 auto;
}
.pls-product-navigation .product-title-price > a {
display:block;
margin-bottom: .3rem;
max-height: 45px;
line-height: 1.2;
overflow: hidden;
}
.pls-product-navigation .pls-product-info .product-title-price .price {
font-size: 14px;
margin-bottom:0;
}
.pls-product-navigation .pls-product-info .product-title-price .price del {
font-size: 12px;
}
div.summary .pls-product-price {
line-height: 1.4;
}
div.summary .pls-product-price span.price {
display: flex;
align-items: center;
}
div.summary .pls-product-price .amount {
font-size: 24px;
font-weight: var(--pls-font-weight-bold);
}
div.summary .pls-product-price del,
div.summary .pls-product-price del .amount {
font-size: 16px;
font-weight: 400;
position: relative;
}
div.summary .woocommerce-variation-price p.price, 
div.summary .woocommerce-variation-price span.price {
font-size:20px;
}
div.summary .woocommerce-variation-price p.price del,
div.summary .woocommerce-variation-price span.price del {
font-size:14px;
}
div.summary > p.price .woocommerce-price-suffix ,
div.summary > span.price .woocommerce-price-suffix,
div.summary .woocommerce-variation-price .woocommerce-price-suffix {
font-size: 14px;
line-height: 1;
}
div.summary .woocommerce-variation-price, 
div.summary .woocommerce-variation-availability {
display: none;
}
div.summary > .stock,
.pls-product-availability .stock {
margin-top: -10px;
}
.pls-product-availability .stock {
margin-bottom: 0;
}
.woocommerce div.summary .product-price-discount {
display: inline-flex;
vertical-align: super;
}
.woocommerce div.summary .product-price-discount .on-sale {
margin-left: 8px;
}
.woocommerce div.summary .woocommerce-product-details__short-description > p:last-child { 
margin-bottom:0
}
.woocommerce div.summary .woocommerce-product-details__short-description > span {
width: 115px;
font-weight: var(--pls-font-weight-bold);
padding-right: .6781em;
}
.woocommerce div.summary .woocommerce-product-details__short-description > span {
color: var(--pls-link-color);
}
.woocommerce div.summary .woocommerce-product-details__short-description .short-description {
flex: 0 0 calc(100% - 115px);
}
.woocommerce div.summary .woocommerce-product-details__short-description ul {
list-style: inside;
margin: 0;
}
.pls-product-summary-separator {
border-bottom: var(--pls-border-bottom);
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.pls-product-summary-separator + .pls-product-summary-separator {
display: none;
} .pls-product-countdown-timer,
div.summary .pls-product-stock-progressbar {
display: flex;
align-items: center;
justify-content: space-between;
}
.pls-product-countdown-timer {
margin-bottom: 1.5rem;
}
.pls-product-countdown-title,
.pls-ps-progressbar-title {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
text-transform: capitalize;
}
div.summary .pls-product-countdown,
.pls-products-hotdeal .pls-product-info .pls-product-countdown {
display: flex;
justify-content: space-between;
align-items: center;
width: 350px;
}
div.summary .pls-product-countdown > span,
.pls-products-hotdeal .pls-product-info .pls-product-countdown > span {
color: var(--pls-heading-color);
font-size: 24px;
font-weight: var(--pls-font-weight-medium);
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.1;
position: relative;
padding: 5px;
height: 60px;
width: 60px;
}
div.summary .pls-product-countdown > b,
.pls-products-hotdeal .pls-product-info.pls-product-countdown > b {
content: ':';
color: var(--pls-heading-color);
font-size: 24px;
font-weight: var(--pls-font-weight-bold);
}
div.summary .pls-product-countdown > span span,
.pls-products-hotdeal .pls-product-info .pls-product-countdown > span span {
color: var(--pls-text-color);
font-size: 14px;
font-weight: normal;
display: block;	
line-height: 10px;
margin-top: 5px;
text-transform: capitalize;
} div.summary .pls-product-stock-progressbar {
margin-bottom: 3px;
}
.pls-ps-progressbar-content .pls-progress {
background-color: var(--pls-border-color);
border-radius: var(--pls-border-radius);
margin-bottom: 6px;
}
.pls-ps-progressbar-content {
width: 55%;
}
.pls-single-product-info .pls-ps-progressbar-content {
width: 70%;
}
.pls-ps-progressbar-content .pls-progress-bar {	
background-color: var(--pls-critical-color);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
border-radius: var(--pls-border-radius);
height: 8px;
animation: 1s linear 0s infinite normal none running pls-progress-bar-effect;
}
.pls-ps-progressbar-content .pls-product-stock-label {
font-size: 14px;
display: flex;
gap: 0.25rem;
}
.pls-ps-progressbar-content .pls-stock-sold {
color: var(--pls-heading-color);
} .woocommerce div.summary form.cart:not(.variations_form),
.woocommerce div.summary form.variations_form.cart .single_variation_wrap {
margin-bottom: 1.25rem;
}
div.summary form.cart .variations .label {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
display: flex;
align-items: center;
gap: 8px;
}
div.summary form.cart .variations label {
font-weight: normal;
margin-bottom: 0;
}
.woocommerce div.summary form.cart .variations {
display: flex;
flex-direction: column;
gap: 1rem;
margin-bottom: 1rem;
}
.woocommerce form.cart .variations select {
width: 100%;	
}
form.cart .reset_variations {
background: none;
cursor: pointer;
color: var(--pls-link-color);
font-weight: normal;
display: inline-block;
margin-top: 5px;
padding: 0;
}
form.cart .reset_variations:hover {
color: var(--pls-link-hover-color);
}
div.summary form.variations_form.cart .single_variation {
margin-bottom: 1rem;
}
div.summary form.cart .woocommerce-variation-description p {
margin-bottom: .2rem;
}
.woocommerce div.summary > p.stock {
color: #3DAB25;
display: none;
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
margin-bottom: 1rem;
margin-top: 0.5rem;
}
.woocommerce div.summary > p.out-of-stock {
color:#f24545;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}
.woocommerce-variation-availability .stock {
margin-bottom:0; 
} .pls-quantity-label,
div.summary .woocommerce-grouped-product-list-item__quantity .pls-quantity-label {
display: none;
}
div.summary .pls-quantity-label {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
display: block;
margin-bottom: 0.75rem;
width: 100%;
}
div.summary .pls-quantity {
margin-bottom: 1.25rem;
width: 100%;
}
div.summary .quantity .qty {
font-size: 18px;
height: 44px;
width: 120px;
}
div.summary .quantity label:before {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
}
.pls-sticky-top {
position: -webkit-sticky;
position: sticky;
top: 100px;
z-index: 99;
}
div.summary form.cart:not(.variations_form),
div.summary form.variations_form.cart .woocommerce-variation-add-to-cart {
display: flex;
flex-flow: row wrap;
}
div.summary form.cart .button, 
div.summary .pls_quick_buy_button {
font-size: 14px;
text-transform: uppercase;
}
div.summary form.cart .button {
display: flex;
padding: 14px 20px;
justify-content: center;
align-items: center;
flex: 1 0 0;
gap: 0.5rem;
}
div.summary form.cart .button:after {
margin-left: 0;
}
.pls-single-product:not(.product-type-external) form.cart .button:not(.wpcpq-item-atc-btn) {
background-color: var(--pls-product-cart-button-bg-color);
color: var(--pls-product-cart-button-color);
}
.pls-single-product:not(.product-type-external) form.cart .button:not(.wpcpq-item-atc-btn):hover,
.pls-single-product:not(.product-type-external) form.cart .button:not(.wpcpq-item-atc-btn):focus {
background-color: var(--pls-product-cart-button-bg-hover-color);
color: var(--pls-product-cart-button-hover-color);
}
.pls-single-product.product-type-external form.cart .button:not(.wpcpq-item-atc-btn) {
background-color: #FEA724;
color: #181818;
}
div.summary .pls-quick-buy {
margin-top: 0.75rem;
width: 100%;
}
.pls-quick-buy .pls_quick_buy_button {
background-color: var(--pls-buy-now-button-bg-color);
color: var(--pls-buy-now-button-color);
padding: 14px 20px;
width: 100%;
}
.pls-quick-buy .pls_quick_buy_button:hover,
.pls-quick-buy .pls_quick_buy_button:focus {
background-color: var(--pls-buy-now-button-bg-hover-color);
color: var(--pls-buy-now-button-hover-color);	
}
.woocommerce div.summary .pls_quick_buy_button.disabled,
.woocommerce div.product .woocommerce-variation-add-to-cart-disabled .pls_quick_buy_button {
cursor: not-allowed;
opacity: .5;
}
.woocommerce a.added_to_cart {
display:none !important;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
content:none;
}
.woocommerce div.summary .wcppec-checkout-buttons {
margin-top: 0;
text-align: left;
}
.woocommerce .paypal-buttons iframe.component-frame {
z-index: 1 !important;
}
.woocommerce div.summary .wcppec-checkout-buttons__button {
padding-top: 0;
} div.summary .pls-whishlist-btn,
div.summary .pls-compare-btn {
margin-left: 0.75rem;
}
div.summary .pls-whishlist-btn a,
div.summary .pls-compare-btn a {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-width: 2px;
border-radius: var(--pls-radius-round);
font-size: 0;
display: inline-flex;
align-items: center;
justify-content: center;
height: 48px;
width: 48px;
}
div.summary .pls-whishlist-btn:hover a,
div.summary .pls-compare-btn:hover a,
div.summary .pls-whishlist-btn a.woosw-added,
div.summary .pls-compare-btn a.woosc-added {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
border-color: var(--pls-secondary-color);
}
div.summary .pls-whishlist-btn a:before,
div.summary .pls-compare-btn a:before {
font-size: 20px;
} div.summary form.cart .variations .variation-swatche {
display: flex;
flex-direction: column;
gap: 12px;
position: relative;
}
div.summary .variation-swatche .product-sizechart {
display: inline-block;
font-weight: var(--pls-font-weight-medium);
position: absolute;
right: 0;
top: 0;
}
div.summary .variation-swatche .product-sizechart a {
display: inline-flex;
align-items: center;
text-decoration: underline;
}
div.summary .variation-swatche .product-sizechart a:before {
content: '';
}
.pls-product-sizechart {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius-xl);
max-width:920px;
margin:0 auto;
position: relative;
}
.pls-product-sizechart .sizechart-header h2 {
border-bottom: var(--pls-border-bottom);
font-size: 24px;
padding: .6781em 2rem;
margin: 0;
}
.pls-product-sizechart .product-sizechart-inner {
padding: 2em;
} .pls-product-share {
color: var(--pls-link-color);
cursor: pointer;
position: relative;
}
.pls-product-share .share-label {
font-weight: var(--pls-font-weight-medium);
}
.pls-product-share-popup {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius);
margin: 0 auto;
max-width: 500px;
padding: 1.5rem;
position: relative;
}
.pls-share-popup-title {
line-height: 1;
margin-bottom: 1.5rem;
}
.pls-copy-link-wrap {
margin-top: 2rem;
}
.pls-copy-link-title {
font-size: 16px;
line-height: 1;
margin-bottom: 0.5rem;
}
.pls-product-share-form {
display: flex;
align-items: center;
gap: 16px;
} .pls-deliver-return,
.pls-ask-questions, 
.product-sizechart, 
.pls-product-share {
color: var(--pls-link-color);
font-weight: var(--pls-font-weight-medium);
display: inline-flex;
align-items: center;
margin-right: 1.2rem;
}
.pls-estimated-delivery,
.pls-product-return,
.pls-product-store-location,
.pls-visitor-count {
display: flex;
align-items: center;
margin-top: 3px;
}
.product-sizechart a:before,
.pls-product-share span:before,
.pls-deliver-return:before,
.pls-ask-questions:before,
.pls-estimated-delivery:before,
.pls-product-return:before,
.pls-product-store-location:before,
.pls-visitor-count:before {
font-size: 18px;
margin-right: 0.5rem;
}
.pls-deliver-return:hover,
.pls-ask-questions:hover {
color: var(--pls-link-hover-color);
}
.pls-deliver-return.pls-ajax-block,
.pls-product-store-location.pls-ajax-block,
.pls-ask-questions.pls-ask-questions-ajax {
cursor: pointer;
}
.pls-ajax-blok-content {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius-xl);
max-width: 850px;
position: relative;
margin: 0 auto;
padding: 1rem;
}
.pls-ask-questions-popup {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius-xl);
max-width: 650px;
position: relative;
margin: 0 auto;
padding: 2rem;
}
.ask-questions-form-tile {
font-size: 24px;
}
.pls-ask-questions-popup form.wpcf7-form > *:nth-last-child(2) {
margin-bottom: 0;	
position: relative;
}
.pls-ask-questions-popup form.wpcf7-form input[type="submit"] {
width: 100%;
}
.pls-ask-questions-popup form.wpcf7-form .wpcf7-spinner {
position: absolute;
left: calc( 50% - 15px);
top: calc( 50% - 15px);
}
.pls-ask-questions-popup form .wpcf7-response-output {
margin: 0;
margin-top: 1rem;
text-align: center;
} .pls-estimated-delivery:before,
.pls-product-return:before,
.pls-product-store-location,
.pls-visitor-count:before {
color: var(--pls-heading-color);
}
.pls-estimated-delivery span,
.pls-product-return span {
color: var(--pls-heading-color);
} .product-visitor-count {
margin-right: 5px;
}
.pls-visitor-count {
color: var(--pls-heading-color); 
margin-bottom: 0;   
margin-top: 0.5rem;
} .pls-product-store-location-text {
text-decoration: underline;
} .product_meta {
display: flex;
flex-direction: column;
gap: 4px;
}
.product_meta:before,
.product_meta:after {
border-top: var(--pls-border-top);
content: '';
margin: 1rem 0;
width: 100%;
}
.product_meta > span {
color: var(--pls-heading-color);
display: block;
}
.product_meta > span * {
color: var(--pls-text-color);
display: inline-block;
font-weight: normal;
margin: 0 1px;
}
.product_meta > span a:hover {
color: var(--pls-link-hover-color);
}
.woocommerce div.summary #comments,
.woocommerce div.summary #review_form_wrapper {
flex: 0 0 100%;
max-width: 100%;
} .pls-product-trust-badge {  
font-size: 16px;  
font-weight: var(--pls-font-weight-medium);
display: flex;
align-items: center;
gap: 1rem;
margin-top: 0.5rem;
}
.pls-bought-together-products + .pls-product-trust-badge {
margin-top: 1.25rem;
}
.pls-product-trust-badge label {
margin: 0;
} .pls-bought-together-products {
border: 1px solid #e9e9e9;
border-radius: 8px;
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 0.5rem;
padding: 1.5rem;
}
.pls-bought-together-products .pls-fbt-title {
font-size: 24px;
margin-bottom: 0;
}
.pls-fbt-products {
display: flex;
flex-direction: column;
}
.pls-fbt-product-items {
display: flex;
flex-direction: column;
gap: 1rem;
}
.pls-fbt-product-item {
display: flex;
align-items: center;
gap: 1rem;
}
.pls-fbt-product-item .pls-fbt-product-image {
flex-shrink: 0;
border-radius: 8px;
overflow: hidden;
}
.pls-fbt-product-item input[type="checkbox"] {
border-radius: 3px;
margin: 3px;
}
.pls-fbt-product-item input[type="checkbox"] + label {
font-weight: var(--pls-font-weight-medium);
margin-bottom: 0.5rem;
margin-right: 0.5rem;
}
.pls-fbt-items-total {
font-weight: var(--pls-font-weight-medium);
color: var(--pls-heading-color);
display: flex;
align-items: center;
gap: 12px;
}
.pls-fbt-items-total > span {
font-size: 20px;
}
.pls-fbt-items-total .pls-fbt-total-price {
font-size: 24px;
font-weight: var(--pls-font-weight-bold);
}
.pls-fbt-items-button {
margin-top: 1rem;
}
.pls-bought-together-products .add-items-to-cart {
padding: 14px 40px;
text-transform: uppercase;
font-size: 12px;
}
div.summary .pls-bought-together-products .addons-item:after {
content: "\003D";
}
.pls-bought-together-products .pls-out-of-stock {
font-weight: var(--pls-font-weight-medium);
margin-left: 1rem;
color: var(--pls-critical-color);
}
.pls-bought-together-products .pls-product-disabled,
.pls-bought-together-products button[disabled="disabled"] {
filter: grayscale(1);
opacity: 0.6;
}
.pls-bought-together-products button[disabled="disabled"] {
cursor: no-drop;
} .pls-product-gallery .pls-bought-together-products {
margin-top: 2.5rem;
}
.pls-product-gallery .pls-fbt-product-items {
flex-direction: row;
gap: 1rem 1.5rem;
overflow-x: auto;
}
.pls-product-gallery .pls-fbt-product-item {
flex-direction: column;
width: 172px;
}
.pls-product-gallery label {
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
} .woocommerce div.summary form.cart .group_table label {
margin-bottom: 0;
}
.woocommerce div.summary form.cart .group_table tr {
border-left: 0;
border-right: 0;
}
.woocommerce div.summary form.cart .group_table tr:first-child {
border-top: 0;	
}
.woocommerce div.summary form.cart .group_table tr:last-child {
border-bottom: 0;	
}
.woocommerce div.summary form.cart .group_table td {
border-bottom: var(--pls-border-bottom);
padding-bottom: 1rem;
padding-top: 1rem;
vertical-align: middle;
}
.woocommerce div.summary form.cart .group_table td:last-child {
padding-right: 0;
}
.woocommerce div.summary form.cart .group_table td:first-child {
width: 6rem;
text-align: inherit;
}
.woocommerce-grouped-product-list-item__thumbnail img {
border-radius: var(--pls-border-radius-s);
}
.pls-grouped-product-price {
color: var(--pls-link-color);
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-grouped-product-list-item__quantity {
text-align: right;
}
.woocommerce-grouped-product-list-item__price {
font-size: 18px;
font-weight: normal;
color: var(--pls-link-color);
} .woocommerce div.summary .woocommerce-tabs {
border-top: var(--pls-border-top);
margin-top: 1.5rem;
}
.woocommerce-tabs {
margin-top: 0;
}
.pls-product-datatabs .woocommerce-tabs {
margin-top: 3rem;
}
.woocommerce div.product.woocommerce-tabs ul.wc-tabs {	
text-align: center;
margin-bottom: 1.75rem;
}
.woocommerce-tabs ul.wc-tabs li a {
display: block;
line-height: 1.2;
position: relative;
}
.woocommerce-tabs ul.wc-tabs li a:after {
position: absolute;
bottom: 0;
}
.woocommerce-tabs .wc-tab > h2 {
font-size: 24px;
}
.tabs-layout .wc-tabs {
display: flex;
align-items: center;
justify-content: center;
gap: 2.5rem;
list-style: none;
margin-bottom: 1.5rem;
margin-left: 0;
}
.tabs-layout .tabs li a {
font-size: 24px;
font-weight: var(--pls-font-weight-medium);
}
.tabs-layout .wc-tabs li a:after {
border-bottom: 1px solid;
content: '';
display: block;
width: 0;
transition: width 0.45s;
}
.tabs-layout .wc-tabs li:hover a,
.tabs-layout .wc-tabs li.active a {
color: var(--pls-link-color);
}
.tabs-layout .wc-tabs li:hover a:after,
.tabs-layout .wc-tabs li.active a:after {
width: 100%;
}
.tabs-layout .tab-content-wrap a.accordion-title,
.accordion-layout .wc-tabs,
.toggle-layout .wc-tabs {
display: none;
}
.wc-tabs-wrapper .wc-tab {
border: 1px solid #e9e9e9;
border-radius: var(--pls-border-radius);
padding: 2.5rem;
}
.woocommerce-tabs.tabs-layout .tab-content-wrap {
margin: 0 auto;
}
.accordion-layout .tab-content-wrap a.accordion-title,
.toggle-layout .tab-content-wrap a.accordion-title {
display: block;
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
padding: 1rem 0;
position: relative;
}
.tab-content-wrap > .accordion-title:after {
font-size: 18px;
line-height: 1;
position: absolute;
right: 0;
top: calc(50% - 8px);
}
.accordion-layout .tab-content-wrap,
.toggle-layout .tab-content-wrap {
border-bottom: 1px solid #181818;
}
.accordion-layout .woocommerce-Tabs-panel,
.toggle-layout .woocommerce-Tabs-panel {
margin-bottom: 2rem;
}
.tabs-layout .tab-content-wrap:not(:first-child) .wc-tab,
.tabs-layout.vtabs .tab-content-wrap:not(:first-child) .wc-tab,
.accordion-layout .tab-content-wrap:not(:first-child) .wc-tab {
display: none;
}
.woocommerce-Tabs-panel > .elementor {
margin-left: calc(var(--pls-grid-gap) * -1);
margin-right: calc(var(--pls-grid-gap) * -1);
}
.woocommerce table.shop_attributes {
margin: 0;
}
table.shop_attributes tr {
border: 0;
}
table.shop_attributes tr:nth-child(odd) {
background-color: var(--pls-theme-background-color);
}
.woocommerce table.shop_attributes th {
color: var(--pls-link-color);
padding: 10px 18px;
width: 200px;
}
.woocommerce table.shop_attributes td {
padding: 0 18px;
}
.woocommerce table.shop_attributes td p {
margin: 0;
padding: 10px 0;
} .tabs-layout.vtabs {
display: flex;
gap: 20px;
}
.tabs-layout.vtabs .wc-tabs {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 1rem;
text-align: left;
overflow: hidden;
width: 325px;
}
.tabs-layout.vtabs .pls-tab-contents {
flex: 1 auto;
width: 100%;
}
.tabs-layout.vtabs .tabs li {
transition-duration: 450ms;
transform: translateX(-13px);
}
.tabs-layout.vtabs .tabs li.active,
.tabs-layout.vtabs .tabs li:hover {
transform: translateX(0); 
}
.tabs-layout.vtabs .tabs li a {
font-size: 20px;
line-height: inherit;
padding-left: 16px;
position: relative;
}
.tabs-layout.vtabs .wc-tabs li a:before {
background-color: #181818;
content: '';
bottom: 3px;
left: 0;
top: 3px;
position: absolute;
width: 2px;
}
.tabs-layout.vtabs .wc-tabs li a:after {
content: none;
} .pls-product-rating-histogram {
display: flex;
align-items: center;
margin-bottom: 3rem;
gap: 4rem;
}
.pls-product-rating-avg-wrapper {
color: var(--pls-link-color);	
display: flex;
flex-direction: column;
align-items: center;
}
.pls-product-rating-avg {
font-size: 80px;
font-weight: var(--pls-font-weight-medium);
line-height: 88px
}
.woocommerce .pls-product-rating-histogram .star-rating:before, 
.woocommerce .pls-product-rating-histogram .star-rating span:before {
font-size: 14px;
}
.woocommerce .pls-product-rating-histogram .star-rating span {
color: var(--pls-secondary-color);
}
.pls-product-rating-count {
margin-top: 5px;
}
.pls-rating-histogram-wrapper {
flex: 1 1 auto;
}
.pls-rating-histogram .pls-rating-bar {
color: var(--pls-link-color);
font-size: 14px;
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}
.pls-rating-histogram .pls-rating-star {
font-weight: var(--pls-font-weight-medium);
display: flex;
align-items: center;
justify-content: space-between;
min-width: 27px;
}
.pls-rating-histogram .pls-rating-star:after {
font-size: 12px;
margin-left: 5px;
}
.pls-rating-histogram .pls-progress {
display: flex;
overflow: hidden;
font-size: .75rem;
background-color: #E9E9E9;
margin: 0 10px;
height: 8px;
width: 52%;
}
.pls-has-sidebar .pls-rating-histogram .pls-progress {
width: 45%;
}
.pls-rating-histogram .pls-progress-bar {
background-color: #181818;
} #comments .woocommerce-Reviews-title {
font-size: 26px;
margin-bottom: 1.5rem;
text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 1.5rem;
position: relative;
}
ol.commentlist p {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
border-radius: 50%;
}
.commentlist .comment-gravatar .avatar {
border-radius: 50%;
left: -0;
top: 0;
position: absolute;
}
.woocommerce-Reviews .commentlist .comment-meta {
min-height: 48px;
}
.commentlist .comment-meta {
line-height: 1.5;
margin-bottom: 0.5rem;
padding-left: 4.5rem;
}
.commentlist .comment-meta .meta {
color: var(--pls-secondary-color2);
display: flex;
gap: 0.25rem;
margin: 0;
}
.commentlist .comment-meta .meta > strong {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
}
.commentlist .comment-text {
color: var(--pls-heading-color);
}
.comment-form > div {
padding: 0 1rem;
}
.pls-has-sidebar div.product .woocommerce-Reviews > div,
.product-gallery-horizontal div.product .woocommerce-Reviews > div,
.product-gallery-horizontal-2 div.product .woocommerce-Reviews > div {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pls-no-sidebar .pls-single-product:not(.product-gallery-horizontal, .product-gallery-horizontal-2) .woocommerce-Reviews #review_form_wrapper {
padding-right: 3rem;
}
.pls-has-sidebar div.product .woocommerce-Reviews #comments,
.product-gallery-horizontal div.product .woocommerce-Reviews #comments,
.product-gallery-horizontal-2 div.product .woocommerce-Reviews #comments {
margin-top: 3rem;
}
.woocommerce-Reviews #reply-title {
color: var(--pls-heading-color);
font-size: 30px;
font-weight: var(--pls-font-weight-medium);
margin-bottom: 1.5rem;
display: block;
}
#review_form_wrapper .comment-form-rating {
display: flex;
align-items: center;
}
.comment-form-rating label {
margin-bottom: 0;
margin-right: 1rem;
}
#review_form label {
font-weight: var(--pls-font-weight-medium);
text-transform: capitalize;
}
.comment-form-rating p.stars {
display: inline-block;
margin-bottom: 0;
}
.woocommerce p.stars a {
font-size: 0;
padding: 0 2px;
}
.woocommerce p.stars a:before {
color: #F9F9F9;
content: '\ea8b';
font-size: 15px;
}
.woocommerce p.stars.selected a:before,
.woocommerce p.stars.selected:hover a:before,
.woocommerce p.stars:hover a:before {
color: var(--pls-product-rating-color);
}
.woocommerce p.stars a.active~a:before,
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before,
.woocommerce p.stars.selected:hover a:hover~a:before {
color: #d3ced2;
}
.woocommerce p.stars > span {
display: flex;
}
.comment-form-rating > select {
display: none;
}
.woocommerce-verification-required {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
margin-bottom: 0;
margin-top: 1rem;
} section.related > h2,
section.upsells > h2,
section.recently-viewed > h2,
div.cross-sells > h2 {
font-size: 30px;
margin-bottom: 1.5rem;
position: relative;
text-align: center;
text-transform: capitalize;
}
.related.products,
.upsells.products,
.recently-viewed,
div.cross-sells {
margin-top: 4rem;
} .pls-single-products-tabs {
margin-top: 5rem;
}
.pls-single-products-tabs.pls-tabs .tab-content {
overflow: initial;
}
.pls-single-products-tabs .nav-tabs {
justify-content: center;
max-width: inherit !important;
margin: 0;
}
.pls-single-products-tabs section {
margin-top: 2.5rem !important;
}
.pls-single-products-tabs section > h2 {
display: none;
} .woocommerce .woocommerce-error li {
margin-bottom:0;
}
.woocommerce form .form-row .required {
visibility: visible;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
display: flex;
flex-direction: row;
align-items: stretch;
flex-wrap: wrap;
margin-left: calc(var(--pls-grid-gap) * -1);
margin-right: calc(var(--pls-grid-gap) * -1);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
flex: 1 0 50%;
max-width: 50%;
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
.woocommerce form .form-row {
display:inherit;
padding: 0;
margin: 0 0 1em;
}
td.product-total .amount {
color: #777777;
font-weight: normal;
}
.woocommerce-account.logged-in .entry-content > .woocommerce:not(.pls-element) {
display: flex;
flex-flow: row;
}
.woocommerce-account .MyAccount-navigation-wrapper {
border-radius: var(--pls-border-radius-l);
background-color: var(--pls-theme-background-color);
padding: 2.5rem 2rem;
display: flex;
flex: 0 0 28%;
max-width: 28%;
flex-direction: column;
gap: 40px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0; 
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 0;
position: relative;
}
.woocommerce-MyAccount-navigation li a {	
border-radius: var(--pls-border-radius-l); 
font-size: 18px;
font-weight: var(--pls-font-weight-medium);
display: block;
padding: 0.9rem 1.25rem
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {	
background-color: var(--pls-body-background);
}
.woocommerce-account .woocommerce-MyAccount-content {
flex: 0 0 72%;
max-width: 72%;
padding-left: 4rem;
}
.woocommerce-MyAccount-content .section-title h2 {
font-size: 32px;
}
.woocommerce-account .woocommerce-Addresses h2,
.woocommerce-order .woocommerce-order-details h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-customer-details h2,
.woocommerce-order .woocommerce-column__title {
font-size: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content > p > a {
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-MyAccount-content > .woocommerce-Address {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
background-color: var(--pls-theme-background-color);
color: var(--pls-link-hover-color);
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-account .pls-user-profile {
display: flex;
align-items: center;
flex-direction: column;
gap: 1rem;
}
.woocommerce-account .user-avatar img { 
border-radius: 50%;
}
.woocommerce-account .user-info p {
margin-bottom: .2rem;
}
.woocommerce-MyAccount-navigation li a:before {
font-size: 18px;
margin-right: 0.75rem;
line-height: 1;
}
.woocommerce-account .user-info .display-name {
font-size: 20px;
line-height: 1;
margin: 0;
}
.woocommerce-account .addresses .title .edit {
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-account .addresses .title .edit:before {
margin-right: 8px;
}
.woocommerce-account .addresses .title {
display: flex;
align-items: center;
justify-content: space-between;
}
.woocommerce-Pagination a.button {
background: none;
box-shadow: none;
color: var(--pls-primary-color);
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-Address address {
line-height: 2;
} .pls-customer-login-register {
position: relative;
}
.pls-customer-login-register:before {
border-right: var(--pls-border-right);
content: '';
height: 100%;
position: absolute;
left: 50%;
}
.pls-wc-login-register-popup,
.woocommerce-ResetPassword,
.woocommerce-form-track-order {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius);
max-width: 600px;
margin: 0 auto;
padding: 2.5rem 3rem;
}
.pls-customer-login, 
.pls-customer-register {
display: none;
gap: 140px;
}
.pls-customer-login > *,
.pls-customer-register > * {
flex: 1;
}
.pls-customer-login.active,
.pls-customer-register.active {
display: flex;
}
.pls-customer-login h2, 
.pls-customer-register h2,
.pls-wc-login-register-popup h2 {
font-size: 30px;
}
.pls-wc-login-register-info > h2 {
margin-bottom: 0.5rem;
}
.woocommerce form .woocommerce-form-row {
margin-bottom:25px;
}
.woocommerce form .form-row label {
text-align: left;
}
.woocommerce form .form-row select {
width: 100%;
}
.woocommerce .form-row.woocommerce-rememberme-lost_password {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.25rem;
margin-top: 1rem;
}
form .woocommerce-rememberme-lost_password a,
form a.pls-new-register {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
text-transform: capitalize;
text-decoration: underline;
}
.woocommerce-rememberme-lost_password label {
font-weight: normal;
margin:0;
}
.pls-customer-login-register .signin-up-error-message {
color:#ff6161;
}
.pls-customer-login-register .signin-up-success-message {
color:#388e3c;
}
.woocommerce-form-login p {
margin-bottom: 1.25rem;
padding:0;	
}
.woocommerce-form-login .woocommerce-login-button {
margin-bottom: 1rem;
}
.woocommerce-or-login-with {
color: var(--pls-link-color);
font-weight: var(--pls-font-weight-bold);
display: flex;
justify-content: space-between;
align-items: center;
text-transform: uppercase;
}
.woocommerce-or-login-with:after, 
.woocommerce-or-login-with:before {
border-bottom: var(--pls-border-bottom);
content: "";
flex: 1 0 0;
}
.woocommerce-or-login-with span {
margin:0 10px;
}
.woocommerce-login-with-facebook .button {
background-color: #4267B2;
}
.woocommerce-login-with-google .button {
background-color: #DD5145;
}
.pls-wc-login-register a {
font-weight: var(--pls-font-weight-bold);
}
.woocommerce .woocommerce-form-login p:last-child,
.woocommerce-form-register p:last-child {
margin-bottom:0;
}
.woocommerce .password-input {
display: block;
position: relative;
}
.woocommerce .show-password-input {
display: flex;
align-items: center;
border-radius: 4px;
right: 0;
top: 0;
bottom: 0;
position: absolute;
padding: .618em;
cursor: pointer;
}
.woocommerce .show-password-input:after {
font-size: 18px;
font-weight: 900;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
}
.woocommerce-password-strength {
margin-top: 10px;
}
.woocommerce-privacy-policy-text {
margin-Bottom: 1.5rem;
} .pls-wc-login-register-popup {
border: none;
position: relative;
}
.pls-wc-login-register-popup .pls-customer-login-register:before {
content: none;
}
.pls-wc-login-register-popup .pls-wc-login-register-info {
display: none;
}
form a.pls-new-register {
margin-left: 1.5rem;
} .woocommerce-ResetPassword,
.woocommerce-form-track-order {
flex-direction: column;
padding: 2.5rem 3rem;
}
.woocommerce form.woocommerce-ResetPassword .form-row-first {
float: inherit;
width: 100%;
text-align: left;
} .woocommerce table.my_account_orders .button {
line-height: 1.7;
padding: 10px 14px;
width: 100%;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions {
max-width: 148px;
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
margin-bottom: 0.5rem;
}
.woocommerce td.product-name .wc-item-meta {
margin-top: 5px;
margin-left: 0;
}
.woocommerce td.product-name .wc-item-meta strong {
color: var(--pls-link-color);
font-weight: normal;
}
.woocommerce table.shop_table tfoot th {
color: var(--pls-heading-color);
} .woocommerce-cart-wrapper {
display: flex;
flex-direction: column;
gap: 40px;
width: 100%;
}
.woocommerce-cart-form,
.cart-collaterals {
width: 100%;
}
@media (min-width: 1025px) {
.woocommerce-cart-wrapper {
flex-direction: row;
}
.woocommerce-cart-form {
flex: 0 0 65%
}	
.cart-collaterals {
flex: 1 1 auto;
}
}
.woocommerce-cart table.cart {
border-radius: 0;
margin-bottom: 0;
border: none;
}
table.shop_table thead th {
border-bottom: var(--pls-border-bottom);
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
padding: 10px 12px;
}
table.shop_table tbody th {
color: var(--pls-heading-color);
}
table.shop_table tbody th,
table.shop_table tfoot th,
table.shop_table td {
border-bottom: var(--pls-border-bottom);
padding: 1.25rem 0.75rem;
vertical-align: middle;
}
.woocommerce a.remove {
font-size: 0;
}
.woocommerce a.remove:before,
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:before {
border: 1px solid var(--pls-critical-color);
border-radius: 50%;
color: var(--pls-critical-color);
font-size: 7px;
font-weight: var(--pls-font-weight-bold);
display: inline-flex;
align-items: center;
justify-content: center;
margin-top: -8px;
width: 20px;
height: 20px;
transition: all 0.45s;
}
.woocommerce a.remove:hover:before,
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:hover:before {
background-color: var(--pls-critical-color);
color: #ffffff;
}
.woocommerce table.shop_table td.product-thumbnail img {
border-radius: var(--pls-border-radius-s);
max-width: 80px;
width: inherit;
}
table.shop_table td.product-name {
font-weight: var(--pls-font-weight-medium);
}
.mini-cart-item-content dl.variation,
.woocommerce td.product-name dl.variation {
font-size: .9rem;
margin-top: 2px;
}
.woocommerce .mini-cart-item-content dl.variation dt,
.woocommerce td.product-name dl.variation dt {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
}
table.shop_table td.actions {
text-align: right;
}
.has-auto-update-cart .actions > button[type="submit"]{
display: none;
}
table.shop_table td .amount,
.woocommerce-cart .cart-totals .shipping-calculator-button {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-cart .woocommerce-cart-wrapper .actions {
border: none;
padding-top: 1.75rem;
padding-left: 0;
padding-right: 0;
}
.woocommerce-cart-wrapper .actions .coupon { 
display: flex;
position: relative;
}
.woocommerce-cart-wrapper .actions .coupon .input-text {
border-radius: var(--pls-border-radius-s);
color: var(--pls-secondary-color2);
height: 54px;
}
.woocommerce-cart-wrapper .actions .coupon .button {
border-radius: var(--pls-border-radius-s);
font-weight: var(--pls-font-weight-medium);
padding: 10px 20px;
position: absolute;
top: calc(50% - 20px);
right: 8px;
}
.woocommerce-cart-form .coupon-error-notice {
position: absolute;
top: 100%;
}
.woocommerce-cart-wrapper .actions > .button {
padding: 10px 30px;
}
.wcppec-checkout-buttons__separator{
color: var(--pls-link-color);
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
text-transform: uppercase;
}
.woocommerce-cart .cart_totals {
background-color: var(--pls-theme-background-color);
border-radius: var(--pls-border-radius);
padding: 2rem 1.5rem;
}
.cart-collaterals .cart_totals h2 {
font-size: 24px;
line-height: 1;
margin-bottom: 10px;
}
.woocommerce-cart .cart_totals table {
border: none;
margin-bottom: 0;
}
table.shop_table tr.order-total,
table.shop_table tr.order-total .amount {
color: var(--pls-heading-color);
font-size: 24px;
font-weight: var(--pls-font-weight-medium);
}
table.shop_table tr.order-total th {
font-weight: var(--pls-font-weight-medium);
}
.woocommerce-cart .cart_totals .shipping-calculator-button {
font-weight: var(--pls-font-weight-bold);
display:block;
margin-bottom:5px;	
margin-top: 5px;
}
.shipping-calculator-button:after {
margin-left: 8px;
font-weight: var(--pls-font-weight-bold);
font-size: 12px;
}
.cart_totals .cart-subtotal,
.cart_totals .order-total {
text-align: right;
}
.shop_table.cart tbody tr > *:first-child,
.cart_totals .shop_table tr > *:first-child {
padding-left: 0;
}
.shop_table.cart tbody tr > *:last-child,
.cart_totals .shop_table tr > *:last-child {
padding-right: 0;
}
table.shop_table tr.order-total > * {
border-bottom: 0;
}
.cart_totals .shop_table tr td {
text-align: right;
}
.shipping-calculator-form {
text-align: left;
}
.shipping-calculator-form button {
width: 100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .place-order .button {
background-color: var(--pls-checkout-button-bg-color);
color: var(--pls-checkout-button-color);
display: block;
text-align: center;
width: 100%;
}
.woocommerce-cart.woocommerce-cart a.checkout-button:hover,
.woocommerce-checkout .place-order .button:hover,
.woocommerce-cart a.checkout-button:focus {
background-color: var(--pls-checkout-button-bg-hover-color);
color: var(--pls-checkout-button-hover-color);	
}
.cart-collaterals .select2-container--default .select2-selection--multiple, 
.cart-collaterals .select2-container--default .select2-selection--single {
min-width: 175px;
}
.wc-proceed-to-checkout .ppc-button-wrapper {
margin-top: 1rem;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
border-left-color: var(--pls-border-color);
}
.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.product_list_widget li dl dd {
padding: 0;
margin: 0;
}
.woocommerce td.product-name dl.variation p {
font-weight:normal;
} .freeshipping-bar {
background-color: var(--pls-border-color);
height: 8px;
}
.pls-progress {
background-color: var(--pls-border-color);
border-radius: 9999px;
overflow: hidden;
}
.pls-progress-bar {
background-color: var(--pls-critical-color);
display: flex;
font-size: 0;
flex-direction: column;
justify-content: center;
text-align: center;
white-space: nowrap;
height: 10px;
width: 0%;
transition: width 1s ease;
}
@keyframes pls-progress-bar-effect {
0% {
background-position: 1rem 0;
}
100% {
background-position: 0 0;
}
}
.pls-freeshipping-bar {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.freeshipping-bar .pls-progress-bar {
background: linear-gradient(90deg, #19450F 0%, #3DAB25 100%);
height: 100%;
width: 0%;
position: relative;
transition: width 1s ease;
}
.freeshipping-bar .pls-progress-bar:after {
background-color: #FFFFFF;
color: #3DAB25;
border: 2px solid #3DAB25;
border-radius: var(--pls-radius-round);
display: flex;
align-items: center;
font-weight: var(--pls-font-weight-bold);
justify-content: center;
line-height: 1;
right: 0;
position: absolute;
width: 32px;
height: 32px;
}
.freeshipping-bar-msg {
color: var(--pls-link-color);
}
.pls-freeshipping-bar.completed .freeshipping-bar-msg {
color: var(--pls-link-color);
font-weight: 500;	
}
.freeshipping-bar-msg span {
font-weight: var(--pls-font-weight-bold);
}
.freeshipping-bar-msg .woocommerce-Price-amount {
color: var(--pls-primary-color);	
}
.woocommerce-cart-form .pls-freeshipping-bar {
margin-bottom: 2rem;
} form.woocommerce-checkout {
margin-top: 3rem;
}
form.woocommerce-checkout .pls-wc-checkout {
display: flex;
gap: 60px;
}
form.woocommerce-checkout .pls-wc-checkout > * {
flex: 1 1 50%;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
background-color: var(--pls-theme-background-color);
border: none;
border-radius: var(--pls-border-radius);
margin-bottom: 1.5rem;
padding: 0.625rem 1rem;
}
.woocommerce form.checkout_coupon, 
.woocommerce-form-login-toggle + form.login {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
border-radius: var(--pls-border-radius);
padding: 20px;
}
.woocommerce-form-login-toggle + .woocommerce-form-login {
margin-bottom: 2rem;
}
.woocommerce-info .showlogin,
.woocommerce-info .showcoupon {
font-weight: var(--pls-font-weight-bold);
margin-left: 0.5rem;
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
content: none;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
margin-right: 1rem;
}
.woocommerce-checkout .col2-set:not(.addresses) .col-1,
.woocommerce-checkout .col2-set:not(.addresses) .col-2 {
flex: 1 0 100%;
max-width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 3rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .order-review-inner h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 30px;
font-weight: var(--pls-font-weight-medium);
}
.woocommerce-checkout .woocommerce-shipping-fields h3{
font-size: 18px;
}
.order-review-inner .shop_table tr > *:first-child {
padding-left: 0;
}
.order-review-inner .shop_table tr > *:last-child {
padding-right: 0;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table {
border: none;
margin-bottom: 0.5rem;
}
table.woocommerce-checkout-review-order-table tr.order-total > * {
border-bottom: none;
}
.woocommerce-checkout-review-order table.shop_table thead {
display: none;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
width: 55%;
}
.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table .cart-subtotal td:last-child,
.woocommerce-checkout-review-order-table .order-total td:last-child {
text-align: right;
}
.woocommerce-checkout-review-order-table tfoot th {
color: var(--pls-primary-color);
}
.woocommerce-checkout-review-order td.product-name {
display: flex;
align-items: center;
width: 100%;
}
.woocommerce-checkout-review-order .pls-product-thumb {
margin-right: 1.5rem;
min-width: 40px;
}
.woocommerce-checkout-review-order .pls-product-thumb img {
border-radius: var(--pls-border-radius-s);
}
@media (max-width: 1024px) {
.woocommerce-checkout-review-order .pls-product-thumb {
display: none;
}
}
.woocommerce-checkout-review-order .pls-product-title {
color: var(--pls-heading-color);
line-height: 1.5;
}
.woocommerce-checkout-review-order td.product-name dl.variation {
margin-bottom: 0;
}
.woocommerce-checkout-review-order .quantity {	
margin-top: 3px;
margin-right: 0;
padding: 0 7px;	
}
.woocommerce-checkout-review-order .quantity label {
min-width: 20px;
}
.woocommerce-checkout-review-order .quantity .qty {
font-size: 14px;
height: 35px;
width: 28px;
}
.woocommerce-checkout .woocommerce-shipping-methods {
text-align: right;
}
.woocommerce-checkout #payment {
background:none;
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 0;
padding: 0;
}
.wc_payment_methods .wc_payment_method {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
border-radius: var(--pls-border-radius);
padding: 11px 20px;
margin-bottom: 10px !important;
}
.woocommerce-checkout #payment div.payment_box {
background: none;
border-radius: var(--pls-border-radius);
color: inherit;
margin-top: 0;
}
.woocommerce-checkout #payment .wc_payment_method > label {
font-weight: var(--pls-font-weight-medium);
margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
height: 24px;
}
#stripe-payment-data input[type="checkbox"] {
width: 18px !important;
}
.woocommerce-checkout #payment div.form-row {
padding: 0;
margin-bottom: 0;
margin-top: 1.5rem;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
color: var(--pls-text-color);
font-weight: normal;
} .woocommerce-order .woocommerce-notice {
text-align: center;
font-size: 1.3rem;
}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success {
color: #388e3c;
}
.woocommerce-order .woocommerce-notice--success:before {
font-size: 20px;
margin-right: 6px;
}
.woocommerce ul.order_details {
border: 2px dashed var(--pls-border-color);
border-radius: var(--pls-border-radius);
display: flex;
align-items: center;
justify-content: space-around;
padding: 2rem;
}
.woocommerce ul.order_details li {
border-right: 2px dashed var(--pls-border-color);
list-style-type: none;
padding-right: 3rem;
margin-bottom: 0;
text-align: center;
}
.woocommerce ul.order_details li strong {
color: var(--pls-link-color);
display: block;
text-align: center;
}
.woocommerce-order .order_details + p {
font-size: 16px;
}
.woocommerce-order .order_details + p:before {
font-size: 22px;
margin-right: 10px;
line-height: 1;
}  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
font-size: 1rem;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, 
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
border-radius: var(--pls-border-radius-s);
}
.wc-block-cart .wc-block-components-product-name {
font-size: 1rem;
font-weight: var(--pls-font-weight-bold);
}
.wc-block-cart .wc-block-components-product-price {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
}
.wc-block-components-sale-badge {
background-color: var(--pls-woocommece-sale-label-color);
border-color: var(--pls-woocommece-sale-label-color);
color: #ffffff;
}
.wc-block-cart .wc-block-components-product-metadata {
font-size: 14px;
}
.wc-block-cart .wc-block-components-product-details__name {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium) !important;
}
.wc-block-cart .wc-block-components-quantity-selector {
width: 75px;
}
.wc-block-cart .wc-block-components-quantity-selector {
background-color: var(--pls-theme-background-color);
border: 1px solid var(--pls-border-color);
border-radius: var(--pls-border-radius-s);
padding: 0 12px;
}
.wc-block-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
color: var(--pls-heading-color);	
height: 40px;
width: 40px;
}
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
color: var(--pls-heading-color);
font-size: 18px;
font-weight: 700;
opacity: 1;
min-width: inherit;
}
.wc-block-cart .wc-block-components-quantity-selector:after {
content: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, 
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
color: var(--pls-woocommece-sale-label-color);
font-size: 13px;
font-weight: var(--pls-font-weight-medium);
}
.wc-block-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
color: var(--pls-heading-color);
font-size: 1rem;
font-weight: 700;
}
.wc-block-cart .wc-block-components-chip,
.wc-block-components-chip:active, 
.wc-block-components-chip:focus, 
.wc-block-components-chip:hover {
background-color: var(--pls-primary-color);
border-color: var(--pls-primary-color);
color: var(--pls-primary-inverse-color);
text-transform: uppercase;
font-weight: var(--pls-font-weight-bold);
}
.wc-block-cart .wc-block-components-chip .wc-block-components-chip__remove {
background-color: var(--pls-secondary-color);
}
.wc-block-cart .wc-block-components-chip .wc-block-components-chip__remove-icon {
fill: var(--pls-secondary-inverse-color);
}
.wc-block-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
font-weight: var(--pls-font-weight-bold);
}
.wc-block-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group,
.wc-block-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
color: var(--pls-heading-color);
font-size: 1rem;
font-weight: var(--pls-font-weight-bold);
}
.wc-block-cart .wc-block-components-radio-control__option-layout {
display: flex;
align-items: center;
justify-content: space-between;
}
.wc-block-cart .wc-block-cart__submit-button {
background-color: var(--pls-checkout-button-bg-color);
border-radius: var(--pls-border-radius);
color: var(--pls-checkout-button-color);
}
.wc-block-cart .wc-block-cart__submit-button:hover, 
.wc-block-cart .wc-block-cart__submit-button:focus {
background-color: var(--pls-checkout-button-bg-hover-color);
color: var(--pls-checkout-button-hover-color);
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
padding-left: 0;
padding-right: 0;
} .wc-block-checkout .wc-block-components-title.wc-block-components-title {
font-size: 1.5rem;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-checkout .wc-block-components-text-input input[type=email],
.wc-block-checkout .wc-block-components-text-input input[type=number],
.wc-block-checkout .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-block-components-text-input input[type=text],
.wc-block-checkout .wc-block-components-text-input input[type=url],
.wc-block-checkout .wc-block-components-textarea,
.wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
.wc-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
border-color: var(--pls-border-color);
border-radius: var(--pls-border-radius);
height: inherit;
}
.wc-block-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, 
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option,	
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input,
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item,
.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.wc-block-checkout .wc-block-components-totals-wrapper {	
border-color: var(--pls-border-color);
}
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control,
.wc-block-checkout .wc-block-components-address-card {		
border-color: var(--pls-border-color);
border-radius: var(--pls-border-radius);
}
.wc-block-checkout .wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child,
.wc-block-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
.wc-block-checkout .wc-block-components-radio-control__label,
.wc-block-checkout .wc-block-components-radio-control__secondary-label,
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button,
.wc-block-components-totals-coupon-link,
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
}
.wc-block-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
font-size: 1rem;
}
.wc-block-checkout .wc-block-components-address-card__edit {
font-size: inherit;
font-weight: var(--pls-font-weight-medium);
}
.wc-block-components-address-card__edit:before {
margin-right: 5px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input label, 
.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
color: var(--pls-secondary-color2);
}
.wc-block-checkout .wc-block-components-checkbox label {
font-size: inherit;
}
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
border-color: var(--pls-secondary-color);
}
.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
height: 1.1rem;
width: 1.1rem;
}
.wc-block-checkout .wc-block-components-panel__button, 
.wc-block-checkout .wc-block-components-panel__button:active, 
.wc-block-checkout .wc-block-components-panel__button:focus, 
.wc-block-checkout .wc-block-components-panel__button:hover {
color: var(--pls-heading-color);
font-size: 1.5rem;
font-weight: var(--pls-font-weight-bold);
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
padding: 0;
}
.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
border-radius: var(--pls-border-radius-s);
}
.wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
color: var(--pls-heading-color);
font-size: 1rem;
font-weight: var(--pls-font-weight-medium);
}
.wc-block-components-totals-item__label {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
}
.wc-block-components-totals-coupon-link:before {
margin-right: 8px;
}
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
color: var(--pls-heading-color);
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, 
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
background: none;
} @-ms-viewport {
width: device-width;
} @media (max-width:1199px){ .pls-shop-top-filter-widgets .pls-filter-inner {
border-bottom: var(--pls-border-bottom);
}
.pls-shop-top-filter-widgets .widget{
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
.pls-has-sidebar .pls-shop-top-filter-widgets .widget {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.pls-whishlist-btn a {
padding: 9px 6px;
} .pls-product-content-style-1 .pls-product-gallery-summary {
gap: 30px;
}
.pls-product-content-style-1 .pls-product-gallery-summary > div {
flex: 0 0 calc(50% - 15px);
max-width: calc(50% - 15px);
}
.woocommerce div.product .pls-breadcrumb span.last {
display:none !important;
}
} @media (min-width: 1025px) and (max-width: 1199px) { .products.list-view .pls-product-image {
flex: 0 0 30%;
} div.summary form.cart .button, 
.woocommerce div.summary .pls_quick_buy_button {
min-width: 158px;
}
} @media (max-width:1024px){ .pls-minicart-header {
padding: 1rem 1.5rem;
}
.pls-minicart-header .minicart-title {
font-size: 20px;
}
.pls-minicart-cart-totals .cart-subtotal * {
font-size: 14px;
}
.pls-minicart-cart-totals .order-total * {
font-size: 18px;
} .pls-page-title .pls-shop-categories {
margin-top: 1.5rem;
}
.pls-products-header {
margin-bottom: 1.75rem;
}
.pls-products-header-controls .woocommerce-result-count,
.pls-products-header-controls .pls-products-view a, 
.pls-products-header-controls .pls-product-show,	
.products .pls-product-image .pls-product-countdown-timer,
.pls-product-sale-marquee,
.pls-product-variation-label {
display: none
}
.pls-products-header-controls .pls-products-view a.grid-list,
.pls-products-header-controls .pls-products-view a.grid-two-col {
display: block;
}
.products .product-title {
font-size: 14px;
}
.product-category .woocommerce-loop-category__title {
font-size: 18px;
}
div.product p.price, div.product span.price {
font-size: 14px;
font-weight: var(--pls-font-weight-medium);
} .pls-product-hover-mobile .products.grid-view .pls-product-inner .pls-product-actions,
.pls-product-hover-mobile .products.grid-view .pls-quick-shop-active .pls-product-actions,
.pls-product-hover-mobile .products.grid-view.product-style-6 .pls-cart-button a {
transform: translateY(0);
opacity: 1;
visibility: visible;
z-index: 9;
}
.pls-product-hover-mobile .products.grid-view .pls-product-icons {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.products.grid-view .pls-product-icons .pls-compare-btn,
.products.grid-view .pls-product-actions .pls-compare-btn {
display: none;
}
.products.grid-view:not(.product-style-6) .pls-product-actions {
bottom: 0.75rem;
padding: 0 10px;
}
.products.grid-view .pls-product-actions a:before {
font-size: 18px;
font-weight: normal;
}
.products.grid-view.product-style-1 .pls-product-actions > div {
width: 100%;
}
.products.grid-view.product-style-1 .pls-product-actions a {
padding: 8px 12px;
}
.products.grid-view.product-style-1 .pls-product-actions a:before,
.products.grid-view.product-style-3 .pls-cart-button a:before,
.products.grid-view.product-style-6 .pls-product-actions a:before {
content: '';		
}
.products .pls-product-icons a {
width: 36px;
height: 36px;
}
.products .pls-product-icons a:before {
font-size: 16px;
}
.products.grid-view.product-style-2 .pls-product-actions a,
.products.grid-view.product-style-5 .pls-product-actions a {
font-size: 0;
padding: 8px 9px;
}
.products.grid-view.product-style-2 .pls-product-icons, 
.products.grid-view.product-style-6 .pls-product-icons {
bottom: 0.75rem;
}
.products.grid-view.product-style-3 .pls-product-actions {
padding: 0 8px;
}
.products.grid-view.product-style-3 .pls-product-actions a {
padding: 6px 5px;
}
.products.grid-view.product-style-3 .pls-product-actions .pls-quickview-button {
width: 34px;
}
.products.grid-view.product-style-5 .pls-product-actions a {
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .15);
display: flex;
align-items: center;
justify-content: center;
height: 36px;	
width: 36px;	
}	
.products.list-view div.product:not(.product-category) {
margin-bottom: 1rem;
}
.products.list-view div.product:not(:last-child, .product-category) .pls-product-inner {
padding-bottom: 1rem;
}
.products.list-view .product-title {
font-size: 14px;
}
.products.list-view .pls-product-actions {
margin-top: 1rem;
gap: 8px;
}
.products.list-view .pls-product-actions .pls-compare-btn,
.products.list-view .pls-product-actions .pls-quickview-button {
display: none;
}
.products.list-view .pls-cart-button a {
font-size: 12px;
min-width: inherit;
padding: 6px 16px;
}
.products.list-view .pls-product-icons a {
height: 38px;
width: 38px;
}
.products.list-view .pls-product-icons a:before {
font-size: 16px;
}
.pls-has-sidebar .pls-shop-top-filter-widgets .widget {
flex: 0 0 50%;
max-width: 50%;
}
.pls-quick-shop-wrapper {
padding: 15px;
left: 15px;
right: 15px;
bottom: 15px;
}
.pls-swatches .swatch-normal span, 
.pls-swatches .swatch-normal img {
width: 30px;
height: 30px;
}
.pls-quick-shop-wrapper form.cart .button {
font-size: 12px;
height: 35px;
} .pls-product-sale-marquee {
padding: 0;
}
.pls-product-sale-marquee .pls-marquee-item {
font-size: 10px;
}
.pls-marquee-separator:before {
font-size: 13px;
padding: 0 7px;
} .pls-single-product-top {
margin-bottom: 1.5rem;
}
.single-product .pls-site-content {
padding-bottom: 24px;
}
.product-gallery-horizontal .woocommerce-product-gallery,
.product-gallery-horizontal-2 .woocommerce-product-gallery {
margin-bottom: 2rem;
}
.product-gallery-column-1 .woocommerce-product-gallery__wrapper,
.product-gallery-column-2 .woocommerce-product-gallery__wrapper,
.product-gallery-column-alternate .woocommerce-product-gallery__wrapper {
gap: 1rem;
}
.product-thumbnail-left .pls-product-gallery-thumbnails,
.product-thumbnail-right .pls-product-gallery-thumbnails,
.product-thumbnail-bottom .pls-product-gallery-thumbnails {
margin-top: 1rem;
}	
.woocommerce-product-gallery .pls-product-gallery-btns a {		
height: 44px;
width: 44px;
}
.woocommerce-product-gallery .pls-product-gallery-btns a:before {
font-size: 18px;
}
.pls-single-product-info {
flex-flow: wrap-reverse;
}
.pls-single-product-info .pls-product-datatabs,
.pls-single-product-info .pls-single-product-summary {
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce div.product .product_title {
font-size: 24px;
line-height: 28px;
}
div.summary .pls-product-price .amount {
font-size: 22px;
}
.pls-product-countdown-timer {
flex-wrap: wrap;
gap: 1rem;
}
.pls-product-countdown-title {
line-height: 24px;
}
div.summary .pls-product-countdown > span {
font-size: 18px;
}
div.summary .pls-product-countdown > span span { 
font-size: 14px;
}
.pls-mobile-bottom-navbar-single-page div.summary .pls-quantity { 
margin-bottom: 0;   
width: initial;
}
div.summary .quantity .qty {
width: 60px;
}
.pls-product-compare-share-wrap {
justify-content: space-between;
gap: 1.5rem;
}
.pls-product-compare-share-wrap .pls-compare-btn > a,
.pls-product-compare-share-wrap .pls-product-share > span,
.pls-product-compare-share-wrap .product-sizechart > a{
display: flex;
align-items: center;
flex-direction: column;
}
.pls-product-trust-badge legend {
font-size: 18px;
}
.pls-product-policy-label {
font-size: 22px;
line-height: 28px;
}
div.summary section.cwginstock-subscribe-form {
padding: 16px;
}
.cwginstock-subscribe-form .cwginstock-panel-heading h4,
.cwginstock-panel-heading h4:before {
font-size: 18px;
}
.tabs-layout .tabs {
display:none;
}
.tabs-layout .tab-content-wrap a.accordion-title {
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
padding: .8781rem 0;
display: block;
position: relative;	
}
.woocommerce-tabs.tabs-layout .tab-content-wrap:not(:last-child) {
border-bottom: var(--pls-border-bottom);
}
.related.products, 
.upsells.products, 
.recently-viewed, 
div.cross-sells {
margin-top: 2.5rem;
}
.pls-no-sidebar .pls-single-product:not(.product-gallery-horizontal, .product-gallery-horizontal-2) .woocommerce-Reviews #review_form_wrapper {
padding-right: 1rem;
}
.woocommerce-Reviews #reply-title {
font-size: 20px;
}
.pls-product-rating-avg {
font-size: 60px;
line-height: 60px;
}	
.woocommerce-tabs.tabs-layout .woocommerce-Tabs-panel--additional_information {
max-width: 100%;
}
section.related > h2, 
section.upsells > h2,
section.recently-viewed > h2, 
div.cross-sells > h2 {
font-size: 24px;
}
.wcfm-product-policies .wcfm_policies_heading {
font-size: 20px;
} .pls-quick-view-slide {
max-width: min(856px, 90vw);
}
.product-quick-view {
gap: 1.5rem;
}
.pls-quick-view-title {
margin-bottom: 1rem;
} .pls-customer-login, 
.pls-customer-register {
gap: 90px;
}
.pls-customer-login h2, .pls-customer-register h2, 
.pls-wc-login-register-popup h2,
.woocommerce-account .woocommerce-MyAccount-content h2, 
.woocommerce-order .woocommerce-order-details h2 {
font-size: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content h3, 
.woocommerce-account .woocommerce-customer-details h2, 
.woocommerce-order .woocommerce-column__title {
font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding-left: 2rem;
}
.woocommerce-account .user-avatar img {
width: 80px;
}
.woocommerce-account .MyAccount-navigation-wrapper {
padding: 1.5rem 0.5rem;
gap: 20px;
}
.woocommerce-MyAccount-navigation li a {
font-size: 16px;
padding: 0.5rem 1.25rem;
}
table.shop_table thead th {
font-size: 16px;
} .woocommerce-cart-wrapper table.cart {
box-shadow: none;
} form.woocommerce-checkout .pls-wc-checkout {
gap: 30px;
margin-top: 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3, 
.woocommerce-checkout .order-review-inner h3,
table.shop_table tr.order-total,
table.shop_table tr.order-total .amount {
font-size: 22px;
} .woocommerce ul.order_details li {
padding-left: 1rem;
padding-right: 2em;
}
} @media (max-width:767px){ .admin-bar .pls-minicart-slide {
margin-top: 46px;
}
.pls-minicart-slide {
max-width: min(90%, 360px);
}
.pls-minicart-cross-sells {
display: none;
}
.pls-minicart-header {
padding: 1rem;
}
.pls-minicart-slide .widget_shopping_cart {
overflow: scroll;
}
.widget_shopping_cart .pls-freeshipping-bar {
margin-left: 1rem;
margin-right: 1rem;
padding: 1.5rem 1rem 1rem;
}
.widget_shopping_cart .mini_cart_item {
gap: 1rem;
padding: 0.75rem 0;
}	
.pls-minicart-slide ul.cart_list {
padding: 0 1rem;
}
.widget_shopping_cart .mini_cart_item_image img {
max-width: 60px !important;
}
.widget_shopping_cart .mini-cart-item-content .quantity .qty {
font-size: 14px;
height: 35px;
width: 23px;
}
.widget_shopping_cart .quantity label:before, 
.woocommerce-checkout-review-order .quantity label:before {
font-size: 12px;
}
.pls-minicart-slide .woocommerce-mini-cart {
position: initial;
margin-right: 0 !important;
}
.pls-minicart-action-btns {
padding: 1.25rem 1rem;
}
.pls-minicart-cart-totals {
padding: 0.75rem 1rem 0;
}
.woocommerce-mini-cart__buttons {
padding: 1rem;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
padding: 12px 15px;
} .pls-product-off-canvas-btn {
display: flex;
}
.pls-page-title .pls-shop-categories {
margin-top: 1rem;
}
.pls-products-categories li {
padding: 5px 8px;
}
.pls-products-categories .product-cat-title {
font-size: 12px;
}
.pls-products-header .pls-products-active-filters div a {
font-size: 13px;
}
.pls-products-header-controls {
gap: 0.25rem;
}
.pls-products-header-filter, 
.pls-products-header-sorting, 
.pls-products-header-controls .show-products-number {
gap: 0.75rem;
}
.pls-products-active-filters {
margin-top: 10px;
}
.pls-shop-top-filter-widgets .pls-filter-inner {
row-gap: 1rem;
}
.product-category .woocommerce-loop-category__title {
font-size: 16px;
}
.product-category.product .woocommerce-loop-category__title {
min-width: 130px;
padding: 0.75rem 0.75rem;
}
.pls-ordering-label {		
margin-right: 7px;
}
.woocommerce-ordering {
position: relative;
height: 30px;
text-align: center;
line-height: 30px;
z-index: 1;
}	
.woocommerce-ordering select {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0;
width: 100%;
border: none;
background: transparent;
font-weight: 400;
text-indent: -9999px;
-webkit-appearance: none;
-moz-appearance: none;
}
.woocommerce-ordering:after {
font-size: 20px;
content: "\e9b9";
font-family: 'presslayouts-font';
font-weight: 400;
}
.pls-no-sidebar .pls-shop-top-filter-widgets .widget{
flex: 0 0 50%;
max-width: 50%;
}
.pls-product-labels {
left: 10px;
top: 10px;
}
.pls-product-labels > span, 
.pls-product-discount-label .on-sale {
font-size: 10px;
padding: 2px 8px;
}
.products .pls-product-info .on-sale {
font-size: 12px;
padding: 2px 8px;
}
.pls-product-variations .pls-swatches .swatch span, 
.pls-product-variations .pls-swatches .swatch img {
width: 24px;
height: 24px;
} .product-quick-view .pls-product-gallery,
.product-quick-view .pls-product-summary {
flex: 100%;
max-width: 100%;
}
.product-quick-view .pls-product-summary {
margin-top: 0;
}
.pls-quick-view-slide {
padding: 0;
padding-top: 1rem;
padding-bottom: 1rem;
max-width: min(500px, 90vw);
}
.pls-quick-view-slide .pls-single-product-gallery, 
.single-product .pls-quick-view-slide .pls-single-product-gallery {
flex-direction: row;
gap: 1rem;
overflow: auto;
}
.product-quick-view .pls-product-gallery {
overflow: unset;
}
.product-quick-view .woocommerce-product-gallery__image {
width: 200px;
flex-shrink: 0;
}
.pls-quick-view-content {
padding-left: 1rem;
padding-right: 1rem;
overflow-y: auto;
}
.pls-quick-view-content div.product .woocommerce-product-gallery {
margin-bottom: 0 !important;
overflow-y: scroll;
}
.product-quick-view {
flex-direction: column;
}
.pls-quick-view-slide .woocommerce-product-gallery__wrapper {		
flex-direction: row;
gap: 0.75rem;
}
.product-quick-view .pls-product-summary .summary {
max-height: 100%;
overflow: unset;
}
.pls-quick-view-title {
margin-bottom: 0;
position: absolute;
top: 0px;
width: 100%;
}
.pls-quick-view-title h3 {
font-size: 20px;
} .pls-sp-breadcrumb-navigation {
align-items: flex-start;
}	
.pls-single-product-content {
margin-bottom: 2rem;
}
.pls-no-sidebar .pls-product-content-fullwidth .pls-product-gallery-summary {
max-width: 92%;
}
.pls-product-content-style-1 .pls-product-gallery-summary {
gap: 1rem;
}
.pls-product-content-style-1 .pls-product-gallery-summary > div {
flex: 0 0 100%;
max-width: 100%;
}
.product-gallery-horizontal .woocommerce-product-gallery,
.product-gallery-horizontal-2 .woocommerce-product-gallery {
margin-bottom: 1.5rem;
}
.product-thumbnail-bottom .pls-product-gallery-thumbnails {
margin-top: 1rem;
}
div.summary .pls-product-cat .posted_in a {
font-size: 11px;
}
.woocommerce div.product .product_title {
font-size: 20px;
line-height: 24px;
}
.woocommerce div.summary .pls-product-price {
margin-bottom: 0.5rem;
}
.pls-single-product-top {
margin-bottom: 0;
}
div.summary form.cart .button, 
div.summary .pls_quick_buy_button {
font-size: 12px;
line-height: 15px;
}
.woocommerce-tabs.tabs-layout .tab-content-wrap {
width: 100% !important;
}
.pls-single-product-info {
flex-direction: column-reverse;
}
.pls-product-content-style-2 .pls-single-product-info {
gap: 2rem;
}
.pls-deliver-return,
.pls-ask-questions,
.pls-product-share {
margin-right: 0.75rem;
}
.pls-product-policy-label,
.wpcpq-title h5 {
font-size: 20px;
}
.pls-product-trust-badge {
align-items: flex-start;
flex-direction: column;
}
.pls-bought-together-products,
.wpcpq-wrap {
padding: 1rem;		
}
.pls-fbt-product-item .pls-fbt-product-image {
max-width: 100px;
}
.pls-bought-together-products .pls-fbt-title, 
.pls-single-product > .pls-bought-together-products .pls-fbt-title {
font-size: 20px;
margin-bottom: 8px;
}
.pls-bought-together-products .add-items-to-cart {
padding: 12px 20px;
}
.pls-fbt-product-item .pls-product-title {
font-size: 16px;
}
.pls-fbt-items-total > span,
.pls-fbt-items-total .pls-fbt-total-price {
font-size: 18px;
}
.pls-product-gallery .pls-fbt-product-item {
width: 110px;
flex-shrink: 0;
}
.tab-content-wrap > .accordion-title:after {
font-size: 14px;
}
.pls-products-category-tabs.pls-tabs .nav-tabs, 
.pls-products-tabs.pls-tabs .nav-tabs,
.pls-tabs .nav-tabs {
gap: 1rem;
}
.wc-tabs-wrapper .wc-tab {
padding: 1.5rem;
}
.related.products, 
.upsells.products, 
.recently-viewed, 
div.cross-sells,
.pls-single-products-tabs {
margin-top: 2rem;
}
.pls-product-rating-histogram {
gap: 2rem;
}
.woocommerce-Reviews #reply-title {
font-size: 18px;
}
.pls-product-rating-avg {
font-size: 45px;
line-height: 50px;
}
.woocommerce-Reviews #comments {
margin-top: 2rem;
}
section.related > h2, 
section.upsells > h2,
section.recently-viewed > h2, 
div.cross-sells > h2 {
font-size: 20px;
}
.wcfm-product-policies .wcfm_policies_heading {
font-size: 18px;
} .woocommerce-account.logged-in .entry-content > .woocommerce:not(.pls-element) {
flex-flow: column;
}
.woocommerce-account .MyAccount-navigation-wrapper,
.woocommerce-account .woocommerce-MyAccount-content {
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 0;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-account .MyAccount-navigation-wrapper,
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
margin-bottom:2em;
}
.table-responsive-label {
display: inline-block; 
}
.shop_table_responsive thead,
.shop_table_responsive th {
display: none; 
}
.shop_table_responsive tr {
border: none;
border-bottom: var(--pls-border-bottom);
display: block;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;
}
.shop_table_responsive tr:last-child {
margin-bottom: 0; 
}
table.shop_table tbody th, 
table.shop_table tfoot th, 
table.shop_table td {
border-bottom: none;
padding: 0.2rem 0;
}
.shop_table_responsive td {
display: block;
border-bottom: none;
padding: 0 0 8px 0;
margin-bottom: 5px;
text-align: right; 
}
.shop_table_responsive td:before {
content: attr(data-title);
color: var(--pls-link-color);
font-size: 14px;
font-weight: var(--pls-font-weight-medium);
float: left;
}
.shop_table_responsive td:last-child {
margin-bottom: 0;
border-bottom: none; 
}
.shop_table_responsive td:first-child {
border-top: none !important;
}
.woocommerce-cart table.cart tr, 
.woocommerce table.wishlist_table tbody tr {
border-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.pls-customer-login h2, 
.pls-customer-register h2, 
.pls-wc-login-register-popup h2 {
font-size: 20px;
}
.pls-customer-login-register:before {
content: none;
}
.pls-customer-login, 
.pls-customer-register{		
padding: 1rem;
flex-direction: column;
gap: 40px;
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions {
max-width: inherit;
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
margin-bottom: 0;
margin-right: 0.5rem;
}
.woocommerce table.my_account_orders .button { 
padding: 10px 20px;
width: inherit;
} .woocommerce-cart table.cart{
border: none !important;
}
.woocommerce-cart table.cart tr {
border-left: 0;
border-right: 0;
display:block;
margin-bottom: 20px;
padding-bottom: 20px;
padding-left: 100px;
}
table.cart td.product-price .amount {
font-weight: 400;
}
.woocommerce-cart table.cart tr:last-child {
border: 0;
margin-bottom: 0;
padding: 0;
}
.cart-collaterals .cart_totals h2 {
font-size: 20px;
}
.cart_totals .shop_table tr > *:last-child {
padding-left: 0;
}
.cart_totals .shop_table_responsive tr {
border: none;
}
.woocommerce-cart table.cart td {
padding: 0;
border: none !important;
}
.woocommerce-cart table.cart .product-thumbnail {
position:absolute;
left:0;
}
.woocommerce-cart table.cart .product-thumbnail img {
max-width: 98px;
}
.woocommerce-cart table.cart td.product-name {
text-align: left;
margin-right: 2.5em;
}
.woocommerce-cart table.cart td.product-name:before{
content:none;
}
.woocommerce-cart table.cart td.product-quantity .quantity{
display: inline-flex;
margin-right:0;
}
.woocommerce-cart table.cart td.product-quantity input[type="button"]{
min-width: 25px;
min-height: 31px;
}
.woocommerce-cart table.cart td.product-quantity .qty{
height: 2.2em;
}
.woocommerce-cart table.cart td.product-subtotal{
margin-bottom:0;
}
.woocommerce-cart table.cart td.product-remove {
position: absolute;
top: -3px;
right: 0;
}
.woocommerce-cart .woocommerce-cart-wrapper .actions {
padding-top: 0;
} form.woocommerce-checkout {
margin-top: 2rem;
}
form.woocommerce-checkout .pls-wc-checkout {
flex-direction: column;
gap: 15px;
}
.woocommerce-checkout .woocommerce-billing-fields h3, 
.woocommerce-checkout .order-review-inner h3,
table.shop_table tr.order-total,
table.shop_table tr.order-total .amount  {
font-size: 18px;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
font-size: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 1rem;
} .pls-quick-view,
.pls-product-sizechart{
margin-top: 2em;
max-width: 98%;
}
.pls-quick-view div.summary {
position: initial !important;
} .woocommerce-order .woocommerce-notice {
font-size: 16px;
}
.woocommerce ul.order_details {
padding: 1rem;
flex-direction: column;
align-items: inherit;
}
.woocommerce ul.order_details li {
text-align: inherit;
border: none;
padding: 0;
}
.woocommerce ul.order_details li:not(:last-child) {
margin-bottom: 1.5em;
}
.woocommerce ul.order_details li strong {		
display: initial;
margin-left: .5rem;
}
.pls-sale-notification-popup {
left: 1rem;
bottom: 3rem;
}
} @media (min-width: 768px) and (max-width: 1024px) { .pls-no-sidebar .pls-shop-top-filter-widgets .widget {
flex: 0 0 33.3333%;
max-width: 33.3333%;
} div.summary form.cart .button, 
.woocommerce div.summary .pls_quick_buy_button {
min-width: 160px;
}
} @media (max-width:640px){ .admin-bar .pls-quick-view-slide {
z-index: 999999;
} .woocommerce-cart .actions .coupon .input-text {
max-width: 187px;
}
} @media (max-width:575px){ .woocommerce-cart .actions .coupon .input-text {
max-width: 100%;
}
.woocommerce-cart .actions .text-align {
text-align: inherit !important;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
table-layout: fixed;
}
}
  .section-heading {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2.5rem;
}
.pls-element .section-heading h2 {
font-size: 40px;
display: inline-block;	
line-height: 1;
margin-bottom: 0;
position: relative;
text-transform: capitalize;
}
.pls-element .section-heading h2:after {
border-bottom-width: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
bottom: -1px;
content: "";
left: 0;
position: absolute;
width: 100%;
}
.pls-element .view-all-btn,
.pls-hotspot-product .product-quickview {
line-height: 36px;
position: relative;
}
.pls-element .view-all-btn a {
font-weight: var(--pls-font-weight-bold);
}
.pls-element .view-all-btn a:before, 
.pls-element .view-all-btn a:after {
border-bottom-width: 2px !important;
}
.pls-element:not(.pls-list) ul {
list-style: none;
}
.pls-element ul {
margin-left: 0;
margin-top: 0;
}
.pls-element ul li {
margin-bottom: 0;
} .pls-slider .products div.product,
.pls-slider .products div.product-category {
margin-bottom: 0;
} .pls-product-horizontal .pls-product-inner {
display: flex;
flex-direction: row;
gap: 2rem;
}
.pls-product-horizontal .pls-product-image {
flex: 0 0 40%;
max-width: 40%;
margin-bottom: 0;
}
.pls-product-horizontal .pls-product-info {
flex: 1 1 auto; 
display: flex;
flex-direction: column;
min-width: 0;
}
.products.pls-product-horizontal .pls-product-actions {
display: flex;
gap: 0.75rem;	
margin-top: 1rem;
margin-bottom: 1rem;
}
.products.pls-product-horizontal .pls-product-actions a {
box-shadow: none;
}
.products.pls-product-horizontal .pls-cart-button a {
font-size: 12px;
padding: 9px 10px;
max-width: 100%;
width: 176px;
}
.products.pls-product-horizontal .pls-product-cats {
margin-bottom: 0.2rem;
}
.products.pls-product-horizontal .product-title,
.pls-product-horizontal div.product p.price, 
.pls-product-horizontal div.product span.price {
font-size: 20px;
}
.products.pls-product-horizontal .pls-star-rating {
margin-bottom: 0.5rem;
} .pls-products-tabs.tabs-with-heading .nav-tabs-wrapper {
margin-bottom: 0;
}
.pls-products-tabs .nav-tabs li.nav-item {
z-index:1;
}
.pls-products-category-tabs.tabs-with-heading .nav-tabs-wrapper {
margin-bottom: 0;
}
.pls-products-category-tabs.pls-tabs .nav-tabs,
.pls-products-tabs.pls-tabs .nav-tabs {
gap: 1.625rem;
}
.pls-products-category-tabs.pls-tabs .nav-link {
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
line-height: 34px;
}
.pls-products-tabs.tabs-with-heading .nav-link {
font-size: 22px;
}
.pls-products-tabs.tabs-only .section-heading,
.pls-products-category-tabs.tabs-only .section-heading {
display:inherit;
}
.pls-products-tabs .nav-tabs .nav-link:after,
.pls-products-category-tabs .nav-tabs .nav-link:after {
position: absolute;
bottom: 0;
}
.pls-products-tabs .tab-content.loading:before,
.pls-products-category-tabs .tab-content.loading:before {
position: absolute;
left: calc( 50% - 16px);
top: calc( 50% - 16px);
height: 32px;
width: 32px;
z-index: 91;
}
.pls-products-tabs .tab-content.loading:after,
.pls-products-category-tabs .tab-content.loading:after {
background-color: rgba(255,255,255, .5);
border-radius: var(--pls-border-radius-xl);
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 9;
}
.pls-view-all-button {
display: flex;
align-items: center;
justify-content: center;
margin-top: 2.5rem;
} .pls-products-with-banner .banner-image,
.products-and-categories-box .section-banner,
.section-title-categories {
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
.pls-products-with-banner .banner-image img,
.pls-products-category-tabs .banner-image img {
border-radius: var(--pls-border-radius);
} .sub-categories-content {
display: flex;
gap: 1rem;
}
.sub-categories-content .category-image {
flex: 0 0 35%;
max-width: 35%;
overflow: hidden;
}
.sub-categories-content .category-content {
display: flex;
flex-direction: column;
flex: auto;
gap: 1rem;
min-width: 0;
}
.sub-categories-content .category-content * {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.sub-categories-content .category-content > * {
margin-bottom: 0;
}
.sub-categories-content .category-title {
font-size: 20px;
}
.sub-categories-content .sub-categories {
font-size: 14px;
}
.sub-categories-content .show-all-cates {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
text-transform: capitalize;
}
.sub-categories-content .show-all-cates a:after {
font-size: 10px;
line-height: 1;
margin-left: 10px;
} .pls-categories-collections-lists {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 40px;
}
.pls-cl-category {
display: flex;
align-items: center;
gap: 1rem;
}
.pls-cl-category .pls-cl-category-image,
.pls-text-with-image .pls-ti-image {
width: 60px;
flex-shrink: 0;
transition: all 700ms ease;
overflow: hidden;
}
.pls-cl-category:hover .pls-cl-category-image,
.pls-text-image-item:hover .pls-ti-image {
transform: rotateY(180deg);
}
.pls-cl-category-content a {
display: inline-flex;
}
.pls-cl-category-title {
font-size: 30px;
font-weight: var(--pls-font-weight-medium);
line-height: 42px;
}
.product-count {
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
}
.pls-categories-collections .view-all-btn {
margin-top: 4rem;
text-align: center;
}
.pls-categories-collections .view-all-btn a {
position: relative;
}
.pls-categories-collections .view-all-btn a:after {
bottom: -10px;
} .pls-categories-box-wrap {
border-radius: var(--pls-border-radius-l);
overflow: hidden;
}
.pls-category-box-title {
background-color: var(--pls-primary-color);
display: flex;
align-items: center;
gap: 16px;
padding: 10px 20px;
}
.pls-categories-box .pls-category-title {
color: var(--pls-primary-inverse-color);
margin-bottom: 0;
}
.pls-categories-box .pls-category-image {
width: 58px;
height: 58px;
border-radius: 50%;
overflow: hidden;
}
.pls-subcategories-lists {
background-color: #FFFFFF;
display: flex;
flex-direction: column;
margin-bottom: 0;    
padding: 8px 0;
}
.pls-subcategory-item {
transition: all 450ms ease;
}
.pls-subcategory-item a {
padding: 11px 24px;
}
.pls-subcategory-item:hover a {
transform: translateX(10px);
} .products.pls-layouts-grid > div.product { 
margin-bottom: 2rem;
}
.pls-products-video .pls-product-inner {
border-radius: var(--pls-border-radius);
position: relative;
overflow: hidden;
}
.pls-product-video-img {
max-height: 400px;
}
.pls-product-video-img.has-product-video img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer;
z-index: 2;
transition: opacity 0.45s ease;
}
.pls-product-inner:hover .pls-product-video-img.has-product-video img {
opacity: 0;
pointer-events: none;
}
.pls-product-video-img video {
cursor: pointer;
object-fit: cover;
width: 100%;
height: 100%;
z-index: 1;
}
.pls-product-inner:hover video {
pointer-events: auto;
}
.pls-products-video .pls-product-content {
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(5px);
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.pls-product-content .pls-product-image {
border-radius: var(--pls-radius-round);
flex-shrink: 0;
margin: 0;
min-width: 60px;
height: 60px;
width: 60px;
overflow: hidden;
}
.pls-product-content .pls-product-info {
flex-grow: 1;
min-width: 0;
}
.pls-products-video .product-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.pls-products-video-follow-btn {
display: flex;
justify-content: center;
margin-top: 2.5rem;
} .pls-product-categories .pls-category-thumb-content,
.pls-product-custom-categories .pls-category-thumb-content {
position: absolute;
bottom: 0;
width: 100%;
padding: 1.25rem 1rem;
text-align: center;
}
.pls-product-categories.title-position-middle .pls-category-content,
.pls-product-categories.title-position-middle .pls-category-thumb-content,
.pls-product-custom-categories.title-position-middle .pls-category-content,
.pls-product-custom-categories.title-position-middle .pls-category-thumb-content {
bottom: inherit;
top: 50%;
transform: translate(-50%, -50%);
}
.pls-product-categories.title-position-middle .pls-category-thumb-content,
.pls-product-custom-categories.title-position-middle .pls-category-thumb-content {
left: 50%;
}
.pls-product-categories.title-position-top .pls-category-content,
.pls-product-categories.title-position-top .pls-category-thumb-content,
.pls-product-custom-categories.title-position-top .pls-category-content,
.pls-product-custom-categories.title-position-top .pls-category-thumb-content {
bottom: inherit;
top: 0;
}
.pls-slider-extend-right .pls-slider {
width: 100vw;
} .pls-product-brands .product-brand a {
display: block;
text-align: center;
}
.pls-product-categories-thumbnails .products .pls-category-image img {
aspect-ratio: inherit;
}
.pls-product-categories-thumbnails .pls-category-image,
.pls-products-categories .pls-category-image,
.pls-product-brands .brand-image {
overflow: hidden;
cursor: pointer;	
margin: auto;	
}
.pls-product-categories-thumbnails.pls-category-thumb-circle .pls-category-image,
.pls-products-categories.pls-category-circle .pls-category-image {
border-radius: 50%;
aspect-ratio: 1 / 1;
}
.pls-product-categories-thumbnails.pls-category-thumb-rounded .pls-category-image,
.pls-products-categories.pls-category-rounded .pls-category-image {
border-radius: var(--pls-border-radius);
}
.pls-product-categories-thumbnails .pls-category-thumb-content {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: 1rem;
}
.pls-product-categories .category-title,
.pls-product-categories-thumbnails .category-title,
.pls-product-custom-categories .category-title,
.pls-products-categories .category-title,
.pls-product-brands .brand-title {
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
max-width: 100%;
}
.category-title a:after {
margin-left: 0px;
}
.pls-product-categories .product-count,
.pls-product-categories-thumbnails .product-count,
.pls-product-custom-categories .product-count {
color: var(--pls-text-color);
font-size: 16px;
display: block;
margin: 0;
}
.pls-product-categories-thumbnails .slider-group > div:not(:last-child),
.pls-product-brands .slider-group > div:not(:last-child) {
margin-bottom: 1.5rem;
}
.pls-product-brands.brand-hover-effect .brand-image img {
filter: grayscale(100%);
opacity: .6;
transition: opacity .25s ease,-webkit-filter .25s ease;
transition: filter .25s ease,opacity .25s ease;
transition: filter .25s ease,opacity .25s ease,-webkit-filter .25s ease;
}
.pls-product-brands.brand-hover-effect .brand-image:hover img {
opacity: 1;
filter: grayscale(0);
} .pls-heading-flash-sale {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
}
.pls-products-hotdeal .pls-flash-sale-timer {
background-color: var(--pls-critical-color);
color: #ffffff;
font-size: 18px;
font-weight: var(--pls-font-weight-medium);
border-radius: var(--pls-border-radius-s);
display: flex;
align-items: center;
justify-content: center;	
padding: 1px 15px;
}
.pls-flash-sale-timer b {
margin: 0 4px;
}
.pls-products-hotdeal .pls-product-stock-progressbar {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.pls-products-hotdeal .pls-product-stock-label {
color: var(--pls-secondary-color2);
font-size: 14px;
display: flex;
justify-content: space-between;
margin-top: 8px;
}
.pls-product-stock-label span span {
color: var(--pls-heading-color);
}
.pls-products-hotdeal .pls-progress {
height: 8px;
}
.pls-products-hotdeal .pls-progress-bar {
height: 8px;
}
.pls-products-hotdeal .products.product-style-3 .product-price {
margin-bottom: .6rem;
}
.pls-product-border .pls-product-horizontal .pls-product-inner {
border: 2px solid var(--pls-border-color);
border-radius: var(--pls-border-radius);
padding: 24px;
}
.pls-products-hotdeal .pls-product-info .pls-product-countdown-timer {
margin-bottom: 0;
margin-top: 1rem;
}
.pls-products-hotdeal .pls-product-info .pls-product-countdown {
gap: 8px;
justify-content: normal;
}
.pls-products-hotdeal .pls-product-info .pls-product-countdown > span {
background-color: var(--pls-primary-color);
color: var(--pls-primary-inverse-color);
border-radius: 8px;
font-size: 20px;
height: 48px;
width: 48px;
}
.pls-products-hotdeal .pls-product-info .pls-product-countdown > span span { 
color: var(--pls-primary-inverse-color);
font-size: 12px;
} .pls-featured-products-wrap {
display: flex;
gap: 11rem;
}
.pls-featured-products-content {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.pls-featured-products-items {
flex: 0 0 37%;
position: relative;
}
.pls-featured-products-heading > h3 {
font-size: 40px;
margin-bottom: 7px;
}
.pls-featured-products-list {
margin-top: 2.5rem;
}
.pls-featured-product-title {
color: var(--pls-heading-color);
border-bottom: var(--pls-border-bottom);
cursor: pointer;
font-size: 24px;
font-weight: var(--pls-font-weight-medium);
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
position: relative;
}
.pls-featured-product-title .link-arrow {
display: flex;
align-items: center;
gap: 10px;
}
.pls-featured-product-title .link-arrow:after {
font-size: 18px;
font-weight: var(--pls-font-weight-bold);
}
.pls-featured-product-title span {
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
opacity: 0;
visibility: hidden;
text-transform: uppercase;
transition: all 300ms ease;
}
.pls-featured-product-title.active span,
.pls-featured-product-title:hover span {
opacity: 1;
visibility: visible;
}
.pls-featured-product-title:after {
border-bottom: 1px solid;
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
transition: width 0.45s;
}
.pls-featured-product-title.active:after,
.pls-featured-product-title:hover:after {
width: 100%;
}
.pls-featured-products-view-all-btn {
margin-top: 3.5rem;
}
.pls-featured-products-view-all-btn .view-all-btn {
display: inline;
}
.pls-featured-products-items .pls-featured-product {
display: none;
}
.pls-featured-products-items .pls-featured-product {
display: block;
pointer-events: none;
opacity: 0;
visibility: hidden;
position: absolute;
z-index: 1;
top: 0;
right: 0;
transform: translateY(30px);
transition-timing-function: ease-in;
transition-duration: 300ms;
}
.pls-featured-products-items .pls-featured-product.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
position: relative;
transform: none;
transition-timing-function: ease-out;
transition-duration: 350ms;
transition-delay: 350ms;
z-index: 2;
}
.pls-featured-product-title-price {
display: flex;
flex-direction: column;
gap: 4px;
}
.pls-featured-product-image {
border-radius: var(--pls-border-radius);
overflow: hidden;
}
.pls-featured-product-image img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: opacity 0.45s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
transition: opacity 0.45s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.pls-featured-product:hover .pls-featured-product-image img {
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
.pls-featured-product-info {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius);
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.25rem;
position: absolute;
left: 1.25rem;
bottom: 1.25rem;
right: 1.25rem;
}
.pls-featured-product-title-price .product-title {
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
text-transform: capitalize;
}
.pls-featured-product-button .pls-quickview-btn {
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
text-transform: uppercase;
padding: 12px 28px;
} .pls-products-widget .section-heading h4 {
font-size: 26px;
margin-bottom: 0;
}
.pls-products-widget .section-heading {
margin-bottom: 2rem;
}
.product_list_widget:not(.cart_list) > div:not(:last-child) {
margin-bottom: 15px;
}
.pls-products-widget .products div.product {
padding: 0;
}
.pls-products-widget .products .product-widget-inner,
.pls-products-card .products .product-widget-inner {
display: flex;
gap: 1.5rem;
}
.pls-products-card.pls-product-border .product-widget-inner {    
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
border-radius: var(--pls-border-radius-s);
padding: 15px;
}
.pls-products-card .product-widget-image,
.pls-products-widget .product-widget-image {
margin: 0;
max-width: 90px;
position: relative;
}
.pls-products-widget .product_list_widget  .product-title,
.pls-products-card .product_list_widget  .product-title { 
margin-bottom: 0.75rem;
}
.product-widget-price-cart-btn {
display: flex;
align-items: center;
justify-content: space-between;
}
.product-widget-price-rating {
display: flex;
flex-direction: column;
gap: 4px;
}
.product-widget-cart-btn a {
background-color: #f7f7f7;
color: #181818;
font-size: 0;
font-weight: normal;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
height: 48px;
width: 48px;
}
.pls-products-widget .product:hover .product-widget-cart-btn a,
.pls-products-card .product:hover .product-widget-cart-btn a {
background-color: #181818;
color: #ffffff;
}
.product-widget-cart-btn a:before {
font-size: 22px;
} .pls-element.pls-single-product .single-product-content {
display: flex;
flex-direction: row;
gap: 3.75rem;
}
.pls-element .pls-single-product-content {
margin-bottom: 0;
}
.pls-element.pls-single-product .woocommerce-product-gallery {
opacity: 1 !important;
}
.pls-element.pls-product-image-default .woocommerce-product-gallery img {
aspect-ratio: inherit;
}
.pls-single-product .pls-product-summary {
display: flex;
align-items: center;
justify-content: flex-end;
}
.pls-product-view-full-details {
display: inline-block;
font-weight: var(--pls-font-weight-bold);
position: relative;
margin-top: 0.5rem;
}
.pls-product-view-full-details:after {
border-bottom: 2px solid;
content: "";
bottom: -5px;
left: 0;
position: absolute;
width: 100%;
} .pls-hotspot .hotspot-wrapper {
position: relative;
}
.pls-hotspot .pls-hotspot-item {
margin-top: -24px;
margin-left: -24px;
position: absolute;
}
.pls-hotspot-wrapper img {
object-fit: cover;
width: 100%;
}
.pls-hotspot .pls-hotspot-item-point {
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: transparent;
border: 9px solid #FFFFFF;
cursor: pointer;
margin: 0.5rem;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.pls-hotspot .pls-hotspot-item-point:after, 
.pls-hotspot .pls-hotspot-item-point:before {
border: solid 1px #FFFFFF;
border-radius: 50%;
position: absolute;
content: "";
top: 8px;
right: 8px;
bottom: 8px;
left: 8px;
}
.pls-hotspot-item-point::before {
animation: ripple-line 2s linear infinite;
}
.pls-hotspot-item-point::after {
animation: ripple-line 2s 1s linear infinite;
}
@keyframes ripple-line {
to {
transform: scale(2);
opacity: 0;
}
}
.pls-hotspot .pls-hotspot-item-point:hover {
background-color: var(--pls-critical-color);
}
.pls-hotspot .pls-hotspot-content {
background-color: var(--pls-body-background);
border-radius: var(--pls-border-radius-s);
box-shadow: 0 0 4px rgb(0 0 0 / 15%);
position: absolute;
padding: 0.75rem;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition-duration: 450ms;
transform: translateY(14px);
width: 224px;
z-index: 9;
}
.pls-hotspot .pls-hotspot-content-custom_text {
width: 300px;
}
.pls-hotspot .pls-hotspot-content-custom_text p {
margin: 0;
}
.pls-hotspot-content-left .pls-product-image,
.pls-hotspot-content-right .pls-product-image {
flex: 0 0 100px;
}
.pls-hotspot .pls-hotspot-content {	
bottom: 100%;
left: 50%;
transform: translate(-50%, -10px);
}
.pls-hotspot-content-product .pls-hotspot-product {
display: flex;
flex-direction: column;
gap: 12px;
}
.pls-hotspot-item:hover .pls-hotspot-content {
pointer-events: unset;
opacity: 1;
visibility: visible;
transform: translate(-50%);
}
.pls-hotspot-product .product-title {
font-weight: var(--pls-font-weight-medium);
line-height: 1.2;
margin-bottom: 0.2rem;
}
.pls-hotspot-product .pls-product-content {
font-weight: var(--pls-font-weight-bold);
display: flex;
flex-direction: column;
flex: 1 1 auto;
gap: 4px;
}
.pls-hotspot-product .product-quickview {
font-size: 12px;
line-height: initial;
margin-top: 5px;
margin-bottom: 5px;
max-width: max-content;
text-transform: uppercase;
}
.pls-hotspot-content-left .product-quickview,
.pls-hotspot-content-right .product-quickview {
margin-top: 10px;
}
.pls-hotspot-product .product-quickview:after {
border-width: 1px;
}
.pls-hotspot-content:before {
content: "";
position: absolute;
background-color: var(--pls-body-background);
width: 16px;
height: 16px;
bottom: -12px;
left: calc(50% - 4px);
transform: rotate(45deg) translateX(-50%);
z-index: -1;
}
@media (min-width:768px){	
.pls-hotspot .pls-hotspot-content-left,
.pls-hotspot .pls-hotspot-content-right {
width: 324px;
}	
.pls-hotspot-content-left .pls-product-image img,
.pls-hotspot-content-right .pls-product-image img {
max-height: 100px;
}
.pls-hotspot .pls-hotspot-content-bottom {
bottom: unset;
left: 50%;
top: 100%;
transform: translate(-50%, 10px);
}
.pls-hotspot .pls-hotspot-content-left {
bottom: unset;
right: 100%;
top: 50%;
transform: translate(-25px, -50%);
}
.pls-hotspot .pls-hotspot-content-right {
bottom: unset;
left: 100%;
top: 50%;
transform: translate(25px, -50%);
}
.pls-hotspot-content-left .pls-hotspot-product,
.pls-hotspot-content-right .pls-hotspot-product {
flex-direction: row;
}	
.pls-hotspot-item:hover .pls-hotspot-content-left,
.pls-hotspot-item:hover .pls-hotspot-content-right {
transform: translate(0, -50%);
}
.pls-hotspot-content-bottom.pls-hotspot-content:before {
top: 0;
bottom: unset;
}
.pls-hotspot-content-left.pls-hotspot-content:before { bottom: unset;
right: -12px;
top: calc(50% - 4px);
}
.pls-hotspot-content-right.pls-hotspot-content:before {		
bottom: unset;
left: 0;
top: calc(50% - 4px);
}
} .pls-element.pls-blog-slider .blog-post-loop{
margin-bottom: 0;
padding-bottom: 0;
}
.pls-blog-slider .read-more-btn, 
.pls-blog-slider .read-more-btn .more-link {
font-size: 15px;
}
.pls-blog-slider .entry-footer {
margin-top: 0.5rem;
} @media (min-width:576px){
.pls-blog-horizontal .entry-post {
display: flex;
flex-direction: row;
gap: 1.5rem;
}
.pls-blog-horizontal .entry-thumbnail-wrapper,
.pls-blog-horizontal .entry-content-wrapper {
flex: 1 auto;
max-width: 50%;
}
.pls-blog-horizontal .entry-thumbnail-wrapper {
margin-bottom: 0 !important;
}
.pls-blog-horizontal .entry-content-wrapper {
display: flex;
justify-content: center;
flex-flow: column;
}
.pls-blog-horizontal .entry-meta {
margin-bottom: 0.75rem;
}
.blog-posts.pls-blog-horizontal .entry-header .entry-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
} .pls-element.pls-recent-posts .widget-post-item {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 3rem;
}
.pls-element.pls-post-image-right .widget-post-item {
flex-direction: row-reverse;
}
.pls-element.pls-recent-posts .widget-post-thumbnail {
flex: 0 0 28%;
}
.pls-element.pls-recent-posts .widget-post-body {
display: flex;
flex: 1 1 auto;
flex-direction: column-reverse;
justify-content: flex-end;
gap: 8px;
}
.pls-element.pls-recent-posts .widget-post-item img {
width: 100%;
max-width: initial;
border-radius: var(--pls-border-radius-s);
}
.pls-element.pls-recent-posts .post-title {
font-size: 24px;
}
.pls-element.pls-recent-posts .post-date-author {
margin: 0;
} .pls-heading {
text-align: center;
}
.pls-heading.pls-text-left {
text-align: left;
}
.pls-heading.pls-text-right {
text-align: right;
}
.pls-heading .heading-subtitle {
font-size: 16px;
margin-bottom: 0.5rem;
}
.pls-heading .heading-wrap {
position: relative;
}
.pls-heading .heading-wrap:not(:last-child) {
margin-bottom: 0.4rem;
}
.pls-heading .heading-title { 
font-size: 40px;
line-height: 1.5;
margin: 0;
}
.pls-heading.pls-text-center {
margin-right: auto;
margin-left: auto;
} .pls-vertical-menu .categories-menu-title {
background-color: #2D3054;
border-radius: var(--pls-border-radius) var(--pls-border-radius) 0 0;
font-size: 16px;
font-weight: 600;
display: flex;
padding: 12px 20px;
align-items: center;
gap: 12px;
}
.pls-vertical-menu.pls-menu-icon-right .categories-menu-title {
justify-content: space-between;
}
.pls-element.pls-vertical-menu .pls-categories-menu {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
box-shadow: none;
padding: 0;
position: relative;
}
.pls-vertical-menu .pls-navigation ul.menu > li > a {
font-weight: 500;
}
.pls-vertical-menu .pls-navigation ul.menu > li > a,
.pls-vertical-menu .pls-navigation ul.menu ul.sub-menu > li > a {
border-bottom: var(--pls-border-bottom);	
padding: 12px 20px;
}
.pls-vertical-menu .pls-navigation ul.menu li:last-child > a {
border: none;
}
.pls-vertical-menu .pls-navigation ul.menu ul.sub-menu {
padding: 0;
} .pls-megamenu-list,
.pls-sub-megamenu {
list-style: none;
margin: 0 !important;
}
.pls-megamenu-list li {
margin: 0 !important;
}
.pls-megamenu-list:not(:last-child) > li.menu-item ul.pls-sub-megamenu {
margin-bottom: 1rem;
}
.menu-item .nav-link i, 
.menu-item .nav-link img {
font-size: 14px;
margin-right: 5px;
}
.menu-item .nav-link img {
max-width: 24px;
max-height: 24px;
}
.menu-item a.nav-link {
position: relative;
}
.menu-item .pls-menu-badge {	
background-color: var(--pls-menu-label-color);
color: #ffffff;
border-radius: var(--pls-border-radius-s);
font-weight: var(--pls-font-weight-medium);
font-size: 10px;
line-height: 1;
padding: 4px 6px;
bottom: 22px;
position: absolute;
text-transform: uppercase;
white-space: nowrap;
}
.pls-navigation > ul.menu > li > a.nav-link .pls-menu-badge {
bottom: inherit;
left: inherit;
top: -13px;
right: -15px;
}
.menu-item .pls-menu-badge:before {
content: "";
border: 10px solid;
border-right-color: transparent!important;
border-bottom-color: transparent!important;
border-right-width: 10px;
border-left-width: 0;
border-color: var(--pls-menu-label-border-color);
bottom: -18px;
left: 5px;
position: absolute;
}
.menu-item .pls-menu-badge:not(:last-child){
margin-right:3px;
}
.menu-item .pls-menu-badge.label-new {
background-color: #4AC4FA;
}
.menu-item .pls-menu-badge.label-hot {
background-color: #FF8400;
}
.menu-item .pls-menu-badge.label-sale {
background-color: #60BF79;
} .pls-testimonials .swiper-slide {
height: initial;
}
.pls-testimonials .pls-client-wrap {
height: 100%;
transition: box-shadow .45s ease-in-out;
}
.pls-testimonials:not(.pls-testimonial-style-6) .pls-client-wrap {
margin: 0 auto;
}
.pls-client-caption {
font-size: 12px;
color: var(--pls-secondary-color2);
}
.pls-product-quote {
display: flex;
gap: 1rem;
}
.pls-product-quote-img {
max-width: 90px;
}
.pls-product-quote-img img {
border-radius: var(--pls-border-radius);
}
.pls-testimonials .star-rating:before {
color: var(--pls-border-color);
}
.pls-testimonials .star-rating span {
color: #F0A750;
} .pls-testimonial-style-1 .pls-client-wrap,
.pls-testimonial-style-2 .pls-client-wrap,
.pls-testimonial-style-3 .pls-client-wrap,
.pls-testimonial-style-4 .pls-client-data {
background-color: #ffffff;
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
border-radius: var(--pls-border-radius);
display: flex;
flex-direction: column;
overflow: hidden;
padding: 1.62rem;
}
.pls-testimonial-style-2 .pls-client-wrap {
border-radius: var(--pls-border-radius-l);
padding: 2rem;
}
.pls-testimonial-style-1 .pls-client-title,
.pls-testimonial-style-2 .pls-client-title,
.pls-testimonial-style-3 .pls-client-title,
.pls-testimonial-style-4 .pls-client-title {
font-size: 18px;
font-weight: var(--pls-font-weight-medium);
color: var(--pls-heading-color);
text-transform: capitalize;
}
.pls-testimonial-style-2 .pls-client-title {
font-size: 16px;
margin-bottom: 0.5rem;
}
.pls-client-quote {
color: var(--pls-heading-color);
}
.pls-testimonial-style-1 .pls-client-name,
.pls-testimonial-style-2 .pls-client-name,
.pls-testimonial-style-3 .pls-client-name,
.pls-testimonial-style-4 .pls-client-name {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
margin-top: 3px;
text-transform: capitalize;
}
.pls-testimonial-product {
border-top: var(--pls-border-top);
display: flex;
align-items: center;
gap: 24px;
margin-top: 10px;
padding-top: 15px;
text-align: left;
}
.pls-testimonial-product .pls-product-image {
max-width: 60px;
border-radius: 100%;
overflow: hidden;
}
.pls-testimonial-style-1 .pls-product-info *,
.pls-testimonial-style-2 .pls-product-info *,
.pls-testimonial-style-3 .pls-product-info *,
.pls-testimonial-style-4 .pls-product-info *,
.pls-testimonial-style-5 .pls-product-info * {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-medium);
}
.pls-testimonial-product .product-price del,
.pls-testimonial-product .product-price del * {
color: var(--pls-product-sale-price-color);
font-size: 14px;
font-weight: normal;
} .pls-testimonial-style-2 .pls-quote-icon {
margin-bottom: 0.5rem;
}
.pls-testimonial-style-2 .pls-quote-icon:before {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
border-radius: 999px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
}
.pls-testimonial-style-2 .pls-client-rating {
margin-top: 0.5rem;
margin-bottom: -5px;
}
.pls-testimonial-style-2 .pls-testimonial-product {
margin-top: 15px;
} .pls-testimonial-style-3 .pls-client-wrap {
flex-direction: row;
padding: 0;
}
.pls-testimonial-style-3 .pls-client-img {
flex: 0 0 37%;
max-width: 37%;
position: relative;
}
.pls-testimonial-style-3 .pls-client-img,
.pls-testimonial-style-4 .pls-client-img {
border-radius: var(--pls-border-radius);
overflow: hidden;
}
.pls-testimonial-style-3 .pls-client-img img,
.pls-testimonial-style-4 .pls-client-img img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.pls-testimonial-style-3 .pls-client-wrap:hover .pls-client-img img,
.pls-testimonial-style-4 .pls-client-wrap:hover .pls-client-img img {
transform: scale(1.06);
}
.pls-testimonials .pls-quickview-btn,
.pls-instagram .pls-instagram-icon,
.pls-instagram-shop .pls-quickview-btn {
background-color: var(--pls-secondary-inverse-color);
color: var(--pls-secondary-color);
border-radius: 99%;
cursor: pointer;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
position: absolute;    
left: calc( 50% - 20px );
top: calc( 50% - 20px );
opacity: 0;
visibility: hidden;
transition-duration: 550ms;
transform: translateY(15px);
height: 40px;
width: 40px;
}
.pls-testimonials .pls-quickview-btn:before {
font-size: 20px;
}
.pls-testimonials .pls-quickview-btn:hover,
.pls-instagram-shop .pls-quickview-btn:hover {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.pls-testimonials .pls-client-wrap:hover .pls-quickview-btn,
.pls-instagram .pls-insta-image-wrap:hover .pls-instagram-icon,
.pls-instagram-shop .pls-insta-image-wrap:hover .pls-quickview-btn {
opacity: 1;
visibility: visible;
transform: translate(0);
}
.pls-testimonial-style-3 .pls-client-data {
padding: 1.5rem;
} .pls-testimonial-style-4 .pls-client-img {
border-top-left-radius: var(--pls-border-radius);
border-top-right-radius: var(--pls-border-radius);
overflow: hidden;
position: relative;
}
.pls-testimonial-style-4 .pls-client-data {
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
} .pls-testimonial-style-5 .pls-quote-icon:before {
color: var(--pls-heading-color);
font-size: 56px;
line-height: 1;
}
.pls-testimonial-style-5 .pls-client-title {
color: var(--pls-secondary-color2);
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
margin-top: 1rem;
text-transform: uppercase;
}
.pls-testimonial-style-5 .pls-client-quote {
font-size: 30px;
font-weight: var(--pls-font-weight-medium);
line-height: 42px;
margin-top: 1.5rem;
}
.pls-testimonial-style-5 .pls-client-avatar {
max-width: 80px;
}
.pls-testimonial-style-5 .pls-client-rating {
margin-bottom: 0.25rem;
}
.pls-testimonial-style-5 .pls-client-name {
color: var(--pls-heading-color);
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
display: inline-flex;
}
.pls-testimonial-style-5 .pls-client-caption {
font-size: 16px;
}
.pls-testimonial-style-5 .pls-client-wrap {
display: flex;
flex-direction: column;
text-align: center;
}
.pls-testimonial-style-5 .pls-client-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
.pls-testimonial-style-5 .pls-testimonial-product {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
border-radius: var(--pls-border-radius);
padding: 12px;
gap: 8px;
margin-bottom: 0;
margin-top: 1.5rem;
} .pls-member-avatar {
border-radius: var(--pls-border-radius-l);
position: relative;
overflow: hidden;
}
.pls-member-avatar img {
object-fit: cover;
width: 100%;
transition-duration: .7s;
}
.pls-team-member:hover .pls-member-avatar img {
transform: scale(1.05);
}
.pls-team .pls-member-info {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 1.25rem;
}
.pls-team .pls-member-name {
font-size: 20px;
margin-bottom: 0;
}
.pls-team .pls-member-designation {
color: var(--pls-secondary-color2);
font-size: 14px;
margin-top: 3px;
}
.pls-team .pls-member-social {
display: flex;
gap: 0.5rem;
margin-top: 0.5rem;
}
.pls-member-social a {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-left: var(--pls-border-left);
border-bottom: var(--pls-border-bottom);
border-radius: 999px;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
}
.pls-member-social a:hover { 
border-color: var(--pls-secondary-color);
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
} .pls-counter .counter-icon-wrap,
.pls-counter .counter-icon {
display: flex;
align-items: center;
justify-content: center;
}
.pls-counter .counter-icon-wrap {
color: var(--pls-link-color);
}
.pls-counter.icon-top .counter-icon-wrap {
margin-bottom: 0.7rem;
}
.pls-counter .counter-number {
color: var(--pls-link-color);
font-size: 64px;
font-weight: var(--pls-font-weight-bold);
line-height: 1;
margin-bottom: 0.3rem;
display: flex;
justify-content: center;
}
.pls-counter.icon-left .counter-number {
justify-content: flex-start;
}
.pls-counter.icon-right .counter-number {
justify-content: flex-end;
}
.pls-counter .counter-title {
color: var(--pls-link-color);
font-size: 16px;
font-weight: var(--pls-font-weight-medium);
}
.pls-counter.icon-top .counter-wrap {
text-align: center;
}
.pls-counter.icon-circle .counter-icon,
.pls-counter.icon-square .counter-icon {
height: 70px;
width: 70px;
text-align: center;
line-height: 70px;
box-sizing: content-box;
}
.pls-counter.icon-circle .counter-icon {
border-radius: 50%;
} .pls-counter.icon-left .counter-wrap,
.pls-counter.icon-right .counter-wrap {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.pls-counter.icon-left .counter-icon-wrap {
max-width: 50%;
margin-right: 1em;
}
.pls-counter.icon-left .counter-info {
flex: 1 1 auto;
} .pls-counter.icon-right .counter-wrap {
flex-direction: row-reverse;
text-align: right;
}
.pls-counter.icon-right .counter-icon-wrap {
max-width: 50%;
margin-left: 1.5em;
} .pls-countdown {
display: flex;
line-height: 1;
}
.pls-countdown .pls-countdown-timer {
display: flex;
align-items: center;
gap: 20px;
}
.pls-countdown .pls-countdown-timer > span {
color: var(--pls-link-color);
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-width: 65px;
position: relative;
}
.pls-countdown .pls-cddigits {
font-size: 56px;
font-weight: var(--pls-font-weight-medium);
margin-bottom: 5px;
}
.pls-countdown .pls-cdtext {
color: var(--pls-text-color);
font-size: 16px;
margin-bottom: 5px;
}
.pls-countdown .pls-countdown-timer > b {
color: var(--pls-heading-color);
font-size: 30px;
font-weight: var(--pls-font-weight-bold);
}
.pls-countdown.pls-cddivider-hide .pls-countdown-timer > b,
.pls-countdown.pls-cdtext-hide .pls-cdtext {
display: none;
} .pls-info-box .box-icon-wrap,
.pls-info-box .info-box-icon {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: center;	
}
.pls-info-box .info-box-icon {
color: var(--pls-heading-color);
}
.pls-info-box .info-box-title,
.pls-info-box .info-box-subtitle {
margin-bottom: 0.6rem;
line-height: 1;
}
.pls-info-box .info-box-title > * {
font-size: 20px;
}
.info-box-description > * {
font-size: 16px;
}
.pls-info-box.icon-top.text-left .box-icon-wrap {
justify-content: flex-start;
}
.pls-info-box.icon-top.text-right .box-icon-wrap {
justify-content: flex-end;
}
.pls-info-box .button.btn-style-flat, 
.pls-info-box .button.btn-style-outline {
font-size: 15px;
}
.pls-info-box .button {
padding: 0.7rem 1.5rem;
} .pls-info-box.icon-circle:not(.box-square-hover-bg) .info-box-icon,
.pls-info-box.icon-square:not(.box-square-hover-bg) .info-box-icon {
padding: 0.5rem;
text-align: center;
box-sizing: content-box;
}
.pls-info-box.icon-circle .info-box-icon {
border-radius: 50%;
} .pls-info-box.icon-top .box-icon-wrap {
margin-bottom: 1.25rem;
}
.pls-info-box.icon-left .info-box-wrap,
.pls-info-box.icon-right .info-box-wrap {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 1.25rem;
}
.pls-info-box.icon-left .box-icon-wrap {
max-width: 50%;
align-items: flex-start;
}
.pls-info-box.icon-left .info-box-content {
flex: 1 1 auto;
} .pls-info-box.icon-right .info-box-wrap {
flex-direction: row-reverse;
text-align: right;
}
.pls-info-box.icon-right .box-icon-wrap {
max-width: 50%;
align-items: flex-start;
}
.pls-info-box .info-box-btn {
margin-top: 0.5rem;
} .pls-info-box .info-box-icon {
transition: transform .25s linear;
line-height:1;
}
.pls-info-box.icon-effect-bounceup .info-box-icon {
transform: translateY(0);
}
.pls-info-box.icon-effect-bounceup:hover .info-box-icon {
transform: translateY(-3px);
}
.pls-info-box.icon-effect-zoom .info-box-icon {
transform: scale(1);
}
.pls-info-box.icon-effect-zoom:hover .info-box-icon {
transform: scale(1.05);
} .pls-info-box.box-square .info-box-content {
padding: 2em 1em 1em 1em;
text-align: center;
}
.pls-info-box.box-square .box-icon-wrap{
margin-bottom: -20px;
} .pls-info-box.box-square-hover-bg .info-box-wrap{
padding: 1em;
text-align: center;
}
.pls-info-box.box-square-hover-bg .box-icon-wrap{
margin-bottom:1.2em;
}
.pls-info-box.hover-color-scheme-light,
.pls-info-box.hover-color-scheme-dark{
transition: all .25s ease;
}
.pls-info-box.hover-color-scheme-light:hover .info-box-icon{
color:#ffffff !important;
}
.pls-info-box.hover-color-scheme-dark:hover .info-box-icon{
color:#333333 !important;
} .pls-instagram .pls-insta-image-wrap {
position: relative;
overflow: hidden;
transition-duration: 450ms;
}
.pls-instagram .pls-insta-image-wrap:before {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #181818;
opacity: 0;
transition: opacity 0.75s;
}
.pls-instagram .pls-insta-image-wrap:hover:before {
opacity: 0.2;
}
.pls-instagram .pls-insta-image-wrap img {
height: 100%;
width: 100%;
object-fit: cover;
-webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.pls-instagram .pls-insta-image-wrap:hover img {
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
.pls-instagram .pls-instagram-icon:after {
border-radius: var(--pls-radius-round);
background-color: var(--pls-secondary-inverse-color);
color: var(--pls-secondary-color);
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 50%;
top: 50%;
line-height: 1;
height: 44px;
width: 44px;
opacity: 0;
visibility: hidden;
transform: translate(-50%,-50%);	
transition-duration: .7s;
z-index: 1;
}
.pls-instagram .pls-insta-image-wrap:hover .pls-instagram-icon:after {
opacity: 1;
visibility: visible;
}
.pls-instagram .pls-instagram-icon:hover:after {	
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.pls-instagram-profile {
background-color: var(--pls-body-background);
box-shadow: 0 0 3px rgba(0,0,0,.1);
border-radius: var(--pls-border-radius);
color: var(--pls-heading-color);
display: flex;
flex-direction: column;	
text-align: center;
padding: 1rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 225px;
z-index: 9;
}
.pls-instagram .pls-instagram-profile:before {
font-size: 26px;
line-height: 1.2;
}
.pls-instagram .pls-instagram-name {
text-transform: uppercase;
font-size: 18px;
font-weight: var(--pls-font-weight-bold);
}
.pls-instagram .pls-instagram-user {
color: var(--pls-text-color);
font-size: 14px;
margin-top: -5px;
}
.pls-instagram .pls-instagram-user:hover {
color: var(--pls-link-hover-color);
} .pls-instagram-shop .pls-quickview-btn:before {
font-size: 22px;
} .pls-video-player .video-play-btn-holder{
position: absolute;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%,-50%);
z-index: 44;
}
.pls-video-player .video-play-btn {
background-color: var(--pls-primary-inverse-color);
display: inline-block;
vertical-align: middle;
position: relative;
width: 76px;
height: 76px;
overflow: hidden;
border-radius: 50%;
box-sizing: border-box;
transition: background-color .25s linear;
}
.pls-video-player .video-play-btn:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-32%,-50%);
border-top: 12px solid transparent;
border-left: 18px solid var(--pls-primary-color);
border-bottom: 12px solid transparent;	
box-sizing: border-box;
}
.pls-video-player .video-wrapper{
overflow:hidden;
}
.pls-video-player .video-wrapper:hover .video-play-btn {
background-color: var(--pls-primary-color);
}
.pls-video-player .video-wrapper:hover .video-play-btn:before {
border-left-color: var(--pls-primary-inverse-color);
}
.pls-video-player .video-wrapper img{
transition: -webkit-transform .25s linear;
transition: transform .25s linear;
transition: transform .25s linear,-webkit-transform .25s linear;
}
.pls-video-player .video-wrapper:hover img{
transform: scale(1.1);
} .nav-tabs-wrapper {
display: flex;
}
.pls-tabs.tabs-left .nav-tabs-wrapper {
justify-content: flex-start;
}
.pls-tabs.tabs-center .nav-tabs-wrapper {
justify-content: center;
}
.pls-tabs.tabs-right .nav-tabs-wrapper {
justify-content: flex-end;
}
.pls-tabs .nav-tabs {
display: flex;
gap: 2.5rem;
list-style: none;
max-width: max-content;
overflow-x: auto;
width: 100%;
}
.nav-tabs .nav-item {
white-space: nowrap;
z-index:9;
}
.pls-tabs .nav-tabs-wrapper {	
margin-bottom: 1.5rem;
}
.pls-tabs .tab-content {
position: relative;
}
.tab-content .tab-pane {
display: block;
pointer-events: none;
opacity: 0;
visibility: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
transform: translateY(20px);
transition-timing-function: ease-in;
transition-duration: 0.2s;
}
.tab-content .tab-pane.active {
pointer-events: auto;
opacity: 1;
visibility: visible;
position: relative;
transform: none;
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-delay: 0.3s;
z-index: 2;
}
.pls-tabs .tab-content .tab-pane > div:last-child {
margin-bottom:0;
}
.pls-tabs .nav-link {
color: var(--pls-secondary-color2);
font-size: 30px;
font-weight: var(--pls-font-weight-medium);
position: relative;
}
.pls-tabs .nav-tabs .nav-link:after {
border-bottom: 2px solid var(--pls-heading-color);
content: '';
display: block;
transition: width 450ms;
width: 0;
}
.pls-tabs .nav-tabs .nav-item.show .nav-link:after, 
.pls-tabs .nav-tabs .nav-link:hover:after, 
.pls-tabs .nav-tabs .nav-link.active:after {
width: 100%;
}
.pls-tabs .nav-link svg {
fill: var(--pls-text-color);
height: 1em;
width: 1em;
}
.pls-tabs .tab-pane .pls-tab-title {
display: none;
}
.pls-tabs .nav-link.active,
.pls-tabs .nav-link:hover {
color: var(--pls-heading-color);
}
.pls-tabs .nav-link.active svg {
fill: var(--pls-heading-color);	
}
.pls-tabs.tabs-center .tab-content {
margin: 0 auto;
} .pls-vtabs {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.pls-vtabs .nav-vtabs {
display: flex;
flex-direction: column;
gap: 1.25rem;
overflow: hidden;
}
.pls-vtabs > * {
flex-basis: 100%;
}
.pls-vtabs .nav-tabs-wrapper {
flex-basis: 100%;
align-items: center;
justify-content: center;
padding-top: 3rem;
padding-bottom: 3rem;
}
.nav-vtabs .nav-item a {	
transform: translateX(-27px);
transition: all .45s ease;
}
.nav-vtabs .nav-item a:hover,
.nav-vtabs .nav-item a.active {
transform: translateX(0);
}
.pls-vtabs .nav-vtabs a {
font-size: 30px;
font-weight: var(--pls-font-weight-bold);	
display: flex;
align-items: center;
gap: 0.75rem;
text-transform: capitalize;
}
.nav-vtabs .nav-item a:before {
font-size: 18px;
}
.pls-vtabs .tab-content > .tab-pane {
display: none;
height: 100%;
}
.pls-vtabs .tab-content > .active {
display: block;
}
.pls-vtabs .pls-video-wrapper {
position: relative;
height: 100%;
}
.pls-vtabs .pls-video-wrapper img {
height: 100%;
}
.pls-vtabs .video-play-btn {
background-color: #ffffff;
border-radius: 999px;
box-shadow: 0 0 3px rgba(0,0,0,.1);
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
height: 80px;
width: 80px;
}
.pls-video-tabs .video-play-btn:before {
font-size: 32px;
} .pls-accordion .pls-accordion-item {
border-bottom: var(--pls-border-bottom);
display: flex;
flex-direction: column;
padding-bottom: 1.25rem;
padding-top: 1.25rem;
}
.pls-accordion .pls-accordion-item:first-child {
padding-top: 0;
}
.pls-accordion .pls-accordion-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.pls-accordion .card-header .card-title {
font-size: 20px;
margin: 0;
}
.pls-accordion .accordion-tab-content {
margin-top: 0.75rem;
}
.pls-accordion.align-left .card-header {
text-align: left;
}
.pls-accordion.align-center .card-header {
text-align: center;
}
.pls-accordion.align-right .card-header {
text-align: right;
}
.pls-accordion .card-header a {
display: block;
border: none;
cursor: pointer;
position:relative;
}
.pls-accordion.icon-position-left .card-header a {
padding-left: 2rem;
}
.pls-accordion.icon-position-right .card-header a {
padding-right: 2rem;
}
.pls-accordion .card-title a:after {
font-weight: var(--pls-font-weight-bold);
font-size: 16px;
left: 0;
position: absolute;
top: 3px;
transition: .45s;
-webkit-transform: rotate(0);
transform: rotate(0);
}
.pls-accordion .card-title a.open:after {
transform: rotate(180deg);
}
.pls-accordion.icon-position-right .card-title a:after {
left: initial;
right: 0;	
}
.pls-accordion .card-body > div:last-child {
margin-bottom:0;
}
.pls-accordion .collapse:not(.show) {
display: none;
}
.pls-accordion .card-body p:last-child {
margin-bottom: 0;
} .pls-social {
display: flex;
align-items: center;
gap: 8px;
}
.pls-social-title,
.pls-social .social-text {
display: none;
} .pls-social.icons-shape-circle a {
border-radius: 50%;
} .pls-social a {	
display: inline-flex;
justify-content: center;
align-items: center;
}	
.pls-social.icons-size-small a {
font-size: 18px;
}
.pls-social.icons-shape-circle.icons-size-small a {
font-size: 16px;
width: 32px;
height: 32px;
}
.pls-social.icons-size-default a {
font-size: 20px;
}
.pls-social.icons-shape-circle.icons-size-default a {
font-size: 18px;
width: 40px;
height: 40px;
}
.pls-social.icons-size-large a {
font-size: 26px;
}
.pls-social.icons-shape-circle.icons-size-large a {
font-size: 20px;
width: 48px;
height: 48px;
}
.site-header .pls-social.icons-size-small a {
font-size: 12px;
width: 26px;
height: 26px;
}
.site-header .pls-social.icons-size-default a {
font-size: 14px;
width: 32px;
height: 32px;
}
.site-header .pls-social.icons-size-large a {
font-size: 16px;
width: 36px;
height: 36px;
} .pls-social.icons-default {
gap: 1.5rem;
}
.pls-social.icons-default a {
color: var(--pls-link-color);
width: inherit;
height: inherit;	
}
.pls-social.icons-default a:hover {
color: var(--pls-link-hover-color);
} .pls-social.icons-colour .social-facebook {
color:#385693;
}
.pls-social.icons-colour .social-twitter {
color:#0F1419;
}
.pls-social.icons-colour .social-linkedin {
color:#238CC8;
}
.pls-social.icons-colour .social-stumbleupon {
color:#EA4B24;
}
.pls-social.icons-colour .social-tumblr {
color:#395976;
}
.pls-social.icons-colour .social-pinterest {
color:#E13138;
}
.pls-social.icons-colour .social-reddit {
color:#FF4006;
}
.pls-social.icons-colour .social-vk {
color:#5181B8;
}
.pls-social.icons-colour .social-odnoklassniki {
color:#F2720C;
}
.pls-social.icons-colour .social-pocket {
color:#EF4056;
}
.pls-social.icons-colour .social-whatsapp {
color:#0DC143;
}
.pls-social.icons-colour .social-telegram {
color:#64B3F5;
}
.pls-social.icons-colour .social-email {
color:#DD4B39;
}
.pls-social.icons-colour .social-print {
color:#444444;
}
.pls-social.icons-colour .social-instagram {
color:#D02A52;
}
.pls-social.icons-colour .social-tiktok {
color:#000000;
}
.pls-social.icons-colour .social-flickr {
color:#FF0084;
}
.pls-social.icons-colour .social-rss {
color:#EF8321;
}
.pls-social.icons-colour .social-youtube {
color:#F90002;
}
.pls-social.icons-colour .social-github {
color:#323131;
} .pls-social.icons-bordered a {
border: 1px solid #181818;
color: #181818;	
}
.pls-social.icons-bordered a:hover {
background-color: #181818;
color: #FFFFFF;	
} .pls-social.icons-fill-colour a {
color: #ffffff;
}
.pls-social.icons-fill-colour a:hover {
color: #ffffff;
opacity:.8;
}
.pls-social.icons-fill-colour .social-facebook {
background-color:#385693;
}
.pls-social.icons-fill-colour .social-twitter {
background-color:#0F1419;
}
.pls-social.icons-fill-colour .social-linkedin {
background-color:#238CC8;
}
.pls-social.icons-fill-colour .social-stumbleupon {
background-color:#EA4B24;
}
.pls-social.icons-fill-colour .social-tumblr {
background-color:#395976;
}
.pls-social.icons-fill-colour .social-pinterest {
background-color:#E13138;
}
.pls-social.icons-fill-colour .social-reddit {
background-color:#FF4006;
}
.pls-social.icons-fill-colour .social-vk {
background-color:#5181B8;
}
.pls-social.icons-fill-colour .social-odnoklassniki {
background-color:#F2720C;
}
.pls-social.icons-fill-colour .social-pocket {
background-color:#EF4056;
} 
.pls-social.icons-fill-colour .social-whatsapp {
background-color:#0DC143;
}
.pls-social.icons-fill-colour .social-telegram {
background-color:#64B3F5;
}
.pls-social.icons-fill-colour .social-email {
background-color:#DD4B39;
}
.pls-social.icons-fill-colour .social-print {
background-color:#444444;
}
.pls-social.icons-fill-colour .social-instagram {
background-color:#D02A52;
}
.pls-social.icons-fill-colour .social-tiktok {
background-color:#000000;
}
.pls-social.icons-fill-colour .social-flickr {
background-color:#FF0084;
}
.pls-social.icons-fill-colour .social-rss {
background-color:#EF8321;
}
.pls-social.icons-fill-colour .social-youtube {
background-color:#F90002;
}
.pls-social.icons-fill-colour .social-github {
background-color:#323131;
} .pls-social.icons-theme-colour a {
background-color: var(--pls-theme-background-color);
color: var(--pls-heading-color);
}
.pls-social.icons-theme-colour a:hover {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
} .pls-site-header .icons-theme-colour a {
background-color: var(--pls-border-color);
color: var(--pls-heading-color);
}
.pls-site-header .icons-theme-colour a:hover {
background-color: var(--pls-primary-color);
color: var(--pls-primary-inverse-color);
} .pls-home-slides .pls-slide {
padding: 0;
overflow: hidden;
height: 500px;
}
.pls-slide .pls-slide-background {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
min-width: 100%;
min-height: 100%;
}
.pls-slide .pls-slide-background-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.pls-home-slides .pls-slide-inner {	
background-repeat: no-repeat;
background-position: center;
display: flex;
align-items: center;
justify-content: space-between;
margin: auto;
padding: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.pls-slide-content {
display: flex;
flex-direction: column;
padding: 3rem;
overflow: hidden;
width: 70%;
z-index: 1;
}
.pls-slide-image {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
}
.elementor-widget-pls-home-slides:not(.pls-slides-image-position-mobile-bottom, .pls-slides-image-position-mobile-top) .pls-slide-image {
position: absolute;
right: 10px;
}
.pls-slide.pls-slide-has-image .pls-slide-content,
.pls-slide.pls-slide-has-image .pls-slide-image {
width: 50%;
}
.pls-slide-subtitle {
margin-bottom: 1.25rem;
}
.pls-slide-title > * {
color: var(--pls-heading-color);
font-size: 80px;
margin: 0;
text-transform: capitalize;
}
.pls-slide-subtitle {
color: var(--pls-heading-color);
font-size: 24px;
font-weight: var(--pls-font-weight-bold);
text-transform: uppercase;
}
.pls-slide-description {
color: var(--pls-heading-color);
font-size: 18px;
margin-top: 0.75rem;
}
.pls-slide-button {
margin-top: 3rem;
}
.pls-home-slides + .pls-slider-navigation {
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
pointer-events: none;
}
.elementor-widget-pls-home-slides .pls-slider-pagination {
bottom: 2rem !important;
margin: 0 !important;
position: absolute;
z-index: 1;
}
.pls-slides-dots-position-left .pls-slider-pagination {
left: calc(60px);
right: 0;
width: max-content;
}
.pls-slides-dots-position-right .pls-slider-pagination {
right: calc(60px);
left: auto;
width: max-content;
}
.elementor-widget-pls-home-slides .swiper-pagination-bullet:before {
padding: 9px;
}
@media (min-width: 768px) and (max-width: 1024px) {
.pls-slides-hide-description-tablet-yes .pls-slide-description {
display: none;		
}
}
@media (max-width:767px){
.pls-slides-hide-image-mobile-yes .pls-slide-image,
.pls-slides-hide-description-mobile-yes .pls-slide-description {
display: none;		
}
.pls-slides-image-position-mobile-top .pls-slide-has-image .pls-slide-inner > *,
.pls-slides-image-position-mobile-bottom .pls-slide-has-image .pls-slide-inner > * {
width: 100%
}
.pls-slides-image-position-mobile-top .pls-slide-inner {
flex-direction: column-reverse;
}
.pls-slides-image-position-mobile-bottom .pls-slide-inner {
flex-direction: column;		
}
} .pls-ken-burns {
transition-property: transform;
transition-duration: 10s;
transition-timing-function: linear;
}
.pls-ken-burns--out {
transform: scale(1.3);
}
.pls-ken-burns--active {
transition-duration: 20s;
}
.swiper-slide-active .pls-ken-burns--out {
transform: scale(1);
}
.swiper-slide-active .pls-ken-burns--in {
transform: scale(1.3);
}
.plsAnimated .pls-slide-title,
.plsAnimated .pls-slide-subtitle,
.plsAnimated .pls-slide-description, 
.plsAnimated .pls-slide-content-bottom,
.plsAnimated.pls-slide-image {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
opacity: 0;
}
.swiper-slide-active .plsInUp > div:first-child > *,
.swiper-slide-active .plsInUp > .pls-slide-content-bottom,
.swiper-slide-active .plsInUp.pls-slide-image {
-webkit-animation-name: plsInUp;
animation-name: plsInUp;
}
.swiper-slide-active .plsInDown > div:first-child > *,
.swiper-slide-active .plsInDown > .pls-slide-content-bottom,
.swiper-slide-active .plsInDown.pls-slide-image {
-webkit-animation-name: plsInDown;
animation-name: plsInDown;
}
.swiper-slide-active .plsInLeft > div:first-child > *,
.swiper-slide-active .plsInLeft > .pls-slide-content-bottom,
.swiper-slide-active .plsInLeft.pls-slide-image {
-webkit-animation-name: plsInLeft;
animation-name: plsInLeft;
}
.swiper-slide-active .plsInRight > div:first-child > *,
.swiper-slide-active .plsInRight > .pls-slide-content-bottom,
.swiper-slide-active .plsInRight.pls-slide-image {
-webkit-animation-name: plsInRight;
animation-name: plsInRight;
}
.swiper-slide-active .pls-slide-subtitle {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.swiper-slide-active .pls-slide-title {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.swiper-slide-active .pls-slide-description,
.swiper-slide-active .pls-slide-content-bottom {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.swiper-slide-active .pls-slide-image {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
@-webkit-keyframes plsInUp {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes plsInUp {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes plsInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes plsInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes plsInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-180px);
transform: translateX(-180px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes plsInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-180px);
transform: translateX(-180px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes plsInRight {
0% {
opacity: 0;
-webkit-transform: translateX(180px);
transform: translateX(180px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes plsInRight {
0% {
opacity: 0;
-webkit-transform: translateX(180px);
transform: translateX(180px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.pls-slides-centered-mode-yes .plsAnimated .pls-slide-title, 
.pls-slides-centered-mode-yes .plsAnimated .pls-slide-subtitle, 
.pls-slides-centered-mode-yes .plsAnimated .pls-slide-description, 
.pls-slides-centered-mode-yes .plsAnimated .pls-slide-content-bottom, 
.pls-slides-centered-mode-yes .plsAnimated.pls-slide-image {
opacity: 1;
} .pls-banner .banner-wrapper {
border-radius: var(--pls-border-radius);
position:relative;
overflow: hidden;
}
.pls-banner.wrap-link .banner-wrapper {
cursor: pointer;
}
.pls-banner .banner-image-wrap,
.pls-banner .banner-image,
.pls-banner .banner-image-wrap img {
min-height: inherit;
max-height: inherit;
object-fit: cover;
overflow: hidden;
}
.pls-banner .banner-image img {
display: block;
width: 100%;
height: auto;
}
.pls-banner .banner-image-wrap + .banner-content-wrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;	
padding: 2rem;
z-index: 2;
display: flex;
flex-direction: column;
align-items: stretch;
}
@media (max-width:767px){
.pls-banner .banner-image-wrap + .banner-content-wrap {
padding: 20px;
}
}
.pls-banner .banner-image-wrap + .banner-content-wrap .banner-content {
display: flex;
flex-direction: column;
}
.pls-banner .banner-subtitle-wrap {
color: var(--pls-heading-color);
font-size: 14px;
font-weight: var(--pls-font-weight-bold);
margin-bottom: 3px;
text-transform: uppercase;
}
.banner-subtitle-background .banner-subtitle {
line-height: 1;
display: inline-block;
}
.pls-banner .banner-title {
font-size: 30px;
line-height: 1.2;
margin-bottom: 0;
}
.pls-banner .banner-content-text {
color: var(--pls-heading-color);
font-size: 18px;
margin-top: 5px;
}
.pls-banner .banner-content-text p {
margin:0;
}
.pls-banner .banner-content-bottom {
margin-top: 0.75rem;
}
.pls-banner .button {
padding: 0.7rem 1.5rem;
}
.pls-banner .button.btn-style-flat,
.pls-banner .button.btn-style-outline {
font-size: 15px;
}
.pls-banner .banner-image img {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.pls-banner.banner-zoom-out .banner-wrapper:hover .banner-image img,
.pls-banner.banner-zoom-in .banner-image img {
transform: scale(1.06);
}
.pls-banner.banner-zoom-in .banner-wrapper:hover .banner-image img {
transform: scale(1);
} .pls-button .button {
box-shadow: none;
position: relative;
}
.pls-button a {
display: inline-flex;
align-items: center;
gap: 7px;
line-height: 26px;
}
.pls-button svg {
fill: var(--pls-button-color);
height: 1em;
width: 1em;
transition: all 0.45s;
}
.pls-button a:hover svg {
fill: var(--pls-button-hover-color);
} .pls-button .btn-style-outline {
background: none;
}
.pls-button .btn-style-text {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
text-transform: capitalize;
}
.read-more-link .read-more-btn .more-link:before,
.read-more-link .read-more-btn .more-link:after, 
.pls-button a.btn-style-link:before,
.pls-button a.btn-style-link:after,
.pls-element .view-all-btn a:before,
.pls-element .view-all-btn a:after,
.pls-view-all-link .pls-menu-text:before,
.pls-view-all-link .pls-menu-text:after,
.pls-sn-time-link a:before,
.pls-sn-time-link a:after {
content: '';
position: absolute;
left: 0;
border-bottom: 2px solid;
bottom: 0;
width: 100%;
}
.read-more-link .read-more-btn .more-link:before,
.pls-button a.btn-style-link:before,
.pls-element .view-all-btn a:before,
.pls-view-all-link .pls-menu-text:before,
.pls-sn-time-link a:before {
transform-origin: right;
transform: scaleX(1) translateZ(0);
transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.read-more-link .read-more-btn .more-link:after,
.pls-button a.btn-style-link:after,
.pls-element .view-all-btn a:after,
.pls-view-all-link .pls-menu-text:after,
.pls-sn-time-link a:after {
transform-origin: left;
transform: scaleX(0) translateZ(0);
transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.read-more-link .read-more-btn .more-link:hover:before,
.pls-button a.btn-style-link:hover:before,
.pls-element .view-all-btn:hover a:before,
.pls-view-all-link:hover .pls-menu-text:before,
.pls-sn-time-link a:hover:before {
transform: scaleX(0) translateZ(0);
transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.read-more-link .read-more-btn .more-link:hover:after,
.pls-button a.btn-style-link:hover:after,
.pls-element .view-all-btn:hover a:after,
.pls-view-all-link:hover .pls-menu-text:after,
.pls-sn-time-link a:hover:after {
transform: scaleX(1) translateZ(0);
transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
} .pls-button.text-inline {
display: inline-block;
vertical-align: middle;
margin-bottom:10px;
margin-left: 5px;
margin-right: 5px;
} .pls-button .btn-size-small {
font-size: 12px;
padding: 8px 14px;	
}
.pls-button .btn-style-outline.btn-size-small {
padding: 6px 12px;
}
.pls-button .btn-size-large{
font-size: 16px;
padding: 18px 34px;	
}
.pls-button .btn-style-outline.btn-size-large {
padding: 16px 32px;	
} .pls-button .btn-style-outline {
background: none;
border: 1px solid var(--pls-button-bg-color);	
color: var(--pls-button-bg-color);
}
.pls-button .btn-style-outline:hover {
background-color: var(--pls-button-bg-color);	
color: var(--pls-button-color);
}
.pls-button .btn-style-outline svg {	
fill: var(--pls-button-bg-color);
}
.pls-button .btn-style-outline:hover svg {	
fill: var(--pls-button-color);
}
.pls-button .btn-style-link {
background: none;
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
color: var(--pls-link-color);
line-height: 2rem;
padding: 0;
position: relative;
text-transform: capitalize;
}
.pls-button .btn-style-link:before,
.pls-button .btn-style-link:after,
.pls-button .btn-style-link svg,
.pls-button .btn-style-text svg {
fill: var(--pls-link-color);
}
.pls-button-expand {
width: 100%;
} .pls-list ul li:not(:last-child){
margin-bottom:10px;
}
.pls-list ul li {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: start;
line-height: 1.6;
}
.pls-list .list-icon {
flex: 0 0 auto;
margin-right: 10px;
text-align: center;
vertical-align: middle;
}
.pls-list .list-content {
flex: 1 1 auto;
}
.pls-list.list-type-none ul{
list-style:none;
}
.pls-list.list-type-ordered ul li .list-icon {
font-weight: var(--pls-font-weight-bold);
}
.pls-list.list-type-ordered ul {
counter-reset: item;
}
.pls-list.list-type-ordered ul li .list-icon:before {
content: counter(item) ".";
counter-increment: item;
}
.pls-list.list-type-unordered ul li .list-icon:before {
font-size: 7px;
}
.pls-list.list-type-unordered ul li .list-icon:before {
content: "\e9a6";
font-family: 'presslayouts-font';
}
.pls-list.list-type-image.list-style-square .list-icon,
.pls-list.list-type-image.list-style-round .list-icon {
display: flex;
align-items: center;
justify-content: center;
}
.pls-list.list-style-round .list-icon{
border-radius:50%;
}
.pls-list.list-size-small ul {
font-size: 12px;
}
.pls-list.list-size-small .list-icon{
width: 16px;
height: 16px;
line-height: 16px;
}
.pls-list.list-size-small.list-type-image .list-icon img{
width:12px;
}
.pls-list.list-size-medium .list-icon{
width:24px;
height:24px;
line-height:24px;
}
.pls-list.list-size-medium.list-type-image .list-icon img{
width:14px;
}
.pls-list.list-size-large ul {
font-size: 18px;
}
.pls-list.list-size-large .list-icon{
width:32px;
height:32px;
line-height:32px;
}
.pls-list.list-size-large.list-type-image .list-icon img{
width:20px;
} .pls-newsletter.newsletter-radius .mc4wp-form-fields [type="email"]{
border-bottom-left-radius: 99px;
border-top-left-radius: 99px;
}
.pls-newsletter.newsletter-radius .mc4wp-form-fields [type="submit"]{
border-bottom-right-radius: 99px;
border-top-right-radius: 99px;
}
.pls-element.simple-form .mc4wp-form-fields [type="submit"] {
padding: 18px 40px;
} .pls-newsletter .pls-subscribe,
.footer-subscribe .pls-subscribe {
display: flex;
flex-direction: column;
width: 100%;
}
.pls-newsletter .pls-subscribe-form,
.footer-subscribe .pls-subscribe-form {
display: flex;
margin-bottom: 1rem;
position: relative;
}
.pls-newsletter .pls-subscribe-form > p:not(:last-child),
.footer-subscribe .pls-subscribe-form > p:not(:last-child) {
width: 100%;
}
.pls-newsletter:not(.overlay-form) .pls-subscribe-form > p:not(:last-child),
.footer-subscribe:not(.overlay-form) .pls-subscribe-form > p:not(:last-child) {
margin-right: 10px;
}
.overlay-form .pls-subscribe-form p,
.pls-subscribe-form + p,
.pls-subscribe-form > p {
margin: 0;
} .pls-newsletter-in-column .mc4wp-form-fields,
.pls-newsletter-in-column .pls-subscribe-form {
flex-direction: column;
gap: 20px;
margin-bottom: 0;
} .pls-text-slider {
color: var(--pls-heading-color);
font-size: 14px;
font-weight: var(--pls-font-weight-bold);
margin-left: 4rem;
margin-right: 4rem;
text-align: center;
text-transform: uppercase;
}
.elementor-widget-pls-text-slider .pls-slider-wrapper {
margin: 0 auto;
}
.elementor-widget-pls-text-slider .pls-slider-next,
.elementor-widget-pls-text-slider .pls-slider-prev,
.elementor-widget-pls-text-slider .pls-slider-next:hover,
.elementor-widget-pls-text-slider .pls-slider-prev:hover {
background: none;
border: none;
color: var(--pls-heading-color);
opacity: 1;
pointer-events: visible;
visibility: visible;
transform: translateY(0);
} .pls-text-image-items {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.pls-text-image-item {
display: flex;
align-items: center;
gap: 16px;
}
.pls-text-with-image .pls-ti-image {
width: initial;
}
.pls-ti-image img {
max-width: 75px;
width: 75px;
}
.pls-ti-title {
color: var(--pls-heading-color);
font-size: 30px;
font-weight: var(--pls-font-weight-medium);
line-height: 42px;
}
.pls-text-image-button {
margin-top: 2rem;
text-align: center;
}
.pls-text-image-button .btn-style-link {
text-transform: uppercase;
}
.pls-text-image-button a.btn-style-link:before,
.pls-text-image-button a.btn-style-link:after {
border-width: 2px;
} .pls-marquee {
--gap: 2rem;
gap: 2rem;
display: flex;
overflow: hidden;
position: relative;
user-select: none;
}
.pls-marquee-items {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-around;
gap: 2rem;
min-width: 100%;
animation-name: marquee;
animation-iteration-count:infinite;
animation-timing-function:linear;
animation-duration: 30s
}
.pls-marquee-item {
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
text-transform: uppercase;
}
.pls-marquee-item,
.pls-marquee-item-icon {
color: var(--pls-heading-color);
display: flex;
align-items: center;
}
.pls-marquee-item-separator {
background-color: var(--pls-heading-color);
width: 2rem;
height: 2px;
}
.pls-marquee-hover-paused:hover .pls-marquee-items {
animation-play-state: paused;
}
.pls-marquee-reverse .pls-marquee-items {
animation-direction: reverse;
} .pls-product-sale-marquee,
.products .pls-product-image .pls-product-countdown-timer {
display: flex;
flex-direction: row;
padding: 3px 0;
position: absolute;
bottom: 0;
transition: all .45s ease;
overflow-x: hidden;
width: 100%;
}
.pls-product-sale-marquee {
background-color: var(--pls-secondary-color);
}
.products .pls-product-image .pls-product-countdown-timer {
background-color: rgba(255, 255, 255, 0.8);
color: var(--pls-critical-color);
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
justify-content: center;
line-height: 1.5;
margin: 0;
padding: 7px;
pointer-events: none;
text-transform: uppercase;
transition: 0.3s ease-out 0s;
}
.products .pls-product-countdown-timer > * {
word-spacing: 2px;
}
.products.grid-view .pls-product-inner:hover .pls-product-image .pls-product-countdown-timer  {
opacity: 0;
visibility: hidden;
transform: translateY(100%);
}
.products.grid-view .pls-product-inner:hover .pls-product-sale-marquee{
opacity: 0;
}
.pls-product-sale-marquee .pls-marquee {
align-items: center;
flex: 0 0 auto;
flex-direction: row;
min-width: 100%;
overflow: initial;
}
.pls-product-sale-marquee .pls-marquee-items {
animation-name: marquee;
animation-iteration-count:infinite;
animation-timing-function:linear;
animation-duration: 20s;
gap: 0;
}
.pls-product-sale-marquee .pls-marquee-item {
color: var(--pls-secondary-inverse-color);
gap: 5px;
}
.pls-marquee-separator:before {
color: red;
font-size: 16px;
line-height: 1;
padding: 0 10px;
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX( calc( -100% - var(--gap) ) );
}
} .pls-store-location {
overflow: hidden;
}
.pls-store-list {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
padding-bottom: 10px;
overflow-y: auto;
}
.pls-store-location .nav-tabs-wrapper {
margin-bottom: 3rem;
}
.pls-store-location .tab-content,
.pls-store-location-map .tab-content {
position: relative;
}
.pls-store-location .pls-store-image img { 
width: 100%
}
.pls-store-list .nav-item {
white-space: initial;
}
.pls-store-list .nav-link {
border-radius: 8px;
border: 2px solid #e9e9e9;
cursor: pointer;
display: flex;
flex-direction: column;
gap: 12px;
padding: 24px;
transition: all 0.3s ease;
width: 310px
}
.pls-store-list .nav-link:hover {
color: initial;
}
.pls-store-list .nav-link.active,
.pls-store-list .nav-link:hover {
border-color: var(--pls-secondary-color);
}
.pls-store-list .pls-store-title {
margin: 0;
}
.pls-store-list .pls-store-info {
display: flex;
flex-direction: column;
gap: 8px;
}
.pls-store-list::-webkit-scrollbar {
width: 5px;
height: 7px;
}
.pls-store-list::-webkit-scrollbar-thumb {
background: var(--pls-border-color);
}
.pls-store-list::-webkit-scrollbar-track {
background: transparent;
}
.pls-store-content {
display: grid;
}
@media (min-width: 768px) {
.pls-store-content {
grid-template-columns: 1fr 1fr;
}
}
.pls-store-detail-title h3 {
font-size: 40px;
margin-bottom: 0;
}
.pls-store-detail ul {
margin: 0 !important;
}
.pls-store-detail {
background-color: #F7F7F7;
display: flex;
flex-direction: column;
justify-content: center;
gap: 40px;
padding: 40px 80px 40px 100px;
}
.pls-store-detail > ul {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px 60px;
}
.pls-store-detail h5 {
margin-bottom: 8px;
}
.pls-store-info-social.icons-theme-colour a {
background-color: #ffffff;
}
.tab-content .tab-pane p {
margin-bottom: 0;
} .pls-store-location-map .section-content {
display: flex;
flex-direction: column;
gap: 3.5rem;
}
@media (min-width:1025px) {
.pls-location-map-horizontal .pls-store-list .nav-link {	
width: 410px;
} 
}
@media (min-width:768px) {
.pls-location-map-horizontal .section-content {
flex-direction: row;
gap: 2rem;
}
.pls-location-map-horizontal .pls-store-list {
flex-direction: column;
margin-bottom: 0;
padding-bottom: 0;
padding-right: 16px;
max-height: 100vh;
overflow-x: auto;
overflow-y: initial;
}
.pls-location-map-horizontal .tab-content {
flex: auto;
}
.pls-location-map-horizontal iframe {
height: 100vh;
}
.pls-location-map-horizontal .pls-info-label {
font-weight: 600;
}
} .pls-before-after-wrap {
position: relative;
}
.pls-before-after-wrap img {
width: 100%;
}
.pls-before-after-wrap .btn-text {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
border-radius: var(--pls-radius-round);
font-size: 12px;
font-weight: var(--pls-font-weight-medium);
position: absolute;
padding: 11px 24px;
text-transform: uppercase;
}
.pls-before-text {
top: 1.25rem;
left: 1.25rem;
}
.pls-after-text {
top: 1.25rem;
right: 1.25rem;
}
.pls-before-after-image .twentytwenty-handle {
background-color: #FFFFFF;
border-color: var(--pls-secondary-color);
border-width: 2px;
}
.pls-before-after-image .twentytwenty-left-arrow {
border-right-color: var(--pls-secondary-color);
}
.pls-before-after-image .twentytwenty-right-arrow {
border-left-color: var(--pls-secondary-color);
}
.twentytwenty-horizontal .twentytwenty-handle:before, 
.twentytwenty-horizontal .twentytwenty-handle:after, 
.twentytwenty-vertical .twentytwenty-handle:before, 
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-handle {
box-shadow: none;
} @-ms-viewport {
width: device-width;
} @media (max-width:1024px){ .section-heading {
margin-bottom: 1.5rem;
}
.pls-element .view-all-btn a {
font-size: 14px;
line-height: 22px;
}
.pls-products-category-tabs.pls-tabs .nav-link {
font-size: 16px;
}
.pls-tabs .nav-link {
font-size: 20px;
}
.pls-products-tabs .section-sub-categories {
display: none;
}
.pls-products-tabs.tabs-with-heading .section-heading {
display: flex;
justify-content: center;
flex-direction: column;
}	
.pls-element .section-heading h2 {
font-size: 30px;
}
.pls-products-tabs.tabs-with-heading .section-heading h2 {
margin-bottom: 2rem;
}
.pls-product-categories .category-title, 
.pls-product-categories-thumbnails .category-title, 
.pls-product-custom-categories .category-title, 
.pls-products-categories .category-title, 
.pls-product-brands .brand-title {
font-size: 18px;
}
.product-category .pls-category-title {
font-size: 16px;
line-height: 24px;
}
.pls-category-content {
padding: 1rem 0.75rem;
}
.pls-category-content > a {
padding: 8px;
}
.products.pls-has-product-count .pls-category-content > a, 
.products.products-wrap .pls-category-content > a {
justify-content: center;
}
.woocommerce-loop-category__title a:after, 
.product-category .pls-category-title:after, 
.category-title a:after, 
.pls-slide-button a:after {
font-size: 14px;
}
.pls-element.pls-single-product .single-product-content {
gap: 2.5rem;
}
.pls-product-count-wrap,
.pls-element.pls-single-product .pls-product-gallery-thumbnails {
display: none;
}	
.products.pls-product-horizontal .product-title, 
.pls-product-horizontal div.product p.price, 
.pls-product-horizontal div.product span.price {
font-size: 16px;
}	
.products.pls-product-horizontal .pls-product-actions {
padding: 0 !important;
}
.pls-products-hotdeal .pls-product-actions .pls-product-icons {
display: none !important;
}
.pls-featured-products-wrap {
gap: 2rem;
}
.pls-featured-products-items {
flex: 0 0 45%;
max-width: 45%;
}
.pls-featured-products-list {
margin-top: 0.5rem;
}
.pls-featured-product-title {
font-size: 20px;
}
.pls-featured-products-view-all-btn {
margin-top: 1.5rem;
}
.pls-featured-product-info {
align-items: flex-start;
flex-direction: column;
gap: 10px;
}
.pls-products-video-follow-btn {
margin-top: 1rem;
}
.tabs-layout:not(.tabs-right) .nav-tabs li.nav-item {
margin-bottom: .5rem;
}
.pls-accordion .card-header .card-title {
font-size: 18px;
}
.pls-button .btn-style-link {
font-size: 14px;
}
.pls-cta-wrapper {
flex-direction: column;
text-align: center;
}
.pls-cta-btn {
margin-top: 1rem;
}
.pls-testimonial-style-1 .pls-client-title {
font-size: 18px;
}
.pls-testimonials .pls-quickview-btn,
.pls-instagram-shop .pls-quickview-btn  {
width: 36px;
height: 36px;
opacity: 1;
visibility: visible;
transform: translate(0);
}
.pls-testimonials .pls-quickview-btn:before,
.pls-instagram-shop .pls-quickview-btn:before {
font-size: 16px;
}
.pls-testimonial-style-5 .pls-quote-icon:before {
font-size: 44px;
}
.pls-testimonial-style-5 .pls-client-quote {
margin-top: 1rem;
}
.pls-instagram .pls-instagram-icon:after {
font-size: 22px;
height: 42px;
width: 42px;
}
.accordion-layout .tab-content-wrap a.accordion-title, 
.toggle-layout .tab-content-wrap a.accordion-title,
.tabs-layout .tab-content-wrap a.accordion-title {
font-size: 20px;
}
.pls-team .pls-member-info {
margin-top: 1rem;
}
.pls-team .pls-member-name {
font-size: 18px;
}	
.pls-store-location .nav-tabs-wrapper {
margin-bottom: 1.5rem;
}
.pls-store-detail-title h3 {
font-size: 26px;
}
.pls-store-detail {
padding: 20px 20px 30px 20px;
}
.pls-store-detail > ul {
gap: 20px 20px;
}
.pls-width-20,
.pls-width-30 {
max-width: 40%; 
}
.pls-width-40,
.pls-width-50 {
max-width: 60%; 
}
.pls-width-60,
.pls-width-70 {
max-width: 80%; 
}
} @media (max-width:767px){ .pls-element .section-heading h2 {
font-size: 22px;
}
.pls-element .view-all-btn {
line-height: 26px;
}		
.products.row,
.pls-slider.row {
margin-left: -7.5px;
margin-right: -7.5px;
}
.pls-slider:not(.pls-home-slides) .swiper-slide,
.products div.product, 
.products div.product-category,
.pls-blog-slider article, 
.related.posts article, 
.pls-banners-slider .pls-banner, 
.pls-team .pls-team-member, 
.pls-testimonials:not(.pls-testimonial-style-6) .pls-client, 
.pls-product-brands .product-brand, 
.pls-dokan-vendors .pls-single-vendor, 
.pls-wc-vendors .pls-single-vendor, 
.pls-wcfm-vendors .pls-single-vendor {
padding-left: 7.5px;
padding-right: 7.5px;
}
.pls-products-category-tabs.pls-tabs .nav-link {
font-size: 14px;
}
.pls-heading.pls-text-center.separator-line .separator-left,
.pls-heading.pls-text-center.separator-line .separator-right,
.pls-heading.pls-text-right.separator-line .separator-left,
.pls-heading.pls-text-left.separator-line .separator-right {
width: 50px;
}
.products-and-categories-box .section-categories {
border-right:none !important;
border-bottom: var(--pls-border-bottom);
}
.products-and-categories-box .sub-categories {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.products-and-categories-box .sub-categories li {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.pls-product-horizontal .pls-product-image {
flex: 0 0 30%;
max-width: 30%;
}
.pls-product-border .pls-product-horizontal .pls-product-inner {
padding: 15px;
}
.pls-product-horizontal .pls-product-inner {
gap: 1rem;
}
.products.pls-product-horizontal .product-title, 
.pls-product-horizontal div.product p.price, 
.pls-product-horizontal div.product span.price {
font-size: 14px;
}
.pls-products-hotdeal .pls-product-countdown-timer  {
display: none !important;
}
.pls-accordion .card-header .card-title {
font-size: 16px;
}
.pls-testimonial-style-6 .pls-content-slider {
flex: 0 0 55%;
max-width: 55%;
}
.pls-testimonial-style-6 .pls-content-thumb-slider {
flex: 0 0 38%;
max-width: 38%;
}
.pls-element.pls-single-product .single-product-content {
flex-direction: column;
gap: 0.5rem;
}
.pls-element.pls-single-product .single-product-content > div {
flex: 0 0 100%;
max-width: 100%;
}
.pls-products-hotdeal .pls-flash-sale-timer {
font-size: 14px;
}
.pls-products-hotdeal .pls-product-stock-label {
font-size: 12px;
}
.pls-hotspot .pls-hotspot-content-product {
width: 160px;
}
.pls-hotspot-content .pls-product-image img {
max-height: 120px;
}
.pls-video-tabs {
flex-direction: column-reverse;
}
.pls-before-after-wrap .btn-text {
font-size: 11px;
padding: 8px 16px;
top: 0.5rem;
}
.pls-before-text {
left: 0.5rem;
}
.pls-after-text {
right: 0.5rem;
}
.pls-product-categories-thumbnails .category-title, 
.pls-product-brands .brand-title {
font-size: 16px;
}
.pls-featured-products-wrap {
display: flex;
gap: 1.5rem;
flex-direction: column;
}
.pls-featured-product-title {
font-size: 16px;
padding: 0.75rem 0;
}
.pls-featured-products-items {
flex: 0 0 100%;
max-width: 100%;
}
.pls-featured-products-view-all-btn {
margin-top: 1rem;
}
.pls-featured-product-info {
left: 0.75rem;
bottom: 0.75rem;
right: 0.75rem;
}
.accordion-layout .tab-content-wrap a.accordion-title, 
.toggle-layout .tab-content-wrap a.accordion-title,
.tabs-layout .tab-content-wrap a.accordion-title {
font-size: 18px;
}
.pls-tabs .nav-link {
font-size: 18px;
}
.pls-testimonial-style-3 .pls-client-wrap {
flex-direction: column;
}
.pls-testimonial-style-3 .pls-client-img {
flex: 100%;
max-width: 100%;
}
.pls-testimonial-style-3 .pls-client-data {
padding: 1.25rem;
}
.pls-team .pls-member-info {
margin-top: 1rem;
}
.pls-team .pls-member-name {
font-size: 16px;
}
.pls-team .pls-member-social {
margin-top: 0;
}
.pls-store-detail-title h3 {
font-size: 22px;
}
.pls-store-detail h5 {
font-size: 16px;
}	
.pls-store-location-map .section-content {
gap: 1.5rem;
}
.pls-location-map-horizontal iframe {
height: 300px;
}
} @media (max-width:640px){ .tabs-with-heading .section-heading {
gap: 1rem;
}
.pls-width-20,
.pls-width-30,
.pls-width-40,
.pls-width-50,
.pls-width-60,
.pls-width-70,
.pls-width-80,
.pls-width-90{
max-width:100%;
}
.pls-testimonial-style-6 .section-content {
flex-direction: column-reverse;
align-items: center;
gap: 1.5rem;
}
.pls-testimonial-style-6 .pls-content-slider {
flex: 0 0 100%;
max-width: 100%;
}
.pls-testimonial-style-6 .pls-content-thumb-slider {
flex: 0 0 70%;
max-width: 70%;
}
.pls-testimonial-style-6 .pls-slider-navigation {
margin-top: 0.75rem;
}
.pls-store-detail {		
gap: 16px;
}		
.pls-store-detail > ul {
grid-template-columns: 1fr;
}
} @media (max-width:575px){ .products-and-categories-box .sub-categories li {
flex: 0 0 50%;
max-width: 50%;
}	
.pls-testimonial-style-2 .pls-client-wrap {
flex-direction: column;
}
.pls-testimonial-style-2 .pls-client-img {
flex: 100%;
max-width: 100%;
}
.pls-text-slider {
margin-left: 2rem;
margin-right: 2rem;
}
.e-con-full .elementor-widget-pls-text-slider .pls-slider-prev {
left: 0;
}
.e-con-full .elementor-widget-pls-text-slider .pls-slider-next {
right: 0;
}
.pls-heading-flash-sale {
flex-direction: column;
gap: 0.75rem;
}
}
   .gutters-space-0{
margin-right: 0;
margin-left: 0;
}
.gutters-space-0 > .col, 
.gutters-space-0 > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.gutters-space-5{
margin-right: -5px;
margin-left: -5px;
}
.gutters-space-5 > .col, 
.gutters-space-5 > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
margin-bottom: 10px;
}
.gutters-space-10{
margin-right: -10px;
margin-left: -10px;
}
.gutters-space-10 > .col, 
.gutters-space-10 > [class*="col-"] {
padding-right: 10px;
padding-left: 10px;
margin-bottom: 20px;
}
.gutters-space-15{
margin-right: -15px;
margin-left: -15px;
}
.gutters-space-15 > .col, 
.gutters-space-15 > [class*="col-"] {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
}
.slider-gutters-space-0 .slider-group > div:not(:last-child){
margin-bottom: 0;
}
.slider-gutters-space-5 .slider-group > div:not(:last-child){
margin-bottom: 10px;
}
.slider-gutters-space-10 .slider-group > div:not(:last-child){
margin-bottom: 20px;
}
.slider-gutters-space-15 .slider-group > div:not(:last-child){
margin-bottom: 30px;
}  .woosw-list table.woosw-items tbody th,
.woosw-list table.woosw-items tfoot th,
.woosw-list table.woosw-items tr td {
border-bottom: var(--pls-border-top);
padding: 1.25rem 0.75rem;
vertical-align: middle;
}
.woosw-items p {
margin: 0;
}
.woosw-list table.woosw-items tr:nth-child(2n) td {
background: none;
}
.woosw-list table.woosw-items tr:hover td {
background-color: var(--pls-theme-background-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--image img,
.woosw-popup .woosw-items .woosw-item .woosw-item--image img,
.woosc-list .woosc_table img {
border-radius: var(--pls-border-radius-s);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a,
.woosw-popup .woosw-items .woosw-item .woosw-item--name, 
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
font-weight: var(--pls-font-weight-medium);
}
.woosw-items .button {
line-height: 1.7;
padding: 10px 20px;
}
.woosw-list .woosw-copy {
gap: 8px;
} .woosw-popup {
font-size: 16px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
max-width: inherit;
width: 500px;
}
.woosw-popup.woosw-popup-center .woosw-popup-inner .woosw-popup-content { 
border-radius: var(--pls-border-radius);
}
.woosw-popup .woosw-items .button {
font-size: 14px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
padding: 16px 0;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions {
display: flex;
flex-direction: column;
gap: .5rem;
align-items: flex-end;
}
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
color: var(--pls-heading-color);
background: none;
font-size: 24px;
font-weight: var(--pls-font-weight-medium);
text-transform: capitalize;
padding: 1.25rem 1.5rem;
height: initial;
line-height: inherit;
}
.woosw-popup.woosw-popup-center .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
color: var(--pls-heading-color);
background: none;
font-size: 20px;
font-weight: var(--pls-font-weight-medium);
padding: 1rem;
height: initial;
line-height: inherit;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
background-color: var(--pls-theme-background-color);
color: var(--pls-heading-color);
border-radius: 50%;
height: 40px;
line-height: 40px;
position: absolute;
top: calc(50% - 24px);
right: 1rem;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:after {
width: 40px;
height: 40px;
line-height: 40px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:hover {
background-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-items {
Padding: 0;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
padding: 1.25rem 1.5rem;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
color: var(--pls-link-color);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
color: var(--pls-link-hover-color);
} .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
background-color: var(--pls-theme-background-color);
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
text-transform: capitalize;
}
.woosc-list .woosc_table td.td-label,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
color: var(--pls-heading-color);
font-weight: var(--pls-font-weight-bold);
text-transform: capitalize;
}
.woosc-list .woosc_table button,
.woosc-area .woosc-inner .woosc-table button {
line-height: 1.7;
padding: 10px 20px;
} .pls-slider-wrapper {
position: relative;
}
.swiper-button-lock {
display: none !important;
}
.pls-slider-next,
.pls-slider-prev,
.pls-swiper-button {		
background-color: var(--pls-secondary-inverse-color);
color: var(--pls-secondary-color);
border: 1px solid var(--pls-text-color);
border-radius: var(--pls-radius-round);
box-shadow: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
position:absolute;
top: calc(50% - 22px);
opacity: 0;
width: 44px;
height: 44px;
visibility: hidden;
pointer-events: none;
backface-visibility: hidden;
transition: all .25s ease;
z-index: 9;
}
.pls-slider-next:hover,
.pls-slider-prev:hover,
.pls-swiper-button:hover,
.swiper-button-disabled {		
background-color: var(--pls-secondary-color);
border-color: var(--pls-secondary-color);
color: var(--pls-secondary-inverse-color);
}
.swiper-paginataion + .pls-slider-navigation .pls-slider-next,
.swiper-paginataion + .pls-slider-navigation .pls-slider-prev {
top: calc(50% - 50px);
}
.pls-slider-prev {
left: -1.5rem;
transform: translateX(-30px);
}
.pls-slider-next {
right: -1.5rem;
transform: translateX(30px);
}
.pls-slider-prev:after,
.pls-slider-next:after {
font-size: 18px;
}
.pls-slider-wrapper:hover .pls-slider-prev,
.pls-slider-wrapper:hover .pls-slider-next,
.swiper:hover .pls-swiper-button {
opacity: 1;
pointer-events: visible;
visibility: visible;
transform: translateY(0);
}
.swiper-button-disabled {
cursor: no-drop;
opacity: .7 !important;
}
.pls-slider-wrapper > .pls-slider-pagination:not(.swiper-pagination-lock) {
margin-top: 2rem;
}
.pls-slider-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
}
.swiper-pagination-bullet {
background-color: transparent;
border: 1px solid var(--pls-secondary-color); 
border-radius: 50%;
display: inline-block;
margin: 0 !important;
width: 8px;
height: 8px;
position: relative;
transition: all 0.45s;
opacity: 1;
}
.swiper-pagination-bullet:before {
border: 1px solid transparent;
border-radius: 50%;
content: "";
left: 50%;
top: 50%;
padding: 7px;
position: absolute;
width: 100%;
height: 100%;
transform: translate(-50%,-50%);
transition: all .45s ease;
}
.swiper-pagination-bullet-active {
background-color: var(--pls-secondary-color);
}
.swiper-pagination-bullet-active:before{
border-color: var(--pls-secondary-color);
}
.swiper-pagination .swiper-pagination-bullet {
margin: 0 7px !important;
}
.pls-testimonials .pls-slider.swiper {
overflow: visible;
clip-path: inset(-15px 0 -15px 0);
}
.pls-slider-scrollbar {
background: var(--pls-border-color);
margin-top: 1.5rem;
}
.swiper-scrollbar-drag {
background: var(--pls-secondary-color2);
cursor: pointer;
height: 7px;
} .e-con-full .pls-slider-prev {
left: 1.5rem;
}
.e-con-full .pls-slider-next {
right: 1.5rem;
} .product-thumbnail-bottom .pls-product-gallery-thumbnails:not(.swiper-wrapper),
.product-gallery-horizontal .woocommerce-product-gallery__wrapper:not(.swiper-wrapper),
.product-gallery-horizontal-2 .woocommerce-product-gallery__wrapper:not(.swiper-wrapper) {
display: flex;
flex-wrap: nowrap;
justify-content: center;
}
.woocommerce-product-gallery--slider .woocommerce-product-gallery__wrapper:not(.swiper-initialized) > *,
.pls-product-gallery-thumbnails:not(.swiper-initialized) > * {
display: none !important;
} :is(.product-thumbnail-left, .product-thumbnail-right, .product-thumbnail-bottom, .product-thumbnail-none) .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .swiper-wrapper > *:nth-of-type(1),
:is(.product-gallery-horizontal, .product-gallery-horizontal-2) .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .swiper-wrapper > *:nth-of-type(-n+3),
:is(.product-thumbnail-left, .product-thumbnail-right, .product-thumbnail-bottom) .pls-product-gallery-thumbnails:not(.swiper-initialized) .swiper-wrapper > *:nth-child(-n+5) {
display: block !important;
}
.product-thumbnail-bottom .pls-product-gallery-thumbnails:not(.swiper-initialized) .swiper-wrapper > * {
flex: 0 0 20%;
max-width: 20%;
}
:is(.product-gallery-horizontal, .product-gallery-horizontal-2) .woocommerce-product-gallery__wrapper:not(.swiper-initialized) .swiper-wrapper > * {
flex: 0 0 33.33%;
max-width: 33.33%;
margin-right: 1rem;
} .mfp-bg {
background: #181818;
opacity: 0.2;
}
button.mfp-arrow {
background:none !important;
}
.mfp-close-btn-in .mfp-close {
color: var(--pls-link-color);
padding: 0;  
left: inherit;
right: 10px;
top: 10px;
height: 32px; 
width: 32px;
opacity: 1; 
}
.mfp-close-btn-in .mfp-close:before {
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
}
.mfp-content {
text-align: left;
}
.mfp-close {
font-size: 0;
} .wpcf7-form label input,
.wpcf7-form label textarea,
.wpcf7-form label select {
margin-top: 10px;
}
.wpcf7-form label select {
width: 100%;
}
.wpcf7 br {
display: none;
}
.wpcf7 label {
display: inline-block;
margin-bottom: 0;
width: 100%;
}
.footer-widget .pls-contact-info-widget {
margin-bottom: 1rem;
}
.pls-contact-info {
font-size: 16px;
display: flex;
flex-direction: column;
gap: 1rem;
}
.pls-contact-us > h3 {
margin-bottom:0.4rem;
}
.pls-contact-us .form-description {
margin-bottom: 1.25rem;
}
.pls-contact-info-description a {
font-size: 12px;
font-weight: var(--pls-font-weight-bold);
color: var(--pls-footer-title-color);
}
ul.pls-contact-info-data i {
color: var(--pls-footer-title-color);
} .pls-contact-info > * {
margin: 0;
}
.pls-contact-info-data {
display: flex;
flex-direction: column;
gap: 0.45rem;
}
.pls-contact-info-data li {
display: flex;
align-items: center;
gap: 0.75rem;
}
.pls-contact-info-label {
color: var(--pls-link-color);
font-weight: var(--pls-font-weight-bold);
min-width: 67px;
}
.widget .pls-contact-info-label {
font-size: 16px;
}
.widget .pls-contact-info ul li {
margin: 0;
}
.pls-info-items-inline .pls-contact-info-data {
gap: 0;
}
.pls-info-items-inline .pls-contact-info-data li {
gap: 0.5rem;
flex-direction: column;
align-items: start;
justify-content: center;
} .mc4wp-form {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.mc4wp-form-fields { 
display: flex;
justify-content: center;
position: relative;
max-width: 700px;
width: 100%;
}
.mc4wp-form-fields > p:not(:last-child) {
width: 100%;
}
.mc4wp-form-fields label {
font-size: 0;
}
.newsletter-form input[type="checkbox"] {
background-color: var(--pls-body-background);
width: 16px;
height: 15px;
}
.mc4wp-form-fields input:not(input[type="checkbox"]):not([type="submit"]):not(button), 
.mc4wp-form-fields select {
height: 56px;
border-radius: var(--pls-radius-round);
}
@media (min-width:768px) { 
.mc4wp-form-fields > p:not(:last-child) {
margin-right: 10px;
}
}
.mc4wp-form-fields [type="submit"] {
font-size: 14px;
text-transform: uppercase;
} .overlay-form .mc4wp-form-fields [type="submit"] {
box-shadow: none;
padding: 12px 40px;
position: absolute;
right: 5px;
top: 5px;
bottom: 5px;
}
.overlay-form .mc4wp-form-fields > p:not(:last-child) {
margin-right: 0;
} .simple-form .mc4wp-form-fields [type="submit"] {
width: 100%;
}
.pls-newsletter-widget .overlay-form .mc4wp-form-fields [type="submit"],
.overlay-form.pls-newsletter-button-icon .mc4wp-form-fields [type="submit"] {
font-size: 0;
padding: 0;
width: 46px;
}
.pls-newsletter-widget .overlay-form .mc4wp-form-fields button:after,
.overlay-form.pls-newsletter-button-icon .mc4wp-form-fields button:after {
font-size: 20px;
font-weight: 400;
}
.pls-newsletter-widget .mc4wp-form {	
text-align: left;
} .pls-newsletter-popup {
background-color: var(--pls-body-background);
border-radius: var(--pls-newsletter-popup-radius);
margin: 0 auto;
position: relative;
max-height: calc(100vh - 80px);
max-width: var(--pls-newsletter-popup-width);
overflow-x: hidden;
scrollbar-width: thin;
}
.pls-newsletter-popup .mc4wp-form-fields input:not(input[type="checkbox"]) {
height: 50px !important;
}
.pls-newsletter-popup .mc4wp-form-fields [type="submit"] {
padding: 15px 40px !important;
} body .e-con-boxed {
--container-default-padding-inline-end: var(--pls-grid-gap);
--container-default-padding-inline-start: var(--pls-grid-gap);
--container-default-padding-right: var(--pls-grid-gap);
--container-default-padding-left: var(--pls-grid-gap);
--container-default-padding-top: var(--pls-grid-gap);
--container-default-padding-bottom: var(--pls-grid-gap);
--widgets-spacing: calc(var(--pls-grid-gap) * 2);
}
@media (min-width: 1200px){
body.pls-wrapper-full.pls-no-sidebar .pls-site-container .e-con-boxed.e-parent > .e-con-inner {
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
}
body.elementor-page.pls-has-sidebar .pls-site-container .e-parent {
padding-inline-start: 0;
padding-inline-end: 0;
}
body.elementor-page.page.pls-no-sidebar .pls-site-content > .container,
body.error404 .pls-site-content > .container {
padding-left: 0;
padding-right: 0;
max-width: 100%;
width: 100%;
}
.elementor-inner-section .elementor-container {
margin-left: calc(var(--pls-grid-gap) * -1);
margin-right: calc(var(--pls-grid-gap) * -1);
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: var(--pls-grid-gap);
}
.elementor-widget:not(:last-child) {
margin-bottom: calc(var(--pls-grid-gap) * 2);
}
.pls-blog-slider article,
.related.posts article,
.pls-banners-slider .pls-banner,
.pls-team .pls-team-member,
.pls-testimonials:not(.pls-testimonial-style-6) .pls-client,
.pls-product-brands .product-brand,
.pls-dokan-vendors .pls-single-vendor,
.pls-wc-vendors .pls-single-vendor,
.pls-wcfm-vendors .pls-single-vendor {
padding-right: var(--pls-grid-gap);
padding-left: var(--pls-grid-gap);
}
.elementor-widget-container > p:last-child,
.elementor-text-editor > p:last-child {
margin-bottom: 0;
}
.elementor-form textarea {
height: inherit !important;
} .pls-element-animation-effect .e-con-inner > .elementor-element {
transition-duration: 450ms;
transition-property: transform;
transition-timing-function: ease-out;
}
.pls-element-animation-effect .e-con-inner > .elementor-element:active, 
.pls-element-animation-effect .e-con-inner > .elementor-element:focus, 
.pls-element-animation-effect .e-con-inner > .elementor-element:hover {
transform: translateY(-8px);
} .elementor-template-full-width .row > [data-elementor-type] {
flex: 1 1 100%;
width: 100%;
} .wp-block-themepunch-revslider > p.rs-p-wp-fix {
margin: 0;
} .dokan-dashboard .tooltip.fade.in {
opacity: 0.8;
} 
input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn {
border-radius: var(--pls-border-radius-s);
box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
font-weight: var(--pls-font-weight-bold);
border: 0;
line-height: 1.4;
padding: 0.75em 1.4671em;
text-transform: capitalize;
}
input[type="submit"].dokan-btn-sm, 
a.dokan-btn-sm, 
.dokan-btn-sm {
padding: 12px 10px;
}
.dokan-form-group select {
display: inline-block;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
font-size: 30px;
}
.dokan-dashboard header.dokan-dashboard-header h1 small {
font-weight: normal;
}
.dokan-dashboard .dokan-payment-settings-summary h2 {
font-size: 24px;
}
.dokan-product-edit-form .dokan-price-container input[type="text"] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;	
}
select.dokan-form-control {
border-radius: 8px;
border-width: 2px;
height: 45px;
padding-left: var(--pls-grid-gap);
padding-right: var(--pls-grid-gap);
}
.dokan-dashboard-wrap .select2-container--default .select2-selection--single {
min-width: auto;
}
input.dokan-form-control {
padding:4px 12px;
}
.dokan-label {
border-radius:0;
}
.dokan-dashboard-wrap fieldset {
padding: 0;
margin: 0;
border: 0;
}
.dokan-dashboard-wrap .dokan-input-group-addon,
.dokan-dashboard-wrap .dokan-panel, 
.dokan-dashboard-wrap .dokan-label{
border-radius: 0;
}
.dokan-dashboard-wrap .wp-editor-wrap{
border:none;
}
.dokan-seller-search-form .dokan-w4 input[type="search"] {
border-radius: 0 !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
box-shadow: 0px 0px 3px rgba(0,0,0, .1);
}
.product-edit-container .dokan-feat-image-upload a.close,
.product-edit-container .dokan-feat-image-upload a.close:hover{
color: #FF0000;
}
.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete, 
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete, 
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete{
line-height: 24px;
}
.dokan-form-group #order_date_filter{
display:inline-block;
}
.dokan-message, 
.dokan-info, 
.dokan-error,
.dokan-alert-warning{
border-radius:0;
} #dokan-seller-listing-wrap .store-content .store-data-container .store-data h2 {
font-size: 24px;
margin-bottom: 0px !important;
}
.store-footer a.dokan-btn, 
.store-footer .dokan-btn {
padding: 8px 10px;
font-size: 13px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
padding-bottom: 0;
padding-left: 1.5em;
padding-top: 1.2em;
} .dokan-single-store .dokan-store-tabs ul li{
margin-bottom:0;
}
li.dokan-share-btn-wrap .dokan-share-btn, 
li.dokan-store-follow-store-button-container .dokan-follow-store-button {
margin-top: 3px;
margin-right: 10px;
}
.dokan-single-store .dokan-store-tabs ul li.dokan-right{
border-right:0;
}
.dokan-single-store #reviews #comments > h3{
margin-bottom:1em;
}
.dokan-single-store #reviews .commentlist li img.avatar{
max-width:60px;
}
.dokan-single-store #reviews .commentlist .star-rating{
float:none;
display: block;
font-size: 1em;
}
.dokan-single-store #reviews .commentlist .dokan-rating{
margin-bottom: .4em;
}
.dokan-single-store #reviews .commentlist li .description h4{
font-size: 18px;
margin-bottom: .4em;	
} .products .sold-by {
margin-bottom: 5px;
}
.product .summary .sold-by {
margin-bottom: 0.75rem;
font-size: 15px;
}
.woocommerce div.product div.summary .sold-by a {
font-weight: var(--pls-font-weight-bold);
} .woocommerce-tabs .woocommerce-Tabs-panel--seller > h2,
.woocommerce-Tabs-panel--seller_enquiry_form > h3{
font-size: 20px;
margin-bottom: .6781em;
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul{
list-style: none;
margin-left:0;
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li span:not(.details),
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li.seller-name span.details{
color: var(--pls-link-color);
font-weight: var(--pls-font-weight-bold);
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li.seller-name span.details a {
color: var(--pls-heading-color);
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul .star-rating{
float: left;
margin-top: 3px;
margin-right: 5px;
}
.form-control{
border-radius:0;
}
.form-control:focus{
background:none;
border:none;
box-shadow:none;
color:inherit;	
}
.woocommerce div.summary .dokan-report-abuse-button {
font-size: 1em;
}
.dokan-report-abuse-button i{
margin-right:5px;
}
.dokan-report-abuse-button.working i{
display:none;
}
.dokan-report-abuse-button.working:before{
margin-right:5px;
}
.dokan-form-container label{
font-weight:normal;
} .dokan-store-menu .caret-icon{
display:none;
}
.widget .dokan-store-open-close .open-close-day label {
display:inline-block;
}
.widget .dokan-store-open-close .open-close-day {
padding-bottom: 10px;
padding-top: 0;		
} .pls-vendors-list p {
margin-bottom:5px;
}
.pls-store-wrapper {
border-radius: var(--pls-border-radius);
box-shadow: 0px 0px 3px rgba(0, 0, 0, .15);
transition: box-shadow .25s ease;
}
.pls-store-wrapper:hover {
box-shadow: 0px 0px 6px rgba(0, 0, 0, .15);
}
.pls-store-content-wrapper {
height: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 0 50%;
height: 220px;
position: relative;
overflow: hidden;
}
.pls-store-content-container {	
padding: 1rem;
}
.pls-store-content-wrapper.has-vendor-background,
.pls-store-content-wrapper.has-vendor-background .pls-store-data h2 {
color:#ffffff;
}
.pls-store-content-wrapper.has-vendor-background .pls-store-content-container {
background-color: rgba(0, 0, 0, 0.35);	
height: 100%;
}
.pls-vendors-list .pls-store-data h2 {
margin: 9px 0px;
font-size: 20px;
}
.pls-vendors-list .pls-store-rating {
display: inline-block;
float:none;
margin-bottom: 8px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label,
.pls-vendors-list .featured-label {
background-color: #ff9f00;
border-radius:0;
box-shadow:none;
color: #ffffff;
display: inline-block;
font-size: 10px;
font-weight: var(--pls-font-weight-bold);
padding: 3px 10px;
text-transform: uppercase;
}
.pls-vendors-list .vendor-avatar {
background: #ffffff;
display: inline-block;
padding: 6px;
position: absolute;
width: 80px;
height: 80px;
top: -40px;
right: 20px;
border-radius: 40px;
box-shadow: 0px 0px 10px rgba(0,0,0, .1);
}
.pls-vendors-list .vendor-avatar img {
width: 100%;
height: 100%;
border-radius: 40px;
}
.pls-vendors-list .pls-store-link{
padding: 8px 12px;
font-size:12px;
}
.pls-vendors-list:not(.pls-slider) > div:not(:last-child),
.pls-vendors-list.pls-slider .slider-group > div:not(:last-child){
margin-bottom:2em;
}
.pls-vendors-list .pls-store-products {
display: flex;
margin-bottom: 1em;
}
.pls-vendors-list .store-product{
padding: 5px;
max-width: 56px;
border: 2px solid var(--pls-border-color);
}
.pls-vendors-list .store-product:not(:last-child){	
margin-right: 5px;
}
ul.store-details {
padding-left: 20px;
}
ul.store-details li > i:before {
margin-left: -20px;
}
.dokan-vendor-info-wrap {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-radius: var(--pls-border-radius);
margin-top: 1rem;
}
.dokan-vendor-info .dokan-vendor-name h5 {
margin-bottom: 5px;
} .pls-vendors-default .pls-store-footer{
background-color: var(--pls-theme-background-color);
padding: 1rem;
position: relative;
} .pls-vendors-boxed .pls-store-rating{
display: block;
margin-bottom: 1.5em;
}
.pls-vendors-boxed .vendor-avatar{
border-radius: 90px;
bottom: 1em;
height: 100px;
right: 1.5em;
top: inherit;
width: 100px;
} .pls-vendors-boxed-center-products .pls-store-content-wrapper{
position:inherit;
}
.pls-vendors-boxed-center-products .pls-store-footer{
margin-top: -60px;
padding: 0 1em 1em;
text-align: center;
}
.pls-vendors-boxed-center-products .vendor-avatar{
display: inline-block;
position:inherit;
}
.pls-vendors-boxed-center-products .pls-store-rating{
display: inline-block;
}
.pls-vendors-boxed-center-products .vendor-avatar{
border-radius: 90px;
height: 120px;
width: 120px;
}
.pls-vendors-boxed-center-products .vendor-avatar img{
border-radius: 90px;
}
.pls-vendors-boxed-center-products .pls-store-rating{
margin-bottom:10px;
}
.pls-vendors-boxed-center-products .pls-store-products {
justify-content: center;
} .pls-vendors-boxed-horizontal-products .pls-store-featured {
position: absolute;
left: 0;
top: 1em;
}
.pls-vendors-boxed-horizontal-products .vendor-avatar{
position:inherit;
}
.pls-vendors-boxed-horizontal-products .pls-store-wrapper {
background-color: #ffffff;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
padding: 2em 1em;
position:relative;
}
.pls-vendors-boxed-horizontal-products .pls-store-content-wrapper{
height:inherit;
position: inherit;
}
.pls-vendors-boxed-horizontal-products .pls-store-content {
flex: 0 0 30%;
}
.pls-vendors-boxed-horizontal-products .pls-store-footer {
flex: 1 1 auto;
}
.pls-vendors-boxed-horizontal-products .pls-store-content-container{
text-align:center;
}
.pls-vendors-boxed-horizontal-products .pls-store-rating{
margin-top: 1em;
}
.pls-vendors-boxed-horizontal-products .pls-store-products{
margin-bottom: 0;
margin-top: 1.2em;
} .pls-vendors-boxed-simple .pls-store-content-container{
padding:1.5em;
}
.pls-vendors-boxed-simple .pls-store-content-wrapper{
height:inherit;
text-align:center;
}
.pls-vendors-boxed-simple .pls-store-featured {
position: absolute;
left: 0;
top: 1em;
}
.pls-vendors-boxed-simple .vendor-avatar{
border-radius: 99px;
margin-bottom:.5em;
position: inherit;
height: 120px;
width: 120px;	
}
.pls-vendors-boxed-simple .vendor-avatar img{
border-radius: 99px;
}
.pls-vendors-boxed-simple .pls-store-link{
margin-top:1em;
} .wc-vendors-dashboard input[type="text"], 
.wc-vendors-dashboard input[type="email"], 
.wc-vendors-dashboard input[type="password"], 
.wc-vendors-dashboard input[type="number"], 
.wc-vendors-dashboard input[type="date"], 
.wc-vendors-dashboard textarea{
display: initial;
width: inherit;
}
.wc-vendors-shop-settings table tr{
border:none;
}
.wc-vendors-shop-settings .btn-inverse{
margin-top:5px;
} .pls-wc-vendors.pls-vendors-boxed-horizontal-products .pls-store-link {
margin-top:1em;
} #wcfm-main-contentainer input.wcfm_submit_button, 
#wcfm-main-contentainer button.wcfm_submit_button, 
#wcfm-main-contentainer a.wcfm_submit_button, 
#wcfm-main-contentainer .wcfm_add_category_bt, 
#wcfm-main-contentainer .wcfm_add_attribute, 
#wcfm-main-contentainer .wcfm_add_attribute_term, 
#wcfm-main-contentainer input.upload_button, 
#wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button, 
#wcfm_vendor_approval_response_button, 
#wcfm_bulk_edit_button, 
#wcfm_enquiry_submit_button {
font-size: 14px;
font-weight: var(--pls-font-weight-bold);
border-radius: 2px;
padding:12px 20px !important;	
}
p.wcfm_title strong, span.wcfm_title strong,
#wcfm_membership_container p.wcfm_title strong, 
#wcfm_membership_container span.wcfm_title strong {
font-style: normal;
font-size: 14px;
}
input.wcfm-checkbox:checked:before{
color:#ffffff;
}
#wcfm-main-contentainer a.add_new_wcfm_ele_dashboard, 
#wcfm-main-contentainer a.wcfm_import_export{
font-weight: normal;
}
div.wcfm-collapse-content h2{
font-style: normal;
}
.wcfm_buttons{
z-index:9;
}
.products .product:hover .wcfm_buttons{
z-index:99;
}
.wcfm_ele_wrapper{
margin: 0 0 .5em;
}
.wcfmmp_sold_by_container_advanced{
border: 0;
min-width: auto;
padding: 0;
display: flex;
align-items: center;
margin-bottom:1em;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label{
font-style: normal;
margin-left: 0;
margin-right: 5px;
display: inherit;
font-size: 16px;
font-weight: var(--pls-font-weight-bold);
color: #333;
text-transform: capitalize;
}
.wcfmmp_sold_by_container_left{
margin-top: 0;
margin-bottom: 0;
width: 40px;
}	
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store{
font-size: 16px;
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating, 
.wcfmmp_store_info .wcfmmp-store-rating, 
.wcfmmp_sold_by_container .wcfmmp-store-rating{
font-size: .9em;
}
.pls-quick-view .wcfm_ele_wrapper{
display:none;
} #wcfmmp-stores-lists .wcfmmp-store-lists-sorting {
margin-left: 0;
margin-right: 0;
}
#wcfmmp-stores-lists{
box-shadow:none;
}
#wcfmmp-stores-lists .right_side{
padding-left: 0;
padding-right: 0;
}
#wcfmmp-stores-lists .left_sidebar{
padding: 1em;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper{
box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-avatar img{
border-radius: 90px;
} #wcfmmp-store,
#wcfmmp-store .reviews_area, 
#wcfmmp-store .policies_area, 
#wcfmmp-store .wcfm_store_description{
box-shadow:none;
}
#wcfmmp-store .right_side{
padding: 1em;
}
#wcfmmp-store .left_sidebar{
padding: 1em;
}
#wcfmmp-store .sidebar_heading{
margin-bottom:0;
}
#wcfmmp-store .reviews_area, 
#wcfmmp-store .policies_area, 
#wcfmmp-store .wcfm_store_description{
padding:30px 0;
}
#wcfmmp-store ins{
background:none;
color:inherit;
}
#wcfmmp-store ul.product_list_widget li img{
width: inherit;
height: inherit;
max-width: 62px !important;
}
.wcfmmp-stores-listing ul.product_list_widget li{
margin-bottom:0;
}
#wcfmmp-store ul.product_list_widget li{
line-height:1.6;
padding:10px 0 10px 75px;
margin-bottom:0;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_offer_option,
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_service_option {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
margin-bottom: 1em;
padding: 1em;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_offer_option .delete,
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_service_option .delete{
cursor:pointer;
position: absolute;
right: 1em;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_offer_option .delete:before,
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_service_option .delete:before {
font-size:18px;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .options_group:not(:last-child) {
margin-bottom: 3em;
}
#wcfm-main-contentainer .select2-container, 
#wcfm-main-contentainer .select2-container .select2-selection {
height: auto;
}
.media-frame select {
height: initial;
}
.media-frame .search-form input[type="search"] {
height: initial;
}
.dokan-product-edit .button,
.wp-switch-editor,
.media-frame button {
color: inherit;
font-weight: normal;
text-transform: inherit;
}
.wp-switch-editor,
.media-frame button {
border-radius: 0;
} .wcfm-product-policies .wcfm_policies_heading {
font-size: 24px;
margin-bottom: 10px;
}
.wcfm-product-policies > div {
margin-bottom: 1.75rem;
} .pls-wcfm-vendors.pls-vendors-boxed-horizontal-products .pls-store-link{
margin-top:1em;
}
.pls-wcfm-vendors .wcfmmp-store-rating {
margin-bottom: 1em;
}
.pls-wcfm-vendors .star-rating{
float: none;
display: inline-block;
margin-bottom: .6em;
}
.pls-wcfm-vendors.pls-vendors-boxed .star-rating{
display: block;
margin-bottom: 1em;
}
.pls-wcfm-vendors.pls-vendors-boxed-horizontal-products .star-rating{
margin-top:1em;
margin-bottom: 0;
}
@media only screen and (max-width: 768px){
.wcfm_dashboard_wc_status {
display: block;
}
} .row .woocommerce .product-quantity > .quantity {
width: initial;
}
.WooZone-country-check-small{
margin-left: 7px;
} .products .yith-ywraq-add-to-quote {
margin: 3px 0;
}
.woocommerce .products a.add-request-quote-button {
font-size:12px;
padding:8px 14px;
}
.woocommerce div.summary .yith-ywraq-add-to-quote {
display: block;
margin-bottom: 1em;
}
.add-request-quote-button.ywraq-link,
.yith_ywraq_add_item_browse_message a {
font-weight: var(--pls-font-weight-bold);
}
.add-request-quote-button.ywraq-link:before{
margin-right:5px;
}
.yith_ywraq_add_item_browse_message:not(.hide), 
.yith_ywraq_add_item_response_message:not(.hide),
.yith_ywraq_add_item_product_message:not(.hide) {
display: inline-block!important;
}
.yith_ywraq_add_item_response_message{
margin-right:5px;
}
.yith_ywraq_add_item_product_message:not(.hide){
font-size:0;
vertical-align: middle;
}
.yith_ywraq_add_item_product_message:not(.hide):before{
margin-left:5px;
} .pls-customer-login-register .social-login-separator {
font-weight: var(--pls-font-weight-bold);
display: flex;	
justify-content: center;
position: relative;
}
.pls-customer-login-register .social-login-separator:after {
content: "";
position: absolute;
top: calc(50% - 0px);
width: 100%;
}
.pls-customer-login-register .social-login-separator span {
padding: 0 15px;
z-index: 1;
}
.pls-customer-login-register .nsl-container-buttons{
align-items: center;
padding: 0;
margin: 1em 0;
}
.pls-customer-login-register div.nsl-container-block .nsl-container-buttons a{
max-width: inherit;
}
.pls-customer-login-register div.nsl-container .nsl-button{
border-radius: 0;
}
.pls-customer-login-register div.nsl-container .nsl-button-default div.nsl-button-label-container{
font-size: 14px;
text-transform: uppercase;
}
.pls-customer-login-register div.nsl-container .nsl-button-svg-container {
padding: 0 !important;
margin: 8px !important;
border-radius: 0 !important;
} div[class*="wpml-ls-legacy-dropdown"]{
width:auto;
}
div[class*="wpml-ls-legacy-dropdown"] a{
border:0;
background-color:inherit;
line-height: inherit;
}
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-flag + span {
margin-left: .4em;
}
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-current-language:hover > a{
color:inherit;
background-color:inherit;
}
div[class*="wpml-ls-legacy-dropdown"] a:focus{
background-color:inherit;
}
div[class*="wpml-ls-legacy-dropdown"] a,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle{
padding:0;
}
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after, 
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after{
position:initial;
border:none;
}
.wpml-ls-legacy-list-horizontal{
border:0;
padding:0 5px;
}
.wpml-ls-legacy-list-horizontal a{
padding:0 5px 0 0;
} .woocommerce .pls-site-header .product.wcml_currency_switcher{
margin: 0;
}
div[class*="wcml-dropdown"] .wcml-cs-submenu li a:not([href]):not([tabindex]):hover {
color:initial;
cursor:pointer;
}
.pls-site-header div[class*="wcml-dropdown"] {
width:auto;
position:relative;
}
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle {
padding:0;
}
.pls-site-header div[class*="wcml-dropdown"] li,
.pls-site-header div[class*="wcml-dropdown"] .wcml-cs-submenu li,
.pls-site-header div[class*="wcml-dropdown"] li:hover, 
.pls-site-header div[class*="wcml-dropdown"] li:focus {
background: none;
border: none;
}
.pls-site-header div[class*="wcml-dropdown"] a {
display: flex;
padding: 0;
line-height: inherit;
}
.pls-site-header div[class*="wcml-dropdown"] .wcml-cs-submenu {
left: 0;
right: 0;
}
.pls-site-header div[class*="wcml-dropdown"].product.wcml_currency_switcher {
padding: 0;
}
.pls-site-header .wcml_currency_switcher li a.wcml-cs-item-toggle {
padding: 0 10px !important;
}
.pls-site-content .wcml_currency_switcher a {
transition: none;
}
.woocommerce .pls-site-header .wcml-dropdown.product {
margin: 0;
}
div[class*="wcml-dropdown"] .wcml-cs-submenu {
right: inherit;
border: 0;
}
.wcml-horizontal-list{
border:0;
}
.wcml-horizontal-list li a{
display: flex;
padding: 0 5px;
} .widget div[class*="wpml-ls-legacy-dropdown"] {
width:100%;
}
.wpml-ls-legacy-list-vertical a {
padding:5px 0;
}
.widget div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after {
position:absolute;
} .widget div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle,
.widget div[class*="wcml-dropdown"] .wcml-cs-item-toggle, 
.widget .woocommerce-currency-switcher-form .dd-select .dd-selected {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
height: 3em;
padding-left: 15px;
padding-right: 25px;
display: flex;
align-items: center;
}
.widget div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.widget div[class*="wcml-dropdown"] .wcml-cs-submenu, 
.widget .woocommerce-currency-switcher-form .dd-options{
border: 0;
width:100%;
box-shadow: 0 1px 2px rgba(0,0,0,.20);
}
.widget div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.widget .woocommerce-currency-switcher-form .dd-selected:after {
position: absolute;
border: none;
right: 10px;
top: inherit;
} .pswp {
z-index: 1000;
}
.pswp .pswp__bg {
background-color: rgba(11,11,11,0.8);
}
.pswp__scroll-wrap {
opacity: 0;
transform: scale(0.9);
transition: opacity 0.5s,transform 0.5s;
}
.pswp--visible .pswp__scroll-wrap {
transform: none;
opacity: 1;
}
.pswp__caption,
.pswp__top-bar {
transition: opacity 333ms cubic-bezier(0.4,0,0.22,1),background-color 0.3s 0.5s;
}
.pswp:not(.pswp--animated-in) .pswp__caption,
.pswp:not(.pswp--animated-in) .pswp__top-bar {
background-color: transparent;
}
.pswp__button--arrow--left {
left: 10%;
}
.pswp__button--arrow--right {
right: 10%;
left: inherit;
}
.pswp__button--arrow--left:before, 
.pswp__button--arrow--right:before{
background: none !important;
font-size: 36px;
font-weight: normal;
} .menu-item-gtranslate > div {
padding: 0 10px;
top: -15px;
} .pls-languages{
display:flex;
list-style:none;
}
.pls-languages li a{
padding:0 5px;
}
.pls-languages li.active{
opacity:0.6;
}
.pls-languages li:first-child a{
padding-left:0;
}
.pls-languages li:last-child a{
padding-right:0;
}
.pls-languages li a img{
margin-right:5px;
} div#trp-floater-ls {
background: var(--pls-body-background) !important;
box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
border-radius: var(--pls-border-radius) var(--pls-border-radius) 0 0;
}
#trp-floater-ls div a {
border-bottom: var(--pls-border-bottom);
color: var(--pls-link-color) !important;
}
#trp-floater-ls div a:hover {
background-color: var(--pls-theme-background-color);
color: var(--pls-link-hover-color) !important;
} .pls-site-header .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
border: 0;
background: inherit;
color: inherit;
padding: 0;
height: inherit;
}
.woocommerce-currency-switcher-form .dd-select{
background:none !important;
border:none;
border-radius:0;
}
.woocommerce-currency-switcher-form .dd-options{
display:initial !important;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected, 
.woocommerce-currency-switcher-form .dd-options a.dd-option{
display: -ms-flexbox;
display:flex;
-ms-flex-align: center;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected{
padding:0;
}
.woocommerce-currency-switcher-form .dd-image-right{
float:none;
margin-right:5px;
margin-left: 0;
width:20px;
height:14px;
}
.woocommerce-currency-switcher-form label{
color:inherit;
margin:0 5px;
}
.woocommerce-currency-switcher-form .dd-desc {
color:inherit;
}
.woocommerce-currency-switcher-form .dd-pointer{
display:none;
} h2.woocommerce-Reviews-title {
font-size: 18px;
display: none;
}
#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap {
justify-content: inherit;	
}
#reviews .cr-summaryBox-wrap{
margin-bottom: 2rem;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
border: none;
border-radius: var(--pls-border-radius);
}
#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating,
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
color: var(--pls-text-color);
}
.ivole-meter .ivole-meter-bar {
background: none;
background-color: #ffa700;
box-shadow: none;
float: none;
}
.ivole-meter{
background: none;
background-color: var(--pls-theme-background-color);
box-shadow: none;
height: 10px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
margin-bottom: 2rem;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title {
color: var(--pls-link-color);
font-weight: var(--pls-font-weight-bold);
margin-bottom: 1rem;
}
div.iv-comment-image-top {
margin-right: 1rem;
}
a.cr-seeAllReviews {
font-weight: var(--pls-font-weight-bold);
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
background: var(--pls-body-background);
border-color: var(--pls-border-color);
border-radius: var(--pls-border-radius);
padding-left: 10px;
padding-right: 20px;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
border-radius: var(--pls-border-radius);
background: none;
border: none;
padding: 5px 15px;
background-color: var(--pls-primary-color);
color: var(--pls-primary-inverse-color);
}
#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
border-color: var(--pls-border-color);
border-radius: var(--pls-border-radius);
}
#reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review {
background: none;
border: none;
padding: 1rem;
background-color: var(--pls-primary-color);
color: var(--pls-primary-inverse-color);
border-radius: var(--pls-border-radius);
}
#reviews.cr-reviews-ajax-reviews .comment-reply-title {
font-weight: var(--pls-font-weight-bold);
color: var(--pls-link-color);
}
.iv-comment-image {
border-radius: var(--pls-border-radius);
padding: 2px;
border-color: var(--pls-border-color);
}
#cr-ajax-reviews-review-form p.form-submit {
justify-content: flex-end;
}
a#cr-ajax-reviews-cancel{
font-weight: var(--pls-font-weight-bold);
margin-right: 1rem;
}
.cr-show-more-reviews-prd, .ivole-show-more-button {
padding: 0 1.5rem;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
background: none;
border: none;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
overflow-y: auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
max-width: calc( 100vw - 40px );
max-height: calc( 100vh - 40px );
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
border-radius: 25px;
background-color: var(--pls-body-background);	
padding: 12px;
}
.cr-reviews-slider .slick-dots li.slick-active button:before {
opacity: 1;
color: var(--pls-primary-inverse-color);
}
.cr-reviews-slider .slick-dots li button, 
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button {
width: 20px;
}
.cr-reviews-slider .slick-prev,
.cr-reviews-slider .slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next {
margin-top: 0;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
padding: 0;
}
@media (max-width: 600px){
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
width: calc( 100% - 40px);
height: calc( 100% - 40px);
}
} #message-purchased {
font-family: var(--pls-primary-font);
}
#message-purchased #notify-close {
font-weight: var(--pls-font-weight-bold);
right: 8px;
top: 5px;
}
#message-purchased .message-purchase-main{
border-radius: 0;
} div.summary section.cwginstock-subscribe-form {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-radius: var(--pls-border-radius-l);
margin-top: 2rem;
margin-bottom: 2rem;
padding: 24px;
}
div.summary section.cwginstock-subscribe-form {
margin-top: 2rem;
margin-bottom: 2rem;
}
div.summary .cwginstock-subscribe-form .panel {
border: none;
box-shadow: none;
background: none;
padding: 0;
margin: 0 !important;
}
.cwginstock-subscribe-form .panel {
margin-bottom: 25px !important;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading {
background: none !important;
border: none !important;
margin-bottom: 1rem;
padding: 0 !important;
}
.cwginstock-subscribe-form .cwginstock-panel-heading h4 {
color: var(--pls-heading-color);
font-size: 24px;
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0;
}
.cwginstock-panel-heading h4:before {
font-size: 22px;
}
.cwginstock-subscribe-form .cwginstock-panel-heading h4,
.cwginstock-panel-body input,
.form-group.center-block {
text-align: left !important;
}
div.summary .cwginstock-subscribe-form .panel-body,
.swal2-content .cwginstock-subscribe-form .panel-body {
padding: 0;
}
.cwginstock-subscribe-form .cwginstock-panel-body .row {
margin-left: 0;
margin-right: 0;
}
.cwginstock-subscribe-form .cwginstock-panel-body .col-md-12 {
padding: 0;
}
.cwginstock-subscribe-form .form-group {
margin-bottom: 0;
}
.cwginstock-panel-body input[type="submit"] {
font-size: 14px;
text-align: center !important;
text-transform: uppercase;
width: 100%;
}
input.cwg_popup_submit {
display: block;
margin-bottom: 1.2rem;
}
.cwgstock_output {
text-align: center;
margin-top: 5px;
} .swal2-popup {
padding: 0 !important;
font-size: inherit !important;
}
.swal2-popup .swal2-content {
padding: 2.5rem;
}
.swal2-content .cwginstock-subscribe-form .panel {
border: none;
margin-bottom: 0 !important;
box-shadow: none;
}
.swal2-popup button.swal2-close {
background: none;
box-shadow: none;
color: var(--pls-heading-color);
font-size: 28px;
top: 3px;
right: 3px;
} .wpcpo-option-appearance-heading :is(h1, h2, h3, h4, h5, h6) {
margin-bottom: 3px;
}
.wpcpo-option-appearance-paragraph {
font-size: 14px;
}
.wpcpo-wrapper {
border-top: var(--pls-border-top);
border-right: var(--pls-border-right);
border-bottom: var(--pls-border-bottom);
border-left: var(--pls-border-left);
border-radius: var(--pls-border-radius-l);
margin-top: 1.5rem;
margin-bottom: 1.5rem;
padding: 24px;
}
.wpcpo-wrapper .wpcpo-total {
border-bottom: 0;
margin-bottom: 1rem;
}
.pls-hide-price-table .wpcpo-total,
.wpcpo-wrapper .wpcpo-total:empty {
display: none;
}
.wpcpo-total ul li.wpcpo-subtotal {
justify-content: space-between;
}
.wpcpo-option.wpcpo-option-image-radio .form-row label {
border-width: 2px;
border-radius: 4px;
}
.wpcpo-option.wpcpo-option-image-radio .form-row input[type=radio]:checked + label {
border-width: 2px;
border-color: #181818;
}
.wpcpo-option-color-picker .wp-picker-container .button {
box-shadow: 0 0 3px rgba(34, 113, 177, .8);
display: inline-flex !important;
text-transform: inherit !important;
}
.wpcpo-option-color-picker .wp-color-result {
padding: 0 0 0 30px !important;
}
.wpcpo-option-color-picker .wp-picker-clear {
padding: 0 8px !important;
}
.wpcpo-option-color-picker input[type=text].wp-color-picker {
height: 40px;
} .wpcpq-wrap {
border: 2px solid var(--pls-border-color);
border-radius: var(--pls-border-radius-l);
padding: 24px;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
width: 100%;
}
.wpcpq-wrap:empty {
display: none;
}
.wpcpq-title {
margin-bottom: 1rem;
width: 100%;
}
.wpcpq-title h5 {
font-size: 24px;
margin: 0;
}
.wpcpq-table .wpcpq-row.wpcpq-head, 
.wpcpq-table .wpcpq-row.wpcpq-foot {
border: none;
font-weight: var(--pls-font-weight-medium);
color: var(--pls-heading-color);
}
.wpcpq-table .wpcpq-item {
background: none;
color: initial;
border: 2px solid var(--pls-border-color) !important;
border-radius: var(--pls-border-radius);
margin-bottom: 1rem;
transition: all 0.3s ease;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item:last-child {
margin-bottom: 0;
}
.wpcpq-table .wpcpq-item-active,
.wpcpq-table .wpcpq-item:hover {
border-color: var(--pls-secondary-color) !important;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .add_to_cart_inline, 
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-atc-btn {
font-size: 12px;
}
.wpcpq-item-text {
color: var(--pls-critical-color);
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info .wpcpq-item-qty,
.wpcpq-table.wpcpq-layout-compact .wpcpq-item .wpcpq-item-qty {
font-weight: var(--pls-font-weight-medium);
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item > div {
display: flex;
flex-direction: column;
} .woosb-products {
border: none;
}
.woosb-products-layout-list .woosb-product {
padding: 1.25rem 0;
border-bottom: var(--pls-border-bottom);
border-top: none;
gap: 1.75rem;
}
.woosb-products .woosb-product > div {
padding: 0;
}
.woosb-products .woosb-product .woosb-thumb {
flex: 0 0 60px;
width: 60px;
}
.woosb-products .woosb-product .woosb-thumb img {
border-radius: var(--pls-border-radius-s);
}
.woosb-title-inner {
font-weight: var(--pls-font-weight-medium);
}
.pls-product-bundle form.cart {
margin-top: 2rem;
}
.pls-product-bundle .single_add_to_cart_button {
width: 100%;
}
.woosb-products .woosb-product .woosb-quantity input {
border: none;
}
.woosb-products .woosb-product .pls-quantity {
margin: 0;
}
.pls-product-price[class *= "woosb-price-"] ins,
.woosb-total-value ins {
order: 1;
}
.pls-product-price[class *= "woosb-price-"] del,
.woosb-total-value del {
order: 2;
}
.pls-product-price[class *= "woosb-price-"] small,
.woosb-total-value small {
order: 3;
}
.woosb-quantity-input-plus, 
.woosb-quantity-input-minus,
.woosb-quantity .pls-quantity-label {
display: none !important;
}
.woosb-products .woosb-product .woosb-quantity input {
width: 100%;
}
.woosb-quantity-plus-minus .pls-quantity :is(.plus, .minus) {
display: block !important;
}
.woosb-wrap .woosb-summary .woosb-total, 
.woosb-total-value {
display: flex;
align-items: center;
gap: 5px;
} .mini_cart_item.woosb-item-child .mini-cart-item-quantity {
display: none;
}
.mini_cart_item.woosb-item-child {
padding-left: 1.5rem;
}
.widget_shopping_cart .mini_cart_item.woosb-item-child img {
max-width: 65px !important;
} @-ms-viewport {
width: device-width;
} @media (max-width:1366px){
.pls-slider-next {
right: -1rem;
}
.pls-slider-prev {
left: -1rem;
}
} @media (max-width:1024px){ .pls-slider-prev {
left: -0.5rem;
}    
.pls-slider-next {
right: -0.5rem;
}
.e-con-full .pls-slider-prev {
left: 0.5rem;
}
.e-con-full .pls-slider-next {
right: 0.5rem;
}
.pls-slider-navigation-mobile .pls-slider-wrapper .pls-slider-prev, 
.pls-slider-navigation-mobile .pls-slider-wrapper .pls-slider-next {
opacity: 1;
pointer-events: visible;
visibility: visible;
transform: translateY(0);
}
} @media (max-width:767px){ .pls-slider-next,
.pls-slider-prev,
.pls-swiper-button {
top: calc(50% - 18px);
height: 36px;
width: 36px;
}
.pls-slider-wrapper .pls-slider-prev, 
.pls-slider-wrapper .pls-slider-next, 
.swiper .pls-swiper-button {
opacity: 1;
pointer-events: visible;
visibility: visible;
transform: translateY(0);
}
.pls-slider-prev:after, 
.pls-slider-next:after,
.pls-swiper-button:after {
font-size: 13px;
}
.swiper-button-prev, 
.pls-thumb-slider-prev {
left: 0.5rem;
}
.swiper-button-next, 
.pls-thumb-slider-next {
right: 0.5rem;
} .dokan-seller-search-form .dokan-w4 {
width: 50%;	
}
.pls-close-btn, 
.mfp-close-btn-in .mfp-close {
width: 30px;
height: 30px;
}
.pls-close-btn:before {
font-size: 12px;
} .woosw-items .woosw-item .woosw-item--remove {
padding-left: 0;
padding-right: 5px;
}
.woosw-list table.woosw-items .woosw-item--actions {
padding-right: 0;
} .woosw-popup.woosw-popup-center .woosw-popup-inner .woosw-popup-content {
max-width: min(500px, 94vw);
}
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content,
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content {
max-width: min(500px, 90vw);
}
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top, 
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
font-size: 18px;
padding: 1rem 0.5rem;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
right: 0.5rem;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner {
gap: 0.5rem;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a, 
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
font-size: 14px;
}
.woosw-popup.woosw-popup-center .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
padding: 1rem 10px;
}
.woosw-popup .woosw-items .woosw-item {
padding: 0 10px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--image {
width: 50px;
flex: 0 0 50px;
}
.woosw-popup .woosw-items .button {
font-size: 12px;
padding: 10px 14px;
}
} @media (min-width: 576px) and (max-width: 767px) { #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
width: 50% !important;
float: left;
}
} @media (max-width:575px){ li.dokan-share-btn-wrap .dokan-share-btn{
margin-right: 7px;
}
.dokan-store-tabs button.dokan-btn{
padding: 7px 3px;
}
.dokan-seller-search-form .dokan-w4{
width: 100%;	
}	
}span.swatch-term.swatch.swatch-color {
border-color: black !important;
}