/* main containers */

@media only screen and (max-width: 1599px) {
  .container {
    max-width: 1300px;
  }


}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* header*/

@media only screen and (max-width: 980px) {
  .responsive-topbar {
    display: block;
  }

  .header-search {
    display: block;
  }

  .flex-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .responsive-card-images {
    width: 30px;
    height: 30px;
    margin: 0px 0px 0px 15px;
    cursor: pointer;
    transition: 0.5s;
  }

  .wishlist-menu-res span img {
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: 0.5s;
  }

  .quanitity {
    left: 75%;
    bottom: 65%;
    top: 0;
  }

  .topbar {
    display: none;
  }

  .header-top {
    display: none;
  }

  .header-bottom {
    display: none;
  }

  .header-search {
    padding-bottom: 15px;
  }

  .search-field {
    height: 40px;
    font-size: 12px;
  }

  .product-search-widget button {
    padding: 0px 20px;
  }

  .main_box p {
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: inherit;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .main_box h2 {
    font-size: 26px !important;
    margin-bottom: 8px !important;
    margin-top: 8px;
    text-transform: uppercase;
  }


  .main_box .slider_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    text-transform: capitalize;
    transition: .3s ease;
    background-color: #015ADE;
    border-radius: 30px;
    letter-spacing: 0.3px;
    box-shadow: 0 0 5px #0003;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
  }

  .main_box p:nth-of-type(3) {
    font-size: 11px !important;
  }

  .text {
    font-size: 16px !important;
  }

  .static-inner {
    top: 25%;
  }


  /* Mobile nav menu */

  .hamburger {
    margin: 0 15px 0px 0px;
    cursor: pointer;
    font-size: 18px !important;
  }

  .mobile-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin-left: 0;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    display: block !important;
    top: 0;
    width: 300px;
    z-index: 999999;
    transform: translateX(-110%);
    transition: all 300ms ease;
  }

  .navbar-active {
    transform: translateX(0) !important;
    transition: all 300ms ease;
  }

  .close-menu {
    background: url(../../images/close.png) no-repeat scroll center center;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0.7rem;
    width: 40px;
  }

  .mobile-menu h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
  }


  .mobile-ul li {
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding: 12px 0 2px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
  }

  .mobile-ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    transition: 0.5s;
  }

  .mobile-menu ul.mobile-ul li:nth-of-type(2):hover a {
    color: #015ADE;
  }

  .mobile-menu ul.mobile-ul li:nth-of-type(2):hover a {
    color: #015ADE;
  }

  .mobile-menu ul.mobile-ul li:nth-of-type(4):hover a {
    color: #015ADE;
  }

  .mobile-menu ul.mobile-ul li:nth-of-type(5):hover a {
    color: #015ADE;
  }

  .mobile-ul {
    padding-left: 0rem !important;
    padding-top: 10px;
  }

  .mobile-ul li:nth-of-type(3) ul {
    padding-left: 0rem !important;
    padding-top: 0px;
  }






  /* sub-menu dropdown */

  .sub-menu {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    height: 146px;
    width: 95%;
    padding: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 1s ease;
  }

  .sub-menu.closed {
    height: 23px;
  }

  .sub-menu li a {
    display: block;
    color: black;
    text-decoration: none;
  }


  .sub-menu li {
    padding: 0px 0px 12px 0px !important;
  }

  .mobile-menu ul.mobile-ul li:nth-of-type(3) ul.sub-menu li:hover a {
    color: #015ADE;
  }

  .sub-menu li:nth-of-type(2) {
    padding: 0px 0px 12px 10px !important;
  }

  .sub-menu li:nth-of-type(3) {
    padding: 0px 0px 12px 10px !important;
  }

  .sub-menu li:nth-of-type(4) {
    padding: 0px 0px 12px 10px !important;
  }



  .nav-button li span::after {
    content: "\f107";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    font-size: 14px;
    color: #000;
    transition: 0.5s;
  }

  .rotate::after {
    transform: rotate(180deg);
  }


}

/* Media Custom select */

