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

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

.modrmtamshopcategory .content {
  position: relative;
}

.modrmtamshopcategory .row.center,
.modrmtamshopcategory .swiper-wrapper.center{
  justify-content: center;
}
.modrmtamshopcategory .swiper-button-lock {
  display: none !important;
}
.modrmtamshopcategory .swiper-button-prev.graffic1, 
.modrmtamshopcategory .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;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.07),0 6px 20px 0 rgba(0,0,0,0.07);
}
.modrmtamshopcategory .swiper-button-next {
    left: 0px;
    right: auto;
    transform: translate3d(0,-50%,0);
}
.modrmtamshopcategory .swiper-button-prev {
    right: 0px;
    left: auto;
    transform: translate3d(0,-50%,0);
} 
.modrmtamshopcategory .swiper-button-next.graffic1::after {
    position: relative;
    right: 1px;
    top: 1px;
    font-size: 19px;
    content: 'prev';
}
.modrmtamshopcategory .swiper-button-prev.graffic1::after {
    position: relative;
    right: -1px;
    top: 1px;
    font-size: 19px;
    content: 'next';
} 
.modrmtamshopcategory .swiper-pagination {
    width: 100%;  
    position: static;
    margin-top: 20px;
}
.modrmtamshopcategory .swiper-pagination.graffic2 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;  
    border-radius: 0;
}
.modrmtamshopcategory .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;
}
.modrmtamshopcategory .swiper-pagination.graffic1 .swiper-pagination-bullet.swiper-pagination-bullet-active { 
    width: 20px 
}













.modrmtamshopcategory.box .row > div {
    margin-bottom: 30px;
}
.modrmtamshopcategory_slider{
	direction:ltr;
} 
.modrmtamshopcategory .mod_each_catsrow { 
    box-shadow: 0 1px 17px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 10px;
    background: #fff;
    text-align: right;
    height: 100%; 
    border: 1px solid transparent;
    transition: border-color .2s ease-in-out,box-shadow .2s ease-in-out;
} 
.modrmtamshopcategory .mod_each_catsrow > a {
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.modrmtamshopcategory .mod_each_catsrow img{
    display: block;
    margin: 0 auto;  
    width: 100%;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 10px 10px 0 0;
    
}
.modrmtamshopcategory .mod_each_catsrow:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 
.modrmtamshopcategory .mf-title {
    display: inline-block;
} 
.modrmtamshopcategory .mod_each_catsrow > h3 {
    border: none;
    font-size: 15px;
    margin: 0;
    text-align: center;
    padding: 15px;
}
.modrmtamshopcategory h3 a {
    color: #4b566b;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out
}
.modrmtamshopcategory .mod_each_catsrow:hover h3 a {
    color: #8700c0 !important;
}
 
.modrmtamshopcategory .swiper-container {
    overflow: hidden;
    margin: 0 -13px;
}  

.modrmtamshopcategory .catsrow {
    height: 100%;
    padding: 18px 0 0 0;
    width: 100%;
    position: relative;
    
}
.modrmtamshopcategory.hover .row > div{
    margin: 0 0 15px;
}
.modrmtamshopcategory.hover .catsrow{
    padding: 0;
}
.modrmtamshopcategory .catsrow img {
    display: block;
    width: 100%; 
}
.modrmtamshopcategory .catsrow div{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: background .3s linear;
}
.modrmtamshopcategory .catsrow:hover div{
    background: #ffffffb3;
}
.modrmtamshopcategory .catsrow h3 {
    bottom: 19px;
    background: #ffffffbf;
    display: inline-block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
    z-index: 9;
    border-radius: 28px;
    text-align: center;
    padding: 10px 12px;
    color: #484848;
    box-shadow: 0 8px 16px -8px rgba(0,0,0,.4),0 0 4px rgba(0,0,0,.1);
    transition: all .3s ease;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
} 
@media only screen  and (max-width : 1200px) { 
    .modrmtamshopcategory .swiper-container {
        margin: 0 -10px;
    }
}

@media (max-width :780px) {  
    .modrmtamshopcategory .head h2 {
        font-size: 16px;
    }
    .modrmtamshopcategory .head h6 {
        font-size: 13px;
    }
    .modrmtamshopcategory .head a {
        font-size: 12px;
    }   
    .modrmtamshopcategory .head h6 .mobile{
      display: block;
    }
    .modrmtamshopcategory .head h6 .desktop{
      display: none;
    } 
    .modrmtamshopcategory .head.has_link::before{
      display: none !important;
    }
    .modrmtamshopcategory .head.has_link > div:first-child,
    .modrmtamshopcategory .head.has_link > div:last-child{
      padding: 0px !important;
    }
}
 