@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.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-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}a.wishsuite-addtocart.loading{
opacity: .25;
padding-right: 2.618em;
position: relative;
}
a.wishsuite-addtocart.loading::after{
font-family: WooCommerce;
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: auto;
right: 1em;
animation: spin 2s linear infinite;
}
a.wishsuite-addtocart.added::after{
font-family: WooCommerce;
content: '\e017';
margin-left: .53em;
vertical-align: bottom;
}
.wishsuite-loader {
position: absolute;
left: 5px;
}
a.wishsuite-button::after,.woocommerce a.button.wishsuite-button::after{
display: none;
}
a.wishsuite-btn.loading,.woocommerce a.button.wishsuite-btn.loading{
opacity: 1;
}
.woocommerce a.button.wishsuite-button{
display: inline-flex;
}
.wishsuite-shop-top_thumbnail{
position: absolute !important;
z-index: 9999;
top: 10px;
left: 10px !important;
margin: 0 !important;
}
.wishsuite-button img {
display: inline-block !important;
width: 25px !important;
margin: 0 10px 0 0 !important;
}
a.wishsuite-button.loading img{
opacity: 0.5;
}
.wishsuite-button {
display: inline-flex;
align-items: center;
position: relative;
}
.wishsuite-button:focus {
outline: none;
border:none;
}
.wishsuite-button svg {
fill:currentColor;
transition: all 200ms ease-out;
width: 15px;
height: 15px;
}
.wishsuite-button svg + span{
margin-left: 6px;
}
.wishsuite-button:hover svg,
.wishlist-toggle.added svg {
fill:currentColor;
}
.wishsuite-button svg .loading,
.wishsuite-button svg .check {
opacity: 0;
}
.wishsuite-button.added svg .check,.wishsuite-button.wishsuite-btn-exist svg .check {
opacity: 1;
}
.wishsuite-button.added svg .heart,.wishsuite-button.wishsuite-btn-exist svg .heart {
opacity: 0;
}
.wishsuite-button.loading svg .loading,
.wishsuite-button.loading:before {
animation:loading 500ms 0ms infinite normal linear;
transform-origin: center;
opacity: 1;
}
.wishsuite-button.loading svg .heart,
.wishsuite-button.loading svg .check {
opacity:0;
}
.wishsuite-btn-text {
display: flex;
align-items: center;
}
@keyframes loading {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
} .wishsuite-table-content table {
width: 100%;
margin: 0;
border: 1px solid #ebebeb;
border-collapse: collapse;
}
.wishsuite-table-content table thead > tr {
background-color: #f9f9f9;
border: 1px solid #ebebeb;
}
.wishsuite-table-content table thead > tr th {
border-top: medium none;
color: #333;
font-size: 14px;
font-weight: 500;
padding: 20px 30px 20px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
border:0;
}
.wishsuite-table-content table tbody > tr {
border-bottom: 1px solid #ebebeb;
}
.wishsuite-table-content table tbody > tr td {
color: #333;
font-size: 15px;
padding: 10px;
text-align: center;
border:0;
}
.wishsuite-table-content .quantity .qty {
width: 3.631em;
padding: 5px 5px 5px 5px;
text-align: center;
}
.theme-blocksy .wishsuite-table-content .quantity .qty{
width: inherit;
} .wishsuite-table-content {
position: relative;
overflow-y: auto;
overflow: visible;
}
.wishsuite-table-content.loading:before{
position: absolute;
content:"";
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
background-color: rgba(255,255,255,.6);
}
.wishsuite-table-content .wishsuite-table-content-loader {
border: 8px solid #f3f3f3;
border-radius: 50%;
border-top: 8px solid #3498db;
width: 50px;
height: 50px;
-webkit-animation: htcomspin 1s linear infinite;
animation: htcomspin 1s linear infinite;
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate(-30px, -25px);
display: none;
}
.wishsuite-table-content.loading .wishsuite-table-content-loader{
display: block;
} @-webkit-keyframes htcomspin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes htcomspin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .wishsuite-remove{
position: relative;
display: inline-block;
padding: 10px;
margin-left: -5px;
transition: none;
text-decoration: none !important;
}
.wishsuite-remove:focus{
outline: none;
}
.wishsuite-remove::after, .wishsuite-remove::before {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
width: 15px;
height: 2px;
background-color: #2d2a2a;
right: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.wishsuite-remove::after{
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.wishsuite-remove:hover::after,.wishsuite-remove:hover::before{
background: #EC1E1E;
}
.wishsuite-emplty-text{
text-align: center;
}
.wishsuite-product-add_to_cart a{
display: block;
text-decoration: none !important;
}
.wishsuite-product-add_to_cart a.wc-forward{
margin-top: 10px;
} .htcompare-btn + .wishsuite-button{
margin-left: 10px;
} .wishsuite-product-add_to_cart{
position: relative;
}
.wishsuite-quick-cart-area {
position: absolute;
width: 300px;
height: 200px;
right: 0;
bottom: 0;
display: none;
z-index: 99;
background-color: #fff;
padding: 15px 20px 15px 20px;
border: 1px solid #ddd;
}
.quick-cart-open .wishsuite-quick-cart-area{
overflow: hidden;
overflow-y: auto;
display: block;
}
.wishsuite-quick-cart-area .wishsuite-button {
display: none !important;
}
.wishsuite-product-add_to_cart .wishsuite-quick-cart-area a {
display: inline-block;
}
.wishsuite-quick-cart-close {
display: inline-block;
padding: 1px 10px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
transition: 0.4s;
}
.wishsuite-quick-cart-close:hover{
color:#D93025;
}
.wishsuite-quick-cart-area form.cart .variations select {
max-width: 100%;
min-width: 75%;
display: inline-block;
width: 100%;
margin-right: 0;
padding-top: .5em;
padding-bottom: .5em;
}
.wishsuite-quick-cart-area form.cart .variations select:focus {
outline: none;
}
.wishsuite-quick-cart-area .single_add_to_cart_button {
width: auto;
}
.wishsuite-quick-cart-area .single_add_to_cart_button.disabled {
cursor: not-allowed;
opacity: 0.5;
}
.wishsuite-quick-cart-area .quantity {
display: inline-block;
}
.wishsuite-quick-cart-area .woocommerce-variation-add-to-cart{
margin-top: 15px;
}
.wishsuite-quick-cart-area form.cart table {
border-width: 0 0 1px;
margin: 0 0 1.2em;
}
.wishsuite-quick-cart-area form.cart .variations {
border-bottom: 1px solid rgba(0,0,0,.1);
position: relative;
margin-bottom: 1em;
width: 100%;
}
.wishsuite-quick-cart-area form.cart .variations td, .wishsuite-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;
text-align: left;
}
.wishsuite-quick-cart-area form.cart table td {
padding-left: 0;
}
.wishsuite-quick-cart-area a.added_to_cart{
width: 100%;
padding: 3px;
text-align: center;
border: 1px solid #ddd;
margin-top: 5px;
}
.wishsuite-quick-cart-area a.reset_variations {
text-align: left;
} .wishsuite-social-share {
display: flex;
align-items: center;
margin-top: 15px;
}
.wishsuite-social-share .wishsuite-social-title{}
.wishsuite-social-share ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
.wishsuite-social-share ul li{
display: inline-block;
}
.wishsuite-social-share ul li a{
display: block;
line-height: 1;
padding: 5px;
color: #3a3a3a;
}
.wishsuite-social-share ul li a .wishsuite-social-icon{}
.wishsuite-social-share ul li a .wishsuite-social-icon svg{
fill:currentColor;
width: 15px;
height: 15px;
} .wishsuite-counter-area:not(.wishsuite-has-text) {
display: inline-block;
position: relative;
line-height: 1;
width: 30px;
color: #222;
}
.wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 16px;
height: 16px;
border-radius: 8px;
right: 0;
top: -8px;
background: #ec5858;
color: #fff;
font-size: 11px;
line-height: 18px;
font-weight: 600;
text-align: center;
}
.wishsuite-align-center .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
right: -5px;
}
.wishsuite-align-right .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter{
right: -8px;
}
.wishsuite-counter-area.wishsuite-has-text {
display: inline-flex;
align-items: center;
color: #222;
font-size: 16px;
}
.wishsuite-has-text span.wishsuite-counter-icon {
display: flex;
margin: 0 5px;
}
.wishsuite-has-text .wishsuite-counter-icon{
color: #ec5858;
}
.wishsuite-counter-icon svg {
fill: currentColor;
} .elementor-widget-woolentor-universal-product .wishsuite-button img,
.elementor-widget-woolentor-product-tab .wishsuite-button img{
margin: 0 !important;
} nav.wishsuite-pagination {
margin-top: 30px;
}
nav.wishsuite-pagination ul {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
gap: 10px;
}
nav.wishsuite-pagination ul .page-numbers {
display: flex;
width: 40px;
height: 40px;
align-items: center;
justify-content: center;
border: 2px solid #ebebeb;
text-decoration: none;
background-color: transparent;
color: #333333;
transition: all 0.3s ease 0s;
}
nav.wishsuite-pagination ul .page-numbers.prev,
nav.wishsuite-pagination ul .page-numbers.next {
font-size: 24px;
}
nav.wishsuite-pagination ul .page-numbers:focus,
nav.wishsuite-pagination ul .page-numbers:hover {
border-color: #333333;
outline: none;
}
nav.wishsuite-pagination ul .page-numbers.current {
color: #ffffff;
background-color: #333333;
border-color: #333333;
} @media (max-width: 767px) { .wishsuite-table-content table, .wishsuite-table-content thead, .wishsuite-table-content tbody, .wishsuite-table-content th, .wishsuite-table-content td, .wishsuite-table-content tr { 
display: block; 
}
.wishsuite-table-content table, .wishsuite-table-content table th, .wishsuite-table-content table tbody > tr td,.wishsuite-table-content table td.wishsuite-product-title{
text-align: left;
}
.wishsuite-table-content table{
border:none;
}
.wishsuite-table-content td{
padding: 10px;
} .wishsuite-table-content thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
.wishsuite-table-content tr {
border: 1px solid #ebebeb;
margin-top: 15px;
}
.wishsuite-table-content table tbody > tr td {
border: none;
border-bottom: 1px solid #ebebeb; 
position: relative;
padding-left: 50%;
}
.wishsuite-table-content td::before {
position: absolute;
top: 34%;
left: 15px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align: left;
}
.wishsuite-product-add_to_cart a{
text-align: center;
} .wishsuite-table-content td:nth-of-type(1):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(2):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(3):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(4):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(5):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(6):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(7):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(8):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(9):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(10):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(11):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(12):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(13):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(14):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(15):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(16):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(17):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(18):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(19):before { content: attr(data-label); }
.wishsuite-table-content td:nth-of-type(20):before { content: attr(data-label); }
} .wishsuite-notification {
position: fixed;
z-index: -99;
bottom: -100%;
left: 50%;
visibility: hidden;
min-width: 220px;
padding: 20px;
padding-right: 40px;
transition: all 1s ease 0s;
transform: translateX(-50%);
opacity: 0;
border: 1px solid #222222;
border-radius: 4px;
background-color: #222222;
}
.wishsuite-notification.open {
z-index: 99;
bottom: 10px;
visibility: visible;
opacity: 1;
}
.wishsuite-notification-text {
color: #FFFFFF;
}
.wishsuite-notification-close {
line-height: 1;
position: absolute;
top: 23px;
right: 10px;
transition: all 0.3s ease 0s;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding: 0;
cursor: pointer;
text-indent: -9999px;
color: #FFFFFF;
border: none;
background-color: transparent;
}
.wishsuite-notification-close::after {
font-size: 26px;
line-height: 1;
display: flex;
content: "\00d7";
text-indent: 0;
}.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;
padding: 0;
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;
display: block;
font-size: 14px;
text-align: center;
transition: all 0.3s ease 0s;
}
.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;
line-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: 0;
}
.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: 4px 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.20px 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;
} .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;
}
.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{}
.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_myaccount_page{}
.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;
} .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{}
.wl_cart_table tr td .quantity .qty{
padding: .3em;
}
.wl_cart_table .actions{
text-align: right;
}
.wl_cart_table .coupon{
float: left;
}
.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;
}
.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;
} .woocommerce-page.woocommerce-checkout form .elementor-widget-wl-checkout-order-review[class*="wl-heading-alignment-"] #order_review_heading{
float: none;
width: auto;
}
.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,.90);
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .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 .4s ease;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease,-webkit-transform .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: .5em;
padding-bottom: .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,.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;
}  @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;
}
} @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) {
} .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;
}  .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;
}