@font-face {
    font-family: irsans;
    src: url(./fonts/iranSans4Light.eot),
    url(./fonts/iranSans4Light.ttf);
}
html,body{
    background-color: #fcf8f7;
}
.row{
    margin: 0;
}
h1,h2,h3,h4,h5,h6,a,p,div{
    font-family: irsans !important;
    margin: 0;
    padding: 0;
}
header{
    background:linear-gradient(180deg,rgb(209, 68, 12),rgb(245, 86, 50));
}
.fs-small{
    font-size: 12px;
}
.search-box{
    background-color: white;
    width: 95%;
    box-sizing: border-box;
    border-radius: 5px;
}
.search-button{
    width: 75px;
    background:linear-gradient(180deg,rgb(209, 68, 12),rgb(245, 86, 50));
    color: white;
}
.search-input{
    width: 92%;
    border:none;
    direction: rtl;
    font-size: 15px;
}
.search-input:focus{
    outline:0 !important;
    box-shadow: none !important;
}
.basket-boxHeader{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border:2px solid white;
    border-bottom: 0;
    top:0px;
    left: 35px;
}
.basket-boxBody{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border:2px solid white;
    top:10px;
    left: 25px;
}
.basket-count{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border:2px solid white;
    background:linear-gradient(180deg,rgb(209, 68, 12),rgb(245, 86, 50));
    bottom:15px;
    left: 18px;
    color: white;
    text-align: center;
    line-height: 18px;
}
.menu li {
    flex-grow: 1;
    margin: 0 10px;
}
.menu li a{
    text-decoration: none;
    color: white;
    text-align: center;
}
.submenu{
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 55px;
    left: 10px;
    width: 600px;
    background-color: white;
}
.menu li:last-child .submenu{ 
    left: -372px !important;
}
.menu li:first-child .submenu{ 
    left: 12px;
}
.menu li:nth-last-child(-n+2) .submenu{ 
    left: -150px;
}
.menu,
.submenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu li:hover a{
    background-color: white;
    color: black;
}
.menu li:hover .submenu{
    opacity: 1;
    z-index: 1;
}
.splide__pagination{
    width: max-content;
    position: absolute !important;
    right: 10px !important;
    bottom:10px !important;
    left: unset !important;
}
.splide__arrow{
    display: none !important;
}
.icon i{
    color:salmon;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background-color: rgba(250, 128, 114, 0.258);
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.item-action:hover i{
    background-color: salmon;
    color: white;
}
.product{
    width: 18%;
    box-sizing: border-box;
    padding: 0 10px;
}
.product-body{
    box-sizing: border-box;
    width: 100%;
    height: 375px;
    float: left;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.191);
}
.product .image{
    height: 75%;
}
.product h2{
    font-size: 13px;
    color: rgb(136, 136, 136);
    direction: rtl;
    padding: 15px;
    box-sizing: border-box;
}
.product p{
    box-sizing: border-box;
    padding: 5px 15px;
}
.product ins{
    font-size: 18px;
    color: #000;
    direction: rtl;
    text-decoration: none;
}
.product del{
    font-size: 16px;
    color: rgb(136, 136, 136);
    direction: rtl;
}
.product .off-tag{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(216, 54, 36);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}
.product .new-product{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(186, 153, 150, 0.321);
    color: rgb(216, 54, 36);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}
.product .cart{
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 40px;
    height: 40px;
    border:1px solid rgb(216, 54, 36);
    background-color: rgba(216, 54, 36, 0.258);
    border-radius: 50px;
    color: rgb(216, 54, 36);
}

.slick-prev, .slick-next{
    z-index: 100;
    border-radius: 50px;
    top: 45% !important;
}
.slick-next{
    right: 40px !important;
}
.slick-prev{
    left: 10px !important;
}
.slick-prev:before, .slick-next:before{
    color: rgba(0, 0, 0, 0.374) !important;
    font-size: 50px !important;
}
.slick-dots{
    display: none !important;
}
.image-hover{
    overflow: hidden;
}
.image-hover img{
    transition: 1s;
}
.image-hover:hover img{
    transform: scale(1.3);
}
.btn-more{
    width: max-content;
    padding: 10px 18px;
    font-size: 15px;
    color: rgb(216, 54, 36);
    background-color: rgba(250, 128, 114, 0.258);
    border:2px solid rgb(216, 54, 36);
    border-radius: 5px;
    transition: 0.5s;
}
.btn-more:hover{
    background-color: rgb(216, 54, 36);
    color: white;
    border:2px solid rgb(216, 54, 36);
}
.titr-line{
    width: 50px;
    height: 2px;
    background-color: #adadad;
}
.titr-section{
    width: max-content;
    font-size: 15px;
    color: #303030;
}
.product-category,
.brand-category{
    width: 20%;
    box-sizing: border-box;
    border:1px solid #fcf8f7;
    box-shadow: 0 0 5px rgba(10, 10, 10, 0.163);
}
.product-category img{
    width: 100%;
}
.product-slider>.slick-prev, 
.product-slider>.slick-next,
.brand-slider>.slick-prev,
.brand-slider>.slick-next{
    display: none !important;
}
.product-slider>.slick-dots{
    display: block !important;
}
.product-slider .slick-dots li button::before{
    font-size: 15px;
    border:1px solid rgb(245, 86, 50);
    border-radius: 100%;
    color: rgb(245, 86, 50);
}
.product-slider .slick-dots li.slick-active button:before{
    color: rgb(245, 86, 50);
}
.brand-category{
    box-shadow: unset;
    box-sizing: border-box;
    padding: 40px 0;
    width: 15%;
}
.brand-category .box{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px double rgb(245, 86, 50);
    overflow: hidden;
}
.brand-category .box img{
    width: 100px;
}
footer{
    direction: rtl;
    background-color: grey !important;
    background-repeat: repeat-x;
    background-position: bottom;
}
footer .list{
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}
footer .list li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin: 10px 0;
}
footer .list li a i{
    display: inline-block;
    transform: translate(0);
    transition: 0.5s;
    margin-left: 10px;
}
footer .list li a:hover{
    color: rgb(245, 86, 50);
}
footer .list li a:hover i{
    transform: translate(-5px);
}
footer .social li a i{
    display: inline-block;
    transition: 0.5s;
    margin-left: 0;
    font-size: 20px;
}
footer .social li a:hover i{
    transform: translate(0);
}
/* comments */
.be-comment-block {
    margin-bottom: 50px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    padding: 50px 70px;
    border:1px solid #ffffff;
}

.comments-title {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin-right: 80px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-name {
    font-size: 13px;
    font-family: 'Conv_helveticaneuecyr-bold';
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

.form-group.fl_icon .icon {
    position: absolute;
    top: 1px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: #f6f6f7;
    color: #b5b8c2;
    text-align: center;
    line-height: 50px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-group .form-input {
    font-size: 13px;
    line-height: 50px;
    font-weight: 400;
    color: #b4b7c1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
}

.form-group.fl_icon .form-input {
    padding-left: 70px;
}

.form-group textarea.form-input {
    height: 150px;
}













