﻿@font-face {
 font-family:'FontAwesome';
 src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');
 src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
 font-weight:normal;
 font-style:normal
}

.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/*.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0,0,0,0.4) ,rgba(0,0,0,0.9) 75%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(2);
    transition: all 0.3s ease-out 0s;
}
.box:hover:after{
    opacity: 1;
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box .inner-content{
    padding: 7px 0;
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.2s ease 0s;
}
.box .post{
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #f44178;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.2s ease 0s;
}
.box:hover .title,
.box:hover .post{
    opacity: 1;
    transform: translateX(0);
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(270deg);
    transition: all 0.3s ease 0s;
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(0);
}
.box .icon li{
    display: inline-block;
    margin: 0 5px;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #f44178;
    border: 2px dotted transparent;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    transform: rotate(360deg);
    position: relative;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    text-decoration: none;
    background: #fff;
    color: #f44178;
    border: 2px dotted #f44178;
    transform: rotate(0);
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}*/

.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:after{
    background: rgba(255, 255, 255, 0.3);
    /*border: 2px solid #0dab76;*/
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}
.box:hover:before{ opacity: 1; }
.box:hover:after{ left: -170%; }
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content{ bottom: 30%; }
.box .title{
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.box .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}
.box .icon{
    list-style: none;
    padding: 0;
    margin: 0;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #0dab76;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.box .icon li a:hover{ transform: rotate(360deg); }
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
/*post slide*/
.post-slide{
    margin: 0 15px;
    position:relative;
    background:#fff;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #ff8b3d;
}
.post-slide .post-content{
    padding:30px;
}
.post-slide .post-title{
    margin:0 0 15px 0;
    text-align:right;

}
.post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#ff8b3d;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    text-align:right;

    color:#808080;
}
.post-slide .read-more{
    color:#333;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#ff8b3d;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid #ff8b3d;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}


/*maps*/
.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    position:absolute;
    left:45%;
    top:35%;
    cursor:pointer;
    /*z-index: 2;*/
}
.main_maps i{
    font-size:2.5rem;
    color:#f38181;

}
.main_maps  h2{
    color:#f38181;
}

