/*0 up to 479*/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .submenu-mega,
  .submenu-new {
    display: none;
  }
  .main {
    width: 340px;
  }
  .main-body .main,
  footer .main {
    width: 90%;
    max-width: 100%;
  }
  /*Menu*/
  .menuBtn {
    width: 35px;
    z-index: 9999;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: block;
    right: 10px;
  }
  .menuBtn .stripesContainer {
    width: 35px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
  }
  .menuBtn .stripesContainer .stripe {
    width: 100%;
    height: 4px;
    background-color: #00aca2;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menuBtn .stripesContainer .stripe.stripeCenter {
    top: 9px;
  }
  .menuBtn .stripesContainer .stripe.stripeBottom {
    top: 18px;
  }
  .menuBtn .stripesContainer .stripe.stripeTop {
    top: 0;
  }
  /*Finish Menu*/
  .menu-cont {
    transform: translate3d(100%, 0, 0);
    width: 80%;
    transition: transform 250ms ease-out 0s;
    max-width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-y: scroll;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.13);
    z-index: 9999;
    border: 1px solid #cead6c;
  }
  .menu-cont.activ {
    transform: translate3d(0, 0, 0);
  }
  header nav .ftmnu-close {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/Content/images/close2.png) no-repeat;
    width: 30px;
    height: 27px;
    cursor: pointer;
  }
  .bodyglas {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    height: 100%;
    -webkit-backface-visibility: hidden;
  }
  .bodyglas.cover {
    display: block;
  }

  header nav {
    width: 100%;
    justify-content: space-between;
    padding: 25px 0 0 0;
    margin: 10px 6px;
  }
  header nav .search-box .txt {
    width: calc(100% - 76px);
    margin: 0 0 0 25px;
  }
  header nav .search-box .btn {
    width: 51px;
    height: 40px;
  }
  header nav .search-box {
    width: 240px;
    height: 40px;
  }
  header nav .menu {
    margin-top: 46px;
  }
  header nav .menu > li {
    padding: 0;
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px solid #cead6c;
  }
  header nav .menu > li:after {
    display: none;
  }
  header nav .menu > li > a {
    font-size: 14px;
    padding: 10px 15px 10px 10px;
  }
  header nav .menu > li:first-child > a {
    padding: 10px 48px 10px 10px;
  }
  header nav .menu > li:first-child > a::before {
    top: 11px;
    right: 10px;
  }
  header nav .menu > li .submenu {
    top: 46px;
    width: 225px;
  }
  header nav .menu > li .submenu > li {
    position: relative;
  }
  header nav .menu > li .submenu > li .submenu2 {
    right: 0;
    top: 47px;
    z-index: 99;
    width: 200px;
  }
  header nav .menu > li .submenu {
    right: 0;
  }

  .middle-header .rt-col {
    width: 75px;
  }
  .middle-header .rt-col .login-box > ul li a img {
    margin-left: 3px;
  }
  .middle-header .rt-col .login-box > ul li a {
    width: 62px;
    margin: 0 5px 3px;
    height: 24px;
  }
  .middle-header .rt-col .login-box > ul li a span {
    font-size: 11px;
  }
  .middle-header .lt-col {
    width: 50px;
    padding-top: 11px;
  }
  .middle-header .slider-containers {
    width: 100% !important;
    height: 100%;
  }
  .middle-header .lt-col::after {
    height: 14px;
    bottom: -1px;
  }
  .middle-header .lt-col > ul li:first-child span {
    right: 11px;
    width: 15px;
    height: 16px;
    font-size: 12px;
  }
  .middle-header .rt-col .logo {
    margin: 0 auto 18px;
  }
  .middle-header .lt-col > ul li {
    margin-bottom: 14px;
  }
  .middle-header .rt-col .login-box {
    min-height: 57px;
  }
  .middle-header .lt-col > ul li a img {
    width: 28px;
  }
  .specialoffer .offer-cont .rtcol {
    width: 100%;
    margin-top: -3px;
  }
  .specialoffer .offer-cont .rtcol h3 {
    font-size: 23px;
    padding: 15px 0;
  }
  .specialoffer .offer-cont .rtcol::after {
    bottom: -9px;
  }
  .specialoffer .offer-cont .rtcol > ul > li > a {
    font-size: 18px;
    padding: 11px 0;
  }
  .specialoffer .offer-cont .ltcol {
    width: 100%;
    margin-right: 0;
  }
  .specialoffer .offer-cont .ltcol .desc-offer {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
  .specialoffer .offer-cont .ltcol .desc-offer li {
    margin-bottom: 14px;
  }
  .specialoffer .offer-cont .ltcol figure {
    width: 100%;
    height: auto;
  }
  .product-on {
    margin: 20px 0;
  }
  .product-on > ul li a {
    width: 160px;
    height: 50px;
    font-size: 15px;
  }
  .product-on > ul li:first-child,
  .product-on > ul li {
    padding-right: 10px;
  }
  .product-on .product-list > li {
    margin: 0 7.5px 42px;
    width: 100%;
  }
  .product-on .product-list > li figure {
    height: 190px;
  }
  .product-on .product-list > li .descpd .prod-name {
    font-size: 17px;
  }
  .product-on .product-list > li .descpd .prices del {
    font-size: 12px;
  }
  .product-on .product-list > li .descpd .prices p {
    font-size: 16px;
  }
  .product-on .product-list > li .sale {
    left: -8px;
  }
  .popup-product .popup-body .quick-view .col-lt .desc {
    max-height: 106px;
    overflow: auto;
  }
  .popup-product .popup-body .quick-view .col-lt .prod-l > li {
    margin-bottom: 5px;
  }
  .popup-product .popup-body .quick-view .col-lt .prod-l > li > span {
    font-size: 13px;
  }
  .popup-product .popup-body .quick-view .col-rt {
    width: 28%;
    margin-left: 15px;
  }
  .adver-cont .adver1 {
    width: 100%;
    padding-left: 0;
  }
  .adver-cont .adver1 .first-adv {
    margin-left: 13px;
    height: 196px;
  }
  .adver-cont .adver1 .second-adv {
    height: 196px;
  }
  .adver-cont .adver1 .third-adv {
    height: 100%;
    margin: 10px 2px;
  }
  .adver-cont .adver2 {
    width: 100%;
    height: auto;
  }
  .adver-cont .adver2 a {
    width: 100%;
    height: 100%;
  }
  .send-options > ul li a h3 {
    font-size: 11px;
    line-height: 21px;
  }
  .aboutus {
    padding-top: 30px;
  }
  .brands-container {
    padding: 35px 33px;
  }
  footer::after {
    top: 244px;
    right: 70px;
  }
  footer.show::after {
    width: 70%;
  }
  footer .main .footer-cont .rtcl {
    width: 100%;
    padding-right: 20px;
  }
  footer .main .footer-cont {
    padding: 45px 0 10px;
  }
  footer .main .footer-cont .ltcl {
    width: 165px;
    padding-top: 25px;
    margin: 0 auto;
  }
  footer .main .footer-cont .ltcl a img {
    margin: 0 auto;
  }
  footer .main .footer-cont .rtcl .newsletter .newsletersign {
    width: 319px;
    margin-right: 0;
  }
  footer .main .footer-cont .rtcl .footermenucont {
    padding-top: 70px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu {
    width: 44.8% !important;
    margin-left: 15px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:last-child {
    margin-left: 0;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu h3 {
    font-size: 12px;
  }
  footer .main .footer-cont .rtcl .newsletter .newsleter-titr p {
    font-size: 11px;
  }
  footer .main .footer-cont .rtcl .newsletter .newsleter-titr h2 {
    font-size: 22px;
  }
  .brands-container:before {
    height: 60px;
  }
  .aboutus .ppan > p,
  .aboutus .ppan p,
  .aboutus .ppan {
    text-align: justify;
  }
  .tabsbtn {
    justify-content: center !important;
  }
  .tabsbtn li {
    margin: 10px 0;
  }
}
/*480 up to 719*/
@media only screen and (min-width: 480px) and (max-width: 719px) {
  .main {
    width: 460px;
  }
  .main-body .main,
  footer .main {
    width: 90%;
    max-width: 100%;
  }
  /*Menu*/
  .menuBtn {
    width: 35px;
    z-index: 9999;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: block;
    right: 0;
  }
  .menuBtn .stripesContainer {
    width: 35px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
  }
  .menuBtn .stripesContainer .stripe {
    width: 100%;
    height: 4px;
    background-color: #00aca2;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menuBtn .stripesContainer .stripe.stripeCenter {
    top: 9px;
  }
  .menuBtn .stripesContainer .stripe.stripeBottom {
    top: 18px;
  }
  .menuBtn .stripesContainer .stripe.stripeTop {
    top: 0;
  }
  /*Finish Menu*/
  .menu-cont {
    transform: translate3d(100%, 0, 0);
    width: 80%;
    transition: transform 250ms ease-out 0s;
    max-width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-y: scroll;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.13);
    z-index: 9999;
    border: 1px solid #cead6c;
  }
  .menu-cont.activ {
    transform: translate3d(0, 0, 0);
  }
  header nav .ftmnu-close {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/Content/images/close2.png) no-repeat;
    width: 30px;
    height: 27px;
    cursor: pointer;
  }
  .bodyglas {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    height: 100%;
    -webkit-backface-visibility: hidden;
  }
  .bodyglas.cover {
    display: block;
  }

  header nav {
    width: 100%;
    justify-content: space-between;
    padding: 25px 0 0 0;
  }
  header nav .search-box .txt {
    width: calc(100% - 96px);
    margin: 0 0 0 25px;
  }
  header nav .search-box .btn {
    width: 71px;
    height: 40px;
  }
  header nav .search-box {
    width: 270px;
    height: 40px;
  }
  header nav .menu {
    margin-top: 46px;
  }
  header nav .menu > li {
    padding: 0;
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px solid #cead6c;
  }
  header nav .menu > li:after {
    display: none;
  }
  header nav .menu > li > a {
    font-size: 14px;
    padding: 10px 15px 10px 10px;
  }
  header nav .menu > li:first-child > a {
    padding: 10px 48px 10px 10px;
  }
  header nav .menu > li:first-child > a::before {
    top: 11px;
    right: 10px;
  }
  header nav .menu > li .submenu {
    top: 46px;
    width: 225px;
  }
  header nav .menu > li .submenu > li {
    position: relative;
  }
  header nav .menu > li .submenu > li .submenu2 {
    right: 0;
    top: 47px;
    z-index: 99;
    width: 200px;
  }
  header nav .menu > li .submenu {
    right: 0;
  }

  .middle-header .rt-col {
    width: 125px;
  }
  .middle-header .rt-col .login-box > ul li a img {
    margin-left: 3px;
  }
  .middle-header .rt-col .login-box > ul li a {
    width: 62px;
  }
  .middle-header .lt-col {
    width: 70px;
    padding-top: 11px;
  }
  .middle-header .slider-containers {
    width: calc(100% - 195px);
  }
  .middle-header .lt-col::after {
    height: 28px;
    bottom: 0px;
  }
  .middle-header .lt-col > ul li:first-child span {
    right: 11px;
    width: 15px;
    height: 16px;
    font-size: 12px;
  }
  .middle-header .rt-col .logo {
    margin: 0 auto 37px;
  }
  .middle-header .lt-col > ul li {
    margin-bottom: 21px;
  }
  .middle-header .rt-col .login-box {
    min-height: 57px;
  }
  .middle-header .lt-col > ul li a img {
    width: 28px;
  }
  .middle-header .slider-containers .slider .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .specialoffer .offer-cont .rtcol {
    width: 100%;
    margin-top: -3px;
  }
  .specialoffer .offer-cont .rtcol h3 {
    font-size: 25px;
    padding: 20px 0;
  }
  .specialoffer .offer-cont .rtcol::after {
    bottom: -9px;
  }
  .specialoffer .offer-cont .rtcol > ul > li > a {
    font-size: 18px;
    padding: 13px 0 20px;
  }
  .specialoffer .offer-cont .ltcol {
    width: 100%;
    margin-right: 0;
  }
  .specialoffer .offer-cont .ltcol .desc-offer {
    width: 199px;
    padding-left: 7px;
  }
  .specialoffer .offer-cont .ltcol figure {
    width: calc(100% - 199px);
  }
  .product-on {
    margin: 0;
  }
  .product-on > ul li a {
    width: 227px;
    font-size: 15px;
    height: 60px;
  }
  .product-on > ul li:first-child,
  .product-on > ul li {
    padding-right: 10px;
  }
  .product-on .product-list > li {
    margin: 0 7.5px 42px;
    width: 215px;
  }
  .product-on .product-list > li figure {
    height: 215px;
  }
  .product-on .product-list > li .descpd .prod-name {
    font-size: 17px;
  }
  .product-on .product-list > li .descpd .prices del {
    font-size: 12px;
  }
  .product-on .product-list > li .descpd .prices p {
    font-size: 16px;
  }
  .popup-product .popup-body .quick-view .col-lt .desc {
    max-height: 106px;
    overflow: auto;
  }
  .popup-product .popup-body .quick-view .col-lt .prod-l > li {
    margin-bottom: 5px;
  }
  .popup-product .popup-body .quick-view .col-lt .prod-l > li > span {
    font-size: 13px;
  }
  .popup-product .popup-body .quick-view .col-rt {
    width: 28%;
    margin-left: 15px;
  }
  .send-options > ul li {
    width: 24%;
  }
  .adver-cont .adver1 {
    width: 100%;
    padding-left: 0;
  }
  .adver-cont .adver1 .first-adv {
    margin-left: 18px;
    height: 265px;
  }
  .adver-cont .adver1 .second-adv {
    height: 265px;
  }
  .adver-cont .adver1 .third-adv {
    height: 100%;
    margin: 10px 2px;
  }
  .adver-cont .adver2 {
    width: 100%;
    height: auto;
  }
  .adver-cont .adver2 a {
    width: 100%;
    height: 100%;
  }
  .aboutus {
    padding-top: 30px;
  }
  .brands-container {
    padding: 35px 33px;
  }
  footer::after {
    top: 244px;
  }
  footer.show::after {
    width: 85%;
  }
  footer .main .footer-cont .rtcl {
    width: 100%;
    padding-right: 20px;
  }
  footer .main .footer-cont {
    padding: 45px 0 10px;
  }
  footer .main .footer-cont .ltcl {
    width: 165px;
    padding-top: 25px;
    margin: 0 auto;
  }
  footer .main .footer-cont .rtcl .newsletter .newsletersign {
    width: 370px;
    margin-right: 0;
  }
  footer .main .footer-cont .rtcl .footermenucont {
    padding-top: 70px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu {
    width: 29.8% !important;
    margin-left: 15px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:last-child {
    margin-left: 0;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu h3 {
    font-size: 12px;
  }
}
/*up to 768*/
@media only screen and (max-width: 767px) {
  header nav {
    margin: 10px 0 0 0;
  }
  header nav .menu-cont {
    margin: unset;
  }
  header nav .bottom-cont .bottom-inner .logo img {
    width: 100px;
    margin: 0 auto;
  }
  header nav .bottom-cont .bottom-inner .shopping-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 75px;
  }
  header nav .bottom-cont .bottom-inner .shopping-icon span:not(#BasketCount) {
    font-size: 0px;
  }
  header nav .bottom-cont .bottom-inner form {
    width: 100%;
  }
  header nav .bottom-cont .bottom-inner {
    flex-direction: column-reverse;
    gap: 12px;
    margin: 20px 5vw;
  }
  header nav .top-cont {
    margin: unset;
    min-height: unset;
    left: 25%;
    top: 30px;
  }
  header nav .top-cont .login-box li a span {
    display: none;
  }
  .top-cont .support-box {
    display: none !important;
  }
  .blogs .blog-title::after,
  .blogs .blog-title::before {
    width: 30% !important;
  }
  .blogs .blog-title {
    font-size: 15px !important;
  }

  .blogs .blogs-container .blog {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header nav .top-cont {
    left: -30px !important;
    top: 2px !important;
    bottom: unset !important;
    right: unset !important;
  }

  header nav .bottom-cont .bottom-inner .shopping-icon {
    left: 0% !important;
    bottom: 10% !important;
    top: auto !important;
  }
}
/*720 up to 1000*/
@media only screen and (min-width: 720px) and (max-width: 1000px) {
  .main {
    width: 700px;
  }
  .main-body .main,
  footer .main {
    width: 700px;
    max-width: 100%;
  }
  header nav {
    padding: 33px 0 0 0;
  }
  header nav .menu > li .submenu {
    top: 48px;
    right: -13px;
  }
  header nav .menu > li {
    padding: 13px 0 0 12px;
    margin-left: 12px;
  }
  header nav .menu > li::after {
    width: 1px;
    height: 51px;
  }
  header nav .search-box {
    width: 191px;
    height: 51px;
  }
  header nav .search-box .btn {
    width: 35px;
    height: 51px;
  }
  .middle-header .rt-col {
    width: 125px;
  }
  .middle-header .rt-col .login-box > ul li a img {
    margin-left: 3px;
  }
  .middle-header .rt-col .login-box > ul li a {
    width: 62px;
  }
  .middle-header .lt-col {
    width: 70px;
  }
  .middle-header .slider-containers {
    width: calc(100% - 195px);
  }
  .middle-header .lt-col > ul li:first-child span {
    right: 8px;
  }
  .middle-header .rt-col .logo {
    margin: 0 auto 37px;
  }
  .specialoffer .offer-cont .rtcol h3 {
    font-size: 25px;
  }
  .specialoffer .offer-cont .rtcol {
    width: calc(100% - 500px);
  }
  .specialoffer .offer-cont .rtcol > ul > li > a {
    font-size: 15px;
  }
  .specialoffer .offer-cont .ltcol {
    width: calc(500px + 7.5%);
  }
  .specialoffer .offer-cont .ltcol .desc-offer {
    width: 203px;
    padding-left: 10px;
  }
  .specialoffer .offer-cont .ltcol figure {
    width: calc(100% - 203px);
  }
  .product-on {
    margin: 0;
  }
  .product-on > ul li a {
    width: 141px;
    font-size: 15px;
  }
  .popup-product .popup-body .quick-view .col-lt .prod-l > li {
    margin-bottom: 7px;
  }
  .adver-cont .adver1 .third-adv {
    height: 146px;
    margin-top: 8px;
  }
  .adver-cont .adver1 .second-adv {
    height: 180px;
  }
  .adver-cont .adver1 .first-adv {
    height: 180px;
    margin-left: 13px;
  }
  .adver-cont .adver1 {
    width: calc(100% - 360px);
    padding-left: 10px;
  }
  .adver-cont .adver2 {
    width: 360px;
    height: 334px;
  }
  .adver-cont .adver2 a {
    width: 100%;
    height: 100%;
  }
  .adver-cont .adver2 a img {
    object-fit: cover;
  }
  footer::after {
    top: 185px;
  }
  footer.show::after {
    width: 95%;
  }
  footer .main .footer-cont .rtcl {
    width: 100%;
    padding-right: 20px;
  }
  footer .main .footer-cont {
    padding: 45px 0 10px;
  }
  footer .main .footer-cont .ltcl {
    width: 165px;
    padding-top: 25px;
    margin: 0 auto;
  }
  footer .main .footer-cont .rtcl .newsletter .newsletersign {
    width: 284px;
    margin-right: 25px;
  }
  footer .main .footer-cont .rtcl .footermenucont {
    padding-top: 70px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu {
    width: 14.8% !important;
    margin-left: 15px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu > ul li a {
    line-height: 22px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:last-child {
    margin-left: 0;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu h3 {
    font-size: 12px;
  }
}
/*768 up to 1366*/
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .blogs .blog-title::after,
  .blogs .blog-title::before {
    width: 39% !important;
  }

  .blogs .blogs-container .blog {
    margin-bottom: 15px;
  }
}
/*1001 up to 1249*/
@media only screen and (min-width: 1001px) and (max-width: 1249px) {
  .main {
    width: 980px;
  }
  .main-body .main,
  footer .main {
    width: 980px;
    max-width: 100%;
  }
  header nav {
    padding: 33px 0 0 20px;
  }
  header nav .search-box {
    width: 254px;
  }
  .middle-header .slider-containers {
    width: calc(100% - 312px);
  }
  .middle-header .lt-col {
    width: 85px;
  }
  .specialoffer .offer-cont .rtcol {
    width: calc(100% - 691px);
  }
  .specialoffer .offer-cont .rtcol > ul > li > a {
    font-size: 18px;
  }
  .specialoffer .offer-cont .ltcol {
    width: calc(691px + 7.5%);
  }
  .product-on > ul li a {
    width: 210px;
  }
  .product-on .product-list > li {
    margin: 0 7.5px 42px;
    background-color: #fff;
    width: 311px;
  }
  .adver-cont .adver1 .third-adv {
    height: 218px;
    margin-top: 8px;
  }
  .adver-cont .adver1 .second-adv {
    height: 285px;
  }
  .adver-cont .adver1 .first-adv {
    height: 284px;
    margin-left: 19px;
  }
  .adver-cont .adver1 {
    width: calc(100% - 460px);
  }
  .adver-cont .adver2 {
    width: 460px;
    height: 512px;
  }
  .adver-cont .adver2 a {
    width: 100%;
    height: 100%;
  }
  footer .main .footer-cont .rtcl .newsletter .newsletersign {
    width: 357px;
    margin-right: 35px;
  }
  footer.show::after {
    width: calc(100% - (250px + ((100% - 1090px) / 2)));
  }
  footer .main .footer-cont .rtcl {
    padding-right: 15px;
    width: calc(100% - 175px);
  }
  footer .main .footer-cont .ltcl {
    width: 175px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:first-child,
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:nth-child(2) {
    width: auto;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu {
    width: auto;
    margin-left: 18px;
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:last-child {
    width: 18%;
    margin-left: 0;
  }
}
/*1024up to 1440*/
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .blogs .blogs-container {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1440px) {
  .blogs .blogs-container .blog {
    width: 24%;
  }
  .blogs .blogs-container .blog p {
    width: 100%;
  }
  .blogs .blogs-container .blog a label {
    font-size: 11px;
    padding: 3px 6px;
  }
}

/*laptop*/
@media only screen and (min-width: 1250px) and (max-width: 1366px) {
  .main {
    width: 1200px;
  }
  header nav .search-box {
    width: 485px;
  }
  .main-body .main,
  footer .main {
    width: 1200px;
    max-width: 100%;
  }
  .product-on .product-list > li {
    margin: 0 6.5px 42px;
    width: 287px;
  }
  .product-on .product-list > li figure {
    height: 250px;
  }
  .adver-cont .adver1 .third-adv {
    height: 269px;
    margin-top: 8px;
  }
  .adver-cont .adver1 .second-adv {
    height: 351px;
  }
  .adver-cont .adver1 .first-adv {
    height: 351px;
    margin-left: 24px;
  }
  .adver-cont .adver1 {
    width: calc(100% - 565px);
  }
  .adver-cont .adver2 {
    width: 565px;
    height: 628px;
  }
  footer .main .footer-cont .rtcl .newsletter .newsletersign {
    width: 380px;
  }
  /*footer.show::after { width: calc(100% - (250px + ((100% - 1185px) /2))); }*/
  footer .main .footer-cont .rtcl .footermenucont .footer-menu {
    width: calc(100% / 5);
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:first-child,
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:nth-child(2) {
    width: calc(100% / 8.5);
  }
  footer .main .footer-cont .rtcl .footermenucont .footer-menu:last-child {
    width: 16%;
  }
}
/*1250 up to 1400*/
@media only screen and (min-width: 1367px) and (max-width: 1450px) {
  body {
    overflow-x: hidden;
  }
  .main {
    width: 1200px;
  }
  .main-body .main,
  footer .main {
    width: 1365px;
    max-width: 100%;
  }
  .product-on .product-list > li {
    margin: 0 7.5px 42px;
  }
  .adver-cont .adver1 .first-adv {
    margin-left: 26px;
  }
  footer.show::after {
    width: calc(100% - (250px + ((100% - 1365px) / 2)));
  }
}

@media only screen and (min-width: 1451px) and (max-width: 1600px) {
  .main {
    width: 1200px;
  }
  body {
    overflow-x: hidden;
  }
}
/*1750 to up*/
@media only screen and (min-width: 1601px) {
  .main {
    width: 1400px;
  }
  body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1000px) {
  header nav .logo {
    width: 105px;
  }
  header nav .menu > li:first-child > a:before {
    right: 7px;
  }
  header nav .menu > li {
    padding: 13px 0 0 4px;
    margin-left: 6px;
  }
  header nav form {
    width: 200px;
  }
  .swiper-slide,
  .slider-containers {
    width: 100% !important;
  }
  header nav .login-box > ul li a {
    width: 75px;
    height: 34px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  header nav .logo {
    width: 105px;
  }

  header nav .menu > li:first-child > a:before {
    right: 7px;
  }

  header nav .menu > li {
    padding: 13px 0 0 4px;
    margin-left: 6px;
  }

  header nav form {
    width: 200px;
  }

  .swiper-slide,
  .slider-containers {
    width: 100% !important;
  }
  header nav .search-box {
    width: 330px;
  }
  header nav .login-box > ul li a {
    width: 75px;
    height: 34px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .swiper-slide,
  .slider-containers {
    /*  width: 100% !important; change by samaneh 25-07*/
  }
  header nav .menu > li {
    padding: 30px 0 0 5px;
    margin-left: 10px;
    position: relative;
  }
  header nav form {
    width: 240px;
  }
  header nav .login-box > ul li a {
    width: 70px;
    height: 34px;
    background-color: #fff;
  }
  header nav .search-box {
    width: 310px;
  }
}
