@charset 'utf-8';
/* CSS Document */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: right !important;
}
@media print {
  html {
    height: 90% !important;
  }
  body {
    height: 90% !important;
    direction: rtl !important;
  }
  @page {
    size: auto !important;
    margin: 0 !important;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.container-fluid,
.container{
	clear: both !important; 
}

.rmtamshop {
  position: relative;
	    margin: 15px 0;
}
.tamshopproductpageright {
  padding: 0 0 0 15px !important;
}
.rmtamshop_navigation .prev {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  left: -15px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  transition: all 0.3s linear 0s;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  z-index: 10;
}
.rmtamshop_navigation .next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -15px;
  top: 40%;
  transition: all 0.3s linear 0s;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  z-index: 10;
}
.rmtamshop:hover .rmtamshop_navigation .next {
  opacity: 1;
  right: 0;
}
.rmtamshop:hover .rmtamshop_navigation .prev {
  opacity: 1;
  left: 0;
}
input, textarea, .uneditable-input {
  width: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  text-align: right;
}
.rmtamshop a {
  text-decoration: none;
}
.lnr {
  font-family: "Linearicons-Free";
  font-style: normal;
  font-variant: normal;
  
  line-height: 1;
  text-transform: none;
}
.left {
  float: left !important;
  text-align: left !important;
}
.right {
  float: right !important;
  text-align: right !important;
}
/*html, button, input, select, textarea {*/
/*  font-family: "san" !important;*/
/*}*/
input, select, textarea {
  border-radius: 2px;
  box-shadow: none !important;
  height: auto !important;
  padding: 5px 10px !important;
}
.white_bg {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 15px !important;
	
}
.product_tab,
.white_bg.tab-content{ 
    clear: both;
}
.box1_padding {
  padding: 15px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
.no-right-padding {
  padding-right: 0 !important;
  padding-left: 30px !important;
}
.prd_main_title {
  margin: 0 !important;
  padding: 0 !important;
}
.prdtitle {
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: normal !important;
  margin: 0 0 10px !important;
  display: block;
  background: none !important;
  color: #333 !important;
  padding: 0 0 10px !important;
  border-bottom: solid 1px #ddd;
}
.prd_short_desc {
  margin: 0 0 10px 0 !important;
  display: block;
  padding: 20px;
  width: 100%;
  float: right;
  background: #eee;
}
.prd_short_desc span {
  display: block;
    margin-bottom: 10px;
    color: #000;
    border-radius: 5px;
    font-family: 'iransanmedium';
}
.prd_main_info {
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(0,0,0,0.085);
  font-size: 13px !important;
  margin: 0 0 10px !important;
	width: 100%;
	float: right;
}
.prd_main_info li {
  display: block;
  margin-bottom: 4px;
}
.prd_main_info li:last-child {
  margin: 0 !important;
}
.prd_main_info_title {
  display: inline-block;
  color: #666;
}
.prd_main_info_title span {
	font-size: 15px;
	position: relative;
	top: 3px;
	margin-left: 4px;
	color: #42d697 !important;
}
.prd_main_info_text {
  display: inline-block;
	color: #333;
}
.product-badge {
    position: absolute;
top: 50px;
left: -12px;
    padding: 9px 22px 9px 9px;
    transform: translateY(-50%);
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    z-index: 1;
}
.product-badge::after {
    position: absolute;
    top: 27px;
	left: 3px;
    height: 0;
    width: 0;
    transform: rotate(-45deg);
    border: solid transparent; 
    content: " ";
    pointer-events: none;
    border-width: .525rem;
 
}
.product-badge .bi {
    position: absolute;
    font-size: 14px;
    right: 6px;
    top: 10px;
}
.product-badge.product-available{
	background-color: #42d697;
	color: #fff;
}
.product-badge.product-available::after {
    border-color: rgba(66,214,151,0); 
    border-left-color: #29bc7d;
}
.product-badge.product-unavailable{
	background-color: #f34770;
	color: #fff;
}
.product-badge.product-unavailable::after {
    border-color: rgba(66,214,151,0); 
    border-left-color: #d9345b;
}
.category_page .prdprice {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.category_page .modal .prdprice { 
  text-align: right; 
} 
.category_page .prdprice2 {
    display: block;
    text-align: right;
    color: #000 !important;
}

.category_page .prdprice1 span.price,
.category_page .prdprice2, 
.category_page .free-text{
    color: #000 !important;
}

.category_page .prdprice2 > span {
  font-size: 12px;
} 
.category_page .prdprice1 span,
.category_page .prdprice2, 
.category_page .free-text {
    font-size: 22px;
}
.category_page .prdprice1 .PricediscountAmount {
  background: #ff0033 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  margin-right: 10px;
}
.pro_details {
  border-top: 1px solid #ddd;
  margin: 15px 0;
}
.pro_details > div {
  color: #888;
  padding: 9px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.prd_notice {
  padding: 0 10px 0 0;
  float: right;
}
.prd_notice a {
  border: solid 1px #ddd;
  background: #eee;
  padding: 10px 35px 10px 10px;
  color: #333;
  position: relative;
  display: block;
}
.pro_services {
  width: 100%;
  float: right;
}
.pro_services img {
  margin: 0 auto;
  display: block;
}
a:hover {
  text-decoration: none !important;
}
.prd_notice a .lnr {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.prd_vote {
	margin-bottom: 10px;
  float: right;
	width: 100%;
}
.prd_vote .extravote {
  margin: 0 !important;
}
.prd_vote .extravote-info {
  padding-top: 3px !important;
  padding-left: 9px !important;
}
.pro_img_slider {
    padding: 0 !important;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.pro_img_slider .swiper-pagination {
    width: 100%;
    position: static !important;
}
.pro_img_slider .swiper-pagination-bullet {
    display: inline-block;
    width: 5px !important;
    height: 5px;
    margin: 0 5px !important;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: .15625rem;
    background-color: #b6bcc5 !important;
    opacity: 1 !important;
}
.pro_img_slider .swiper-pagination-bullet:hover {
}
.pro_img_slider .swiper-pagination-bullet.swiper-pagination-bullet-active { 
    width: 20px !important 
}
#pro_img_slider .swiper-slide { 
  width: 15%;  
  padding:15px 0;
}

/* @media only screen  and (max-width : 1200px) { 
  #pro_img_slider .swiper-slide { 
      width: 33.33%;   
  }
} */

@media only screen  and (max-width : 980px) { 
     
  .rmtamshop .top_product_page .col-lg-7{
    padding: 0 !important;
  }
  .top_product_page {
    box-shadow: 0 !important;
    margin-top: 0 !important;
}
} 
@media only screen  and (max-width : 620px) { 
  #pro_img_slider .swiper-slide { 
      width: 40%;  
  }
} 
#pro_img_slider .item {
  width:100%;
  float: right;
  display: inline-block;
  padding: 5px;
}
#pro_img_slider .item a {
  margin: 0 !important;
  display: block !important;
  border: solid 1px #eee; 
  overflow: hidden;
	border-radius: 5px;
}
#pro_img_slider img {
  border: none !important;
  display: block !important;
  margin: 0 auto;
	width:auto !important;
  padding: 5px;
}
.pro_order_info {
  border-bottom: solid 1px #ddd;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.pro_share_box {
  border-bottom: solid 1px #ddd;
  padding: 5px 0 15px 0;
  margin-bottom: 10px;
	width: 100%;
	float: right;
}
.pro_more_info {
  border-bottom: solid 1px #ddd;
  padding: 5px 0 15px 0;
  margin-bottom: 10px;
}
.pro_tags {    
    border-bottom: solid 1px #ddd;
    padding: 5px 0 10px 0;
    margin-bottom: 10px;
    width: 100%;
    float: right;
} 
.pro_tags span {
  display: inline-block;
}
.pro_tags a {    
    display: inline-block;
    color: #888 !important;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 5px;
    border: solid 1px #eee;
    background: #f6f6f6;
} 
.add_cart_area {
  margin: 0 0 10px;
  text-align: center;
	width: 100%;
float: right;
    border-bottom: solid 1px #ddd;
padding-bottom: 20px;
}
.noticeme > p {
  line-height: 25px;
  color: #666;
  margin: 0 0 10px !important;
}
.noticeme > #noticeme_btn,
.noticeme > a{
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  padding: 7px 10px 10px !important;
  width: 100%;
  height: 45px;
  position: relative;
}
.noticeme > #noticeme_dis {
  border-radius: 5px;
  background-color: #fff !important;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  padding: 7px 10px 10px !important;
  width: 100%;
  height: 45px;
  position: relative;
}
.noticeme > button .bi,
.noticeme > a .bi {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.noticeme .noticeme_loading {
  visibility:hidden;
  position: absolute;
  left: 6px;
  top: 3px;
  width: 40px;
  height: 40px;
  z-index: 99999999;
  background: url('../images/loading.gif') no-repeat; 
  background-color: transparent;
  background-size: contain;
}

.buyandcount {
  display: inline-block;
  padding-left: 10px;
	float: right;
	width: 22%;
}
.buyandcount .number {
  display: flex;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 10px;
}
.buyandcount .number .bi.bi-slash {
  display: inline-block;
  transform: rotate(45deg);
}
.buyandcount .minus, 
.buyandcount .plus {
  width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background: #ccc !important;
    font-size: 20px;
    color: rgb(255 255 255);
    line-height: 18px;
    font-family: sans-serif;
} 
.buyandcount .prdcoun {
  height: 34px !important;
  width: 32px !important;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}    
.rmtamshop .buyandcount .prdcoun:focus:not([readonly]){
  border: none !important;
} 

#updateCart .buyandcount {
  width: 100px !important;
  padding: 0;
}
#updateCart .buyandcount .number{
  height: 35px;
}
#updateCart .buyandcount .prdcoun {
  font-size: 16px !important;
}
.buyandcount select {
    background-color: #fff;
    margin: 0 !important;
    height: 45px !important;
    border: 1px solid #dae1e7;
    border-radius: 5px;
    font-size: 13px !important;
    background-position: 5px 16px;
    background-size: 10px;
    width: 100%;
}
.buyandcount input.select-dropdown{
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #dae1e7 !important;
    line-height: normal !important;
    height: 45px !important;
    padding: 2px 15px 3px 33px !important;
}
.buyandcount .dropdown-content li > a, 
.buyandcount .dropdown-content li > span { 
    text-align: center !important;
	color: #333 !important;
}
.buyandcount .caret {
    font-size: 0 !important;
    right: auto !important;
    left: 10px !important;
}
.buyandcount .caret::after {
    content: "\e874";
    font-family: Linearicons-Free;
    font-size: 12px !important;
}
.buyandcount select.prdcount {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 10% 50% / 12px auto;
  border: 1px solid #dae1e7;
  border-radius: 5px;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  height: 45px !important;
  line-height: normal;
  padding: 2px 15px 3px 33px;
  width: 100%;
}
.prdfeatures br {
  display: none;
}
.prdfeatures td {
  padding-bottom: 10px !important;
}

.prdfeatures .form-floating{
  width: 100%;
}
.prdfeatures .form-floating > .form-select {
  height: 58px !important;
  background-position: left .75rem center;
  padding-right: 12px !important;
  padding-left: 30px !important;
  padding-top: 26px !important;
  padding-bottom: 10px !important;
  font-family: iransanmedium;
  font-size: 14px;
}
.prdfeatures .form-floating > label { 
  right: 0;
  padding: 15px 0;
  left: auto;
  font-size: 14px;
}