.mapheight{
    height: 100px; 
    width: 100%;
}
.overlay {
    background-color: rgba(51,51,51,0.30);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlayW {
    background-color: rgba(219, 219, 219, 0.60);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.overlayB {
    background-color: rgba(4, 4, 4, 0.58);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main_maps{
    background: url(/assets/web/img/maps.jpg) no-repeat center center;
    position: relative;
    width:100%;
    overflow: hidden;
}

.maps_text{
    position: relative;
    z-index: 1;
}
.maps_text h3{
    top:20%;
    position: relative;
    margin-top: 95px;
}
.maps_text h3 i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #ff6863;
    font-size: 1rem;
    display: inline-block;
    top: -5px;
    position: relative;
    margin-left: 10px;
}



/* === section spacer === */

section.spacerbk {
	padding:50px 0 30px;
	color:#666;
}

section.spacer {
	padding:50px 0 30px;
	color:#fff;
}
.spacer.green,.section.green {
	background:#1bac91;
}

.spacer.green,.section.green h4 {
	color:#fff;
}

.spacer.yellow,.section.yellow  {
	background:#ffe873;
}
.spacer.orange,.section.orange {
	background:#f36f36;
}

section.spacer.bg2 {
	background: url(/assets/web/img/bg-2.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:auto;
	margin:0;	
}
section.spacer.TopHead  {
	width:100%;
	height:420px;
    background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover !important;
	margin:0;	
}
section.middleBar  {
	width:100%;
	height:auto;    
    min-height:800px;
	margin:0;	
}
.head1 {
	background: url(/assets/web/img/head1.jpg);
    background-position: 20% -250px;
    background-size: auto;
    background-repeat: no-repeat;
}
.middlebk1 {
	background: url(/assets/web/img/left_1.png);
    background-repeat:no-repeat;
    padding:50px;
}
.contactBar{text-align:center;}
.contactBar .total-section-num{font-size:2.6em;font-weight:700;color:#fff;padding-top:150px;margin-left:-60px}
.headabout {
	background: url(/assets/web/img/about-us.jpg);
    background-position: 20% -50px;
}
.headProds {
	background: url(/assets/web/img/bk/bk4.jpg);
    background-position: 20% -50px;
}
.headcontact {
	background: url(/assets/web/img/ContactUs-Header.png);
    background-position: 10% -80px;
}
section.spacer.bg3 {
	background: url(/assets/web/img/bg-3.jpg) 50% 0 no-repeat fixed;
    background-position-y:bottom;
	width:100%;
	height:auto;
	margin:0;	
}

section.spacer blockquote.large:before {
	color:#eee;
	opacity:0.6;
    direction:rtl;
}

section.spacer blockquote cite {
	color:#555;
}

.contactBar h3{margin-left:50px;font-size:38px;}


/*mystyle custom*/
#menu-0.mbr-navbar--stuck .mbr-navbar__section{background-color:#fff;color:#000}
a.text-white:hover, a.text-white:focus{color:#F5804A}
.mbr-navbar--sticky a.text-white{color:#3E3E3E}
a, a:hover{text-decoration:none}
.mbr-navbar__items  a.text-warning  {color:#D94F3C}

.w450{width:450px;max-width:450px}
.w100p{width:90%;height:auto}
/*.w100p{width:100%;height:100%}*/
.w360{width:360px;max-width:360px;height:auto;max-height:360px}
.w250{width:150px;max-width:150px}
#prod2 .w450{width:380px;height:320px;}
#about1 {height:auto !important;min-height:500px !important;padding-top:70px}

.yel{color:#fffa1c}
.bel{color:#5c94df}
.infobox-large p{font-size:22px;font-weight:normal;line-height:38px;}
.infobox-large p.min{font-size:18px;font-weight:normal;line-height:28px;}
.infobox p{font-size:16px;font-weight:normal;line-height:24px;}
.infobox-large h3{font-size:34px;font-weight:bold;padding-bottom:20px}
.infobox-large a{margin-top:20px;}
.logo-left {background:url(/assets/web/img/bk1.png) no-repeat left center;background-size:auto 80%}
input,textarea{text-align:right;}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
#contact .form input, #contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contacts3-7 {
    background-color: #313131;
    color: #fff;
}
.contacts3-7 .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1dc8cd;
}
.contact-about{padding-left:45px}
.contacts3-7 .social-links ,#footer1-2 .social-links{
  padding-bottom: 20px;
}

.contacts3-7 .social-links a ,#footer1-2 .social-links a{
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

.contacts3-7 .social-links a:hover ,#footer1-2 .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

.contacts3-7 .info {
  color: #fff;
  margin-right:20px;
}

.contacts3-7 .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: right;
  line-height: 1;
}

.contacts3-7 .info p {
  padding: 0 42px 5px 0;
  line-height: 23px;
  font-size: 14px;
  direction:rtl;
  font-family:inherit;
}

footer {background-color: #F0F0F0;}
footer p{color:#666}
footer a{color: #1dc8cd;}
.mbr-footer__copyright{margin-top:15px}

.animated {
  -webkit-animation-duration: 1500ms;
  -moz-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

.single-slider-bottom {
    position: relative;
}
.single-slider-info {
    position: absolute;
    top: 33%;
    left: 64%;
    font-family: 'Poppins', sans-serif;
    color: #282828;
}
.single-slider-info h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.single-slider-info h2 {
    color: #ec552c;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

/*=================*/

.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
 .hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
 .hovicon.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


circle-img{
    border-radius:50%;

}
.circle {
    display: block;
    width: 250px;
    height: 250px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
/*/////////////////////////////*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 270px;
	height: 270px;
	display: inline-block;
	margin: 20px;
}




/*------------------*/

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-info-wrap{
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	perspective: 800px;
	transition: all 0.4s ease-in-out;
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(/assets/web/img/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}
.ch-info{
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	backface-visibility: hidden;
    background-repeat:no-repeat;
    background-size:90% 90%;
}
.ch-info .ch-info-back {
	transform: rotate3d(0,1,0,180deg);
	background: #000;
}

.ch-img-1 { 
	background-image: url(/assets/web/img/tahrir1.png);
}

.ch-img-2 { 
	background-image: url(/assets/web/img/selo.png);
}

.ch-img-3 { 
	background-image: url(/assets/web/img/barghi.png);
}
.ch-img-4 { 
	background-image: url(/assets/web/img/prod/toy1.png);
}
.ch-img-5 { 
	background-image: url(/assets/web/img/mob.png);
}
.ch-img-6 { 
	background-image: url(/assets/web/img/arayesh.png);
}
.ch-img-7 { 
	background-image: url(/assets/web/img/shoyande.png);
}
.ch-img-8 {
    background-image: url(/Upload/Product/kharazi.png);
}
.ch-img-all {
    background-image: url(/assets/web/img/allp.png);
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px !important;
    margin: 0 45px !important;
    padding: 50px 0 0 0;
    height: 160px;
    /*font-family: 'Open Sans', Arial, sans-serif;*/
    font-family: 'yekan',tahoma;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}
    .ch-info h3 a, .ch-info h3 a:hover {
        color: #fff;
        text-shadow: none;
    }
.ch-info p {
        color: #fff;
        padding: 10px 5px;
        font-style: italic;
        margin: 0 30px;
        font-size: 14px;
        border-top: 1px solid rgba(255,255,255,0.5);
    }

.ch-info p a {
	display: block;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family:'yekan',tahoma;
}

.ch-info p a:hover {
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	transform: rotate3d(0,1,0,-180deg);
}
section.shoyande {
    background: url(/assets/web/img/bk_shoyande.jpg) 50% 0 no-repeat fixed;
    background-position-y: center;
    background-size: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 25px 0;
}
section.Cusm{background: url(/assets/web/img/bk/cus2.jpg) no-repeat;
    background-position-y:center;
    background-size:100% 100%;
	width:100%;
	height:auto;
	margin:0;
    padding:160px 0 120px 80px;
    text-align:center;
    /*filter: blur(5px);*/
}

section.mob{
    background: url(/assets/web/img/mobacc.png) no-repeat;
    background-position:left center;
    background-size:auto;
	width:100%;
	height:auto;
	margin:0;padding:60px 0 20px
}
#imageGallery,#imageGallery2{width:100%;height:300px}
.boxWhite{background-color:rgba(255,255,255,0.35)}
.midSection,.midSection2{height:auto;max-height:180px;min-height:180px;padding:35px 0;position:relative;display:block;}
.midSection{color:#fff;background-color:#1dc8cd}
.midSection2{color:#ebf77f;background-color:#000}
.midSection2 .call{font-family:'yekan',tahoma;font-size:42px;}
.midSection h3,.midSection2 h3{font-size:42px;font-family:MRT_Silicon-Bold,Tahoma;text-align:center;margin-top:30px}
.btn-call{margin-top:20px;padding:20px 35px;font-size:22px;background:#D7DC31;color:#922727}
.shoyande h2{color:#18508A;padding:25px;text-align:center;font-size:34px}
.shoyande p{color:#fff;font-size:20px}
.shoyande .info {
    background-color: rgba(0,205,255,0.7);
    padding: 90px 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 30px;
}
/*product data list css*/
.prodlist {
  background-color: #EFF0F4;
  /*background-image: linear-gradient(140deg, white, #dadce2);*/
  margin: 0;
  width: 100%;
  min-height: 450px;
  height: 100%;
  align-items: center;
  padding:50px 0;
  justify-content: center;
   text-align:right;
  direction:rtl;
}
    .prodlist h2, .prodlist h4 {
        font-family: 'yekan',tahoma;
        text-transform: uppercase;
        color: #333333;
        text-align: right;
        direction: rtl;
    }

.prodlist h2 {
  font-size: 15px;
  font-weight: 500;
  
  /*letter-spacing: -0.2px;*/
  margin-bottom: 10px;
  text-align:center;
  direction:rtl;
}

.cardContainer {
    /*width: 300px;
  margin: 4px;
  height: 400px;*/
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 270px;
    min-height: 300px;
    max-height:300px;
}
.product-col2 {
    margin:15px 0;
}
.product-col {
    margin: 15px 0;
}
.product-col:hover{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.img300{width:290px;height:auto;max-height:250px;min-height:240px;}


.card {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
    max-width: 270px;
    min-height: 290px;
    max-height: 300px;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .card:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        /*box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);*/
        opacity: 0;
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
    }

    .card:hover {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
    }

        .card:hover:after {
            opacity: 1;
        }

    .card .side {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-color: white;
        z-index: 2000;
    }

    .card .front {
        z-index: 2;
    }

    .card .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .card .info {
        padding:0 10px;
    }

.front .img {
    /*background-color: #dadce2;
  background-position: center;
  background-size: cover;*/
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 215px;
    position: relative;
}

    .front .img img {
        width: 100%;
        height: auto;
        position: relative;
        /*bottom: -40px;
        left: 20px;*/
        text-align: center;
    }

.back {
    position: relative;
}

    .back h2 {
        margin-top: 6px;
        margin-bottom: 18px;
    }

    .back .reviews {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        cursor: pointer;
    }

        .back .reviews p {
            color: #c4c4c4;
            font-weight: 300;
            margin: 1px 0 0 6px;
            transition: 0.3s ease-in-out;
        }

        .back .reviews:hover p {
            color: #555;
        }

    .back li {
        line-height: 22px;
        margin: 2px 0 6px 0;
    }

    .back .btn a {
        color: #fff;
        margin: 0 !important;
    }

    .back .btn {
        position: relative;
        font-size: 18px;
        /*bottom: 16px;*/
        width: calc(100% - 32px);
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FF5F14;
        background-image: linear-gradient(-90deg, #FF5F14, #FFB579);
        border-radius: 5px;
        color: #FFFFFF;
        cursor: pointer;
    }

        .back .btn:hover h4 {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

        .back .btn:hover svg {
            -webkit-transform: translateX(0px);
            transform: translateX(0px) rotate(180deg);
            opacity: 1;
        }

        .back .btn h4 {
            -webkit-transform: translateX(12px);
            transform: translateX(12px);
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        }

        .back .btn svg {
            margin: 1px 0 0 4px;
            -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
            opacity: 0;
            transition: all 0.3s ease-out;
        }

.front .img1 {
    background-image: url(/assets/web/img/prod/t1.png);
}

.front .img2 {
    background-image: url(/assets/web/img/prod/sh1.png);
}

.front .img3 {
    background-image: url(/assets/web/img/prod/toy1.png);
}

/*fix light slider stop left*/
.lSSlideOuter .vertical {
    padding-left: 150px;
    padding-right: 0;
}

    .lSSlideOuter.vertical .lSGallery {
        left: 0;
        right: auto !important;
    }

.mbr-brand__name {
    font-family: 'yekan',tahoma;
    margin-left: 15px
}

.cnBox {
    background-color: #343a3d;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 1.7em;
    padding: 45px 0 46px;
    text-align: right;
}

.team-person-info {
    margin: 0 0 20px
}

.team-person-name title-h4 {
    color: #3c3950
}

.team-person-position {
    margin: 0 0 28px
}

.gem-styled-color-1 {
    color: #00d40b
}

.team-person-phone {
    font-size: 18px
}

ul.tags {
    text-align: right
}

    ul.tags li {
        float: right;
        list-style: none;
    }

        ul.tags li a {
            background: #eee;
            border-radius: 3px;
            color: #999;
            display: inline-block;
            height: 26px;
            line-height: 26px;
            padding: 0 20px 0 23px;
            position: relative;
            margin: 0 10px 10px 0;
            text-decoration: none;
            -webkit-transition: color 0.2s;
        }

            ul.tags li a:hover {
                background-color: crimson;
                color: white;
            }

.metatag {
    margin: 20px 0;
    font-size: 10px;
    color: #787a7a;
    text-align: center;
}

    .metatag a {
        color: #a7abac;
        padding: 0 5px;
        font-size: 10px;
        text-align: center;
        line-height: 22px
    }

        .metatag a:hover, .metatag a:visited {
            color: #739da1;
            cursor: pointer;
        }

.container .prodTitle {
    padding-top: 50px
}

.container .prodDesc {
    display: inline-block;
    position: relative;
    padding: 30px 0;
}

.container .PaddAll {
    padding: 50px
}

.relprod li {
    list-style: none;
    margin-right: 20px;
    height: 225px;
    transition: all .4s ease-out;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    min-width:170px;
}
    .relprod li:hover {
        border: 1px solid #1dc8cd;
    }
.relprod img {
    max-width: 190px;
    max-height: 175px;
    height: 170px;
    width: 190px
}

.relprodTitle {
    text-align: center;
    color: #666;
    line-height: 20px
}

.relprodHead {
    color: #1dc8cd;
    font-size: 24px;
    padding: 10px 5px;
    margin: 0;
    border-bottom: 1px solid #1dc8cd;
    text-align: right
}

.single-categories-item {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    text-align: center;
    padding: 26px 11px;
}
.mt-30 {
    margin-top: 30px;
}
.single-categories-item .cat-item-image {
    margin-bottom: 35px;
}
.single-categories-item .categories-title {
    position: relative;
    margin: 0;
}
    .single-categories-item .categories-title p {
        filter: alpha(opacity=0);
        opacity: 0;
        color: #777;
        font-size: .8571em;
    }
.single-categories-item p:last-child {
    margin-bottom: 0;
}
.single-categories-item:hover {
    border: 2px solid #80BB01;
}
    .single-categories-item:hover .categories-title h6 {
        color: #80bb01;
        padding-bottom: 30px;
        font-size:1em;
    }
.single-categories-item .categories-title h6 {
    color: #242424;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-categories-item:hover .categories-title p {
    filter: alpha(opacity=100);
    opacity: 1;
}
a, button, img, input, span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
img {
    max-width: 100%;
}
.single-categories-item:hover .categories-title h6 {
    color: #80bb01;
    padding-bottom: 20px;
}
a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}


/*=============================================================================================*/
.newsletter_sec::before, .contacts3-7::before {
    content: "";
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(90deg, black, transparent 10px, #cca000 10px, #cca000 19px);
    height: 2px;
    bottom: 0;
    right: 0;
}
.newsletter_sec {
    background-color: #212121;
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 40px 0;
    direction: rtl;
}
    .newsletter_sec .call_us .phone_img svg {
        height: 40px;
        fill: #1dc8cd /*#ffd333*/;
    }
.newsletter_sec .call_us .con_text {
    margin: 0 20px auto;
}
.newsletter_sec .bdr_right {
    border-left: 1px solid #777777;
    border-right: 0;
}
.newsletter_sec .call_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .newsletter_sec .call_us .con_text h4 {
        text-align: right;
    }

    .newsletter_sec .call_us .con_text h4 {
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0em;
        font-size:18px;
    }
    .newsletter_sec .call_us .con_text h6 {
        margin: 5px 0 0 0;
        color: #adadad;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    /*=====================================*/
.section-pt-30 img {
    max-width: 100%;
}
.single-categories-item .cat-item-image {
    margin-bottom: 35px;
}
.single-categories-item {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    text-align: center;
    padding: 26px 11px;
}

.mt-30 {
    margin-top: 30px;
}
.section-pb {
    padding-bottom: 60px;
}

.section-pt-30 {
    padding-top: 30px;
}
.section-pb a:hover {
    color: #80BB01;
}
.single-categories-item:hover {
    border: 2px solid #80BB01;
}

.single-categories-item .categories-title {
    position: relative;
    margin: 0;
}

.single-categories-item:hover .categories-title h6 {
    color: #80bb01;
    padding-bottom: 20px;
}

.single-categories-item .categories-title h6 {
    color: #242424;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size:1.2em
}

.categories-title p {
    filter: alpha(opacity=100);
    opacity: 1;
}

.single-categories-item .categories-title p {
    filter: alpha(opacity=0);
    opacity: 0;
    color: #777;
    font-size: 1.2em;
    padding-top:5px;
}
.padtb50{padding:50px 0}
/*------------------------------------------------------------*/


.product-image {
    position: relative;
}
.slick-slide img {
    display: block;
}
.single-product-wrap, .single-product-two {
    display: block;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: relative;
    z-index: 1;
}

#Details {
    background-color: #fff;
}
    #Details a {
        color: #2f303c;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #Details a:hover{
        color: #1dc8cd;
    }
    #Details .container .prodTitle {
        padding-top: 5px;
        font-size:24px;
        padding-bottom:20px;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.bg_green {
    background-color: #1dc8cd !important;
}
.pr_flash {
    background-color: #000;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 1;
}
.bigimageSlider .pr_flash {
    left: auto;
    right: 10px;
    font-size: 18px;
    padding: 10px 20px;
}
.imgProdDetail {
    border: 1px solid #ddd;
}
.stock-box {
    direction: rtl;
    min-width: 100px;
    padding: 5px 0;
}
    .stock-box .value {
        color: #1dc8cd;
        font-size: 16px;
        font-weight: 500;
    }
    .stock-box .label {
        color: #D94F3C;
        font-size: 16px;
        direction: rtl;
    }

footer {
    background-color: #212121;
    color: #fff;
}
/*=-=-=-=-=-=-=-=-=-=-=-=============================================-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}


/*========================================================*/

/* Header General

-------------------------------------------------------------- */



#site-header {
    position: relative;
    z-index: 100;
    /*border-style: solid;*/
}



    #site-header:after {
        background-color: transparent;
        content: "";
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease 0.3s;
    }



#site-header-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}



#site-header #main-nav .menu-fallback {
    padding-right: 16px;
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 100px;
    line-height: 100px;
}



    #site-header #main-nav .menu-fallback:hover {
        color: #aaa;
    }





/* Logo */



#site-logo {
    float: right;
    max-width: 100%;
    transition: all ease 0.3s;
}



#site-logo-inner {
    margin: 30px 0;
    transition: all ease 0.3s;
}



#site-logo .site-logo-text {
    color: #414042;
    font-size: 24px;
    line-height: 30px;
    font-weight: bolder;
}



    #site-logo .site-logo-text:hover {
        color: #f7272f;
    }





/* Menu */



#main-nav {
    display: block;
    float: left;
}



    #main-nav ul {
        margin: 0;
    }



        #main-nav ul li {
            position: relative;
            list-style: none;
            padding-top: 0;
            padding-bottom: 0;
        }



    #main-nav > ul > li {
        float: right;
        margin: 0 14px;
    }



        #main-nav > ul > li > a {
            display: block;
            font-family: 'yekan',tahoma;
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.25px;
            height: 100px;
            line-height: 100px;
        }



        #main-nav > ul > li.menu-item-has-children > a > span {
            position: relative;
            padding-left: 16px;
        }



            #main-nav > ul > li.menu-item-has-children > a > span:after {
                line-height: normal;
                font-size: 16px;
                font-weight: normal;
                content: "\f107";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 0;
                margin-top: 5px;
            }



        #main-nav > ul > li > a:not([href]) {
            cursor: pointer;
        }





    /* Sub Menu */



    #main-nav .sub-menu {
        padding: 18px 0;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 100%;
        width: 250px;
        transform: translateY(5px);
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
        box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
        transition: all ease 0.3s;
    }



        #main-nav .sub-menu .sub-menu {
            left: 100%;
            top: -7px;
        }



        #main-nav .sub-menu li a {
            padding: 8px 27px;
            color: #030f27;
            font-size: 16px;
            font-family: 'yekan',tahoma;
            display: block;
            text-align: right;
        }



            #main-nav .sub-menu li a > span {
                position: relative;
                display: inline-block;
            }



            #main-nav .sub-menu li a:hover {
                color: #f7272f;
            }



        #main-nav .sub-menu li:first-child > a {
            border: 0;
        }



    #main-nav li:hover > .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: all ease 0.3s;
    }



    #main-nav .sub-menu li.menu-item-has-children > a:after {
        line-height: normal;
        font-size: 14px;
        font-weight: normal;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }



    #main-nav .sub-menu.left {
        left: auto;
        right: 0;
    }



    #main-nav .sub-menu .sub-menu.left {
        left: -100%;
    }





    /* Mega Menu */



    #main-nav li.megamenu {
        position: inherit;
    }



        #main-nav li.megamenu ul.sub-menu {
            z-index: 99999;
            background-color: transparent;
        }



        #main-nav li.megamenu > ul.sub-menu ul.sub-menu {
            transition: none;
            transform: none;
            padding: 0;
        }



        #main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after,
        #main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
            display: none;
        }



        #main-nav li.megamenu > ul.sub-menu {
            width: 100%;
            left: 0;
            right: auto;
            background-color: #fff;
            padding: 40px 0;
        }



            #main-nav li.megamenu > ul.sub-menu > li {
                display: block;
                float: left;
                width: 100%;
                border-right: 1px solid rgba(0, 0, 0, 0.08);
            }



                #main-nav li.megamenu > ul.sub-menu > li:last-child {
                    border: 0;
                }



        #main-nav li.megamenu.col-3 > ul.sub-menu > li {
            width: 26.333%;
            margin-left: 7%;
        }



            #main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
                clear: both;
            }



        #main-nav li.megamenu.col-4 > ul.sub-menu > li {
            width: 19%;
            margin-left: 6%;
        }



            #main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
                clear: both;
            }



        #main-nav li.megamenu.col-5 > ul.sub-menu > li {
            width: 15%;
            margin-left: 5%;
        }



            #main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
                clear: both;
            }



        #main-nav li.megamenu > ul.sub-menu > li ul {
            display: block !important;
            top: auto !important;
            width: 100% !important;
            min-width: 0 !important;
            left: auto !important;
            position: relative !important;
            border: none !important;
            padding: 0 !important;
            box-shadow: none !important;
        }



        #main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
            transition: none;
            transform: none;
            position: relative;
            font-size: 15px;
            font-weight: 700;
            color: #414042;
            margin-bottom: 12px;
        }



        #main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
            display: none
        }



        #main-nav li.megamenu:hover ul li ul {
            opacity: 1;
            visibility: visible;
        }





