
.layout1.rmtamshop_product_slider div.swiper_content {
  margin: 0 -15px;
  position: relative;
} 
.layout1.rmtamshop_product_slider .product { 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%; 
    border-radius: 5px;
}
.layout1.rmtamshop_product_slider .swiper-slide {
    padding: 15px !important;
    height: auto;
} 
.layout1.rmtamshop_product_slider .col-md-3 {
  margin: 0 0 24px;
}
.layout1.rmtamshop_product_slider .product_box .archive-on-sale {
    font-size: 11px;
    color: red;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid red;
    padding-bottom: 2px;
    right: 0;
    z-index: 1;
    top: 0;
} 
.layout1.rmtamshop_product_slider .product .product_box {
    background: #fff none repeat scroll 0 0;
    float: right;
    position: relative;
    width: 100% !important; 
    border-radius: 5px;
    display: flex;
    height: 100%;
    flex-wrap: wrap; 
    justify-content: center;
    padding: 10px;
}
.layout1.rmtamshop_product_slider .product .product_box.has_top_padding { 
    padding-top: 30px;
}
.layout1.rmtamshop_product_slider .product_box_img > a { 
display: block;  
width: 100%;
position: relative;
}
.layout1.rmtamshop_product_slider .product_box_img a img {
    border-radius: 5px;
display: block;
margin: 0 auto;  
backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
width: inherit;
} 
.layout1.rmtamshop_product_slider .product_box_img .second-thumb {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.layout1.rmtamshop_product_slider .product_box_img:hover .primary-thumb {
opacity: 0;
}
.layout1.rmtamshop_product_slider .product_box_img:hover .second-thumb {
opacity: 1;
} 
.layout1.rmtamshop_product_slider .product_box_title {
    padding: 10px !important;
    text-align: right;
    width: 100%;
    float: right;
}
.layout1.rmtamshop_product_slider .product_box_title a {
    width: 100%;
    float: right;
    color: #373f50;
    display: block;
    font-size: 13px;
    text-align: right;
    font-weight: bold;
    line-height: 23px;
}
.layout1.rmtamshop_product_slider .product_box_price { 
    text-align: right;
    width: 100%;
    float: left; 
}
.layout1.rmtamshop_product_slider .footer_box {
    display: flex;
    justify-content: space-between;
    clear: both;
    align-items: center;
    width: 100%;
    min-height: 60px;
} 
.layout1.rmtamshop_product_slider .cart a {
    position: relative;
    float: left;
    height: 36px;
    line-height: 40px;
    width: 45px;
    text-align: center; 
    cursor: pointer; 
    font-size: 18px; 
    background: #fff;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}
.layout1.rmtamshop_product_slider .cart a span{
    padding: 0 15px !important;
    max-width: 200px;
    height: 34px;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 34px;
    display: inline-block;
    position: absolute;
    z-index: 1070;
    visibility: hidden;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    left: 100%;
    margin-top: -17px;
    margin-left: 8px;
}
.layout1.rmtamshop_product_slider .cart a span::before {
    content: '';
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.layout1.rmtamshop_product_slider .cart a:hover span{
    opacity: 1;
    visibility: visible;
}

.layout1.rmtamshop_product_slider .product_box_price .prdprice1 {
    margin: 0 0 5px;
    display: flex;
    text-align: right;
    color: #acacac;
    font-size: 13px;
    min-height: 25px;
    align-items: center;
    flex-direction: row;
}
.layout1.rmtamshop_product_slider .prdprice1 span, 
.layout1.rmtamshop_product_slider .prdprice2, 
.layout1.rmtamshop_product_slider .free-text{
    color: #000 !important;
    font-weight: bold;     
}
.layout1.rmtamshop_product_slider .product_box_price .discount {
    background-color: #fb3449;
    border-radius: 20px;
    padding: 2px 6px 1px;
    letter-spacing: 0;
    margin-left: 8px;
    min-width: 43px;
    height: 23px;
    float: left;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
} 
.layout1.rmtamshop_product_slider .product_box_price .prdprice2 {
    display: block;
    text-align: right;
    color: #000 !important;
    font-weight: bold; 
    font-size: 16px;
}
.layout1.rmtamshop_product_slider .product_box_price .prdprice1 span.price  {
  font-size: 14px;
} 
.layout1.rmtamshop_product_slider .product_box_price .free-text {
  color: #4caf50;
  font-size: 14px;
}
.layout1.rmtamshop_product_slider .prdprice1 span, 
.layout1.rmtamshop_product_slider .prdprice2, 
.layout1.rmtamshop_product_slider .free-text {
    color: #000 !important;
    font-weight: bold;
} 
.layout1.rmtamshop_product_slider .rmtamshop_box_category_title{
    width: 100%;
    float: right;
    font-size: 12px;
    padding: 15px 10px 0;
}
.layout1.rmtamshop_product_slider .rmtamshop_box_category_title a{
    color: #888;
}

@media (max-width :780px) {   
    .layout1.rmtamshop_product_slider div.swiper_content {
      margin: 0 -12px;
    } 
}
