.rmtamshop_product_slider{
  margin-bottom:20px ; 
position: relative;
}
.rmtamshop_product_slider .swiper-container {
  overflow: hidden; 
} 

.rmtamshop_product_slider .head {
  margin: 0 0 30px;
  text-align: center;
}
.rmtamshop_product_slider .head.has_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  position: relative;
}
.rmtamshop_product_slider .head a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.4s;
  min-width:  110px;
}

.rmtamshop_product_slider .head a:hover{
  color: #fff !important;
}
.rmtamshop_product_slider .head a .bi{
      position: relative;
  top: 2px;
}
.rmtamshop_product_slider .head h6,
.rmtamshop_product_slider .head h2{
    margin: 0;
}
.rmtamshop_product_slider .head h6 .mobile{
  display: none;
}

 
.rmtamshop_product_slider .content {
  position: relative;
}
.rmtamshop_product_slider .row.center,
.rmtamshop_product_slider .swiper-wrapper.center{
  justify-content: center;
}
.rmtamshop_product_slider .swiper-button-lock {
  display: none !important;
}
.rmtamshop_product_slider .swiper-button-prev.graffic1, 
.rmtamshop_product_slider .swiper-button-next.graffic1 {
    display: inline-block;
    text-align: center;
    margin: 0;
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    top: 50%;
    border-radius: 50%;
    line-height: 43px; 
    transition: all linear 0.5s;
    pointer-events: initial;
    cursor: pointer;
    font-size: 17px; 
}
.rmtamshop_product_slider .swiper-button-next {
  left: 0px;
  right: auto;
  transform: translate3d(0,-50%,0);
}
.rmtamshop_product_slider .swiper-button-prev {
  right: 0px;
  left: auto;
  transform: translate3d(0,-50%,0);
} 
.rmtamshop_product_slider .swiper-button-next.graffic1::after {
    position: relative;
    right: 1px;
    top: 1px;
    font-size: 19px;
    content: 'prev';
}
.rmtamshop_product_slider .swiper-button-prev.graffic1::after {
    position: relative;
    right: -1px;
    top: 1px;
    font-size: 19px;
    content: 'next';
} 
.rmtamshop_product_slider .swiper-pagination {
    width: 100%;  
    position: static;
    margin-top: 20px;
}
.rmtamshop_product_slider .swiper-pagination.graffic2 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;  
    border-radius: 0;
}
.rmtamshop_product_slider .swiper-pagination.graffic1 .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: 5px;
    background-color: #b6bcc5;
    opacity: 1;
}
.rmtamshop_product_slider .swiper-pagination.graffic1 .swiper-pagination-bullet.swiper-pagination-bullet-active { 
    width: 20px 
}
 
@media (max-width :780px) {  
    .rmtamshop_product_slider .head h2 {
        font-size: 16px;
    }
    .rmtamshop_product_slider .head h6 {
        font-size: 13px;
    }
    .rmtamshop_product_slider .head a {
        font-size: 12px;
    }   
    .rmtamshop_product_slider .head h6 .mobile{
      display: block;
    }
    .rmtamshop_product_slider .head h6 .desktop{
      display: none;
    }
    
    .rmtamshop_product_slider .head.has_link::before{
      display: none !important;
    }
    .rmtamshop_product_slider .head.has_link > div:first-child,
    .rmtamshop_product_slider .head.has_link > div:last-child{
      padding: 0px !important;
    }
}
 