/* Mobile Menu */



#main-nav-mobi {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #06111f;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}



    #main-nav-mobi::-webkit-scrollbar-track {
        background-color: #333f50;
    }



    #main-nav-mobi::-webkit-scrollbar {
        width: 6px;
        background-color: #333f50;
    }



    #main-nav-mobi::-webkit-scrollbar-thumb {
        background-color: #777;
    }



.mobi-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: all ease 0.3s;
}



    .mobi-overlay.show {
        opacity: 1;
        visibility: visible;
    }



    .mobi-overlay .close:after {
        content: "\4d";
        font-family: "ElegantIcons";
        font-weight: normal;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        transition: all ease 0.3s;
    }



    .mobi-overlay .close:hover:after {
        opacity: 0.7;
    }



html.disable-scroll {
    overflow-y: hidden;
}



#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}



    #main-nav-mobi ul li {
        margin: 0;
        position: relative;
        cursor: pointer;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }



        #main-nav-mobi ul li a {
            color: #fff;
            display: block;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 50px;
            text-decoration: none;
            padding: 0 35px 0 22px;
        }



    #main-nav-mobi ul > li > a:hover {
        opacity: 0.7;
    }



#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 50px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
    transition: all ease 0.3s;
}



    #main-nav-mobi .menu-item-has-children .arrow:hover {
        opacity: 0.7;
    }



    #main-nav-mobi .menu-item-has-children .arrow:before {
        content: "\f104";
    }



    #main-nav-mobi .menu-item-has-children .arrow.active:before {
        content: "\f107";
    }



