#nprogress{
z-index: 100000;
position: relative;
} h2.active {
color: #fff;
background-color: #104eb4;
border-radius: 4px;
}
.tabGroup > li {
display: none;
}
.tabGroup > .current {
display: block;
}
.navGroup {
display: flex;
justify-content: center;
}
.navGroup h2 {
margin: 0 20px;
padding: 5px 17px;
border-radius: 4px;
}
.tab_product_slide {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.swiper-wrapper {
padding-bottom: 40px;
}
.tab_product_slide:hover .item_img img {
transform: scale(1.2) rotate(-10deg);
transition: all 0.35s ease-in-out;
}
ul.tabGroup {
padding: 0px 22px;
}
.img_shadow:after,
.img_shadow:before {
position: absolute;
width: 0;
height: 0;
background: rgba(37, 97, 239, 0.3);
content: "";
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
.img_shadow:after {
bottom: 0;
left: 0;
}
.img_shadow:before {
top: 0;
right: 0;
}
.swiper-slide:hover .img_shadow:after,
.swiper-slide:hover .img_shadow:before {
width: 100%;
height: 100%;
}
span.item_img {
overflow: hidden;
position: relative;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
right: auto;
left: 49%;
transform: translateX(-100%);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
right: 49%;
left: auto;
transform: translateX(100%);
}
.swiper-pagination.swiper-p1.swiper-pagination-bullets {
display: none;
}
.swiper-button-next,
.swiper-button-prev {
bottom: 0;
top: auto !important;
}
@media screen and (min-width: 900px) {
.swiper-container,
.swiper2-container,
.swiper3-container {
width: 100%;
height: auto;
}
.swiper-slide img {
width: 100%;
}
.slide-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 10px;
}
.slide-container img {
margin-bottom: 8px;
}
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: -4px !important;
}
@media screen and (max-width: 900px) {
.swiper-slide img {
width: 100%;
}
.slide-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px !important;
}
}  [data-elementor-device-mode="desktop"] .elementor-edit-area-active .elementor-hidden-desktop,
[data-elementor-device-mode="tablet"] .elementor-edit-area-active .elementor-hidden-tablet,
[data-elementor-device-mode="mobile"] .elementor-edit-area-active .elementor-hidden-phone{
display: none !important;
}         .image_info_parent{
position: relative;
}
a.image_info_parent{
display: inline-block;
}
.image_info_parent:hover .imgs-wrapper{
opacity: 0.8 !important;
}
.imgs-wrapper {
opacity: 0;
position: absolute;
color: black;
text-align: left;
top: 10px;
left: 10px;
background: #d2d2d2;
font-size: 12px;
padding: 5px 10px;
}