@font-face {
    font-family: fontV;
    /*url used to be url('css/fonts/Vazir-Light-FD-WOL-UI.eot');*/
    src: url('fonts/Vazir-Light-FD-WOL-UI.eot');
    src: url('fonts/Vazir-Light-FD-WOL-UI.eot?#iefix') format('embedded-opentype'),
        url('fonts/Vazir-Light-FD-WOL-UI.woff2') format('woff2'),
        url('fonts/Vazir-Light-FD-WOL-UI.woff') format('woff'),
        url('fonts/Vazir-Light-FD-WOL-UI.ttf') format('truetype');
}

/*@font-face {
	font-family: 'Yekan';
	src: url( 'fonts/Yekan.eot' );
	src: url( 'fonts/Yekan.eot?#iefix' ) format( 'embedded-opentype' ),
		url( 'fonts/Yekan.woff2' ) format( 'woff2' ),
		url( 'fonts/Yekan.woff' ) format( 'woff' ),
		url( 'fonts/Yekan.ttf' ) format( 'truetype' ),
		url( 'fonts/Yekan.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}*/

body {
    font-family: fontV, sans-serif;
    font-size: .94rem;
}

fieldset {
    background-color: white;
}

/*/////////////////////////////////////////////////////*/
/******swiper***************************************** */
html,
  body {
position: relative;
height: 100%;
  }

.form-control:focus {/*affects search field*/
    border-color:#c6e099 !important;
    box-shadow: 0 0 0 .25rem rgba(203, 212, 225, 0.25) !important;
}

.swiper {
width: 100%;
height: 100%;
}

.s-slide {
padding-right:1rem !important;
padding-left:0rem !important;
text-align: center;
/*font-size: 18px;*/
/*background: #fff;*/

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-wrapper {
overflow:scroll;
scrollbar-width:none;
-ms-overflow-style:none; /*IE and Edge*/}
.swiper-wrapper::-webkit-scrollbar {
display:none; /*Chrome, Safari and Opera*/}

/*.s-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}*/

.price {
font-size: .86rem !important;
}

.offprice {
/* font-size: 1.1rem !important; */
font-size: .9rem !important;
margin-bottom: 0rem !important;
color: gray !important;
}

.card {
/*width: 15rem;
min-height: 28rem;*/
width: 10rem;
max-width: 10rem;
/* height: 26rem; */
/* height: 19rem; */
height: 18.5rem;
max-height: 26rem;
border-top-left-radius: 15px;
border-top-right-radius: 15px;}

.card-products-page {
width: 15rem !important;
max-width: 15rem !important;
min-height: 28rem !important;
height: auto !important;
max-height: 35rem !important;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;}

.card-img-top {
border-top-left-radius: 15px;
border-top-right-radius: 15px;}

.card-title {
margin-bottom: 1rem;
font-size: 1rem;
max-height: 2.2rem;
min-height: 2.1rem;}

.product-name-slider, .itemname {
    line-height: 1.4rem !important;
    font-size: 0.87rem !important;}

small {
    line-height: 1.4rem;}
/*////////////////////////////////////////////////////7*/
@media screen and (min-width: 830px)
{
.s-slide {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
}
/*////////////////////////////////////////////////////7*/
@media screen and (min-width: 1108px)
{
.s-slide {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.scrollleft {
    display: none !important;
}
}
/*////////////////////////////////////////////////////7*/
@media screen and (max-width: 350px)
{
/*.navbar-toggler {
    padding: .25rem 0rem;}*/

#navbar-toggler {
    padding-left: .1rem;}

#cart {
    padding-right: .25rem;
    border-right: 1px solid #bfbfbf;}
}