#main-nav-mobi ul ul {
    background-color: rgba(255, 255, 255, 0.05);
}





/* Mobile Menu Extend */



.nav-extend {
    display: none;
}



#main-nav-mobi .search-form {
    position: relative;
    margin: 32px 22px 35px;
}



    #main-nav-mobi .search-form .search-field {
        padding-right: 48px;
        width: 100%;
        margin-bottom: 0;
        padding: 10px 25px;
        background-color: #fff;
        border: 1px solid #d4d4d5;
        border-radius: 30px;
    }



    #main-nav-mobi .search-form .search-submit {
        position: absolute;
        left: 14px;
        top: 8px;
        width: 30px;
        height: 30px;
        text-align: center;
        text-indent: 9999px;
        background-color: transparent;
        padding: 0;
        border: 0;
        overflow: hidden;
    }



        #main-nav-mobi .search-form .search-submit:before {
            color: #a9a9a9;
            content: "\55";
            font-family: "ElegantIcons";
            transform: scaleX(-1);
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            text-indent: 0;
            font-weight: normal;
            transition: all ease 0.3s;
        }



        #main-nav-mobi .search-form .search-submit:hover:before {
            color: #030f27;
        }



#main-nav-mobi .ext > .text {
    display: none;
}



#main-nav-mobi .ext > .cart-info {
    position: relative;
    padding-right: 62px;
}



    #main-nav-mobi .ext > .cart-info:before {
        content: "\e013";
        font-family: "ElegantIcons";
        font-weight: normal;
        font-size: 18px;
        position: absolute;
        right: 34px;
        top: -1px;
        color: #fff;
    }



    #main-nav-mobi .ext > .cart-info:hover {
        opacity: 0.7;
    }



