.magnify {position: relative;}
.large {
width: 75px; height: 75px;
position: absolute;
border-radius: 10%;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 
0 0 1px 1px rgba(0, 0, 0, 0.25), 
inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
display: none;
}
.secondary-slider {
width: 79%;
float: right;
margin-left: 1%;
}
.fme_small { 
display: block;
}
.fme_img-popup {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(38, 40, 52, 0.9);
text-align: center;
display: none;
z-index: 9999999999999;
animation: pop-in;
animation-duration: 0.5s;
-webkit-animation: pop-in 0.5s;
-moz-animation: pop-in 0.5s;
-ms-animation: pop-in 0.5s;
}
.fme-primary-arrow {
position: absolute !important;
z-index: 1 !important; transform: translateY(-50%) !important;
width: 2em !important;
height: 2em !important; display: flex !important;
align-items: center !important;
justify-content: center !important;
border: none !important;
padding: 0 !important;
opacity: .7 !important; }
.fme-primary-next { right: 0px !important;
}
.fme-primary-prev{
left: unset !important;
}
.fme_img-popup img {
position: absolute;
top: 50%;
display: inline-block;
transform: translate(-50%, -50%);
}
.close-lightbox {
position: absolute;
top: 10px;
right: 20%;
width: 40px;
height: 40px;
padding: 0px 10px;
color: #fff;
font-size: 50px;
z-index: 99;
cursor: pointer;
}
.lightboxfadeout{
animation: fadeout;
animation-duration: 0.5s;
-webkit-animation: fadeout 0.5s;
-moz-animation: fadeout 0.5s;
-ms-animation: fadeout 0.5s;
}
@keyframes pop-in {
0% {
opacity: 0;
transform: scale(0.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes pop-in {
0% {
opacity: 0;
-webkit-transform: scale(0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes pop-in {
0% {
opacity: 0;
-moz-transform: scale(0.1);
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@keyframes fadeout {
100% {
opacity: 0;
transform: scale(0.1);
}
0% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes fadeout {
100% {
opacity: 0;
-webkit-transform: scale(0.1);
}
0% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes fadeout {
100% {
opacity: 0;
-moz-transform: scale(0.1);
}
0% {
opacity: 1;
-moz-transform: scale(1);
}
}
.fme_pgifw_right_bottom {
position: absolute;
bottom: 15px;
right: 15px;
font-size: 18px;
padding: 5px 12px;
border-radius: 10%;
background: rgba(38, 40, 52, 0.1);
}
.fme_pgifw_top_left {
position: absolute;
top: 15px;
left: 15px; font-size: 18px;
padding: 5px 12px;
border-radius: 10%;
background: rgba(38, 40, 52, 0.1);
}
.fme_pgifw_top_right {
position: absolute;
top: 15px;
right: 15px; font-size: 18px;
padding: 5px 12px;
border-radius: 10%;
background: rgba(38, 40, 52, 0.1);
}
.fme_pgifw_bottom_left {
position: absolute;
bottom: 15px;
left: 15px; font-size: 18px;
padding: 5px 12px;
border-radius: 10%;
background: rgba(38, 40, 52, 0.1);
}
.single-product .thumbnails {
display: none !important;
}
.single-product .woocommerce-main-image {
display: none !important;
}
.splide__arrow{
min-height: unset !important;
}
.splide__pagination li {
padding-bottom: unset;
}
#fme-secondary-slider .is-active {
margin-bottom: 1px
}
.splide__pagination {
width: 70% !important;
margin: 0 auto;
margin-bottom: 10px !important;
}
.fme_hover_image_popup {
visibility: hidden;
width: 80px !important;
height: 80px  !important;
background-color: #555;
border-radius: 3px;
padding: 1px;
position: absolute;
z-index: 1;   
bottom: 125%;
margin-left: -33px !important;
opacity: 0;
transition: opacity 0.3s;
}
.fme_hover_image_popup::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.splide__pagination_top_right {
position: absolute;
z-index: 1;
padding: 0;
flex-flow: column wrap;
top: 0;
right: 0;
display: flex;
align-items: flex-end;
transform: translateX(0%);
left: unset;
bottom: unset;
width: 14px !important;
margin-right: 7px ;
margin-top: 7px !important;
}
.splide__pagination_top_left {
position: absolute;
z-index: 1;
padding: 0;
flex-flow: column wrap;
top: 0;
left: 0;
display: flex;
align-items: flex-start;
transform: translateX(0%);
bottom: unset;
width: 14px !important;
margin-left: 7px ;
margin-top: 7px !important;
}
.splide__pagination_top_center {
position: absolute;
z-index: 1;
padding: 0;
flex-flow: inherit;
top: 0;
display: flex;
flex-wrap: wrap; bottom: unset;
margin-top: 7px !important;
}
.splide__pagination_bottom_left {
position: absolute;
z-index: 1;
padding: 0;
flex-flow: column wrap;
left: 0;
display: flex;
align-items: flex-start;
transform: translateX(0%);
bottom: 0;
width: 14px !important;
margin-left: 7px ;
margin-bottom: 7px ;
}
.splide__pagination_bottom_right {
position: absolute;
z-index: 1;
padding: 0;
flex-flow: column wrap;
right: 0;
display: flex;
align-items: flex-end;
transform: translateX(0%);
left: unset;
bottom: 0;
width: 14px !important;
margin-right: 7px ;
margin-bottom: 7px ;
}
.fme-font-slider{
font-weight: 600 !important;
color: black;
}
li .fme-slider-numbering {
position: absolute;
bottom: 2em; font-size: 18px;
z-index: 9;
font-weight: 600;
color: black;
}
.splide__pagination_fme {
counter-reset: pagination-num;
color: white !important;  
}
.splide__pagination__page_fme:before {
counter-increment: pagination-num;
content: counter( pagination-num );
}
.splide__pagination__page_fme_active {
transform: scale(1.1) !important;
}
.primary_splide {
text-align: center;
}
.fme_play{
color: white;
display: flex !important;
justify-content: center;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
}