@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) {
  nav .mLogo {
    width: 10% !important;
  }

  nav .accOption {
    width: fit-content !important;
  }

  nav .mSearchBar {
    width: 62% !important;
  }

  .cartIcon {
    width: 200px !important;
  }
}

@media(max-width:1024px) {
  .navCategories .inheritPlanogram a {
    font-size: 12px !important;
    height: inherit !important;
    padding: 6px 12px !important;
    margin-right: 0 !important;
  }

  .navCategories .cat {
    font-size: 12px !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;
  }

  .modal-dialog {
    max-width: fit-content;
    margin: auto !important;
  }

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

  .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;
  }
  */




  /* New Mobile Menu */

  /* Mobile Navigation */

  .mobileHeader {
    display: block;
  }

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

  footer .webView {
    display: none;
  }

  footer .mobView {
    display: block;
  }

  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: transparent;
    height: 65px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 20px;
    right: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    /*width: 40px;*/
  }

  #listingFiltration input {
    width: 50% !important;
  }

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

  .headerOuter.scrollNav #menuToggle span {
    background: #000;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 7px;
    position: relative;
    background: #000;
    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(0px, -1px);
    background: #000;
  }

  #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(3px, -1px);
  }

  #menu, #filtrationOpt {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    margin: -50px 0 0 -1px;
    padding: 65px 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);
  }

  #filtrationOpt {
    width: 100%;
    padding: 20px;
    top: 16%;
  }

  #filtrationOpt li {
    list-style: none !important;
  }

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

  #menuToggle input:checked ~ #menu, #listingFiltration input:checked ~ #menu {
    transform: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .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;
  }

  .mobileHeader .transparentWhiteBtn {
    width: auto;
    padding: 7px 14px;
    height: auto;
  }

  #menu .lImage {
    margin-left: 24px !important;
  }

  .bottomSide {
    background: #fff;
    bottom: 0;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
  }

  .closeSideBar {
    width: 35px;
    height: 35px;
    background: #1cbbb4;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 44px;
    right: 35px;
    top: 25px;
  }

  .closeSideBar input:checked ~ #menu {
    transform: translate(-100%, 0);
  }

  #menu ul {
    height: 100%;
    overflow: auto;
  }

  .mobileHeader .mMenu a {
    font-size: 16px;
    color: #424242 !important;
  }

  .mobileHeader .mMenu {
    display: none;
  }

  .mobileHeader .mMenu.active {
    display: block;
  }

  .mobileLogo {
    width: 75px;
  }

  .mobHUserIcon {
    width: 35px;
  }

  .testCart {
    top: 6px;
    right: 8px;
  }

  .mSearchOuter {
    width: 36px !important;
    height: 36px !important;
    background: #eee;
    border-radius: 35px;
  }

  .mSearchOuter img {
    width: 26px;
  }

  .mobileSearchInner {
    background: #eee;
    border-radius: 8px;
    height: 35px;
    width: 100%;
  }

  .mobileSearchInner input {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    border-radius: 8px !important;
  }

  .mobileSearchInner input::focus {
    outline: none;
  }

  .mSBtn {
    width: 80px;
    font-size: 14px;
    border: 0;
    background: #000;
    color: #fff;
    border-radius: 6px;
    margin: 3px;
  }

  #profileSidebar ul li {
    line-height: 32px !important;
  }

  .searchSuggestion {
    margin-top: -6px;
    background: #eee;
    position: absolute;
    left: 0;
    right: 0;
  }

  .searchSuggestion ul:has(li) {
    height: 400px;
    overflow-y: scroll;
  }

  .searchSuggestion ul li {
    list-style: none;
    /*line-height: 28px;*/
    /*padding-left: 16px;*/
  }

  .searchSuggestion ul li a {
    background: #eeeeee !important;
    border: 0 !important;
    border-bottom: solid 1px #d8d8d8 !important;
  }

  .searchSuggestion ul li a:first-child {
    border-top: solid 1px #d8d8d8 !important;
  }

  .bbottom:last-child, .searchSuggestion ul li a:last-child {
    border-bottom: 0 !important;
  }

  #listView, .listingTopGrid {
    display: none !important;
  }

  #gridView {
    display: block !important;
  }

  .productDetail .pDescription img {
    width: 100% !important;
    height: auto !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;
  }

  .modal-dialog {
    margin: 10px !important;
  }

  .shopByCategory .cWidth {
    width: 50% !important;
    margin-bottom: 10px !important;
  }

  .shopByCategory .cWidth:nth-child(odd) {
    padding-right: 6px;
  }

  .shopByCategory .cWidth:nth-child(even) {
    padding-left: 6px;
  }

  .font10 {
    font-size: 8px !important;
  }

  .font12 {
    font-size: 10px !important;
  }

  .font13 {
    font-size: 12px !important;
  }

  .font14 {
    font-size: 12px !important;
  }

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

  .font16 {
    font-size: 15px !important;
  }

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

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

  .font22 {
    font-size: 20px !important;
  }

  .font25 {
    font-size: 22px !important;
  }

  .font28 {
    font-size: 26px !important;
  }

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

  .mobileLogo {
    width: 60px;
  }

}

@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;
  }

  .loginSignup .modal-content .cDetails {
    display: none;
  }

  .loginSignup .sideInfo {
    padding-left: 0 !important;
  }

  .loginSignup .credentialsDetail {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .loginSignup .modal-dialog {
    margin: 10px -5px !important;
  }

  .loginFooter p {
    display: none;
  }

  #gridView .product-row {
    width: 50% !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;
  }

  .font10 {
    font-size: 8px !important;
  }

  .font12 {
    font-size: 10px !important;
  }

  .font13 {
    font-size: 12px !important;
  }

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

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

  .font16 {
    font-size: 15px !important;
  }

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

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

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

  .font25 {
    font-size: 20px !important;
  }

  .font28 {
    font-size: 24px !important;
  }

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

  .mobileLogo {
    width: 50px !important;
  }

  #menuToggle {
    top: 10px !important;
  }

  .cart-badge {
    min-width: 22px;
    min-height: 22px;
    font-size: 10px;
    right: 10px;
    top: -4px;
  }

  .mobHUserIcon {
    width: 30px;
  }

  #menu, #filtrationOpt {
    width: 100%;
  }

  .createOne {
    font-size: 12px !important;
  }

  .loginFooter h6 {
    font-size: 12px;
  }

  .loginFooter .w-25 {
    width: 50% !important;
  }

  .loginSignup  {
    padding: 0 15px !important;
  }

  .loginSignup .lHeader {
    padding: 0 !important;
  }

  .loginSignup .credentialsDetail .steps {
    width: 30% !important;
  }

  .loginSignup input::placeholder {
    font-size: 14px !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;
  }

  .font10 {
    font-size: 6px !important;
  }

  .font12 {
    font-size: 8px !important;
  }

  .font13 {
    font-size: 10px !important;
  }

  .font14 {
    font-size: 11px !important;
  }

  .font15 {
    font-size: 12px !important;
  }

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

  .font18 {
    font-size: 12px !important;
  }

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

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

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

  .font28 {
    font-size: 22px !important;
  }

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