#main-nav-mobi .menu-logo-inner {
    display: inline-block;
    margin: 25px 22px 25px 35px;
}



    #main-nav-mobi .menu-logo-inner a {
        padding: 0;
    }





/* Mobile Menu Button */



.mobile-button {
    width: 24px;
    height: 14px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}



    .mobile-button.show {
        opacity: 1;
    }



    .mobile-button.hide {
        opacity: 0;
    }



    .mobile-button:before,
    .mobile-button:after,
    .mobile-button span {
        background-color: #030f27;
        transition: all ease 0.3s;
    }



    .mobile-button:before,
    .mobile-button:after {
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        width: 24px;
        border-radius: 2px;
        left: 0;
        top: 50%;
        transform-origin: 50% 50%;
    }



    .mobile-button span {
        position: absolute;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px;
        overflow: hidden;
        text-indent: 200%;
    }



    .mobile-button:hover span,
    .mobile-button:hover:before,
    .mobile-button:hover:after {
        opacity: 0.7;
    }



    .mobile-button:before {
        transform: translate3d(0, -7px, 0);
    }



    .mobile-button:after {
        transform: translate3d(0, 5px, 0);
    }





/* Cart Icon */



.nav-top-cart-wrapper {
    float: left;
    margin: 34px 0;
    margin-right: 15px;
    position: relative;
    transition: all ease 0.3s;
}



    .nav-top-cart-wrapper .nav-cart-trigger {
        position: relative;
        display: block;
        text-align: center;
        width: 32px;
        height: 32px;
        line-height: 34px;
        font-size: 26px;
    }



        .nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
            display: inline-block;
        }



    .nav-top-cart-wrapper .shopping-cart-items-count {
        font-family: "Poppins", sans-serif;
        position: absolute;
        right: -3px;
        top: -6px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        display: block;
        border-radius: 50%;
        text-align: center;
        background-color: #28c23e;
        color: #f1f4f9;
    }



    .nav-top-cart-wrapper .nav-shop-cart {
        width: 290px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(5px);
        position: absolute;
        left: 0;
        top: 65px;
        z-index: 999999;
        background-color: #fff;
        padding: 0;
        box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
        transition: all ease 0.3s;
    }



    .nav-top-cart-wrapper:hover .nav-shop-cart {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: all ease 0.3s;
    }





/* Search Icon */



.header-search-wrap {
    margin: 34px 0;
    margin-right: 15px;
    float: left;
}



.header-search-trigger {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 26px;
}





/* Search Fullscreen */



.search-style-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(8, 21, 38, 0.95);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}



.search-style-fullscreen .search_form {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: all ease-in-out 0.25s;
}



.search-style-fullscreen .search-field {
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 0;
    padding: 8px 40px;
    color: #fff;
    border-radius: 50px;
    background-color: transparent;
}



    .search-style-fullscreen .search-field,
    .search-style-fullscreen .search-field:focus {
        border: 2px solid #fff;
    }



.search-style-fullscreen .search-submit {
    position: absolute;
    left: 30px;
    top: 22px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-indent: -9999px;
    margin-right: 8px;
    padding: 0;
    background-color: transparent;
    transition: all ease 0.3s;
}



    .search-style-fullscreen .search-submit:after {
        content: "\e947";
        font-family: "BasicUI";
        font-weight: normal;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        text-indent: 0;
        font-size: 24px;
        line-height: 34px;
        transition: color ease 0.3s;
    }



.search-style-fullscreen .search-close {
    position: absolute;
    top: 70px;
    left: 70px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.3s;
}



    .search-style-fullscreen .search-close:before {
        content: '\4d';
        font-family: "ElegantIcons";
        color: #fff;
        font-size: 36px;
        transition: all ease 0.3s;
    }



    .search-style-fullscreen .search-close:hover:before {
        color: #f63440;
    }



.search-style-fullscreen.search-opened .search_form_wrap {
    opacity: 1;
    visibility: visible;
}



.search-style-fullscreen.search-opened .search_form {
    margin-top: 0;
}





/* Header Button */



#site-header .header-button {
    float: left;
    margin: 27px 0;
    margin-right: 25px;
}



    #site-header .header-button a {
        display: inline-block;
        width: 180px;
        height: 46px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 0.25px;
        text-align: center;
        border-radius: 30px;
    }





/* Header Styles

-------------------------------------------------------------- */




/* Header Style 1 */



.header-style-1 #site-header:after {
    background-color: #fff;
}



.header-style-1 #main-nav > ul > li > a {
    color: #414042;
}



    .header-style-1 #main-nav > ul > li.current-menu-item > a,
    .header-style-1 #main-nav > ul > li.current-menu-parent > a,
    .header-style-1 #main-nav > ul > li > a:hover {
        color: #030f27;
    }



.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-1 #site-header .header-search-trigger {
    color: #414042;
}



    .header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
    .header-style-1 #site-header .header-search-trigger:hover {
        color: #f7272f;
    }



.header-style-1 #site-header .header-button a {
    background-color: #f7272f;
    color: #fff;
}



    .header-style-1 #site-header .header-button a:hover {
        background-color: #030f27;
        color: #fff;
    }





/* Header Style 2 */



.header-style-2 #site-header:after {
    background-color: #030f27;
}



.header-style-2 #main-nav > ul > li > a,
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header .header-search-trigger {
    color: #d7d7d7;
}



    .header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
    .header-style-2 #site-header .header-search-trigger:hover {
        color: #f7272f;
    }



    .header-style-2 #main-nav > ul > li.current-menu-item > a,
    .header-style-2 #main-nav > ul > li.current-menu-parent > a,
    .header-style-2 #main-nav > ul > li > a:hover {
        color: #fff;
    }



.header-style-2 #site-header .header-button a {
    background-color: #f7272f;
    color: #fff;
}



    .header-style-2 #site-header .header-button a:hover {
        background-color: #fff;
        color: #030f27;
    }





/* Header Style 3 */



.header-style-3 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}



.header-style-3 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}