.addCart {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  padding: 7px 10px 10px !important;
  width: 77%;
  height: 45px;
  position: relative;
  font-family: 'iransanmedium';
}
.product .product_box .addtocart a {
    color:#fff;
}
.disable_addCart {
	border-radius: 5px;
	color:#fff;
    
	font-size: 13px;
	display: inline-block;
	padding: 7px 32px 10px 10px !important;
	width: 80%;
	height: 45px;
	position: relative;
    cursor: not-allowed;
}
.fancybox-margin{
	margin: 0 !important;
}
.disable_addCart .bi ,
.addCart .bi {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}
.col-lg-12 .addCart {
  margin: 0 auto;
}
.add_to_card {
  color: red;
}
.product-area .imgdiv img {
  width: 100%;
}
.product-area .product_more_info {
    width: 100%;
    float: right;
    border-top: solid 1px #eee;
    padding-top: 15px;
    padding-bottom: 0;
    margin: 15px 0 0;
}
.product-area .product_more_info li {
    display: block;
    width: 20%;
    float: right;
    text-align: center;
}
.product-area .product_more_info li a{
	color: #333333;
	display: block;
}
.product-area .product_more_info li img {
    display: inline-block;
    width: 35px;
    margin-left: 10px;
}
.left_info {
  position: relative;
  margin-top: 20px;
} 
.left_tag_box {
  left: 0;
  position: absolute;
  top: 0;
}
.left_tag_ribbon {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0; 
    padding: 2px 10px 4px;
    font-size: 12px;
    border-radius: 26px;
} 
.right_tag_box {
  right: 0;
  position: absolute;
  top: 0;
}
.right_tag_ribbon { 
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 0; 
    padding: 2px 10px 4px;
    font-size: 12px;
    border-radius: 26px;
}
.has_top_padding .left_tag_ribbon,
.has_top_padding .right_tag_ribbon{
    top:30px;    
}
.productcount {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 3px;
  text-align: center;
}
.productcount.no_stock {
  background: #ff0033 none repeat scroll 0 0;
}
.productcount.in_stock {
  background: #4caf50 none repeat scroll 0 0;
}
.facilities_links {
  margin-bottom: 20px;
}
.each_facilities {
  float: right;
  padding: 5px;
  text-align: center;
  width: 25%;
}
.each_facilities a {
  border-radius: 2px;
  display: block;
  padding: 10px 7px 13px;
  color: #333;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.each_facilities a .lnr {
  font-size: 19px;
  margin-left: 4px;
  position: relative;
  top: 4px;
  color: #1e94b4;
}  
.each_facilities_details .goto_main_box {
  color: #06898e;
  left: 13px;
  position: absolute;
  top: 13px;
}
.pro_desc h4 {
  font-size: 16px;
  
  margin: 0 0 10px;
  color: #1e94b4;
}
.pro_desc p {
  color: #666;
  margin: 0 0 10px; 
  text-align: justify;
}

.comfortable,
.ordersteps {
  border: solid 1px #eee;
  padding: 15px;
  border-radius: 10px;
  background: #f4f4f4;
  margin: 0 0 30px; 
}
.comfortable h3,
.ordersteps h3 {
  font-size: 16px;
  
  padding: 0;
}
.comfortable p,
.ordersteps p {
  color: #666;
  font-size: 13px;
  margin: 0 0 10px; 
  text-align: justify;
}
.comfortable p:last-child,
.ordersteps p:last-child{
  margin: 0 !important;
}

.product {
  float: right;
}
.category_title{
	width: 100%;
	float: right;
}
.rmtamshop.category_page {
    width: 100%;
    float: right;
    margin: 0 !important;
}
.rmtamshop.category_page.searchproducts ,
.rmtamshop.category_page.brandproducts { 
    margin: 20px 0 !important;
}
.category_page .product {
    padding: 0 !important;
    border: 1px solid #ebebeb;  
    margin-left: -1px;
    margin-top: -1px;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1)
} 
.category_page .product:hover{
    -webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09)  
}
.category_page .rmtamshop_items form{  
}
.rmtamshop_items .row{  
    margin:0 -2px !important;
}
.rmtamshop.category_page .catsrow {
	padding: 10px !important; 
  margin-bottom: 20px;
} 
.category_page .product_box{
}
.category_page .no_search_results {
    width: 100%;
    float: right;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 50px;
}
.category_page .no_search_results .text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: center;
    color: rgb(22, 29, 37);
    font-size: 16px;
    border-bottom: 1px solid #e3e9ef;
}
.category_page .no_search_results .search_err {
    margin: 60px 0;
    padding: 60px 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.04);
    text-align: center;
    position: relative;
}
.category_page .no_search_results .search_err::before {
    content: " ";
    display: inline-block;
    width: 240px;
    height: 140px;
    margin-bottom: 10px;
    background: url(../images/empty-search.png) 50% 50% no-repeat;
    background-size: 140px;
    max-width: 90%;
}
.category_page .no_search_results .search_err h3 {
    color: rgb(22, 29, 37);
    font-size: 25px;
    margin: 0 0 10px;
    line-height: 42px;
    text-align: center;
}
.category_page .no_search_results .search_err h6 {
    color: rgb(64, 82, 97);
    margin: 0;
    line-height: normal;
    font-size: 14px;
    text-align: center;
} 
.category_page.tagprods{
  margin: 20px 0 !important;
}
.product .product_box { 
    float: right;
    position: relative;
    width: 100% !important;
    margin:  0;
    border-radius: 5px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;  
    padding: 20px;
    justify-content: center;
}
.product .product_box.has_top_padding {
    padding-top: 30px; 
}
.product .product_box >div{
    position: relative;
    width: 100%;
}  
.product .product_box .addtocart 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);
}
.related_products .product_box .addtocart a.linkcart_disbled,
.product .product_box .addtocart a.linkcart_disbled {
  cursor: not-allowed;
  padding: 0 !important;
}
.product .product_box .addtocart 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;
}
.product .product_box .addtocart 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;
}
.product .product_box .addtocart a:hover span{
  opacity: 1;
  visibility: visible;
}
.product .product_box .archive-on-sale {
    font-size: 12px;
    color: red;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid red;
    padding-bottom: 2px;
    right: 0;
    z-index: 1;
    margin-top: 1px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    top: -30px;
}
.product_box_img { 
	width: 100%;
	float: right;
    position: relative;
}  
.product_box_img > a { 
display: block;  
width: 100%;
position: relative;
}
.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: initial;
} 
.product_box_img .second-thumb {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.product_box_img:hover .primary-thumb {
opacity: 0;
}
.product_box_img:hover .second-thumb {
opacity: 1;
}

.product .product_box .footer_box {
    display: flex;
    justify-content: space-between;
    clear: both;
    align-items: center;
    min-height: 60px;
    width: 100%;
}
.product_box_title {
  padding:  10px 0 !important;
	text-align: right;
	width: 100%;
	float: right; 
  height: 65px;
  overflow: hidden;
      font-family: 'iransanmedium';
      font-size: 14px;
}
.product_box_title a {
    width: 100%;
    float: right;
    color: #535353;
    display: block;
    text-align: right;
    line-height: 23px;
}
.product_box_price { 
  text-align: right;
	width: 100%;
	float: right; 
}
.product_box_price .discount {
    background-color: #fb3449;
    border-radius: 20px;
    padding: 2px 6px 1px;
    letter-spacing: 0;
    margin-left: 8px;
    min-width: 36px;
    height: 23px;
    float: left;
    color: #fff !important;
    font-size: 12px !important;
}
.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;
}
.product_box_price .prdprice1 span, 
.product_box_price .prdprice2 {
  font-size: 16px;
} 
.product_box_price .free-text {
  color: #000;
  font-size: 14px;
}
.product_box_code {
  color: #888;
  font-size: 12px;
  padding: 5px 10px !important;
	width: 100%;
	float: right;
}
.product_box_cart{
	width: 100%;
	float: right;
	
}
.product_box_hits {
	width: 100%;
	float: right;
  color: #888;
  font-size: 12px;
  padding: 5px 10px !important;
}
.product_box_category {
	width: 100%;
	float: right;
  padding: 10px !important;
}

.product_box_cart a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.each_related_footer {
  position: absolute;
  bottom: 0;
}
.each_related_hits span.lnr {
  display: inline-block;
position: relative;
	top: 2px;
}
.each_related_hits {
	margin-bottom: 10px;
	color: #888;
}
.each_related_link { 
}
.each_related_link a { 
display: inline-block;
padding: 5px 11px; 
    border-radius: 5px;
    font-size: 12px;
}
.right_notice_box > div {
  margin-top: 10px;
}
.pro_notice_box { 
	width: 100%;
	float: right;
}
.pro_notice_box > div{
	width: 100%;
	float: right;
	margin-top: 15px;
}
.pro_notice_box > div:first-child{
	margin: 0;
}
.pro_notice_box > div.checkboxes div {
	float: right;
	margin-left: 20px;
}
.pro_notice_box > div.checkboxes div:last-child{
	margin: 0 ;
}
.pro_notice_box > div.checkboxes div input{
	margin: 0 0 0 3px !important;
}
.pro_notice_box > div.checkboxes div label{
	margin: 0 !important;
}
.pro_notice_box > div.input_box input[type="text"] {
    margin: 0;
    height: 35px !important;
    width: 250px !important;
    max-width: 100% !important;
    border: solid 1px #ccc !important;
}
.pro_notice_box > div.input_box label{
	margin: 0 !important;
	width: 200px;
}
.pro_notice_box .btn {
  background: #4bae4f none repeat scroll 0 0;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 30px !important;
  text-align: center;
  color: #fff;
  text-shadow: none;
  border: none !important;
  opacity: 1 !important;
}
.pro_rows {
  padding: 0 15px !important;
}
.rmtamshop .top_product_page.row {
    margin-top: -70px;
    margin-bottom: 50px;
}
.rmtamshop .imgdiv {
  margin: 0 auto;
  padding: 0 !important;
  direction: ltr;
	position: relative;
    overflow:hidden;
    max-width: 100%;
}
.imgdiv.has_margin_top {
    margin-top: 30px;
}
.rmtamshop .top_product_page .archive-on-sale {
    font-size: 11px;
    color: red;
    position: absolute;
    width: 97%;
    border-bottom: 1px solid red;
    padding-bottom: 2px;
    right: 0;
    z-index: 1;
    top: 0;
}
.rmtamshop .top_product_page .col-lg-7{
    position: relative;
}
.rmtamshop .imgdiv img{
	border-radius: 5px;
}
.rmtamshop .imgdiv img.mobile_img{
    display: none;
}
.rmtamshop #btn-share {
    width: 100%;
    padding: 13px;
    border: none;
    display: none;
    float: right;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    height: 45px;
    position: relative;
    margin-bottom: 15px;
}
.rmtamshop #btn-share .bi{
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-left: 9px;
}

