mark,
ins {
text-decoration: none;
}
.yay-currency-checkout-notice,
.yay-currency-checkout-notice-admin {
background: #f8f8f8;
color: #555;
border-radius: 3px;
padding: 20px;
margin-bottom: 20px;
width: 100% !important;
}
.yay-currency-checkout-notice {
border-left: 3px solid #ffc106;
}
.yay-currency-checkout-notice-admin {
border-left: 3px solid #2271b1;
}
.yay-currency-switcher {
display: none !important;
width: 0 !important;
height: 0 !important;
}
.yay-currency-single-page-switcher {
margin-bottom: 8px;
}
.yay-currency-one-currency-by-country-wrapper {
pointer-events: none !important;
}
.yay-currency-form-switcher {
margin: 0;
}
.yay-currency-dropdown {
z-index: 9999 !important;
}
.yay-currency-dropdown a {
visibility: hidden !important;
}
.yay-currency-dropdown {
border-radius: 4px;
height: 30px !important;
margin: auto 0 !important;
max-width: 290px !important;
vertical-align: middle;
}
.yay-currency-form-switcher {
display: none !important;
}
.yay-currency-country-flag {
width: var(--flag-width);
height: var(--flag-height);
margin: var(--flag-margin);
} .yay-currency-custom-select-wrapper {
overflow: visible !important;
position: relative;
user-select: none;
width: fit-content;
}
.yay-currency-custom-select-wrapper.widget {
width: 100%;
}
.yay-currency-custom-select-wrapper.small {
width: 235px;
font-size: 11px;
}
.yay-currency-custom-select-wrapper.no-currency-name {
width: fit-content;
}
.yay-currency-custom-select-wrapper.only-currency-name {
width: 180px;
}
.yay-currency-custom-select-wrapper.only-currency-name-and-something {
width: 215px;
}
.yay-currency-custom-select-wrapper.small.only-currency-name {
width: 160px;
}
.yay-currency-custom-select-wrapper.small.only-currency-name-and-something {
width: 190px;
}
.yay-currency-custom-select {
position: relative;
display: flex;
flex-direction: column;
width: fit-content;
}
.yay-currency-custom-select__trigger {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
color: #151515;
height: 36px;
line-height: 14px;
background: #ffffff;
cursor: pointer;
border: 1px solid #e5e5e5;
border-radius: 8px;
padding: 8px 12px;
gap: 8px;
width: fit-content;
box-sizing: border-box;
}
.yay-currency-custom-select__trigger.medium .yay-currency-selected-option,
.yay-currency-custom-option.medium {
font-size: 14px;
}
.yay-currency-custom-select__trigger.small {
height: 30px !important;
font-size: 12px !important;
padding: 8px 6px !important;
}
.yay-currency-custom-option.small {
font-size: 12px !important;
}
.yay-currency-custom-select__trigger:hover {
border: 1px solid #d4d4d4;
}
.yay-currency-custom-select.open .yay-currency-custom-select__trigger {
border: 1px solid #e5e5e5;
}
.yay-currency-custom-options {
position: absolute;
display: block;
top: 100%;
left: 0 !important;
right: 0;
border: 1px solid #e5e5e5;
border-radius: 8px;
background: #fff;
height: 0;
transition: all 0.2s;
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
scroll-padding-block: 4px;
margin: 0 !important;
margin-top: 3px !important; padding: 4px !important;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 99999999;
width: 100% !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.yay-currency-custom-options::-webkit-scrollbar {
width: 6px;
}
.yay-currency-custom-options::-webkit-scrollbar-thumb {
background-color: #d4d4d4;
border-radius: 3px;
}
.yay-currency-custom-options::-webkit-scrollbar-thumb:hover {
background-color: #a3a3a3;
}
.yay-currency-custom-options.upwards {
top: auto;
bottom: 95%;
}
.yay-currency-custom-select.open .yay-currency-custom-options {
display: block;
height: auto;
opacity: 1 !important;
visibility: visible !important;
pointer-events: all !important;
border-radius: 8px; max-width: 312px;
min-width: max-content;
}
.yay-currency-custom-select .yay-currency-custom-options {
transition: opacity 150ms ease, transform 150ms ease;
pointer-events: none;
}
.yay-currency-custom-select.open .yay-currency-custom-options.upwards {
animation: yayAnimationFadeIn 150ms ease-out,
yayAnimationSlideInFromBottom 150ms ease-out;
}
.yay-currency-custom-select.open .yay-currency-custom-options {
animation: yayAnimationFadeIn 150ms ease-out,
yayAnimationSlideInFromTop 150ms ease-out;
}
.yay-currency-custom-arrow {
width: 16px;
height: 16px;
}
.yay-currency-custom-arrow .yay-currency-arrow-icon {
opacity: 0.5;
width: 16px;
height: 16px;
}
.open .yay-currency-custom-select__trigger {
border-radius: 8px;
}
.open .upwards.yay-currency-custom-select__trigger {
border-radius: 8px;
}
.yay-currency-custom-select.open .upwards.yay-currency-custom-options {
border-radius: 8px;
margin-bottom: 5px !important;
margin-top: 0px !important;
}
.yay-currency-custom-option-row {
display: flex !important;
border-block: unset !important;
justify-content: flex-start;
align-items: center;
list-style: none;
padding: 8px 8px !important;
margin: 0 !important;
color: #171717;
line-height: 14px !important;
background-color: #fff;
gap: 8px;
}
.yay-currency-custom-option-row span.yay-currency-selected-checked-icon {
width: 14px;
height: 14px;
}
.yay-currency-custom-option-row:not(.yay-currency-row-with-flag)
span.yay-currency-selected-checked-icon {
position: absolute;
right: 12px;
display: flex;
justify-content: center;
}
.yay-currency-custom-option {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.yay-currency-custom-option {
flex: 1;
min-width: 0;
max-width: 250px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
}
.yay-currency-custom-option::before {
border-color: transparent !important;
}
.yay-currency-custom-option-row:not(.selected):hover {
color: #171717;
background-color: oklch(0.97 0 0);
border-radius: 6px;
}
.yay-currency-custom-option-row.selected {
color: #171717;
background-color: oklch(0.97 0 0);
border-radius: 6px;
}
.yay-currency-custom-options:has(
.yay-currency-custom-option-row:hover:not(.selected)
)
.yay-currency-custom-option-row.selected {
background-color: unset;
}
.yay-currency-custom-selected-option {
display: flex;
align-items: center;
gap: 8px;
}
.yay-currency-flag {
display: inline-block;
min-width: 24px;
min-height: 18px;
border-radius: 2px;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.yay-currency-flag.small {
min-width: 20px;
min-height: 15px;
}
.overflow-fix {
overflow: visible !important;
}
.z-index-fix {
z-index: 9999 !important;
} .yay-currency-dropdown.menu-item {
display: inline-block;
}
.yay-currency-product-page .ppc-button-wrapper {
display: none;
}
.yay-currency-custom-loader {
animation: spin 1s linear infinite;
border: 2px solid #f3f3f3;
border-top: 2px solid #cfcfcf;
border-radius: 50%;
display: none;
margin-right: 4px;
width: 14px;
height: 14px;
}
.woocommerce-checkout-review-order-table .bundled_table_item .product-name {
padding-left: 2.5em;
}
.yay-currency-custom-loader.active {
display: inline-block;
}
.yay-currency-checkout-force-payment-notice.yay-currency-force-payment-hide {
display: none;
}
.yay-currency-approximately-price-by-country {
display: block !important;
padding-left: 0;
line-height: 1.3;
padding: 7px 0px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} @keyframes yayAnimationFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes yayAnimationFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes yayAnimationSlideInFromTop {
from {
transform: translateY(-0.5rem);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes yayAnimationSlideInFromBottom {
from {
transform: translateY(0.5rem);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes yayAnimationSlideInFromLeft {
from {
transform: translateX(-0.5rem);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@keyframes yayAnimationSlideInFromRight {
from {
transform: translateX(0.5rem);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
} .yay-currency-converter-container {
background-color: #eaeef2;
border-radius: 15px;
padding: 15px;
margin: 10px 0px;
}
.yay-currency-converter-wrapper {
line-height: 1.5;
padding: 10px 5px;
width: 100%;
background-color: #ffffff;
border: 1px solid #ffffff;
border-radius: 7px;
}
.yay-currency-converter-heading {
font-weight: 500;
}
input.yay-currency-converter-amount {
width: 100%;
border-radius: 7px;
background-color: #ffffff;
}
.yay-currency-converter-row {
margin-top: 15px;
}
.yay-currency-converter-result-wrapper {
font-weight: bold;
font-size: 1.2em;
}
.yay-currency-converter-result-value {
color: #008026;
}.top-bar-news-slider p { padding-bottom: 0; }
.top-bar-news-slider .mtphr-dnt-control-links { display: none; }
.mtphr-dnt-nav i {
display: block;
width: 30px;
height: 38px;
font-size: 20px;
line-height: 42px;
color: #DDD;
color: inherit;
}
.mtphr-dnt-icon-arrow-left:before, .mtphr-dnt-icon-arrow-right:before {
font-family: ETmodules !important;
}
.mtphr-dnt-icon-arrow-left:before { content: '\34';}
.mtphr-dnt-icon-arrow-right:before { content: '\35';}
@media(max-width: 480px) {
.mtphr-dnt-rotate .mtphr-dnt-tick > * { font-size: 12px; }
.mtphr-dnt-nav-prev { left: -10px; }
.mtphr-dnt-nav-next { right: -10px; }
}   @media(min-width: 981px) {
.divimegapro { min-width: auto; }
.et_pb_menu .et_pb_menu__menu>nav>ul>li.hide-on-desktop { display: none !important; }
header.et-l--header.custom-fixed-header { 
position: fixed; 
z-index: 999;
top: -56px;
left: 0;
width: 100%;
}
.admin-bar header.et-l--header.custom-fixed-header { top: -24px; }
#main-content.on-fixed-header { padding-top: 138px; }	
}
@media(max-width: 980px) {
.et_pb_menu .et_mobile_menu { top: 60px; }
}
.dl-menu-dropdown-additional-links .et_pb_text_inner ul {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.dl-menu-dropdown-additional-links .et_pb_text_inner ul li { margin-right: 20px; } .aws-container { background: #FFF; }
.aws-container .aws-show-clear .aws-search-field { padding: 8px 0 6px; }
.aws-container .aws-search-form .aws-search-btn, 
.aws-container .aws-search-form .aws-search-btn.aws-form-btn:hover  {
background: transparent !important;
border: 0 !important;
}
.aws-container .aws-search-form .aws-form-btn {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.aws-container .aws-search-field { 
font-size: 15px; 
font-weight: 700; 
text-transform: uppercase;
background: transparent !important;
color: #29527c;
max-width: 112px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: transparent !important;
padding: 8px 0 6px 42px !important;
transition: all 0.3s ease;
}
@media(max-width: 680px) {
.aws-container .aws-search-field { max-width: 38px;}
.aws-container .aws-search-field.focus-visible { box-shadow: 0 2px 20px rgba(0,0,0,0.5); }
}
.aws-container .aws-search-field:focus { 
font-size: 14px; 
font-weight: bold; 
border-color: #29527c;
color: #29527c;
padding-right: 40px !important;
max-width: 238px;
transition: all 0.3s ease;
}
.aws-container .aws-search-field::placeholder { color: #29527c; opacity: 1;}
.aws-container .aws-search-field:-ms-input-placeholder {color: #29527c; }
.aws-container .aws-search-field::-ms-input-placeholder { color: #29527c;}
.aws-container .aws-search-form .aws-search-clear {
width: 14px;
padding: 0;
text-align: right;
}
.aws-container .aws-search-form .aws-search-clear span,
.aws-container .aws-search-form .aws-search-btn_icon { color: #29527c; }
@media(min-width: 414px) {
.aws-container { margin-right: 20px; }
}
@media(max-width: 413px) {
.custom-header-section .header-search-and-cart-col { right: 66px; }
.aws-container .aws-search-field:focus { max-width: 200px; }
}  @media(min-width: 981px) { .dl-single-product-images-module .woocommerce-product-gallery { display: flex; }
.dl-single-product-images-module .woocommerce-product-gallery .flex-viewport { order: 2; }
.dl-single-product-images-module.et_pb_wc_images .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav { margin-top: 0; }
.dl-single-product-images-module.et_pb_wc_images .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav li {
display: block;
width: 100%;
margin: 0 0 20px 0;
}
.dl-single-product-images-module.et_pb_wc_images .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav { overflow: auto; margin-right: 20px; }
}
.dl-single-product-images-module.et_pb_wc_images .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav::-webkit-scrollbar { width: 6px; }
.dl-single-product-images-module.et_pb_wc_images .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav::-webkit-scrollbar-track { background: #ddd; }
.dl-single-product-images-module.et_pb_wc_images .woocommerce-product-gallery ol.flex-control-thumbs.flex-control-nav::-webkit-scrollbar-thumb { background: #29527c; border-radius: 4px; } .dl-single-custom-badge-module .woocommerce-product-gallery--without-images { display: none; }
.dl-single-custom-badge-module.et_pb_module span.onsale { 
position: relative;
top: 0 !important;
left: 0 !important;
display: inline-block;
border-radius: 0 !important;
margin-bottom: 26px !important;
} .woocommerce div.product .dl-single-short-desc-row .woocommerce-product-rating { 
margin-bottom: 0; 
} .dl-single-title-price-row .price {
display: flex;
flex-direction: column-reverse;
} .woocommerce .dl-single-truncated-desc p:not(:first-of-type) { display: none; } .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .color-variable-item,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .color-variable-item > span,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .image-variable-item,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .image-variable-item > img {
border-radius: 50%;
}  .woocommerce div.product .dl-variations-addcart-details-module form.cart .variations { 
margin-bottom: 0;
}
.woocommerce div.product .dl-variations-addcart-details-module form.cart .variations td {
vertical-align: middle;
padding: 20px 0 !important;
}
.dl-variations-addcart-details-module .variations .variable-items-wrapper { 
justify-content: flex-end; 
}
.dl-variations-addcart-details-module .variations tr {
border-top: 1px solid #cbcbcb;
}
.dl-variations-addcart-details-module .value.woo-variation-items-wrapper a.reset_variations {
position: absolute;
right: -40px;
left: auto;
top: 0;
border: 1px solid;
padding: 2px 8px;
border-radius: 20px;
}
@media(max-width: 414px) {
.dl-variations-addcart-details-module .value.woo-variation-items-wrapper a.reset_variations {
right: -26px;
left: auto;
top: 0;
}
}
.woocommerce-page #et-main-area .dl-custom-qty div.quantity { 
border-radius: 0 !important; 
display: flex;
justify-content: flex-end;
align-items: center;
margin: 0 0 40px 0 !important;
padding: 20px 0 1px 0;
border-top: 1px solid #cbcbcb;
}
.dl-variations-addcart-details-module.dl-custom-qty div.quantity:before {
content: 'Qty';
display: inline-block;
margin: 0 auto 0 0;
font-weight: 700;
}
.dl-custom-qty .quantity input.qty {
border-radius: 0;
height: 42px !important;
color: #212736 !important;
border: 1px solid #d9d9d9 !important;
background-color: #FFF !important;
font-size: 16px !important;
font-weight: 700 !important;
min-width: 80px;
}
.dl-custom-qty .quantity input.qty::-webkit-outer-spin-button,
.dl-custom-qty .quantity input.qty::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.dl-custom-qty .quantity input.qty {
-moz-appearance: textfield;
}
.dl-custom-qty .quantity .plus, 
.dl-custom-qty .quantity .minus {
height: 42px !important;
width: 38px !important;
box-sizing: border-box;
border: 1px solid #d9d9d9 !important;
border-radius: 0 !important;
color: #25293b !important;
background-color: #FFF !important;
font-size: 16px !important;
font-weight: 700;
cursor: pointer;
}
.dl-custom-qty .quantity .plus:hover, 
.dl-custom-qty .quantity .minus:hover { 
background: #d9d9d9 !important; 
}
.dl-custom-qty .quantity .plus {  margin-left: -1px; z-index: 100; }
.dl-custom-qty .quantity .minus { 
border-right-width: 0 !important;
margin-left: 20px;
}
.woocommerce .dl-variations-addcart-details-module .woocommerce-variation-add-to-cart .button { 
width: 100%; 
}
a.added_to_cart.wc-forward { display: none; }  .dl-single-product-desc-tabs .et_pb_tabs_controls:after { opacity: 0; }
.dl-single-product-desc-tabs .et_pb_tabs_controls { display: flex; }
.dl-single-product-desc-tabs .et_pb_tabs_controls li { margin: 0 8% 20px 0; }
.dl-single-product-desc-tabs .et_pb_tabs_controls li a { 
padding: 8px 0; 
}  .dl-single-reviews-module .woocommerce-review__published-date {
float: right;
margin-top: -27px;
}
.dl-single-reviews-module .woocommerce-review__dash,
.dl-single-reviews-module .comment-reply-title { display: none; }
.dl-single-reviews-module #review_form { 
max-height: 1px; 
overflow: hidden; 
transition: all 0.6s ease;
}
.dl-single-reviews-module #review_form.review-form-expanded {
max-height: 600px;
padding-top: 30px;
transition: all 0.6s ease;
}   .dl-single-product-2-images-grid .et_pb_gallery_item.et_pb_grid_item {
width: calc(50% - 10px) !important;
margin-bottom: 20px !important; 
}
.dl-single-product-2-images-grid .et_pb_gallery_item.et_pb_grid_item:nth-of-type(odd) {
margin-right: 20px !important;
}
.dl-single-2-truncated-2-toggle.et_pb_toggle_open .et_pb_toggle_title:before { 
content: '\32';
}
.dl-single-2-truncated-2-toggle.et_pb_toggle_close .et_pb_toggle_title:before { 
content: '\33';
}
.dl-single-2-truncated-2-toggle .et-dynamic-content-woo--product_description > p:nth-of-type(1) { display: none; }
.dl-single-product-2-custom-accordion { cursor: pointer; }
.dl-single-product-2-custom-accordion-title .et_pb_blurb_container { padding: 0; }
.dl-single-product-2-custom-accordion .dl-single-product-2-custom-accordion-text {
display: none;
}
.dl-single-product-2-custom-accordion.accordion-expanded .dl-single-product-2-custom-accordion-text {
display: block;
}
.dl-single-product-2-custom-accordion .dl-single-product-2-custom-accordion-title .et-pb-icon {
transition: all 0.5s ease;
}
.dl-single-product-2-custom-accordion.accordion-expanded .dl-single-product-2-custom-accordion-title .et-pb-icon {
transform: rotate(180deg);
}   .woocommerce.et-db #et-boc ul.products li.product span.onsale.itsnew.onsale { 
background-color: #2e3347 !important; 
}  .dl-categories-sidebar-dropdowns .product-categories .cat-item { 
position: relative;
padding: 8px 0;
margin-bottom: 0 !important;
}
.dl-categories-sidebar-dropdowns .product-categories li.cat-item .children { margin-top: 8px; }
.dl-categories-sidebar-dropdowns .product-categories .cat-parent .collapse-icon {
position: absolute;
width: 34px;
height: 34px;
right: 0;
top: 2px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.dl-categories-sidebar-dropdowns .product-categories .cat-parent .collapse-icon:after {
content: '\33';
font-size: 22px;
font-weight: 300;
font-family: ETmodules;
text-align: center;
line-height: 1em;
}
.dl-categories-sidebar-dropdowns .product-categories .cat-parent {
max-height: 40px;
overflow: hidden;
transition: all 0.6s ease;
}
.dl-categories-sidebar-dropdowns .product-categories > .cat-parent { max-height: 60px; }
.dl-categories-sidebar-dropdowns .product-categories .cat-parent.sidebar-cat-expanded {
max-height: 600px;
transition: all 0.9s ease-in;
}
.dl-categories-sidebar-dropdowns .product-categories .cat-parent.sidebar-cat-expanded > .collapse-icon {
transform: rotateX(180deg);
transition: all 0.4s ease;
}
.dl-categories-sidebar-dropdowns .product-categories > li.cat-item {
font-size: 18px;
padding: 18px 0;
border-bottom: 1px solid #cbcbcb;
}
.dl-categories-sidebar-dropdowns .product-categories > li.cat-item > a { 
font-size: 18px !important; 
}
.dl-categories-sidebar-dropdowns .product-categories > li.cat-item.cat-parent > .collapse-icon { 
top: 12px; 
}
.dl-categories-sidebar-dropdowns .product-categories > li.cat-item > .children > li.cat-item {
margin-left: 0 !important;
}
.dl-categories-sidebar-dropdowns .product-categories .cat-item .children .current-cat > a {
border-left: 8px solid #29527c;
}
.dl-categories-sidebar-dropdowns .product-categories .cat-item .children .current-cat > a {
padding-left: 7px;	
} .dl-categories-sidebar-dropdowns #woocommerce_product_categories-2 { 
margin-bottom: 0 !important; 
}
.dl-categories-sidebar-dropdowns .et_pb_widget.widget_pages .widgettitle { 
display: none; 
}
.dl-categories-sidebar-dropdowns .et_pb_widget .page_item {
padding: 18px 0;
border-bottom: 1px solid #cbcbcb;
}
.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_widget li.page_item a {
font-size: 18px;
font-weight: 700;
} .dl-category-pages-product-grid .woocommerce-result-count { display: none; } .dl-category-pages-product-grid .woocommerce-ordering .orderby {
border: 1px solid #e0e0e0;
font-size: 15px;
font-family: 'Karla', sans-serif;
text-transform: uppercase;
background: #fff url(//freewaves.net/wp-content/uploads/2020/06/select-drop-icon.png) no-repeat;
background-size: 18px 12px;
background-position: right 10px top 14px;
padding: 12px 42px 12px 16px;
border-radius: 0;
-webkit-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
}
@media (min-width: 981px) {
.dl-category-pages-product-grid { margin-top: -40px; }
.dl-category-pages-product-grid .woocommerce-ordering { margin: -45px 0 45px; }
}
@media(max-width: 980px) {
.dl-categories-sidebar-dropdowns.et_pb_widget_area .et_pb_widget.woocommerce { 
width: 100%;
margin: 0;
}
.dl-category-pages-product-grid .woocommerce-ordering { margin: 20px 0 54px auto; }
}
.woocommerce .products .product-extra-buttons {
position: absolute;
right: -50px;
top: 80px;
padding: 6px 3px;
background: #fff;
box-shadow: 0px 2px 20px rgba(0,0,0,0.15);
z-index: 30;
opacity: 0;
transition: all 0.4s ease;
}
.woocommerce .products .product:hover .product-extra-buttons,
.woocommerce .products .product > a:hover + .product-extra-buttons,
.woocommerce .products .product .product-extra-buttons:hover {
right: 0;
opacity: 1;
} .woocommerce .products .product .yith-wcwl-add-to-wishlist { 
position: relative; 
top: auto;
left: auto;
margin-top: 14px;
text-align: center;
}
.woocommerce .products .product .yith-wcwl-add-to-wishlist i { color: #000; font-size: 20px; } .woocommerce .products .wpb_wl_preview_area { position: relative; }
.woocommerce .products .wpb_wl_preview_area .wpb_wl_preview {
background: transparent;
visibility: visible;
opacity: 1;
text-indent: -99999px;
display: block !important;
width: 40px;
height: 40px;
padding: 0;
}
.woocommerce .products .wpb_wl_preview_area:before {
content: '\55';
font-family: ETmodules;
color: #000;
position: absolute;
z-index: -1;
transform: scaleX(-1);
font-size: 20px;
left: 10px;
top: 8px;
} .wpb_wl_images .woocommerce-product-gallery .thumbnails { display: none; }
.wpb_wl_images a { pointer-events: none; }
.wpb_wl_images .woocommerce-product-gallery__trigger,
.wpb_wl_images .woocommerce-product-gallery__image img.zoomImg { display: none !important; }
.wpb_wl_summary .wpb_wl_product_title { margin-bottom: 0; }
.wpb_wl_summary .woocommerce-product-details__short-description p { margin-bottom: 0; }
.wpb_wl_summary form.cart { 
margin-bottom: 0 !important; 
margin-top: 0 !important;
display: flex;
flex-wrap: wrap;
padding-bottom: 1px;
padding-top: 50px;
}
.wpb_wl_summary form.cart .variations td { vertical-align: middle !important; }
.wpb_wl_summary form.cart div.quantity input.qty { margin: 0 !important; } 
.wpb_wl_summary form.cart div.quantity, .wpb_wl_summary .qib-container { margin-right: 20px; }
.woocommerce div.product .wpb_wl_summary form.cart div.quantity, 
.woocommerce div.product .wpb_wl_summary form.cart .button,
.wpb_wl_summary .quantity, .wpb_wl_summary .button, .wpb_wl_summary .qib-container { 
margin-top: 10px !important;
margin-bottom: 10px !important; 
}
.woocommerce div.product .wpb_wl_summary form.cart .button, 
.woocommerce div.product .wpb_wl_summary form.cart .button:hover,
.wpb_wl_summary .button, .wpb_wl_summary .button:hover {
border-radius: 0 !important;;
height: unset !important;
opacity: 1 !important;
padding: 10px 24px !important;
}
.wpb_wl_summary .button, .mfp-wrap .mfp-container .wpb_wl_summary .button { 
background: #29527c !important;  
}
.wpb_wl_summary .dl-custom-qty .quantity .plus, 
.wpb_wl_summary .dl-custom-qty .quantity .minus { display: inline-block !important; }
.wpb_wl_summary form.cart .woo-variation-items-wrapper { position: relative; }
.wpb_wl_summary form.cart .reset_variations {
position: absolute;
left: 0;
top: 80%;
}
@media(min-width: 769px) {
.wpb_wl_quick_view_content {
display: flex;
align-items: center;
}
.wpb_wl_quick_view_content .wpb_wl_images { 
width: 45%; 
margin: 0; 
}
.wpb_wl_quick_view_content .wpb_wl_summary { 
width: 50%; 
margin: 0 0 0 5%; 
}
}
@media(max-width: 768px) {
.wpb_wl_quick_view_content .wpb_wl_summary { padding: 0 7% 40px; }
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after {
border-radius: 50% !important;
}  .woocommerce-page #et-main-area .dl-cart-module.dl-custom-qty div.quantity {
margin: 0 !important;
padding: 0;
border: 0;
width: 140px;
}
.woocommerce-page #et-main-area .dl-cart-module.dl-custom-qty div.quantity .minus { margin: 0; }
.et_button_no_icon.woocommerce-page .dl-cart-module button.button,
.et_button_no_icon.woocommerce-page .dl-cart-module button.button:hover {
padding: 12px 30px !important;
color: #FFF;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
border-radius: 0;
text-align: center;
font-size: 17px !important;
}
.et_button_no_icon.woocommerce-page .dl-cart-module .checkout-button.button,
.et_button_no_icon.woocommerce-page .dl-cart-module .checkout-button.button:hover {
padding: 16px !important;
color: #FFF;
}
.woocommerce table.shop_table { border-radius: 0; }  .dl-checkout-module .checkout_coupon button.button,
.dl-checkout-module .checkout_coupon button.button:hover { padding: 12px 20px 11px !important; }
.dl-checkout-module .select2-container .select2-selection--single { height: auto; }
.dl-checkout-module .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 10px 14px; }
.dl-checkout-module .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
right: 10px;
}
.dl-checkout-module .select2-dropdown { padding: 14px; }
.dl-checkout-module textarea#order_comments {
max-width: 100%;
min-height: 140px;
}
.dl-checkout-module #order_review_heading { margin: 40px 0 10px; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background-color: #efefef;
border-radius: 0;
}
.woocommerce .dl-checkout-module #payment #place_order, 
.woocommerce-page .dl-checkout-module #payment #place_order {
float: right;
padding: 10px 30px !important;
}  .woocommerce-MyAccount-navigation ul { list-style-type: none; padding: 0; }
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
padding: 18px 0;
border-bottom: 1px solid #cbcbcb;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link > a {
font-size: 18px;
font-weight: 700;
color: #363636;
}
@media(min-width: 768px) {
.woocommerce-MyAccount-navigation { 
padding: 0 5% 0 0;
width: 27% !important;
margin-right: 5%;
border-right: 1px solid #cbcbcb;
}
}
@media(max-width: 767px) {
.woocommerce-MyAccount-navigation { 
margin-bottom: 60px;
}
}  .dl-force-btn-icon .et_pb_promo_button:after {
display: inline-block;
} .dl-category-cta .et_pb_promo_description { 
transform: translateY(-300px); 
transition: all 0.4s ease;
opacity: 0;
}
.dl-category-cta .et_pb_button_wrapper { 
transform: translateY(300px); 
transition: all 0.4s ease; 
opacity: 0;
}
.dl-category-cta:hover .et_pb_promo_description, .dl-category-cta:hover .et_pb_button_wrapper {
transform: none;
opacity: 1;
transition: all 0.4s ease; 
}   @media(min-width: 981px) {
.dl-footer-top-section .et_pb_row_5col .et_pb_column { width: 14%; }
.dl-footer-top-section .et_pb_row_5col .et_pb_column:last-child {
width: 32%;
padding-left: 6%;
}	
}  .instafeed-wrapper .wpmi-list li.wpmi-item { padding: 2px; }
.instafeed-wrapper .wpmi-list li.wpmi-item img { display: block; }
.instafeed-wrapper .wpmi-list li.wpmi-item a { position: relative; }
.instafeed-wrapper .wpmi-list li.wpmi-item a:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
opacity: 0;
z-index: 2;
transition: all 0.5s ease;
}
.instafeed-wrapper .wpmi-list li.wpmi-item a:after {
content: "\e09a";
font-family: ETmodules;
font-size: 24px;
color: #FFF;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
opacity: 0;
transition: all 0.5s ease;
}
.instafeed-wrapper .wpmi-list li.wpmi-item a:hover:before,
.instafeed-wrapper .wpmi-list li.wpmi-item a:hover:after { 
opacity: 1;
transition: all 0.5s ease;
}  .xoo-wsc-icon-basket1:before {
content: "\e07a" !important;
}
[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] {
font-family: ETmodules !important;
}
.xoo-wsc-basket {
padding: 15px;
border-radius: 40px;
}
.xoo-wsc-items-count {
left: -8px;
top: -9px;
}
.dl-custom-qty .quantity input.qty {
min-width: 30px;
}