@font-face {
  font-family: iran_sansregular;
  src: 	url('../fonts/iran_sans?#') format('eot'),
		url('../fonts/iran_sans.woff') format('woff'), 
		url('../fonts/iran_sans.ttf') format('truetype');  
}
*{ font-family: 'iran_sansregular';}


.tp-caption { font-family: 'iran_sansregular'!important;}
.ask-a-question a{    border: solid #d8d8d85c 1px;
    padding: 14px!important;
    background: #383d58;
    color: white!important;
    border-radius: 8px;}
    .fa-question:before {
    padding: 10px;
    content: "\f218";
}
.owl-item form.product.js-recalculate{display:none;}
.fa-question{    float: left;}
#sp-before-header {
  }
 .new-main-page .uk-panel-title{
    width: 200px;
    /* border: 1px solid; */
    padding: 2px 5px;
    text-overflow: " [..]";
    width: 95%;
    /* border: 1px solid; */
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    
 #sp-page-builder .sppb-section-title {
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.style-title1 .sppb-section-title h3 {
    background: #774a4a00;}   
    .style-title1 .sppb-section-title:after {
    background: none;}
.center-block-home {
    direction: rtl;
    color: white;
    padding: 25px;
    font-size: 34px;
}
.home-page .style-search2 {float: left;     margin-top: 12px; }

#sp-before-header {
    padding: 0px 0!important;
}
#fancybox-wrap {
    min-width: 400px;}
    .owl-carousel .owl-stage-outer {
            direction: rtl;
    }
    h4 {
    font-family: yekan!important;}
    h2 {
    font-family: Yekan;
    /* font-family: Poppins, sans-serif; */
    font-weight: 700;
    font-size: 17px;
}
h1 {
    font-family: Yekan!important;
    font-weight: 700;
    font-size: 21px;
}
h3{ font-family: Yekan!important;}

.form-horizontal .control-label {
    text-align: right!important;
    float: right;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
.vm-wrap th ,.vm-wrap td {text-align: right!important;}
.rtl .additional-images .owl-theme .owl-nav div {
    float: left;
}
.rtl .additional-images .owl-theme .owl-nav div.owl-next {
    float: right;
}
.sppb-section{padding: 0!important;}

.uk-panel{text-align: center;}

.product-fields-title-wrapper {
    background: #ececec;
    padding-right: 23px;
    width: 264px;
  float: right;}

.product-field-display {
  float: right;}
.product-field-display {
    width: 66%;
    float: right;
   
    background: #ececec;
    margin-right: 12px;
    padding: 8px;
}
.orderlistcontainer{display:none;}
.product {
    min-height: 407px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: 0;
    right: 100%;
   left: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  content: " \f104";}
.product-container form{display: block;}
.uk-article-meta{display:none; }






.in-service {
    background: #fefefe;
}
.in-service {
    display: inline-block;
    position: relative;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    min-height: 140px;
    padding: 55px 20px 35px 20px;
    width: 100%;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: box-shadow 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.in-service .title-svc {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.in-service span {
    display: block;
}
.in-service .detail-svc {
    color: #fff;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.in-service .anim-icon {
    left: 0;
    right: auto;
}
.in-service .anim-icon {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    line-height: 56px;
    color: #fff;
}

.in-service span {
    display: block;
}
.in-service .anim-icon:before {
    -moz-border-radius: 100% 100% 100% 0;
    -webkit-border-radius: 100% 100% 100% 0;
    border-radius: 100% 100% 100% 0;
}
.in-service .anim-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #274663;
    -moz-border-radius: 100% 100% 0 100%;
    -webkit-border-radius: 100% 100% 0 100%;
    border-radius: 100% 100% 0 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    z-index: -1;
}
[class^="mdi-"], [class*=" mdi-"] {
    /* font-family: "Material-Design-Icons"; */
    margin-top: -22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-maps-local-shipping:before {
    content: "\e884";
}
.in-service:hover .anim-icon:before {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
}
.rtl .in-service .anim-icon:before {
    -moz-border-radius: 100% 100% 100% 0;
    -webkit-border-radius: 100% 100% 100% 0;
    border-radius: 100% 100% 100% 0;
}
.in-service .anim-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00bb99;
    -moz-border-radius: 100% 100% 0 100%;
    -webkit-border-radius: 100% 100% 0 100%;
    border-radius: 100% 100% 0 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    z-index: -1;
}

.in-service:hover .detail-svc {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: anim-text 0.55s cubic-bezier(0.25,0.46,0.45,0.94) 1;
    -moz-animation: anim-text 0.55s cubic-bezier(0.25,0.46,0.45,0.94) 1;
    -o-animation: anim-text 0.55s cubic-bezier(0.25,0.46,0.45,0.94) 1;
    animation: anim-text 0.55s cubic-bezier(0.25,0.46,0.45,0.94) 1;
}
.in-service .detail-svc {
    color: #fff;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.page-front .product {
    margin-top: 36px;
    overflow: hidden;
    margin: 20px;
    padding: 16px;
    border: solid #ececec66 1px;
        min-height: 314px;
}
#vm_ajax_search_results2295.res_a_s.geniusGroove {
    position: absolute;
    right: 17%!important;
    left: 48%!important;
}
.GeniusAjaxInputMaster .afterspecialdiv input.inputbox {
    padding-right: 60px!important;}
    
    
    .GeniusAjaxInputMaster div.afterspecialdiv input.genius-search-submit {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 37px;
    background-color: #00bb99;
    background-image: url(search-icon-white-small.png);
    background-position: center;
    background-repeat: no-repeat;
}
.vm-product-media-container .owl-stage-outer {
    direction: ltr;
}
 h3 {font-family: iran_sansregular!important;}

#sp-top-wrapper {
    background-color: #616161!important;
    color: #ffffff!important;
}
#sp-top-wrapper .menutop a {
    color: #fff!important;}
    .category-view .addtocart-area  form {
    display: none;
}
#sp-footer .menu-footer ul li a {
  font-size: 18px;}
body.rtl #sp-top-wrapper .menutop ul li a {
  font-size: 16px;}