@media (max-width: 1500px) {
  .carousel .carousel-item img {
    height: 500px;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .carousel .carousel-item img {
    height: 500px;
  }
  footer .store-hours li {
    font-size: 15px;
  }
  .owl-prev,
  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
  }
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
  .owl-prev i,
  .owl-next i {
    color: #000;
  }
}

@media (max-width: 1100px) {
  .carousel-caption h3 {
    font-size: 56px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 43px;
  }
  .focus-images .btn {
    left: 92px;
  }
  .owl-prev,
  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
  }
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
  .owl-prev i,
  .owl-next i {
    color: #000;
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    width: 55%;
  }
  .navbar-menu > .nav-item > .nav-link {
    padding: 5px;
    font-size: 14px;
  }
  .navbar-nav {
    margin-right: 38px;
  }
  .focus-images .col-lg-4 img {
    height: 280px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 32px;
  }
  .focus-images .btn {
    left: 50px;
  }
  .focus-images .btn {
    bottom: 50px;
  }
}

@media (max-width: 851px) {
  .navbar-brand img {
    width: 55%;
  }
  .navbar-menu > .nav-item > .nav-link {
    padding: 5px;
    font-size: 14px;
  }
  .navbar-nav {
    margin-right: 38px;
  }
  .focus-images .col-lg-4 img {
    height: 280px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 32px;
  }
  .focus-images .btn {
    left: 50px;
  }
  .focus-images .btn {
    bottom: 50px;
  }
}

@media (max-width: 850px) {
  .navbar-brand img {
    width: 76%;
  }
  .ladies-week-container .text-container{
  top:86px;
  padding:25px 50px; 
  }
  .navbar-menu > .nav-item > .nav-link {
    padding: 3px;
    font-size: 12px;
  }
  .navbar-nav {
    margin-right: 38px;
  }
  .carousel-caption h3 {
    font-size: 38px;
  }
  .carousel-caption p {
    font-size: 0.85em;
  }
  .carousel .carousel-item img {
    height: auto;
    width: 100%;
  }
  .carousel .carousel-item {
    height: auto;
  }
  .focus-images .col-lg-4 img {
    height: 280px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 32px;
  }
  .focus-images .btn {
    left: 50px;
  }
  .focus-images .btn {
    bottom: 50px;
  }
  .store-hours-container {
    margin-left: auto;
    margin-right: auto;
  }
  .owl-prev,
  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
  }
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
  .owl-prev i,
  .owl-next i {
    color: #000;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 100%;
  }
  .navbar-menu > .nav-item > .nav-link {
    padding: 5px;
    font-size: 14px;
  }
  .navbar-nav {
    margin-right: 0px;
  }
  .navbar-brand {
    width: 10%;
  }
  .side-nav i {
    font-size: 13px;
  }
  .carousel .carousel-item img {
    height: 350px;
  }
  .carousel-caption {
    bottom: 22%;
  }
  .focus-images .col-lg-4 img {
    height: auto;
    width: 300px;
    margin: 0 100px;
  }
  .focus-images .col-lg-4 {
    margin-bottom: 20px;
  }

  .focus-images .col-lg-4 h1 {
    left: 31%;
    width: 39%;
    font-size: 32px;
    text-shadow: 0 3px 4px #000;
  }

  .focus-images .btn {
    left: 200px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    width: 100%;
  }
  .navbar-menu > .nav-item > .nav-link {
    padding: 5px;
    font-size: 14px;
  }
  .navbar-nav {
    margin-right: 0px;
  }
  .navbar-brand {
    width: 10%;
  }
  .side-nav i {
    font-size: 13px;
  }
  .carousel .carousel-item img {
    height: 350px;
  }
  .carousel-caption {
    bottom: 22%;
  }
  .focus-images .col-lg-4 img {
    height: auto;
    width: 300px;
    margin: 0 100px;
  }
  .focus-images .col-lg-4 {
    margin-bottom: 20px;
  }

  .focus-images .col-lg-4 h1 {
    left: 31%;
    width: 39%;
    font-size: 32px;
    text-shadow: 0 3px 4px #000;
  }

  .focus-images .btn {
    left: 200px;
  }
}

@media (min-width: 440px) and (max-width: 570px) {
  .navbar-brand img {
    width: auto;
  }
  footer .store-hours-container .col-sm-6:nth-child(1) {
    width: 50%;
  }
  footer .store-hours-container .col-sm-6:nth-child(2) {
    width: 40%;
  }
}

@media (max-width: 428px) {
  .navbar-brand {
    width: auto;
  }
  footer .store-hours-container .col-sm-6:nth-child(1) {
    width: 50%;
  }
  footer .store-hours-container .col-sm-6:nth-child(2) {
    width: 40%;
  }
  .focus-images .col-lg-4 img {
    margin: 0 40px;
  }
  .focus-images .btn {
    left: 130px;
    bottom: 35px;
  }
  .owl-prev,
  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
  }
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
  .owl-prev i,
  .owl-next i {
    color: #000;
  }
}


@media (min-width : 230px) and (max-width : 700px){
  .focus-images .col-lg-4 .focus-text h1,
  .focus-images .col-lg-4 .focus-text .btn {
    translate: 0 0;
    opacity: 1;
    position: initial;
  }
  
  .focus-images .col-lg-4 .focus-text h1 {
    color: #333;
    text-shadow: none;
  }
}