.header-style-3 #main-nav > ul > li > a,
.header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-3 #site-header .header-search-trigger {
    color: #414042;
}



    .header-style-3 #main-nav > ul > li.current-menu-item > a,
    .header-style-3 #main-nav > ul > li.current-menu-parent > a,
    .header-style-3 #main-nav > ul > li > a:hover {
        color: #030f27;
    }



    .header-style-3 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
    .header-style-3 #site-header .header-search-trigger:hover {
        color: #f7272f;
    }



.header-style-3 #site-header .header-button a {
    line-height: 42px;
    border: 2px solid #f7272f;
    color: #f7272f;
}



    .header-style-3 #site-header .header-button a:hover {
        background-color: #f7272f;
        color: #fff;
    }





/* Header Style 4 */



.header-style-4 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}



.header-style-4 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}



.header-style-4 #site-header {
    background-color: transparent;
    box-shadow: none;
}



    .header-style-4 #main-nav > ul > li > a,
    .header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
    .header-style-4 #site-header .header-search-trigger {
        color: #d7d7d7;
    }



        .header-style-4 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
        .header-style-4 #site-header .header-search-trigger:hover {
            color: #f7272f;
        }



        .header-style-4 #main-nav > ul > li.current-menu-item > a,
        .header-style-4 #main-nav > ul > li.current-menu-parent > a,
        .header-style-4 #main-nav > ul > li > a:hover {
            color: #fff;
        }



    .header-style-4 #site-header .header-button a {
        line-height: 42px;
        border: 2px solid #fff;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }



        .header-style-4 #site-header .header-button a:hover {
            background-color: #fff;
            color: #030f27;
        }





/* Header Style 5 */



.header-style-5 #site-logo-inner {
    margin: 0;
}



.header-style-5 #site-header-inner {
    padding-top: 30px;
    padding-bottom: 47px;
}



.header-style-5 .site-navigation-wrap .inner {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #030f27;
    padding: 0 30px 0 16px;
    z-index: 99999;
    border-radius: 5px;
    transform: translate3d(-50%, -50%, 0);
}



.header-style-5 .nav-top-cart-wrapper,
.header-style-5 .header-search-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
}



.header-style-5 #main-nav > ul > li > a,
.header-style-5 #site-header .nav-cart-trigger,
.header-style-5 #site-header .header-search-trigger {
    color: #d7d7d7;
}



    .header-style-5 #site-header .nav-cart-trigger:hover,
    .header-style-5 #site-header .header-search-trigger:hover {
        color: #f7272f;
    }



.header-style-5 .nav-top-cart-wrapper .nav-shop-cart {
    top: 55px;
}



.header-style-5 #main-nav {
    float: right;
}



    .header-style-5 #main-nav > ul > li > a {
        height: 80px;
        line-height: 80px;
    }



        .header-style-5 #main-nav > ul > li.current-menu-item > a,
        .header-style-5 #main-nav > ul > li.current-menu-parent > a,
        .header-style-5 #main-nav > ul > li > a:hover {
            color: #fff;
        }



.header-style-5 #site-header .header-button {
    margin-top: 17px;
    margin-bottom: 17px;
}



    .header-style-5 #site-header .header-button a {
        background-color: #f7272f;
        color: #fff;
    }



        .header-style-5 #site-header .header-button a:hover {
            background-color: #fff;
            color: #030f27;
        }





/* Header 6 */



.header-style-6 #site-logo-inner {
    margin: 0;
}



.header-style-6 #main-nav > ul > li > a,
.header-style-6 #site-header .nav-cart-trigger,
.header-style-6 #site-header .header-search-trigger {
    color: #414042;
}



    .header-style-6 #site-header .nav-cart-trigger:hover,
    .header-style-6 #site-header .header-search-trigger:hover {
        color: #f7272f;
    }



.header-style-6 #main-nav {
    float: right;
}



    .header-style-6 #main-nav > ul > li > a {
        height: 80px;
        line-height: 80px;
    }



        .header-style-6 #main-nav > ul > li.current-menu-item > a,
        .header-style-6 #main-nav > ul > li.current-menu-parent > a,
        .header-style-6 #main-nav > ul > li > a:hover {
            color: #030f27;
        }



.header-style-6 .nav-top-cart-wrapper,
.header-style-6 .header-search-wrap {
    margin-top: 24px;
    margin-bottom: 24px;
}



    .header-style-6 .nav-top-cart-wrapper .nav-shop-cart {
        top: 55px;
    }



.header-style-6 #site-header-inner {
    padding-top: 30px;
    padding-bottom: 70px;
}



.header-style-6 .site-navigation-wrap .inner {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #fff;
    padding: 0 30px 0 16px;
    z-index: 99999;
    border-radius: 5px;
    transform: translate3d(-50%, -50%, 0);
}



.header-style-6 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}



.header-style-6 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}



.header-style-6 #site-header {
    background-color: rgba(3, 15, 39, 0.5);
    box-shadow: none;
}



.header-style-6 #header-aside .aside-content .inner > span {
    color: #fefefe;
}



.header-style-6 #header-aside .aside-content .inner > span {
    border-color: rgba(138, 153, 192, 0.2);
}



.header-style-6 #site-header .header-button {
    margin-top: 17px;
    margin-bottom: 17px;
}



    .header-style-6 #site-header .header-button a {
        background-color: #f7272f;
        color: #fff;
    }



        .header-style-6 #site-header .header-button a:hover {
            background-color: #030f27;
            color: #fff;
        }





/* Header Fixed */



#site-header.fixed-hide {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
    transition: background ease 0.3s;
}



#site-header.fixed-hide,
#site-header .site-navigation-wrap.fixed-hide {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}



.header-style-3 #site-header.fixed-hide,
.header-style-5 #site-header.fixed-hide {
    background-color: rgba(255, 255, 255, 0.97);
}



.header-style-4 #site-header.fixed-hide,
.header-style-6 #site-header.fixed-hide {
    background-color: rgba(1, 15, 39, 0.9);
}



#site-header .site-navigation-wrap.fixed-hide {
    position: fixed;
    left: 0;
    top: -200px;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.3s;
}



.header-style-5 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #030f27;
}



.header-style-6 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #fff;
}



#site-header .site-navigation-wrap.fixed-hide .inner {
    position: static;
    transform: none;
    padding: 0;
}



#site-header .site-navigation-wrap.fixed-hide #main-nav > ul > li:first-child {
    margin-left: 0;
}



#site-header .site-navigation-wrap.fixed-show {
    top: 0;
}





/* Header Aside */



#header-aside {
    float: left;
}



    #header-aside .aside-content {
        float: right;
        color: #585252;
    }



        #header-aside .aside-content .info-wrap {
            display: table;
            overflow: hidden;
            width: 100%;
        }



        #header-aside .aside-content .info-i,
        #header-aside .aside-content .info-c {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
        }
        #header-aside .aside-content .info-c2 {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
        }


        #header-aside .aside-content .info-i {
            width: 45px;
        }



            #header-aside .aside-content .info-i span {
                position: relative;
                z-index: 1;
                font-size: 30px;
                color: #f7272f;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                display: inline-block;
                margin-left: 10px;
            }



                #header-aside .aside-content .info-i span:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    border: 1px dashed transparent;
                    background-color: transparent;
                }



        #header-aside .aside-content .inner > span {
            float: right;
            display: block;
            width: 300px;
            border-left: 1px solid #e8ebf2;
            position: relative;
            color: #777;
            font-weight: 500;
            line-height: 20px;
            margin-right: 25px;
        }



            #header-aside .aside-content .inner > span:last-child {
                border: 0;
            }





