@charset "UTF-8";
.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(//minersafe.cl/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.eot?n1z373);
src: url(//minersafe.cl/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.eot?#iefixn1z373) format('embedded-opentype'),
url(//minersafe.cl/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.woff?n1z373) format('woff'),
url(//minersafe.cl/wp-content/plugins/woolentor-addons-pro/assets/lib/fonts/lg.ttf?n1z373) format('truetype'),
url(//minersafe.cl/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(//minersafe.cl/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(//minersafe.cl/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(//minersafe.cl/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(//minersafe.cl/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(//minersafe.cl/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(//minersafe.cl/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;
}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img{
max-width: 100%;
width: inherit;
}
.woolentor-woocommerce-checkout .form-row,.elementor-column.elementor-db,.my-accouunt-form-edit-address .form-row{
display: block;
}
.elementor-widget-wl-product-add-to-cart p.stock {
display: none;
} .woolentor_product_social_share {
align-items: center;
display: flex;
margin-top: 32px;
}
.woolentor_product_social_share h2 {
color: #666666;
font-size: 18px;
margin: 0;
padding-right: 10px;
}
.woolentor_product_social_share ul{
margin: 0;
padding: 0;
list-style: none;
}
.woolentor_product_social_share ul li{
display: inline-block;
margin-right: 15px;
}
.woolentor_product_social_share ul li:last-child{
margin-right: 0 !important;
}
.woolentor_product_social_share ul li a {
color: #797979;
display: block;
font-size: 14px;
text-align: center;
transition: all 0.3s ease 0s;
display: inline;
}
.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: 4px 10px;
position: absolute;
right: 15px;
top: 15px;
} .wlpro-product-thumbnails .woolentor-thumbnails {
margin: 10px -5px 0;
}
.wlpro-product-thumbnails .woolentor-thumb-single {
padding: 0 5px;
cursor: pointer;
}
.thumbnails-tab-position-right.thumbnails-layout-tabslider .woocommerce-product-gallery__image.slick-initialized{
float: left !important;
}
.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider,.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider {
float: left;
margin: -6px 0;
padding-left: 10px;
width: 20%;
}
.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider{
padding-left: 0;
padding-right: 10px;
}
.wlpro-product-thumbnails .slick-vertical .woolentor-thumb-single {
padding: 6.20px 0;
}
.thumbnails-tab-position-top.wlpro-product-thumbnails .woolentor-thumbnails {
margin: 0 -5px 10px;
}
.woolentor-thumbnails.slick-vertical .slick-arrow {
top: 0;
left: auto;
right: 50%;
margin-right: -10px;
}
.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev {
transform: rotate(90deg);
}
.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
left: auto;
top: auto;
bottom: 0;
transform: rotate(90deg);
}
.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-vertical .slick-arrow{
margin-right: -20px;
}
.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;
}
.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;
} .elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation{
width: 100%;
float: none;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul{
border: none;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul{
margin: 0;
padding: 0;
list-style: none;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li{
padding: 0;
line-height:inherit;
}
.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li:not(:last-child){
border-bottom: inherit;
}
.woolentor_myaccount_menu_type_vertical ul li{
display: inline-block;
border: none !important;
} .wl_cart_table{}
.wl_cart_table tr td .quantity .qty{
padding: .3em;
}
.wl_cart_table .actions{
text-align: right;
}
.wl_cart_table .coupon{
float: left;
}
.woocommerce .cart.wl_cart_table .actions .button, .woocommerce .cart.wl_cart_table .actions input.button {
background: #000;
color: #fff;
font-weight: normal;
width: auto;
height: auto;
}
.cart.wl_cart_table .actions .button, .cart.wl_cart_table .actions input.button{
width: auto;
height: auto;
}
.cart.wl_cart_table .actions .coupon + .wl_update_cart_shop {
float: right;
}
.shop_table.cart td.actions a.wlbutton-continue-shopping {
border: 1px solid currentColor;
padding: 7px 10px;
margin-right: 5px;
display: inline-block;
border-radius: 5px;
float: left;
}  .wl-line-through {
text-decoration: line-through;
}
.woocommerce .woolentor-cart-list table.shop_table {
border: 1px solid rgba(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,.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: .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;
}
.woolentor.woocommerce-shipping-fields #ship-to-different-address input{
height: auto;
width: auto;
}
.woocommerce .elementor-widget-wl-checkout-multi-step-form form .form-row .select2-container{
width: 100% !important;
} .woolentor-quickview-content-builder .elementor-widget-wrap .elementor-widget{
margin-bottom: 0px;
}
.woolentor-quickview-content-builder .ht-quick-view-single.images{
float: left !important;
} .woolentor-quick-cart-area{
position: absolute;
top: 100%;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.90);
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
padding: 0 20px;
}
.quick-cart-open .woolentor-quick-cart-area {
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease,-webkit-transform .4s ease;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select {
max-width: 100%;
min-width: 75%;
display: inline-block;
width: 100%;
margin-right: 0;
padding-top: .5em;
padding-bottom: .5em;
}
.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select:focus {
outline: none;
}
.woolentor-quick-cart-area .quantity {
display: none !important;
}
.woolentor-quick-cart-area .single_add_to_cart_button {
width: 100%;
}
.woolentor-quick-cart-close {
display: inline-block;
padding: 1px 10px;
position: absolute;
right: 0;
top: 5px;
cursor: pointer;
transition: 0.4s;
}
.woolentor-quick-cart-close:hover{
color:#D93025;
}
.woolentor-quick-cart-area .woolentor-quick-cart-form {
padding-top: 40px;
}
.ht-products.woocommerce .woolentor-quick-cart-area a.added_to_cart,.ht-product .woolentor-quick-cart-area a.added_to_cart {
width: 100%;
padding: 3px;
text-align: center;
border: 1px solid #ddd;
margin-top: 5px;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table {
border-width: 0 0 1px;
margin: 0 0 1.2em;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations {
border-bottom: 1px solid rgba(0,0,0,.1);
position: relative;
margin-bottom: 1em;
width: 100%;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations td, .ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations th {
border: 0;
vertical-align: top;
line-height: 2em;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
display: block;
}
.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table td {
padding-left: 0;
}
.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: .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;
} .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;
} @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;
}
@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;
}.pdfemb-viewer{overflow:hidden;line-height:1;margin:0;padding:0;border:1px solid #000;position:relative;text-align:left;direction:ltr;background-color:#d3d3d3}.pdfemb-viewer .pdfemb-toolbar{padding:0;margin:0;border:none;position:absolute;background-color:gray;width:100%}.pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-fixed{display:block}.pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-hover{display:none;z-index:1}.pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-top{top:0;left:0}.pdfemb-viewer .pdfemb-toolbar.pdfemb-toolbar-bottom{bottom:0;left:0}.pdfemb-viewer .pdfemb-toolbar div{margin:6px 15px 6px 2px;font-family:sans-serif;font-size:12px;padding:2px;text-align:center;letter-spacing:normal;word-spacing:normal;line-height:14px;text-transform:none;text-indent:0;text-shadow:none;font-weight:normal;display:inline;color:#d3d3d3;float:left}.pdfemb-viewer .pdfemb-toolbar button,.pdfemb-viewer .pdfemb-toolbar button[disabled]{background-color:rgba(0,0,0,.12);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;border:1px solid;border-color:rgba(0,0,0,.32) rgba(0,0,0,.38) rgba(0,0,0,.42);box-shadow:0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 1px 0 hsla(0,0%,100%,.05);-webkit-transition-property:background-color,border-color,box-shadow;-webkit-transition-duration:150ms;-webkit-transition-timing-function:ease;transition-property:background-color,border-color,box-shadow;transition-duration:150ms;transition-timing-function:ease;min-width:16px;padding:2px 6px 0;width:auto;border-radius:2px;color:hsla(0,0%,100%,.8);font-size:12px;line-height:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default;margin:4px 2px 4px 0;float:left}.pdfemb-viewer .pdfemb-toolbar button:hover{background-color:rgba(0,0,0,.2);box-shadow:0 1px 0 hsla(0,0%,100%,.05) inset,0 0 1px hsla(0,0%,100%,.15) inset,0 0 1px rgba(0,0,0,.05)}.pdfemb-viewer .pdfemb-toolbar button:first-child{margin-left:4px}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-toggled{background-color:rgba(0,0,0,.3);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));border-color:rgba(0,0,0,.4) rgba(0,0,0,.45) rgba(0,0,0,.5);box-shadow:0 1px 1px rgba(0,0,0,.1) inset,0 0 1px rgba(0,0,0,.2) inset,0 1px 0 hsla(0,0%,100%,.05);-webkit-transition-property:background-color,border-color,box-shadow;-webkit-transition-duration:10ms;-webkit-transition-timing-function:linear;transition-property:background-color,border-color,box-shadow;transition-duration:10ms;transition-timing-function:linear}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-toggled:hover{background-color:rgba(0,0,0,.4);border-color:rgba(0,0,0,.4) rgba(0,0,0,.5) rgba(0,0,0,.55);box-shadow:0 1px 1px rgba(0,0,0,.2) inset,0 0 1px rgba(0,0,0,.3) inset,0 1px 0 hsla(0,0%,100%,.05)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-prev::before{content:url(//minersafe.cl/wp-content/plugins/pdf-embedder/assets/img/toolbarButton-pageUp.png)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-next::before{content:url(//minersafe.cl/wp-content/plugins/pdf-embedder/assets/img/toolbarButton-pageDown.png)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-zoomout::before{content:url(//minersafe.cl/wp-content/plugins/pdf-embedder/assets/img/toolbarButton-zoomOut.png)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-zoomin::before{content:url(//minersafe.cl/wp-content/plugins/pdf-embedder/assets/img/toolbarButton-zoomIn.png)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-fs::before{content:url(//minersafe.cl/wp-content/plugins/pdf-embedder/assets/img/toolbarButton-presentationMode.png)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-download::before{content:url(//minersafe.cl/wp-content/plugins/pdf-embedder/assets/img/toolbarButton-download.png)}.pdfemb-viewer .pdfemb-toolbar button.pdfemb-btndisabled{color:#d3d3d3}.pdfemb-viewer .pdfemb-pagescontainer{overflow:hidden;display:block;position:relative;background-color:#d3d3d3}.pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab{cursor:grab;-webkit-overflow-scrolling:touch}.pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link){cursor:inherit}.pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grab:active,.pdfemb-viewer .pdfemb-pagescontainer.grab-to-pan-grabbing{cursor:grabbing;z-index:50000}.pdfemb-viewer .pdfemb-pagescontainer .pdfemb-inner-div{overflow:hidden;line-height:1;margin:auto;padding:0;border:none;position:relative;background-color:#d3d3d3;display:block}.pdfemb-viewer .pdfemb-pagescontainer .pdfemb-inner-div canvas{position:relative;top:0;bottom:0;margin:0;padding:0;display:inline-block;background-color:#fff}.pdfemb-viewer .pdfemb-pagescontainer .pdfemb-inner-div-wantmobile{position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background-color:#d3d3d3;opacity:.5}.pdfemb-viewer .pdfemb-pagescontainer .pdfemb-inner-div-wantmobile-fswrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.pdfemb-loadingmsg{text-align:center;padding:5px;background-color:#fff}div.pdfemb-errormsg{padding:5px;text-align:center;vertical-align:middle;background-color:#faa}.pdfemb-fsp-wrapper{background:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:4000;overflow-y:auto;overflow-x:hidden;display:none}.pdfemb-fsp-content{overflow:hidden;width:100%;height:100%;position:relative;top:0;left:0}input.pdfemb-page-num{display:inline;font-family:sans-serif;width:30px;height:15px;vertical-align:middle;font-size:10px;padding:0 2px;color:#000;text-align:center;margin:0}@media screen and (min-color-index: 0)and (-webkit-min-device-pixel-ratio: 0){.pdfemb-pagescontainer{margin-left:1px}}.scrollbar-none{overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}.scrollbar-none::-webkit-scrollbar{display:none}
.elementor-star-rating{color:#ccd6df;display:inline-block;font-family:eicons}.elementor-star-rating i{cursor:default;display:inline-block;font-style:normal;position:relative}.elementor-star-rating i:before{color:#f0ad4e;content:"\e934";display:block;font-family:inherit;font-size:inherit;inset-block-start:0;inset-inline-start:0;overflow:hidden;position:absolute}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{align-items:center;display:flex}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}@media (min-width:-1){.elementor-star-rating-widescreen--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-widescreen--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-widescreen--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-widescreen--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:-1){.elementor-star-rating-laptop--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-laptop--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-laptop--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-laptop--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}.elementor-star-rating-tablet_extra--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-tablet_extra--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-tablet_extra--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-tablet_extra--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:1024px){.elementor-star-rating-tablet--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-tablet--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:-1){.elementor-star-rating-mobile_extra--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-mobile_extra--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-mobile_extra--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-mobile_extra--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}@media (max-width:767px){.elementor-star-rating-mobile--align-start .elementor-star-rating__wrapper{justify-content:flex-start;text-align:start}.elementor-star-rating-mobile--align-end .elementor-star-rating__wrapper{justify-content:flex-end;text-align:end}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{justify-content:center;text-align:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__wrapper{justify-content:space-between;text-align:justify}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"★"}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{align-items:center;display:flex;flex-wrap:nowrap;font-size:13px;justify-content:space-between;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{align-items:center;display:flex;flex-basis:0;flex-direction:column;justify-content:center;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden;position:relative;width:100%}.e-form__indicators__indicator__progress__meter{background-color:var(--e-form-steps-indicator-progress-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);color:var(--e-form-steps-indicator-progress-meter-color);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;text-align:right;transition:width .1s linear;width:var(--e-form-steps-indicator-progress-meter-width,0)}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{border-color:var(--e-form-steps-indicator-active-secondary-color,#fff);color:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{background-color:initial;color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{align-items:center;border-style:solid;border-width:1px;display:flex;font-size:var(--e-form-steps-indicator-icon-size);height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;overflow:hidden;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{height:auto;width:var(--e-form-steps-indicator-icon-size)}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{align-items:center;border-style:solid;border-width:1px;display:flex;height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{background-color:#babfc5;height:var(--e-form-steps-divider-width);width:100%}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{font-size:11px;inset-inline-end:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.elementor-select-wrapper .select-caret-down-wrapper svg{aspect-ratio:unset;display:unset;fill:currentColor;overflow:visible;width:1em}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4YTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;content:"";height:1em;width:1em}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal.dialog-type-lightbox{background-color:transparent;display:flex;pointer-events:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;inset-inline-end:20px;margin-top:0;opacity:1;pointer-events:all;top:20px;z-index:9999}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;border-radius:0;box-shadow:none;max-height:100%;max-width:100%;overflow:visible;pointer-events:all;width:auto}.elementor-popup-modal .dialog-message{display:flex;max-height:100vh;max-width:100vw;overflow:auto;padding:0;width:640px}.elementor-popup-modal .elementor{width:100%}.elementskit-reset-button.elementor-button{cursor:pointer;width:100%}.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//minersafe.cl/wp-content/plugins/admin/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//minersafe.cl/wp-content/plugins/admin/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//minersafe.cl/wp-content/plugins/admin/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//minersafe.cl/wp-content/plugins/admin/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//minersafe.cl/wp-content/plugins/admin/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.rs-parallax-hidden-of rs-slide { overflow:hidden !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden; display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//minersafe.cl/wp-content/plugins/admin/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//minersafe.cl/wp-content/plugins/admin/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//minersafe.cl/wp-content/plugins/admin/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}