.ads_image {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 10px;
    float: right;
    width: 100%;
}
.category_info img {
  max-height: 150px;
}
.category_info h2 {
  margin: 0 20px 0 0;
	font-size: 20px;
} 
p {
  margin: 0 0 10px !important;
}
.list-footer .limit {
  float: right;
  width: 20%;
}
.list-footer select#limit {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 10% 50% / 12px auto;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: none;
  color: #666;
  cursor: pointer;
  height: 37px;
  line-height: normal;
  padding: 2px 15px 3px 33px;
  width: 100px;
  
  margin-right: 5px;
}
.list-footer{
	width: 100%;
	float: right;
}
.list-footer .counter {
  width: 10%;
  float: left;
  text-align: left;
  padding-top: 8px;
}
.list-footer .pagination  {
  float: right;
  margin: 0 !important; 
  padding: 0;
  width: 100%; 
}
.list-footer .pagination > .pagination {
    float: right;
    margin: 0;   
    list-style: none;
    width: 100%;
    border-top: 1px solid #e3e9ef;
    padding: 20px 0;
    margin-top: 20px !important;
  text-align: center;
    justify-content: space-between;
    display: flex;
} 
.list-footer .pagination > .pagination > .pagination-next,
.list-footer .pagination > .pagination > .pagination-prev {
	display: inline-block; 
	font-size: 15px;
	position: relative;
	padding: 0 !important;
	line-height: 35px;
}
.list-footer .pagination > .pagination > .pagination-next a,
.list-footer .pagination > .pagination > .pagination-prev a{
    color: #333 !important;
}
.list-footer .pagination > .pagination > .pagination-next .lnr{
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.list-footer .pagination > .pagination > .pagination-prev .lnr{
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.list-footer .pagination > .pagination .all_pagination > span,
.list-footer .pagination > .pagination .all_pagination > a{
	display: inline-block; 
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	text-align: center;
	width: 35px;
	position: relative;
	padding: 0 !important;    
    border-radius: 5px;
    color: #333 !important;
}   
.list-footer .pagination > .pagination .all_pagination > span{
    color: #fff !important;
    
}
.list-footer .pagination .blog_counter {
  color: #888;
  display: block;
  text-align: center;
}
.catsrow {
  float: right;
  margin: 0;
  padding: 10px;
}
.owl-item .catsrow {
  padding: 0 !important;
  float: none !important;
}
.each_catsrow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  padding: 10px;
}
.each_catsrow_img {
  height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
}
.each_catsrow_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.each_catsrow a img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-height: 100% !important;
}
.catsname a {
  color: #737373;
}
.catsname {
  text-align: center;
  font-size: 16px;
}
#cart-area h3 {
  border-bottom: 1px solid #484848;
  border-radius: 2px 2px 0 0;
  color: #484848;
  font-size: 18px;
  
  line-height: normal;
  margin: 0 0 11px;
  padding: 0 0 10px;
}
#cart-area ul {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #eee;
  width: 100%;
  float: right;
}
#cart-area ul li {
  margin-bottom: 10px;
}
#cart-area ul li span {
  display: inline-block;
}
#cart-area ul li span.lnr {
  font-size: 18px;
  position: relative;
  top: 2px;
}
#cart-area .footer-area .btn {
  background: #4caf50 none repeat scroll 0 0;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 30px !important;
  text-align: center;
  color: #fff;
  text-shadow: none;
  border: none !important;
  opacity: 1 !important;
  float: left;
}
.cart_pro_list h4 {
  color: #484848;
  font-size: 16px;
  
  line-height: normal;
  margin: 11px 0;
}
.cart_pro_list h4 .lnr {
  font-size: 21px;
  position: relative;
  top: 4px;
}
.each_cart_pro_list {
  border: 1px solid #eee;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 10px 35px 10px 10px;
}
.each_cart_pro_list > div {
  border-right: 1px solid #eee;
  padding: 5px 7px !important;
}
.each_cart_pro_delete {
  font-size: 19px;
  position: absolute;
  right: 5px;
  top: 23px;
  color: #ff0000;
}
.each_cart_pro_list .cart-title {
  border-bottom: 1px solid #eee;
  text-align: right;
}
.each_cart_pro_list {
  text-align: center;
}
.each_cart_pro_code {
  float: right;
}
.each_cart_pro_price {
  float: left;
}

.rmtamshop .tbl1, .rmtamshop .tbl1 tr, .rmtamshop .tbl1 td {
  border: 1px solid #E0E4E8;
}
.rmtamshop .tbl1 td {
  padding: 4px;
}
.required.invalid {
  border: 1px solid red;
}
.rmtamshop .price {
  margin: 6px 0px 6px 0px;
}
.rmtamshop .features {
  margin: 6px 0px 6px 0px;
}
.rmtamshop .cursor {
  cursor: pointer;
}
.rmtamshop .pcount {
  width: 30px;
  text-align: center;
}
.rmtamshop ul {
  list-style: none;
}
.newuser {
  margin-bottom: 0 !important;
  padding: 10px !important;
}
#s_shippings, #s_ok {
  display: none;
} 
#final_pay { 
	color:#fff;
	padding: 13px 40px;
	font-size: 14px;
	border-radius: 5px;  
	position: relative;
	display: block; 
	text-align: center;
	margin-bottom: 30px;
    cursor: pointer;
}
#final_pay .fa{
	margin-left: 5px;
}
.Table {
  display: table;
  width: 100%;
}
.Title {
  display: table-caption;
  text-align: center;
  font-size: larger;
}
.Heading {
  display: table-row;
  text-align: center;
}
.price2 {
  color: green;
  font-size: 15px !important;
  line-height: 25px;
  margin: 0px 0px 0px 6px;
}
.price1 {
  text-decoration: line-through;
  color: red;
  margin: 0px 0px 0px 6px;
  font-size: 13px;
}
.Cell {
  padding-left: 5px;
  padding-right: 5px;
}
.addtocart {
  float: left;
  cursor: pointer; 
}
.inner {
  clear: both;
}
.inner6 {
  clear: both;
  height: 6px;
}
div.rmmaniprd {
  border: 0px solid;
  float: right;
  margin: 3px;
  padding: 0px;
  width: 130px;
}
div.rmmaniprimg {
  border-radius: 8px;
  background: #ECEAD8;
  height: 90px;
  margin: 0px 0px 3px 0px;
}
div.rmmaniprcontent {
  border-radius: 8px;
  background: #ECEAD8;
  min-height: 50px;
  padding: 4px;
}
table, table.weblinks td {
  border-collapse: collapse;
}
fieldset {
  text-align: right;
}
ul.adminformlist, ul.adminformlist li {
  margin: 0px;
  padding: 0px;
  list-style: none outside none;
}
fieldset.adminform label, fieldset.adminform span.faux-label {
  padding: 0px 0px 0px 5px;
}
fieldset.adminform label, fieldset.adminform span.faux-label {
  min-width: 135px;
  padding: 0px 5px 0px 0px;
}
fieldset label, fieldset span.faux-label {
  float: right;
  clear: right;
}
fieldset label, fieldset span.faux-label {
  float: right;
  clear: right;
  display: block;
  margin: 2px;
}
.rmdiv input[type="text"], .rmdiv input[type="file"], .rmdiv select, .rmdiv textarea {
  height: 20px;
  width: 200px;
  -moz-box-flex: 1;
  padding: 6px 8px;
  background: none repeat scroll 0% 0% padding-box rgba(255, 255, 255, 0.9);
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-color: rgba(23, 51, 78, 0.15) rgba(23, 51, 78, 0.17) rgba(23, 51, 78, 0.2);
  box-shadow: 0px 1px 0px rgba(8, 22, 37, 0.02) inset, 0px 0px 2px rgba(8, 22, 37, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.2);
  border-radius: 2.5px 0px 0px 2.5px;
  margin: 2px;
  transition: 400ms;
}
.rmdiv input[type="text"]:focus {
  border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
  transition: 400ms;
}
.rmdiv select {
  min-width: 220px;
  height: 32px;
}
.rmdiv select:focus {
  border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
  transition: 400ms;
}
.rmdiv input[type="file"] {
  margin: 0px;
  border-style: none;
  min-width: 210px;
  padding: 2px;
  height: 32px;
}
.rmdiv textarea {
  min-width: 280px;
  height: 70px;
}
.rmdiv button, .rmdiv input[type="text"], .rmdiv input[type="file"], .rmdiv select, .rmdiv textarea {
  font-family: tahoma;
  font-size: 12px;
}
.rmdiv #captha {
  min-width: 50px !important;
  max-width: 50px !important;
  text-align: center;
}
.rmdiv #refreshcaptha {
  cursor: pointer;
}
#captha {
  width: 100px;
  text-align: center;
}
.rmdiv #time, .rmdiv #day, .rmdiv #thname {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  text-align: center !important;
  color: red !important;
}
.rmdiv #jform_smobile, .rmdiv #jform_scmelli, .rmdiv #jform_stell, .rmdiv #jform_smobile {
  text-align: left;
}
.rmdiv #jform_sbirthdate {
  text-align: center;
}
.red {
  color: red;
}
.s1, .s2, .s3, .s4 {
  width: 50px !important;
  padding: 2px !important;
  box-shadow: none !important;
  text-align: center;
  margin: 0px 0px 4px 5px !important;
}
.rmform .inputbox {
  margin-right: 5px;
}
.invalid {}
.rmform textarea {
  width: 280px;
  height: 90px;
}
.rmform input[type=text], .rmform textarea, .rmform input[type=email] {
  width: 100% !important;
  background: white;
  font-size: 13px !important;
  box-sizing: border-box;
  border: 1px solid #dae1e7;
  padding: 10px !important;
  height: auto !important;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 4px 0px;
  font-weight: normal !important;
	color: #4b566b;
	border-radius: 5px;
	margin: 0 !important;
}
.rmform input[type=text]:focus, 
.rmform input[type=text]:hover, .rmform textarea:hover, .rmform input[type=email]:hover {
  border: 1px solid #ccc !important;
  box-shadow: 0px 0px 8px #B2E1F4;
}
.rmform textarea {
  width: 280px;
  height: 90px;
}
.productback {
    float: left;
    margin: 10px 0 !important;
	background:#5cb85c !important;
	border: solid 1px #4cae4c !important;
}
.catsback {
	position: absolute;
    left: 0;
    top: 0; 
	background:#5cb85c !important;
	border: solid 1px #4cae4c !important;
}
.list-footer .limit {
  display: none;
}
.product_box_hits {
    line-height: 25px;
}
.add_to_card {
    color: #fff;
    background: #ff2035;
    padding: 5px 38px;
    border-radius: 2px;
    box-shadow: 0px 0px 9px #ff2c41;
}
a.add_to_card:hover {
    color: #fff;
}



/*************/
.order_rows{
	width: 100%;
	float: right;
	clear: both;
	padding: 0 !important;
	margin: 0;
	border: solid 1px #eee;
	border-radius: 5px;
}
.cart_rows{
	width: 100%;
	float: right;
	clear: both;
	padding: 0;
	margin: 0 0 15px; 
}
.order_rows > li,
.cart_rows > li{
	width: 100%;
	float: right;
	display: table;
	text-align: center !important;
    border-bottom: solid 1px #eee;
}
.order_rows > li.head,
.cart_rows > li.head{  
    vertical-align: middle; 
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.order_rows > li.head > div{
    font-size: 14px !important;
}
.order_rows > li:last-child,
.cart_rows > li:last-child{
    border-bottom: none;
}
.cart_rows li .field_title{
	display: none;
}
.order_rows > li > div,
.cart_rows > li > div{ 
	display: table-cell;
	vertical-align: middle;
	padding: 15px 5px;
    font-size: 13px;
}
.order_rows > li > div .field_title{
    display: none;
}
.order_rows > li > div.num,
.cart_rows > li > div.delete_col{
	width: 5%;
}
.order_rows > li > div.link,
.order_rows > li > div.id,
.order_rows > li > div.id_get,
.cart_rows > li > div.title{
	width: 15%;
}
.cart_rows > li > div.count{
	width: 10%;
}
.order_rows > li > div.date{
	width: 25%;
}
.cart_rows > li > div.price{
	width: 20%;
}
.cart_rows > li.body > div.price{
	font-size: 16px;
}
.order_rows > li > div.link a{
	border-radius: 5px;
    color: #fff;
	border: none;
	padding: 7px 10px;
	display: inline-block; 
}
.cart_rows > li > div.price small{
	text-decoration: line-through;
	color: #888;
	display: block;
	font-size: 14px;
}
.cart_rows > li > div.image img{
	border-radius: 5px;
	max-width: 150px;
}
.cart_rows li.body .delete_col{
	background:#ffedee;
	text-align: center;
	padding: 8px 4px !important;
}
.cart_rows li.body .delete_col a{    
	color: #e7494d;
	font-size: 18px;
}
.rmform .update_cart {
    float: right;
    height: 40px;
    border: none;
    background: none;
    color: #4e54c8;
    padding: 0 !important;
    font-size: 19px;
    line-height: 50px;
}
.rmform input[type="text"].cart_count {
    transition: 400ms;
    text-align: center;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    float: right;
    border: 1px solid #dae1e7 !important;
    margin: 0 0 0 10px !important;	
}

.rmform .card_form{ 
    width: 100%;
    float: right;
    margin: 0 0 15px !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #e3e9ef !important;
}

.rmform .card_form .coupon_box{
	position: relative;
	width: 100%;
	float: right;
}
.rmform .card_form .coupon_box.invalid input#coupon_code{
	border-color: rgb(254, 105, 106) !important;
}
.rmform .card_form .coupon_box.invalid::after {
	position: absolute;
	font-family: bootstrap-icons !important;
	content: "\f623";
	left: 10px;
	font-size: 19px;
	top: 4px;
	color: rgb(254, 105, 106);
}
.rmform .card_form .coupon_box.valid:after{
	position: absolute;
	font-family:bootstrap-icons !important;
	content:"\f270";
	left: 10px;
	font-size: 19px;
	top: 4px;
	color: #00c9a7;  
}