/* Overwrite */



.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span,
.header-style-4 .mobile-button:before,
.header-style-4 .mobile-button:after,
.header-style-4 .mobile-button span {
    background-color: #fff;
}



.header-style-5 .mobile-button:before,
.header-style-5 .mobile-button:after,
.header-style-5 .mobile-button span {
    background-color: #d7d7d7;
}



.header-style-5 .mobile-button,
.header-style-6 .mobile-button {
    right: auto;
    left: 30px;
}



.header-has-custom-bg #site-header:after,
.top-bar-has-custom-bg #top-bar:after {
    display: none;
}





/* Current item */



.cur-menu-1 #main-nav > ul > li > a {
    position: relative;
}



    .cur-menu-1 #main-nav > ul > li > a:before {
        background-color: #f7272f;
        opacity: 0;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 5px;
        transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    }



.cur-menu-1 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}



.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f7272f;
    opacity: 1;
    width: 100%;
}



.cur-menu-2 #main-nav > ul > li > a span {
    padding-bottom: 7px;
    position: relative;
}



    .cur-menu-2 #main-nav > ul > li > a span:before {
        background-color: #f7272f;
        opacity: 0;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    }



.cur-menu-2 #main-nav > ul > li:hover > a span:before {
    opacity: 1;
    width: 15px;
}



.cur-menu-2 #main-nav > ul > li.current-menu-item > a span:before,
.cur-menu-2 #main-nav > ul > li.current-menu-parent > a span:before {
    background-color: #f7272f;
    opacity: 1;
    width: 15px;
}

.bauer-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}





/* Current item */



.cur-menu-1 #main-nav > ul > li > a {
    position: relative;
}



    .cur-menu-1 #main-nav > ul > li > a:before {
        background-color: #f7272f;
        opacity: 0;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 5px;
        transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    }



.cur-menu-1 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}



.cur-menu-1 #main-nav > ul > li.current-menu-item > a:before,
.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #f7272f;
    opacity: 1;
    width: 100%;
}



.cur-menu-2 #main-nav > ul > li > a span {
    padding-bottom: 7px;
    position: relative;
}



    .cur-menu-2 #main-nav > ul > li > a span:before {
        background-color: #f7272f;
        opacity: 0;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    }



.cur-menu-2 #main-nav > ul > li:hover > a span:before {
    opacity: 1;
    width: 15px;
}



.cur-menu-2 #main-nav > ul > li.current-menu-item > a span:before,
.cur-menu-2 #main-nav > ul > li.current-menu-parent > a span:before {
    background-color: #f7272f;
    opacity: 1;
    width: 15px;
}





/* Featured Title

-------------------------------------------------------------- */



#featured-title {
    background-color: #f7f9fa;
    background-size: cover;
    border-style: solid;
}



    #featured-title .inner-wrap {
        display: table;
        overflow: hidden;
        width: 100%;
    }



    #featured-title .inner-wrap {
        padding: 70px 0;
    }



.header-style-3 #featured-title .inner-wrap,
.header-style-4 #featured-title .inner-wrap {
    padding: 220px 0 70px;
}



#featured-title .title-group {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}



#featured-title #breadcrumbs {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 40%;
    font-size: 15px;
    color: #777;
}

.cur-menu-1 #main-nav > ul > li:hover > a::before {
    opacity: 1;
    width: 100%;
}
.cur-menu-1 #main-nav > ul > li > a::before {
    background-color: #f7272f;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.header-style-5 #main-nav > ul > li > a:hover {
    color: #fff;
}

.bauer-container::after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}
.bauer-container::after {
    clear: both;
}

.mb-30 {
    margin-bottom: 40px;
}
.single-banner a img {
    border-radius: 8px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-banner a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.title-of-section {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #333;
    position: relative;
    border-right: 3px solid #f33c3c;
    padding-right: 14px;
    text-align:right;
    margin-right:100px;
}
.block-recent-view {
    padding-top: 45px;
}

#latestProd.owl-carousel .owl-item, #latestProdCosm.owl-carousel .owl-item {
    height: 270px;
    max-height:270px;
    width: 190px;
    /*background: #fff;
    border-bottom: 1px solid #e6e6e6;*/
    padding: 1rem;
}
    #latestProd.owl-carousel .owl-item h4, #latestProdCosm.owl-carousel .owl-item h4 {
        color: #FFF;
        font-weight: 400;
        margin-top: 0rem;
    }
        #latestProd.owl-carousel.owl-rtl .owl-item {
            margin-left: 10px;
        }
#latestProd.owl-carousel, #latestProdCosm {
    width: 840px;
}
#latestProd.owl-carousel .owl-stage-outer, #latestProdCosm.owl-carousel .owl-stage-outer {
    height: 280px;
}
.owl-carousel.nav-style2 .owl-nav .owl-next,
.owl-carousel.nav-style2 .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    color: #888;
}

    .owl-carousel.nav-style2 .owl-nav .owl-next:hover,
    .owl-carousel.nav-style2 .owl-nav .owl-prev:hover,
    .owl-carousel.nav-style3 .owl-nav .owl-next:hover,
    .owl-carousel.nav-style3 .owl-nav .owl-prev:hover {
        color: #222;
    }

.owl-carousel.nav-style2 .owl-nav .owl-prev {
    left: 28px;
}

.owl-carousel.nav-style2 .owl-prev:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 22px;
}

.owl-carousel.nav-style2 .owl-next:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
}

.owl-carousel.nav-style3 .owl-nav .owl-prev,
.owl-carousel.nav-style3 .owl-nav .owl-next {
    top: 60%;
    color: #aaa;
}
.sectionWithBk {
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 45px;
    padding-top: 45px;
    background-size: cover;
}
.sectionWithBkRight {
    background-repeat: no-repeat;
    background-position: center right;
    padding-bottom: 45px;
    padding-top: 45px;
    background-size: cover;
}
.haraji-sec {
    background-image: url(/assets/web/img/bk-haraji.jpg);    
}
.kharazi-sec {
    background-image: url(/assets/web/img/bk-toys2.jpg);
}


/*================================================================product info================*/
.product-name a {
    font-size: 14px;
}
.product-inner:hover .quick-view {
    left: 10px;
}
.quick-view {
    position: absolute;
    left: -100px;
    top: 20px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    background-color: #1dc8cd;
    text-transform: uppercase;
    padding: 0 9px;
}
.product-info {
    padding: 0 10px 20px 10px;
}
.product-item {
    box-shadow: 0 0 0 1px #eaeaea;
    -webkit-box-shadow: 0 0 0 1px #eaeaea;
    -moz-box-shadow: 0 0 0 1px #eaeaea;
    background-color: #fff;
    /*border: 1px solid #e6e6e6;*/    
    cursor:pointer;
    height:250px;
    max-height:270px;
}
    .product-item:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    /*===================================Header Slider==================*/
