*:focus {
  outline: none;
}

body {
  font-size: 14px !important;
  line-height: 1.4;
  color: #222529;
  background: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  min-width: 100% !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin: unset;
}

h1, .h1 {
  font-size: 3em;
}

h2, .h2 {
  font-size: 2.6em;
}

h3, .h3 {
  font-size: 1.9em;
}

h4, .h4 {
  font-size: 1.3em;
}

h5, .h5 {
  font-size: 1.1em;
}

h6, .h6 {
  font-size: 1em;
}

p, .p, .psmall, .pxsmall, .pxxsmall {
  margin: 0;
}

p, .p {
  font-size: 1em;
}

.psmall {
  font-size: 0.9em;
}

.pxsmall {
  font-size: 0.8em;
}

.pxxsmall {
  font-size: 0.7em;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-gray {
  color: #839199;
}

.text-semidark {
  color: #444;
}

.title {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.slide-border {
  border-left: 1px solid #dee2e6;
}

.swiper-slide-active {
  border-left: none !important;
}

.nav-link-grid {
  color: #666;
}

.pointer {
  cursor: pointer;
}

.nav-pills .nav-link.active {
  color: #09bbfe;
  background-color: transparent !important;
}

.nav-pills .show > .nav-link {
  color: #09bbfe;
  background-color: transparent !important;
}

.star i {
  font-size: 11px;
}

.star i.fill {
  color: #6a6a6d;
}

.star i.none {
  color: rgba(0, 0, 0, 0.16);
}

.home_ads {
  position: absolute;
  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;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 50px;
}

.home_ads .sallery {
  padding: 5px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
}

.home_ads .sallery.blue {
  background-color: #01abec;
  color: #fff;
}

.home_ads .sallery.green {
  background-color: #188268;
  color: #fff;
}

.home_ads .current-sallery {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.cicle {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  text-align: center;
  background-color: #f4f4f4;
  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;
}

.cicle i {
  color: #222529;
  font-size: 42px;
}

.grid-gallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "item1 item2 item3 item4" "item1 item5 item6 item7";
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3px;
}

.item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: item1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: item2;
  width: 100%;
}

.item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: item3;
  width: 100%;
}

.item4 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: item4;
  width: 100%;
}

.item5 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: item5;
  width: 100%;
}

.item6 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: item6;
  width: 100%;
}

.item7 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: item7;
  width: 100%;
}

#NewArrivals {
  background-color: #222529;
}

#NewArrivals .upto {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#NewArrivals .sallery {
  padding: 5px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
}

#NewArrivals .sallery.blue {
  background-color: #01abec;
  color: #fff;
}

#NewArrivals .sallery.green {
  background-color: #188268;
  color: #fff;
}

#NewArrivals .current-sallery {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #fff;
}

.subscribe {
  background-color: #01abec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe .form-subscribe {
  border-radius: 24px 0 0 24px;
  padding-left: 25px;
  border: none;
  font-size: 1em;
}

.subscribe button {
  padding-left: 25px;
  padding-right: 30px;
  border-radius: 0 24px 24px 0;
  font-size: 12px;
  font-weight: 600;
  background: #333;
}

.grid-container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "item1 item2 item2 item3" "item1 item4 item5 item3";
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3px;
}

.item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: item1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: item2;
  width: 100%;
}

.item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: item3;
  width: 100%;
}

.item4 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: item4;
  width: 100%;
}

.item5 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: item5;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 768px) {
  .grid-gallery {
    width: 100%;
    height: 50%;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "item1 item1 item1" "item2 item3 item4" "item5 item6 item7";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .grid-container {
    width: 100%;
    height: 50%;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "item1 item1 item1" "item2 item3 item4" "item5 item6 item7";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
  }
}

@media only screen and (max-width: 578px) {
  .home_ads {
    padding: 0 20px;
  }
}

/* # sourceMappingURL=index.css.map */