.rmform .card_form h3{
	font-size: 16px; 
	text-align: center;
}
.cart_page .cart_button_row{
	width: 100%;
	float: right;
}
.rmform .card_form span{
	display: inline-block;
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}
.rmform .card_form #coupon_code{
	float: right !important;
	height: 40px !important;
	border: 1px solid #dae1e7 !important;
	width: 100% !important;
	margin-bottom: 10px !important;
	border-radius: 5px;
}
.rmform .card_form #coupon_sub{
    float: right !important; 
    padding: 13px 20px;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 0;
    border: none;
    width: 100%;
}

.rmform .card_form #remove_coupon{
  position: absolute; 
  left: 0; 
  top: 0;
  display: none;
  cursor: pointer;
}
.rmform .card_form #remove_coupon:after{
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\f623";
  left: 10px;
  font-size: 19px;
  top: 4px;
  color: rgb(254, 105, 106);
}
.cart_calculate_info{
	width: 100%;
    float: right;
}
#ch_confirm .cart_calculate_info > div,
#ch_confirm .cart_calculate_info{
	display: flex;
}
.cart_calculate_info .cart_calculate {
    width: 100%;
    float: right;  
	padding: 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #e3e9ef !important;
}
#ch_confirm .cart_calculate_info .cart_calculate {
    width: 100%;
}
.cart_calculate_info .cart_calculate li{
	width: 100%;
    float: right;
    padding: 15px 0 0;
    border-bottom: none !important;
}
.cart_calculate_info .cart_calculate li .title{
	float: right;
}
.cart_calculate_info .cart_calculate.order_info li .title{
    width: 100%;
    margin-bottom: 10px;
}
.cart_calculate_info .cart_calculate li .value{
	float: left;
}
.cart_calculate_info .cart_calculate li:last-child{
	border: none;
}
.cart_calculate_info .cart_calculate.order_info li .value{
    width: 100%;
	float: right;
}
.cart_rows li ul{
	width: 100%;
	float: right;
	clear: both;
	padding: 0;
	margin: 0;
}
.cart_rows li ul li{
	width: 100%;
	float: right;	
	padding: 10px 0;
}

.cart_rows > li.foot > div:first-child{
	width: 50%;
	float: right;
}
.cart_rows > li.foot > div:last-child{
	width: 30%;
	float: left;
}
.cart_coupon_row{
	width: 100%;
	float: right;
	padding: 10px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.cart_page_info{
	width: 100%;
	float: right; 
	display: flex;
} 
.cart_page_info.empty_cart {
    display: block !important;
    text-align: center;
}
.cart_page_info.empty_cart img{
    margin: 30px auto;
    width: 80px;
}
.cart_page_info.empty_cart a {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 12px 15px 10px;
    height: 45px;
    position: relative;
    margin-bottom: 30px;
}
.cart_page_info.empty_cart a .lnr {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.cart_page_info .cart_page_header{
	width: 100%;
	float: right;
	margin-bottom: 0;
	padding: 20px 0;
	text-align: center;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
} 
.cart_page_info h1{
	background: none !important;
	padding:10px 0 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	float:right;
	font-size: 18px !important;
}
.cart_page_info .alert { 
	margin: 0;
	width: 100%;
	float: right;
} 
.rmtamshop_empty_back {
    display: inline-block; 
    padding: 8px 10px 6px;
    border-radius: 3px;
    font-size: 13px;
    float: right;
}
.rmtamshop_empty_cart {
    padding: 8px 10px 6px;
    border-radius: 3px;
    font-size: 13px;
    float: left;
    display: flex;
    align-items: center;
    height: 36px;
}
.rmtamshop_empty_back .bi ,
.rmtamshop_empty_cart .bi {
    position: relative;
    top: 2px;
}
.rmtamshop_empty_cart .bi-x {
    font-size: 19px;
}
/*********************************************/
/******************* NEW ********************/
/********************************************/
.checkout_view{
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
    margin-top: -40px;
    margin-bottom: 50px;
    width: 100%;
    float: right;
} 
.checkout_view .rmform.rmtamshop {
    width: 100%;
    float: right;
    margin: 0;
}
.checkout_view > form{
	float: right;
	width: 100%;	
	margin: 0 !important;
}
.checkout_view h3.ch_h3{
	font-size: 16px !important;
	padding: 15px;
	position: relative;
	line-height: normal;
	border: 1px solid rgba(0,0,0,0.085);
	border-bottom: none;
	border-radius: 0;
	width: 100%;
	float: right;
	margin: 0;
}
.checkout_view h3.ch_h3:first-child{
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.085);
}
.checkout_view h3.ch_h3#ch_h3_5{
	border-radius: 0 0 5px 5px ;
	border-bottom: 1px solid rgba(0,0,0,0.085);
}
.checkout_view h3.ch_h3 .step {
    width: 0;
    height: 0;
    border-top: 45px solid #efefef;
	border-left: 45px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
	color:#686868;
	display: none;
}
.checkout_view h3.ch_h3 .step span {
    position: absolute;
    top: -40px;
    right: 9px;
    font-size: 14px !important;
}

.rmtamshop .ch_content {
	border-left: 1px solid rgba(0,0,0,0.085);
	border-right: 1px solid rgba(0,0,0,0.085); 
	padding: 20px;
	width: 100%;
	float: right;
}
.rmtamshop .ch_content.checkout_customer,
.rmtamshop .ch_content.checkout_customer > div,
.rmtamshop .ch_content .checkout_address,
.rmtamshop .ch_content .checkout_address > div{
	display: flex;
}
.checkout_view .checkout_customer_info {    
	border: 1px solid rgba(0,0,0,0.085);
    border-radius: 5px;
	float: right;
	width: 100%;	
}
.checkout_view span.err {
	color: #fa4251;
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	background: #fff;
	line-height: 42px;
	display: none;
	padding-right: 10px;
	border: 1px solid #dae1e7;
	font-size: 12px;
	border-radius: 5px;
	height: 45px;
}
.checkout_view span.err::after {
    font-family: bootstrap-icons !important;
    content: "\f62a";
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 18px;
}
.checkout_view .checkout_customer_info h3{
	font-size: 16px !important;
	margin: 0;
	padding: 10px;
	position: relative;
	line-height: normal; 
	width: 100%;
	float: right;
	border-bottom: 1px solid rgba(0,0,0,0.085);
}
.checkout_view .checkout_customer_info .newusercontent {
	padding: 15px !important;
	width: 100%;
	float: right;
}
.checkout_view .input_row{
	width: 100%;
	float: right;
	margin-bottom: 20px;
    position: relative;
} 
.checkout_view #city_id_loading, 
.checkout_view #province_id_loading {
    position: absolute;
    left: 11px;
    top: 9px;
    visibility:hidden;
    display:inline-block;
}
.checkout_view #city_id_loading img, 
.checkout_view #province_id_loading img{
    width: 25px; 
} 
.checkout_view #rmtamshop_details .row.has_margin_top{
	margin-bottom: 0 !important;
    margin-top: 10px;
} 
.checkout_view .input_row > div{
	position: relative;
} 
.checkout_view .input_row img{
	max-width: 60px;
    margin: 0 10px;
} 
.checkout_view .input_row label {
    width: 100px;
    margin: 0;
} 
.checkout_view .input_row input[type="radio"] {
	line-height: initial;
	height: auto!important;
}
.checkout_view .input_row select{
	    background-color: #fff;
    margin: 0 !important;
    height: 45px !important;
    border: 1px solid #dae1e7;
    border-radius: 5px;
    font-size: 13px !important;
    background-position: 5px 16px;
    background-size: 10px;
    width: 100%;
}
.checkout_view .input_row a{
	color: #333 !important;
}


.checkout_view .shippment_section .input_row label ,
.checkout_view .newusercontent .input_row label {
    width: 100%;
    color:#333;
    margin: 0;
    cursor: pointer;
}
.checkout_view .shippment_section .input_row label input,
.checkout_view .newusercontent .input_row label input{
	display: none;
}

.checkout_view .shippment_section .input_row label svg,
.checkout_view .newusercontent .input_row label svg {
	fill: none;
	vertical-align: middle;
	width: 20px;
transform: scale(0.7);
}
.checkout_view .shippment_section .input_row label svg circle ,
.checkout_view .newusercontent .input_row label svg circle  {
  stroke-width: 2;
  stroke: #aaa;
}
.checkout_view .shippment_section .input_row label svg path,
.checkout_view .newusercontent .input_row label svg path {
  stroke: #333;
}
.checkout_view .shippment_section .input_row label svg path.inner,
.checkout_view .newusercontent .input_row label svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.checkout_view .shippment_section .input_row label svg path.outer,
.checkout_view .newusercontent .input_row label svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.checkout_view .shippment_section .input_row label input:checked + svg path,
.checkout_view .newusercontent .input_row label input:checked + svg path {
 	transition: all 0.4s ease;
}
.checkout_view .shippment_section .input_row label input:checked + svg path.inner,
.checkout_view .newusercontent .input_row label input:checked + svg path.inner {
	stroke-dashoffset: 38;
	transition-delay: 0.3s;
}
.checkout_view .shippment_section .input_row label input:checked + svg path.outer,
.checkout_view .newusercontent .input_row label input:checked + svg path.outer{
	stroke-dashoffset: 0;
}
.checkout_view .shippment_section .input_row label span,
.checkout_view .newusercontent .input_row label span {
	display: inline-block;
} 
  
.rmtamshop_factor{
    width: 100%;
    float: right;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
    background: #fff;
    margin-top: -50px;
    border-radius: 5px;
    padding: 20px;
}
.rmtamshop_factor_files{
	width: 100%;
	float: right;
	margin: 0 0 20px !important;
}
.rmtamshop_factor .factor_header{    
	float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; 
}
.rmtamshop_factor .factor_header > div,
.rmtamshop_factor .factor_header img{
	float: right
}
.rmtamshop_factor .factor_header > div h3{
	font-weight:normal; 
	margin:0 10px;
	text-align: right;
	float: right;
	font-size: 17px;
}
.rmtamshop_factor .factor_header > div div{
	float: right;
	font-size: 13px;
	color: #666;
	padding-top: 2px;
}
.rmtamshop_factor_files .factor_row,
.rmtamshop_factor .factor_row{
	width: 100%;
	float: right;  
	margin-bottom: 15px;
}
.rmtamshop_factor_files .factor_row:last-child,
.rmtamshop_factor .factor_row:last-child{
	margin: 0 ;
}
.rmtamshop_factor_files .factor_row> h3,
.rmtamshop_factor .factor_row > h3{
    border-bottom: 2px solid #e3e9ef;
    padding: 10px;
    line-height: normal;
    font-size: 16px;
    margin: 0 !important;
	width: 100%;
	float: right;  
}
.rmtamshop_factor .factor_row ul.signature_box{
	width: 100%;
	float: right;
	margin: 30px 0 50px;
	padding: 0;
}