@media (max-width: 414px) {
  .focus-images .btn {
    left: 120px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 51px;
  }
  .focus-images .col-lg-4 img {
    height: auto;
  }
  .carousel .carousel-item {
    height: 350px;
  }
  .carousel-caption {
    bottom: 10%;
  }
  .carousel-caption h3 {
    font-size: 37px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    width: auto;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    padding: 6px;
  }
  footer .store-hours-container .col-sm-6:nth-child(1) {
    width: 50%;
  }
  footer .store-hours-container .col-sm-6:nth-child(2) {
    width: 40%;
  }
  footer .store-hours-container .col-sm-6:nth-child(3) {
    width: 35%;
  }
  .carousel .carousel-item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .focus-images .col-lg-4 img {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  .focus-images .col-lg-4 h1 {
    top: 98px;
    left: 0px;
    width: auto;
  }
  .navbar-brand {
    width: auto;
  }
  .styles-section img {
    height: auto;
  }
      .focus-images .col-lg-4 .focus-text h1,
      .focus-images .col-lg-4 .focus-text .btn {
        translate: 0 0;
        opacity: 1;
        position: initial;
      }
      
      .focus-images .col-lg-4 .focus-text h1 {
        color: #333;
        text-shadow: none;
      }
}

@media (max-width: 375px) {
  .carousel .carousel-item {
    height: auto;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 46px;
  }
  .focus-images .btn {
    bottom: 17px;
    left: 100px;
  }
  .navbar-menu > .nav-item > .nav-link {
    font-size: 24px;
    text-align: center;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    width: auto;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    padding: 6px;
  }
  footer .store-hours-container {
    font-size: 13px;
  }
  footer .store-hours-container .col-sm-6 {
    width: 50%;
  }
  .carousel-caption h3 {
    font-size: 28px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
  .carousel-caption {
    position:relative;
    text-align:left;
    color:#000;
  }
  .carousel .carousel-item img {
    display: block;
    object-fit: cover;
    width: 100%;
    
    height: 100%;
  }
  .focus-images .col-lg-4 img {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  .focus-images .col-lg-4 h1 {
    top: 98px;
    left: 0px;
    width: auto;
  }
  .navbar-brand {
    width: auto;
  }
    .focus-images .col-lg-4 .focus-text h1,
    .focus-images .col-lg-4 .focus-text .btn {
      translate: 0 0;
      opacity: 1;
      position:initial;
    }
    .focus-images .col-lg-4 .focus-text h1{
      color:#333;
      text-shadow:none;
    }
  .styles-section img {
    height: auto;
  }
}

@media (max-width: 360px) {
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    width: 340px;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    padding: 6px;
  }
  .carousel .carousel-item img {
    height: 350px;
    width: 100%;
  }
  .focus-images .col-lg-4 .focus-text h1,
  .focus-images .col-lg-4 .focus-text .btn {
    translate: 0 0;
    opacity: 1;
  }
}

@media (max-width: 320px) {
  .focus-images .btn {
    left: 75px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 40px;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    width: 280px;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    padding: 6px;
  }
  footer .store-hours-container .col-sm-6:nth-child(2) {
    width: 46%;
  }
  footer .store-hours-container .col-sm-6:nth-child(3) {
    width: 35%;
  }
  .carousel .carousel-item img {
    height: 350px;
    width: 100%;
  }
  footer .store-hours-container {
    padding: 30px 0;
  }
  .focus-images .col-lg-4 .focus-text h1,
  .focus-images .col-lg-4 .focus-text .btn {
    translate: 0 0;
    opacity: 1;
  }
  .styles-section img {
    height: auto;
  }
}

@media (max-width: 280px) {
  .focus-images .btn {
    left: 57px;
  }
  .focus-images .col-lg-4 h1 {
    font-size: 34px;
  }
  .focus-images .col-lg-4 h1 {
    top: 77px;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    width: 280px;
  }
  .mk-fullscreen-search-overlay
    #mk-fullscreen-search-wrapper
    #mk-fullscreen-searchform
    #mk-fullscreen-search-input {
    padding: 6px;
  }
  footer .store-hours-container .col-sm-6:nth-child(2) {
    width: 65%;
  }
  footer .store-hours-container .col-sm-6:nth-child(3) {
    width: 35%;
  }
  .carousel .carousel-item img {
    height: 350px;
    width: 100%;
  }
  .fa-bars {
    color: #fff;
  }
  .focus-images .col-lg-4 img {
    margin-top: 15px;
  }
  .focus-images .col-lg-4 .focus-text h1,
  .focus-images .col-lg-4 .focus-text .btn {
    translate: 0 0;
    opacity: 1;
  }
}

@media(max-width:1366px){
  .carousel .carousel-item img{
    height:auto;
  }
}

@media(min-width:320px) and (max-width:575px){
  .navbar-brand{
    width:100%;
  }
  .navbar-brand img{
    width:50%;
  }
  .carousel .carousel-item img{
    height:auto;
    box-shadow: none;
    /* border-bottom: 5px solid #b6b768; */
    border-bottom: 5px solid #d4e6cb;
  }
  .carousel-fade{
    border-bottom:none;
  }
  .carousel-caption{
    left:0px;
    background-color:#f2f2f2;
    padding-left:15px;
    color:#000;
    width:100%;
    text-align:left;
  }
}



@media(min-width:320px) and (max-width:768px){
  .ladies-week-container .text-container {
      position: relative;
      top:0;
    }
}
