@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: #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-------------------- */

main{background-color: #FAFAFA;width: 100%;padding-top: 110px;direction: rtl;}
.other-container{padding: 10px 25px 25px 25px;}
.c-checkout__tab{width: 100%;display: flex;border-bottom: 1px solid #e1e1e1;margin: 15px 0 20px;}
.c-checkout__tab-pill{display: flex;align-items: center;text-align: center;position: relative;min-width: 140px;padding: 8px 24px 10px;font-size: 14px;color: #381d52;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;}
.c-checkout__tab-pill:before{content: "";height: 4px;width: 100%;position: absolute;bottom: 0;right: 0;border-radius: 2px 2px 0 0;background-color: #a283e1;}
.c-checkout__tab-counter{color: #f8f8f8;margin-right: 5px;border-radius: 50%;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;background-color: #a283e1;}
.product-first-row{width: 100%;min-height: 500px;display: grid;grid-template-columns: 1fr 350px;grid-gap: 25px;}
.product-information{width: 100%;display: grid;grid-gap: 15px;height: fit-content;height: -moz-fit-content;}
.pro-div{width: 100%;height: fit-content;height: -moz-fit-content;display: flex;background-color: #fff;border: 1px solid #e1e1e1;overflow: hidden;border-radius: 10px;padding: 20px;box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);-webkit-box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);}
.pro-div-first{height: 180px;width: 180px;margin-left: 20px;}
.pro-div-first > img{width: 180px;height: 180px;border-radius: 5px;}
.pro-div-second{width: 100%;height: auto;display: flex;flex-direction: column;justify-content: space-between;}
.pds-one{width: 100%;height: 180px;display: flex;flex-direction: column;justify-content: space-between;}
.pds-one > h2{font-size: 16px;color: #444;font-weight: 800;}
.pds-two{display: flex;justify-content: space-between;margin-top: 15px;}
.pds-two-div{display: flex;}
.c-quantity-selector{width: 100px;height: 40px;display: flex;border: 1px solid #eee;border-radius: 5px;color: #565fdd;justify-content: space-between;align-items: center;}
.c-quantity-selector button{color: #565fdd;background-color: #fff;width: 33%;height: 100%;text-align: center;border-radius: 5px;cursor: pointer;border: none;}
.cqs-add{padding-right: 10px;color: #757575;}
.cqs-remove{padding-left: 10px;color: #757575;}
.cqs-add:before {content: "+";font-size: 16px;}
.cqs-remove:before {content: "-";font-size: 16px;}
.cqs-number{width: 33%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.cqs-disabled,.cqs-disabled:before{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;pointer-events: none;}
.cqs-disabled:before{color: #e0e0e2;}
.c-cart-item__delete {font-size: 13px;color: #757575;position: relative;cursor: pointer;height: 40px;border: 1px solid #eee;border-radius: 5px;display: flex;align-items: center;margin-right: 20px;padding: 0 10px 0 20px;background-color: #fff;}
.c-cart-item__delete > svg > path , .c-cart-item__delete{transition: 0.3s;}
.c-cart-item__delete:hover{background-color: #ef394e22;color: #ef394e;border-color: transparent;}
.c-cart-item__delete:hover > svg > path{fill: #ef394e;}
.c-cart-item__delete > svg {width: 15px;right: 0;margin-left: 10px;}
.c-cart-item__delete > svg > path{fill: #858585;}
.c-cart-item__product-price {text-align: left;color: #000;font-size: 17px;display: flex;align-items: center;}
.c-cart-item__product-price span {font-size: 10px;margin-right: 5px;}
.c-cart-item__discount{width: 100%;text-align: left;font-size: 10px;color: #ef394e;}
.c-cart-item__discount span{font-size: 14px;}
.pro-div-second-certificate{width: 100%;margin-top: 10px;color: #757575;font-size: 13px;font-weight: 600;display: flex;align-items: center;}
.pro-div-second-certificate::before{content: url('../images/svg/carbon-delivery.svg');top: 5px;right: 0;margin-left: 10px;position: relative;}
.pro-div-second-handmade{width: 100%;margin-top: 5px;color: #757575;font-size: 13px;font-weight: 600;display: flex;align-items: center;}
.pro-div-second-handmade::before{content: url('../images/svg/carbon-happy.svg');top: 4px;right: 0;margin-left: 10px;position: relative;}
.pro-div-second-original{width: 100%;margin-top: 5px;color: #757575;font-size: 13px;font-weight: 600;display: flex;align-items: center;}
.pro-div-second-original::before{content: url('../images/svg/la-certificate.svg');top: 4px;right: 0;margin-left: 10px;position: relative;}

.pro-div-second-details{width: 100%;margin-top: 15px;color: #757575;font-size: 13px;font-weight: 600;display: flex;flex-wrap: wrap;align-items: center;}
.pro-div-second-details > li{color: #757575;font-size: 13px;font-weight: 600;margin-left: 5px;}
.pro-div-second-details > li:not(:last-child)::after{content: " /";}
.div-color-detail{display: flex;align-items: center;margin-right: 10px;border: 1px solid #d8d8d8;border-radius: 8px;padding: 3px 5px;}
.div-color-detail span{font-size: 13px;}
.product-buy-div{width: 100%;height: fit-content;height: -moz-fit-content;display: flex;flex-direction: column;justify-content: space-between;background-color: #fff;border: 1px solid #e1e1e1;overflow: hidden;border-radius: 10px;direction: rtl;padding: 20px;}
.c-checkout-bill__summary{width: 100%;}
.c-checkout-bill__summary li{display: flex;justify-content: space-between;color: #757575;margin-bottom: 6px;}
.c-checkout-bill__item-title{display: flex;font-size: 13px;}
.c-checkout-bill__price{font-size: 15px;}
.c-checkout-bill__currency{font-size: 10px;margin-right: 5px;}
.c-checkout-bill__price--discount{color: #ef394e;}
.c-checkout-bill__sum-price{font-weight: 800;color: #000;border-top: 1px solid #eee;margin-top: 8px;padding-top: 8px;}
.product-buy-content{width: 100%;}
.product-buy-add-to-list{width: 100%;height: 50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;color: #FFF;font-size: 13px;font-weight: 800;background-color: #EF394E;transition: 0.3s;cursor: pointer;margin-top: 50px;}
.product-buy-add-to-list:hover{background-color: #e0253b;}
.loader-back{display: none;align-items: center;justify-content: center;width: 100%;height: 100%;/*top: 0;right: 0;left: 0;bottom: 0;*/position: fixed;background-color: rgba(0,0,0,0.4);z-index: 10000;}
.loader {border: 6px solid #f3f3f3; /* Light grey */ /*border-top: 6px solid #3498db;  Blue */border-top: 6px solid #ff0000;border-radius: 50%;width: 50px;height: 50px;animation: spin 2s linear infinite;}
/* Safari */
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
/* استایل‌های Modal */
.cart-modal-warning {display: none;position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);}
.cart-modal-content {background-color: #fefefe;margin: 10% auto;padding: 20px;border-radius: 8px;width: 80%;max-width: 500px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);animation: cartmodalopen 0.4s;direction: rtl;}
@keyframes cartmodalopen{
    from {opacity: 0; transform: translateY(-50px);}
    to {opacity: 1; transform: translateY(0);}
}
.cart-modal-close {color: #aaa;float: left;font-size: 28px;font-weight: bold;cursor: pointer;line-height: 1;}
.cart-modal-close:hover {color: #000;}
.cart-modal-header {padding: 10px 0;border-bottom: 1px solid #eee;margin-bottom: 15px;}
.cart-modal-header h2 {margin: 0;color: #333;font-size: 16px;}
.cart-modal-body {padding: 10px 0;}
.cart-modal-body p{text-align: right;color: #757575;font-size: 13px;}
.cart-modal-footer {padding: 10px 0;border-top: 1px solid #eee;margin-top: 15px;text-align: left;}
.cart-modal-btn-close {background-color: #f44336;padding: 8px 16px;border: none;border-radius: 4px;color: white;cursor: pointer;}
.btn-close:hover {background-color: #d32f2f;}
.right_price,.less_price{display: none;}

/* --------------------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)
{
  .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;}
  .footer-end-p{margin: 0 25px;}
  /*Main*/
  .product-first-row{grid-template-columns: repeat(1,1fr);padding: 25px 0;row-gap: 25px;}
  .product-buy{align-items: center;height: 350px;}
  .product-information{grid-gap: 5px;}
  .product-buy-div{width: 100%;}
  .pds-one{width: 100%;height: auto;}
}
@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*/
  .product-first-row{padding: 25px 0 10px 0;}
  .product-buy{padding: 0 10px;}
  .pds-two-div{width: 100%;margin-top: 20px;}
  .c-cart-item__delete {width: 100%;justify-content: center;padding: 0;margin-right: 10px;}
  .c-quantity-selector{width: 100%;}
  .pds-two{display: flex;justify-content: space-between;width: 100%;flex-direction: column-reverse;align-items: flex-end;}
}
@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;}
  .pro-div{flex-direction: column;align-items: center;padding: 10px;}
  .pro-div-first{height: 160px;width: 160px;margin-left: 0;margin-bottom: 10px;}
  .pro-div-first > img{width: 160px;height: 160px;}
  .pds-two-div{flex-direction: column;}
  .c-cart-item__delete {width: 100%;justify-content: center;padding: 0;margin-right: 0;margin-top: 10px;}
  .c-quantity-selector{width: 100%;}
  .c-cart-item__delete{background-color: #ef394e22;color: #ef394e;border-color: transparent;}
  .c-cart-item__delete > svg > path{fill: #ef394e;}
  .c-checkout__tab{justify-content: center;}
}
@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;}
}
.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;}