.factor_row .specification .table {
	margin: 0 !important;
}
.factor_row .table > tbody > tr > td,
.factor_row .table > tfoot > tr > td{
    border-top: solid 1px #f2f2f2 !important;
    border-left: solid 1px #f2f2f2 !important;
	text-align: center !important;
	vertical-align: middle !important;
}
.factor_row .specification .table > tbody > tr > td{
	width: 50% !important;
	text-align: right !important;
}
.factor_row .table > thead > tr > th:last-child,
.factor_row .table > tbody > tr > td:last-child{
	border-left: none !important;
}
.factor_row .specification .table > tbody > tr:first-child > td{
	border-top: none !important;
}
.factor_row .table > thead > tr > th{
    background: #F7F9FA;
    vertical-align: middle;
    border: none !important;
	text-align: center !important;
	font-size: 15px !important;
	
	padding: 10px ;
    border-left: solid 1px #eee !important;
}
.factor_row .cart_list .table{
	border: solid 1px #eee !important;
}
.factor_row .cart_list .total{    
    display: inline-block;
    margin-right: 15px;
    border-right: solid 1px #eee;
    padding-right: 15px;
}
.factor_row .cart_list .count {
    float: right;
    font-size: 13px;
    color: #333;
    margin-left: 15px;
    border-left: solid 1px #eee;
    padding-left: 15px;
}
.factor_row .table > tbody > tr > td img{
	width: 100px;
}
.factor_row .table > tbody > tr > td.price,
.factor_row .table > tfoot > tr > td.price{
    font-size: 16px;
}
.factor_row .table > tbody > tr > td.price small,
.factor_row .table > tfoot > tr > td.price small {
    text-decoration: line-through;
    color: #888;
    display: block;
    font-size: 14px;
}

.rmtamshop_factor .factor_row ul.factor_info{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-right: solid 1px #f2f2f2;
}
.rmtamshop_factor .factor_row ul.factor_info li{
	width: 33.33%;
	float: right;
	padding: 11px 15px;
	color: #333 !important;
	text-align: center;
	border-bottom: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
	font-size: 13px;
}

.rmtamshop_factor .factor_row ul.signature_box li{
	width: 50%;
    float: right;
    padding:5px 10px;
	color: #333 !important;
	text-align: center;
}
.factor_row .table > tbody > tr > td.code,
.rmtamshop_factor .factor_row ul.factor_info li.code{
	padding-top: 17px;
	width: 100%;
}
.factor_row .table > tbody > tr > td.code .key,
.rmtamshop_factor .factor_row ul.factor_info li.code .key{
	position: relative;
	top: 5px;
}
.rmtamshop_factor .factor_row ul.factor_info li.address{
	width: 100%;
}
.factor_row .table > tbody > tr > td.address{
	color: #333;
}
.factor_row table td div,
.rmtamshop_factor .factor_row ul.factor_info li div{
	float: right;
}
.factor_row table td .key,
.rmtamshop_factor .factor_row ul.factor_info li .key{
	color:#666;
	margin-left: 5px;
}
.rmtamshop_factor .factor_row .cart_list{
	width: 100%;
	float: right;
}
.print_id{
	display: none;
}
.factor_print_box{
	width: 100%;
	float: right;
	margin-top: 15px;
}
.factor_header button{
	float: left; 
	padding: 7px 20px;
	border-radius: 5px;
	border: none;
	color: #fff;
}
.factor_alert {
	width: 100%;
	float: right;
	color: #721c24;
	background-color:#f8d7da;
	border:solid 1px #f5c6cb;
	margin: 15px 0;
	padding: 15px;
	border-radius: 2px;
}
.factor_download_files {
    width: 100%;
    float: right;
    padding: 0 10px;
    margin: 0;
}
.factor_download_files li {
    width: 100%;
    float: right;
    padding: 10px;
    border-bottom: solid 1px #eee;
}
.factor_download_files li a {
    float: left;
    display: inline-block;
    height: 35px;
    padding: 7px 20px;
    background: #4CAF50;
	color: #fff;
    border-radius: 2px;
    font-size: 13px;
}
.factor_download_files li span {
    display: inline-block;
    padding-top: 10px;
	word-break: break-all;
}
.download-time-warning {
	width: 100%;
	float: right;
	margin: 10px 0 0;
	padding: 10px;
}
.download-time-warning p{
	padding: 15px;
	width: 100%;
	float: right;
	color: #004085;
	background:#b8daff;
	border: solid 1px #b8daff;
	margin: 0 !important;
    border-radius: 2px;
}


.filter_box{
	width: 100%;
	float: right;
	margin-bottom: 15px !important;
}
.filter_box input{
	height: 35px !important;
    border-radius: 2px !important;
    margin: 0 0 0 5px !important;
}
.filter_box button{
    margin: 0 0 0 5px !important;
	border-radius: 2px;
    color: #fff;
	border: none;
	padding: 7px 20px;
	display: inline-block;
	background:#4CAF50;
}
.filter_box button.reset{ 
	background: #aaa;;
}


.pro_desc .product_description_main {
    line-height: 35px;
    text-align: justify;
    padding: 0;
    font-size: 18px; 
	overflow: hidden;
}
.pro_desc .product_text_overlay {
  background: #fff none repeat scroll 0 0;
  color: #4d4d4d;
  display: block;
  text-align: right;
  width: 100%;
  cursor: pointer;
  margin: 10px 0;
  float: right;
}
.pro_desc .product_text_overlay > div { 
  float: right;
}
.pro_desc .arrow_up{
	display:none;
} 
.pro_desc .product_text_overlay .bi { 
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.product_tab .nav {
    background: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid;
    padding: 0;
    margin: 0 0 10px;
}
.product_tab .nav li { 
  position: relative;
  display: inline-block;
  outline: none;
  float: right;
  margin: 0 !important;
}
.product_tab .nav li a {
    color: #111111;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 40px 8px 20px !important;
    position: relative;
    margin: 0 !important;
    display: block;
    border-radius: 5px 5px 0 0;
}
.product_tab .nav li a.active{ 
    color: #fff;
}

.product_tab .nav li a.nav-link .bi {
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.product_tab .nav.nav-tabs .dropdown-toggle {
    color: #111111;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px 8px 20px !important;
    position: relative;
    margin: 0 !important;
    display: block;
    float: right;
}
.product_tab .nav.nav-tabs .dropdown-toggle:after{
    display: none;    
}
.product_tab .nav .dropdown-menu {
    padding: 0 5px !important;
    margin: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,.1) !important;
    border: 1px solid #e3e9ef !important;
    width: 200px !important;
    border-radius: 5px !important;
}
.product_tab .nav .dropdown-menu .nav-item {
    display: block !important;
    text-align: right !important;
    width: 100%;
}
.product_tab .nav  .dropdown-menu .nav-item .nav-link {
    padding: 10px !important;
    border-bottom: 1px solid #e9e9f2 !important;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.product_tab .tabnav { 
}    
.product_tab .tab-content{ 
    margin-bottom: 40px;
    padding: 20px 0 0 !important;
}
/*************/
.rmtamshop_breadcrumb { 
    padding:25px 0px 50px 0 !important;  
    margin: 0 0 10px;
}
.rmtamshop_breadcrumb .category-title {
    color: #fff;
    float: right;  
}
.rmtamshop_breadcrumb .category-title img{
    float: right;
    width: 100px;
    border-radius: 50%;
    margin-left: 10px;
} 
.rmtamshop_breadcrumb h1 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #fff;
    display: block;
    text-align: right;
}
.rmtamshop_breadcrumb h1 span{
    font-size: 14px;
}
.rmtamshop_breadcrumb.brand_page .container {
  display: flex;
  align-items: center;
}
.rmtamshop_breadcrumb.brand_page .container img{
  margin-left: 10px;
  width: 55px;
}
.rmtamshop_breadcrumb .category-title .text {
    color: #d9d9d9;
    line-height: 25px;
}
.rmtamshop_breadcrumb .category-title .text p:last-child{
    margin: 0 !important; 
}
.rmtamshop_breadcrumb .breadcrumb-block {
    float: left;
    text-align: left;
    order:2;
}
.rmtamshop_breadcrumb .breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
}
.rmtamshop_breadcrumb .breadcrumb .active:first-child{
    display: none !important;
}
.rmtamshop_breadcrumb .container .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rmtamshop_breadcrumb .container .product_breadcrumbs{
    float: left;
}
.rmtamshop_breadcrumb .breadcrumb a > span{
    color: #fff !important;
}
.rmtamshop_breadcrumb .breadcrumb span{
    color: rgba(255,255,255,0.6) !important;
}
.rmtamshop_breadcrumb .divider {
    margin: 0 5px 0 10px;
    display: inline-block;
}
.category_page .category-cover {
    float: right;
    width: 100%; 
    position: relative;
    display: inline-block;
    cursor: pointer; 
    overflow: hidden;
}
.category_page .category-cover img{
    border-radius: 5px 5px 0 0;
}
.category_page .category-cover::before{
    background: rgba(37,45,56,.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1; 
    position: absolute;
    right: 0;
    width: 0;
}
.category_page .category-cover::after {
    background: rgba(37,45,56,.7) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1; 
    position: absolute;
    top: 0;
    width: 0;
}
.category_page .category-cover:hover::before, 
.category_page .category-cover:hover::after{
    height: 100%;
    opacity: 0; 
    transition-duration: 1.3s;
    width: 100%;
}
.category_info_desc { 
  display: block; 
  color: #fff;
}
.category_info_desc p:last-child{
    margin: 0 !important;
}
.rmtamshop.category_page .catsrow .cat_prod_count{
    font-size: 10px;
    margin-right: 4px;
}
.rmtamshop.category_page .catsrow .z-depth-1 {
    border-radius: 5px;
    text-align: center;
    height: 100%;
    border: 1px solid #ebebeb;  
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
  }
.rmtamshop.category_page .catsrow .z-depth-1:hover {
  -webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
  box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
}
.rmtamshop.category_page .catsrow .z-depth-1 a{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.rmtamshop.category_page .catsrow img{
    margin: 0 auto;
    padding: 10px;
}
.rmtamshop.category_page .catsrow h5 {
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px !important; 
    font-family: 'iransanmedium';
    line-height: 30px;
    margin: 0 !important;
    font-size: 14px;
    color: #333;
    transition: all linear 0.3s;
    background-color: #f7f7f7;
}
.rmtamshop.category_page .catsrow h5:hover{
  background-color: #f7f7f7;
}
/****************/
.product_page{ 
}
.top_product_page{ 
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-top: -70px;
	margin-bottom: 30px;
}
.top_product_page .prdprice{
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
.top_product_page .prdprice .free-text,
.top_product_page .prdprice .prdprice2{
    float: right;
    font-size: 24px;
    margin-left: 10px;
    font-family: 'iransanbold';
}
.top_product_page .prdprice #price1 {
    float: right;
    color: #7d879c !important;
    position: relative;
    top: 7px;
}
.disscount_ribbon {
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 0; 
    padding: 2px 10px 4px;
    font-size: 12px;
    border-radius: 26px;
}
.disscount_ribbon_top{
    top: 27px;     
}
.featured_ribbon{
    right: 0;
    overflow: hidden;
    position: absolute;  
    padding: 2px 10px 4px;
    font-size: 12px;
    border-radius: 26px;
}

.pro_img_slider .owl-theme .owl-dots .owl-dot span{
    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: .15625rem;
    background-color: #b6bcc5;
}
.pro_img_slider .owl-theme .owl-dots .owl-dot.active span{ 
    width: 20px; 
}
.pro_img_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}
.cart_page{ 
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
    background: #fff;
    padding:0 30px;
    border-radius: 5px;
    margin-bottom: 50px;
	width: 100%;
	float: right;
}
.cart_page .alert{
	margin: 30px 0;
}
.checkout_view .col-lg-9,
.cart_page .col-lg-9{
	border-left: 1px solid #e3e9ef !important;
	padding: 0 0 0 30px !important;
}
.checkout_view .side_col,
.cart_page .col-lg-3{
	padding: 0 30px 0 0 !important;
}
.cart_page .cart_page_header{
	border-bottom: 1px solid #e3e9ef !important;
}
.factor_row .cart_page_info{
	display: block !important;
}
.cart_page_info ul{
	width: 100%;
	float: right;
	padding: 0;
	margin: 0;
}
.cart_page_info ul li{
  width: 100%;
  float: right;
  padding: 20px 0;
  border-bottom: 1px solid #e3e9ef !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart_page_info ul li > div.details{
  display: flex;
  align-items: center;
  width: 90%;
}
.cart_page_info ul li:last-child{
	border: none !important; 
}
.cart_page_info ul li > div.details > div.info{
  width: 70%;
}
.cart_page_info ul li .image{
	float: right;    
	width: 15%  ;
  margin-left: 15px;
  position: relative;
}
.factor_row .cart_page_info ul li .image{ 
	width: 150px; 
}
.cart_page_info ul li .image img{
	border-radius: 5px;
}
.cart_page_info ul li .each_prod_delete {
  display: inline-block;
  font-size: 21px;
  transition: visibility .25s ease-in-out,opacity .25s ease-in-out;
  background: rgba(254, 105, 106,0.1);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  color: rgb(254, 105, 106);
  cursor: pointer;
}
.cart_page_info ul li h3{
	font-size: 16px;
  margin-top: 0;
}
.cart_page_info ul li h3 a{
	color: #878787;
}
.cart_page_info ul li  .price {
  margin: 6px 0px 6px 0px;
  font-family: 'iransanbold';
  font-size: 17px;
}
.cart_page_info ul li  .price small{
    color: #7d879c !important;
}
.cart_page_info ul li .f_cart_show {
    font-size: 13px;
    margin-bottom: 5px;
    color: #696969;
}
.cart_total_box #cart_total_box {
  font-family: 'iransanbold';
  font-size: 24px;
}
.successCart .cart_info .f_cart_show,
.checkout_products > li .f_cart_show{
    font-size: 11px;
    margin-top: 5px;
    color: #696969;
}
.successCart .cart_info .f_cart_show .lnr,
.checkout_products > li .f_cart_show .lnr,
.cart_page_info ul li .f_cart_show .lnr{
    font-size: 11px;
    top: 2px;
    position: relative;
} 
.cart_calculate_info .cart_calculate li.cart_total_box{
	border-bottom: none !important;
	color: #4BAE4F;
	font-size: 16px;
	background:#f7f9fa;
}
.cart_total_box {
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #e3e9ef !important;
    font-family: 'iransanbold';
}
.cart_total_box h2{
  font-size: 18px;
  margin-bottom: 12px;
  font-family: 'iransanmedium';
  text-align: center;
}


