/* Typography */
/* Typography */
/* Omar */
/* Omar */
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Omar";
  src: url("Omar-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Utilities */
/* variables */
/* Font Family */
/* color */
/* border-color */
/* btn shadown */
/* shadow */
/* Mixing */
/* Components */
/* Common css */
body {
  margin: 0;
  background-color: #fff;
  letter-spacing: 0.03rem;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: currentColor;
}

p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Omar", sans-serif;
  color: #7a7a7a;
  line-height: 1.75;
}

.cr-banner {
  margin-bottom: 15px;
  text-align: center;
}
.cr-banner h2 {
  font-family: "Omar", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #2b2b2d;
}

.section-title {
  margin-bottom: 30px;
}
.section-title .cr-title {
  margin-bottom: 5px;
  padding: 0 64px;
  font-family: "Omar", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #2b2b2d;
  letter-spacing: 0;
  line-height: 22px;
}

.title-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-2 .cr-banner {
  margin-bottom: 5px;
}
.title-2 .cr-banner h2 {
  margin: 0;
  text-align: left;
  font-size: 25px;
}
.title-2 .cr-banner-sub-title p {
  width: 100%;
  margin: 0;
  text-align: left;
}
.title-2 #dealend {
  padding: 0;
}
.title-2 .dealend-timer {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.title-2 .dealend-timer .dealend-timer {
  background-color: #f7f7f8;
  border-radius: 5px;
}
.title-2 .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #2b2b2d;
}
.title-2 .dealend-timer .time-block .day {
  margin-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  color: #2b2b2d;
}
.title-2 .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.title-2 .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  color: #2b2b2d;
}
.title-2 .cr-pro-tab-nav li {
  margin-left: 5px;
}
.title-2 .cr-pro-tab-nav li a {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #2b2b2d;
  background: #fff;
}
.title-2 .cr-pro-tab-nav li a.active {
  border: 1px solid #2b2b2d;
}

.cr-banner-sub-title {
  width: 100%;
}
.cr-banner-sub-title p {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.bg-off-white {
  background-color: #f7f7f8;
}

.cr-button {
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 16px 8px;
  font-size: 11px;
  font-family: "Omar", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 24px;
  background-color: #E50100;
  color: #fff;
  border: 1px solid #E50100;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-button:hover {
  background-color: #ce1010;
  border-color: #ce1010;

 /* font-weight:bold ;
     background-color: #fc0409 !important;
    border-color: #fff !important;
    color: white !important; */
}

.cr-btn-secondary {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 22px;
  font-size: 14px;
  font-family: "Omar", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
  background-color: #fff;
  color: #e50100;
  border: 1px solid #e50100;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-btn-secondary:hover {
  background-color: #e50100;
  color: #fff;
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

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

.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-30 {
  padding: 30px;
}

.padding-t-50 {
  padding-top: 50px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-b-100 {
  margin-bottom: 100px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

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

@-webkit-keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100;
            box-shadow: 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}

@keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100, 0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100;
            box-shadow: 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100, 100px 0 #e50100;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100, 110px 0 #e50100;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100, 120px 0 #e50100;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #e50100;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}
.cr-wish-notify,
.cr-compare-notify,
.cr-cart-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.cr-wish-notify p,
.cr-compare-notify p,
.cr-cart-notify p {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  border-bottom: 5px solid #e50100;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.cr-wish-notify p i,
.cr-compare-notify p i,
.cr-cart-notify p i {
  margin-right: 5px;
}
.cr-wish-notify a,
.cr-compare-notify a,
.cr-cart-notify a {
  color: #e50100;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cr-wish-notify a:hover,
.cr-compare-notify a:hover,
.cr-cart-notify a:hover {
  color: #000;
}

#cr-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cr-overlay .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #e50100;
  left: -100px;
  -webkit-animation: shadowRolling 2s linear infinite;
          animation: shadowRolling 2s linear infinite;
}

/* Breadcrumb */
.cr-breadcrumb-image {
  width: 100%;
  height: 70px;
  background-color: #e4f2ed;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-breadcrumb-image .cr-breadcrumb-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cr-breadcrumb-image .cr-breadcrumb-title h2 {
  margin-bottom: 0;
  font-family: "Omar", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  color: #2b2b2d;
}
.cr-breadcrumb-image .cr-breadcrumb-title span {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #7a7a7a;
  text-transform: capitalize;
}
.cr-breadcrumb-image .cr-breadcrumb-title span a {
  color: #e50100;
}

.cr-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cr-overlay-500 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

/* Tab to top */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
  border-radius: 20px;
  background-color: #fff;
  color: #e50100;
  border: 1px solid #e50100;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top .back-to-top-wrap svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top .back-to-top-wrap svg path {
  fill: transparent;
  stroke: #e50100;
  stroke-width: 5px;
}

.cr-pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-pagination .pagination {
  margin: 0;
}
.cr-pagination .pagination .disabled span {
  background-color: #f7f7f8;
}
.cr-pagination .page-link {
  color: #777;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cr-pagination .active > .page-link, .cr-pagination .page-link.active {
  background-color: #e50100;
  border-color: #e50100;
  color: #fff;
}

/* Responsive */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 1200px) {
  .cr-col-5 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-t-100 {
    padding: 70px 0 0 0;
  }
  .padding-b-100 {
    padding-bottom: 70px !important;
  }
  .padding-tb-100 {
    padding: 70px 0;
  }
  .padding-tb-50 {
    padding: 35px 0;
  }
  .padding-t-50 {
    padding: 35px 0 0 0;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-b-100 {
    margin-bottom: 70px;
  }
  .margin-tb-100 {
    margin: 70px 0;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
  .cr-banner h2 {
    font-size: 28px;
  }
  .cr-banner-sub-title p {
    width: 80%;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    font-size: 18px;
  }
  ul.navbar-nav li.nav-item a.nav-link::before {
    content: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-30 {
    margin-bottom: 30px;
  }
  .md-30:last-child {
    margin-bottom: 0px;
  }
  .padding-tb-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .padding-t-50 {
    padding-top: 35px;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
  .cr-banner h2 {
    font-size: 25px;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title span {
    margin-top: 4px;
  }
  .cr-banner-sub-title p {
    width: 100%;
  }
  .title-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .title-2 .title-box {
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .logo {
    width: 110px !important;
  }
}
@media only screen and (max-width: 767px) {
    .form-check .quantity-control {
        display: flex;
        align-items: center;
        margin-left: 15px;
        /* bottom: 14px; */
        left: -34px;
        bottom: 5;
    }
  .cr-banner h2 {
    font-size: 22px;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    font-size: 17px;
  }
   .top-header {
    justify-content: center !important;
  }
header {
    height: auto !important;
  }
    .logo {
    width: 152px !important;
  }
}
@media only screen and (max-width: 575px) {
  .cr-breadcrumb-image {
    height: 100px;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
    .logo {
    width: 140px !important;
    margin: 0 auto;
  }
  header .container>.row {
    display: block;
  }
}
/* Header */
header {
  background-color: #fff;
  /*margin-bottom: 30px;*/
}

.cr-fix.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}
.cr-fix.menu_fixed .top-header {
  display: none;
}

.cr-fix.menu_fixed_up {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}
.cr-fix.menu_fixed_up .top-header {
  display: none;
}

.cr-menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-menu-list .cr-category-dropdown button {
  padding: 12px 30px;
  border: none;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  background-color: #e50100;
  border-radius: 5px;
  color: #fff;
}
.cr-menu-list .cr-category-dropdown button:after {
  margin-left: 40px;
  font-size: 16px;
  vertical-align: 2px;
}
.cr-menu-list .cr-category-dropdown button::before {
  margin-right: 20px;
  font-family: remixicon !important;
  content: "\ef31";
  font-size: 16px;
}
.cr-menu-list .cr-category-dropdown .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 235px;
  margin-top: 20px;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
}
.cr-menu-list .cr-category-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 1px;
}
.cr-menu-list nav {
  padding: 0;
}
.cr-menu-list nav ul li:not(:last-child) {
  margin-right: 25px;
}
.cr-menu-list nav ul li a {
  font-family: "Omar", sans-serif;
  font-size: 13px;
  color: #777;

}
.cr-menu-list .cr-calling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
}
.cr-menu-list .cr-calling i {
  padding-right: 5px;
  font-size: 20px;
}
.cr-menu-list .cr-calling a {
  font-size: 15px;
  font-weight: 500;
}

.top-header {
padding: 32px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  display: flex;
  position: relative;
  z-index: 4;
}
.logo {
  width: 200px;
}
.top-header .cr-search {
  position: relative;
}
.top-header .cr-search select {
  width: 130px;
  height: calc(100% - 2px);
  border: 0;
  position: absolute;
  top: 1px;
  right: 45px;
  font-size: 13px;
  border-left: 1px solid #e50100;
  border-radius: 0;
}
.top-header .cr-search select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-header .cr-search input {
  width: 358px;
  height: 40px;
  padding-left: 15px;
  padding-right: 175px;
  border: 1px solid #1C1C1C33;
  border-radius: 6px;
  outline: none;
}
.top-header .cr-search input::-webkit-input-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::-moz-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input:-ms-input-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::-ms-input-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::placeholder {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  font-weight: 700;

  color: #1C1C1C;
}
.top-header .cr-search .search-btn {
  width: 56px;
  height: 40px;
  background-color: #E50100;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-header .cr-search .search-btn i {
  font-size: 25px;
  color: #fff;
}
.top-header .cr-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header .cr-right-bar ul.navbar-nav li.nav-item .dropdown-toggle:after, .top-header .cr-right-bar ul.navbar-nav li.nav-item .dropdown-toggle:before {
  display: none;
}
.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a {
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #e50100;
}
.top-header .cr-right-bar .cr-right-bar-item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-left-bar{
display: inline-flex;
}
.top-header .cr-right-bar .cr-right-bar-item:not(:last-child) {
  padding: 9px;
  display:flex;
  /* padding-right:30px; */
}
.top-header .cr-right-bar .cr-right-bar-item:hover {
  color: #e50100;
}
.top-header .cr-right-bar .cr-right-bar-item:hover span {
  color: #e50100;
}
.top-header .cr-right-bar .cr-right-bar-item span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
}
.top-header .cr-left-bar .cr-left-bar-item i {
    /* padding-left: 5px; */
    font-size: 24px;
    line-height: 17px;
}
.top-header .cr-right-bar .cr-right-bar-item i span {
    color: #1C1C1C99;

}

.navbar-toggler {
  padding: 7px 14px;
  font-size: 16px;
}

ul.navbar-nav {
  /* margin: auto; */
  position: relative;
  z-index: 3;
}
ul.navbar-nav li.nav-item {
  position: relative;
}
ul.navbar-nav li.nav-item:hover {
  color: #e50100;
}
ul.navbar-nav li.nav-item:hover a.nav-link {
    color:  #e50100;
}
ul.navbar-nav li.nav-item:hover a.nav-link::before {
  width: 60%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #e50100;
}
ul.navbar-nav li.nav-item a.nav-link {
  padding: 11px 0px;
  font-family: "Omar", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1C1C1C;
  z-index: 1;
  position: relative;
}
ul.navbar-nav li.nav-item a.nav-link::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: -6px;
  background-color: #e50100;
  left: 0;
  right: auto;
}
ul.navbar-nav li.nav-item .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.navbar-nav li.nav-item .dropdown-toggle::after {

  content: none;

}
ul.navbar-nav .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  margin-top: 35px;
  position: absolute;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: auto !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 0;
  display: block;
  z-index: 9;
  border: 1px solid #e9e9e9;
}
ul.navbar-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-right: 0;
}
ul.navbar-nav .dropdown .dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 7px 20px;
  background-color: #fff;
  position: relative;
  text-transform: capitalize;
}
ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #e50100;
}
ul.navbar-nav .dropdown .dropdown-menu li a i {
  position: absolute;
  right: 10px;
}
ul.navbar-nav .dropdown:hover .dropdown-menu {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
}

/* Category Toggle */
.cr-category-icon-block {
  padding: 5px 0;
  position: static !important;
}
.cr-category-icon-block:hover .cr-cat-dropdown {
  margin-top: 10px;
  opacity: 1;
  visibility: inherit;
}

.cr-category-menu {
  position: relative;
}
.cr-category-menu .cr-category-toggle {
  padding: 8px 16px;
  height: 40px;
  background-color: #E50100;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-category-menu .cr-category-toggle i {
  font-size: 14px;
  line-height: 0;
  line-height: 14px;
  display: block;
  margin-right: 6px;
}
.cr-category-menu .cr-category-toggle i.ri-arrow-down-s-line {
  position: absolute;
  right: 5px;
}
.cr-category-menu .cr-category-toggle .cr-category-toggle {
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e50100;
  border-radius: 5px;
  cursor: pointer;
}
.cr-category-menu .cr-category-toggle .cr-category-toggle .cr-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  line-height: 0;
}

