/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --font-family: "Red Hat Display", sans-serif;
  --main-color: #FF0000;
  --white-color: #ffffff;
  --black-color: #000000;
  --optional-black-color: #202020;
  --paragraph-color: #666666;
  --font-size: 16px;
  --transition: .6s;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

button {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--black-color);
  font-weight: bold;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--paragraph-color);
}
p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

/*================================================
MF Default Btn CSS
=================================================*/
.mf-default-btn {
  display: inline-block;
  padding: 18px 40px;
  background-color: var(--black-color);
  color: var(--white-color);
  font-weight: 500;
  transition: var(--transition);
  letter-spacing: 0.5px;
}
.mf-default-btn:hover {
  background-color: var(--optional-black-color);
}

/*================================================
MF Section Title CSS
=================================================*/
.mf-section-title {
  margin-bottom: 35px;
}
.mf-section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
}
.mf-section-title .view-btn {
  font-weight: 600;
  color: var(--black-color);
}
.mf-section-title .view-btn:hover {
  color: var(--main-color);
}

/*================================================
MF Facility Area CSS
=================================================*/
.mf-facility-area {
  background-color: var(--optional-black-color);
  padding-top: 50px;
  padding-bottom: 25px;
}

.mf-facility-card {
  margin-bottom: 25px;
}
.mf-facility-card .title {
  position: relative;
  padding: 25.5px 0 25.5px 95px;
}
.mf-facility-card .title .icon {
  display: inline-block;
  height: 75px;
  width: 75px;
  background-color: var(--black-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mf-facility-card .title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.mf-facility-card .title h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  color: var(--white-color);
}

/*================================================
MF Featured Categories Area CSS
=================================================*/
.mf-featured-categories-card .categories-image {
  overflow: hidden;
  border-radius: 50%;
}
.mf-featured-categories-card .categories-image a img {
  border-radius: 50%;
  transition: var(--transition);
}
.mf-featured-categories-card .categories-content {
  text-align: center;
  margin-top: 20px;
}
.mf-featured-categories-card .categories-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.mf-featured-categories-card .categories-content h3 a {
  color: var(--black-color);
}
.mf-featured-categories-card .categories-content span {
  font-size: 14px;
  color: var(--paragraph-color);
  display: block;
  margin-top: 8px;
}
.mf-featured-categories-card:hover .categories-image a img {
  transform: scale(1.1);
}

.mf-featured-categories-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -77px;
}
.mf-featured-categories-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #D9D9D9;
  height: 40px;
  width: 40px;
  line-break: 40px;
  color: var(--black-color);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 25px;
  position: relative;
}
.mf-featured-categories-slides.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mf-featured-categories-slides.owl-theme .owl-nav [class*=owl-]:first-child {
  margin-left: 0;
}
.mf-featured-categories-slides.owl-theme .owl-nav [class*=owl-]:last-child {
  margin-right: 0;
}
.mf-featured-categories-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

/*================================================
MF Overview Area CSS
=================================================*/
.mf-overview-inner-area {
  background-image: url(../../assets/images/overview.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.mf-overview-inner-area::before {
  position: absolute;
  content: "";
  background-color: var(--black-color);
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
}
.mf-overview-inner-area .content {
  max-width: 360px;
}
.mf-overview-inner-area .content h3 {
  font-size: 42px;
  margin-bottom: 10px;
  color: var(--white-color);
  line-height: 1.4;
}
.mf-overview-inner-area .content p {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 0;
}
.mf-overview-inner-area .content .overview-btn {
  margin-top: 25px;
}
.mf-overview-inner-area .content .overview-btn .mf-default-btn {
  background-color: var(--white-color);
  color: var(--optional-black-color);
}
.mf-overview-inner-area .content .overview-btn .mf-default-btn:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

/*================================================
MF Collection Area CSS
=================================================*/
.mf-collection-image {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.mf-collection-image img {
  transition: var(--transition);
}
.mf-collection-image .content {
  max-width: 300px;
  position: absolute;
  top: 62px;
  left: 55px;
}
.mf-collection-image .content span {
  font-size: 20px;
  display: block;
  color: var(--optional-black-color);
  margin-bottom: 5px;
}
.mf-collection-image .content h3 {
  font-size: 42px;
  margin-bottom: 22px;
  line-height: 1.4;
}
.mf-collection-image:hover img {
  transform: scale(1.1);
}

/*================================================
MF Review Area CSS
=================================================*/
.mf-review-area {
  background: #F9F9F9;
}

.mf-review-card {
  text-align: center;
}
.mf-review-card p {
  color: var(--optional-black-color);
  max-width: 870px;
  margin: auto;
  font-size: 17px;
}
.mf-review-card .info {
  margin-top: 30px;
}
.mf-review-card .info img {
  max-width: 50px;
  border-radius: 50%;
}
.mf-review-card .info .title {
  margin-left: 15px;
  text-align: start;
}
.mf-review-card .info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.mf-review-card .info .title span {
  color: var(--paragraph-color);
  display: block;
  margin-top: 10px;
}

.mf-review-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.mf-review-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #D9D9D9;
  height: 40px;
  width: 40px;
  line-break: 40px;
  color: var(--black-color);
  border-radius: 50%;
  transition: var(--transition);
  font-size: 25px;
  position: absolute;
  left: 70px;
  top: 35%;
  transform: translateY(-35%);
}
.mf-review-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 70px;
  left: auto;
}
.mf-review-slides.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mf-review-slides.owl-theme .owl-nav [class*=owl-]:first-child {
  margin-left: 0;
}
.mf-review-slides.owl-theme .owl-nav [class*=owl-]:last-child {
  margin-right: 0;
}
.mf-review-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

/*================================================
MF Instagram Area CSS
=================================================*/
.mf-instagram-area {
  position: relative;
  z-index: 1;
}
.mf-instagram-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background: #F9F9F9;
  width: 100%;
  height: 285px;
  z-index: -1;
}