.successCart .modal-dialog.modal-lg{
	max-width: 900px !important;
}
.successCart .modal-header{ 
	color: #fff;
	text-align: center;
	padding: 15px;
    border-radius: 5px 5px 0 0 !important;
}
.successCart .modal-header h5 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.successCart .modal-header .bi.bi-check2{
  position: relative;
  top: 3px;
}

.successCart .modal-header .close {
  position: absolute;
  left: 15px; 
  opacity: 1;
  text-shadow: none;
  border: none;
  background: none;
  font-size: 24px;
  top: 14px; 
}
.successCart .modal-body{
width: 100% !important;
}
.successCart .cart_info{
width: 100% ;
float: right;
padding: 20px 0;
}
.successCart .cart_info img{
float: right;
width: 200px;
border-radius: 5px;
margin-left: 15px;
}
.successCart .cart_info h3{
display: block;
font-size: 16px;
line-height: normal;
margin: 0 0 10px;
} 
.successCart .cart_info .prdprice .free-text, 
.successCart .cart_info .prdprice .prdprice2 {
display: inline-block;
color: #4e54c8 !important;
font-size: 15px;
margin-left: 5px;

}
.successCart .cart_info .prdprice .prdprice1 {
display: inline-block;
color: #7d879c !important;
font-size: 13px;
}
.modal.successCart {
  z-index: 99999 !important;
}
.modal.successCart .modal-content {
  border: none !important;
  border-radius: 5px !important;
}
.successCart .cart_info .count {
margin: 10px 0 0;
} 
.successCart .col-lg-7 {
border-left: solid 1px #eee;
padding: 0 0 0 30px;
} 
.successCart .col-lg-5 {
padding: 0 30px 0 0;
} 
.successCart .footer_btn .continue_shopping {
padding: 5px 15px !important;
line-height: normal;
border-radius: 5px;
float: right;
margin: 0 0 0 11px;
}
.successCart .footer_btn .go_to_cart {
padding: 5px 15px !important;
line-height: normal;
border-radius: 5px;
float: right; 
color: #fff;
}
.successCart h5{
font-size: 14px;
margin: 15px 0 20px;
}
.successCart .cart_info .count span:first-child,
.successCart h5 span{
  font-size: 20px;
}

.checkout_view .col-lg-9 > h3{
font-size: 18px; 
padding:0 ;
margin: 0;
line-height: normal;
  clear: both;
}
.checkout_view .col-lg-3 > h3{
font-size: 18px; 
padding: 20px 0 0 ; 
margin: 0;
line-height: normal;
text-align: center;
} 
.checkout_products {
  width: 100%;
  float: right;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #edf3f9;
}
.checkout_products > li {
  width: 100%;
  float: right;
  border-bottom: 1px solid #e3e9ef !important;
  padding: 10px 0;
  position: relative;
}
.checkout_products > li:last-child{
  border: none !important;
}
.checkout_products > li img {
float: right;
border-radius: 5px;  
margin-left: 10px;
width: 20%;
}
.checkout_products > li h3 {    
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 5px;
  color: grey;
}
.checkout_products > li .price {
  margin: 0 !important;
  font-size: 15px;
  font-family: 'iransanmedium';
}
.cart_calculate{
  width: 100%;
  float: right;
  margin: 10px 0 0;
  padding: 0;
  border-bottom: 1px solid #e3e9ef !important;
}
.cart_calculate > li{
  width: 100%;
  float: right;
margin: 0 0 10px;
color: #4b566b;
}
.cart_calculate > li .title{ 
  float: right; 
}
.cart_calculate > li .value{ 
  float: left; 
}
.checkout_total_box { 
}
.order_buttons {
  width: 100%;
  float: right;
  margin: 10px 0 0;
}
#btn_payment { 
  color: #fff;
  padding: 13px 40px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  float: right;
  font-family: 'iransanmedium';
}
.rmshop_input_row{
position: relative;
}
.rmshop_input_row.invalid::after {
  position: absolute;
  font-family: bootstrap-icons;
  content: "\f62a";
  left: 23px;
  font-size: 17px;
  top: 9px;
  color: rgb(254, 105, 106);
}
.rmshop_input_row.valid::after {
  position: absolute;
  left: 22px;
  font-size: 19px;
  top: 8px;
  color: #00c9a7;
  content: "\f270";
  font-family: bootstrap-icons;
}
#rmshop_address_row::after {
  left: 10px;
}  
.checkout_view .input_row select.invalid,
#payment_row.invalid input,
#shipment_row.invalid input,
#shipment_row.invalid select,
#payment_row.invalid select,
.rmshop_input_row.invalid input:focus,
.rmshop_input_row.invalid input:hover,
.rmshop_input_row.invalid input{
  border-color: rgb(254, 105, 106) !important;
}

.checkout_view input.select-dropdown{
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #dae1e7 !important;
  line-height: normal !important;
  height: 45px !important;
  padding: 2px 15px 3px 33px !important;
}
.checkout_view .dropdown-content{
padding: 0 !important;
}
.checkout_view .dropdown-content li > a, 
.checkout_view .dropdown-content li > span { 
  text-align: right !important;
color: #333 !important;
}
.checkout_view .caret {
  font-size: 0 !important;
  right: auto !important;
  left: 10px !important;
}
.checkout_view .caret::after {
  content: "\e874";
  font-family: Linearicons-Free;
  font-size: 12px !important;
}
.rmatmshop_back {
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: 5px;
  margin: 20px 0 50px;
  text-align: center;
  padding: 50px;
}
.rmatmshop_back h1 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px;
  line-height: normal;
}
.rmatmshop_back .text {
  margin: 0 0 15px;
  line-height: normal;
  color: #4b566b;
}
.rmatmshop_back .buttons a {
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
  padding: 7px 21px;
}
.rmatmshop_back .buttons a.main{
  color: #fff;
}

.rmtamshop.brands {
  width: 100%;
  float: right;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.rmtamshop.brands .brand {
  display: flex;
  align-items: center;
  padding:0 15px 15px !important;
}
.rmtamshop.brands .brand a {
  display: block;
  color: #333;
  text-align: center;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0,0,0,0.03),0 0.275rem 0.75rem -0.0625rem rgba(0,0,0,0.06) !important;
  height: 100%;
}
.rmtamshop.brands .brand h3 {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
}


.tab-content #description{
  position: relative;
}
.product_tab .tab-content .mobile_title {
font-size: 17px;
margin: 0 0 20px;
line-height: normal;
position: relative;
padding: 0 0 9px;
display: none;
}
.product_tab .tab-content .mobile_title::after {
content: '';
position: absolute;
bottom: 0;
width: 40px;
height: 2px;
background: #ddd;
right: 0;
} 
.related_products{
  width: 100%;
  float: right;
  margin: 0 0 30px;
  overflow: hidden; 
}
.related_articles h3,
.related_products h3{
  width: 100%;
  float: right;
  border-bottom: 1px solid #e3e9ef !important;
  margin-bottom: 20px;
  padding: 0 0 15px;
  font-size: 18px;
}
#pro_related_products{
  position: relative;
  padding: 0 0 30px;
} 
.related_products .swiper-slide { 
  width: 25%;   
  padding: 0 !important;
  border: 1px solid #ebebeb;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-transform .2s cubic-bezier(.4,0,1,1);
  height: auto;
}
.related_products .swiper-slide:hover{
  -webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
  box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
}
.related_products .product_box {
  float: right;
  position: relative;
  width: 100% !important;
  margin: 0;
  border-radius: 5px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  padding: 20px;
    padding-top: 10px;
  justify-content: center;
}
.related_products .product_box.has_top_padding {
  padding-top: 30px;
}
.related_products .product_box > div {
  position: relative;
  width: 100%;
}
.related_products .product_box .archive-on-sale {
  font-size: 12px;
  color: red;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid red;
  padding-bottom: 2px;
  right: 0;
  z-index: 1;
  margin-top: 1px;
  height: 29px;
  line-height: 27px;
  text-align: center;
  top: -30px;
}
.related_products .product_box .footer_box {
  display: flex;
  justify-content: space-between;
  clear: both;
  align-items: center;
  min-height: 60px;
  width: 100%;
} 
.related_products .product_box .addtocart a {
  position: relative;
  float: left;
  height: 36px;
  line-height: 40px;
  width: 45px;
  text-align: center; 
  cursor: pointer; 
  font-size: 18px; 
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
  color:#fff;
}
.related_products .product_box .addtocart 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;
}
.related_products .product_box .addtocart 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;
}
.related_products .product_box .addtocart a:hover span{
  opacity: 1;
  visibility: visible;
}
.related_products .swiper_buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related_products .swiper_buttons > div {
  position: static;
  color: #4b566b;
  width: auto;
  height: auto;
  margin: 0 10px;
}
.related_products .swiper_buttons > div::after {
  font-size: 16px !important;
}

