@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }

  .modal-xl {
    max-width: 1600px;
  }

  .shopByCategoru .lightShadow {
    height: 400px;
  }
}

@media(max-width:1399px) {
  .webHeader {
    display: none;
  }

  .mobileHeader {
    display: block;
  }

  /*.responsiveCat .slick-arrow, .featureProductSlider .slick-arrow {
    display: none !important;
  }*/

  header a {
    text-decoration: none;
    color: #1E1E23;
    opacity:1;
    font-size: 1.5em;
    font-weight: 400;
    transition: 200ms;
  }

  header a:hover {
    opacity:0.5;
  }

  .header ul {
    padding: 0;
    list-style-type: none;
  }

  header .phone {
    background-color: #36383F;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    Display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 30px 50px 100px #85888C;
  }

  header nav {
    background-color: #1E1E23;
    height: 65px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 15px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: 40px;
  }

  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
  }

  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);mobileHeader
  }

  #menu {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    margin: -50px 0 0 -1px;
    padding: 110px 0;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li {
    transition-delay: 2s;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
  }

  .mobileHeader .logo {
    padding-left: 50px;
    margin-top: -8px;
  }

  #mobileSerachBar {
    display: none;
  }

  .mobileHeader .mobileSerachBar {
    right: 0;
    left: 0;
  }

  #menu .megaMenuIcon {
    top: 0;
    right: 5px;
    bottom: 0;
    border-left: solid 1px #dee2e6;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #b3b3b3;
  }

  #profile {
    display: none;
    width: 150px;
    right: 0;
    top: 49px;
  }

  .content nav .logoImg {
    width: 60% !important;
  }

  .mobileHeader .topBar {
    padding: 9px 28px !important;
  }

  .mobileHeader .topBar label {
    font-size: 12px !important;
    color: #fff !important;
  }

  .mobileHeader .topBar label svg {
    font-size: 15px !important;
  }
}

@media(max-width:991px) {
  .topSlider .slick-arrow {
    display: none !important;
  }
  
  .featureProduct .topNav {
    text-align: left !important;
    padding-left: 0;
    padding-top: 10px;
  }

  footer .section-padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer .cBPadding {
    padding-bottom: 25px !important;
  }

  footer .cBPadding .pb-4 {
    padding-bottom: 0px !important;
  }

  footer .cBPadding .pb-4 img {
    padding-bottom: 15px !important;
  }

  .responsiveTable {
    width: 1000px;
  }

  .responsiveTable .cWidth {
    width: 10% !important;
  }
}

@media(max-width:799px) {

  .getInTouch .socialIcon {
    margin-bottom: 20px;
  }

  .formOuterSpacing {
    padding: 20px !important;
  }

  .getInTouch .comInfo .w-10 {
    width: 20% !important;
  }

  .getInTouch .comInfo .w-90 {
    width: 80% !important;
  }

  .getInTouch .comInfo .w-90 label {
    padding-left: 0 !important;
  }

  .content nav .logoImg {
    width: 80% !important;
  }

  .webSlider {
    display: none;
  }

  .mobSlider {
    display: block !important;
  }

  .shopByCategoru .col-md-6 {
    width: 50% !important;
    padding-right: 1rem !important;
  }

  .shopByCategoru .col-md-6 {
    padding: 0 !important;
    padding-bottom: 20px !important;
  }

  .shopByCategoru .col-md-6:nth-child(even) {
    padding-left: 6px !important;
  }

  .shopByCategoru .col-md-6:nth-child(odd) {
    padding-right: 6px !important;
  }

  .shopByCategoru h5 {
    font-size: 18px !important;
  }

  .ourBrands .logos:before, .ourBrands .logos:after {
    width: 60px;
  }

  .ourPartners .col-sm-6 {
    width: 50% !important;
  }

  .sectionHeading p br {
    display: none !important;
  }
}

@media(max-width:549px) {
  .mobileHeader .logoImg {
    width: 100% !important;
  }

  .ourBrands .logo_items img {
    height: 60px;
  }

  .productDetail .skuLabel {
    padding-top: 20px;
  }

  .ourPartners .col-sm-6 img {
    width: 90% !important;
  }

  footer {
    text-align: center !important;
  }

  footer .cBPadding p {
    width: 100% !important;
  }

  .mobileHeader .topBar label {
    font-size: 10px !important;
  }

  .mobileHeader .topBar label svg {
    font-size: 13px !important;
  }

  .sliderBtn .slick-arrow {
    background: #000 !important;
  }

  .sliderBtn .slick-prev {
    left: 6px !important;
  }

  .sliderBtn .slick-next {
    right: 3px !important;
  }
}

@media(max-width:449px) {
  #gridView .col-sm-6 {
    width: 50%;
  }

  #gridView h5 {
    font-size: 15px;
  }

  #gridView a {
    font-size: 14px;
  }

  #gridView .blackTransparentBtn {
    padding: 2px 20px;
    font-size: 12px;
  }

  #gridView .discount {
    top: 10px;
    right: 10px;
    font-size: 10px;
  }

  .featureProduct .topNav li {
    font-size: 14px;
  }

  .featureProduct .featureProductSlider h5 {
    font-size: 14px !important;
  }

  .featureProduct a .font18 {
    font-size: 16px !important;
  }

  .profilePage .topPImg {
    width: 25% !important;
    margin-bottom: 15px;
  }

  .profilePage .topPContent {
    width:  100% !important;
  }

  .getInTouch .comInfo p, .getInTouch .comInfo a {
    font-size: 16px !important;
  }

  .content nav .logoImg {
    width: 100% !important;
  }

  .ourPartners .col-sm-6 {
    width: 50% !important;
  }

  #profileSidebar.open {
    width: 100%;
  }

  .mobileHeader .float-right label a, .mobileHeader .float-right label svg {
    font-size: 16px !important;
  }

  .mobileHeader .float-right {
    padding-top: 22px !important;
  }

  #menuToggle span {
    width: 25px !important;
    height: 1px;
  }

  #menuToggle {
    top: 28px !important;
  }

  .mobileHeader .topBar label {
    font-size: 8px !important;
  }

  .mobileHeader .topBar label svg {
    font-size: 10px !important;
  }

  .mobileHeader .topBar {
    padding: 6px 28px !important;
  }

  .sliderBtn .slick-arrow {
    width: 32px !important;
    height: 32px !important;
  }

  .slick-prev:before, .slick-next:before {
    font-size: 15px !important;
    line-height: 35px !important;
  }
}

@media(max-width:349px) {
  .breadcrumbs li { 
    font-size: 14px !important;
  }

  .cartListing .qtySection {
    width: 50% !important;
  }

  .blackDarkBtn {
    padding: 5px 15px;
  }

  .getInTouch .comInfo .w-10 {
    width: 27% !important;
  }

  .getInTouch .comInfo .w-90 {
    width: 73% !important;
  }

  .ourBrands .logos:before, .ourBrands .logos:after {
    width: 300px !important;
  }

  footer .w-80 {
    width: 100% !important;
  }
}