@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.navbar.nav-wrapper-dark.alt-bg {
  background-color: #ea2127;
}
.nav > li {
  line-height: 1;
}
.navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.dropdown-item,
.mega-menu-content a {
  font-weight: 400;
}

.mega-menu-content [class*="col-"]:first-child {
  padding-left: 35px;
}
.mega-menu-content [class*="col-"] {
  margin-bottom: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  background-color: #fff;
  color: #000;
}
.mega-menu-content a {
  color: #000;
}
.mega-menu-content .title {
  color: #000 !important;
}

.overlay5 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  width: 50%;
  padding: 25px 35px;
  pointer-events: none;
  text-align: left;
}
.overlay {
  height: calc(100vh - 75px);
}
figure.overlay img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.overlay:not(.caption-dark) * {
  color: #000 !important;
  font-size: 48px;
}
.caption p {
  line-height: 1;
  font-weight: 600;
  opacity: 0.6;
}
.swiper-container-wrapper .swiper-pagination.gap-large {
  bottom: 30px;
  text-align: right;
  padding-right: 50px;
}
#center-banner {
  height: 100vh;
}
.h-100 {
  height: 100%;
}
.h-50 {
  height: 50%;
}
.boxed-image {
  height: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
}
.boxed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1) translateX(0);
  transition: all 0.3s ease;
}
.boxed-image .boxed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea2127;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.boxed-image .boxed-overlay h2 {
  color: #fff;
  font-weight: 400;
}
.boxed-image:hover img {
  transform: scale(1.1) translateX(15px);
}
.boxed-image:hover .boxed-overlay {
  opacity: 1;
  visibility: visible;
}
.redColor {
  color: #ea2127;
}
footer .widget img {
  width: auto;
  height: 35px;
  filter: invert(1);
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  #center-banner {
    height: auto;
  }
  .overlay.caption-wrapper figcaption {
    display: block !important;
  }
  .overlay:not(.caption-dark) * {
    color: #000 !important;
    font-size: 32px;
  }
  #center-banner .row > [class*="col-"] {
    margin-bottom: 0 !important;
  }
  .section-title.larger {
    font-size: 24px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    text-align: center;
  }
  .navbar .navbar-collapse {
    background: #fafafa;
  }
  .navbar-nav .nav-link {
    color: #1a1a1a !important;
  }
  .dropdown-menu,
  .dropdown-item,
  .dropdown-item:hover {
    color: rgb(0 0 0);
  }
  .boxed-image .boxed-overlay {
    /* background-color: transparent; */
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0;
    padding: 8px 12px;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .boxed-image .boxed-overlay h2 {
    margin-bottom: 0;
  }
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  color: #131313;
}
.custom-button {
  background-color: #fff;
  color: #000 !important;
  line-height: 1;
  font-size: 14px;
  padding: 12px 16px;
}
.inverse-text .social-mute .custom-button i {
  color: #000 !important;
}
.custom-button:hover {
  background-color: #000;
  color: #fff !important;
}
.modal .modal-dialog {
  background-color: #fff;
}
.fixed-button {
  position: fixed;
  bottom: 120px;
  right: 0;
  transform: rotate(-90deg) translateY(90px);
  z-index: 9;
}
.boxed-image .image-text {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-weight: 400;
}
.category-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  overflow-x: auto;
  margin-bottom: 20px;
}
.category-list::-webkit-scrollbar {
  height: 3px;
}

.category-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.category-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.category-list p {
  flex: 0 0 auto;
  margin: 0 7px;
  padding: 6px 5px;
}
.category-list p a {
  display: block;
  color: #000;
  border-bottom: 2px solid transparent;
}
.category-list p .active {
  color: #ea2127;
  border-bottom: 2px solid #ea2127;
}
.category-list p a:hover {
  border-color: #ea2127;
  color: #ea2127;
}
.filter-main {
  padding: 20px 15px;
}
.filter-box h5 {
  font-weight: 600;
}
.filter-inner-box {
  overflow: hidden;
  /* height: 0; */
  display: none;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-right: 8px;
}
.togglearrow i {
  transform: rotate(90deg);
}
.filter-inner-box h6 {
  font-size: 15px;
  font-weight: 400;
}
.filter-title {
  padding: 4px 8px;
}
.filter-title:hover {
  background-color: #fafafa;
}
.filter-title:hover {
  cursor: pointer;
}
.filter-inner-box ul {
  list-style-type: none;
  display: none;
  padding-left: 0;
}
.filter-inner-box h6:hover {
  cursor: pointer;
}
.filter-inner-box ul label {
  font-size: 14px;
  font-weight: 500;
}
.color-grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.color-grid .color-item {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
}
.color-grid .color-item i {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 0;
}
.color-grid .color-item.active i {
  opacity: 1;
}
.features-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.features-grid .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  line-height: 1.25;
}
.features-grid .feature-item p {
  margin-top: 16px;
  font-size: 14px;
}
.features-grid .feature-item img {
  width: 32px;
}
.customhrline {
  padding-top: 10px;
  margin-bottom: 10px;
}
.product-size ul,
.product-color ul {
  list-style-type: none;
  display: flex;
  padding: 0;
}
.product-size ul li {
  padding: 5px 12px;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  border-radius: 50px;
}
.product-size ul li:hover {
  cursor: pointer;
  border-color: #3a3a3a;
}
.product-size ul li.select {
  cursor: pointer;
  background-color: #3a3a3a;
  color: #fff;
}
.product-color ul li span {
  width: 32px;
  height: 32px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid transparent;
}
.product-color ul li span:hover {
  border: 1px solid #3a3a3a;
  cursor: pointer;
}
.product-color ul .select span {
  border: 2px solid #3a3a3a;
}
.swiper-slide .boxed-image .image-text {
  top: auto;
  bottom: 20px;
}
.media-wrap {
  position: relative;
}
.media-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 32px;
  color: #fff;
}
.media-wrap .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