.related_articles {
  width: 100%;
  float: right;
  margin: 0 0 30px; 
}
.related_articles_items .eachcol{
  margin: 0 0 20px;
}
.related_articles_items .item{
  box-shadow: 0 1px 17px rgba(0, 0, 0, 0.15) !important;
  height: 100%;
  background: #fff;
}
.related_articles_items h4 {
  font-size: 13px;
  margin: 0;
  padding: 10px;
  clear: both;
  line-height: 20px;
}
.related_articles_items a{
  color: #333;
}
.related_articles_mobile{
  overflow: hidden;
  display: none;
  position: relative;
  padding: 0 0 30px; 
  width: 100%;
  margin: 0 -10px;
}
.related_articles .swiper-slide { 
  width: 80%;   
  padding: 10px !important; 
  height: auto;
} 
.related_articles .swiper_buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related_articles .swiper_buttons > div {
  position: static;
  color: #4b566b;
  width: auto;
  height: auto;
  margin: 0 10px;
}
.related_articles .swiper_buttons > div::after {
  font-size: 16px !important;
}




.prdfeatures{
  clear: both;
}
.prdfeatures .all_prdfeature{
}
.prdfeatures .all_prdfeature .each_prdfeature{
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.prdfeatures label { 
}
.prdfeatures .select-wrapper.mdb-select {
  width: 70%;
  float: right;
  border: solid 1px #eee;
  border-radius: 5px;
}

.prdfeatures .select-wrapper.mdb-select .caret {
  font-size: 0 !important;
  right: auto !important;
  left: 10px !important;
}
.prdfeatures .select-wrapper.mdb-select .caret::after {
  content: "\e874";
  font-family: Linearicons-Free;
  font-size: 12px !important;
}

.prdfeatures .select-wrapper.mdb-select input {
  margin: 0 !important;
  border: none !important;
  padding: 10px !important;
  font-size: 13px !important;
  width: 100% !important;
  height: 40px !important;
  line-height: normal !important;
}

.prdfeatures .dropdown-content li{
  text-align: right ;
}
#characteristic div.row {
  height: 100%;
  margin: 0 !important;
}
#characteristic .row > div{
  padding: 0 !important;
}
#characteristic h3.characteristic_title {
  background: rgb(250, 250, 250);
  height: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
} 
#characteristic .row:nth-child(even) h3{
  background: rgb(238, 238, 238);
}
#characteristic ul {
  width: 100%;
  float: right;
  padding: 0;
  margin: 0;
}
#characteristic ul li {    
  width: 100%;
  float: right; 
  margin: 0 !important;
}
#characteristic ul li:nth-child(even) span{
  background: #EEEEEE;
}
#characteristic ul li span {
  display: flex;
  padding: 10px 15px;
  border-right: solid 3px #fff;
  width: 100%;
  height: 100%;
  align-items: center;    
}
/*************/ 
.category_page .each_filter_section.available_filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category_page .each_filter_section .available_check {
  flex: 0 0 auto;
  width: 50%;
}
.category_page .each_filter_section .available_check.notavailable { 
  width: 100%;
  margin-top: 10px;
}
.category_page .each_filter_section {
  border-bottom: solid 1px #eee; 
  width: 100%;
  float: right;
  padding-bottom:20px;
  margin-bottom: 20px;
}
.category_page .each_filter_section:last-child{
  border: none;
  margin: 0;
  padding: 0;
}
.category_page .each_filter_section h5{
  font-size: 16px;
margin-bottom: 10px;
font-family: 'iransanmedium';
}
.category_page .each_filter_section .filter_search {
  width: 100%;
  float: right; 
  margin-bottom: 15px !important;    
  position: relative;
}
.category_page .each_filter_section .filter_search input{    
  border: 1px solid #dae1e7;
  border-radius: 5px;
  padding: 5px 10px !important;
  width: 100% !important;
  line-height: 25px;
  font-size: 13px;
}
.category_page .each_filter_section .filter_search:after{
  font-family: bootstrap-icons ;
  content: "\f52a";
  position: absolute;
  left: 11px;
  top: 6px;
  color: #4b566b;
  font-size: 16px;
}
.category_page .each_filter_section .md-accordion .card{
  border: none !important;   
  background: none !important; 
}
.category_page .each_filter_section .md-accordion .card-header{
  padding: 0;
  background: none;
  border: none;    
  position: relative;
}
.category_page .each_filter_section .md-accordion .card-header a{    
  display: block;
  position: relative;
  padding: 8px 0;
}
.category_page .each_filter_section .md-accordion .card-header a .bi{
  position: absolute;
  top: 8px;
  left: 0;
  background: #f3f5f9;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  line-height: 26px;
} 
.category_page.brand_products .each_filter_section .md-accordion#accordionEx2 .card-header{
  padding: 10px 0;
}
.category_page.brand_products .each_filter_section .md-accordion#accordionEx2 .card-header a{    
  position: absolute;
  left: 0;
  top: 5px;
}
.category_page .each_filter_section .md-accordion .card-body { 
  padding: 12px 0 !important;
  width: 100%;
float: right;
}
.category_page .each_filter_section .md-accordion .card-body .accordion { 
  padding: 0 10px !important;
  width: 100%;
  float: right;
}
.category_page .each_filter_section .md-accordion a{
  color: #333 !important;
}
.category_page .each_filter_section ul{    
  padding: 0 !important;
  margin: 0 !important;
  max-height: 205px;
  overflow-y: auto;
  width: 100%;
  float: right;
}
.category_page .each_filter_section ul li{
  margin-bottom: 10px !important;
}
.category_page .each_filter_section ul li:last-child{
  margin: 0 !important;
}
.form-check { 
  padding-right: 0;
  padding-left: 0 !important;
}
.category_page .each_filter_section .form-check .form-check-input{
  position: absolute;
  pointer-events: none;
  opacity: 0;    
  margin: 0;
} 
#categories_collapse .card {
  border: none;
}
#categories_collapse .card .card-header{
  border: none;
}
#categories_collapse .card .card-header a::after {
  position: absolute; 
  content: "\f286";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  background: none !important;
  width: 15px !important;
  height: 15px !important;
  transform: none !important;
  color: #333;
  left: 0;
  top: 11px;
  color: #000;
}
#categories_collapse .card .card-header a.collapsed::after {
  content: "\f282";
}
#categories_collapse .card .card-body{ 
    background: #f7f7f7 !important;
    padding: 0 30px 0 0 !important; 
}

.form-check-input[type="checkbox"] + label::before, 
.form-check-input[type="checkbox"]:not(.filled-in) + label::after, 
label.btn input[type="checkbox"] + label::before, 
label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  right:0;
  left: auto !important;
  width: 16px !important;
  height: 16px !important;
  border: #c1cdd7 solid 1px !important;
  border-radius: 5px !important;
  position: absolute;
  top: 0;
  z-index: 0; 
  margin-top: 3px;
  content: "";
  transition: .2s;
}
.form-check-input[type="checkbox"] + label, 
label.btn input[type="checkbox"] + label {
  padding-right: 22px !important;
  padding-left: 0 !important;    
  font-size: 13px;
  color: #4b566b;
  position: relative;    
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}
.form-check-input[type="checkbox"]:checked + label::before, 
label.btn input[type="checkbox"]:checked + label::before {
  right: 9px;
  left: auto;
}
.navy-blue-skin input[type="checkbox"]:checked + label::before { 
  border-radius: 0 !important;
  border-left: none !important;
  border-top: none !important;
  width: 9px !important;
}
.products_list.layout1{
  width: 100%;
  float: right;
  margin: 0px 0 30px;
}
.layout1_filter {
  padding: 20px !important;
  width: 100%;
  float: right;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
  background: #fff;
  border-radius: 5px; 
  border: 1px solid #ebebeb;
}
.products_list.layout1 .filter_row{
  width: 100%;
  float: right;    
  margin-bottom: 40px;
}
.products_list.layout1 #sortform{
  float: right;
}
.products_list.layout1 #sortform .product_sort{
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'iransanmedium';
}
.products_list.layout1 #sortform .product_sort span.title{
  display: inline-block; 
  margin-left: 10px;
  float: right;
}
.products_list.layout1 #sortform .product_sort span.count{
  display: inline-block; 
  margin-right: 10px;
  float: right;
}
.products_list.layout1 #sortform .product_sort .list{
  float: right;
  position: relative;
}
.products_list.layout1 #sortform .product_sort .list > span{
  float: right;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 10px ;
  width: 160px;
  border: 1px solid #ebebeb;
}
.products_list.layout1 #sortform .product_sort .list > span:after{
  content: "\f282";
  font-family:bootstrap-icons !important;
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 12px;
}
.products_list.layout1 #sortform .product_sort ul{
  position: absolute;    
  top: 100%;
  right: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  width: 160px;
  background: #fff;
  border-radius: 5px;
  transition: all linear 0.1s;
  opacity: 0;
  visibility: hidden;
  border: solid 1px #eee;
}
.products_list.layout1 #sortform .product_sort .list:hover ul{
  opacity: 1 !important;
  visibility: visible !important;
}
.products_list.layout1 #sortform .product_sort ul li a{    
  display: block;
  color: #666;
  padding: 5px;
  font-size: 13px;
}
.products_list.layout1 #sortform .product_sort ul li a:hover{
  background: #f5f5f5;
}
.products_list.layout1 #sortform .product_sort ul li a label{
  margin: 0 !important;
  display: block;
  cursor: pointer;
}
.products_list.layout1 #sortform .product_sort ul li a label [type="radio"]:not(:checked), 
.products_list.layout1 #sortform .product_sort ul li a label [type="radio"]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.products_list.layout1 .rmtamshop_items{
  width: 100%;
  float: right
}
.products_list.layout1 .sidebar {
  width: 27%;
  float: right;
  
}
.products_list.layout1 .content {
  width: 73%;
  float: right;
  padding-right: 30px;
}
.rmtamshop * {
scrollbar-width: thin;
scrollbar-color: #aeb4be #e9edf4;
}
.products_list.layout1 .mobile_count { 
  font-size: 14px;
  display: none;
  text-align: center;
}

#shop-sidebar-nav {
  padding: 10px ;
  border: 1px solid #ebebeb;  
  width: 48%;
  float: left;
  border-radius: 5px;
  text-align: center;
  display: none;
  cursor: pointer;
} 
#shop-sidebar-nav span{ 
  display: block;
  color: #4b566b;   
  width: 100%;
  float: right;
}
#shop-sidebar-nav .bi.bi-sliders {
  font-size: 21px;
  position: relative;
  top: 2px;
  display: block;
  color: #4b566b;
  line-height: normal;
  background: none;
  float: right;
  text-align: center;
  width: 100%;
  height: 27px;
} 
#shop-sidebar {
  z-index: 999999;
}
#shop-sidebar #applyFilter {
  display: block;
  border-radius: 5px;
  color: #fff;
  box-shadow: none !important;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
#shop-sidebar .modal-body {
  position: relative;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 15px 15px 25px !important;
}
#shop-sidebar .title{
  text-align: right !important;
}
#shop-sidebar .modal-dialog{
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  right: 0;
  width: 400px !important;
  max-width: 100%;
  background: #fff;
}
#shop-sidebar .modal-dialog .modal-content{
  box-shadow: none !important;
  border: none !important;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}
