.lg-sub-html,
.lg-toolbar {
background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
font-family: lg;
font-weight: 400;
font-style: normal;
src: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.eot?n1z373);
src: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.eot?#iefixn1z373) format('embedded-opentype'),
url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.woff?n1z373) format('woff'),
url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.ttf?n1z373) format('truetype'),
url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.svg?n1z373#lg) format('svg');
}
.lg-icon {
font-family: lg;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
font-size: 22px;
position: absolute;
z-index: 1080;
top: 50%;
display: block;
margin-top: -10px;
padding: 8px 10px 9px;
cursor: pointer;
color: #999999;
border: none;
border-radius: 2px;
outline: 0;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
color: #FFFFFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: '\e095';
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: '\e094';
}
@-webkit-keyframes lg-right-end {
0%,
100% {
left: 0;
}
50% {
left: -30px;
}
}
@-moz-keyframes lg-right-end {
0%,
100% {
left: 0;
}
50% {
left: -30px;
}
}
@-ms-keyframes lg-right-end {
0%,
100% {
left: 0;
}
50% {
left: -30px;
}
}
@keyframes lg-right-end {
0%,
100% {
left: 0;
}
50% {
left: -30px;
}
}
@-webkit-keyframes lg-left-end {
0%,
100% {
left: 0;
}
50% {
left: 30px;
}
}
@-moz-keyframes lg-left-end {
0%,
100% {
left: 0;
}
50% {
left: 30px;
}
}
@-ms-keyframes lg-left-end {
0%,
100% {
left: 0;
}
50% {
left: 30px;
}
}
@keyframes lg-left-end {
0%,
100% {
left: 0;
}
50% {
left: 30px;
}
}
.lg-outer.lg-right-end .lg-object {
position: relative;
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
}
.lg-outer.lg-left-end .lg-object {
position: relative;
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
}
.lg-toolbar {
position: absolute;
z-index: 1082;
top: 0;
left: 0;
width: 100%;
}
.lg-toolbar .lg-icon {
font-size: 24px;
line-height: 27px;
float: right;
width: 50px;
height: 47px;
padding: 10px 0;
cursor: pointer;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
text-align: center;
text-decoration: none !important;
color: #999999;
outline: 0;
}
.lg-toolbar .lg-icon:hover {
color: #FFFFFF;
}
.lg-toolbar .lg-close:after {
content: '\e070';
}
.lg-toolbar .lg-download:after {
content: '\e0f2';
}
.lg-sub-html {
font-size: 16px;
position: fixed;
z-index: 1080;
right: 0;
bottom: 0;
left: 0;
padding: 10px 40px;
text-align: center;
color: #EEEEEE;
}
.lg-sub-html h4 {
font-size: 13px;
font-weight: 700;
margin: 0;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
font-size: 16px;
display: inline-block;
padding-top: 12px;
padding-left: 20px;
vertical-align: middle;
color: #999999;
}
.lg-next,
.lg-prev,
.lg-toolbar {
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-moz-transition:    -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-o-transition:      -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition:         transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
opacity: 1;
}
.lg-hide-items .lg-prev {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
opacity: 0;
}
.lg-hide-items .lg-next {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
opacity: 0;
}
.lg-hide-items .lg-toolbar {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
opacity: 0;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition:    -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition:      -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition:         transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item.lg-complete
.lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
position: absolute;
z-index: 1080;
bottom: 0;
width: 100%;
max-height: 350px;
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition:    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition:      -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition:         transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
background-color: #0D0A0A;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:      -o-grab;
cursor:     -ms-grab;
cursor:         grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:      -o-grabbing;
cursor:     -ms-grabbing;
cursor:         grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
height: 100%;
margin-bottom: -5px;
padding: 10px 0;
}
.lg-outer .lg-thumb-item {
float: left;
overflow: hidden;
height: 100%;
margin-bottom: 5px;
cursor: pointer;
border: 2px solid #FFFFFF;
border-radius: 4px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
-o-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #A90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
-o-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
font-size: 24px;
line-height: 27px;
position: absolute;
top: -39px;
right: 20px;
width: 50px;
height: 39px;
padding: 5px 0;
cursor: pointer;
text-align: center;
color: #999999;
border-radius: 2px 2px 0 0;
background-color: #0D0A0A;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
color: #FFFFFF;
}
.lg-outer .lg-toogle-thumb:after {
content: '\e1ff';
}
.lg-outer .lg-video-cont {
display: inline-block;
width: 100%;
max-width: 1140px;
max-height: 100%;
padding: 0 5px;
vertical-align: middle;
}
.lg-outer .lg-video {
position: relative;
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.lg-outer .lg-video .lg-object {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
position: absolute;
z-index: 1080;
top: 50%;
left: 50%;
width: 84px;
height: 59px;
margin-top: -30px;
margin-left: -42px;
cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
width: 64px;
height: 64px;
margin-top: -32px;
margin-left: -32px;
opacity: 0.8;
background: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/img/video-play.png) no-repeat;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
position: absolute;
z-index: 1083;
top: 0;
left: 0;
width: 100%;
height: 5px;
-webkit-transition: opacity 80ms ease 0s;
-moz-transition: opacity 80ms ease 0s;
-o-transition: opacity 80ms ease 0s;
transition: opacity 80ms ease 0s;
opacity: 0;
background-color: #333333;
}
.lg-progress-bar .lg-progress {
width: 0;
height: 5px;
background-color: #A90707;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: '\e01d';
}
.lg-show-autoplay .lg-autoplay-button:after {
content: '\e01a';
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition:    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition:      -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition:         transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.15s !important;
-moz-transition:    -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.15s !important;
-o-transition:      -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition:         transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: '\e311';
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: '\e033';
}
#lg-zoom-out {
pointer-events: none;
opacity: 0.5;
}
#lg-zoom-out:after {
content: '\e312';
}
.lg-zoomed #lg-zoom-out {
pointer-events: auto;
opacity: 1;
}
.lg-outer .lg-pager-outer {
position: absolute;
z-index: 1080;
right: 0;
bottom: 60px;
left: 0;
height: 10px;
text-align: center;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
position: relative;
display: inline-block;
overflow: hidden;
margin: 0 5px;
cursor: pointer;
vertical-align: top;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px #FFFFFF inset;
}
.lg-outer .lg-pager-thumb-cont {
position: absolute;
bottom: 100%;
left: 0;
width: 120px;
height: 83px;
margin-bottom: 20px;
margin-left: -60px;
padding: 5px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
opacity: 0;
color: #FFFFFF;
border-radius: 3px;
background-color: #FFFFFF;
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
display: block;
width: 12px;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
-o-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
box-shadow: 0 0 0 8px #FFFFFF inset;
}
.lg-outer .lg-caret {
position: absolute;
bottom: -10px;
left: 50%;
display: inline-block;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
border-top: 10px dashed;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
.lg-fullscreen:after {
content: '\e20c';
}
.lg-fullscreen-on .lg-fullscreen:after {
content: '\e20d';
}
.lg-outer #lg-dropdown-overlay {
position: fixed;
z-index: 1081;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
cursor: default;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
opacity: 0;
background-color: rgba(0, 0, 0, 0.25);
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
visibility: visible;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-outer .lg-dropdown {
font-size: 14px;
position: absolute;
top: 50px;
right: 0;
visibility: hidden;
margin: 0;
padding: 10px 0;
list-style-type: none;
-webkit-transition: -webkit-transform 0.18s linear 0s,
visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-moz-transition:    -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
opacity 0.18s linear 0s;
-o-transition:      -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
opacity 0.18s linear 0s;
transition:         transform 0.18s linear 0s, visibility 0s linear 0.5s,
opacity 0.18s linear 0s;
-webkit-transform: translate3d(0, 5px, 0);
-moz-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
-o-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
text-align: left;
opacity: 0;
border-radius: 2px;
background-color: #FFFFFF;
}
.lg-outer .lg-dropdown:after {
position: absolute;
top: -16px;
right: 16px;
display: block;
width: 0;
height: 0;
content: '';
border: 8px solid transparent;
border-bottom-color: #FFFFFF;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
color: #333333;
}
.lg-outer .lg-dropdown a {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
display: block;
padding: 4px 12px;
white-space: pre;
color: #333333;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
line-height: 1;
display: inline-block;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
font-size: 20px;
line-height: 1;
display: inline-block;
float: none;
width: auto;
height: auto;
margin-right: 8px;
padding: 0;
vertical-align: middle;
color: #333333;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
width: 100%;
height: 100%;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: '\e80d';
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3B5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: '\e901';
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00ACED;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: '\e904';
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #DD4B39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: '\e902';
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #CB2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: '\e903';
}
.lg-group:after {
display: table;
clear: both;
content: '';
}
.lg-outer {
position: fixed;
z-index: 1050;
top: 0;
left: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
text-align: left;
opacity: 0;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:      -o-grab;
cursor:     -ms-grab;
cursor:         grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:      -o-grabbing;
cursor:     -ms-grabbing;
cursor:         grabbing;
}
.lg-outer .lg {
position: relative;
overflow: hidden;
max-width: 100%;
max-height: 100%;
margin-right: auto;
margin-left: auto;
}
.lg-outer .lg-inner {
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
display: none !important;
background: url(//megashop.rocks/wp-content/plugins/woolentor-addons-pro/assets/lib/images/icons/loading.gif) center center no-repeat;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
position: absolute;
display: inline-block;
width: 100%;
height: 100%;
text-align: center;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
display: inline-block;
width: 1px;
height: 50%;
margin-right: -1px;
content: '';
}
.lg-outer .lg-img-wrap {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
width: auto !important;
max-width: 100%;
height: auto !important;
max-height: 100%;
vertical-align: middle;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
opacity: 0;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
z-index: 1040;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
opacity: 0;
background-color: #000000;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
-moz-transition:    -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
-o-transition:      -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
transition:         transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
position: absolute;
left: 0;
opacity: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
opacity 0.1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}.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%;
}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.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-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.wc-block-product-template li.wc-block-product.product {
position: relative;
} 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;
min-width: 35px;
min-height: 35px;
justify-content: center;
}
.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,
.wishsuite-button svg .heart-solid {
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.added svg.wishsuite-solid-added .check,
.wishsuite-button.wishsuite-btn-exist svg.wishsuite-solid-added .check {
opacity: 0;
}
.wishsuite-button.added svg.wishsuite-solid-added .heart-solid,
.wishsuite-button.wishsuite-btn-exist svg.wishsuite-solid-added .heart-solid {
opacity: 1;
}
.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 .heart-solid,
.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-image-wrap.wishsuite-icon-over-image {
position: relative;
display: inline-block;
}
.wishsuite-image-wrap.wishsuite-icon-over-image .wishsuite-remove-overlay {
position: absolute;
top: 4px;
right: 4px;
width: 24px;
height: 24px;
padding: 0;
margin: 0;
border-radius: 50%;
background: #fff;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
opacity: 0.85;
transition: opacity 150ms ease-out;
}
.wishsuite-image-wrap.wishsuite-icon-over-image:hover .wishsuite-remove-overlay,
.wishsuite-image-wrap.wishsuite-icon-over-image .wishsuite-remove-overlay:focus {
opacity: 1;
}
.wishsuite-image-wrap.wishsuite-icon-over-image .wishsuite-remove-overlay::after,
.wishsuite-image-wrap.wishsuite-icon-over-image .wishsuite-remove-overlay::before {
top: 50%;
left: 50%;
right: auto;
width: 12px;
margin: -1px 0 0 -6px;
}
.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-social-share ul li.wishsuite-copy-link-item {
display: inline-flex;
}
.wishsuite-social-share ul li.wishsuite-copy-link-item .wishsuite-copy-link,
.wishsuite-copy-link {
display: inline-flex;
align-items: center;
gap: 5px;
line-height: 1;
padding: 5px;
margin: 0;
border: 0;
border-radius: 0;
box-shadow: none;
outline: none;
background: none;
background-color: transparent;
color: #3a3a3a;
cursor: pointer;
font: inherit;
text-transform: none;
min-height: 0;
}
.wishsuite-copy-link:hover,
.wishsuite-copy-link:focus,
.wishsuite-copy-link:active {
background: none;
background-color: transparent;
border: 0;
box-shadow: none;
outline: none;
color: var(--wishsuite-copy-hover, #1e73be);
}
.wishsuite-copy-link .wishsuite-social-icon {
display: inline-flex;
}
.wishsuite-copy-link .wishsuite-social-icon svg {
fill: currentColor;
width: 15px;
height: 15px;
}
.wishsuite-copy-link .wishsuite-social-icon svg.wishsuite-link-icon {
fill: none;
stroke: currentColor;
stroke-width: 2.75;
}
.wishsuite-copy-link {
position: relative;
}
.wishsuite-copy-link::before {
content: '';
position: absolute;
bottom: calc(100% + 2px);
left: 50%;
transform: translateX(-50%);
border: 4px solid transparent;
border-top-color: #333;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s ease;
}
.wishsuite-copy-link::after {
content: attr(data-tooltip);
position: absolute;
bottom: calc(100% + 10px);
left: 50%;
transform: translateX(-50%);
padding: 4px 8px;
font-size: 12px;
line-height: 1.4;
white-space: nowrap;
color: #fff;
background: #333;
border-radius: 4px;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s ease;
}
.wishsuite-copy-link:hover::before,
.wishsuite-copy-link:focus::before,
.wishsuite-copy-link:hover::after,
.wishsuite-copy-link:focus::after {
opacity: 1;
}
.wishsuite-copy-link.wishsuite-copied,
.wishsuite-copy-link.wishsuite-copied:hover {
color: #2e7d32;
} .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.error {
background-color: #ec5858;
border-color: #ec5858;
}
.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;
} .wishsuite-product-price .whols_label {
font-size: inherit;
}
.wishsuite-product-price .whols_retailer_price .whols_label_left,
.wishsuite-product-price .whols_wholesaler_price .whols_label_left,
.wishsuite-product-price .whols_save_amount .whols_label_left,
.wishsuite-product-price .whols_wholesaler_price .whols_label_right,
.wishsuite-product-price .whols_save_amount .whols_label_right,
.wishsuite-product-price .whols_retailer_price del {
font-size: inherit !important;
}.wc-stripe-upe-element{margin-bottom:4px}#payment .payment_methods li img.stripe-icon{height:24px;-o-object-fit:contain;object-fit:contain;width:37px}#payment .payment_methods li img.stripe-boleto-icon,#payment .payment_methods li img.stripe-sepa-icon{padding:4px}#payment .payment_methods li img.stripe-sepa-icon{background:#10298e}#payment .payment_methods li.wc-stripe-optimized-checkout input#payment_method_stripe,#payment .payment_methods li.wc-stripe-optimized-checkout label[for=payment_method_stripe]{display:none}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe{padding:0;padding-bottom:inherit}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe>:not(#wc-stripe-upe-form){padding-left:1em;padding-right:1em}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe .wc-stripe-payment-method-instruction{padding-bottom:.5em;padding-top:.5em}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe ul.wc-saved-payment-methods[data-count="0"]{display:none}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe>fieldset{border-width:0;margin:0;padding:0}#payment .payment_methods li.wc-stripe-optimized-checkout .payment_box.payment_method_stripe #wc-stripe-upe-form .wc-stripe-upe-element iframe{max-width:none}.wc-stripe-redirect-notice{align-items:center;border:0;color:#2b2d2f;display:flex;font-family:Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px;font-weight:400;gap:12px;letter-spacing:normal;line-height:25px;margin:0;min-inline-size:0;padding:24px 9px 8px;text-decoration:none;text-shadow:none;text-transform:none;transition:none;-webkit-font-smoothing:auto}.wc-stripe-redirect-notice__icon{flex-shrink:0;height:3em;width:3em}.wc-stripe-redirect-notice__text{margin:0;padding:0}body:has(>.wp-site-blocks) form.woocommerce-checkout .wc-stripe-redirect-notice{border:2px groove threedface;-o-border-image:initial;border-image:initial;margin-inline:2px;min-inline-size:-moz-min-content;min-inline-size:min-content;padding-block:1.35em 1.625em;padding-inline:1.75em}body:has(>.wp-site-blocks) form.woocommerce-checkout #wc-stripe_acss_debit-upe-form{display:none}.woocommerce-checkout #payment ul.payment_methods li img.stripe-multibanco-icon{max-height:30px}.woocommerce-checkout #payment ul.payment_methods li img.stripe-alipay-icon{max-width:50px}body.wc-stripe-hide-save-checkbox .woocommerce-SavedPaymentMethods-saveNew{display:none!important}
.wc-stripe-copy-test-number{align-items:center;background-color:transparent!important;border:none!important;border-radius:0;box-shadow:none!important;color:inherit!important;cursor:pointer;display:inline-flex;font-family:inherit!important;font-size:inherit;font-weight:400;line-height:inherit;padding:2px 1px!important;vertical-align:baseline}.wc-stripe-copy-test-number span{margin-right:4px}.wc-stripe-copy-test-number i{background-color:currentColor;display:block;height:1.2em;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIzIDMgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01IDQuNWgxMWMuMTMyNiAwIC4yNTk4LjA1MjY4LjM1MzYuMTQ2NDUuMDkzNy4wOTM3Ni4xNDY0LjIyMDk0LjE0NjQuMzUzNTV2MTFjMCAuMTMyNi0uMDUyNy4yNTk4LS4xNDY0LjM1MzYtLjA5MzguMDkzNy0uMjIxLjE0NjQtLjM1MzYuMTQ2NGgtMTFjLS4xMzI2MSAwLS4yNTk3OS0uMDUyNy0uMzUzNTUtLjE0NjQtLjA5Mzc3LS4wOTM4LS4xNDY0NS0uMjIxLS4xNDY0NS0uMzUzNnYtMTFjMC0uMTMyNjEuMDUyNjgtLjI1OTc5LjE0NjQ1LS4zNTM1NS4wOTM3Ni0uMDkzNzcuMjIwOTQtLjE0NjQ1LjM1MzU1LS4xNDY0NXptLTIgLjVjMC0uNTMwNDMuMjEwNzEtMS4wMzkxNC41ODU3OS0xLjQxNDIxLjM3NTA3LS4zNzUwOC44ODM3OC0uNTg1NzkgMS40MTQyMS0uNTg1NzloMTFjLjUzMDQgMCAxLjAzOTEuMjEwNzEgMS40MTQyLjU4NTc5LjM3NTEuMzc1MDcuNTg1OC44ODM3OC41ODU4IDEuNDE0MjF2MTFjMCAuNTMwNC0uMjEwNyAxLjAzOTEtLjU4NTggMS40MTQycy0uODgzOC41ODU4LTEuNDE0Mi41ODU4aC0xMWMtLjUzMDQzIDAtMS4wMzkxNC0uMjEwNy0xLjQxNDIxLS41ODU4LS4zNzUwOC0uMzc1MS0uNTg1NzktLjg4MzgtLjU4NTc5LTEuNDE0MnptMTcgM3YxMC43NWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVoLTEyLjc1djEuNWgxMi43NWMuNzI5MyAwIDEuNDI4OC0uMjg5NyAxLjk0NDUtLjgwNTUuNTE1OC0uNTE1Ny44MDU1LTEuMjE1Mi44MDU1LTEuOTQ0NXYtMTAuNzV6IiBmaWxsPSIjMTAxNTE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIzIDMgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01IDQuNWgxMWMuMTMyNiAwIC4yNTk4LjA1MjY4LjM1MzYuMTQ2NDUuMDkzNy4wOTM3Ni4xNDY0LjIyMDk0LjE0NjQuMzUzNTV2MTFjMCAuMTMyNi0uMDUyNy4yNTk4LS4xNDY0LjM1MzYtLjA5MzguMDkzNy0uMjIxLjE0NjQtLjM1MzYuMTQ2NGgtMTFjLS4xMzI2MSAwLS4yNTk3OS0uMDUyNy0uMzUzNTUtLjE0NjQtLjA5Mzc3LS4wOTM4LS4xNDY0NS0uMjIxLS4xNDY0NS0uMzUzNnYtMTFjMC0uMTMyNjEuMDUyNjgtLjI1OTc5LjE0NjQ1LS4zNTM1NS4wOTM3Ni0uMDkzNzcuMjIwOTQtLjE0NjQ1LjM1MzU1LS4xNDY0NXptLTIgLjVjMC0uNTMwNDMuMjEwNzEtMS4wMzkxNC41ODU3OS0xLjQxNDIxLjM3NTA3LS4zNzUwOC44ODM3OC0uNTg1NzkgMS40MTQyMS0uNTg1NzloMTFjLjUzMDQgMCAxLjAzOTEuMjEwNzEgMS40MTQyLjU4NTc5LjM3NTEuMzc1MDcuNTg1OC44ODM3OC41ODU4IDEuNDE0MjF2MTFjMCAuNTMwNC0uMjEwNyAxLjAzOTEtLjU4NTggMS40MTQycy0uODgzOC41ODU4LTEuNDE0Mi41ODU4aC0xMWMtLjUzMDQzIDAtMS4wMzkxNC0uMjEwNy0xLjQxNDIxLS41ODU4LS4zNzUwOC0uMzc1MS0uNTg1NzktLjg4MzgtLjU4NTc5LTEuNDE0MnptMTcgM3YxMC43NWMwIC42OS0uNTYgMS4yNS0xLjI1IDEuMjVoLTEyLjc1djEuNWgxMi43NWMuNzI5MyAwIDEuNDI4OC0uMjg5NyAxLjk0NDUtLjgwNTUuNTE1OC0uNTE1Ny44MDU1LTEuMjE1Mi44MDU1LTEuOTQ0NXYtMTAuNzV6IiBmaWxsPSIjMTAxNTE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;order:1;width:1.2em}.wc-stripe-copy-test-number:hover{background-color:transparent;opacity:.7}.wc-stripe-copy-test-number:active i{transform:scale(.9)}.wc-stripe-copy-test-number:focus{box-shadow:none!important;outline:none}.wc-stripe-copy-test-number:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wc-stripe-copy-test-number.state--success i{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMzI3NCAwLjUzMTIxNkw0LjU3NjY3IDkuNjEwMTlMMC42NjIyMDYgNi42OTk1NyIgc3Ryb2tlPSIjMDA4QTIwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuMzI3NCAwLjUzMTIxNkw0LjU3NjY3IDkuNjEwMTlMMC42NjIyMDYgNi42OTk1NyIgc3Ryb2tlPSIjMDA4QTIwIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPgo=)}.stripe-gateway-checkout-email-field{position:relative}.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger{display:none;position:absolute;right:5px;width:64px;height:40px;background:no-repeat url(//megashop.rocks/wp-content/plugins/woocommerce-gateway-stripe/assets/images/link.svg);background-color:rgba(0,0,0,0);cursor:pointer;border:none}