@font-face{font-family: YekanBakh;font-style: normal;font-weight: 800;src: url("../fonts/IRANYekanBold.woff") format("woff");font-display: swap;}
@font-face{font-family: YekanBakh;font-style: normal;font-weight: 600;src: url("../fonts/IRANYekanRegular.woff") format("woff");font-display: swap;}
@font-face{font-family: Audiowide;font-style: normal;font-weight: 800;src: url("../fonts/Audiowide-Regular.woff2") format("woff2");font-display: swap;}
html{scroll-behavior: smooth;}*{margin: 0;padding: 0;box-sizing: border-box;border: none;outline: none;font-family: YekanBakh;}ol,ul,li{list-style: none;}a{text-decoration: none;}.maxrow{max-width: 1600px;margin: 0 auto;}.center{display: flex;justify-content: center;align-items: center;}.mycontainer{padding: 35px 100px;}

/* --------------------SideBar-------------------- */

.slider-page{background-color: #00000055;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;display: none;}
.sidebar{width: 240px;height: 100%;position: fixed;background-color: #FFF;display: flex;flex-direction: column;align-items: center;justify-content: space-between;overflow-y: auto;border-radius: 10px 0 0 10px;right: -100%;top: 0;z-index: 1000;transition: all .5s;}
.sidebar::-webkit-scrollbar{display: none;}
.sidebar-header{width: 100%;direction: rtl;}
.sidebar-logo{width: 100%;height: 80px;border-bottom: 1px solid #ccc;display: flex;align-items: center;padding: 0 15px;background: #FF2E5D;background: -moz-linear-gradient(-45deg, #FF2E5D 0%, #F9403B 100%);background: -webkit-linear-gradient(-45deg, #FF2E5D 0%, #F9403B 100%);background: linear-gradient(135deg, #a283e1 0%, #d3c9f4 100%);}
.sidebar-logo img{height: 70px;}
.t-ab-r-text{display: flex;flex-direction: column;justify-content: space-between;height: 40px;margin-right: 15px;}
.t-ab-r-text h1{font-size: 13px;color: #FFF;font-weight: 800;}
.t-ab-r-text h2{font-size: 10px;color: #fcfcfc;}
.sidebar-menu{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 10px 0;}
.sidebar-menu-h3{font-size: 13px;color: #555;width: 100%;padding: 0 15px;font-weight: 800;margin-bottom: 10px;-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;}
.sidebar-menu-item{width: 100%;height: 40px;display: flex;align-items: center;overflow: hidden;transition: 0.3s;padding: 0 15px;color: #666;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;position: relative;-webkit-tap-highlight-color: transparent;}
.sidebar-menu-item-ico{display: flex;flex-direction: row-reverse;height: 40px;align-items: center;}
.sidebar-menu-item-ico > img{height: 80%;margin-left: 10px;}
.sidebar-menu-item-ico > p{font-size: 12px;font-weight: 800;}
.sidebar-menu-item::after{content: url("../images/svg/chevrondown-black.svg");position: absolute;left: 5px;top: 9px;transition: 0.3s;}
.sidebar-menu-item.active::after{color: #FB2314;transform: rotate(180deg)translate(-2px,10px) !important;}
.sidebar-menu-item.active{color: #79172c;}
.data-lists-div{width: 100%;display: none;flex-direction: column;}
.pink-bg{background-color: #f93bd911;}
.pink-bg > .sidebar-data-sub{color: #79172c;}
.blue-bg{background-color: #5e3bf911;}
.blue-bg > .sidebar-data-sub{color: #172679;}
.red-bg{background-color: #F9403B11;}
.red-bg > .sidebar-data-sub{color: #791717;}
.yellow-bg{background-color: #f9f63b50;}
.yellow-bg > .sidebar-data-sub{color: #525310;}
.green-bg{background-color: #97ffc650;}
.green-bg > .sidebar-data-sub{color: #10532e;}
.purple-bg{background-color: #f98afb50;}
.purple-bg > .sidebar-data-sub{color: #531051;}
.sidebar-data-sub{width: 100%;height: 35px;display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;padding: 0 15px;padding-right: 40px;font-weight: 800;transition: 0.3s;font-size: 11px;position: relative;}
.sidebar-data-sub::before{content: url("../images/svg/angle-left.svg");position: absolute;top: 9px;right: 15px;}
.sidebar-menu-footer{width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 10px 0;border-top: 1px solid #ccc;margin-top: 10px;direction: rtl;}
.sidebar-menu-footer > a{width: 100%;height: 40px;display: flex;align-items: center;padding: 0 15px;font-size: 12px;font-weight: 800;color: #555;cursor: pointer;}

/* --------------------Header-------------------- */

header{position: fixed;width: 100%;background-color: #F3F7F8;display: flex;flex-direction: column;top: 0;left: 0;z-index: 190;-webkit-box-shadow: 0 5px 20px -5px #00000022; box-shadow: 0 5px 20px -5px #00000022;}
.top-about{width: 100%;background-color: #FFF;border-bottom: 1px solid #efefef;}
.t-ab{width: 100%;height: 60px;display: flex;align-items: center;justify-content: space-between;direction: rtl;padding: 0 25px;}
.t-ab-right{display: flex;height: 60px;align-items: center;}
.t-ab-right > a{height: 40px;display: flex;align-items: center;}
.t-ab-right > a > h1{font-family: 'Audiowide', cursive;color: #777;font-size: 25px;transition: 0.3s;}
.t-ab-right > a > h1::first-letter{color: #a283e1;}
.t-ab-right > a:hover > h1{color: #a283e1;}
.search-form{position: relative;width: 500px;height: 40px;margin-right: 25px;}
.search-in{width: 100%;height: 100%;background-color: #F0F0F1;border-radius: 5px;padding: 0 40px 0 15px;transition: 0.3s;}
.search-in::placeholder {color: #A1A3A8;font-weight: 600;font-size: 13px;}
.search-in:focus{background-color: #FbFbFb;border: 1px solid #ddd;}
.search-ico{width: 20px;height: 20px;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
.search-ico::before{content: url("../images/svg/Search.svg");}
.t-left-res{display: none;}
.t-left-res .profile-a {padding: 0 20px;}
.t-left-res .profile-a img{margin-left: 0;}
.t-left-res a:hover{background-color: #F2F4F6;}
.t-left-res > span{width: 1px;height: 25px;background-color: #ddd;margin: 0 10px;}
.t-ab-left{display: flex;height: 60px;align-items: center;}
.profile-a{direction: ltr;height: 40px;border-radius: 5px;transition: 0.3s;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;color: #666;font-weight: 600;font-size: 13px;padding: 0 10px;}
.profile-a img{width: 17px;height: 17px;margin-left: 10px;}
.buy-a{padding: 0 20px;height: 40px;border-radius: 5px;transition: 0.3s;display: flex;justify-content: center;align-items: center;border: 1px solid #ddd;position: relative;}
.buy-a img{width: 17px;height: 17px;}
.buy-span-numbers{position: absolute;height: 17px;top: 3px;right: 3px;z-index: 2;border-radius: 3px;background-color: #a283e1;color: #FFF;font-size: 13px;font-weight: 800;display: flex;justify-content: center;align-items: center;padding: 5px 5px;}
.buy-span-numbers > span{font-size: 13px;font-weight: 800;}
.t-ab-left a:hover{background-color: #F2F4F6;}
.t-ab-left > span{width: 1px;height: 25px;background-color: #ddd;margin: 0 10px;}
.faqs{direction: ltr;height: 100%;border-radius: 5px;transition: 0.3s;display: flex;justify-content: center;align-items: center;color: #666;font-weight: 800;font-size: 13px;}
.faqs img{width: 18px;height: 18px;margin-left: 10px;}
.burger{display: none;justify-content: center;align-items: center;width: 40px;height: 40px;cursor: pointer;background-color: #F0F0F1;border-radius: 5px;transition: 0.3s;-webkit-tap-highlight-color: transparent;}
.menu-nav{position: relative;width: 100%;height: 50px;z-index: 4;background-color: #FFF;}
.navbarnav{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;max-width: 1600px;padding: 0 25px;}
.navbaritems{display: flex;flex-direction: row-reverse;justify-content: center;align-items: center;}
.navbaritems-a{color: #666;margin-left: 25px;height: 50px;font-weight: 800;display: flex;justify-content: center;align-items: center;font-size: 13px;position: relative;}
.navbaritems-a,.navbaritems-a:after,.navbaritems-a:before,.icon-header{transition: all .5s;}
.navbaritems-a:after{position: absolute;width: 0%;height: 3px;bottom: 0;left: 0;right: 0;margin: auto;content: '.';color: transparent;background: #a283e1;border-radius: 3px 3px 0 0;}
.navbaritems-a:hover:after{width: 100%;}
.navbaritems-a:hover{color: #444;}
.navbaritems-left{height: 50px;display: flex;align-items: center;color: #444;font-weight: 800;font-size: 13px;}
.navbaritems-a.active:after{width: 100%;}
.navbaritems-a.active{color: #444;}
.header-categories > .navbaritems-a{position: relative;padding-right: 20px;}
.header-categories > .navbaritems-a::before{content: url("../images/svg/grid.svg");position: absolute;right: 0;top: 16px;}
.header-categories:hover > .navbaritems-a:after{width: 100%;}
.header-categories:hover > .navbaritems-a{color: #444;}
.header-categories{position: relative;height: 100%;}
.header-categories:hover > .onhover-categories{visibility: visible;opacity: 1;}
.onhover-categories{transition: 0.1s;position: fixed;top: 111px;left: 50%;z-index: 180;transform: translateX(-50%);width: calc(100% - 50px);padding-bottom: 10px;background-color: #FFF;opacity: 0;visibility: hidden;display: flex;direction: rtl;border-radius: 0 0 10px 10px;overflow: hidden;box-shadow: 0 10px 15px 5px #00000011;border: 1px solid #aaa;border-top: none;}
.first-element{width: 20%;border-left: 1px solid #f0f0f0;}
.first-element-sub:first-child{width: 100%;height: 50px;display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;border-bottom: 1px solid transparent;border-top: 1px solid transparent;padding: 0 15px;background-color: #FFF;font-size: 13px;color: #888;font-weight: 800;transition: 0.3s;}
.first-element-sub:first-child > img{width: 35px;height: 35px;margin-left: 10px;}
.first-element:hover > .first-element-sub:first-child{background-color: #f9f9f9;color: #381d52;border-color: #f0f0f0;}
.first-element-sub:not(:first-child){width: 100%;height: 30px;display: flex;justify-content: flex-end;align-items: center;flex-direction: row-reverse;border-bottom: 1px solid transparent;border-top: 1px solid transparent;padding: 0 15px;background-color: #FFF;padding-right: 40px;color: #aaa;font-weight: 800;transition: 0.3s;font-size: 12px;position: relative;}
.first-element-sub:not(:first-child)::before{content: url("../images/svg/angle-left.svg");position: absolute;top: 7px;right: 15px;}
.first-element-sub:not(:first-child):hover{color: #381d52;padding-right: 50px;background: linear-gradient(135deg, #a283e1 0%, #d3c9f4 100%);}

/* --------------------Main-------------------- */

main{background-color: #FAFAFA;width: 100%;padding-top: 110px;}
.other-container{padding: 10px 25px 25px 25px;}
.stepper-div{width: 100%;display: flex;align-items: flex-start;justify-content: space-between;direction: rtl;}
.stepper-div > p{min-width: 50px;font-size: 12px;font-weight: 800;color: #999;user-select: none;display: flex;justify-content: flex-end;align-items: center;margin-right: 20px;}
.stepper-div > p > span{margin-left: 5px;}
.stepper{overflow: hidden;direction: rtl;display: flex;align-items: center;flex-wrap: wrap;}
.stepper-p{font-size: 12px;font-weight: 800;color: #999;user-select: none;margin-left: 10px;}
.stepper li{font-size: 12px;font-weight: 800;color: #999;}
.stepper a{font-size: 12px;font-weight: 800;color: #727272;}
.stepper > li:not(:last-child,:first-child)::after{content: url("../images/svg/angle-left.svg");top: 5px;position: relative;padding: 0 5px;}
.search-first-row{width: 100%;display: grid;grid-template-columns: 350px 1fr;grid-gap: 25px;margin-top: 10px;direction: rtl;}
.productlist{width: 100%;direction: rtl;display: flex;flex-direction: column;}
.sp-sort{width: 100%;min-height: 80px;display: flex;align-items: center;padding: 15px;flex-wrap: wrap;background-color: #F5F5F5;border-radius: 15px;margin-bottom: 15px;}
.sp-sort > h3{font-size: 13px;font-weight: 800;color: #676767;position: relative;padding-right: 25px;}
.sp-sort > h3::before{position: absolute;right: 0;top: 2px;width: 20px;height: 20px;content: url("../images/svg/ordered.svg");}
.sp-sort > button{height: 35px;padding: 0 10px;font-size: 13px;font-weight: 600;color: #666;display: flex;justify-content: center;align-items: center;border-radius: 5px;transition: 0.3s;margin: 5px;cursor: pointer;background-color: #EFEFEF;}
.sp-sort > button:hover{background-color: #9b77ff22;color: #6200ee;}
.sp-sort > button.active{background-color: #905dbc;color: #fff;}
.sp-main{width: 100%;display: grid;grid-template-columns: repeat(5,1fr);grid-gap: 10px;}
.search-plm-product{height: 350px;width: 100%;padding: 20px 10px 10px 10px;display: flex;flex-direction: column;align-items: center;cursor: pointer;background-color: #FFF;border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;justify-content: space-between;}
.sp-main > .item{height: 360px;width: 100%;background-color: #FFF;border-radius: 10px;overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;padding: 10px;transition: 0.3s;border: 1px solid #f5f5f5;}
.sp-main > .item:hover{box-shadow: 0 0 15px 4px #00000009;}
.item-img-txt{width: 100%;}
.item-img-txt > img{width: 100%;height: auto;border-radius: 5px;}
.item-img-txt > h2{width: 100%;font-size: 12px;color: #555;font-weight: 600;}
.item-price-div{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.item-del-price{display: flex;flex-direction: column;align-items: flex-end;}
.item-del-price > del{font-size: 13px;font-weight: 600;color: #767676;}
.item-price{display: flex;align-items: center;}
.item-price > p{font-size: 16px;font-weight: 800;color: #222;}
.item-price > span{font-size: 12px;font-weight: 600;color: #333;margin-right: 5px;}
.item-discount{height: 25px;border-radius: 25px;background-color: #FB344933;color: #bb2836;font-size: 13px;font-weight: 800;display: flex;justify-content: center;align-items: center;padding: 0 12px;position: relative;}
/*.sp-pagination{width: 100%;min-height: 80px;display: flex;align-items: center;padding: 15px;justify-content: space-between;margin-top: 15px;background-color: #f5f5f5;border-radius: 15px;}
.search-plf-previos,.search-plf-next{height: 100%;display: flex;justify-content: center;align-items: center;}
.search-plf-previos a,.search-plf-next a{font-size: 13px;color: #777;font-weight: 600;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.search-plf-previos a::before{position: relative;right: 0;top: 5px;content: url('../images/svg/eva-chevron-right-fill.svg');}
.search-plf-next a::after{position: relative;left: 0;top: 5px;content: url('../images/svg/eva-chevron-left-fill.svg');}
.search-plf-main{height: 100%;display: flex;align-items: center;}
.search-plf-main p{height: 100%;display: flex;align-items: center;color: #777;font-size: 13px;margin: 0 5px;}
.search-plf-main a{width: 30px;height: 30px;font-size: 13px;font-weight: 600;color: #777;display: flex;justify-content: center;align-items: center;border-radius: 5px;transition: 0.3s;margin: 0 5px;background-color: #EFEFEF;}
.search-plf-main a:hover{background-color: #9b77ff22;color: #6200ee;}
.search-plf-main a.active{background-color: #565fdd;color: #fff;}
.search-plf-next a::after {
  position: relative;
  left: 0;
  top: 5px;
  content: url(../images/svg/eva-chevron-left-fill.svg);
}*/
.sp-pagination nav ul{width: 100%;min-height: 80px;display: flex;align-items: center;padding: 15px;justify-content: center;margin-top: 15px;background-color: #f5f5f5;border-radius: 15px;}
.page-item{/*width: 30px;height: 30px;*/font-size: 13px;font-weight: 600;color: #777;display: flex;justify-content: center;align-items: center;border-radius: 5px;transition: 0.3s;margin: 0 5px;background-color: #EFEFEF;}
.sp-pagination nav ul li .page-link{font-size: 13px;color: #777;font-weight: 600;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;padding: 4px 10px;}
.sp-pagination nav ul li .page-link:hover{color: #6200ee;}
.sp-pagination nav ul li:first-child{/*height: 100%;width:90px;*/display: flex;justify-content: center;align-items: center;}
.sp-pagination nav ul li:first-child .page-link::after{/*position: relative;right: 0;top: 5px;*/content: 'صفحه قبل';padding: 0 10px 0 0;margin-bottom: 1px;}
.sp-pagination nav ul li:first-child .page-link{font-size: 13px;color: #777;font-weight: 600;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.sp-pagination nav ul li:last-child{/*height: 100%;width: 90px;*/display: flex;justify-content: center;align-items: center;}
.sp-pagination nav ul li:last-child .page-link{font-size: 13px;color: #777;font-weight: 600;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.sp-pagination nav ul li:last-child .page-link::before{/*position: relative;right: 0;top: 5px;*/content: 'صفحه بعد';padding-left:10px;margin-bottom: 1px;}
.page-item:hover{background-color: #9b77ff22;color: #6200ee;}
.page-item.active{background-color: #565fdd;}
.page-item.active .page-link{color: #fff;}
.filterlist{width: 100%;display: flex;align-items: center;flex-direction: column;}
.sf-list-of-filters{width: 100%;border-radius: 10px;display: flex;align-items: center;flex-direction: column;margin-bottom: 15px;background-color: #FFF;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162109;padding: 0 15px;direction: rtl;}
.sf-list-of-filters > h2{width: 100%;height: 50px;display: flex;align-items: center;font-size: 13px;color: #676767;font-weight: 800;border-bottom: 1px solid #eee;}
.sf-lof-main{width: 100%;display: flex;align-items: flex-start;margin: 10px 0;min-height: 50px;flex-wrap: wrap;}
.sf-lof-main > button{height: 30px;padding: 0 25px 0 5px;border-radius: 4px;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;margin: 0 0 5px 5px;font-size: 12px;font-weight: 600;color: #777;position: relative;transition: 0.3s;background-color: #FFF;cursor: pointer;}
.sf-lof-main > button::before{position: absolute;right: 2px;top: 6px;content: url('../images/svg/uil-times.svg');}
.sf-lof-main > button:hover{background-color: #f5f5f5;}
.sf-search-in-results{width: 100%;border-radius: 10px;display: flex;align-items: center;flex-direction: column;margin-bottom: 15px;background-color: #FFF;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162109;padding: 0 15px;direction: rtl;}
.sf-search-in-results > h2{width: 100%;height: 50px;display: flex;align-items: center;font-size: 13px;color: #676767;font-weight: 800;border-bottom: 1px solid #eee;}
.sf-search-in-results > form{width: 100%;display: flex;align-items: center;background-color: #F5F5F5;border-radius: 10px;margin: 10px 0;}
.sf-search-in-results > form > input{width: 100%;height: 40px;background-color: #F5F5F5;border-radius: 5px;display: flex;align-items: center;padding: 0 15px;font-size: 13px;font-weight: 600;color: #888;}
.sf-search-in-results > form > input::placeholder{color: #999;font-weight: 600;font-family: YekanBakh !important;opacity: 1;}
.sf-select-just-have{width: 100%;border-radius: 10px;display: flex;align-items: center;flex-direction: column;margin-bottom: 15px;background-color: #FFF;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162109;padding: 0 15px;direction: rtl;}
.sf-select-just-have > form{width: 100%;height: 50px;display: flex;align-items: center;}
.cb-container{width: 100%;display: flex;position: relative;cursor: pointer;font-size: 13px;font-weight: 800;color: #676767;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.cb-container input{position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark{position: absolute;top: 0;left: 0;height: 25px;width: 25px;background-color: #F5F5F5;border-radius: 5px;transition: 0.2s;}
.cb-container:hover input ~ .checkmark{background-color: #e1eaf8;}
.cb-container input:checked ~ .checkmark{background-color: #565fdd;box-shadow: 0 0 0 3px #565fdd33;}
.checkmark:after{content: "";position: absolute;display: none;}
.cb-container input:checked ~ .checkmark:after{display: block;}
.cb-container .checkmark:after{left: 9px;top: 5px;width: 5px;height: 10px;border: solid #FFF;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.sf-by-price{width: 100%;border-radius: 10px;display: flex;align-items: center;flex-direction: column;background-color: #FFF;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162109;padding: 0 15px;direction: rtl;}
.sf-by-price > h2{width: 100%;height: 50px;display: flex;align-items: center;font-size: 13px;color: #676767;font-weight: 800;border-bottom: 1px solid #eee;}
.sf-by-price > form{width: 100%;display: flex;align-items: center;margin-bottom: 10px;min-height: 200px;flex-direction: column;}
.middle {direction: ltr;position: relative;width: 100%;margin: 35px 0;}
.slider {position: relative;z-index: 1;height: 5px;margin: 0 15px;}
.slider > .track {position: absolute;z-index: 1;left: 0;right: 0;top: 0;bottom: 0;border-radius: 5px;background-color: #bcbfdb;}
.slider > .range {position: absolute;z-index: 2;left: 25%;right: 25%;top: 0;bottom: 0;border-radius: 5px;background-color: #565fdd;}
.slider > .thumb {position: absolute;z-index: 3;width: 15px;height: 15px;background-color: #565fdd;border-radius: 50%;box-shadow: 0 0 0 0 #565fdd22;transition: box-shadow .3s ease-in-out;}
.slider > .thumb.left {left: 25%;transform: translate(-15px, -5px);}
.slider > .thumb.right {right: 25%;transform: translate(15px, -5px);}
.slider > .thumb.hover {box-shadow: 0 0 0 10px #565fdd22;}
.slider > .thumb.active {box-shadow: 0 0 0 15px #565fdd33;}
input[type=range] {position: absolute;pointer-events: none;-webkit-appearance: none;z-index: 2;height: 5px;width: 100%;opacity: 0;}
input[type=range]::-webkit-slider-thumb {pointer-events: all;width: 20px;height: 20px;border-radius: 0;border: 0 none;background-color: red;-webkit-appearance: none;}
.sf-bp-prices{width: 100%;display: flex;align-items: center;}
.sf-bp-prices > div{width: 50%;display: flex;align-items: center;flex-direction: column;}
.div-border{border-left: 1px solid #ddd;}
.search-fbpmp-p-fit{font-size: 13px;font-weight: 800;color: #999;user-select: none;margin: 5px 0;}
.search-fbpmp-p-change{border-bottom: 1px dashed #999;font-size: 14px;font-weight: 800;color: #666;}
.multi-range-slider-submit{width: 100%;height: 40px;border: 1px solid #565fdd;color: #565fdd;font-size: 13px;font-weight: 800;margin-top: 35px;border-radius: 5px;cursor: pointer;position: relative;background-color: #F0F0F0;transition: 0.3s;}
.multi-range-slider-submit::before{position: absolute;content: url('../images/svg/carbon-filter.svg');right: 15px;top: 60%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.multi-range-slider-submit:hover{background-color: #E8E8E8;}
.backinaside{display: none;}
.main-aside-page{background-color: #00000055;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1999;display: none;}
.sp-sort-res{width: 100%;display: none;grid-template-columns: repeat(2,1fr);grid-gap: 15px;margin-bottom: 15px;}
.asideshow-btn{width: 100%;height: 50px;display: flex;align-items: center;justify-content: center;background-color: #F5F5F5;border-radius: 10px;cursor: pointer;-webkit-tap-highlight-color: transparent;position: relative;font-size: 13px;color: #666;}
.asideshow-btn::before{position: absolute;content: url("../images/svg/filters.svg");right: 15px;top: 16px;}
select::-ms-expand{display: none;}
.selectdiv{position: relative;width: 100%;height: 50px;}
.selectdiv::before{position: absolute;content: url("../images/svg/ordered.svg");right: 15px;top: 16px;}
.selectdiv::after{position: absolute;content: url("../images/svg/chevrondown-black.svg");left: 15px;top: 13px;}
.selectdiv select{direction: rtl;width: 100%;height: 100%;padding-right: 50px;font-size: 13px;color: #666;background-color: #f5f5f5;border-radius: 10px;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;}
#not-exist{margin: 15px 0;}
.category-description{width: 100%;background-color: #FFF;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162109;overflow: hidden;border-radius: 10px;direction: rtl;padding: 25px;margin-top: 25px;}
.category-description h2{font-size: 17px;margin-bottom: 10px;}
.category-description h3{font-size: 15px;margin-bottom: 10px;}
.category-description p{color: #777;font-size: 15px;font-weight: 800;line-height: 32px;text-align: justify;padding-left: 15px;margin-bottom: 5px;}
.category-description ul{margin-right: 25px;margin-bottom: 15px;}
.category-description ul li{list-style-type: disc;color: #777;font-size: 15px;font-weight: 600;}
.category-description a{color: #06c;}
/* --------------------Footer-------------------- */

footer{width: 100%;}
.footer-background-one{width: 100%;background-color: #ECEFF1;border-top: 1px solid #dbdbdb;}
.feauther-innerbox{width: 100%;display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 25px;}
.div-innerbox{width: 100%;height: 80px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.div-innerbox > img{width: 50px;height: 50px;}
.div-innerbox > p{color: #555;font-weight: 800;font-size: 13px;}
.footer-menus{direction: rtl;width: 100%;border-top: 1px solid #dbdbdb;margin-top: 25px;display: flex;justify-content: space-between;align-items: flex-start;}
.footer-menu{width: auto;}
.footer-menu > p{padding: 25px 0 15px 0;color: #565e78;font-size: 16px;font-weight: 800;}
.footer-menu > ul{width: 100%;display: flex;flex-direction: column;}
.footer-menu > ul > li{display: flex;align-items: center;position: relative;}
.footer-menu > ul > li > a{color: #666;font-weight: 600;transition: 0.3s;font-size: 13px;margin-right: 20px;}
.footer-menu > ul > li::before{content: "";background-color: #a283e1;width: 7px;height: 4px;border-radius: 1px;position: absolute;right: 0px;top: 45%;}
.footer-menu > ul > li > a:hover{color: #555;transform: translateX(-5px);}
.footer-call-informations{direction: rtl;width: 100%;border-top: 1px solid #dbdbdb;margin-top: 25px;display: flex;justify-content: center;align-items: center;}
.footer-call-informations-head{padding: 25px 0 15px 0;color: #565e78;font-size: 16px;text-align: center;font-weight: 800;}
.footer-socialmedia{display: flex;align-items: center;justify-content: center;margin-top: 15px;}
.footer-socialmedia-div{width: 150px;height: 50px;border-radius: 5px;background-color: #F9F9F9;display: flex;justify-content: space-between;align-items: center;box-shadow: 0 0 15px 5px #23425E22;padding: 0 10px;margin: 0 15px;transition: 0.3s;}
.footer-socialmedia-div:hover{transform: translateY(-5px) scale(1.02);}
.footer-socialmedia-div img{width: 30px;height: 30px;}
.footer-socialmedia-innerdiv{height: 100%;display: flex;flex-direction: column;justify-content: center;padding-left: 5px;}
.footer-socialmedia-innerdiv p{font-size: 12px;font-weight: 800;color: #565e78;transition: 0.3s;}
.footer-socialmedia-div:hover > .redtext p{color: #EF394E;}
.footer-socialmedia-div:hover > .bluetext p{color: #19BFD3;}
.footcontainer{background-color: #D7DEE0;width: 100%;}
.footer-end-nemad{display: flex;align-items: flex-start;justify-content: space-between;width: 100%;direction: rtl;}
.footer-about{display: flex;flex-direction: column;width: 50%;}
.footer-about-head{padding: 0 0 15px 15px;color: #565e78;font-size: 16px;font-weight: 800;}
.footer-about-p{color: #555;font-size: 13px;font-weight: 200;text-align: justify;}
.footer-about a{color: #444;font-size: 13px;font-weight: 600;transition: 0.3s;}
.footer-about a:hover{color: #a283e1;}
.footer-nemads{display: flex;align-items: center;justify-content: center;flex-direction: row-reverse;flex-wrap: wrap;}
.footer-enemad{width: 140px;height: 140px;border-radius: 5px;background-color: #f0f0f0;border: 1px solid #e5e5ea;display: flex;justify-content: center;align-items: center;overflow: hidden;margin: 5px 5px 0 0;}
.footer-enemad img{width: 130px;height: 130px;}
.footer-end-p{direction: rtl;display: flex;justify-content: center;align-items: center;border-top: 1px solid #bbb;margin: 0 100px;padding: 15px 0;}
.footer-end-p p{color: #555;font-size: 13px;font-weight: 600;text-align: center;}
.footer-end-p a{color: #555;font-size: 13px;font-weight: 800;margin: 0 2px;transition: 0.3s;}
.footer-end-p a:hover{color: #a283e1;}

/* --------------------MediaQuery-------------------- */

@media screen and (max-width: 1380px)
{
  .sp-main{grid-template-columns: repeat(4,1fr);}
}
@media screen and (max-width: 1300px)
{
  .mycontainer{padding: 35px 50px;}
  .footer-end-p{margin: 0 50px;}
}
@media screen and (max-width: 1150px)
{
  .sp-main{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width: 992px)
{
  .mycontainer{padding: 25px;}
  nav{display: none;}
  .sp-pagination nav{display: flex;}
  .navbarlogo{justify-content: flex-start;}
  .burger{display: flex;}
  .t-ab-right{width: 100%;}
  .t-ab-left{display: none;}
  .search-form{width: 100%;}
  .t-left-res{display: flex;align-items: center;flex-direction: row-reverse;}
  .faqs{display: none;}
  .footer-end-p{margin: 0 25px;}
  /*Main*/
  .sp-main{grid-template-columns: repeat(4,1fr);}
  .search-first-row{grid-template-columns: 1fr;}
  .sp-sort-res{display: grid;}
  .sp-sort{display: none;}
  .filterlist::-webkit-scrollbar{display: none;}
  .filterlist{width: 300px;height: 100%;top: 0;left: -100%;z-index: 2000;position: fixed;background-color: #FAFAFA;transition: all .5s;overflow-y: auto;padding: 15px 10px;}
  .slider{margin: 0;}
}
@media screen and (max-width: 792px)
{
  .footer-menus{align-items: center;flex-direction: column;}
  .footer-menu{width: 170px;}
  .footer-menu > p{padding-bottom: 10px;padding-top: 25px;width: 100%;}
  .footer-call-informations{flex-direction: column;}
  .footer-call-informations-head{padding: 25px 0 0 0;}
  .footer-end-nemad{flex-direction: column;align-items: center;}
  .footer-about{width: 100%;}
  .footer-about-head{text-align: center;}
  .footer-nemads{margin-top: 25px;}
  .feauther-innerbox{grid-template-columns: repeat(2,1fr);grid-row-gap: 50px;}
  /*Main*/
  .sp-main{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width: 480px)
{
  .mycontainer{padding: 25px 10px;}
  .t-ab{padding: 0 10px;}
  .t-ab-r-a{padding: 0 10px;}
  .navbarnav{padding: 0 10px;}
  .search-form{margin-right: 0;}
  .t-ab-right > a{display: none;}
  .footer-end-p{margin: 0 20px;}
  /*Main*/
  .other-container{padding: 10px;}
  .sp-main{grid-template-columns: repeat(2,1fr);grid-gap: 5px;}
  .sp-main > .item{padding: 5px;}
    .category-description h2{font-size: 16px;}
    .category-description h3{font-size: 15px;}
    .category-description p{font-size: 14px;font-weight: 700;line-height: 27px;text-align: justify}
    .category-description ul li{font-size: 13px;text-align: justify;}
}
@media screen and (max-width: 370px)
{
  .sidebar{width: 220px;}
  .t-ab-r-a{border-left: none;}
  .t-ab-r-text{margin-right: 10px;}
  .t-ab-r-text h2{font-size: 7px;}
  .t-ab-left-login img{margin-left: 8px;}
  .feauther-innerbox{grid-column-gap: 10px;}
  .sp-main{grid-template-columns: repeat(1,1fr);}
  .item-img-txt{display: flex;flex-direction: column;align-items: center;}
  .item-img-txt > img{width: 50%;}
  .backinaside{display: flex;position: absolute;top: 0;width: 100%;height: 50px;margin-bottom: 15px;background-color: #FFF;box-shadow: 0 0 20px 5px #00000011;justify-content: center;align-items: center;font-size: 13px;color: #676767;font-weight: 800;}
  .backinaside::after{position: relative;content: url("../images/svg/eva-chevron-left-fill.svg");top: 4px;margin-right: 5px;}
  .filterlist{width: 100%;padding: 15px 10px;padding-top: 65px;}
  .sp-sort-res{grid-gap: 10px;margin-bottom: 10px;}
  .asideshow-btn::before{right: 10px;}
  .selectdiv::before{right: 10px;}
  .selectdiv::after{display: none;}
  .selectdiv select{padding-right: 45px;}
}
.hidden{display: none;}
.show{display: flex;}
.slide-show{right: 0;-webkit-box-shadow: -10px 0 30px 5px #00000033;box-shadow: -10px 0 30px 5px #00000033;}
.slide-show2{left: 0;-webkit-box-shadow: 10px 0 30px 5px #00000033;box-shadow: 10px 0 30px 5px #00000033;}
@media screen and (min-width: 992px){.slider-page{display: none;}.sidebar{display: none;}}
.scrollNone{overflow-y: hidden;}