#shop-sidebar .modal-dialog .modal-header {
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  min-height: auto;
}    
#shop-sidebar .modal-dialog .modal-header button {
  font-size: 25px;
  
  padding: 10px 10px 0;
  text-align: left;
  display: block;
  width: 100%;
  margin: 0;
  background: none !important;
  border: none !important;
  color: #666;
  height: 45px;
} 
#shop-sidebar .modal-dialog .modal-footer {
  padding: 15px !important;
  min-height: auto !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}
#shop-sidebar .modal-dialog .layout1_filter {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
#shop-sidebar .each_filter_section {
  padding: 10px;
  margin-bottom: 12px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: none;
}
#shop-sidebar .each_filter_section label{
  font-size: 13px;
  color: #333 !important;
} 
#shop-sidebar .accordion-button {
  background: none !important;
  padding: 0 !important;
  font-size: 13px !important;
  color: #333 !important;
  border: none !important;
  box-shadow: none !important;
}
#shop-sidebar .accordion-button::after {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f286";
  font-family: bootstrap-icons !important;
  font-size: 12px;
  background: none !important;
  width: 15px !important;
  height: 15px !important;
  transform: none !important;
}
#shop-sidebar .accordion-button.collapsed::after { 
  content: "\f282"; 
}
#shop-sidebar .accordion-body {
  padding: 10px 0;
}
#shop-sidebar .each_filter_section ul{
  float: none;
}
#shop-sidebar .form-check-input[type="checkbox"] + label::before{
  background: #fff;
}
#shop-sidebar .each_filter_section h5 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #373f50;
}
#mobileallfilters .removeAll{
  border: none;
  background: none;
  font-size: 13px;
  padding: 0;
  float: none;
  margin: 0 5px 0 0;
}
#mobilefiltered li {
  float: right;
  margin: 0 0 10px 10px;
    margin-bottom: 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 5px 10px;
  background: #fff;
  font-size: 13px;
  color: #333;
}
/* Works on Chrome/Edge/Safari */
.rmtamshop *::-webkit-scrollbar {
  width: 4px;
}
.rmtamshop *::-webkit-scrollbar-track {
  background: #e9edf4;
  border-radius: 5px;
}
.rmtamshop *::-webkit-scrollbar-thumb {
  background-color: #aeb4be;
  border-radius: 5px;
  border: none;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
.available_check input[type='checkbox'] {
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #dae1e7;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px !important;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
  transition: background .3s, border-color .3s, box-shadow .2s;
  width: 38px !important;
  border-radius: 11px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
.available_check input[type='checkbox']:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: var(--ab, var(--border));
  -webkit-transform: translateX(var(--x, 0));
          transform: translateX(var(--x, 0));
    
}
.available_check input[type='checkbox']:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    
  --ab: var(--active-inner);
  --x: 17px;
}
.available_check input[type='checkbox']:disabled{
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: .9;
}
.available_check input[type='checkbox']:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.available_check input[type='checkbox']:disabled + label{
  cursor: not-allowed;
}
.available_check input[type='checkbox']:hover:not(:checked):not(:disabled){
  --bc: var(--border-hover);
}
.available_check input[type='checkbox']:focus {
  box-shadow: 0 0 0 var(--focus);
} 
.available_check input[type='checkbox'] + label,
.available_check input[type='radio'] + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 !important;
}  
.available_check input[type='checkbox']:disabled:not(:checked):after {
  opacity: .6;
}

  .available_check label:before{
      display: none ;
  }
} 

#mobileallfilters,
#allfilters{
  display: none;
}
#allfilters .removeAll{
  border: none;
  float: left;
  background: none;
  font-size: 13px;
  padding: 0;
} 
#filtered li {
  float: right;
  margin: 0 0 10px 10px ;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
  font-family: 'iransanmedium';
}
#mobilefiltered li button,
#filtered li button{
  border: none;
  background: none;
  padding: 0;
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.equities-loader-none {
  display: none;
}
.equities-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(80, 80, 80);
  opacity: 0.5;
}

.rmtamshop_orders {
  padding: 30px 40px !important;
  width: 100%;
  float: right;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
  background: #fff;
  margin-top: -50px;
  border-radius: 5px;
}
.rmtamshop_orders .filter_box input {
  border: 1px solid #dae1e7;
  border-radius: 5px;
  float: right;
  margin-left: 10px;
  height: 40px !important;
  min-width: 300px;
}
.rmtamshop_orders .filter_box button {
  float: right;
  border-radius: 5px;
  height: 40px !important;
}


.rmtamshop_orders .alert a{    
  color: #fff !important;
  border-radius: 5px;
  padding: 1px 10px 3px;
  font-size: 12px;
  margin-right: 2px;
  display: inline-block;
}

.rmtamshop_ruls {
line-height: 30px;
padding: 30px 40px !important;
width: 100%;
float: right;
box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1) !important;
background: #fff;
border-radius: 5px;
margin-bottom: 30px;
}
.order_ruls {
width: 100%;
float: right;
margin: 10px 0 0;
}
.order_ruls .rule_btn {
padding: 2px 8px;
border-radius: 4px;
line-height: normal;
font-size: 12px;
}
.order_ruls .form-check .form-check-input {
position: absolute;
pointer-events: none;
opacity: 0;
}
.order_ruls .modal-header{ 
color: #fff;
text-align: center;
padding: 15px;
  border-radius: 5px 5px 0 0 !important;
  border: none;
}
.order_ruls .modal-header h5 {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
} 
.order_ruls .modal-footer .close_modal{
padding: 5px 15px !important;
line-height: normal;
border-radius: 5px;
float: right;
color: #fff;
}
.order_ruls .modal-footer {
border: none;
}
.modal {
z-index: 999999 !important;
}
/* .modal-backdrop {
z-index: 99999 !important;
} */

.alert-danger .close{
color: #842029 !important
}

#catFilterAccordion #brands_collapse .accordion-body a{
  display: block;
  position: relative;
  padding: 8px 0;
  color: #4b566b !important;
  font-size: 13px;
}



.rmtamshop .image_box {
  display: flex;
  flex-direction: row;
  margin: 10px -10px;
}
.rmtamshop .image_box.mobile{
  display: none;
}
.rmtamshop .image_box > div {
  width: 20%;
  padding: 5px;
  position: relative;
}
.rmtamshop .image_box.mobile > div {
  width: 33.33%;
}
.rmtamshop .image_box .last img{
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: .5;
}
.rmtamshop .image_box > div a {
  border: solid 1px #eee;
  display: block;
  border-radius: 10px;
  padding: 5px;
}
.rmtamshop .image_box > div img {
  border-radius: 10px;
}
.rmtamshop .image_box > div .d-flex.pos-absolute{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}


.gallery_tab {
  position: relative;
  padding: 0 20px;
} 

.imagesModal .modal-body{
    width:100%;
} 
#imagesModal .modal-body { 
  padding: 0 !important; 
  width: 100%;
}
.imagesModal .modal-dialog {
  transform: none;
  width: 60% !important;
  max-width: 90% !important;
}
.imagesModal .modal-dialog .modal-content{
  height: 95%;
}
.gallery_tab .modal-body { 
  padding: 10px;
}
.gallery_tab .btn-close {
  position: absolute;
  left: 20px;
  top: 0;
  width: 35px;
  height: 35px;
  background-position: left !important;
  box-shadow: none !important;
} 
.gallery_tab .swiper-button-next, 
.gallery_tab .swiper-button-prev {
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
} 
.gallery_tab .swiper-button-next{
  right: 25px;
} 
.gallery_tab .swiper-button-prev {
  left: 25px;
} 
.gallery_tab .swiper-button-next::after,
.gallery_tab .swiper-button-prev::after { 
  font-size: 16px; 
  color: #333;
}
.gallery_tab #gallerySlider img{
  border-radius: 10px;
} 
.gallery_tab .user_images {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
  position: relative;
}
.gallery_tab .user_images .openTab{
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}
.gallery_tab .user_images img { 
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin: 0 0 0 6px;
}
.gallery_tab .user_images a{
  display: inline-block;
}
.gallery_tab .user_images a .bi {
  line-height: 1px;
  position: relative;
  top: 5px;
  margin-right: 0;
}
.product_page .video_box {
  position: relative;
  cursor: pointer;
}
.product_page .video_box::after {
  position: absolute;
  background: rgba(43, 51, 63, 0.7);
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  height: 32px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  border: solid 2px #fff;
  content: "\f4f4";
  font-family: bootstrap-icons !important;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.gallery_tab .images_list {
  display: flex;
  flex-wrap: wrap;
}
.gallery_tab .images_list > div {
  width: 11.11%;
  padding: 5px;
}
.gallery_tab .images_list img {
  border-radius: 10px;
  cursor: pointer;
}
.gallery_tab .nav {
  background: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 10px;
}
.gallery_tab .nav li {
  position: relative;
  display: inline-block !important;
  outline: none;
  float: right;
  margin: 0 !important;
}
.gallery_tab .nav li button {
  color: #666;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px !important;
  position: relative;
  margin: 0 !important;
  display: block;
  border-radius: 5px 5px 0 0;
  font-family: "iransanmedium";
  background: transparent;
}
.gallery_tab .nav li button.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 2px;
}  
.imagesModal .item-image-row {
  text-align: center;
}
.imagesModal .item-image-row video, 
.imagesModal .item-image-row img {
  border-radius: 10px;
}
.gallery_tab .product_title {
  font-size: 16px;
  margin: 0 0 15px;
}
.galleryImages {
  display: flex;
  flex-wrap: wrap;
}
.galleryImages .each {
  width: 25%;
  padding: 5px;
}
.galleryImages .each a {
  border-radius: 10px;
  display: block;
  border: solid 2px #eee;
  padding: 5px;
}
.galleryImages .each a img {
  border-radius: 10px;
}

.rmtamshop #mobile_slider  {
  padding-bottom: 30px;
  display: none;
}
.rmtamshop #mySwiperGallery .swiper-pagination{
  display: none;
  direction: ltr;
}
.rmtamshop #mySwiperGallery img,
.rmtamshop  #mySwiperGalleryThumb img,
.rmtamshop #mobile_slider img {
  border-radius: 10px;
  width: 100%;
}
.rmtamshop #mySwiperGalleryThumb {
  margin:  0 0;
  display: none;
}
.rmtamshop #mobile_slider .swiper-pagination {
  left: 0;
  transform: none;
  display: flex;
  justify-content: end;
}
.rmtamshop #mobile_slider .swiper-pagination span{
  background: #aaa;
  opacity: 1 !important;
}
.rmtamshop #mobile_slider .swiper-pagination .swiper-pagination-bullet-active{
  background: #aaa;
  opacity: 1 !important;
} 
#imagesModalMobile .modal-body{
  width: 100%;
}

@media (min-width:993px) {
.rmtamshop.category_page, .rmtamshop.brands, .rmtamshop.category_page.brand_products,
.rmtamshop_ruls, .cart_page {
  padding: 12px 15px !important;
  width: 100%;
  float: right;
  /* box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important; */
  background: #fff;
  margin: -40px 0 50px !important;
  border-radius: 5px;
  /* border: 1px solid #ebebeb; */
}
}

@media (max-width:992px) {
.rmtamshop.category_page, .rmtamshop.brands, .rmtamshop.category_page.brand_products,
.rmtamshop_ruls, .cart_page {
  padding: 12px 15px !important;
  width: 100%;
  float: right;
  /* box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important; */
  background: #fff;
  margin: -20px 0 50px 0 !important;
  border-radius: 5px;
  /* border: 1px solid #ebebeb; */
}
}