.cr-cat-dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1054px;
  margin-top: 35px;
  padding: 40px 55px;
  position: absolute;
  background-color: #FAFAFA;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 10;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.071);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.071);
  border: 1px solid #e9e9e9;
}
.cr-cat-dropdown .cr-cat-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-cat-dropdown .cr-cat-tab .cr-tab-list {
  min-width: 300px;
  margin-right: 24px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.cr-cat-dropdown .cr-cat-tab button{
  margin-bottom: 16px !important;
}
.cr-cat-dropdown .cr-cat-tab button,
.cr-cat-dropdown .cr-cat-tab a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 10px !important;

  font-size: 16px;

  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  border: none;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* font-size: 22px; */
  /* font-weight: 500; */
  line-height: 20px;
  color: #fff;
}
.cr-cat-dropdown .cr-cat-tab button span,
.cr-cat-dropdown .cr-cat-tab a span {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.cr-cat-dropdown .cr-cat-tab button:not(:last-child),
.cr-cat-dropdown .cr-cat-tab a:not(:last-child) {
  margin-bottom: 5px;
}
.cr-cat-dropdown .cr-cat-tab button i,
.cr-cat-dropdown .cr-cat-tab a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.cr-cat-dropdown .cr-cat-tab button.active {
  color: #fff;
  background-color: #e50100;
  border-color: #e50100;
}
.cr-cat-dropdown .cr-cat-tab button.active i {
  color: #e50100;
}
.cr-cat-dropdown .cr-cat-tab .tab-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab {
  display: block !important;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 12px 0px #00000014;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .nav-tabs {
  background: #1C1C1C 26 top 50%;
  border-radius: 20px;
  width: 100%;
  display: flex;
  padding: 4px;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .nav-tabs li {
  width: 50%;
  margin: 0;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .nav-tabs li button {
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
  padding: 18px;
  margin: 0 !important;
  justify-content: center !important;
  color: #1C1C1C;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .nav-tabs li button.active {
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px #0000000A;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane {
  padding: 16px 32px;

}
.cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane .btn-primary {
  color: #fff;
  padding: 16px;
  background-color: #E50100;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 32px;

}
.cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane .content h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  color:#1C1C1C;
  margin-bottom: 32px;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane .content .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000000B2;
  margin-bottom: 32px;
  display: block;

}
.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list .col ul li a {
  height: auto;
  padding: 5px 0;
  color: #777;
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  border: 0;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .cr-col-title {
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #e50100;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}
.cr-cat-dropdown .cr-cat-tab .tab-content > :active {
  display: block;
}

/* Mobile-menu */
.cr-side-cart {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 400px;
  height: 100%;
  padding: 15px;
  position: fixed;
  top: 0;
  left: -400px;
  background-color: #fff;
  z-index: 22;
  overflow: auto;
}
.cr-side-cart .cr-menu-title {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #e9e9e9;
}
.cr-side-cart .cr-menu-title .menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #e50100;
}
.cr-side-cart .cr-menu-title .cr-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #999;
  background-color: #fff;
}
.cr-side-cart .cr-menu-box {
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #eee;
}
.cr-side-cart .cr-menu-box::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.cr-side-cart .cr-menu-box::-moz-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.cr-side-cart .cr-menu-box:-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.cr-side-cart .cr-menu-box::-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.cr-side-cart .cr-menu-box::placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.cr-side-cart ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cr-side-cart ul li {
  position: relative;
  line-height: 28px;
}
.cr-side-cart ul li a {
  padding: 12px 0;
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}
.cr-side-cart ul li .menu-toggle {
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
}
.cr-side-cart ul li .menu-toggle::before {
  content: "+";
  font-size: 24px;
  font-weight: 500;
  color: #777;
}
.cr-side-cart ul li .menu-toggle i {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #444;
}
.cr-side-cart ul li .sub-menu {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  min-width: auto;
  position: static;
  top: auto;
  visibility: visible;
  opacity: 1;
}
.cr-side-cart ul li .sub-menu li a {
  padding-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
  font-size: 14px;
}
.cr-side-cart ul li .sub-menu li a:hover {
  opacity: 1;
}

.cr-menu-open {
  left: 0 !important;
}

.navbar-collapse {
  display: none;
}

.cr-sidebar-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 21;
}

.dark-logo {
  display: none;
}

.logo {
  display: block;
}

.cr-header-buttons {
  display: none;
}
.cr-header-buttons a {
  margin-right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
}
.cr-header-buttons a span {
    font-weight: 700;
}
.cr-header-buttons a i {
  font-size: 20px;
  line-height: 1;
}
.cr-header-buttons a:hover {
  color: #e50100;
}

.cr-location-block {
  padding: 5px 0;
}
.cr-location-block .cr-location-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
}
.cr-location-block .cr-location-menu .cr-location-toggle {
  width: 200px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background-color: #fff;
  color: #2b2b2d;
  border-radius: 5px;
  cursor: pointer;
}
.cr-location-block .cr-location-menu .cr-location-toggle .cr-location-title {
  width: calc(100% - 30px);
  padding: 0 20px 0 10px;
  font-size: 15px;
  color: #2b2b2d;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cr-location-block .cr-location-menu .cr-location-toggle i {
  color: #2b2b2d;
  font-size: 18px;
  line-height: 0;
}
.cr-location-block .cr-location-menu .cr-location-toggle .cr-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #2b2b2d;
  text-align: center;
  position: absolute;
  right: 8px;
  line-height: 0;
}
.cr-location-block .cr-location-menu:hover .cr-location-content {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}
.cr-location-block .cr-location-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  padding: 15px;
  margin-top: 15px;
  display: block;
  position: absolute;
  visibility: hidden;
  left: auto;
  right: 0;
  top: 100%;
  border-radius: 5px;
  z-index: 14;
  border: 1px solid #ddd;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.cr-location-block .cr-location-dropdown .loc-grid {
  padding-left: 10px;
  padding-right: 10px;
}
.cr-location-block .cr-location-dropdown .loc-grid .loc-list {
  width: 100%;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.cr-location-block .cr-location-dropdown .loc-grid .loc-list span {
  width: calc(100% - 30px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.cr-location-block .cr-location-dropdown .loc-grid .loc-list:not(:last-child) {
  margin-bottom: 10px;
}
.cr-location-block .cr-location-dropdown .loc-grid .loc-list i {
  font-size: 14px;
  margin-right: 10px;
  color: #7a7a7a;
  line-height: 0;
}
.cr-location-block .cr-location-dropdown .loc-grid .loc-list:hover {
  color: #e50100;
  border: 1px solid #e50100;
}
.cr-location-block .cr-location-dropdown .loc-grid .loc-list:hover i {
  color: #e50100;
}
.cr-location-block .cr-location-dropdown li.show a {
  text-align: center;
}
.cr-location-block .cr-location-dropdown li.show a:hover {
  color: #7a7a7a;
}
.cr-location-block .cr-location-dropdown li.show a:hover img {
  margin-left: 10px;
}
.cr-location-block .cr-location-dropdown li.show a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.cr-location-block .cr-location-dropdown li:first-child {
  border-top: none;
}
.cr-location-block .cr-location-dropdown li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .top-header .cr-search input {
    width: 300px;
  }
  .cr-cat-dropdown {
    width: 897px;
  padding: 16px;
  }
  .cr-menu-list nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    padding: 8px 2px;
    font-size: 15px;
  }
  .logo {
    width: 180px;
  }
  .cr-category-icon-block:hover .cr-cat-dropdown {
      width: 897px;
  padding: 16px;
  }
  .cr-cat-dropdown .cr-cat-tab .cr-tab-list {
    min-width: 230px;
  }
  .cr-cat-dropdown .cr-cat-tab button {
    font-size: 14px;
  }
  .cr-cat-dropdown .cr-cat-tab button span, .cr-cat-dropdown .cr-cat-tab a span {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  .cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane {
    padding: 14px 14px;
  }
  .cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane .btn-primary {
  color: #fff;
  padding: 16px;
  background-color: #E50100;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #1C1C1C;
  margin-bottom: 16px;
}
.cr-cat-dropdown .cr-cat-tab .menu-tab .tab-pane .content .item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000B2;
  margin-bottom: 16px;
  display: block;
}
.login h2 {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 36px;
}
.login p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.login .form-control {
  margin-bottom: 16px;
}
.sign-up-btn {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}
.socila-login, .socila-login:hover {
  border: 1px solid #1C1C1C4D;
  padding: 12px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
}
@media only screen and (max-width: 1199px) {
  .cr-menu-list nav ul {
    margin-right: -5px;
  }
  .cr-menu-list nav ul li:not(:last-child) {
    margin-right: 30px;
  }
  .cr-menu-list .dropdown button {
    padding: 10px;
  }
  .cr-menu-list .dropdown button::before {
    margin-right: 5px;
  }
  .cr-menu-list .dropdown button::after {
    margin-left: 5px;
  }
  .cr-menu-list .dropdown .dropdown-menu {
    right: 0;
  }
  .cr-menu-list .cr-calling {
    display: none;
  }

  ul.navbar-nav li.nav-item a.nav-link:before {
    bottom: -9px;
  }
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 9px;
  }
  .cr-category-icon-block {
    display: none;
  }
  .top-header .cr-right-bar {
    display: none;
  }
    .cr-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
   .top-header .cr-search input {
    width: 100%;
  }
  .top-header {
      justify-content: end;
  }
  .navbar {
    justify-content: space-between;
    width: 100%;
  }

    ul.navbar-nav li.nav-item a.nav-link {
    padding: 11px 8px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-location-block {
    display: none;
  }
  header {
    height: 133px;
  }
  .cr-menu-list {
    padding: 0;
  }

  .top-header .cr-search input {
    max-width: 350px;
  }
  .cr-menu-list .cr-calling {
    display: none;
  }
  .cr-menu-list nav {
    width: 100%;
  }
  .cr-menu-list nav ul {
    margin: 0;
  }
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  ul.navbar-nav li.nav-item:hover a.nav-link:before {
    display: none;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .navbar-toggler i {
    font-size: 20px;
  }


  .cr-header-buttons a {
    margin: 0;
  }
  .cr-header-buttons a:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  header {
    height: 173px;
  }
  .top-header {
    padding: 15px 0;
  }
  .top-header .cr-search input {
    width: 300px;
  }
  .cr-side-cart {
    width: 300px;
    left: -300px;
  }
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .top-header {
    display: block;
  }
  .top-header .cr-search {
    max-width: 350px;
    margin: auto;
  }
  .top-header .cr-search input {
    width: 100%;
  }
  .top-header .cr-logo {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-header .cr-logo img {
    width: 100px;
    height: 35px;
  }
}
@media only screen and (max-width: 420px) {
  .cr-side-cart {
    width: 250px;
    left: -250px;
  }
  .top-header .cr-search select {
    display: none;
  }
  .top-header .cr-search input {
    padding-right: 45px;
  }
}
/* Footer */
.footer {
    #cfcfcf8c
  position: relative;
  border-top: 1px solid #e9e9e9;
}

.footer-top {
  position: relative;
  z-index: 3;
}

.cr-footer-logo {
  padding-bottom: 0;
}
.cr-footer-logo .image {
  padding-bottom: 15px;
}
.cr-footer-logo .image img {
  width: 100px;
}
.cr-footer-logo p {
  font-size: 14px;
}

.cr-apps {
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cr-apps .app-img img {
  max-width: 140px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.cr-apps .app-img .adroid {
  margin-right: 15px;
}

.cr-footer h4.cr-sub-title {
  font-family: "Omar", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
}
.cr-footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cr-footer ul li {
  margin-bottom: 12px;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #777;
  position: relative;
}
.cr-footer ul li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #777;
}
.cr-footer ul li a:hover {
  color: #e50100;
}
.cr-footer ul li::after {
  font-family: remixicon;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  color: #e50100;
  top: 2px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-footer ul li:last-child {
  margin-bottom: 0px;
}
.cr-footer ul .location-icon {
  margin-top: 24px;
  padding-left: 30px;
}
.cr-footer ul .location-icon::after {
  content: "\ef14";
}
.cr-footer ul .mail-icon {
  padding-left: 30px;
}
.cr-footer ul .mail-icon::after {
  content: "\eefc";
}
.cr-footer ul .phone-icon {
  padding-left: 30px;
}
.cr-footer ul .phone-icon::after {
  content: "\efec";
}
.cr-footer .cr-social-media {
  margin: 22px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cr-footer .cr-social-media span {
  margin: 2px;
  font-family: "Omar", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}
.cr-footer .cr-social-media span a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 11px;
  background-color: #fff;
  border: 1px solid #e1dfdf;
  border-radius: 5px;
}
.cr-footer .cr-social-media span a:hover {
  color: #e50100;
}

.cr-search-footer {
  position: relative;
}
.cr-search-footer input {
  width: 100%;
  height: 44px;
  padding: 5px 15px;
  border: 1px solid #e9e9e9;
  outline: none;
  border-radius: 5px;
}
.cr-search-footer input::-webkit-input-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::-moz-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input:-ms-input-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::-ms-input-placeholder {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::placeholder {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer .search-btn {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-search-footer .search-btn i {
  font-size: 21px;
  color: #000;
}

.cr-last-footer {
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-last-footer p {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
.cr-last-footer p a {
  color: #e50100;
}

.cr-title-hidden {
  display: none;
}

.cr-heading-res {
  display: none;
}

p.news {
  margin-bottom: 5px;
  padding: 0 !important;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-footer ul .location-icon {
    margin-top: 20px;
  }
  .cr-footer ul .mail-icon {
    margin-top: 20px;
  }
  .cr-footer ul .phone-icon {
    margin-top: 20px;
  }
  .cr-footer ul li::after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-footer .cr-footer-links {
    max-width: 500px;
  }
  .cr-newsletter, .footer-list {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .cr-footer-links.cr-footer-dropdown {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .footer-list {
    margin-top: 0;
  }
  .cr-sub-title {
    position: relative;
  }
  .cr-footer-logo {
    max-width: 400px;
    margin-bottom: 15px;
  }
  .cr-newsletter {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .cr-title-hidden {
    display: block;
  }
  .cr-heading-res {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
    cursor: pointer;
  }
  .cr-heading-res i {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
    color: #000;
  }
  .cr-footer .cr-social-media {
    margin: 40px 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cr-footer ul .mail-icon {
    margin-top: 15px;
  }
  .cr-footer ul .phone-icon {
    margin-top: 15px;
  }
  .cr-footer ul .location-icon {
    margin-top: 15px;
  }
  .cr-footer ul li {
    margin: 12px 0;
  }
  .cr-footer ul li::after {
    font-size: 16px;
  }
  .cr-footer ul li:nth-child(1) {
    margin-top: -5px;
  }
  .cr-footer .cr-footer-links {
    margin-top: 24px;
  }
  .cr-footer p {
    padding-bottom: 15px;
  }
  .cr-footer h4.cr-sub-title {
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
  }
  .cr-footer-border:not(:last-child) {
    border-right: 0;
  }
  .cr-footer-links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cr-footer-border:nth-child(1) {
    border: 0;
  }
  .cr-last-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cr-last-footer p {
    margin-bottom: 15px;
  }
  .footer:before, .footer:after {
    display: none;
  }
  .footer .container:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer:before, .footer:after {
    display: none;
  }
  .footer .container:before {
    display: none;
  }
}
/* layout */
/* Hero 2 */
.hero-2 {
  margin: 30px 30px 0 30px;
}

.cr-hero-banner {
  height: 80vh;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}
.cr-hero-banner .container-fluid .row {
  position: relative;
}
.cr-hero-banner .container-fluid .row:after {
  width: 350px;
  height: 100%;
  overflow: hidden;
  content: "";
  background-image: url("../img/shape/15.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: -100px;
  z-index: 3;
  opacity: 0.9;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-animation: left-right-2 5s linear infinite;
          animation: left-right-2 5s linear infinite;
}
@-webkit-keyframes left-right-2 {
  0% {
    right: -90px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    right: -100px;
    bottom: 5px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    right: -90px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes left-right-2 {
  0% {
    right: -90px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    right: -100px;
    bottom: 5px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    right: -90px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.section-hero .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px !important;
}

.cr-hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cr-slider {
  position: relative;
}
.cr-slider::before {
  width: 400px;
  height: 300px;
  content: "";
  background-image: url("../img/shape/14.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -50px;
  z-index: 2;
  opacity: 0.5;
  -webkit-animation: left-right-1 3s linear infinite;
          animation: left-right-1 3s linear infinite;
}
.cr-slider::after {
  width: 350px;
  height: 300px;
  content: "";
  background-image: url("../img/shape/14.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: -70px;
  z-index: 2;
  -webkit-animation: left-right 6s linear infinite;
          animation: left-right 6s linear infinite;
  opacity: 0.5;
}
@-webkit-keyframes left-right-1 {
  0% {
    left: -40px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    left: -50px;
    top: 5px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: -40px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes left-right-1 {
  0% {
    left: -40px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    left: -50px;
    top: 5px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: -40px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes left-right {
  0% {
    left: -60px;
  }
  50% {
    left: -70px;
    top: 5px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: -60px;
  }
}
@keyframes left-right {
  0% {
    left: -60px;
  }
  50% {
    left: -70px;
    top: 5px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: -60px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.cr-slider .swiper-wrapper .swiper-slide-active h5 {
  -webkit-animation: fadeInUp 2s both 1s;
          animation: fadeInUp 2s both 1s;
}
.cr-slider .swiper-wrapper .swiper-slide-active h1 {
  -webkit-animation: fadeInUp 2s both 1.5s;
          animation: fadeInUp 2s both 1.5s;
}
.cr-slider .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUp 2s both 2s;
          animation: fadeInUp 2s both 2s;
}
.cr-slider .swiper-wrapper .swiper-slide-active .cr-last-buttons {
  -webkit-animation: fadeInUp 2s both 2.5s;
          animation: fadeInUp 2s both 2.5s;
}
.cr-slider .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
  height: 15px;
  margin: 0 2.5px !important;
  display: inline-block;
  border-radius: 30px;
  opacity: 1;
  border: 1px solid #e50100;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.cr-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e50100;
}

.cr-banner-image-one {
  width: 100%;
  background-image: url("../img/banner/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cr-banner-image-two {
  width: 100%;
  background-image: url("../img/banner/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cr-left-side-contain {
  max-width: 550px;
  height: 80vh;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.cr-left-side-contain h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Omar", sans-serif;
  font-weight: 700;
}
.cr-left-side-contain h5 span {
  margin-right: 5px;
  color: #e50100;
  font-weight: bold;
  border-bottom: 2px solid #e50100;
}
.cr-left-side-contain p {
  font-size: 15px;
}
.cr-left-side-contain h1 {
  margin-bottom: 25px;
  font-size: 45px;
  font-family: "Omar", sans-serif;
  font-weight: 800;
  line-height: 55px;
  color: #000;
  position: relative;
}
.cr-left-side-contain .cr-last-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-left-side-contain .cr-last-buttons a {
  margin-right: 20px;
}
.cr-left-side-contain .cr-last-buttons h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #7a7a7a;
}
.cr-left-side-contain .cr-last-buttons h4 span {
  font-size: 30px;
  font-family: "Omar", sans-serif;
  font-weight: bold;
  color: #000;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-hero-banner .container::after {
    right: 300px;
  }
  .cr-left-side-contain h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-hero-banner {
    height: 550px;
  }
  .cr-hero-banner .container::after {
    right: 250px;
  }
  .cr-hero-banner .container-fluid .row:after {
    width: 250px;
  }
  .cr-left-side-contain {
    max-width: 400px;
    height: 550px;
  }
  .cr-left-side-contain h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .cr-slider:before, .cr-slider:after {
    width: 300px;
    height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-left-side-contain {
    padding-left: 50px;
  }
  .cr-left-side-contain h5 {
    margin-bottom: 15px;
  }
  .cr-left-side-contain h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .cr-left-side-contain .cr-last-buttons {
    margin-top: 18px;
  }
  .cr-slider:before, .cr-slider:after {
    width: 250px;
  }
  .cr-hero-banner .container::after {
    right: 200px;
  }
  .cr-hero-banner::after {
    width: 56px;
    height: 50px;
  }
  .cr-hero-banner .container::after {
    width: 60px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-left-side-contain h1 {
    margin: 0;
    font-size: 24px;
  }
  .cr-left-side-contain h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .cr-left-side-contain p {
    display: none;
  }
  .cr-hero-banner {
    height: 450px;
  }
  .cr-hero-banner .container-fluid .row:after {
    width: 200px;
  }
  .cr-hero-banner .row:after {
    width: 250px;
  }
  .cr-left-side-contain {
    max-width: 290px;
    height: 450px;
  }
  .cr-left-side-contain p {
    font-size: 14px;
  }
  .cr-slider:before, .cr-slider:after {
    width: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-2 {
    margin: 12px 12px 0 12px;
  }
  .cr-left-side-contain {
    padding-left: 15px;
    height: 400px;
  }
  .cr-hero-banner {
    height: 400px;
  }
  .cr-hero-banner .container-fluid .row:after {
    display: none;
  }
  .cr-slider:before, .cr-slider:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .cr-left-side-contain {
    max-width: 250px;
    height: 350px;
  }
  .cr-left-side-contain h1 {
    margin-bottom: 0;
  }
  .cr-hero-banner {
    height: 350px;
  }
  .cr-slider .swiper-wrapper .swiper-slide p {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .cr-left-side-contain {
    height: 300px;
  }
  .cr-hero-banner {
    height: 300px;
  }
  .cr-left-side-contain {
    max-width: 210px;
  }
  .cr-left-side-contain h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .cr-left-side-contain h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cr-hero-banner::after {
    height: 40px;
    width: 40px;
  }
  .cr-hero-banner .container::after {
    width: 40px;
    height: 40px;
  }
}
/* Sidebar Tools */
/* Side-tool */
.cr-tool-active {
  right: 0 !important;
}

.cr-tool-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.cr-tool {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  right: -230px;
  z-index: 20;
  color: #000;
}
.cr-tool .cr-tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}
.cr-tool .cr-tool-btn i {
  font-size: 22px;
}
.cr-tool .cr-tool-btn .btn-cr-tool {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 30%;
  right: 230px;
  border: none;
  background: none;
  background-color: #373840;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.cr-tool .cr-tool-btn .color-variant {
  width: 230px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2d;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title .close-tools {
  color: #fb5555;
  font-size: 17px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail {
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail .heading {
  padding: 15px 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail .heading h2 {
  margin-bottom: 0;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2d !important;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color li {
  height: 36px;
  width: 36px;
  margin: 5px 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c1 {
  background-color: #e50100;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c2 {
  background-color: #f5885f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c3 {
  background-color: #ae8d62;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c4 {
  background-color: #3f51b5;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c5 {
  background-color: #f44336;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c6 {
  background-color: #e91e4c;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c7 {
  background-color: #607d8b;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c8 {
  background-color: #5392d2;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c9 {
  background-color: #03492f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c10 {
  background-color: #9655ca;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li {
  height: 85px;
  width: 85px;
  margin: 5px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li.dark {
  background-color: #000;
  color: #fff;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li.white {
  background-color: #fff;
  color: #000;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel li {
  height: 85px;
  width: 85px;
  margin: 5px 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel li img {
  height: 85px;
  width: 85px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.active-bg-panel {
  position: relative;
}
.active-bg-panel:before {
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: remixicon;
  content: "\eb79";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #e50100;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-dark-mode {
  position: relative;
}
.active-dark-mode:before {
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: remixicon;
  content: "\eb79";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #e50100;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-colors:before {
  padding: 0;
  font-family: remixicon;
  content: "\eb79";
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

/* Cart Sidebar */
.cr-cart-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.cr-cart-view-active {
  right: 0 !important;
}

.cr-cart-view {
  height: 100%;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
}
.cr-cart-view .cr-cart-inner {
  width: 350px;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title {
  margin-bottom: 15px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2d;
}
.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title button {
  color: #fb5555;
  font-size: 20px;
  font-weight: 800;
  background: none;
  border: none;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .crside_pro_img {
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .crside_pro_img img {
  max-width: 100%;
  border-radius: 5px;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content {
  padding-left: 15px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  overflow: hidden;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cart_pro_title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cr-cart-qty {
  margin-top: 5px;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cr-cart-qty .cart-qty-plus-minus {
  margin: 0;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cart-price {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cart-price span {
  color: #777;
  font-weight: 700;
  font-size: 16px;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .remove {
  padding: 0 9px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  line-height: 15px;
  background-color: #fff;
  color: #fb5555;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom {
  position: relative;
  top: -20px;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total {
  margin: 20px 0 10px 0;
  padding-top: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e9e9e9;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table tr td {
  border: none;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table tr .text-right {
  font-weight: 700;
  text-align: right;
}

.cart-qty-plus-minus {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-qty-plus-minus input {
  width: 30px;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0% 0;
  color: #444;
  border: medium none;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  height: auto;
  text-align: center;
  outline: none;
}
.cart-qty-plus-minus button {
  height: 25px;
  width: 25px;
  margin-top: -2px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Product card 2 */
.product-card-2 {
  margin-bottom: 24px;
}
.product-card-2:hover .cr-pro-image .hover-image {
  opacity: 1;
}
.product-card-2 .cr-product-inner {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.product-card-2 .cr-product-inner:hover .cr-pro-actions {
  bottom: 15px;
  opacity: 1;
}
.product-card-2 .cr-product-inner .cr-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: auto;
  right: auto;
  bottom: -30px;
  opacity: 0;
}
.product-card-2 .cr-product-inner .cr-pro-actions a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #2b2b2d;
  border-radius: 5px;
  border: 1px solid #eee;
}
.product-card-2 .cr-product-inner .cr-pro-actions a:hover {
  background-color: #e50100;
}
.product-card-2 .cr-product-inner .cr-pro-actions a:hover i {
  color: #fff;
}
.product-card-2 .cr-product-inner .cr-pro-actions a i {
  font-size: 14px;
}
.product-card-2 .cr-product-inner .cr-pro-actions .cr-shopping-bag.active {
  background-color: #e50100;
}
.product-card-2 .cr-product-inner .cr-pro-actions .wishlist.active {
  background-color: #e50100;
}
.product-card-2 .cr-pro-image {
  position: relative;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 12px;
}
.product-card-2 .cr-pro-image img {
  width: 100%;
  border-radius: 5px;
}
.product-card-2 .cr-pro-image .main-image {
  border: 1px solid #eee;
}
.product-card-2 .cr-pro-image .hover-image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card-2 .cr-pro-image .flags {
  position: absolute;
  z-index: 8;
  top: 12px;
  right: auto;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card-2 .cr-pro-image .flags span {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  letter-spacing: 1px;
}
.product-card-2 .cr-pro-image .flags .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e50100;
}
.product-card-2 .cr-pro-image .flags .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff5b5b;
}
.product-card-2 .cr-pro-image .flags .trending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #7d76ff;
}
.product-card-2 .cr-pro-content {
  padding: 15px;
}
.product-card-2 .cr-pro-content .cr-info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card-2 .cr-pro-content .cr-info a {
  color: #999;
  font-size: 14px;
}
.product-card-2 .cr-pro-content .cr-pro-title {
  margin-bottom: 15px;
}
.product-card-2 .cr-pro-content .cr-pro-title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2b2b2d;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: "Omar", sans-serif;
}
.product-card-2 .cr-pro-content .cr-pro-title a:hover {
  color: #e50100;
}
.product-card-2 .cr-pro-content .cr-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card-2 .cr-pro-content .cr-pro-rating i {
  margin-left: 2px;
  color: #bbb;
  font-size: 14px;
}
.product-card-2 .cr-pro-content .cr-pro-rating i.fill {
  color: #fd575d;
}
.product-card-2 .cr-pro-content .cr-price {
  margin-bottom: 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #777;
  line-height: 16px;
}
.product-card-2 .cr-pro-content .cr-price span.old-price {
  font-size: 13px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}
.product-card-2 .cr-pro-content .cr-price span.new-price {
  color: #2b2b2d;
  font-weight: 600;
  font-size: 15px;
  font-family: "Omar", sans-serif;
}
.product-card-2 .cr-pro-content .cr-pro-option {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
}
.product-card-2 .cr-pro-content .cr-pro-option:hover {
  opacity: 1;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  padding: 1px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  border: 1px solid transparent;
  border-radius: 5px;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li a span, .product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li:hover {
  border: 1px solid #757575;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li.active {
  border: 1px solid #757575;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 24px;
  margin-right: 5px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  list-style: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 20px;
  height: 20px;
  padding: 3px 5px;
  pointer-events: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 24px;
  background-color: #e7e7e7;
  color: #777777;
  font-weight: 400;
  border-radius: 5px;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li:hover {
  border: 1px solid #000;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li.active {
  border: 1px solid #000;
}
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li.active a {
  background-color: #000;
  color: #fff;
}

.section-product .owl-carousel.new-product-slider:hover .owl-nav {
  opacity: 1;
}
.section-product .owl-carousel.new-product-slider .owl-nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.section-product .owl-carousel.new-product-slider .owl-nav button {
  position: absolute;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.section-product .owl-carousel.new-product-slider .owl-nav button i {
  color: #2b2b2d;
  font-size: 20px;
}
.section-product .owl-carousel.new-product-slider .owl-nav .disabled i {
  color: #999;
}
.section-product .owl-carousel.new-product-slider .owl-nav .owl-prev {
  left: -18px;
}
.section-product .owl-carousel.new-product-slider .owl-nav .owl-next {
  right: -18px;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .d-n-1199 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-product .owl-carousel.new-product-slider .owl-nav {
    display: none;
  }
  .product-card-2 .cr-product-inner .cr-pro-actions {
    bottom: -1px;
    opacity: 1;
  }
  .product-card-2 .cr-product-inner:hover .cr-pro-actions {
    bottom: 12px;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .d-n-1199 {
    display: block;
  }
}
/* Category 2 */
.category-block {
  margin-top: 30px;
  background-color: #f7f7f8;
  border-radius: 15px;
  border: 1px solid #eee;
}
.category-block:hover .category-icon {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.category-block .category-icon {
  width: 80px;
  height: 80px;
  margin: -40px auto 0 auto;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 10px solid #fff;
}
.category-block .category-icon i {
  font-size: 30px;
  line-height: 30px;
}
.category-block .category-icon:after {
  width: 80px;
  height: 41px;
  content: "";
  position: absolute;
  top: 30px;
  border: 1px solid #eee;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: none;
  z-index: 0;
}
.category-block .icon-1 {
  background-color: #ffeae9;
}
.category-block .icon-2 {
  background-color: #fff6ec;
}
.category-block .icon-3 {
  background-color: #e2fde2;
}
.category-block .icon-4 {
  background-color: #ffeae9;
}
.category-block .icon-5 {
  background-color: #fde1f5;
}
.category-block .icon-6 {
  background-color: #ecf0ff;
}
.category-block .icon-7 {
  background-color: #f9f9d9;
}
.category-block .category-title {
  padding-bottom: 15px;
  text-align: center;
}
.category-block .category-title h4 {
  margin: 15px 0 5px 0;
  font-size: 16px;
  color: #2b2b2d;
}
.category-block .category-title p {
  color: #777;
  font-size: 12px;
}

/* Deal */
.bg-banner-deal {
  width: 100%;
  height: 700px;
  position: relative;
  background-image: url("../img/deal/bg-deal-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: back 7s infinite;
          animation: back 7s infinite;
}

@-webkit-keyframes back {
  0% {
    background-image: url("../img/deal/bg-deal-2.jpg");
  }
  50% {
    background-image: url("../img/deal/bg-deal-3.jpg");
  }
  100% {
    background-image: url("../img/deal/bg-deal-2.jpg");
  }
}

@keyframes back {
  0% {
    background-image: url("../img/deal/bg-deal-2.jpg");
  }
  50% {
    background-image: url("../img/deal/bg-deal-3.jpg");
  }
  100% {
    background-image: url("../img/deal/bg-deal-2.jpg");
  }
}
.cr-deal-rightside {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-deal-rightside .cr-deal-content {
  max-width: 500px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  -webkit-box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
          box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.cr-deal-rightside .cr-deal-content span {
  font-family: "Omar", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.cr-deal-rightside .cr-deal-content span code {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #e50100;
}
.cr-deal-rightside .cr-deal-content h4.cr-deal-title {
  margin-top: 12px;
  margin-bottom: 15px;
  font-family: "Omar", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2d;
}
.cr-deal-rightside .cr-deal-content p {
  font-size: 14px;
  font-weight: 300;
}

.cr-counter {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cr-counter .cr-counter-inner {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 5px;
}
.cr-counter .cr-counter-inner h4 {
  width: 45px;
  margin: 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #7a7a7a;
  text-align: center;
}
.cr-counter .cr-counter-inner h4 span {
  font-family: "Omar", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2d;
}
.cr-counter .cr-counter-inner h4:not(:first-child) {
  margin-left: 20px;
}
.cr-counter .cr-counter-inner h4:not(:first-child)::after {
  content: ":";
  font-size: 25px;
  color: #7a7a7a;
  position: absolute;
  right: 50px;
  top: 5px;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .cr-deal-rightside .cr-deal-content {
    max-width: 400px;
  }
  .cr-deal-rightside .cr-deal-content h4.cr-deal-title {
    font-size: 22px;
  }
  .cr-counter .cr-counter-inner h4 span {
    font-size: 18px;
  }
  .bg-banner-deal, .cr-deal-rightside {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-deal-rightside .cr-deal-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .cr-deal-rightside .cr-deal-content h4.cr-deal-title {
    font-size: 22px;
  }
  .cr-deal-rightside .cr-deal-content span code {
    font-size: 22px;
  }
  .cr-deal-rightside .cr-deal-content {
    max-width: 100%;
    text-align: center;
  }
  .cr-deal-rightside .cr-deal-content .cr-counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 390px) {
  .cr-products-rightbar .cr-products-rightbar-content .cr-unique {
    display: none;
  }
  .cr-deal-rightside .cr-deal-content {
    padding: 15px;
  }
  .cr-counter .cr-counter-inner h4 {
    font-size: 12px;
  }
  .cr-counter .cr-counter-inner h4 span {
    font-size: 16px;
  }
  .cr-counter .cr-counter-inner h4:not(:first-child) {
    margin-left: 5px;
  }
  .cr-counter .cr-counter-inner h4:not(:first-child)::after {
    font-size: 20px;
    top: 5px;
    right: 43px;
  }
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 17px;
  }
  .cr-products-rightbar .cr-products-rightbar-content .cr-off {
    margin-top: 10px;
  }
  .cr-products-rightbar .cr-products-rightbar-content .cr-off span {
    font-size: 17px;
  }
  .cr-products-rightbar .cr-products-rightbar-content .rightbar-buttons {
    margin-top: 20px;
  }
  .cr-products-leftbar .cr-products-leftbar-content h2 {
    font-size: 20px;
  }
  .cr-products-leftbar .cr-products-leftbar-content h4 {
    font-size: 20px;
  }
  .cr-products-leftbar .cr-products-leftbar-content span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .bg-banner-deal, .cr-deal-rightside {
    height: 450px;
  }
}
/* Product-banner */
.section-product-banner {
  position: relative;
}

.cr-product-banner-image {
  position: relative;
}
.cr-product-banner-image img {
  width: 100%;
  border-radius: 5px;
}
.cr-product-banner-image .cr-product-banner-contain {
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-product-banner-image .cr-product-banner-contain p {
  padding-bottom: 15px;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #777;
}
.cr-product-banner-image .cr-product-banner-contain p .percent {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #e50100;
}
.cr-product-banner-image .cr-product-banner-contain h5 {
  margin-bottom: 15px;
  font-family: "Omar", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
  color: #2b2b2d;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px){
    .min_screen{
        display:none;
    }
}
@media only screen and (max-width: 991px) {
  .section-product-banner:before {
    width: 30px;
    height: 55px;
  }
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 16px;
  }
  .cr-product-banner-image .cr-product-banner-contain p .text {
    display: none;
  }
  .cr-product-banner-image .cr-button {
    height: 32px;
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 20px;
  }
  .cr-deal-rightside .cr-deal-content {
    background-color: rgba(247, 247, 248, 0.9) !important;
  }
}
@media only screen and (max-width: 575px) {
  .section-product-banner:before {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 18px;
  }
  .cr-product-banner-image .cr-product-banner-buttons {
    bottom: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .cr-product-banner-image .cr-product-banner-buttons {
    bottom: 50px;
  }
}
@media only screen and (max-width: 360px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .cr-product-banner-image .cr-product-banner-contain p {
    padding-bottom: 10px;
  }
}
/* Categories */
.section-categories {
  position: relative;
}
.section-categories::before {
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("../img/shape/6.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 0;
}
.section-categories .tab-content {
  width: 100%;
}
.section-categories .tab-content .tab-pane {
  width: 100%;
  height: 100%;
}
.section-categories .tab-content .tab-pane > div {
  height: 100%;
}

.cr-side-categories {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 5;
}
.cr-side-categories:hover:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  top: 0;
  left: 0;
}
.cr-side-categories:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 200px;
  height: 200px;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: -40px;
  z-index: 0;
}
.cr-side-categories img {
  min-width: 100%;
  height: 100%;
}
.cr-side-categories .categories-contain {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
}
.cr-side-categories .categories-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
  z-index: 5;
}
.cr-side-categories .categories-inner h4 {
  margin: 0;
  font-family: "Omar", sans-serif;
  font-size: 54px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cr-side-categories .categories-inner h4 span {
  padding: 10px 0px 10px 5px;
}
.cr-side-categories .categories-inner h4 span small {
  display: block;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}
.cr-side-categories .categories-contain .categories-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-side-categories .categories-contain .categories-text h5 {
  margin-bottom: 12px;
  font-family: "Omar", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.cr-side-categories .categories-contain .categories-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-side-categories .categories-contain .categories-button a:hover {
  border-color: #e9e9e9;
}

.cr-categories ul.nav-tabs {
  border: none;
}
.cr-categories ul.nav-tabs li.nav-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.cr-categories ul.nav-tabs li.nav-item:not(:last-child) {
  margin-bottom: 5px;
}
.cr-categories ul.nav-tabs li.nav-item button {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background: none;
}
.cr-categories ul.nav-tabs li.nav-item button:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cr-categories ul.nav-tabs li.nav-item button:hover {
  color: #e50100;
}
.cr-categories ul.nav-tabs li.nav-item .nav-link.active {
  color: #e50100;
}
.cr-categories ul.nav-tabs li.nav-item .nav-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Omar", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.cr-categories ul.nav-tabs li.nav-item .nav-link span {
  margin-top: 5px;
}

.center-categories-inner {
  padding: 26px 0;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Omar", sans-serif;
  color: #2b2b2d;
  font-weight: 700;
  line-height: 1.429;
}
.center-categories-inner span {
  font-size: 12px;
  font-weight: 400;
  color: #7a7a7a;
  vertical-align: text-top;
}

.cr-view-more {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Omar", sans-serif;
  font-size: 16px;
  color: #e50100 !important;
  font-weight: bold;
  line-height: 1.429;
}

.categories-left-440 {
  position: relative;
  left: -440px;
}

.categories-right-440 {
  position: relative;
  right: -440px;
}

/* Responsive */
@media only screen and (max-width: 1599px) {
  .center-categories-inner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .cr-side-categories .categories-inner h4 {
    font-size: 48px;
  }
  .cr-side-categories .categories-inner h4::after {
    width: 55px;
    height: 55px;
  }
  .cr-side-categories .categories-inner h4 code {
    font-size: 16px;
  }
  .cr-side-categories .categories-inner h4 span small {
    font-size: 17px;
  }
  .center-categories-inner {
    padding: 18px 0;
  }
  .cr-view-more {
    line-height: 27px;
  }
  .categories-left-440 {
    position: relative;
    left: -380px;
  }
  .categories-right-440 {
    position: relative;
    right: -380px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-side-categories .categories-inner h4 {
    font-size: 42px;
  }
  .cr-side-categories .categories-inner h4::after {
    width: 40px;
    height: 40px;
    top: 55px;
    left: 30px;
  }
  .cr-side-categories .categories-inner h4 ul li {
    font-size: 14px;
  }
  .cr-side-categories .categories-inner h4 span small {
    font-size: 14px;
  }
  .center-categories-inner {
    font-size: 15px;
  }
  .center-categories-inner a {
    font-size: 18px;
  }
  .categories-left-440 {
    position: relative;
    left: -320px;
  }
  .categories-right-440 {
    position: relative;
    right: -320px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-categories ul.nav-tabs {
    margin-bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cr-categories ul.nav-tabs li.nav-item {
    width: calc(50% - 12px);
    margin-bottom: 5px;
  }
  .cr-categories ul.nav-tabs li.nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cr-side-categories {
    height: 400px;
  }
  .cr-side-categories .categories-inner h4::after {
    width: 50px;
    height: 50px;
  }
  .cr-view-more {
    line-height: 15px;
  }
  .categories-left-440 {
    position: relative;
    left: 0;
  }
  .categories-right-440 {
    position: relative;
    right: 0;
  }
  .section-categories::before {
    width: 30px;
    height: 32px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-categories:before {
    right: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .section-categories:before {
    display: none;
  }
  .cr-side-categories {
    height: 350px;
  }
  .cr-side-categories:before {
    display: none;
  }
  .cr-side-categories .categories-contain .categories-text h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cr-side-categories .categories-inner h4 {
    font-size: 34px;
  }
  .cr-side-categories .categories-inner h4 span small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .cr-side-categories {
    height: 300px;
  }
}
@media only screen and (max-width: 420px) {
  .cr-categories-box {
    width: 100%;
  }
  .cr-side-categories {
    height: 380px;
  }
  .cr-categories ul.nav-tabs li.nav-item {
    width: 100%;
  }
}
/* services- */
.section-services {
  position: relative;
}

.cr-services {
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-services .cr-services-image {
  margin: auto auto 12px auto;
  display: block;
}
.cr-services .cr-services-image i {
  font-size: 43px;
  line-height: 40px;
  color: #e50100;
}
.cr-services .cr-services-contain h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Omar", sans-serif;
  color: #2b2b2d;
  font-weight: bold;
  line-height: 1.667;
  font-weight: 600;
  text-align: center;
}
.cr-services .cr-services-contain p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.cr-services-border .col-3:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-services .cr-services-contain h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .section-services::before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cr-services .cr-services-image {
    margin-bottom: 12px;
    padding: 0;
  }
  .cr-services .cr-services-contain {
    text-align: center;
  }
  .cr-services .cr-services-contain h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-services::before {
    width: 40px;
    height: 40px;
  }
  .section-services:before {
    display: none;
  }
}
/* Blog */
.section-blog {
  position: relative;
}

.cr-blog-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cr-blog {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.cr-blog:hover .cr-blog-image img {
  -webkit-transform: rotate(3deg) scale(1.1);
          transform: rotate(3deg) scale(1.1);
}
.cr-blog .cr-blog-content {
  padding: 24px;
  text-align: left;
}
.cr-blog .cr-blog-content span {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #7a7a7a;
}
.cr-blog .cr-blog-content span code {
  font-family: "Omar", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.cr-blog .cr-blog-content h5 {
  margin-top: 5px;
  font-family: "Omar", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: #2b2b2d;
}
.cr-blog .cr-blog-content a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.875;
  color: #777;
}
.cr-blog .cr-blog-content a:hover {
  color: #e50100;
}
.cr-blog .cr-blog-content .read {
  position: relative;
  font-family: "Omar", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  color: #e50100;
}
.cr-blog .cr-blog-content .read::after {
  position: absolute;
  font-family: remixicon;
  content: "\ea6c";
  font-size: 16px;
  line-height: 1.2;
  top: 0;
  right: -20px;
}
.cr-blog .cr-blog-image {
  position: relative;
  overflow: hidden;
}
.cr-blog .cr-blog-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cr-blog .cr-blog-image .cr-blog-date {
  padding: 15px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  z-index: 2;
}
.cr-blog .cr-blog-image .cr-blog-date span {
  font-family: "Omar", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  display: -ms-grid;
  display: grid;
  text-align: center;
}
.cr-blog .cr-blog-image .cr-blog-date span code {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .cr-blog .cr-blog-content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .section-blog::before {
    width: 50px;
    height: 60px;
  }
  .section-blog::after {
    width: 50px;
    height: 60px;
  }
  .cr-blog .cr-blog-content h5 {
    font-size: 15px;
  }
  .cr-blog .cr-blog-image .cr-blog-date {
    bottom: 15px;
    right: 15px;
  }
  .cr-blog .cr-blog-image .cr-blog-date span {
    font-size: 17px;
  }
  .cr-blog .cr-blog-image .cr-blog-date span code {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-blog .cr-blog-content h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-blog .cr-blog-content h5 {
    font-size: 18px;
  }
  .section-blog:before, .section-blog:after {
    display: none;
  }
}
/* Instagram */
.cr-insta .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

.cr-insta-image:hover .insta-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.cr-insta-image:hover .insta-overlay:after {
  opacity: 1;
}
.cr-insta-image img {
  width: 100%;
}
.cr-insta-image .insta-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cr-insta-image .insta-overlay:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-family: remixicon;
  content: "\ee66";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

/* Blog */
.quickview-modal .modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.quickview-modal .modal-body {
  padding: 24px !important;
}

.cr-close-model {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}

.zoom-image-hover {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f8;
  border-radius: 5px;
  cursor: crosshair;
}
.zoom-image-hover img {
  width: 100%;
}

.modal-border-image {
  border: 1px solid #e9e9e9;
}

.cr-size-and-weight-contain {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.cr-size-and-weight-contain p {
  font-size: 14px;
}
.cr-size-and-weight-contain h2.heading {
  margin: 0 0 15px 0;
  display: block;
  color: #2b2b2d;
  font-size: 22px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}

.cr-size-and-weight {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price span.new-price {
  font-family: "Omar", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.167;
  color: #e50100;
}
.cr-size-and-weight .cr-product-price span.old-price {
  font-family: "Omar", sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  line-height: 1.75;
  color: #999;
}
.cr-size-and-weight .cr-review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-review-star p {
  font-size: 14px;
}
.cr-size-and-weight .cr-review-star .cr-star {
  margin-right: 10px;
}
.cr-size-and-weight .cr-review-star .cr-star i {
  font-size: 16px;
  color: #f5885f;
}
.cr-size-and-weight .cr-size-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;
  font-family: "Omar", sans-serif;
  font-size: 16px;
  line-height: 1.556;
  color: #2b2b2d;
}
.cr-size-and-weight .cr-size-weight .cr-kg {
  padding-left: 10px;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #e50100;
  color: #fff;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul li {
  margin: 2px;
  padding: 5px 10px;
  font-family: "Omar", sans-serif;
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cr-size-and-weight .cr-add-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cr-size-and-weight .cr-add-card .cr-qty-main input {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main button {
  height: 18px;
  width: 18px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  line-height: 0;
}
.cr-size-and-weight .cr-add-card .cr-qty-main .minus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cr-size-and-weight .cr-add-card .cr-add-button {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  /* model */
  .quickview-modal .modal-dialog {
    max-width: 720px;
    width: 720px;
    height: auto;
  }
  .cr-size-and-weight-contain h2.heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* model */
  .quickview-modal .modal-dialog {
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .cr-size-and-weight-contain {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 380px) {
  .cr-size-and-weight .cr-size-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cr-size-and-weight .cr-size-weight .cr-kg {
    padding: 10px 0 0 0;
  }
}



.hero-section img {
    width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}
.hero-swiper-next, .hero-swiper-prev {
    width: 64px;
    height: 64px;
    color: #292D32;
}
.hero-swiper-next span, .hero-swiper-prev span  {
    width: 100%;
    height: 100%;
}

.home-categories {
    padding: 48px 0 80px;
}
.home-categories .cat {
    display: block;
    padding: 28px 27px;
    border: 2px solid #E50100;
    border-radius: 6px;
    text-align: center;
    color: #1C1C1CCC;
    transition: all 0.2s linear;
}
.home-categories .cat:hover {
    background-color: #E50100;
    color: #fff;
}
.home-categories .cat span {
    width: 32px;
    height: 32px;
}
.home-categories .cat h5 {
    font-size: 22px;
    font-weight: 700;
}

.section-title {
    position: relative;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: start;
    color: #1C1C1C;
    margin-bottom: 0;
}
.recomended-swiper-next,
.recomended-swiper-prev ,
.activities-swiper-next,
.activities-swiper-prev {
    background-color: #E50100;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.recomended-swiper-prev ,
.activities-swiper-prev {
    left: auto;
    right: 5%;
}
.recomended-swiper-next span, .recomended-swiper-prev span ,
.activities-swiper-next span, .activities-swiper-prev span {
    width: 30px;
    height: 30px;
}

.recomendedSwiper .swiper-slide ,
.activitiesSwiper .swiper-slide {
    padding-bottom: 40px;
}

.product-card {
    box-shadow: 2px 2px 6px 0px #0000000A;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 16px;
    height: 380px;

}
.product-card .thumb {
    position: relative;
}
.product-card .thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.product-card .thumb .love {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #0000008C;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    display: flex;
    align-items: center;
}
.product-card .content {
    padding: 15px 18px;

}
.product-card .content .rating {
    display: flex;
    align-items: center;
}

.product-card .content .rating i {
    color: #F49F0E;
    line-height: 1;
    margin: 0 2px;
}
.product-card .content .rating>span {
    color: #666666;
    margin: 0 8px;
    line-height: 1;
}
.product-card .content .selling i {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.product-card .content .selling> span {
    font-size: 12px;
    font-weight: 700;
    color: #1C610E;
}

.product-card .content .product-title h4 {
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 700;
}
.product-card .content .product-date ,
.product-card .content .product-date ,
.activity-card .content .product-date {

    font-size: 12px;
    font-weight: 500;
    color: #E50100;
}
.product-card .bottom {
    border-top: 0.96px solid #ECECEC;
    padding: 20px;
}
.product-card .bottom .price {
    display: flex;
}
.product-card .bottom .price .current {
    font-size: 18px;
    font-weight: 700;
    color: #1C1C1C;
    margin-right: 5px;
}
.product-card .bottom .price .old {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    text-decoration: line-through;
}
.product-card .bottom .details-btn {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #E50100;
}
.swiper-pagination-bullet {
    width: 24px;
    height: 7px;
    border-radius: 20px;
    background-color: #1C1C1C4D;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #E50100;
}

.services {
    padding: 42px 0;
    background-color: #1C1C1C0A;
}

.more {
    font-size: 22px;
    font-weight: 700;
    color: #E50100;
}

.service-card {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 2px 2px 10px 0px #0000000F;
    overflow: hidden;
}
.service-card .thumb {
    position: relative;
}
.service-card .thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
}
.service-card .thumb .love {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #0000008C;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    display: flex;
    align-items: center;
}

.service-card .content {
    padding: 17px 12px;
}

.service-card .content .rating h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C99;
}
.service-card .content .rate {
    background-color: #B80100D9;
    padding: 3px 10px 3px 5px;
    border-radius: 23px;
    color: #fff;
    display: flex;
    align-items: center;
}
.service-card .content .rate span {
    color: #FFCE31;
    margin: 0 5px;
}

.service-card .content .product-title h4 {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 700;
}
.service-card .content .desc {
    font-size: 13px;
    font-weight: 700;
    color: #1C1C1CA6;
}
.service-card .content .price {
    display: flex;
}
.service-card .content .price .old {
    font-size: 13px;
    font-weight: 700;
    color: #BDBDBD;
    text-decoration: line-through;
}
.service-card .content .price .current {
    font-size: 18px;
    font-weight: 700;
    color:#E50100;
    margin-left: 5px;
}

.btn-outline-primary {
    border: 1.12px solid #E50100;
    color: #E50100;
    /* display: inline-flex; */
    border-radius: 40px;
    align-items: center;
}
.btn-outline-primary:hover {
    border: 1.12px solid #E50100;
    background-color: #E50100;
}

.activities  {
    /* padding: 64px 0 0; */
}

.activity-card {
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 2px 2px 12px 0px #0000000F;
}
.activity-card .thumb {
    width: 142px;
    height: 152px;
    border-radius: 12px;
    overflow: hidden;

}

.activity-card .product-title h4 {
    font-size: 16px;
    font-weight: 700;

}
.activity-card .product-title .badge {
    background-color: #E50100CC;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 700;
}
.activity-card .location ,
.service-card .location {
    font-size: 12px;
    font-weight: 700;
    color: #1C1C1C99;
    display: flex;
    align-items: center;
}

.activity-card .location span ,
.service-card .location span {
    margin-right: 5px;
}
.activity-card .bought {
    font-size: 14px;
    font-weight: 700;
    color: #1C1C1C99;
    display: flex;
    align-items: center;
}

.activity-card .content .rating ,
.service-card .content .rating {
    display: flex;
    align-items: center;
}

.activity-card .content .rating i ,
.service-card .content .rating i {
    color: #F49F0E;
    line-height: 1;
    margin: 0 2px;
}
.activity-card .content .rating>span {
    color: #666666;
    margin: 0 8px;
    line-height: 1;
}
.activity-card .bottom .price .current {
    font-size: 19px;
    font-weight: 700;
    color: #EA3433;
}
.activity-card .bottom .price .old {
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
    color: #1C1C1C80;
}
.banner {
    margin-top: 70px;
}
.banner img {
    width: 100%;
}

.food {
    background-color: #fff;
    padding-bottom: 0;
}

.food .service-card .content .product-date ,
.shop .service-card .content .product-date {
    font-size: 12px;
    font-weight: 500;
    color: #E50100;
    float: right;
}
.food .service-card .content .badge ,
.shop .service-card .content .badge {
    padding: 2px 6px;
    background-color: #B80100D9;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 24px;
    margin-left: 10px;
}
.companies {
    margin-top: 70px;
}
.companies h2 {
    text-align: center;
    font-size: 40px;
}
.companies .lead {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
}
.companies .company {
    background-color: #fff;
    box-shadow: 1.7503505945205688px 1.7503505945205688px 8.751752853393555px 0px #0000000F;
    padding: 12px;
    margin-bottom: 70px;
    height:170px !important;

}
.companies .company .thumb {
    width: 127px;
    height: 107px;
}
.companies .company .content {
    padding: 16px 0;
}
.companies .company .content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1C1C1C;
}
.companies .company .content .location {
    font-weight: 400;
    font-size: 12px;
    color: #1C1C1C99;
    display: flex;
    align-items: center;
}
.companies .company .content .location span {
    width: 21px;
    height: 21px;
    margin-right: 6px;
}
.companies .company .content .cirtify {
    font-size: 12px;
    font-weight: 500;
    color: #E50100;
}
.companies .company .content .cirtify span {
    width: 21px;
    height: 21px;
    margin-right: 6px;
}
footer {

    background-image: url("../img/footer.png");
    background-size: cover;
    padding: 12px 15px;
}

footer .about {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFFCC;
    margin: 24px 0 16px;
}
footer .social span {
    width: 24px;
    height: 24px;
    color: #FFFFFFCC;
    margin-right: 26px;
}
footer h4 {
    padding-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #E50100;
}

footer .info {
    padding: 0;
}
footer .info li {
    list-style: none;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFFCC;
    margin-bottom: 11px;
}
footer .info span {
    width: 24px;
    height: 24px;
    color: #E50100;
    margin-right: 8px;
}
footer .footer-bottom  {
    border-top: 1px solid #FFFFFFCC;
    padding-top: 40px;
    margin-top: 37px;
}
footer .footer-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
}
footer .footer-bottom ul li {
    margin-right: 48px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFFCC;
}
footer .footer-bottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFFCC;
}
footer .footer-bottom a {
    color: #E50100;
}


.login {
    height: 100vh;
}
.login .image {
    height: 100vh;
}
.login .form {
    height: 100vh;
    overflow: scroll;
}
.login img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.login h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 24px;
    line-height: 46px;
}
.login p {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #1C1C1C99;
    margin-bottom: 40px;
}

.form-control {
    border: 1px solid #1C1C1C66;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.login .form-control {
    margin-bottom: 40px;
}

.password-toggle {
    position: relative;
}
.password-toggle .toggle-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888B96;
}

.login .btn-primary {
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #E50100;
    background-color:  #E50100;
    margin-top: 40px;
}

.form-check-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.sign-up-btn {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 56px;
}
.sign-up-btn a {
    font-weight: 600;
}
.socila-login ,
.socila-login:hover {
    border: 1px solid #1C1C1C4D;
    padding: 12px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.socila-login span {
    line-height: 40px;
}
.socila-login .icon img {
    width: 40px;
    height: 40px;
    float: left;
}

@media screen  and (max-width: 1199px){
    .login h2 {
        font-size: 30px;
        margin-bottom: 16px;
        line-height: 36px;
    }
    .login p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 28px;
    }
    .form-switch span{
        font-size: 14px;
    }

    .sign-up-btn {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .login .btn-primary {
        margin-top: 10px;
    }

    .socila-login .icon img {
        width: 30px;
        height: 30px;
    }
    .socila-login span {
        line-height: 20px;
    }
}
.login.register .form-control {
    margin-bottom: 20px;
}
.form-check-input:checked {
  background-color: #e50100;
  border-color: #e50100;
}

.breadcrumb {
    background-color: #F2F4F5;
    padding: 26px 0;
    margin: 15px 0 70px;
}
.breadcrumb .links {
    list-style: none;
    display: flex;
    margin: 0;
}
.breadcrumb .links li {
    font-size: 14px;
    font-weight: 500;
    color: #1C1C1C99;
    display: flex;
}
.breadcrumb .links li .icon {
    width: 20px;
    height: 20px;
}
.breadcrumb .links li .link {
    margin: 0 8px;
}
.breadcrumb .links li:not(:last-of-type):after {
    content: "\f105";
      font-family: "Font Awesome 6 Pro";
}

.filter .accordion-item {
  border: none;
  border-bottom: 1px solid  #b9b9b9;
  border-radius: 0 !important;
}
.filter .accordion-item .accordion-button:not(.collapsed) {

  border: none;
  border-radius: 0 !important;
}
.filter .accordion-item .accordion-collapse.show {
  border: none;
  border-bottom: 1px solid  #b9b9b9;
  border-radius: 0 !important;
}
.filter .accordion-item .accordion-button:not(.collapsed)::after {
  background-color: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 15px;
}
.filter .accordion-item .accordion-button.collapsed {
  background-color: transparent !important;
}
.filter .accordion-item:last-of-type {
    border-bottom: none;
}
.filter .accordion-item .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
    padding: 20px 0 20px;
}
.filter .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 26px;
}
.filter  .checkbox-group:not(:last-of-type)  {
    margin-bottom: 20px;
}
.filter  .checkbox-group  input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.filter  .checkbox-group  label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1C1C1C;
}
.filter  .checkbox-group span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1C1C1C80;
}
.filter .checkbox-group .form-check-input:checked {
  background-color: #e50100;
  border-color: #e50100;
}
.filter .noUi-horizontal {
    height: 6px;
    border-radius: 15px;
    background-color: #E6E6E6;
    border: none;
}
.filter .noUi-handle::before,
.filter .noUi-handle::after {
    content: none;
}
.filter .noUi-handle {
    border-radius: 50%;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #E50100;
    background-color: #fff;
}
.filter .noUi-connect {
    background-color: #E50100;
}
.filter .price-range-slider .slider-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
    padding-top: 16px;
    display: block;
}

.filter .price-range-slider .slider-value::before{
    content: "Price:";
    font-weight: 500;
    font-size: 14px;
    color: #1C1C1C99;
    line-height: 20px;
    margin-right: 5px;
}

.filter .fa-star{
    color: #CCCCCC;
}
.filter .fa-star.active {
    color: #F49F0E;
}
.filter .tags .btn {
    padding: 6px 16px;
    border-radius: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1C1C1C;
    margin-bottom: 8px;
}
.filter .tags input:checked + .btn {
    background-color: #E50100;
    border: none;
    color: #fff;
}

.sale-side {
    padding: 20px 0;
}
.sale-side h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 30px;
    margin-bottom: 12px;
}

.sale-side .sale-card {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-bottom: 16px;
    transition: all 0.25s linear;
    cursor: pointer;
}
.sale-side .sale-card img {
    margin: 5px;
}
.sale-side .sale-card h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #4D4D4D;
    margin: 0;
}
.sale-side .sale-card p {
    margin: 0;
}
.sale-side .sale-card .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.sale-side .sale-card .old {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    text-decoration: line-through;
}
.sale-side .sale-card .fa-star{
    color: #CCCCCC;
}
.sale-side .sale-card .fa-star.active {
    color: #F49F0E;
}
.sale-side .sale-card:hover {
    border: 1px solid #E50100;
    box-shadow: 0px 0px 12px 0px #1C1C1C52;
}
.sale-side .sale-card:hover h4 {
    color: #E50100;
}
.shop .service-card {
    margin-bottom: 40px;
}

.pagination li {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.pagination li a {
    border-radius: 50% !important;
    border: none;
    height: 36px;
    line-height: 21px;
    color: #1C1C1C66;
    font-size: 16px;
    font-weight: 400;
}
.pagination li:last-of-type a {
    border: 1px solid #E6E6E6;
}
.pagination li a.active {
    background-color: #E50100;
}
.banner-content {
  margin-bottom: 70px;
}
.thumb-image {
  max-width: 127px;
}
.thumb-image .slick-current img {
  border: 1.5px solid #E50100;
}
.big-slider {
  max-width: calc(100% - 151px);
}

.thumb-image .thumbImg {
  width: 127px;
  height: 84px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 22px;
}
.thumb-image .thumbImg img {
  width: 99%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.slider-banner-image {
  width: 547px;
  height: 350px;
  border-radius: 8px;
}
.slider-banner-image .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details {
  margin-bottom: 70px;
}
.product-details h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #1C1C1C;

}
.product-details .rating {
  margin-bottom: 24px;
}
.product-details .rating i {
  font-size: 24px;
  color: #F49F0E;
}
.product-details .rating span {
  font-family: Omar;
  font-size: 22px;
  font-weight: 700;
  line-height: 18.9px;
  color: #1C1C1C;
}
.product-details .price {
  display: flex;
  margin-bottom: 8px;
}
.product-details .price .new-price {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: #1C1C1C;
  margin-right: 8px;
}
.product-details .price .old-price {
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: line-through;
  color: #1C1C1C99;
}
.product-details .save {
  margin-bottom: 16px;
}
.product-details .save i {
  width: 14px;
  height: 14px;
  color: #A1A1AA;
}
.product-details .save span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #1C1C1C99;

}
.product-details .features {
  margin-bottom: 40px;
}
.product-details .features h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1C1C1C;
  margin-bottom: 14px;
}
.product-details .features ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: #1C1C1CB2;
}
.product-details .payment {
  padding: 8px 16px;
  border: 0.94px solid #E4E7E9;
  margin-bottom: 24px;
}
.product-details .payment h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;


}

.btn.btn-primary {
  background: linear-gradient(90deg, #C42E2D 0%, rgba(229, 1, 0, 0.79) 100%);
  color: #fff;
  border-radius: 10px;
  padding: 14px 43px;
  border: 2px solid #E50100;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;

}
.btn.btn-outline {
  background: transparent;
  color: #E50100;
  border-radius: 10px;
  padding: 14px 43px;
  border: 2px solid #E50100;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;

}

.details-tabs .nav-tabs {
  margin-bottom: 24px;
  width: 75%;
}
.details-tabs .nav-tabs .nav-item {
  margin-right: 30px;
  position: relative;
}
.details-tabs .nav-tabs .nav-item:last-of-type {
  margin-right: 0;
}

.details-tabs .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1C1C1C;
  border: 0;
}

.details-tabs .nav-tabs .nav-item .nav-link.active {
  color: #E50100;
}

.details-tabs .nav-tabs .nav-item .nav-link::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #E50100;
  left: 0;
  right: auto;
}

.details-tabs .nav-tabs .nav-item .nav-link.active::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #E50100;
  left: 0;
  right: auto;
}

.details-tabs .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  background-color: #E50100;
}

.details-tabs .description {
  margin-bottom: 20px;
  width: 75%;
}
.details-tabs .description p {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  color: #1C1C1C99;
}
.details-tabs .information {
  margin-bottom: 20px;
}
.details-tabs .information ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1C1C1C99;
}
.details-tabs .information ul li {
  margin-bottom: 12px;
}
.details-tabs .information .key {
  width: 112px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  color: #1C1C1C;
}
.details-tabs .reviews .post .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
}
.details-tabs .reviews .post .meta img {
  width: 41px;
  height: 41px;
}
.details-tabs .reviews .post .meta h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #1A1A1A;
  margin-bottom: 2px;
}
.details-tabs .reviews .post .meta i {
  color: #FF8A00;
}
.details-tabs .reviews .post .comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
  margin: 12px 0 20px;
}
.details-tabs .reviews .post {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}
.details-tabs .reviews .post:last-of-type {
  border-bottom: none;
}
.times {
  border: 1px solid #00000033;
  border-radius: 12px;
  overflow: hidden;
}
.times .header {
  padding: 11px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  background-color: #E50100;
}
.times .body {
  padding: 12px 24px;
}
.times .body .day {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #1C1C1C;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #1C1C1C33;
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.times .body .day:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.times .body .day span {
  display: block;
}

.similarSwiper {
  margin-bottom: 70px;
}

@media screen and (max-width: 1399px) {
  .btn.btn-primary ,
  .btn.btn-outline {
    padding: 5px  !important;
    font-size: 18px;
    line-height: 24px;
  }
  .details-tabs .nav-tabs {
    margin-bottom: 18px;
    width: 80%;
  }
  .details-tabs .description p {
    font-size: 20px;
    line-height: 28px;
  }
  .times .header {
    font-size: 20px;
    line-height: 30px;
  }
  .times .body .day {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title {
    margin-bottom: 18px;
  }
  .companies .lead {
    font-size: 18px !important;
  }
  .companies .company .thumb,
  .companies .company .thumb img {
    width: 78px;
    height: 78px;
  }
}

@media screen and (max-width: 1199px) {
  .product-details h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .product-details .rating {
    margin-bottom: 10px;
  }
  .product-details .rating i {
    font-size: 24px;
    line-height: 24px;
  }
   .details-tabs .nav-tabs {
    width: 95%;
  }
  .details-tabs .description {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .cr-left-bar {
    display: none;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .product-details .features {
    margin-bottom: 20px;
  }
  .product-details .features h5 {
    margin-bottom: 0px;
  }
  .product-details .features ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .details-tabs .nav-tabs {
    width: 100%;
  }
  .details-tabs .nav-tabs .nav-item {
    margin-right: 10px;
  }
  .details-tabs .description p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .thumb-image {
    max-width: 100%;
  }
  .thumb-image .thumbImg {
    width: 90px;
      margin-top: 22px;
      margin-bottom: 0;
  }
  .big-slider {
    max-width: 100%;
  }
  .slider-banner-image {
    height: 450px;
  }
  .banner-content {
    margin-bottom: 20px;
  }

    .product-details h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-details .rating span {
  font-size: 18px;
  line-height: 18px;
}
  .product-details .rating i {
    font-size: 18px;
  }

  .product-details .price .new-price {
  font-size: 26px;
  line-height: 32px;
}
.product-details .price .old-price {
  font-size: 16px;
  line-height: 26px;
}
  .btn.btn-primary, .btn.btn-outline {
    padding: 10px  !important;
    font-size: 14px;
    line-height: 20px;
  }
  .details-tabs .nav-tabs .nav-item {
    margin-right: 0px;
  }
  .details-tabs .nav-tabs .nav-item .nav-link {
  padding: 6px;
  font-size: 14px;
}
}

.success-page {
  text-align: center;
  margin-bottom: 70px;
}
.success-page h2 {
  font-size: 57px;
  font-weight: 600;
  line-height: 66.8px;
  color: #1C1C1C;
  margin-top: 40px;
  margin-bottom: 56px;
}
.success-page p {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #767676;
}

@media screen and (max-width: 575px) {
    .success-page h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 66.8px;
    color: #1C1C1C;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .success-page p {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #767676;
  }
}

.room-services:not(:last-of-type)  {
  margin-bottom: 26px;
}
.room-services h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #1C1C1C;
  margin-bottom: 24px;
}
.room-services .service {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.room-services .service .icon{
  color: #E50100;
  margin-right: 16px;
  display: block;
}
.room-services .service .text{
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: block;
}
.map {
  padding: 70px 0;
}

.service-card .valid {
  display: flex;
  align-items: center;
}
.service-card .valid .icon {
  color: #2D9C17;
  margin-right: 10px;
  display: block;
}
.service-card .valid .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.39px;
  color: #1C1C1C99;
  display: block;
}
.service-card .badge {
  background-color: #B80100D9;
  border-radius: 24px;
  padding: 2px 6px;
  font-size: 14.08px;
  font-weight: 700;
  line-height: 18.77px;
  letter-spacing: 0.2346264272928238px;
  color: #fff;
}
.service-card .rating .count {
font-size: 13.6px;
font-weight: 700;
line-height: 20.39px;
color: #1C1C1C99;
}
.offers-count {
font-size: 14px;
font-weight: 600;
line-height: 28.16px;
letter-spacing: 0.1173132136464119px;
text-align: center;
color: #E50100;
}
.package {
  border-radius: 190px 15px 15px 190px;
  padding: 0;
  height: 298px;
  margin-bottom: 70px;
  color: #fff;
}
/* .package:first-of-type {
  background: linear-gradient(100.53deg, #184D0F 0%, rgba(56, 124, 44, 0.921854) 49.58%, #4CAF3B 100%);
}
.package:nth-of-type(2) {
  background: linear-gradient(100.4deg, #144253 1.73%, rgba(58, 127, 152, 0.92) 57.52%, rgba(16, 93, 121, 0.82) 100%);
}
.package:last-of-type{

background: linear-gradient(100.4deg, #A75D2C 1.73%, rgba(193, 104, 45, 0.92) 52.4%, rgba(164, 79, 22, 0.82) 100%);
} */
.package .img {
  position: relative;
  left: -15px;
  top: -25px;
  height: 348px;
  width: 348px;
}
.package .img img {
  width: 100%;
  height: 100%;
}

.package .text {
  padding: 33px 74px 33px 0;
  height: 100%;
}
.package h2 {
font-size: 36px;
font-weight: 600;
line-height: 22px;
margin-bottom: 24px;

}
.package h2 .price {
  float: inline-end;
  font-size: 26px;
  font-weight: 600;
  line-height: 22px;

}
.package p {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 24px;
  color: #fff;
}
.package .btn {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 20px 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;

}
.package .icon {
  z-index: 2;
  position: absolute;
  left: 70px;
  width: 190px !important;
  object-fit: contain;

}
@media screen and (max-width: 1199px) {
  .package .text {
    padding: 25px 30px 25px 0;
  }
  .package .img {
    position: relative;
    left: -15px;
    top: -25px;
    height: 270px;
    width: 270px;
  }
  .package {
    border-radius: 190px 15px 15px 190px;
    padding: 0;
    height: 220px;
    margin-bottom: 70px;
    color: #fff;
  }
  .package h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .package h2 .price {
    font-size: 16px;
  }
  .package p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .package .btn {
    padding: 10px 16px;
    font-size: 16px;
  }
  .package .icon {
    left: 70px;
    width: 130px !important;
  }
}
@media screen and (max-width: 991px) {
  .package p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .package {
    height: 240px;
    margin-bottom: 50px;
  }
  .package .img {
    left: -15px;
    top: -20px;
    height: 280px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .package {
    border-radius: 15px 15px 15px 15px;
  }
  .package .img {
    display: none;
  }
  .package {
    height: 220px;
  }
  .package .text {
    padding: 16px 28px 24px 7px;
  }
  .package p {
    margin-bottom: 20px;
  }
  .package {
    height: auto;
    width: 95%;
  }
}

.package-history {
  box-shadow: 2px 2px 15px 0px #0000001A;
  border-radius: 12px;
  padding: 32px 40px;
  margin-bottom: 40px;
}
.package-history .status {
  border-right: 1px solid #1C1C1C4D;
  padding: 18px 70px 18px 0 !important;
}
.package-history .btn {
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #1C1C1C;

}
.package-history h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #1C1C1C;

}
.package-history .order-details p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #1C1C1C;
}
.package-history .body {
  border-top: 1px solid #1C1C1C4D;
  margin-top: 16px !important;
  padding: 32px 0 !important;
}
.package-history .body .package-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.package-history .body .package-breadcrumb > * {
  margin-right: 16px;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.03px;

}
.package-history .body img {
  width: 142px;
  height: 121px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 24px;
}
.package-history .body h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #1C1C1C;
  margin-bottom: 18px;
}
.package-history .body .color {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.03px;
  color: #1C1C1C;
}
.package-history .body p {
  display: flex;
  align-items: center;
}
.package-history .body p .color {
  margin-right: 24px;
}
.package-history .body p .color span {
  margin-right: 12px;
}
.package-history .body p .color span:last-of-type {
  vertical-align: 6px;
}
.package-history .body .price {

  font-size: 18.77px;
  font-weight: 700;
  line-height: 28.16px;
  letter-spacing: 0.1173132136464119px;
  color: #E50100;
  margin-top: 6px;
}
.package-history .body .price small {
  color: #1C1C1C99;
  font-size: 14px;
  font-weight: 500;
  line-height: 28.16px;
  letter-spacing: 0.1173132136464119px;

}
.package-history .body .total {
  font-size: 16px;
  font-weight: 700;
  line-height: 28.16px;
  letter-spacing: 0.1173132136464119px;
  color: #E50100;
  margin-bottom: 20px;
  text-align: center;
}
.package-history .body .btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 100px;
  padding: 16px 28px;
  line-height: 1;

}
.package-history .body .btn-primary {
  color: #fff;
}
.package-history .body .btn-outline {
  color: #E50100;
}

@media screen and (max-width: 991px) {
  .package-history {
  padding: 15px 20px;
  margin-bottom: 30px;
}
.package-history h3 {
  font-size: 22px;
  line-height: 24px;
}
.package-history .status {
  padding: 10px 20px 16px 0 !important;
}
.package-history .btn {
  font-size: 18px;
}
.package-history .body h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.package-history .body .total {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: start;
}
.package-history .body p .color {
  margin-right: 16px;
}
.package-history .body p .color span {
  margin-right: 4px;
}
.package-history .order-details {
  margin-top: 12px;
}
}

@media screen and (max-width: 575px) {
  .package-history h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .package-history .order-details p {
    font-size: 16px;
    line-height: 24px;
  }
    .package-history .btn {
    font-size: 16px;
    padding: 0;
  }
  .package-history .status {
  border-right: none;
}
.package-history .body .package-breadcrumb > * {
  margin-right: 6px;
  font-size: 16px;
}

.package-history .body .package-breadcrumb {
  margin-bottom: 16px;
}
.package-history .body img {
  margin-bottom: 16px;
}
}
.accordion-item {
  border: none !important;
  margin-bottom: 16px !important;
  border-radius: 6px !important;
}
.accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-item .accordion-button.collapsed {
  background-color: #F2F2F2 !important;
  border-radius: 6px !important;

}

.accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border-radius: 6px 6px 0 0 !important;
  border: 1px solid #E50100;

}
.accordion-item .accordion-button.collapsed::after {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 15px;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-color: #F2F2F2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 15px;
}

.accordion-collapse.show {
  border: 1px solid #E50100;
  border-top: none;
  border-radius: 0 0 6px 6px !important;
}

.not-found img {
  margin-bottom: 32px;
}
.not-found h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  color: #1A1A1A;
}
.not-found p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #808080;
  margin-bottom: 18px;
}
.not-found .btn {
  margin-bottom: 70px;
  border-radius: 100px;
}

 h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: center;
  color: #1C1C1C;
  margin-bottom: 64px;
}
 table {
  text-align: start;
}
 table td {
  vertical-align: middle;
}
 table .product-name img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}
 table .product-name p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.03px;
  color: #1C1C1C;
}
 table .price .new {
  font-size: 15.13px;
  font-weight: 500;
  line-height: 22.69px;
  color: #1C1C1C;
}
 table .price .old {
  font-size: 15.13px;
  font-weight: 400;
  line-height: 22.69px;
  color: #1C1C1C99;
  text-decoration: line-through;
}
 table .badge.success-bg {
padding: 4px 8px;
font-size: 13.24px;
font-weight: 400;
line-height: 19.85px;
color: #2C742F;
background-color: #20B52633;
}
 table .badge.danger-bg {
  padding: 4px 8px;
  font-size: 13.24px;
  font-weight: 400;
  line-height: 19.85px;
  color: #E50100;
  background-color: #E5010033;
}
 table .btn-primary {
  background: linear-gradient(90deg, #C42E2D 0%, rgba(229, 1, 0, 0.79) 100%) !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16.8px !important;
  border-radius: 50px !important;
}
 table {
  margin-bottom: 40px;
}
 table span {
  position: relative;
  top: 4px;
}
.social span {
  font-size: 13.24px;
  font-weight: 400;
  line-height: 19.85px;
  color: #1C1C1C;
}
.social {
  margin-bottom: 0px 10px;
}
.social i {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  border-radius: 6%;
  color: #4D4D4D;
  justify-content: center;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
.social i:hover {
  background-color: #E50100;
  color: #fff;
}

 table .btn.disabled {
  background: #1C1C1C 1 top 50%A;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  border-radius: 50px;
    padding: 14px 43px;
    color: #1C1C1C66;
    cursor: not-allowed;
    border: none;
    opacity: 1;
}
table .input-group {
  border: 0.91px solid #E6E6E6;
  padding: 7.5px;
  border-radius: 150px;
}
table .input-group .input-group-btn{

  top: 0 !important;
}
table .input-group .input-group-btn .btn{
  background-color: #F2F2F2;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  color: #1C1C1C;
}
table .input-group input {
  border: none;
  padding: 0 !important;
  width: 50px !important;
}

.table-container,
.cart-total,
.coupon-container {
  border: 0.91px solid #1C1C1C1A;
  border-radius: 7.5px;
  overflow: hidden;
}
.table-container .btn-gray {
  background-color: #1C1C1C33;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16.8px !important;
  border-radius: 50px !important;
  margin: 14px 0;
  padding: 13px 30px;
}
.cart-total {
  padding: 24px;
}
.cart-total h4 {
font-size: 16px;
font-weight: 500;
line-height: 19.2px;
color: #1C1C1C;
}

.cart-total ul {
  list-style: none;
  padding: 0;
}
.cart-total ul li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  box-shadow: 0px 1px 0px 0px #E5E5E5;

}
.cart-total ul li:last-of-type {
  box-shadow: none;
}
.cart-total ul li .key {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #1C1C1C99;
}
.cart-total ul li .value {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #1C1C1C;
}
.cart-total .btn {
font-size: 16px !important;
font-weight: 600 !important;
line-height: 19.2px !important;

}
.coupon-container {
  padding: 19px;
}
.coupon-container input {
  padding: 13px 22px !important;
  border-radius: 50px;
  border: 0.91px solid #1C1C1C33;
  border-right: none;
}
.coupon-container .btn-dark {
  border-radius: 50px !important;
  padding: 15px 37px;
  left: -30px;
}
.coupon-container .title {
  font-size: 18.29px;
  font-weight: 500;
  line-height: 27.44px;
  color: #1C1C1C;
}

.order-summery {
  border: 1px solid #1C1C1C33;
  padding: 24px;
  border-radius: 8px;
}
.order-summery h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #1C1C1C;

}
.order-summery ul {
  list-style: none;
  padding: 0;
}
.order-summery ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;

}
.order-summery ul li .name {
  display: flex;
  align-items: center;
font-size: 14.49px;
font-weight: 400;
line-height: 21.74px;

}
.order-summery ul li .name img {
  width: 60px;
  height: 60px;
  margin-right: 6px;
}
.order-summery ul li .name .title span:last-of-type {
font-size: 14px;
font-weight: 500;
line-height: 21px;
color: #1C1C1C;
margin-left: 6px;
}

.sum li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  box-shadow: 0px 1px 0px 0px #E5E5E5;
}

.sum li .key {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.2px;
  color: #1C1C1C99;
}
.sum li:last-of-type {
  box-shadow: none;
}
.sum li:last-of-type .key {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1C1C1C99;

}
.sum li:last-of-type .value {
font-size: 18px;
font-weight: 600;
line-height: 21.6px;
color: #1C1C1C;

}

.sum .value {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #1C1C1C;
}
.order-summery .btn {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 19.2px !important;

}
.order-summery .pay-method h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1C1C1C;

}
.order-summery .pay-method .form-check {
  margin-bottom: 10px;
}
.order-summery .pay-method input {
  width: 20px;
  height: 20px;
}
.order-summery .pay-method label {
font-size: 14px;
font-weight: 400;
line-height: 21px;
color: #1C1C1CB2;
}

.form-control,
.form-control:focus {
  border: 0.87px solid #E6E6E6;
  padding: 12px 14px !important;
  border-radius: 6px !important;
  box-shadow: none;
  font-size: 13.94px;
  font-weight: 400;
  line-height: 18.12px;
  color: #1C1C1C;
}
.billing-info h4 {
  margin-bottom: 18px;
}
.billing-info label {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 23.25px;
  color: #1C1C1C;
}
.billing-info label span {
  color: #1C1C1C99;
}
.form-control::placeholder {
font-size: 13.94px;
font-weight: 400;
line-height: 18.12px;
color: #1C1C1C66;

}

.form-check-input {
  width: 18px;
  height: 18px;
}
.billing-info h5 {
font-size: 15.5px;
font-weight: 500;
line-height: 23.25px;
color: #1C1C1C;
margin-bottom: 18px;
margin-top: 28px;
}

.profile-menu h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28.75px;
  color: #1C1C1C99;
  margin-bottom: 40px;
}
.profile-menu ul {
  list-style: none;
  padding: 0;
}
.profile-menu ul li {
  padding: 16px 10px;
  margin-bottom: 24px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.75px;
  color: #1C1C1C;
}
.profile-menu ul li a {
  display: block;
}
.profile-menu ul li a:hover {
  display: block;
  color: #fff;
}
.profile-menu ul li:hover {
  background-color: #E50100;
  color: #fff;
}
.profile-menu ul li.active {
  background-color: #E50100;
  color: #fff;
}

.profile-settings .title {
  box-shadow: 2px 2px 10px 0px #0000000F;
  padding: 24px 32px;
  margin-bottom: 40px;
}
.profile-settings .title h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28.75px;
  color: #000000;
  margin: 0;
  text-align: start;
}
.profile-settings .body .sub-title {
  margin-bottom: 24px;
}
.profile-settings .body .sub-title  h3{
  font-size: 22px;
  font-weight: 500;
  line-height: 28.75px;
  margin: 0;
  color: #1C1C1C;
}
.profile-settings .body .save {
  background-color: #4B66BB;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFFFFF;
}
.profile-settings .img-container {
  width: 144px;
  height: 144px;
}
.profile-settings .img-container .filepond--drop-label {
  background-image: url(../img/Avatar.png);
  background-size: contain;
  font-size: 30px;

}
.profile-settings .security {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.profile-settings .security .key{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #333333;
}
.profile-settings .security .value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.profile-settings .security a {
  color: #0B69FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 991px) {
  .profile-menu ul {
    /* display: flex; */
  }
  .profile-menu ul li {
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .profile-menu ul li {
    padding: 10px 6px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .profile-settings .title {
    padding: 16px 16px;
    margin-bottom: 20px;
  }
  .profile-settings .body .sub-title h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
}

.profile-settings .package-history .btn {
  font-size: 21.42px;
  font-weight: 600;
  line-height: 18.36px;
  letter-spacing: -0.006em;
}
.profile-settings .package-history .body .btn {
  font-size: 12.42px;
  font-weight: 600;
  line-height: 18.36px;
  letter-spacing: -0.006em;
  padding: 12px 21px;
}

.profile-settings .package-history .status {
  padding: 18px 50px 18px 0 !important;
}
.profile-settings .package-history h3 {
font-size: 21.42px;
font-weight: 600;
line-height: 18.36px;
letter-spacing: -0.006em;
}

.profile-settings .package-history .order-details p {
font-size: 13.77px;
font-weight: 600;
line-height: 18.36px;
letter-spacing: -0.006em;

}

.profile-settings .package-history {
  padding: 24px 30px;
}

.profile-settings .package-history .body .package-breadcrumb > * {
font-size: 13.77px;
font-weight: 500;
line-height: 16.09px;

}

.profile-settings .package-history .body .package-breadcrumb span:first-of-type ,
.profile-settings .package-history .body .package-breadcrumb span:last-of-type {
  width: 18px;
  height: 18px;
}

.profile-settings .package-history .body h2 {
  font-size: 21.42px;
  font-weight: 700;
  line-height: 16.09px;
  text-align: left;
}

.profile-settings .package-history .body .color {
  font-size: 14px;
}

.profile-settings .package-history .body p .color span {
  width: 18px;
  height: 18px;
}

.profile-settings .package-history .body .price {
font-size: 14.36px;
font-weight: 700;
line-height: 21.54px;

}
.profile-settings .package-history .body .total {
  font-size: 12.24px;
  font-weight: 700;
  line-height: 21.54px;
  margin-bottom: 16px;
}
.profile-settings .subscribe h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: center;
  color: #191D23;
  margin-bottom: 16px;

}
.profile-settings .subscribe h2 span {
  color: #E50100;
}
.profile-settings .subscribe p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  margin-bottom: 64px;
}
.profile-settings .subscribe .form-switch {
  padding: 0;
  text-align: center;
}
.profile-settings .subscribe .form-switch label {
font-size: 16px;
font-weight: 400;
line-height: 18.75px;
position: relative;

}
.profile-settings .subscribe .form-switch input {
  float: none;
  margin-left: 24px;
  margin-right: 24px;
  height: 24px;
  width: 44px;
}
.profile-settings .subscribe .form-switch .discount {
  color: #E50100;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  position: absolute;
  width: 200px;
  bottom: -45px;
}
.plans{
  margin-top: 50px;
}
.plan  {
  padding: 40px 25px;
  border-radius: 12px;
  background-color: #fff;
  color: #191D23;
  border: 1px solid #1C1C1C33;
  box-shadow: 0px 10.48px 26.21px 0px #CCD9FF;
  margin-bottom: 70px;
}
.plan.featured {
  background-color: #B80100;
  color: #fff;
  border: 1px solid #B80100;
}
.plan h4 {
  font-size: 23.06px;
  font-weight: 700;
  line-height: 27.03px;
  text-align: left;
  margin-bottom: 12px;

}
.plan p {
  font-size: 16.77px;
  font-weight: 400;
  line-height: 19.66px;
  text-align: left;
  margin-bottom: 20px;
  color: #191D23;

}
.plan.featured p {
  color: #fff;
}
.plan .price {
  font-family: Omar;
  font-size: 58.71px;
  font-weight: 600;
  line-height: 68.8px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 25px;

}
.plan .price span {
  font-size: 16.77px;
  font-weight: 300;
  line-height: 19.66px;
  text-align: left;
  margin: 0 9px;
}
.plan .btn {
  padding: 12px;
  text-align: center;
  color: #111111;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  margin-bottom: 40px;
}
.plan:not(.featured) .btn {
  border: 1.57px solid #1D4ED8;
}
.plan ul {
  list-style: none;
  padding: 0;
}
.plan li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.plan li span {
  margin-right: 18px;
  color: #E8EDFB;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .profile-settings .subscribe h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .profile-settings .subscribe p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .profile-settings .subscribe .form-switch .discount {
    bottom: -15px;
    left: 35px;
  }
  .profile-settings .subscribe .form-switch .discount img{
    width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .profile-settings .subscribe h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .profile-settings .subscribe p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .profile-settings .subscribe .form-switch label {
    font-size: 12px;
  }
  .profile-settings .subscribe .form-switch input {
    margin-left: 0px;
    margin-right: 0px;
  }
  .profile-settings .subscribe .form-switch .discount {
    bottom: -15px;
    left: 12px;
  }
  .form-switch span {
    font-size: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .home-categories .cat {
    margin-bottom: 30px;
  }
  .recomended-swiper-prev, .activities-swiper-prev {
    left: auto;
    right: 6%;
  }
}
@media screen and (max-width: 991px) {
  .recomended-swiper-prev, .activities-swiper-prev {
    left: auto;
    right: 8%;
  }
  .more {
    font-size: 14px;
  }
  .uim--angle-right {
    display: inline-block;
    width: 25px;
    height: 23px;
  }
  .recomended-swiper-next span, .recomended-swiper-prev span, .activities-swiper-next span, .activities-swiper-prev span {
    width: 16px;
    height: 16px;
  }
  .companies .company {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .heroSwiper .swiper-slide {
    min-height: 150px;
  }
  .heroSwiper .swiper-slide img {
    height: 300px;
    object-fit: cover;
  }
  .recomended-swiper-prev, .activities-swiper-prev {
    left: auto;
    right: 10%;
  }
  .recomended-swiper-next, .recomended-swiper-prev, .activities-swiper-next, .activities-swiper-prev {
    width: 30px;
    height: 30px;
  }
  .banner {
    margin-top: 30px;
    height: 300px;
  }
  .banner img {
    height: 300px;
    object-fit: cover;
  }

  .section-title h2 {
    font-size: 20px;
  }
  .recomended-swiper-prev, .activities-swiper-prev {
    left: auto;
    right: 15%;
  }

    .companies .lead {
    font-size: 14px !important;
    line-height: 18px;
  }
}
.form-floating > label{
  left: 0 !important;
}
.ticket-user-img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 10px;
  margin-bottom: 6px;
}

.ticket-file-icon{
  margin-left: 10px;
  color: var(--darkblue);
}
.ticket-file-icon2{
  margin-left: 10px;
  color: #FFFFFF;
}

.ticket-user-name{
  margin-bottom: 5px !important;
}
.user-product-message{
  background: #e9eef1;
  padding: 10px 10px 10px 20px;
  color: #000000;
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}
.info li{
  list-style: none;
}
.borderprimary{
border: 2px solid #e50100 !important;
}


.form-check-label{
    font-size: 1rem;
    padding: 10px;
}

.form-check .quantity-control {
    display: flex;
    align-items: center;
    margin-left: 15px;
    bottom: 5px;
}

.form-check .quantity-control .btn {
    background-color:#e50100 !important;
    width: 38px;
    height: 35px;
    display: flex;
    border: none;
    /* justify-content: center; */
    align-items: flex-end;
    font-size: 26px;
    margin: 0 5px;
}

.quantity-display {
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
    background: transparent;
    pointer-events: none;
}

.total-price-container {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;

}
.carousel-indicators button.thumbnail {
    height:100px !important;
    width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
opacity: 0.7;
}
.carousel-indicators {
position: static;
}
@media screen and (min-width: 992px) {
.carousel {
/* max-width: 70%; */
margin: 0 auto;
}
}
                .share-card {
                    /* width: 300px; */
                    background: #f9f9f9;
                    border-radius: 10px;
                    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                    /* text-align: center; */
                    padding: 20px;
                    margin-bottom:10px;
                }
                .share-card img {
                    width: 100%;
                    border-radius: 10px;
                }
                .share-card h3 {
                    margin: 15px 0;
                    font-size: 1.5em;
                }
                .social-icons {
                    display: flex;
                    justify-content: center;
                    margin-top: 15px;
                }
                .social-icons a {
                    margin: 0 10px;
                    text-decoration: none;
                    color: #e50100;
                    font-size: 1.5em;
                    width: 40px;
                    height: 40px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                }