@media only screen and (max-width: 980px) {

  .select-containerMedia {
    position: relative;
    margin: 0 auto;
    width: 170px;
    height: 40px;
  }

  .select-containerMedia .selectMedia {
    position: relative;
    background-color: #f5f5f5;
    appearance: none;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 1px solid #eee;
    padding: 10px 10px 10px 20px;
    text-transform: capitalize;
    outline: none;
    height: 40px;
    display: flex;
  }


  .select-containerMedia .selectMedia input {
    position: relative;
    height: 100%;
    background: none;
    outline: none;
    width: 100%;
    border: none;
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
  }

  .select-containerMedia .selectMedia input::placeholder {
    color: #000;
  }

  .select-containerMedia .option-containerMedia {
    position: relative;
    background: #fff;
    height: 0;
    overflow-y: scroll;
    transition: 0.4s;
    border-radius: 5px;
    border: 1px solid transparent;
    z-index: 3;
    margin-top: 10px;
  }

  .select-containerMedia.activeMedia .option-containerMedia {
    height: 240px;
    z-index: 3;
    margin-top: 10px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 11px rgb(0 0 0 / 10%);
  }

  .select-containerMedia .option-containerMedia::-webkit-scrollbar {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    width: 10px;

  }

  .select-containerMedia .option-containerMedia::-webkit-scrollbar-thumb {
    background-color: #4A4A4A;
    border-radius: 5px;
  }

  .select-containerMedia .option-containerMedia .optionMedia {
    position: relative;
    padding: 20px 15px;
    height: 30px;
    cursor: pointer;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    transition: 0.2s;
  }

  .select-containerMedia .option-containerMedia .optionMedia.selectedMedia {
    background: #015ADE;
    pointer-events: none;
    color: white;
  }

  .select-containerMedia .option-containerMedia .optionMedia.selectedMedia label {
    color: white;
  }

  .select-containerMedia .option-containerMedia .optionMedia:hover {
    background: black;
    padding-left: 20px;
  }

  .select-containerMedia .option-containerMedia .optionMedia:hover label {
    color: white;
  }

  .select-containerMedia .option-containerMedia .optionMedia label {
    font-size: 13px;
    color: black;
    cursor: pointer;
  }

  .customSelectArrowMedia {
    background: url(../../images/down_arrow.png) no-repeat;
    position: absolute;
    left: 9rem;
    top: 45%;
    cursor: pointer;
    transition: 0.5s;
    width: 10px;
    height: 6px;
  }
  
  .customSelectOpenMedia {
    transform: rotate(540deg);
  }
}

@media only screen and (max-width: 575px) {
  .img-fluid {
    max-width: 90px;
    height: auto;
  }
} 