.delay-1 {
    animation-delay: .75s;
}

.delay-2 {
    animation-delay: 1.5s;
}

.delay-3 {
    animation-delay: 2s;
}

.delay-4 {
    animation-delay: 2.5s;
}
.Title1, .Title2, .Title3 {
    font-family: Yekan, Helvetica, Arial, sans-serif;    
    position: relative;
    letter-spacing: 0px;
    text-align: right;
    direction: rtl;
    display:inline-block;
}
.Title2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    color: rgb(104, 104, 104);
    direction:ltr;
}
.Title1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    left: -2px;
    color: rgb(34, 34, 34);
    margin: -18px 0 1px 0;
    top: 8px;
    padding: 10px 0;
}
.Title3 {
    direction:ltr;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    color: rgb(104, 104, 104);
    padding-top:10px;
}
.banner-area2 {
    background-color: #e8fbff;
    padding:120px 0;
}

.lSSlideOuter img{margin:0 auto;max-width:250px;text-align:center;}

/***************************************************************************************/
section.bk-blue-light{height:auto;padding:50px 25px;}
.bk-blue-light {
    background-color: #f5f8fb;
    padding: 50px 0;
}
.prod-list-light{
    background-color:#fff;
    border-radius:8px;
    padding:20px;
    width:100%;
    height:400px;
    max-height:400px;
    display:block;
    margin-bottom:50px;
}
    .prod-list-light h4 {
        color: #405060;
        font-size: 1.472em;
        font-family: 'yekan',tahoma;
        float: right;
        text-align: right;
        padding: 10px;
        margin:20px 30px;
        position: relative;
        display:inline-block;
        border-right: 3px solid #f33c3c;
    }
    .prod-list-light .product-item {
        border: 1px solid #f5f8fb;
    }
        /*.prod-list-light .product-item .product-thumb a.prod-list-photo {
            margin-right: 40px;
            height: 200px;
        }*/


.prod-list-carosel.owl-carousel .owl-item, .owl-5.owl-carousel .owl-item {
    height: 290px;
    max-height: 290px;
}
/*.prod-list-carosel a.prod-list-photo {
    margin-right: 25%;
    height: 210px;
}*/
.Carousel-custom .product-item{height:290px;max-height:290px}
.Carousel-custom .product-inner{width:100%;height:auto;display:block;position:relative;}
.Carousel-custom .product-thumb {margin: 0 auto;max-width:230px;}
.Carousel-custom .product-item .product-thumb a.prod-list-photo {height:245px}
.Carousel-custom .product-info {padding: 0;text-align:center;}
.Carousel-custom.owl-carousel .owl-item img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-height: 230px;
    max-width: 240px;
}
.bk-darkblue-cat .product-name {
    text-align: center;
}
.bk-darkblue-cat a.prod-list-photo {margin-right:20px !important;
}
.bk-darkblue-cat .owl-carousel.nav-style2 .owl-nav .owl-next, .bk-darkblue-cat .owl-carousel.nav-style2 .owl-nav .owl-prev {
    color: #FFF
}
/*.bk-darkblue-cat .prod-list-photo{margin-right:0 !important}*/
.bk-darkblue-cat .product-info {
    margin-top: 20px
}
.bk-darkblue-cat .owl-nav {color:#fff !important}
.bk-darkblue-cat .product-item {
    border: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.bk-darkblue-cat, .bk-darkblue-cat .product-item, .bk-darkblue-cat h4 {
    background-color: #506f84 !important;
    color: #fff;
}
.bk-darkpink-cat {
    border-radius: 8px;
    background-color: #9b4f6a !important;
    background: -moz-linear-gradient(-45deg, #9b4f6a 0%, #8c4468 100%) !important;
    background: -webkit-linear-gradient(-45deg, #9b4f6a 0%,#8c4468 100%) !important;
    background: linear-gradient(135deg, #9b4f6a 0%,#8c4468 100%) !important;
}

.sao-post .sao-element {
    top: -37px;
    right: 253px;
    width: 763px;
    height: 399px;
    display: inline-block;
}
.sao-post .sao-title {
    top: 80px;
    right: 27px;
    width: 438px;
    height: 40px;
    display: inline-block;
    text-align: right;
    font-size: 28px;
    font-family: 'yekan',tahoma;
}

/************************************************************************************************/
.widget-banner3 {
    height: 286px;
    overflow:hidden;
}
.p-static {
    position: static !important;
    box-sizing: border-box;
    margin-top:60px;
}
.widget-banner3 .banner-image img {
    max-height: 250px;
}
.widget-banner3 .banner-content {
    font-size: 30px;
    color: #252525;
    line-height: 1.2;
    padding-top:30px;
}
.marg50{margin:50px 0;direction:rtl}
.updow:hover img{
    -webkit-animation: updow 0.8s ease-in-out 0s infinite;
    animation: updow 0.8s ease-in-out 0s infinite;
}

@-webkit-keyframes updow {
    50% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    0%, 100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes updow {
    50% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    0%, 100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
/*.ban-item{margin:0px 25px 0px 0px;}*/
#prods h2 {font-size:18px}
#prods .card .side:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
a:hover, a:focus {
    color: #5c909e;
}
.section-prod-info {
    direction: rtl;
    width: 100%;
    padding: 50px 0;
    display: block;
    position: relative;
    margin: 30px 0;
    border-radius: 15px;
    direction: rtl;
    height: auto;
}

    .section-prod-info p {
        font-size: 16px;
        line-height: 32px;
        font-weight: normal;
        color: #555;
    }

    .section-prod-info h2 {
        padding: 0 !important;
        margin: 0 0 20px 0;
        color: #302c42;
    }

.section-Slipper-Title1.blue {
    background-color: #00a8dc;
}

.section-Slipper-Title1.dark {
    background-color: #302c42;
}

.section-Slipper-Title1 {
    text-align: right;
    padding: 20px 30px;
    color: #fff;
}

    .section-Slipper-Title1 p {
        width: 100%;
        text-align: justify;
        direction: rtl;
        float: right;
        display: inline-block;
    }

    .section-Slipper-Title1 h2.gold {
        color: #ffb005;
    }

    .section-Slipper-Title1 h2.white {
        color: #fff;
    }

    .section-Slipper-Title1 h2 {
        display: inline-block;
        width: 98%;
        float: right;
        padding-bottom: 15px;
    }

.paralax {
    position: relative;
    height: 350px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.paralax__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
    color: white;
    z-index: 2;
}
.paralax__inner p{
    font-size:14px;
    direction:rtl;
}
.paralax-section1 {
    position: relative;
    background-attachment: fixed;
    height: 350px;
    background-size: cover;
}

.paralax__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5c5c5c;
    opacity: 0.25;
}

.woman-bak1 {
    background-position: center center;
    background-image: url("../img/slippers/bk_woman.jpg");
}

.def-bak1 {
    background-position: center bottom;
    background-image: url("../img/slippers/banner_sliper1.jpg");
}

.mega-title {
    font-size: 55px;
}

.mar-left-10 {
    margin-left: 10px
}