.mf-instagram-card {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.mf-instagram-card .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.mf-instagram-card .icon a i {
  font-size: 32px;
  color: var(--white-color);
  transition: var(--transition);
}
.mf-instagram-card .icon a i:hover {
  color: var(--main-color);
}
.mf-instagram-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.mf-instagram-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.mf-instagram-card:hover .icon {
  opacity: 1;
  visibility: visible;
}

/*================================================
MF Partner Area CSS
=================================================*/
.mf-partner-card {
  margin-bottom: 25px;
  text-align: center;
}

/*================================================
MF Page Banner Area CSS
=================================================*/
.mf-page-banner-area {
  background: #F9F9F9;
  padding-top: 55px;
  padding-bottom: 55px;
}

.mf-page-banner-content .list {
  padding-left: 0;
  margin-bottom: 0;
}
.mf-page-banner-content .list li {
  list-style-type: none;
  list-style-type: none;
  font-size: 14px;
  color: var(--paragraph-color);
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.mf-page-banner-content .list li::before {
  content: "\ea50";
  display: block;
  position: absolute;
  top: -2px;
  right: -25px;
  font-size: 18px;
  color: var(--paragraph-color);
  font-family: boxicons;
}
.mf-page-banner-content .list li:last-child {
  margin-right: 0;
}
.mf-page-banner-content .list li:last-child::before {
  display: none;
}
.mf-page-banner-content .list li a {
  color: var(--paragraph-color);
}
.mf-page-banner-content .list li a:hover {
  color: var(--black-color);
}
.mf-page-banner-content h2 {
  font-weight: 600;
  font-size: 20px;
  color: var(--optional-black-color);
  margin-bottom: 0;
}

/*================================================
MF Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 15px;
  display: flex;
}
.pagination-area .page-numbers {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: transparent;
  color: var(--black-color);
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  font-weight: 700;
  transition: var(--transition);
  margin-right: 20px;
  position: relative;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.pagination-area .page-numbers.current {
  background-color: var(--black-color);
  color: var(--white-color);
}
.pagination-area .page-numbers i {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pagination-area .page-numbers.prev {
  background: #E5E5E5;
  color: var(--black-color);
}
.pagination-area .page-numbers.prev:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.pagination-area .page-numbers.next {
  background: #E5E5E5;
  color: var(--black-color);
}
.pagination-area .page-numbers.next:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

/*================================================
MF Track My Order Area CSS
=================================================*/
.mf-track-order-content {
  max-width: 650px;
  margin: auto;
  background-color: #F9F9F9;
  padding: 45px;
}
.mf-track-order-content h2 {
  font-size: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}
.mf-track-order-content h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--black-color);
  width: 30px;
  height: 2px;
}
.mf-track-order-content form .form-group {
  margin-bottom: 25px;
}
.mf-track-order-content form .form-group label {
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.mf-track-order-content form .form-group .form-control {
  display: inline-block;
  height: 65px;
  outline: 0;
  box-shadow: unset;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: var(--paragraph-color);
  transition: var(--transition);
}
.mf-track-order-content form .form-group .form-control:focus {
  border: 1px solid var(--optional-black-color);
}
.mf-track-order-content form .mf-default-btn {
  border: none;
}

/*================================================
MF My Account Area CSS
=================================================*/
.mf-my-account-form {
  max-width: 550px;
  margin: auto;
  background-color: var(--white-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 45px 35px;
}
.mf-my-account-form h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.mf-my-account-form form {
  margin-top: 30px;
}
.mf-my-account-form form .form-group {
  margin-bottom: 25px;
}
.mf-my-account-form form .form-group label {
  color: var(--black-color);
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.mf-my-account-form form .form-group label span {
  color: var(--main-color);
}
.mf-my-account-form form .form-group .form-control {
  display: inline-block;
  width: 100%;
  height: 55px;
  border: none;
  background-color: #F9F9F9;
  border-radius: 0;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  letter-spacing: 0.02em;
  color: var(--paragraph-color);
  transition: var(--transition);
}
.mf-my-account-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraph-color);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.mf-my-account-form form .form-group .form-control::placeholder {
  color: var(--paragraph-color);
  transition: var(--transition);
}
.mf-my-account-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.mf-my-account-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.mf-my-account-form form .form-cookies-consent {
  margin-bottom: 0;
}
.mf-my-account-form form .form-cookies-consent a {
  color: var(--paragraph-color);
}
.mf-my-account-form form .form-cookies-consent a:hover {
  color: var(--black-color);
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:checked, .mf-my-account-form form .form-cookies-consent [type=checkbox]:not(:checked) {
  display: none;
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:checked + label, .mf-my-account-form form .form-cookies-consent [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraph-color);
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:checked + label:before, .mf-my-account-form form .form-cookies-consent [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
  background: #D9D9D9;
  border-radius: 50px;
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:checked + label:after, .mf-my-account-form form .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--black-color);
  border-radius: 50px;
  position: absolute;
  top: 7.5px;
  left: 5px;
  transition: all 0.2s ease;
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:hover + label:before {
  border-color: var(--main-color);
}
.mf-my-account-form form .form-cookies-consent [type=checkbox]:checked + label:before {
  border-color: var(--main-color);
}
.mf-my-account-form form .lost-your-password {
  text-align: end;
}
.mf-my-account-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: var(--paragraph-color);
  text-decoration-line: underline;
}
.mf-my-account-form form .lost-your-password a:hover {
  color: var(--black-color);
}
.mf-my-account-form form .mf-default-btn {
  border: none;
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
}
.mf-my-account-form form .mf-default-btn img {
  top: 0;
}
.mf-my-account-form .account-btn {
  text-align: center;
  margin-top: 25px;
}
.mf-my-account-form .account-btn span {
  display: block;
  margin-bottom: 20px;
}
.mf-my-account-form .account-btn span a {
  color: var(--paragraph-color);
}
.mf-my-account-form .account-btn span a:hover {
  color: var(--black-color);
}
.mf-my-account-form .account-btn .mf-default-btn {
  background: transparent;
  border: 1px solid var(--optional-black-color);
  color: var(--black-color) !important;
  width: 100%;
  margin-top: 0;
}
.mf-my-account-form .account-btn .mf-default-btn:hover {
  background-color: var(--optional-black-color);
  color: var(--white-color) !important;
}
.mf-my-account-form .sub-or {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 25px;
}
.mf-my-account-form .sub-or span {
  font-weight: 300;
  font-size: 15px;
  color: var(--paragraph-color);
  background: var(--white-color);
  padding: 0 30px;
}
.mf-my-account-form .sub-or::before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #EEEEEE;
}
.mf-my-account-form .mf-social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.mf-my-account-form .mf-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.mf-my-account-form .mf-social li:last-child {
  margin-right: 0;
}

/*================================================
MF Terms & Condition Area CSS
=================================================*/
.mf-terms-condition-content {
  max-width: 950px;
  margin: auto;
}
.mf-terms-condition-content .content {
  margin-bottom: 30px;
}
.mf-terms-condition-content .content:last-child {
  margin-bottom: 0;
}
.mf-terms-condition-content .content h3 {
  font-size: 20px;
  color: var(--optional-black-color);
  margin-bottom: 15px;
}
.mf-terms-condition-content .content p {
  margin-bottom: 0;
}

/*================================================
MF Privacy Policy Area CSS
=================================================*/
.mf-privacy-policy-content {
  max-width: 950px;
  margin: auto;
}
.mf-privacy-policy-content .content {
  margin-bottom: 30px;
}
.mf-privacy-policy-content .content:last-child {
  margin-bottom: 0;
}
.mf-privacy-policy-content .content h3 {
  font-size: 20px;
  color: var(--optional-black-color);
  margin-bottom: 15px;
}
.mf-privacy-policy-content .content p {
  margin-bottom: 0;
}

/*================================================
MF 404 Area CSS
=================================================*/
.mf-404-content {
  max-width: 665px;
  margin: auto;
  text-align: center;
}
.mf-404-content .content {
  margin-top: 45px;
}
.mf-404-content .content h3 {
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 12px;
}
.mf-404-content .content span {
  color: var(--paragraph-color);
}/*# sourceMappingURL=men-fashion-wear.css.map */