@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;}/*#FB2314*/
.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: #FB3449;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-------------------- #dba672 f3e4d6*/

main{background-color: #F5F5F5;width: 100%;padding-top: 110px;}
.my-row{display: grid;grid-template-columns: repeat(3,1fr);grid-template-rows: repeat(2,215px);grid-template-areas: "box2 box1 box1""box3 box1 box1";grid-column-gap: 15px;grid-row-gap: 7px;}
.ban-image{width: 100%;height: 100%;overflow: hidden;border-radius: 10px;display: flex;align-items: center;justify-content: center;}
.ban-image > img{width: 100%;height: 100%;}
.bi-one{grid-area: box2;}
.bi-two{grid-area: box3;}
.banner-first-slider{width: 100%;height: 100%;border-radius: 10px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.banner-first-slider > img{width: 100%;height: 100%;}
.sc1{width: 100%;grid-area: box1;}
.sc1 .swiper-button-next,.sc1 .swiper-button-prev{--swiper-navigation-color:#fff;border-radius: 25px;width: 50px;height: 50px;transition: 0.3s;background-color: #FFFFFF22;box-shadow: 0 0 0 3px #FFFFFF11;}
.sc1 .swiper-button-next::after,.sc1 .swiper-button-prev::after{font-size: 20px !important;}
.sc1 .swiper-button-next:hover,.sc1 .swiper-button-prev:hover{background-color: #FFFFFF66;box-shadow: 0 0 0 9px #FFFFFF11;}
.sc1 .swiper-button-prev{left: 0 !important;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.sc1 .swiper-button-next{right: 0 !important;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.new-product{width: 100%;background-color: #a283e1;overflow: hidden;position: relative;}
.slider-info{display: flex;width: 100%;background-image: url("../images/svg/pattern.svg"),linear-gradient(135deg,#a283e1,#a283e1);border-bottom: 1px solid hsla(0,0%,100%,.5);transition: all .3s ease,background-color 0s;-webkit-transition: all .3s ease,background-color 0s;}
.slider-info > p{color: #381d52;font-size: 24px;font-weight: 800;width: 100%;text-align: center;}
.sc2{width: 100%;}
.slideshow{display: flex;position: relative;}
.slideshow::after{content: "";position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to left,#ffffff00,#ffffff22);transform: translateX(60%) skew(-20deg, 0deg);}
.slider-amazing-offers{width: 380px;height: 380px;background-color: #FFFFFF33;margin-left: 30px;border-radius: 25px;overflow: hidden;z-index: 5;display: flex;flex-direction: column;align-items: center;padding: 10px;justify-content: space-evenly;box-shadow: 0 0 30px 5px #00000005;}
.slider-amazing-offers > img{width: 110px;height: 110px;}
.slider-amazing-offers > p{font-size: 18px;font-weight: 800;color: #FFF;width: 100%;text-align: center;}
.slider-amazing-offers > p > span{color: #381d52;}
.slider-amazing-offers > a{font-size: 14px;font-weight: 600;color: #FFF;border-radius: 5px;width: 150px;height: 45px;border: 2px solid #FFF;display: flex;justify-content: center;align-items: center;transition: 0.3s;}
.slider-amazing-offers > a:hover{background-color: #FFF;color: #a283e1;}
.sc2-sw{width: 230px !important;}
.sc2-sw > .item{height: 380px;width: 100%;background-color: #FFF;border-radius: 10px;overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;padding: 10px;}
.item-img-txt{width: 100%;}
.item-img-txt > img{width: 210px;height: 210px;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;}
.myrow{display: flex;}
.timeLine{width: 260px;border-radius: 10px;overflow: hidden;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162111;background-color: #FFF;}
.timeLine-header{width: 100%;height: 50px;background-color: #FFF;display: flex;justify-content: center;align-items: center;position: relative;}
.timeLine-header h2{font-size: 13px;font-weight: 800;color: #555;}
.timeLine-header-shp{width: 200px;height: 1px;background-color: #F5F5F5;position: absolute;bottom: 0;}
.swiper-hero-progress {position: absolute;left: 0;top: 0;width: 0;height: 1px;background: linear-gradient(90deg,#ffe8e6,#dba672);box-shadow: 0 0 8px 0 rgb(255 138 138 / 50%);z-index: 15;}
.sc3{width: 100%;}
.sc3-ss{height: 390px !important;padding: 25px !important;background-color: #fff;display: flex;align-items: center;justify-content: center;}
.timeline-slide-content{height: 100%;width: 100%;padding: 10px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;border-radius: 10px;transition: 0.3s;direction: rtl;border: 1px solid transparent;}
.timeline-slide-content:hover{box-shadow: 0 0 6px 3px #00000009;border-color: #eee;}
.tsc-img-txt{width: 100%;}
.tsc-img-txt > img{width: 185px;height: 185px;border-radius: 5px;}
.tsc-img-txt > h3{width: 100%;font-size: 12px;color: #555;font-weight: 600;}
.tsc-price-div{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.tsc-del-price{display: flex;flex-direction: column;align-items: flex-end;}
.tsc-del-price > del{font-size: 13px;font-weight: 600;color: #767676;}
.tsc-price{display: flex;align-items: center;}
.tsc-price > p{font-size: 16px;font-weight: 800;color: #222;}
.tsc-price > span{font-size: 12px;font-weight: 600;color: #333;margin-right: 5px;}
.tsc-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;}
.row-items{border-radius: 10px;overflow: hidden;background-color: #FFF;border: 1px solid #eee;box-shadow: 0 0 10px 2px #24162111;}
.most-sale{width: calc(100% - 285px);margin-left: 25px;}
.width-100{width: 100%;margin-top: 25px;}
.row-items-header{width: 100%;height: 50px;background-color: #FFF;display: flex;justify-content: space-between;align-items: center;direction: rtl;padding: 0 25px;position: relative;}
.row-items-header::after{width: calc(100% - 50px);height: 1px;content: "";position: absolute;bottom: 0;left: 25px;background-color: #eee;z-index: 1;}
.row-items-header > a{font-size: 13px;font-weight: 800;color: #555;transition: 0.3s;}
.row-items-header > a:hover{color: #a283e1;}
.row-items-header > h2{font-size: 13px;font-weight: 800;color: #555;height: 50px;text-align: right;display: flex;align-items: center;border-bottom: 2px solid #a283e1;z-index: 2;}
.row-items-main{width: 100%;padding: 25px 0;}
.sc4{width: 100%;padding: 0 25px !important;}
.sc-all-ss{width: 222px !important;height: 340px !important;}
.ss-item{width: 100%;height: 100%;background-color: #FFF;border-radius: 10px;overflow: hidden;padding: 10px;display: flex;flex-direction: column;justify-content: space-between;transition: 0.3s;border: 1px solid #eee;}
.ss-item:hover{box-shadow: 0 0 6px 3px #00000009;border-color: #eee;}
.ss-item-content{height: 100%;width: 100%;padding: 10px;display: flex;flex-direction: column;align-items: center;cursor: pointer;}
.ss-img-txt{width: 100%;}
.ss-img-txt > img{width: 200px;height: 200px;border-radius: 5px;}
.ss-img-txt > h3{width: 100%;font-size: 12px;color: #555;font-weight: 600;}
.ss-price-div{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.ss-del-price{display: flex;flex-direction: column;align-items: flex-end;}
.ss-del-price > del{font-size: 13px;font-weight: 600;color: #767676;}
.ss-price{display: flex;align-items: center;}
.ss-price > p{font-size: 16px;font-weight: 800;color: #222;}
.ss-price > span{font-size: 12px;font-weight: 600;color: #333;margin-right: 5px;}
.ss-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;}
.middle-Banner{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 15px;margin-top: 25px;}
.middle-banner{width: 100%;height: 239px;border-radius: 10px;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.middle-banner > img{width: 100%;height: 100%;}
.wide-banner{width: 100%;height: 167px;overflow: hidden;border-radius: 10px;margin-top: 25px;}
.wide-banner > a{width: 100%;height: 100%;overflow-x: hidden;}
.wide-banner > a > img{min-width: 100%;height: 100%;position: relative;left: 50%;transform: translateX(-50%);}
.sc5{width: 100%;padding: 0 25px !important;}
.sc2 .swiper-button-next,.sc2 .swiper-button-prev{--swiper-navigation-color:#000;background-color: #FFF;border-radius: 10px;width: 50px;height: 50px;border: 1px solid #ddd;}
.sc2 .swiper-button-next{left: 0 !important;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.sc2 .swiper-button-prev{right: 0 !important;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.sc2 .swiper-button-next::after,.sc2 .swiper-button-prev::after{font-size: 25px !important;}
.sc4 .swiper-button-next,.sc4 .swiper-button-prev{--swiper-navigation-color:#000;background-color: #FFF;border-radius: 10px;width: 50px;height: 50px;border: 1px solid #ccc;}
.sc4 .swiper-button-next{left: 0 !important;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.sc4 .swiper-button-prev{right: 0 !important;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.sc4 .swiper-button-next::after,.sc4 .swiper-button-prev::after{font-size: 16px !important;}
.sc5 .swiper-button-next,.sc5 .swiper-button-prev{--swiper-navigation-color:#000;background-color: #FFF;border-radius: 10px;width: 50px;height: 50px;border: 1px solid #ccc;}
.sc5 .swiper-button-next{left: 0 !important;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.sc5 .swiper-button-prev{right: 0 !important;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.sc5 .swiper-button-next::after,.sc5 .swiper-button-prev::after{font-size: 16px !important;}
.error-404-body{width: 100%;text-align: center;direction: rtl;}
.error-404{width: 200px;}
/* --------------------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: 1300px)
{
  .mycontainer{padding: 35px 50px;}
  .footer-end-p{margin: 0 50px;}
}
@media screen and (max-width: 992px)
{
  /*Header*/
  .mycontainer{padding: 25px;}
  nav{display: none;}
  .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;}
  /*Main*/
  .my-row{grid-template-columns: repeat(2,1fr);grid-template-rows: 450px 225px;grid-template-areas:  "box1 box1" "box2 box3";}
  .middle-Banner{grid-template-columns: repeat(1,1fr);grid-template-rows: repeat(2,1fr);grid-template-areas: "box1""box2";}
  .slider-amazing-offers{display: none;}
  /*Footer*/
  .footer-end-p{margin: 0 25px;}
}
@media screen and (max-width: 792px)
{
  /*Main*/
  .my-row{grid-template-columns: 1fr;grid-template-rows: 300px 250px 250px;grid-template-areas:  "box1" "box2" "box3";}
  .timeLine{display: none;}
  .most-sale{width: 100%;margin-left: 0;}
  /*Footer*/
  .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;}
}
@media screen and (max-width: 480px)
{
  /*Header*/
  .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;}
  /*Main*/
  .my-row{grid-template-rows: 230px 180px 180px;grid-row-gap: 10px;}
  .sc1 > .swiper-pagination{display: none;}
  .sc1 .swiper-button-next,.sc1 .swiper-button-prev,
  .sc2 .swiper-button-next,.sc2 .swiper-button-prev,
  .sc4 .swiper-button-next,.sc4 .swiper-button-prev,
  .sc5 .swiper-button-next,.sc5 .swiper-button-prev{display: none;}
  .middle-banner{height: 220px;}
  .sc2-sw{width: 200px !important;}
  .sc2-sw > .item{padding: 5px;height: 360px;}
  .row-items{background-color: transparent;border: none;box-shadow: none;}
  .row-items-header{width: 100%;height: 50px;background-color: transparent;padding: 0;}
  .row-items-header::after{display: none;}
  .row-items-header > h2{border-bottom: none;}
  .row-items-main{padding: 5px 0;}
  .sc4,.sc5{padding: 0 !important;}
  .sc-all-ss{width: 200px !important;height: 360px !important;}
  .ss-item{padding: 5px;border: 1px solid #eee;}
  .ss-item:hover{box-shadow: none;}
  .item-img-txt > img,.ss-img-txt > img{width: 100%;height: auto;}
  .item-del-price > del,.ss-del-price > del{font-size: 12px;}
  .item-price > p,.ss-price > p{font-size: 14px;}
  .item-price > span,.ss-price > span{font-size: 11px;}
  .item-discount,.ss-discount{font-size: 12px;padding: 0 10px;}
  .slideshow::after{transform: translateX(50%) skew(-10deg, 0deg);}
  .wide-banner{display: none;}
  /*Footer*/
  .footer-end-p{margin: 0 20px;}
}
@media screen and (max-width: 370px)
{
  /*Header*/
  .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;}
  /*Footer*/
  .feauther-innerbox{grid-column-gap: 10px;}
}
.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;}
@media screen and (min-width: 992px){.slider-page{display: none;}.sidebar{display: none;}}
.scrollNone{overflow-y: hidden;}
