.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-wl-product-expanding-grid {
--color-text: #000;
--color-bg: #fff;
--color-link: #d35066;
--color-link-hover: #000;
--color-info: #333;
--color-menu: #031de6;
--color-menu-hover: #000;
--grid-columns: 2;
--details-bg-up: #fff;
--details-bg-down: #f5f0ef;
--color-product-title: #000;
--color-product-subtitle: #a09897;
--color-details-title: #000;
--color-details-subtitle: #000;
--color-descr: #000;
--color-price: var(--color-link);
--color-bg-addtocart: #000;
--color-addtocart: #fff;
--color-close: #000;
--color-bg-magnifier: #000;
--color-magnifier: #fff;
--color-btn-hover: #c1b3b1;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
min-height: 100vh;
color: #57585c;
color: var(--color-text);
background-color: #fff;
background-color: var(--color-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.elementor-widget-wl-product-expanding-grid .woolentor-grid__area {
margin: 10em auto 7em;
position: relative;
padding: 0 1em;
width: 100%;
max-width: 1000px;
display: grid;
grid-template-columns: repeat(var(--grid-columns), 1fr);
}
.elementor-widget-wl-product-expanding-grid .woolentor-grid__area{
margin-bottom: 0;
}
.elementor-widget-wl-product-expanding-grid .woolentor-grid__item {
padding: 0 4vw;
margin: 0 0 12vh;
}
.elementor-widget-wl-product-expanding-grid .woolentor-grid__item:last-child{
margin-bottom: 0 !important;
}
.elementor-widget-wl-product-expanding-grid .woolentor-grid__item:nth-child(odd) .grid__product {
margin-top: -8em;
}
.grid__product {
height: 100%;
padding-top: 10em;
position: relative;
cursor: pointer;
}
.product__bg {
height: 20em;
background: var(--details-bg-down);
position: relative;
}
.product__img {
max-height: 25em;
margin: 0 auto;
display: block;
position: absolute;
top: 0;
left: 50%;
pointer-events: none;
transform: translate3d(-50%,0,0);
}
.woocommerce h2.product__title {
position: relative;
margin: 0.5em 0 0;
font-size: 1.75em;
color: var(--color-product-title);
font-family: "Playfair Display", serif;
font-weight: 700;
}
.product__subtitle {
position: relative;
margin: 0;
text-transform: uppercase;
color: var(--color-product-subtitle);
font-size: 0.85em;
letter-spacing: 0.115em;
}
.product__subtitle a{
color: inherit;
}
.product:hover .product__subtitle {
color: var(--color-link);
}
.product__description,
.product__price {
opacity: 0;
position: absolute;
}
.details {
position: fixed;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
padding: 40vh 0 10vh 10vw;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: flex-start;
pointer-events: none;
}
.details--open {
pointer-events: auto;
}
.details > * {
position: relative;
opacity: 0;
}
.details__bg {
width: 100%;
position: fixed;
left: 0;
}
.details__bg--up {
top: 0;
height: 100vh;
background: var(--details-bg-up);
}
.details__bg--down {
top: 40vh;
height: 60vh;
background: var(--details-bg-down);
}
.details__img {
position: absolute;
top: 10vh;
right: 10vw;
height: 80vh;
}
.details__bg,
.details__img {
transform-origin: 0 0;
}
.woocommerce h2.details__title {
margin: -1.5em 0 0.1em;
font-size: 4.5em;
color: var(--color-details-title);
font-family: "Playfair Display", serif;
font-weight: 700;
}
.details__subtitle {
text-transform: uppercase;
margin: 0.75em 0 1em 0;
letter-spacing: 0.115em;
font-size: 1.75em;
color: var(--color-details-subtitle);
}
.details__subtitle a{
color: inherit;
}
.details__description {
line-height: 1.5;
font-weight: bold;
max-width: 50%;
margin: 2em 0 0 0;
color: var(--color-details-desc);
}
.details__price {
font-size: 3em;
font-weight: bold;
color: var(--color-price);
}
.details__addtocart {
border: 0;
margin: auto 0 0 0;
}
.details__addtocart a{
padding: 0.75em 2em;
display: block;
background: var(--color-bg-addtocart);
color: var(--color-addtocart);
font-weight: bold;
}
.woocommerce .details__addtocart a.added_to_cart {
padding: 0.75em 2em;
margin-top: 10px;
}
.details__addtocart a.loading::after {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
position: absolute;
top: 30%;
right: 5px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.details__addtocart a i{
margin-right:10px; 
}
.details__addtocart a.woolentor-button-icon-right i{
margin-right:0;
margin-left: 10px; 
}
.details__addtocart a:hover {
background: var(--color-btn-hover);
}
.details__close {
position: absolute;
top: 10px;
right: 10px;
border: 0;
background: none;
margin: 2em;
cursor: pointer;
font-size: 20px;
color: var(--color-close);
padding: 0;
background: transparent !important;
color: #222;
}
.details__close:hover{
color: #222;
}
.details__magnifier {
border: 0;
background: none;
background: var(--color-bg-magnifier);
color: var(--color-magnifier);
padding: 0;
border-radius: 50%;
position: absolute;
z-index: 1000;
right: calc(21.5vh + 10vw);
top: 75vh;
cursor: pointer;
height: 60px;
width: 60px;
display: block;
}
.details__magnifier:hover {
background: var(--color-btn-hover);
}
.details__deco {
width: 7em;
height: 20px;
background-position: 50% 97%;
background-size: 150%;
}
@media screen and (max-width: 40em) {
.elementor-widget-wl-product-expanding-grid .woolentor-grid__area {
padding: 0 1vw;
}
.woolentor-grid__item {
padding: 0 2vw;
}
.product__bg {
height: 10em;
}
.product__img {
max-height: 19em;
}
.product__title {
font-size: 1.25em;
}
.product__subtitle {
font-size: 0.75em;
}
.details {
padding: 30vh 0 5vh 10vw;
}
.details__bg--down {
top: 30vh;
height: 70vh;
}
.details__title {
font-size: 2em;
}
.details__subtitle {
font-size: 1em;
}
.details__price {
font-size: 1.5em;
}
.details__description {
max-width: 70%;
font-size: 0.85em;
margin: 1em 0 0 0;
}
.details__deco {
height: 7px;
width: 4em;
}
.details__img {
right: -12vh;
}
.details__magnifier {
right: 7vh;
}
.codrops-header {
padding: 1em 4em;
}
.codrops-header__title {
font-weight: bold;
padding-bottom: 0.25em;
text-align: center;
font-size: 1.25em;
}
} @media (max-width: 767px) {
.grid__product {
padding-top: 3em;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}@font-face{font-family:'simple-line-icons';src:url(//megashop.rocks/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);src:url(//megashop.rocks/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix)format('embedded-opentype'),url(//megashop.rocks/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0)format('woff2'),url(//megashop.rocks/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0)format('truetype'),url(//megashop.rocks/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0)format('woff'),url(//megashop.rocks/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons)format('svg');font-weight:normal;font-style:normal;font-display:swap}.icon-user,.icon-people,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-login,.icon-logout,.icon-emotsmile,.icon-phone,.icon-call-end,.icon-call-in,.icon-call-out,.icon-map,.icon-location-pin,.icon-direction,.icon-directions,.icon-compass,.icon-layers,.icon-menu,.icon-list,.icon-options-vertical,.icon-options,.icon-arrow-down,.icon-arrow-left,.icon-arrow-right,.icon-arrow-up,.icon-arrow-up-circle,.icon-arrow-left-circle,.icon-arrow-right-circle,.icon-arrow-down-circle,.icon-check,.icon-clock,.icon-plus,.icon-minus,.icon-close,.icon-exclamation,.icon-organization,.icon-trophy,.icon-screen-smartphone,.icon-screen-desktop,.icon-plane,.icon-notebook,.icon-mustache,.icon-mouse,.icon-magnet,.icon-energy,.icon-disc,.icon-cursor,.icon-cursor-move,.icon-crop,.icon-chemistry,.icon-speedometer,.icon-shield,.icon-screen-tablet,.icon-magic-wand,.icon-hourglass,.icon-graduation,.icon-ghost,.icon-game-controller,.icon-fire,.icon-eyeglass,.icon-envelope-open,.icon-envelope-letter,.icon-bell,.icon-badge,.icon-anchor,.icon-wallet,.icon-vector,.icon-speech,.icon-puzzle,.icon-printer,.icon-present,.icon-playlist,.icon-pin,.icon-picture,.icon-handbag,.icon-globe-alt,.icon-globe,.icon-folder-alt,.icon-folder,.icon-film,.icon-feed,.icon-drop,.icon-drawer,.icon-docs,.icon-doc,.icon-diamond,.icon-cup,.icon-calculator,.icon-bubbles,.icon-briefcase,.icon-book-open,.icon-basket-loaded,.icon-basket,.icon-bag,.icon-action-undo,.icon-action-redo,.icon-wrench,.icon-umbrella,.icon-trash,.icon-tag,.icon-support,.icon-frame,.icon-size-fullscreen,.icon-size-actual,.icon-shuffle,.icon-share-alt,.icon-share,.icon-rocket,.icon-question,.icon-pie-chart,.icon-pencil,.icon-note,.icon-loop,.icon-home,.icon-grid,.icon-graph,.icon-microphone,.icon-music-tone-alt,.icon-music-tone,.icon-earphones-alt,.icon-earphones,.icon-equalizer,.icon-like,.icon-dislike,.icon-control-start,.icon-control-rewind,.icon-control-play,.icon-control-pause,.icon-control-forward,.icon-control-end,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-calendar,.icon-bulb,.icon-chart,.icon-ban,.icon-bubble,.icon-camrecorder,.icon-camera,.icon-cloud-download,.icon-cloud-upload,.icon-envelope,.icon-eye,.icon-flag,.icon-heart,.icon-info,.icon-key,.icon-link,.icon-lock,.icon-lock-open,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-paper-clip,.icon-paper-plane,.icon-power,.icon-refresh,.icon-reload,.icon-settings,.icon-star,.icon-symbol-female,.icon-symbol-male,.icon-target,.icon-credit-card,.icon-paypal,.icon-social-tumblr,.icon-social-twitter,.icon-social-facebook,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-github,.icon-social-google,.icon-social-reddit,.icon-social-skype,.icon-social-dribbble,.icon-social-behance,.icon-social-foursqare,.icon-social-soundcloud,.icon-social-spotify,.icon-social-stumbleupon,.icon-social-youtube,.icon-social-dropbox{font-family:'simple-line-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.wp-block-woolentor-prowidget {
display: block;
}
.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img {
max-width: 100%;
width: inherit;
}
.woolentor-woocommerce-checkout .form-row,
.elementor-column.elementor-db,
.my-accouunt-form-edit-address .form-row {
display: block;
}
.elementor-widget-wl-product-add-to-cart p.stock {
display: none;
} .woolentor_product_social_share {
align-items: center;
display: flex;
margin-top: 32px;
}
.woolentor_product_social_share h2 {
color: #666666;
font-size: 18px;
margin: 0;
padding-right: 10px;
}
.woolentor_product_social_share ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
.woolentor_product_social_share ul li {
display: inline-block;
margin-right: 15px;
}
.woolentor_product_social_share ul li:last-child {
margin-right: 0 !important;
}
.woolentor_product_social_share ul li a {
color: #797979;
font-size: 14px;
text-align: center;
transition: all 0.3s ease 0s;
display: inline-block;
}
.woolentor_product_social_share ul li a span {
margin-left: 3px;
}
.woolentor_product_social_share ul li a:hover {
color: #ff4136;
} .wlpro-product-thumbnails .woocommerce-product-gallery__image {
position: relative;
}
.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
margin: 10px -5px 0;
padding: 0;
list-style: none;
}
.wlpro-product-thumbnails ul.woolentor-thumbanis-image li {
display: inline-block;
padding: 0 5px;
width: 25%;
cursor: pointer;
margin-bottom: 10px;
}
.wlpro-product-thumbnails ul.woolentor-thumbanis-image li img {
width: 100%;
}
.woocommerce div.product div.images.wlpro-product-thumbnails .woocommerce-product-gallery__image:nth-child(n + 2) {
display: inline-block;
float: left;
width: 100%;
}
.woocommerce div.product div.images.wlpro-product-thumbnails .woolentor-learg-img.woocommerce-product-gallery__image.slick-initialized.slick-slider,
.woocommerce div.product div.images.wlpro-product-thumbnails .wl-thumbnails-slider.woocommerce-product-gallery__image.slick-initialized {
float: none;
}
.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-left .woocommerce-product-gallery__image:nth-child(n + 2) {
width: 80%;
}
.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-right .woocommerce-product-gallery__image {
width: 80%;
float: left;
}
.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
float: left;
margin: -5px 0;
padding-right: 10px;
width: 20%;
}
.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
float: left;
margin: -5px 0;
padding-left: 10px;
width: 20%;
}
.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image li,
.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image li {
width: 100%;
display: block;
padding: 0;
}
.thumbnails-layout-gallery .wl-thumbnails-image-area .wl-single-gallery {
float: left;
padding: 5px;
width: 50%;
}
.wl-thumbnails-slider .wl-single-slider {
padding: 0 10px;
}
.wl-thumbnails-slider .slick-arrow,
.woolentor-thumbnails .slick-arrow {
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #333;
font-size: 25px;
height: 40px;
opacity: 0;
padding: 0;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease 0s;
visibility: hidden;
width: 40px;
z-index: 999;
}
.woolentor-thumbnails .slick-arrow {
height: 30px;
width: 30px;
line-height: 30px;
font-size: 16px;
right: 5px;
}
.woolentor-thumbnails .slick-arrow.woolentor-slick-prev {
left: 5px;
}
.wl-thumbnails-slider .slick-arrow.slick-prev {
left: 15px;
}
.wl-thumbnails-slider .slick-arrow.slick-next {
right: 15px;
}
.wl-thumbnails-slider:hover .slick-arrow,
.woolentor-thumbnails:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.wl-thumbnails-slider .slick-dots {
bottom: 0px;
display: flex;
left: 50%;
list-style: outside none none;
margin: 0;
padding: 0;
position: absolute;
transform: translateX(-50%);
}
.wl-thumbnails-slider .slick-dots li {
line-height: 12px;
margin: 0 4px;
}
.wl-thumbnails-slider .slick-dots li button {
background-color: transparent;
border: 1px solid #4e4f4f;
border-radius: 50px;
height: 13px;
padding: 0;
text-indent: -9999px;
width: 13px;
line-height: 13px;
}
.wl-thumbnails-slider .slick-dots li.slick-active button {
background-color: #282828;
border-color: #282828;
}
.woocommerce-product-gallery__image .ht-product-label.ht-product-label-left {
background: #000 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
line-height: 1;
padding: 5px 10px;
position: absolute;
right: 15px;
top: 15px;
} .wlpro-product-thumbnails .woolentor-thumbnails {
margin: 10px -5px 0;
}
.wlpro-product-thumbnails .woolentor-thumb-single {
padding: 0 5px;
cursor: pointer;
}
.thumbnails-tab-position-right.thumbnails-layout-tabslider .woocommerce-product-gallery__image.slick-initialized {
float: left !important;
}
.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider,
.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider {
float: left;
margin: -6px 0;
padding-left: 10px;
width: 20%;
}
.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider {
padding-left: 0;
padding-right: 10px;
}
.wlpro-product-thumbnails .slick-vertical .woolentor-thumb-single {
padding: 6.2px 0;
}
.thumbnails-tab-position-top.wlpro-product-thumbnails .woolentor-thumbnails {
margin: 0 -5px 10px;
}
.woolentor-thumbnails.slick-vertical .slick-arrow {
top: 0;
left: auto;
right: 50%;
margin-right: -10px;
}
.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev {
transform: rotate(90deg);
}
.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
left: auto;
top: auto;
bottom: 0;
transform: rotate(90deg);
}
.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-vertical .slick-arrow {
margin-right: -20px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img {
position: relative;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow,
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow {
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
box-shadow: none;
border: none;
width: 40px;
height: 40px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow {
position: absolute;
z-index: 9;
top: 50%;
line-height: 40px;
padding: 0;
transition: all 0.5s ease 0s;
transform: translateY(-50%);
opacity: 0;
color: #696969;
border: none;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails .slick-arrow {
visibility: visible;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow i {
font-size: 25px;
line-height: 1;
cursor: pointer;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow i {
font-size: 20px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-arrow.woolentor-slick-large-prev,
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow.woolentor-slick-prev {
right: auto;
left: -40px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-arrow.woolentor-slick-large-next,
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow.woolentor-slick-next {
right: -40px;
left: auto;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow,
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-slider:hover .slick-arrow {
opacity: 1;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow.woolentor-slick-large-prev {
left: 0;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-slider:hover .slick-arrow.woolentor-slick-prev {
left: 8px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical:hover .slick-arrow.woolentor-slick-next {
left: 50%;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-vertical:hover .slick-arrow.woolentor-slick-prev,
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical:hover .slick-arrow.woolentor-slick-prev {
left: 50%;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow.woolentor-slick-large-next {
right: 0;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-slider:hover .slick-arrow.woolentor-slick-next {
right: 8px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots {
position: absolute;
bottom: 25px;
left: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 18px;
margin-bottom: 0;
margin-left: 0px;
padding: 0;
list-style: none;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li {
line-height: 1;
display: flex;
margin: 0 6px;
transition: all 0.5s ease 0s;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
transition: all 0.5s ease 0s;
text-indent: -9999px;
border: 1px solid transparent;
border-radius: 50%;
background-color: #1f1f1f;
cursor: pointer;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li.slick-active button {
width: 18px;
height: 18px;
opacity: 1;
border-color: #333333;
background-color: transparent;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-list .woolentor-thumb-single img {
margin-bottom: 1px;
border: 1px solid transparent;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-list .woolentor-thumb-single.slick-current img {
border-color: #333333;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action {
position: absolute;
z-index: 3;
top: 20px;
right: 20px;
display: flex;
flex-direction: column;
gap: 20px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn {
padding: 0;
color: #7e7e7e;
border: none;
background-color: transparent;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn i {
font-size: 30px;
line-height: 1;
display: flex;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn .wishsuite-button svg {
width: 24px;
height: 30px;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev,
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
left: 50%;
transform: translateX(-50%) rotate(89deg);
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev {
top: 8px;
bottom: auto;
}
.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
bottom: 8px;
top: auto;
} .wl-shop-tab-area.grid_view .wlshop-list-area {
display: none !important;
}
.wl-shop-tab-area.list_view .wlshop-grid-area {
display: none !important;
}
.ht-col-xs-12.wlshop-list-area {
max-width: 100% !important;
flex: 0 0 100% !important;
}
.wl-shop-tab-area .woolentor-products {
clear: both;
}
.woolentor-before-shop {
overflow: hidden;
}
.woolentor-before-shop .woocommerce-ordering {
margin-bottom: 20px;
}
.wl-shop-tab-pane {
display: none;
}
.wl-shop-tab-pane.htactive {
display: block;
}
.wl-shop-tab-links {
float: left;
list-style: outside none none;
margin: 0 50px 15px 0;
padding: 0;
}
.wl-shop-tab-links li {
display: inline-block;
margin-right: 15px;
}
.wl-shop-tab-links li a:hover,
.wl-shop-tab-links li a.htactive {
color: #f05b64;
} .woolentor-product-same-height.ht-products .wlshop-grid-area.ht-product .ht-product-inner {
height: 100%;
}
.wlshop-list-wrap {
border: 1px solid #f1f1f1;
}
.wlshop-list-wrap .wlshop-list-content {
margin: 0 26px 0 0;
padding: 10px 0;
}
.wlshop-list-content h3 {
color: #444444;
font-family: "Roboto", sans-serif;
font-size: 24px;
margin: 0 0 20px;
}
.wlshop-list-content .woocommerce-product-details__short-description p {
color: #000;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 25px;
margin: 0 0 19px;
}
.ht-products .wlshop-list-wrap .ht-product .ht-product-inner {
border: 0;
}
.wlproduct-list-img {
position: relative;
}
.wlproduct-list-img .product-quickview {
left: 50%;
margin-top: 20px;
opacity: 0;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease 0s;
visibility: hidden;
}
.wlshop-list-wrap .wlproduct-list-img .product-quickview a {
background-color: #fff;
color: #000000;
display: inline-block;
font-size: 20px;
height: 48px;
line-height: 52px;
text-align: center;
width: 69px;
}
.wlproduct-list-img .product-quickview a:hover {
background-color: #ff3535;
color: #ffffff;
}
.wlshop-list-wrap:hover .product-quickview {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.wlshop-list-price-action-wrap {
display: flex;
justify-content: space-between;
margin: 20px 0 0;
}
.wlshop-list-price-action-wrap ul {
margin: 0;
padding: 0;
list-style: none;
}
.ht-product-list-action ul li {
display: block;
float: left;
}
.woocommerce .ht-product-list-action ul li a {
background: transparent none repeat scroll 0 0;
border: 1px solid #000000;
border-radius: 0 !important;
color: #000000;
display: inline-block;
font-size: 20px;
line-height: 1;
margin-right: 8px !important;
padding: 6px 10px;
}
.woocommerce .ht-product-list-action ul li a.htcompare-btn.added::after {
display: none;
}
.woocommerce .ht-product-list-action ul li.cart-list a.button,
.woocommerce .ht-product-list-action ul li a.button.added,
.woocommerce .ht-product-list-action ul li a.wc-forward,
.ht-product-list-action ul li .compare-button a {
font-size: 14px;
padding: 10px 29px;
text-transform: capitalize;
font-weight: 400;
}
.woocommerce .ht-product-list-action ul li.cart-list a.button.added {
display: none;
}
.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist i {
margin: 0;
}
.ht-product-list-action ul li a:hover,
.woocommerce .ht-product-list-action ul li a.button:hover,
.ht-product-list-action ul li .yith-wcwl-wishlistaddedbrowse a,
.ht-product-list-action ul li .yith-wcwl-wishlistexistsbrowse a {
background-color: #ff3535;
border: 1px solid #ff3535;
color: #ffffff;
}
.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price {
color: #ff3535;
font-size: 20px;
margin-right: 8px;
}
.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price ins {
background: transparent;
}
.woocommerce .woocommerce-customer-details address {
word-wrap: break-word;
} .ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown {
max-width: 370px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single {
-webkit-box-flex: 1;
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
max-width: 25%;
padding: 2px;
}
.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
padding: 10px;
background-color: rgba(0, 0, 0, 0.75);
text-align: center;
}
.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner h3 {
font-size: 14px;
font-weight: 700;
margin: 0 0 2px;
color: #ffffff;
}
.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner p {
font-size: 12px;
color: #ffffff;
margin: 0;
} .woolentor_myaccount_page {
overflow: hidden;
}
.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row {
display: block;
}
.woolentor-user-area {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.woolentor-user-image {
margin-right: 20px;
}
.woolentor-user-image img {
border-radius: 100% !important;
}
.woolentor-user-info span {
display: block;
}
.woolentor-username {
font-size: 20px;
}
.woolentor-logout {
font-size: 14px;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #ddd;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #ddd;
padding: 12px 0;
line-height: 1.5;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a {
transition: 0.4s;
}
.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation,
.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,
.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul {
border: none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,
.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li {
display: inline-block;
border-bottom: 0;
padding: 12px 10px;
}
.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content,
.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content {
width: 100%;
float: none;
}
.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,
.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content {
float: right;
}
.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,
.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation {
float: left;
}
.woolentor_current_theme_Avada .woocommerce-MyAccount-content {
margin-left: 0;
border: 0;
}
.woolentor_current_theme_Avada .woocommerce-MyAccount-navigation ul li a {
border: none;
padding: 0;
} .elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul {
border: none;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li {
padding: 0;
line-height: inherit;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li:not(:last-child) {
border-bottom: inherit;
}
.woolentor_myaccount_menu_type_vertical ul li {
display: inline-block;
border: none !important;
} .wl_cart_table tr td .quantity .qty {
padding: 0.3em;
}
.wl_cart_table .actions {
text-align: right;
}
.wl_cart_table .coupon {
float: left;
padding: 0;
border: none;
}
.woocommerce .cart.wl_cart_table .actions .button,
.woocommerce .cart.wl_cart_table .actions input.button {
background: #000;
color: #fff;
font-weight: normal;
width: auto;
height: auto;
cursor: pointer;
}
.cart.wl_cart_table .actions .button,
.cart.wl_cart_table .actions input.button {
width: auto;
height: auto;
}
.cart.wl_cart_table .actions .coupon+.wl_update_cart_shop {
float: right;
}
.shop_table.cart td.actions a.wlbutton-continue-shopping {
border: 1px solid currentColor;
padding: 7px 10px;
margin-right: 5px;
display: inline-block;
border-radius: 5px;
float: left;
}  .wl-line-through {
text-decoration: line-through;
}
.woocommerce .woolentor-cart-list table.shop_table {
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px;
}
.woocommerce .woolentor-cart-list td {
width: 100%;
}
.woocommerce .woolentor-cart-list table.shop_table .cart_item td {
padding: 0;
border: none;
}
.woocommerce .woolentor-cart-list table.cart img {
width: auto;
}
.woolentor-cart-list .woolentor-cart-product {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
white-space: normal;
gap: 20px 0;
padding: 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woolentor-cart-list tr:first-child .woolentor-cart-product {
border-top: none;
} .woocommerce .woolentor-cart-list .cart .product-thumbnail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 5px;
margin-right: 20px;
-ms-flex-item-align: start;
align-self: flex-start;
position: relative;
width: auto;
}
.woocommerce .woolentor-cart-list .cart .product-thumbnail img {
border: 1px solid #ebebeb;
border-radius: 5px;
}
@media only screen and (max-width: 767px) {
.woocommerce .woolentor-cart-list .cart .product-thumbnail {
max-width: 180px;
}
}
@media only screen and (max-width: 575px) {
.woocommerce .woolentor-cart-list .cart .product-thumbnail {
max-width: 150px;
}
}
@media only screen and (max-width: 479px) {
.woocommerce .woolentor-cart-list .cart .product-thumbnail {
max-width: 230px;
}
} .woolentor-cart-list .woolentor-cart-product-content {
display: block;
}
.woolentor-cart-list .woolentor-cart-product-content {
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.woolentor-cart-list .woolentor-cart-product-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.woolentor-cart-list .woolentor-cart-product-content-right {
text-align: right;
}
.woolentor-cart-list .woolentor-cart-product-content-left {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content-left {
max-width: 420px;
}
.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content-middle {
-ms-flex-item-align: center;
align-self: center;
}
.woolentor-cart-list .woolentor-cart-product-id {
margin-bottom: 10px;
color: #406882;
} .woolentor-cart-list .woolentor-cart-product-meta,
.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
color: #406882;
align-items: center;
}
.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div {
position: relative;
}
.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div:not(:first-child)::before {
position: absolute;
top: 50%;
left: 6px;
width: 4px;
height: 4px;
content: "";
border-radius: 50%;
background-color: #406882;
}
.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div:not(:first-child) {
padding-left: 12px;
}
.woolentor-cart-list .woolentor-cart-product-meta li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
}
.woolentor-cart-list .woolentor-cart-product-meta {
width: 100%;
margin-bottom: 0;
color: #1d1d1d;
gap: 0 15px;
}
.woolentor-cart-list .woolentor-cart-product-meta>div {
gap: 3px;
display: flex;
align-items: center;
}
.woolentor-cart-list .woolentor-cart-product-meta>.Wholesale {
width: 100%;
}
.woolentor-cart-list .woolentor-cart-product-meta>div span.wl-variation-value {
font-weight: 600;
color: #1d1d1d;
} .woocommerce .woolentor-cart-list .woolentor-product-price-new {
font-size: 24px;
font-weight: 700;
line-height: 1;
display: block;
color: #1a374d;
}
.woocommerce .woolentor-cart-list .woolentor-product-price-old {
margin-top: 8px;
font-size: 13px;
line-height: 1;
display: block;
color: #406882;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
gap: 10px;
color: #828282;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .woolentor-cart-list .woolentor-product-price {
margin-bottom: 15px;
text-align: right;
color: #1d1d1d;
}
@media only screen and (max-width: 767px) {
.woocommerce .woolentor-cart-list .woolentor-product-price {
text-align: left;
}
}
.woocommerce .woolentor-cart-2 .woolentor-product-price {
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .woolentor-cart-list .woolentor-product-price-old {
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
}
.woocommerce .woolentor-cart-list.woolentor-cart-2 .woolentor-product-price-old {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
margin-left: 10px;
}
.woolentor-cart-list .woolentor-cart-product-sale {
font-size: 10px;
font-weight: 500;
margin-left: 5px;
padding: 4px 7px;
color: #ff5959;
border-radius: 3px;
background-color: rgba(255, 89, 89, 0.15);
display: block;
}
.woolentor-cart-list .woolentor-cart-product-sale {
text-align: right;
}
.woolentor-cart-list .woolentor-cart-product-stock {
color: #0066cc;
display: block;
}
.woolentor-cart-list .wl-discount-percent {
font-size: 10px;
font-weight: 500;
margin-left: 5px;
padding: 4px 7px;
color: #ff5959;
border-radius: 3px;
background-color: rgba(255, 89, 89, 0.15);
}
.woolentor-cart-list.wl-discount-placement--separate_line .woolentor-product-price-old {
justify-content: right;
}
.woolentor-cart-list.wl-discount-placement--separate_line .woolentor-cart-product-sale {
display: inline-block;
} .woolentor-cart-list.wl-stock-placement--right .woolentor-cart-product-stock {
text-align: right;
margin-bottom: 4px;
} .woocommerce .woolentor-cart-list .woolentor-cart-product-remove {
color: #fff !important;
position: absolute;
top: -6px;
left: -6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20px;
height: 20px;
padding: 5px;
color: #ffffff;
border: none;
border-radius: 50%;
background-color: #6997b5;
z-index: 99;
}
.woocommerce .woolentor-cart-list .woolentor-cart-product-remove:hover {
background-color: #f44336;
}
.woocommerce .woolentor-cart-list .woolentor-cart-product-remove {
background-color: #9f9f9f;
}
.woocommerce .woolentor-cart-list .woolentor-cart-product-remove:hover {
background-color: #f44336;
} .woocommerce .woolentor-cart-list .woolentor-product-quantity {
font-size: 14px;
font-weight: 500;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
.woocommerce .woolentor-cart-list .woolentor-product-quantity input {
border: 1px solid #dcdcdc;
border-radius: 3px;
background-color: #ededed;
}
.woocommerce .woolentor-cart-list .woolentor-product-quantity input[type="number"]:focus {
border-color: transparent;
box-shadow: none;
}
.woocommerce .woolentor-cart-list .woolentor-product-quantity {
width: 100%;
margin-bottom: 12px;
color: #1d1d1d;
gap: 15px;
}
.woolentor-cart-list .woolentor-cart-product-content-middle .product-quantity {
margin-bottom: 0;
} .woolentor-cart-list .woolentor-cart-product-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: end;
align-self: flex-end;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
width: 100%;
padding-top: 20px;
border-top: 1px solid #ebebeb;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.woolentor-cart-list .woolentor-cart-product-actions {
gap: 20px;
}
}
@media only screen and (max-width: 767px) {
.woolentor-cart-list .woolentor-cart-product-actions {
gap: 15px;
}
}
.woolentor-cart-list .woolentor-cart-product-actions-btn {
line-height: 1;
}
.woolentor-cart-list .woolentor-cart-product-actions>* {
padding-right: 30px;
border-right: 1px solid #406882;
}
.woolentor-cart-list .woolentor-cart-product-actions>*:last-child {
padding-right: 0;
border-right: 0;
}
.woolentor-cart-list .woolentor-cart-product-actions-btn button {
font-size: 14px;
font-weight: 500;
line-height: 18px;
padding: 0;
color: #406882;
border: none;
background-color: transparent;
}
.woolentor-cart-list .woolentor-cart-product-actions-btn button:hover {
text-decoration: underline;
}
.woolentor-cart-list>li {
padding: 40px 0;
border-color: #ebebeb;
} .woocommerce .woolentor-cart-list .product-name a,
.woocommerce .woolentor-cart-list .product-name {
font-size: 18px;
font-weight: 500;
color: #1d1d1d;
margin-bottom: 0;
padding: 0;
}
.woocommerce .woolentor-cart-list .product-name a {
font-size: inherit;
font-weight: inherit;
color: inherit;
}
.woocommerce .woolentor-cart-list .product-name a:hover {
color: #0066cc;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
list-style: none outside;
} .woocommerce .woolentor-cart-list .product-name dl.variation dt,
.woocommerce .woolentor-cart-list .product-name dl.variation .wc-item-meta-label,
.woocommerce .woolentor-cart-list .product-name .wc-item-meta dt,
.woocommerce .woolentor-cart-list .product-name .wc-item-meta .wc-item-meta-label {
float: left;
clear: both;
margin-right: 0.25em;
display: inline-block;
list-style: none outside;
}
.woocommerce .woolentor-cart-list .product-name dl.variation dd,
.woocommerce .woolentor-cart-list .product-name .wc-item-meta dd {
margin: 0;
}
.woocommerce .woolentor-cart-list .product-name dl.variation p,
.woocommerce .woolentor-cart-list .product-name dl.variation:last-child,
.woocommerce .woolentor-cart-list .product-name .wc-item-meta p,
.woocommerce .woolentor-cart-list .product-name .wc-item-meta:last-child {
margin-bottom: 0;
}
.woocommerce .woolentor-cart-list .product-name p.backorder_notification {
font-size: 0.83em;
}
.woolentor-cart-list [data-swatch_color] {
border-radius: 100%;
width: 20px;
height: 20px;
text-indent: -9999px;
display: inline-block;
} .woolentor-cart-2 .woolentor-cart-product-actions {
padding-top: 0;
border-top: 0;
gap: 20px;
}
.woolentor-cart-2 .woolentor-cart-product-actions>* {
padding-right: 0;
border-right: 0;
}
.woolentor-cart-2 .woolentor-cart-product-actions {
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
padding-bottom: 35px;
}
.woolentor-cart-2 .woolentor-cart-product-actions i {
font-size: 20px;
}
@media only screen and (max-width: 767px) {
.woolentor-cart-list .woolentor-cart-product-actions {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
}
@media only screen and (max-width: 767px) {}
.woolentor-cart-list .woolentor-cart-product-actions-btn a {
color: #1d1d1d;
}
.woolentor-cart-list .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.woocommerce .woolentor-cart-2 .woolentor-product-quantity {
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
}
.woolentor-cart-list .woolentor-cart-product-details-toggle {
font-size: 14px;
font-weight: 500;
background-color: transparent;
}
.woolentor-cart-list .wishsuite-button svg {
display: none;
}
.woolentor-cart-list .wishsuite-btn-text {
margin-left: 0;
}
@media only screen and (max-width: 921px) {
body #content .woolentor-cart-list table.cart .product-thumbnail {
display: block;
}
}
@media only screen and (min-width: 767px) {
.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 {
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
}
.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 .woolentor-cart-product-details-toggle {
margin-left: 0;
margin-right: auto;
border: 0;
padding: 0;
}
.woolentor-cart-list .woolentor-cart-product-actions.wl-style--2 .woolentor-cart-product-details-toggle {
-webkit-box-ordinal-group: 10000;
-ms-flex-order: 9999;
order: 9999;
margin-left: auto;
margin-right: 0;
padding-right: 0;
border: none;
}
.woolentor-cart-list .woolentor-cart-product-actions.wl-style--3 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.woolentor-cart-list .woolentor-cart-product-details-list {
font-size: 14px;
font-weight: 500;
display: none;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.woolentor-cart-list .woolentor-cart-product-details-list ul {
list-style: disc;
padding-left: 15px;
margin-left: 0;
} @media only screen and (max-width: 921px) {
body .woolentor-cart-list table.shop_table_responsive tr td:before,
.woocommerce-page .woolentor-cart-list table.shop_table_responsive tr td:before {
content: "";
}
body .woolentor-cart-list table.shop_table_responsive tr td {
text-align: left !important;
}
}
@media only screen and (max-width: 767px) {
.woolentor-cart-list .woolentor-cart-product {
display: block;
}
body #content .woolentor-cart-list table.cart .product-thumbnail {
display: inline-block;
width: auto;
max-width: inherit;
text-align: left !important;
margin-right: 0;
}
body #content .woolentor-cart-list table.cart .product-thumbnail img {
margin-bottom: 10px;
}
.woocommerce .woolentor-cart-list .woolentor-product-price-old {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
.woocommerce .woolentor-cart-2 .woolentor-product-price-old {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.woolentor-cart-list .woolentor-cart-product-id {
margin-bottom: 0;
}
.woolentor-cart-list .woolentor-cart-product-content-right {
text-align: left;
}
.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
}
body .woolentor-cart-list table.shop_table_responsive tr td {
text-align: center !important;
}
.woolentor-cart-list .woolentor-cart-product-content {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.woolentor-cart-list .woolentor-cart-product-content-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.woolentor-cart-list .woolentor-cart-product-meta {
display: block;
}
.woocommerce .woolentor-cart-list .woolentor-product-price {
text-align: center;
}
.woocommerce .woolentor-cart-list .woolentor-product-quantity {
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.woolentor-cart-list .woolentor-cart-product-actions {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.woolentor-cart-2 .woolentor-cart-product-actions {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
body #content .woolentor-cart-list table.cart .product-thumbnail {
text-align: center !important;
}
.woolentor-cart-list .woolentor-cart-product-content-right {
text-align: center;
width: 100%;
}
} .theme-hello-elementor .woolentor-cart-list table tbody>tr:nth-child(odd)>td,
.theme-hello-elementor .woolentor-cart-list table tbody>tr:nth-child(odd)>th,
.theme-hello-elementor .woolentor-cart-list table tbody tr:hover>td,
.theme-hello-elementor .woolentor-cart-list table tbody tr:hover>th {
background-color: unset;
}
.theme-hello-elementor .woolentor-cart-list table td {
border-left: 0;
border-right: 0;
border-bottom: 0;
}  .wl-cart-cross-sell-2 h2 {
font-size: 24px;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
color: #1a374d;
}
@media only screen and (max-width: 479px) {
.wl-cart-cross-sell-2 h2 {
font-size: 20px;
}
}
.wl-cart-cross-sell-2 .wl-product {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (max-width: 479px) {
.wl-cart-cross-sell-2 .wl-product {
gap: 15px;
}
}
.wl-cart-cross-sell-2 .wl-product:not(:last-child) {
margin-bottom: 30px;
}
.wl-cart-cross-sell-2 .wl-product-thumb {
display: flex;
align-self: flex-start;
width: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (max-width: 479px) {
.wl-cart-cross-sell-2 .wl-product-thumb {
width: 80px;
}
}
.wl-cart-cross-sell-2 .wl-product-content {
flex: 1 0;
}
.wl-cart-cross-sell-2 .wl-product-title {
font-size: 18px;
font-weight: 400;
margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (max-width: 479px) {
.wl-cart-cross-sell-2 .wl-product-title {
font-size: 15px;
}
}
.wl-cart-cross-sell-2 .wl-product-title a {
color: #1a374d;
}
.wl-cart-cross-sell-2 .wl-product-title a:hover {
color: #406882;
}
.wl-cart-cross-sell-2 .wl-product-rating {
position: relative;
margin-bottom: 6px;
display: flex;
flex-wrap: wrap;
overflow: hidden;
}
.wl-cart-cross-sell-2 .wl-product-rating .star-rating {
margin-bottom: 0;
}
.wl-cart-cross-sell-2 .wl-product-rating-number {
font-size: 13px;
line-height: 1;
margin-left: 5px;
}
.wl-cart-cross-sell-2 .wl-product-price,
.wl-cart-cross-sell-2 .wl-product-price .amount {
font-size: 18px;
font-weight: 400;
}  .woocommerce-page.woocommerce-checkout form .elementor-widget-wl-checkout-order-review[class*="wl-heading-alignment-"] #order_review_heading {
float: none;
width: auto;
}
.woocommerce-page .elementor-widget-wl-checkout-order-review table.shop_table {
width: 100%;
}
.woolentor.woocommerce-shipping-fields #ship-to-different-address input {
height: auto;
width: auto;
}
.woocommerce .elementor-widget-wl-checkout-multi-step-form form .form-row .select2-container {
width: 100% !important;
} .woolentor-quickview-content-builder .elementor-widget-wrap .elementor-widget {
margin-bottom: 0px;
}
.woolentor-quickview-content-builder .ht-quick-view-single.images {
float: left !important;
} .woolentor-quick-cart-area {
position: absolute;
top: 100%;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
padding: 0 20px;
}
.quick-cart-open .woolentor-quick-cart-area {
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select {
max-width: 100%;
min-width: 75%;
display: inline-block;
width: 100%;
margin-right: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select:focus {
outline: none;
}
.woolentor-quick-cart-area .quantity {
display: none !important;
}
.woolentor-quick-cart-area .single_add_to_cart_button {
width: 100%;
}
.woolentor-quick-cart-close {
display: inline-block;
padding: 1px 10px;
position: absolute;
right: 0;
top: 5px;
cursor: pointer;
transition: 0.4s;
}
.woolentor-quick-cart-close:hover {
color: #d93025;
}
.woolentor-quick-cart-area .woolentor-quick-cart-form {
padding-top: 40px;
}
.ht-products.woocommerce .woolentor-quick-cart-area a.added_to_cart,
.ht-product .woolentor-quick-cart-area a.added_to_cart {
width: 100%;
padding: 3px;
text-align: center;
border: 1px solid #ddd;
margin-top: 5px;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table {
border-width: 0 0 1px;
margin: 0 0 1.2em;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
margin-bottom: 1em;
width: 100%;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations td,
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations th {
border: 0;
vertical-align: top;
line-height: 2em;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
display: block;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table td {
padding-left: 0;
}
.elementor-widget-wl-single-product-rating .woocommerce-product-rating .star-rating {
margin-right: 10px !important;
}  .wl_cart_table.wl-cart-style-1 .woolentor-cart-img {
position: relative;
margin-bottom: 10px;
display: inline-block;
}
.theme-hello-elementor .wl_cart_table.wl-cart-style-1 .woolentor-cart-cats .posted_in label {
margin-top: -7px;
}
.theme-hello-elementor table.wl_cart_table tbody>tr:nth-child(odd)>td,
.theme-hello-elementor table.wl_cart_table tbody>tr:nth-child(odd)>th,
.theme-hello-elementor .cart_totals.wl-style--1 table tbody>tr:nth-child(odd)>td,
.theme-hello-elementor .cart_totals.wl-style--1 tbody>tr:nth-child(odd)>th,
.theme-hello-elementor .cart_totals.wl-style--2 table tbody>tr:nth-child(odd)>td,
.theme-hello-elementor .cart_totals.wl-style--2 tbody>tr:nth-child(odd)>th {
background-color: transparent;
}
.theme-hello-elementor table.wl_cart_table tbody tr:hover>td,
.theme-hello-elementor table.wl_cart_table tbody tr:hover>th,
.theme-hello-elementor .cart_totals.wl-style--1 table tbody tr:hover>td,
.theme-hello-elementor .cart_totals.wl-style--1 table tbody tr:hover>th,
.theme-hello-elementor .cart_totals.wl-style--2 table tbody tr:hover>td,
.theme-hello-elementor .cart_totals.wl-style--2 table tbody tr:hover>th {
background-color: transparent;
}
.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity div.quantity[data-type] input[type="number"] {
padding: 5px !important;
}
.theme-blocksy .cart_totals.wl-style--2 .woocommerce-shipping-methods li {
flex-direction: row;
}
.theme-blocksy .cart_totals.wl-style--1 .woocommerce-shipping-methods li {
display: block;
}
.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity div.quantity {
width: unset;
height: unset;
}
.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity span.ct-increase,
.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity span.ct-decrease {
display: none;
}
.theme-oceanwp .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity a {
display: none;
}
.theme-oceanwp .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity {
min-width: 0;
}
.theme-storefront .wl_cart_table.wl-cart-style-1 a.remove::before {
display: none;
}
.theme-storefront .wl_cart_table.wl-cart-style-1 a.remove {
text-indent: initial;
}
.wl_cart_table.wl-cart-style-1 .woocommerce-shipping-methods {
padding: 0px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-remove,
.woocommerce .wl_cart_table.wl-cart-style-1 a.remove {
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
background-color: #6997b5;
border: none;
font-size: 12px;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove {
display: inline-flex;
align-items: center;
justify-content: center;
top: 50%;
margin-top: -14px;
}
.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product-remove::before {
border: none;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove.wl-remove-icon-style-1,
.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-1 {
width: 25px;
height: 25px;
border-radius: 50%;
}
.wl_cart_table.wl-cart-style-1 .product-remove .woolentor-cart-product-remove.wl-remove-icon-style-2,
.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-2 {
width: 50px;
height: 28px;
border-radius: 20px 0 0 20px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-1 {
position: absolute;
top: -6px;
left: -6px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-2 {
position: absolute;
top: 0px;
left: 0px;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.left {
left: -6px;
right: auto;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.right {
right: -6px;
left: auto;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.center {
left: 50%;
margin-left: -12px;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove.left,
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.left {
left: 0;
right: auto;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.right {
right: 0;
left: auto;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.center {
left: 50%;
margin-left: -25px;
}
.wl_cart_table.wl-cart-style-1 tr.cart_item .product-thumbnail .woolentor-cart-product-id-wraper label {
margin-right: 5px;
margin-top: -4px;
}
.wl_cart_table.wl-cart-style-1 tr.cart_item .product-thumbnail .woolentor-cart-product-id {
display: inline-block;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-id {
margin-bottom: 0px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-title {
font-size: 18px;
font-weight: 500;
margin-bottom: 5px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-stock p {
margin-bottom: 0px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity {
font-size: 14px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 5px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2,
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 {
gap: 0px;
line-height: 0;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn {
color: #fff;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding: 5px;
color: #ffffff;
border: none;
transition: 0.4s;
cursor: pointer;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn:focus {
outline: none;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-1 button.woolentor-cart-product-quantity-btn {
border-radius: 50%;
background: #6997b5;
color: #fff;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2 button.woolentor-cart-product-quantity-btn {
background: #fafafc;
color: #000000;
border: 1px solid #dddddd;
height: 30px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn {
border: none;
background: transparent;
color: #000000;
position: absolute;
z-index: 2;
right: 0;
display: flex;
width: 30px;
height: 17px;
padding: 5px;
color: #989898;
border: none;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 button.woolentor-cart-product-quantity-btn {
background: transparent;
color: #000000;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 {
border: 1px solid #dddddd;
padding: 6px 6px;
border-radius: 20px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 {
position: relative;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn.minus {
bottom: 0;
padding-top: 0;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn.plus {
top: 0;
padding-bottom: 0;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn i {
font-size: 12px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn i {
font-size: 10px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input {
width: 2.631em;
min-height: 21px;
height: 21px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2 .quantity input {
height: 30px;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 .quantity input {
width: 65px;
min-height: 35px;
text-align: center;
padding: 5px 29px 5px 5px;
border-radius: 5px;
max-width: 100%;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-1 .quantity input,
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 .quantity input {
border: none;
background: transparent;
box-shadow: none;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input::-webkit-outer-spin-button,
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input[type="number"] {
-moz-appearance: textfield;
}
.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline {
display: flex;
align-items: center;
}
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-img a.woolentor-cart-product-thumb img {
display: block;
}
.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product {
text-align: left;
}
.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline .woolentor-cart-product-content {
margin-left: 20px;
text-align: left;
}
.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline .woolentor-cart-img {
margin-bottom: 0px;
}
.shop_table.cart tr td {
padding: 15px;
} .woolentor-thankyou-order-details-style-one {
width: 100% !important;
}
.woolentor-thankyou-order-details-style-one thead th {
text-align: center;
}
.woolentor-thankyou-order-details-style-one .product-image {
width: 100px;
}
.woolentor-thankyou-order-details-style-one .product-price,
.woolentor-thankyou-order-details-style-one .product-quantity,
.woolentor-thankyou-order-details-style-one .product-total {
width: 150px;
text-align: center;
}
.woolentor-thankyou-order-details-style-one .product-image img {
width: 100%;
}
.woolentor-thankyou-order-details-style-one ul.wc-item-meta {
padding: 0;
}
.woolentor-thankyou-order-details-style-one ul.wc-item-meta p {
margin-top: 5px;
}
.woolentor-thankyou-order-details-style-one tfoot th,
.woolentor-thankyou-order-details-style-one tfoot td {
text-align: right;
} .wl-single-product-navigation a:focus {
outline: none;
}
.wl-single-product-navigation {
display: flex;
justify-content: start;
}
.wl-single-product-navigation a {
margin-left: 12px;
line-height: 0;
text-decoration: none;
width: 35px;
height: 35px;
display: inline-block;
text-align: center;
}
.wl-single-product-navigation a:hover>i {
color: #333333;
}
.wl-single-product-navigation a i {
font-size: 35px;
color: #ababab;
line-height: 35px;
} .elementor-widget-wl-single-product-title,
.elementor-widget-wl-single-product-title .product_title.entry-title,
.elementor-widget-wl-single-product-title .elementor-widget-container {
display: inline-block;
} .woolentor_current_theme_flatsome .elementor-widget-wl-cart-total label,
.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total span.amount {
color: inherit;
}
.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .woolentor-cart-product-quantity .plus.is-form,
.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .woolentor-cart-product-quantity .minus.is-form {
display: none;
}
.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn {
margin-bottom: auto;
margin-right: auto;
min-height: auto;
}
.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total .cart_totals>table th.product-name {
display: none;
}
.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total .cart_totals>h2 {
display: block;
} .elementor-widget-woolentor-custom-product-archive nav.woocommerce-pagination ul {
border: 0;
margin: 0;
padding: 0;
}
.elementor-widget-woolentor-custom-product-archive nav.woocommerce-pagination ul li {
border: 0;
}
.elementor-widget-woolentor-custom-product-archive nav.woocommerce-pagination ul li a,
.elementor-widget-woolentor-custom-product-archive nav.woocommerce-pagination ul li span.current {
border: 1px solid #ddd;
} .wl-layout-vertical.wl-cat-nested-list .wlsingle-categorie {
padding: 0;
}
.elementor-widget-wl-category-list .wl-cat-nested-list,
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-children {
list-style: none;
margin: 0;
padding: 0;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-children {
padding-left: 20px;
height: 0;
overflow: hidden;
transition: height 300ms ease;
will-change: height;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-node.wl-open>.wl-cat-children {
height: auto;
} .elementor-widget-wl-category-list .wl-cat-nested-list.wl-cat-initial-expanded .wl-cat-node.wl-open>.wl-cat-children {
height: auto;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-row {
display: flex;
align-items: center;
gap: 8px;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-row .wlsingle-categorie {
flex: 1 1 auto;
margin: 0;
} .elementor-widget-wl-category-list .wl-cat-nested-list.wl-cat-toggle-pos-right .wl-cat-row .wl-cat-toggle {
order: 2;
}
.elementor-widget-wl-category-list .wl-cat-nested-list.wl-cat-toggle-pos-right .wl-cat-row .wlsingle-categorie {
order: 1;
} .elementor-widget-wl-category-list .wl-cat-nested-list.wl-cat-toggle-pos-left .wl-cat-row .wl-cat-toggle {
order: 1;
}
.elementor-widget-wl-category-list .wl-cat-nested-list.wl-cat-toggle-pos-left .wl-cat-row .wlsingle-categorie {
order: 2;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-toggle {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.75em;
height: 1.75em;
padding: 0;
background: transparent;
border: 0;
cursor: pointer;
color: inherit;
line-height: 1;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-toggle.wl-cat-toggle-placeholder {
cursor: default;
visibility: hidden;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-toggle-icon {
display: inline-flex;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-toggle .wl-cat-toggle-collapse {
display: none;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-node.wl-open>.wl-cat-row .wl-cat-toggle .wl-cat-toggle-expand {
display: none;
}
.elementor-widget-wl-category-list .wl-cat-nested-list .wl-cat-node.wl-open>.wl-cat-row .wl-cat-toggle .wl-cat-toggle-collapse {
display: inline-flex;
} @media (min-width: 1200px) and (max-width: 1400px) {} @media (min-width: 992px) and (max-width: 1200px) {} @media (min-width: 768px) and (max-width: 991px) {
.wlshop-list-wrap .wlshop-list-content {
margin: 0;
overflow: hidden;
padding: 10px 15px;
}
.woocommerce .ht-product-list-action ul li a {
margin-bottom: 8px;
}
.wl-shop-tab-links {
float: none;
}
.cart.wl_cart_table .actions .coupon+.wl_update_cart_shop {
float: none;
display: block;
}
} @media (max-width: 767px) {
.wlshop-list-wrap .wlshop-list-content {
margin: 0;
overflow: hidden;
padding: 10px 15px;
}
.wlshop-list-price-action-wrap {
display: block;
margin: 20px 0 0;
}
.woocommerce .wlshop-list-price-ratting .star-rating {
float: none;
margin-bottom: 15px;
}
.woocommerce .ht-product-list-action ul li a {
margin-bottom: 8px;
}
.woocommerce .elementor-widget-woolentor-custom-product-archive .woocommerce-ordering {
float: none;
}
.wl-shop-tab-links {
float: none;
}
.wl_cart_table.shop_table.cart tr.cart_item td {
width: 100%;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 921px) {
.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail {
display: block !important;
}
.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product .woolentor-cart-product-content {
text-align: left;
}
} .slider-for__item img {
width: 100%;
}
.wl-product-details-images {
margin-bottom: 7px;
}
.wl-product-details-thumbs {
margin-left: -7px;
margin-right: -7px;
}
@media only screen and (max-width: 767px) {
.wl-product-details-thumbs {
float: inherit;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -5px;
}
.wl-product-details-thumbs .sm-image {
padding: 5px;
}
}
.wl-product-details-thumbs .sm-image {
padding: 0 5px;
}
.wl-product-details-thumbs .sm-image img {
border: 2px solid transparent;
}
.wl-product-details-thumbs .sm-image img {
width: 100%;
}
.wl-product-details-thumbs .slick-current img {
border: 2px solid #000000;
opacity: 1;
}
.wl-product-details-images .lg-image a {
display: block;
}
.wl-product-details-images .lg-image a img {
width: 100%;
}
@media only screen and (max-width: 767px) {
.wl-product-details-images {
float: inherit;
width: calc(100% - 0px);
padding-left: 0px;
}
}
.product-details-scroll-images .lg-image {
margin-bottom: 30px;
}
.product-details-scroll-images .lg-image:last-child {
margin-bottom: 0;
}
.product-details-scroll-images .lg-image a {
display: block;
}
.product-details-scroll-images .lg-image a img {
width: 100%;
}
.slider-for__item img {
cursor: -webkit-grab;
cursor: grab;
}
.wl-product-details-thumbs .slick-arrow,
.wl-product-details-images .slick-arrow {
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
height: 40px;
width: 40px;
right: auto;
color: #d3b48c;
z-index: 9;
text-align: center;
font-size: 24px;
}
.wl-product-details-thumbs .slick-arrow.arrow-next,
.wl-product-details-images .slick-arrow.arrow-next {
right: 0;
left: auto;
}
.wl-product-details-thumbs:hover .slick-arrow,
.wl-product-details-images:hover .slick-arrow {
opacity: 1;
}  .cart_totals.wl-style--2 tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body .cart_totals.wl-style--2 table.shop_table td,
body .cart_totals.wl-style--2 table.shop_table th {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
body .cart_totals.wl-style--2 table.shop_table th {
width: 10%;
}
body .cart_totals.wl-style--2 table.shop_table td {
text-align: right;
}
body .cart_totals.wl-style--2 table.shop_table .shipping th {
display: none;
}
body .cart_totals.wl-style--2 table.shop_table .shipping td {
text-align: right;
}
body .cart_totals.wl-style--2 table.shop_table .shipping td :not(ul) {
text-align: left;
}
body .cart_totals.wl-style--2 ul#shipping_method li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
text-indent: initial;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
body .cart_totals.wl-style--2 ul#shipping_method li label {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
body .cart_totals.wl-style--2 ul#shipping_method .amount {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: right;
}
body .elementor-widget-wl-cart-total .wc-proceed-to-checkout .button.checkout-button {
margin-left: auto;
margin-right: auto;
display: block;
}
.cart_totals[class*="wl-style-"] {
padding: 0;
border: none;
}
@media only screen and (max-width: 921px) {
body .cart_totals.wl-style--2 ul#shipping_method {
width: 100%;
overflow: hidden;
}
body .cart_totals.wl-style--2 table.shop_table_responsive tr.shipping td:before {
margin-bottom: 5px;
}
}  .theme-oceanwp.account-original-style .woocommerce .woolentor-woocommerce-myaccount-login-page #customer_login>div {
width: inherit;
max-width: inherit;
float: inherit;
}
.theme-oceanwp .woocommerce.woolentor-woocommerce-myaccount-login-page #customer_login>div {
border-style: none;
border-width: 0;
border-color: inherit;
}
.theme-oceanwp .woocommerce.woolentor-woocommerce-myaccount-login-page .oceanwp-loginform-wrap form {
width: inherit;
max-width: inherit;
padding: inherit;
border-width: inherit;
}
.theme-oceanwp.account-original-style .woocommerce .woolentor-woocommerce-myaccount-login-page #customer_login h2 {
display: block;
}
.theme-oceanwp.woocommerce .woolentor-woocommerce-myaccount-login-page .owp-account-links li .owp-account-link {
display: none;
} .theme-astra .cart_totals.wl-style--2 ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
display: flex;
padding: 0;
text-indent: initial;
align-items: center;
} .wl-express-checkout-wrap #wc-stripe-express-checkout-element {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .wl-express-checkout-skeleton {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 4px;
}
.wl-ece-skeleton-btn {
height: 48px;
border-radius: 4px;
background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
background-size: 200% 100%;
animation: wl-ece-shimmer 1.4s ease-in-out infinite;
}
@keyframes wl-ece-shimmer {
0%   { background-position: 200% 0; }
100% { background-position: -200% 0; }
} .wl-express-checkout-preview .wl-express-btn-placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 48px;
border-radius: 4px;
margin-bottom: 8px;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.02em;
}
.wl-express-checkout-preview .wl-express-checkout-separator {
margin: 12px 0 6px;
color: #999;
}
.wl-express-checkout-preview .wl-express-checkout-separator>span::before,
.wl-express-checkout-preview .wl-express-checkout-separator>span::after {
background: #ccc;
} .wl-express-checkout-notice {
padding: 10px 14px;
background: #fff3cd;
border-left: 4px solid #ffc107;
font-size: 13px;
color: #856404;
} .wl-express-checkout-separator {
display: block;
overflow: hidden;
text-align: center;
margin: 12px 0 0;
color: #757575;
font-size: 13px;
line-height: 1;
}
.wl-express-checkout-separator>span {
position: relative;
display: inline-block;
padding: 0 12px;
}
.wl-express-checkout-separator>span::before,
.wl-express-checkout-separator>span::after {
content: '';
position: absolute;
top: 50%;
width: 9999px;
height: 1px;
background: #d0d0d0;
}
.wl-express-checkout-separator>span::before {
right: 100%;
}
.wl-express-checkout-separator>span::after {
left: 100%;
}.wp-embed-responsive .wp-block{
outline: 0;
}
.woolentor-products.wl-row {
clear: both;
}
.ht-overflow-hidden {
overflow: hidden;
}
.ht-product-2 .ht-product-image-wrap-2 {
position: relative;
margin-bottom: 15px;
}
.ht-product-2 .ht-product-image-wrap-2 a{
display: block;
}
.ht-product-2 .ht-product-image-wrap-2 a.htcompare-btn{
justify-content: center;
}
.ht-product-2 .ht-product-image-wrap-2 a,
.ht-product-2 .ht-product-image-wrap-2 a img {
width: 100%;
}
.ht-product-2 .ht-product-image-wrap-2 a img.ht-product-img-zoom {
transition: all 0.7s ease 0s;
transform: scale(1);
width: 100%;
}
.ht-product-2 .ht-product-image-wrap-2 a img.ht-hover-img {
position: absolute;
top: 0;
left: 50%;
opacity: 0;
visibility: hidden;
transform: translate(-50%, 20px);
transition: 0.7s;
z-index: 8;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges {
position: absolute;
z-index: 9;
top: 18px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges.ht-badges-right {
right: 20px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges.ht-badges-left {
left: 20px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges span {
display: inline-block;
color: #ffffff;
line-height: 1;
background-color: #000000;
font-size: 12px;
font-weight: 500;
padding: 5px 8px;
border-radius: 3px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options {
position: absolute;
z-index: 7;
bottom: 20px;
left: 20px;
visibility: hidden;
width: calc(100% - 40px);
padding: 15px 10px 20px;
transition: all 0.7s ease 0s;
transform: translateY(50%);
opacity: 0;
background-color: #fff;
z-index: 9;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
margin: 0;
padding: 0;
list-style: none;
color: #333;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul:not(:last-child) {
margin-bottom: 10px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li {
margin: 0 4px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a {
width: 16px;
height: 16px;
font-size: 0;
display: inline-block;
border-radius: 50%;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.black {
background-color: #000000;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.red {
background-color: #b2483c;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.blue {
background-color: #1e73be;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li {
margin: 0 4px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li a {
font-size: 15px;
opacity: 0.5;
line-height: 1;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li a:hover {
opacity: 1;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 {
position: absolute;
left: 20px;
top: 15px;
display: flex;
flex-direction: column;
z-index: 9;
}
.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul{
margin: 0;
padding: 0;
list-style: none;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li{
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
margin: 5px 0 5px -20px;
position: relative;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a {
font-size: 16px;
color: #444;
border: 1px solid #e6e6e6;
background-color: #fff;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 100%;
text-align: center;
left: auto !important;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.loading,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn.loading,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn.loading{
padding: 0;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.loading::after{
top: 7px;
right: 10px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.added::after,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn.added::after,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn.added::after,.elementor-widget-wl-product-grid .woolentor-products .wishsuite-btn-text,.woolentor_block_product_grid .woolentor-products .wishsuite-btn-text{
display: none;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap [class*="ht-addtocart"] a{
position: relative;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap [class*="ht-addtocart"] a.woolentor-product-addtocart.loading::after{
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
position: absolute;
top: 0;
left: 0;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.added{
display: none;
}
.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.wc-forward{
padding: 0;
}
.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.loading i[class*="fa-"]::before {
content: "\e01c";
font-family: WooCommerce;
}
.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.loading i[class*="fa-"]{
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-product-addtocart.loading{
padding-left: 20px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a i{
color: inherit;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-button-icon-right {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li .woolentor-compare.compare::before{
bottom: 0;
top: 0;
align-items: center;
}
.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul li a .ht-product-action-tooltip{
display: none;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a i {
line-height: 40px;
margin: 0;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(1) {
transition-delay: 0.2s;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(2) {
transition-delay: 0.1s;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(3) {
transition-delay: 0s;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a:hover {
border: 1px solid #dc9a0e;
background-color: #dc9a0e;
color: #ffffff;
} .woolentor-grid-style-2 .ht-product-content-2{
text-align: center;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 {
position: absolute;
left: 50%;
bottom: 0;
width: 100%;
z-index: 9;
transform: translateX(-50%);
align-items: center;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li{
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
transform: translateY(20px);
display: block;
float: left;
height: 48px;
width: 48px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a {
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: #ffffff;
background-color: #dc9a0e;
width: 100%;
height: 100%;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist{
border:none;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist a {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist a i{
margin: 0;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist .yith-wcwl-add-to-wishlist,.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist div{
height: 100%;
margin: 0;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlgrid-cart-btn{
width: calc(100% - 48px - 48px);
transition-delay: 0.1s;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-product-addtocart:not(.woolentor-button-icon-right) i {
margin-right: 7px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-button-icon-right{
flex-direction: row-reverse;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-button-icon-right i{
margin-left: 7px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlgrid-quickview{
transition-delay: 0.2s;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentorquickview {
border-left: 1px solid rgba(255, 255, 255, 0.2);
margin: 0;
margin-left: -1px;
}
.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a:hover {
background-color: #000000;
} .woolentor-grid-style-3 .ht-product-2 .ht-product-content-2 .ht-product-ratting-2 {
margin: 10px 0 3px;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
z-index: 9;
top: auto;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul{
display: flex;
justify-content: center;
text-align: center;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li{
width: 46px;
height: 46px;
display: block;
border-radius: 100%;
transition: all 0.3s ease 0s;
transform: scale3d(0, 0, 0);
margin: 0 4px;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a {
background: #ffffff;
color: #444;
text-align: center;
font-size: 16px;
display: block;
margin: 0 4px;
border: 1px solid #e6e6e6;
height: 100%;
width: 100%;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li .woolentor-compare.compare::before {
left: 3px;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li i {
line-height: 46px;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(1) {
transition: all 0.3s;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(2) {
transition: all 0.6s;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(3) {
transition: all 0.9s;
}
.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a:hover {
border: 1px solid #dc9a0e;
background-color: #dc9a0e;
color: #ffffff;
}
.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul li .yith-wcwl-add-to-wishlist,.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul li div{
margin: 0;
width: 100%;
height: 100%;
}
.ht-product-2 .ht-product-content-2.ht-product-content-2-padding {
padding: 0 20px 20px;
}
.ht-product-2 .ht-product-content-2.ht-product-content-2-hidden {
transition: all 0.7s ease 0s;
}
.ht-product-2 .ht-product-content-2.ht-product-content-2-up {
transition: all 0.7s ease 0s;
background-color: #ffffff;
padding: 20px 20px 15px;
position: relative;
z-index: 9;
}
.ht-product-2 .ht-product-content-2 .ht-product-categories-2 {
margin: 0 0 5px;
}
.ht-product-2 .ht-product-content-2 .ht-product-categories-2 a {
color: #dc9a0e;
font-size: 14px;
display: block;
}
.ht-product-2 .ht-product-content-2 .ht-product-categories-2 a:hover {
color: #444;
}
.ht-product-2 .ht-product-content-2 .ht-product-title-2 {
font-size: 18px;
margin: 0 0 10px;
}
.ht-product-2 .ht-product-content-2 .ht-product-title-2 a {
color: #444;
}
.ht-product-2 .ht-product-content-2 .ht-product-title-2 a:hover {
color: #dc9a0e;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a {
opacity: 0;
visibility: hidden;
margin-right: -30px;
color: #333;
display: inline-block;
font-weight: 500;
transition: all 0.5s ease 0s;
}
.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a:hover {
color: #dc9a0e;
}
.ht-product-2 .ht-product-content-2 .ht-product-price-2 {
line-height: 1;
}
.ht-product-2 .ht-product-content-2 .ht-product-price-2 span {
color: #444;
font-size: 16px;
font-weight: 500;
}
.ht-product-2 .ht-product-content-2 .ht-product-price-2 span.ht-old {
font-weight: 300;
font-size: 15px;
text-decoration: line-through;
margin-left: 9px;
}
.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 {
line-height: 1;
margin: 12px 0 0;
}
.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 i {
font-size: 13px;
line-height: 14px;
padding: 0 1px;
color: #dc9a0e;
}
.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 i.gray {
color: #5f5d5d;
}
.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart {
background: #f6f6f6;
color: #444;
width: 40px;
height: 40px;
text-align: center;
font-size: 16px;
border-radius: 50%;
display: inline-block;
transition: all 0.3s ease 0s;
}
.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart i {
line-height: 40px;
}
.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart:hover {
background-color: #dc9a0e;
color: #ffffff;
}
.ht-product-2 .ht-product-content-2-wrap {
position: relative;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 {
position: absolute;
z-index: 5;
top: 0;
right: 0;
left: 0;
display: flex;
visibility: hidden;
align-items: center;
flex-wrap: wrap;
justify-content: center;
transition: all 0.7s ease 0s;
transform: translateY(50%);
opacity: 0;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li {
width: 48px;
height: 48px;
margin: 0 5px;
text-align: center;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a{
font-size: 16px;
color: #ffffff;
background-color: #333;
display: block;
position: relative;
border-radius: 50%;
}
:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added:not(.wishsuite-button,.wishlist){
display: none;
}
:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart {
text-indent: -9999px;
position: relative;
height: 100%;
text-align: center;
}
:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart::before {
content: "\f058";
text-indent: 0px;
position: absolute;
width: 100%;
height: 100%;
top: 8px;
left: 0;
font-family: "Font Awesome 5 Free";
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a:hover {
background-color: #dc9a0e;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a i {
line-height: 48px;
margin: 0;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a .ht-product-action-tooltip,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 .ht-product-action-tooltip{
display: none;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li .wishlist.button-default,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li .wishlist.button-default{
margin: 0;
height: 100%;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.woolentor-compare{
height: 100%;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn{
width: 100%;
justify-content: center;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.woolentor-compare:before,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.woolentor-compare:before{
display: flex;
align-items: center;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 {
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li {
display: inline-block;
width: 50px;
height: 42px;
margin: 0 6px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease 0s;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a{
color: #ffffff;
background-color: #333;
font-size: 16px;
border-radius: 0.25rem;
display: block;
width: 100%;
height: 100%;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn{
justify-content: center;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li .wishlist.button-default div{
height: 100%;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(1) {
animation-delay: 0.2s;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(2) {
animation-delay: 0.3s;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(3) {
animation-delay: 0.4s;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(4) {
animation-delay: 0.5s;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a:hover {
color: #ffffff;
background-color: #dc9a0e;
}
.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a i {
line-height: 40px;
margin: 0;
}
.woocommerce [class*="woolentor-grid-style-"] a.added_to_cart {
margin-top: 0;
padding-top: 0;
margin-left: 5px;
}
.ht-product-2:hover .ht-product-image-wrap-2 a img.ht-product-img-zoom {
transform: scale(1.2);
}
.ht-product-2:hover .ht-product-image-wrap-2 a img.ht-hover-img {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-options {
visibility: visible;
transform: translateY(0);
opacity: 1;
}
.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-2 ul li{
opacity: 1;
visibility: visible;
margin: 5px 0 5px 0px;
}
.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-3 ul li {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.woolentor-grid-style-3 .ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-2 ul li{
transform: scaleX(1);
margin: 0 4px;
}
.ht-product-2:hover .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a {
opacity: 1;
visibility: visible;
margin-right: 0px;
}
.ht-product-2:hover .ht-product-content-2.ht-product-content-2-hidden {
visibility: hidden;
transform: translateY(-20px);
opacity: 0;
}
.ht-product-2:hover .ht-product-content-2.ht-product-content-2-up {
transform: translateY(-50px);
}
.ht-product-2:hover .ht-product-action-5 {
visibility: visible;
transform: translateY(0);
opacity: 1;
}
.ht-product-2:hover .ht-product-action-6 ul li {
visibility: visible;
opacity: 1;
animation-duration: 0.6s;
animation-fill-mode: both;
animation-name: fadeInUp;
}
.elementor-widget-wl-product-grid .slick-list{
margin: 0 -15px;
}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-tabs-base{padding-block-start:0px;display:flex;flex-direction:column;gap:30px;}.elementor .e-tabs-menu-base{display:flex;justify-content:center;}.elementor .e-tab-base{width:160px;color:#0C0D0E;cursor:pointer;padding:8px;border-width:2px;border-color:#E0E0E0;border-style:solid;background-color:#FFFFFF;display:block;}.elementor .e-tab-base.e--selected{border-color:#0C0D0E;outline-width:0px;}.elementor .e-tab-base:focus{border-color:#0C0D0E;outline-width:0px;}.elementor .e-tab-base:hover,.elementor .e-tab-base:focus-visible{background-color:#E0E0E0;}.elementor .e-tabs-content-area-base{display:block;}.elementor .e-tab-content-base{min-width:30px;padding:10px;display:block;}.elementor .e-form-base{display:block;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;all:unset;cursor:pointer;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}.elementor .e-divider-base{height:1px;border-width:0px;border-color:transparent;border-style:none;background-color:#000;}.elementor .e-self-hosted-video-base{max-width:100vw;aspect-ratio:16/9;display:inline-block;}.elementor .e-c9dd3d6{width:33.3333%;flex-direction:column;}.elementor .e-7d92c3d{width:66.6666%;flex-direction:column;}.elementor .e-db2e572{flex-direction:row;}