@media only screen and (max-width: 768px) {
  .select-containerMedia {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .img-fluid {
    max-width: 110px!important;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px){
  .img-fluid {
    max-width: 120px!important;
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .img-fluid {
    max-width: 85%;
    height: auto;
  }
}

@media only screen and (max-width: 780px) {
  .main_box h2 {
    margin-bottom: 0px !important;
    margin-top: 0px;
  }

  .carousel-caption {
    bottom: 1.2rem !important;
  }
}

@media only screen and (max-width: 830px) {
  .carousel-caption {
    bottom: 1.25rem !important;
  }
}

@media only screen and (max-width: 1200px) {

  .carousel-caption {
    position: absolute;
    bottom: 5.25rem;
    left: 4%;
    color: #fff;
    text-align: center;
  }

  .main_box p {
    font-size: 22px;
    text-transform: uppercase;
    line-height: inherit;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .main_box h2 {
    font-size: 32px;
    margin-bottom: 8px !important;
    margin-top: 8px;
    text-transform: uppercase;
  }

  .main_box p:nth-of-type(3) {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-transform: initial;
    height: 70px;
    overflow: hidden;
    max-width: 97%;
    font-weight: 400;
    padding-top: 9px;
  }

  .main_box .slider_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    text-transform: capitalize;
    transition: .3s ease;
    background-color: #015ADE;
    border-radius: 30px;
    letter-spacing: 0.3px;
    box-shadow: 0 0 5px #0003;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
  }

  .static-text {
    display: none;
  }

  .text {
    font-size: 22px;
  }



}




@media only screen and (max-width: 992px) {
  .carousel-caption {
    bottom: 2.25rem;
  }
}


@media only screen and (max-width: 768px) {
  .col-none {
    display: none !important;
  }

  .carousel-caption {
    bottom: 4.25rem !important;
  }

  .select-container, .select {
    display: none;
  }

  .search-field {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px;
  }

  .customSelectArrow {
    display: none;
  }

  .mobile-menu {
    width: 250px;
  }
}

@media (min-width: 769px) {
  .large-block {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media only screen and (max-width: 577px) {
  .main_box p {
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: inherit;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .main_box h2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    text-transform: uppercase;
  }

  .carousel-caption {
    bottom: 2.25rem !important;
  }

  .main_box .slider_btn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .main_box p:nth-of-type(3) {
    display: none;
  }

  .main_box .slider_btn {
    margin-top: 20px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .carousel-caption {
    bottom: 4.25rem !important;
  }

  .main_box h2 {
    font-size: 16px !important;
    margin-bottom: 0px !important;
    margin-top: 0px;
    text-transform: none;
    line-height: 35px;
  }

  .main_box p {
    text-transform: capitalize;
  }

}

@media only screen and (max-width: 600px) {
  .product-search-widget button {
    padding: 10px 16px;
    background: #015ADE url(../../images/search.png) no-repeat scroll center;
    font-size: 0;
    width: 55px;
  }
}

@media only screen and (max-width: 380px) {
  .carousel-caption {
    bottom: 2.25rem !important;
  }
}


@media only screen and (max-width: 1200px) {

  .wishlist-menu p,
  .topbar-link p,
  .header-cart p {
    display: none;
  }
}

@media only screen and (max-width: 1042px) {
  .navigation:nth-of-type(1) ul li {
    margin: 0 19px;
  }
}

@media only screen and (max-width: 1320px) {
  .header-bottom ul.megamenu li:nth-of-type(6) {
    display: none;
  }

  .header-bottom ul.megamenu li:nth-of-type(7) {
    display: none;
  }

  .header-bottom ul.megamenu li a {
    font-size: 14px;
  }

  .megamenu-list {
    flex: 0 0 20%;
  }

  .header-bottom ul.megamenu li:nth-of-type(1) ul {
    width: 703px;
  }
}


/* special product slider */

@media only screen and (max-width: 1020px) {
  .special-product h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .special-product h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .special-product h2::before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .slider-header {
    padding: 0px;
  }

  .carousel-indicators [data-bs-target] {
    height: 13px !important;
    width: 13px !important;
  }
}





/* top categories slider */

@media only screen and (max-width: 1020px) {
  .top-categories h2 {
    font-size: 24px;
  }

  .slider-header-cat {
    padding: 0px;
  }
}

@media only screen and (max-width: 540px) {
  .top-categories h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .top-categories h2::before {
    display: none;
  }
}



/* widget section */

@media only screen and (max-width: 1199px) {
  .span-inner-des {
    top: 10px;
    left: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .span-inner-des span:nth-of-type(1) {
    padding: 0;
  }

  .span-inner-des span:nth-of-type(1)::after {
    right: -70px;
    top: 10px !important;
    left: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .span-inner-des span:nth-of-type(1) {
    font-size: 18px;
  }

  .span-inner-des span:nth-of-type(1)::after {
    top: 28px;
  }

  .span-inner-des span:nth-of-type(2) {
    font-size: 24px;
  }
}

@media only screen and (max-width: 980px) {
  .span-inner-des span:nth-of-type(1) {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1px) {
  .span-inner-des span:nth-of-type(1) {
    font-size: 15px;
  }

  .span-inner-des span:nth-of-type(2) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .span-inner-des span:nth-of-type(2) {
    display: none;
  }

  .span-inner-des {
    top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .span-inner-des span:nth-of-type(1) {
    font-size: 12px;
  }

  .span-inner-des span:nth-of-type(1)::after {
    display: none;
  }

  .span-inner-des {
    top: 10px;
    left: 15px;
  }
}

/* beast deals section */

@media (max-width: 1250px) {
  .best-deals .col-xl-7 {
    flex: 0 0 auto;
    width: auto;
  }
}

@media only screen and (max-width: 1020px) {
  .best-deals h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .best-deals h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .best-deals h2::before {
    display: none;
  }
}


@media only screen and (max-width: 1200px) {
  .span-inner-des__best span:nth-of-type(2) {
    font-size: 26px;
  }

  .best-img {
    height: auto;
  }

  .best-img img {
    max-width: 100%;
    border-radius: 10px;
    width: auto;
    height: auto;
  }


  .best-img::before {
    bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .best-img {
    display: none;
  }
}

@media only screen and (max-width: 1009px) {
  .span-inner-des__best span:nth-of-type(2) {
    font-size: 22px;
  }
}

@media only screen and (max-width: 861px) {
  .span-inner-des__best span:nth-of-type(2) {
    font-size: 18px;
    line-height: 35px;
  }
}



/* Customer review section */

@media only screen and (max-width: 1020px) {
  .customers h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .customers h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .customers h2::before {
    display: none;
  }
}


@media only screen and (max-width: 979px) {
  .testmonial-description h4 {
    font-size: 16px;
  }

  .testmonial-description blockquote {
    font-size: 14px;
    line-height: 28px;
  }

  .testmonial-image img {
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .testmonial-description blockquote {
    line-height: 24px;
  }

  .testmonial-image img {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .customers {
    padding: 0;
  }
}

@media only screen and (max-width: 363px) {
  .testmonial-description {
    width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .slider-header-customers {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 979px) {
  .slider-header-customers {
    padding-top: 0px;
  }
}


/* Featured filter slider section */


@media only screen and (max-width: 1020px) {
  .featured-product h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 780px) {
  .featured-product h2 {
    display: none;
  }

  .featured-filters {
    flex: 1;
  }

  .slider-header-filter,
  .slider-header-filter-2,
  .slider-header-filter-3 {
    padding-top: 21px;
    padding-bottom: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .featured-product {
    padding: 0px 0px 40px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .featured-filters span {
    font-size: 14px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 479px) {
  .featured-filters span {
    font-size: 12px;
    margin: 0 6px;
  }
}





/* banners section */

@media only screen and (max-width: 768px) {
  .span-inner-banner p:nth-of-type(1) {
    font-size: 14px;
  }

  .banners .col-md-6:nth-of-type(1) .banner-img {
    margin-bottom: 16px !important;
  }
}

@media only screen and (max-width: 980px) {
  .span-inner-banner p:nth-of-type(1) {
    display: none;
  }
}


@media only screen and (max-width: 1199px) {
  .span-inner-banner p:nth-of-type(2) {
    font-size: 16px;
  }
}

@media only screen and (max-width: 979px) {
  .span-inner-banner p:nth-of-type(2) {
    font-size: 16px !important;
  }

  .span-inner-banner p:nth-of-type(3) {
    font-size: 14px;
    line-height: 18px;
  }

}

@media only screen and (max-width: 1199px) {
  .span-inner-banner p:nth-of-type(2) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .span-inner-banner p:nth-of-type(1) {
    display: block;
  }

  .span-inner-banner p:nth-of-type(2) {
    font-size: 20px !important;
    line-height: 30px;
  }

  .span-inner-banner {
    left: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .span-inner-banner .slider_btn {
    padding: 5px 15px;
    font-size: 12px;
  }

  .span-inner-banner p:nth-of-type(1) {
    display: none;
  }

  .span-inner-banner p:nth-of-type(3) {
    display: none;
  }

  .span-inner-banner {
    width: 36% !important;
  }

  .span-inner-banner p:nth-of-type(2) {
    font-size: 16px !important;
  }

  .span-inner-banner .slider_btn {
    margin-top: 20px !important;
    padding: 9px 15px !important;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 354px) {
  .span-inner-banner {
    width: 40% !important;
  }

}

@media only screen and (max-width: 980px) {
  .span-inner-banner .slider_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    text-transform: capitalize;
    transition: .3s ease;
    background-color: #015ADE;
    border-radius: 30px;
    letter-spacing: 0.3px;
    box-shadow: 0 0 5px #0003;
    display: inline-block;
    cursor: pointer;
  }

  .span-inner-banner {
    width: 50%;
  }

  .span-inner-banner p:nth-of-type(2) {
    line-height: normal;
  }
}

@media only screen and (max-width: 1199px) {
  .span-inner-banner .slider_btn {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .span-inner-banner .slider_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    text-transform: capitalize;
    transition: .3s ease;
    background-color: #015ADE;
    border-radius: 30px;
    letter-spacing: 0.3px;
    box-shadow: 0 0 5px #0003;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
  }
}


/* Top rated section */

@media (min-width: 1200px) {
  .top-rated-product .col-xl-4 {
    flex: 0 0 auto;
    width: 39.333333%;
  }

  .top-rated-product .col-xl-7 {
    flex: 0 0 auto;
    width: 60.333333%;
  }
}


@media (max-width: 1240px) {
  .top-rated-product .col-xl-7 {
    flex: 0 0 auto;
    width: auto;
  }
}


@media (max-width: 1240px) {
  .topRated-img img {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
  }
}


@media only screen and (max-width: 1020px) {
  .top-rated-product h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .top-rated-product h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .top-rated-product h2::before {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width:1240px) {
  .span-inner-des__best span:nth-of-type(2) {
    font-size: 22px;
  }
}

@media screen and (max-width:1200px) {
  .span-inner-des__best span:nth-of-type(2) {
    line-height: normal;
  }
}


@media only screen and (max-width: 768px) {
  .span-inner-des__best span:nth-of-type(2) {
    padding: 0px 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .span-inner-des__best .slider_btn {
    padding: 5px 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 980px) {
  .span-inner-des__best .slider_btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
  }
}



/* Best seller section */

@media (min-width: 1200px) {
  .best-seller .col-xl-5 {
    flex: 0 0 auto;
    width: 39.333333%;
  }

  .best-seller .col-xl-7 {
    flex: 0 0 auto;
    width: 60.333333%;
  }
}


@media (max-width: 1240px) {
  .best-seller .col-xl-7 {
    flex: 0 0 auto;
    width: auto;
  }

  .order {
    order: -1;
  }

  .bestSeller-img img {
    height: auto;
  }

  .best-seller .span-inner-des__best input[type="email"] {
    padding: 8px 0 8px 15px;
    height: 40px;
    font-size: 12px;
  }

  .best-seller .span-inner-des__best input[type="submit"] {
    padding: 10px 30px;
    height: 34px;
    top: 3px;
  }

  .best-seller .span-inner-des__best span:nth-of-type(1) {
    padding: 0px;
  }

  .best-seller .span-inner-des__best span:nth-of-type(2) {
    padding: 0px;
  }
}

@media only screen and (max-width: 1020px) {
  .best-seller h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .best-seller h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .best-seller h2::before {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .best-seller .span-inner-des__best span:nth-of-type(1) {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  .best-seller .span-inner-des__best .subscribe-input {
    width: 73%;
  }

  .best-seller .span-inner-des__best span:nth-of-type(1) {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 576px) {
  .best-seller .span-inner-des__best .subscribe-input {
    width: 90%;
  }
}


@media screen and (max-width:482px) {
  .best-seller .span-inner-des__best span:nth-of-type(2) {
    font-size: 14px;
  }
}

/* Out latest blog  section */


@media only screen and (max-width: 1020px) {
  .latest-blog h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .latest-blog h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .latest-blog h2::before {
    display: none;
  }
}

@media screen and (max-width:1260px) {
  .image-block-latest img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .latest-blog .p-slide {
    padding: 0px 8px;
  }

  .wrapper-latest .product-detail-wrapper {
    width: auto;
  }

  .wrapper-latest .product-detail-wrapper span:nth-of-type(2) {
    margin: 9px 0px 0px;
  }
}

@media only screen and (max-width: 980px) {
  .latest-blog {
    margin-top: 10px;
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width:768px) {
  .wrapper-latest .product-detail-wrapper span:nth-of-type(1) {
    font-size: 14px;
  }

  .wrapper-latest .product-detail-wrapper span:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
  }

  .wrapper-latest .product-detail-wrapper h3 {
    font-size: 22px;
  }
}

@media screen and (max-width:575px) {
  .wrapper-latest .product-detail-wrapper h3 {
    font-size: 20px;
  }

  .wrapper-latest .product-detail-wrapper span:nth-of-type(2) {
    margin: 0;
  }
}

@media screen and (max-width:610px) {
  .wrapper-latest .product-detail-wrapper h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper-latest .product-detail-wrapper h3 {
    font-size: 22px;
  }
}


@media only screen and (max-width: 768px) {
  .latest-blog {
    margin-top: 0px !important;
  }

  .wrapper-latest .product-detail-wrapper span:nth-of-type(1) {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1259px) {
  .latest-blog {
    margin-top: 25px;
  }
}


/* Services */

@media only screen and (max-width: 1320px) {
  .service-description div {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .service-content {
    display: block;
  }

  .service-img {
    padding-right: 0px;
    display: flex;
    justify-content: center;
  }

  .service-description {
    text-align: center;
    padding-top: 5px;
  }

  .service-description div {
    font-size: 16px;
  }
}


@media (min-width: 992px) {
  .services .col-lg-2 {
    flex: 0 0 auto !important;
    width: 20% !important;
  }
}

@media (min-width: 576px) {
  .services .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .services .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .service-description {
    text-align: inherit;
    padding-top: 2px;
  }

  .service-img {
    margin: 0;
    padding-right: 16px;
  }

  .service-content {
    padding-bottom: 55px;
    align-items: initial;
    display: flex;
  }
}


@media only screen and (max-width: 576px) {
  .services .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .service-content {
    padding-bottom: 40px;
  }
}


/* Footer */

/* Footer widget area */

@media only screen and (max-width: 1200px) {

  .s-media .title,
  .download-links span {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {

  .s1,
  .s2 {
    height: 30px;
    width: 90px;
    background-size: 90px;
  }

  .text-widget {
    font-size: 14px;
    line-height: 40px;
  }

  .download-links {
    padding-top: 5px;
  }

  .s-media {
    padding-top: 20px;
  }

  ul.follow-us li a {
    height: 38px;
    width: 38px;
    line-height: normal;
  }

  ul.follow-us li a i {
    font-size: 16px !important;
    padding-top: 5px;
    line-height: 28px;
  }

  .footer-information h3,
  .footer-category h3,
  .footer-contact h3 {
    font-size: 20px;
  }

  ul.information-links li,
  ul.category-links li,
  ul.contact-links li {
    line-height: 35px;
  }

  ul.information-links li a,
  ul.category-links li a,
  ul.contact-links li a {
    font-size: 14px !important;
  }

  .contact_email a {
    font-size: 14px !important;
  }

  .address {
    margin-top: 5px;
  }

  .address_contact {
    font-size: 14px;
    line-height: 35px;
  }

  .phone_contact {
    font-size: 14px;
  }

  .footer-link {
    padding: 20px 0;
  }

  .footer-link .link span {
    font-size: 16px;
  }

  .footer-link .link ul li a {
    font-size: 14px;
  }

  .site_author a {
    font-size: 14px !important;
    line-height: 35px;
  }

  .footer-payment {
    padding-top: 4px;
  }

  .footer-logo {
    margin-bottom: 18px !important;
  }
}

@media only screen and (max-width: 992px) {
  .address_contact {
    line-height: 45px;
    width: auto;
  }

  .footer-contact {
    margin: 25px 0 0 0;
  }

  .footer-widget-area {
    padding: 30px 0;
  }

  .footer-contact h3 {
    margin-bottom: 15px !important;
  }

  .text-widget {
    line-height: 30px;
  }

  .footer-logo {
    margin-bottom: 5px !important;
  }
}


/* Footer widget area for media */

@media only screen and (max-width: 768px) {

  .footer .none {
    display: none;
  }

  .footer-widget-area__media.none {
    display: block !important;
  }


  .information-links__media {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    height: 240px;
    font-family: Arial;
    width: 100%;
    padding: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 1s ease;
  }

  .email {
    background-position-y: 38%;
  }

  .address {
    background-position-y: 47%;
  }

  .email,
  .address,
  .phone {
    background-size: 20px;
  }

  .footer-widget-area__media {
    margin-top: 30px;
  }

  .category-links__media {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    height: 275px;
    font-family: Arial;
    width: 100%;
    padding: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 1s ease;
  }

  .footer-contact__media {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    height: 155px;
    font-family: Arial;
    width: 100%;
    padding: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 1s ease;
  }

  .information-links__media.closed {
    height: 23px;
  }

  .category-links__media.closed,
  .footer-contact__media.closed {
    height: 25px;
  }

  .information-links__media li,
  .category-links__media li,
  .footer-contact__media li {
    position: relative;
    line-height: 35px;
  }



  .information-links__media li a h3,
  .category-links__media li a h3,
  .footer-contact__media li a h3 {
    margin: 0;
    padding: 5px 0;
    text-align: left;
    margin-bottom: 0 !important;
    text-decoration: none;
    color: #000;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: bold;
  }

  .information-links__media li a,
  .category-links__media li a,
  .footer-contact__media li a {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: .3s ease;
  }

  .information-links__media li a:hover {
    color: #015ADE;
  }

  .category-links__media li a:hover {
    color: #015ADE;
  }

  .footer-contact__media li a:hover {
    color: #015ADE;
  }

  .information-links__media li span::after {
    content: "\f107";
    position: absolute;
    right: 0px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #000 !important;
    top: 0px;
    text-align: center;
    z-index: 9;
    transition: 0.5s;
  }

  .category-links__media li span::after {
    content: "\f107";
    position: absolute;
    right: 0px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #000 !important;
    top: 0px;
    text-align: center;
    z-index: 9;
    transition: 0.5s;
  }

  .footer-contact__media li span::after {
    content: "\f107";
    position: absolute;
    right: 0px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #000 !important;
    top: 0px;
    text-align: center;
    z-index: 9;
    transition: 0.5s;
  }

  .footer-payment {
    padding-top: 8px;
  }

  .footer-payment div {
    width: 32px !important;
  }

  .footer-bottom {
    padding: 5px 0;
    border-top: 1px solid #e2e2e2;
    margin-top: 30px;
  }

  .site_author {
    padding-top: 2px;
  }

  .footer-logo,
  .text-widget,
  .download-links,
  .stores,
  .s-media {
    margin: auto;
    text-align: center;
  }

  .s-media {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .footer-bottom {
    flex-direction: column;
  }

  .footer-payment {
    padding-top: 0px;
  }
}


@media only screen and (max-width: 355px) {
  .site_author {
    font-size: 12px;
  }

  .site_author a {
    font-size: 13px !important;
  }
}


@media only screen and (max-width: 403px) {
  .footer-contact__media {
    height: 180px;
  }

  .address {
    background-position-y: 20%;
  }

  .address_contact {
    line-height: 35px;
    width: auto;
  }
}


/* All slider arrows media styles */

@media only screen and (max-width: 355px) {
  .slider-header-filter .slick-arrow.slick-next {
    margin: 0px 8px 0 0px;
    width: 28px;
    height: 28px;
  }

  .slider-header-filter .slick-arrow.slick-prev {
    margin: 0px 8px 0 0px;
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .slick-arrow.slick-next {
    margin: 0px 8px 0 8px;
    width: 28px;
    height: 28px;
  }

  .slick-arrow.slick-prev {
    margin: 0px 8px 0 8px;
    width: 28px;
    height: 28px;
  }
}

/* Scroll to top button */

@media only screen and (max-width: 768px) {
  .ScrollActive {
    right: 15px;
    font-size: 28px;
    width: 42px;
    height: 42px;
  }

  .to-top {
    right: 15px;
  }
}

/* Magnific pop up */

@media only screen and (max-width: 460px) {
  .popUp-content {
    width: 240px;
  }

  .header h3 {
    font-size: 18px;
  }

  .subheading {
    font-size: 12px;
  }

  .inputs input[type=submit] {
    font-size: 12px;
  }
}