.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_myaccount_page {
}
.woolentor-user-area {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.woolentor-user-image {
margin-right: 20px;
}
.woolentor-user-image img {
border-radius: 100% !important;
}
.woolentor-user-info span {
display: block;
}
.woolentor-username {
font-size: 20px;
}
.woolentor-logout {
font-size: 14px;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #ddd;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #ddd;
padding: 12px 0;
line-height: 1.5;
}
.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a {
transition: 0.4s;
}
.woocommerce-account
.woolentor_myaccount_menu_pos_vtop
.woocommerce-MyAccount-navigation,
.woocommerce-account
.woolentor_myaccount_menu_pos_vbottom
.woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,
.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul {
border: none;
}
.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,
.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li {
display: inline-block;
border-bottom: 0;
padding: 12px 10px;
}
.woocommerce-account
.woolentor_myaccount_menu_pos_vtop
.woocommerce-MyAccount-content,
.woocommerce-account
.woolentor_myaccount_menu_pos_vbottom
.woocommerce-MyAccount-content {
width: 100%;
float: none;
}
.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,
.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content {
float: right;
}
.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,
.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation {
float: left;
}
.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 {
}
.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;
} @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;
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}