body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
}

.main-slider.swiper-container {
  width: 100%;
  height: 50vh;
}

.main-slider .swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: 20vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.main-slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.main-slider .swiper-pagination-bullet-active {
  background-color: #fff;
}

.main-slider .swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}

.main-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.main-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.main-slider .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.main-slider .swiper-slide h2 {
  pointer-events: none;
  opacity: 0;
  color: #ffffff;
  font-size: calc(5vw);
  letter-spacing: -1px;
  -webkit-transform: translateY(-5%) scale(0.8);
  transform: translateY(-5%) scale(0.8);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
}

.main-slider .swiper-slide-active h2 {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.product-item-info {
  width: auto;
}

.titledis {
  font-family: 'Caladea', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #d43284;
  text-transform: uppercase
}

.titleinsta {
  font-family: 'Caladea', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #d43284;
  border-bottom: 1px solid #d2d4d3;
  padding-bottom: 10px
}

.most-popular.swiper-container .swiper-button-next,
.most-popular.swiper-container .swiper-button-prev,
.in-trend.swiper-container .swiper-button-next,
.in-trend.swiper-container .swiper-button-prev,
.recommended.swiper-container .swiper-button-next,
.recommended.swiper-container .swiper-button-prev {
  background-size: 12px;
}

.most-popular .arrows,
.in-trend .arrows,
.recommended .arrows {
  position: absolute;
  top: 0;
  background: #d43284;
  width: 87px;
  z-index: 9;
  height: 36px;
  right: 0;
}

.height-100vh {
  height: 101vh;
}

a>img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 0px solid !important;
}

.login-page {
  /* background: #ebedf0; */
  background-image: url("../img/login-bg.jpg");

  width: 100%;
  max-width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-page .columns {
  max-width: 450px;
  margin: auto;
}

.block.block-customer-login {
  width: 100%;
}

.action.primary {
  font-weight: 600;
  border-color: #d43284;
  background: #d43284;
}

.login-page .actions-toolbar .primary {
  width: 100%;
}

.login-page .actions-toolbar .primary button {
  border-radius: 0;
  font-weight: 400;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, .2);
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, .2);
}

.social-btn .btn-social {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 44px;
  font-family: 'Roboto', sans-serif;
}

.display-flex {
  display: flex;
  align-items: center;
}

.account-social-login .actions-toolbar.social-btn {
  width: 225px;
  margin-right: 4px;
}

.btn-social>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .2);
}

.btn-google .fa-google {
  background: url(../img/g-logo.png) no-repeat;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, .2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, .2);
}

.login-page .page-title-wrapper {
  text-align: center;
}

.login-page .block .block-title strong {
  color: #000;
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 2.1rem;
}

.login-page .login-container .block-title strong {
  padding: 15px 0 10px;
  font-size: 22px;
  margin-bottom: 0;
  line-height: normal;
  display: block;
  width: 100%;
}

.login-container .block .block-title {
  border-bottom: 0;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login-page .actions-toolbar .secondary a {
  text-decoration: underline;
  color: #6d6d6d;
  font-size: 14px;
}

.login-page .create-account a {
  text-decoration: underline;
  color: #6d6d6d;
  font-size: 14px;
}

.w-100 {
  width: 100%;
}

.justify-content-space-between {
  justify-content: space-between;
}

.login-container .fieldset:after {
  display: none;
}

.page-title-wrapper h1.page-title.custom-margin-padding-top {
  margin-top: 0;
  padding-top: 15px;
}

.background-img {
  background-size: 98% auto;
  background-repeat: no-repeat;
  height: 87vh;
  background-position: top right;
}

.background-position-left {
  background-position: top left;
}

.col-sm-12.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}

.page-footer .footer.content .block.newsletter .control:before {
  right: 34%;
  z-index: 9;
  background-color: #fff;
}

.page-footer .footer.content .block.newsletter .control input {
  padding: 0 80px 0 15px;
}


/* Mobile View Codes */

@media screen and (max-width: 767px) {
  .top-nav {
    background-color: #d43284;
    width: 100%;
    height: 50px;
    position: relative;
    box-shadow: 0 0 8px -2px #ddd;
    display: flex;
    align-items: center;
    padding-left: 5.1rem;
  }

  .menu,
  .menu-close {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .menu-line {
    width: 24px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
  }

  .menu-close .menu-line {
    width: 24px;
    height: 2px;
    background-color: black;
  }

  .menu-close {
    position: absolute;
    top: 51px;
    right: 9px;
  }

  .menu-close .menu-line:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 8px;
  }

  .menu-close .menu-line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -8px;
  }

  .menu-panel {
    width: 75%;
    left: -400px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
    padding: 15px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 2.5em;
    z-index: 10000;
  }

  .menu-panel.show {
    left: 0px;
    background-color: white;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }

  .menu-background {
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
  }

  .menu-background.show {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }

  .menu-title {
    margin-bottom: 0;
    margin-top: -9px;
    font-size: 0.78em;
    color: #fff;
  }
}

/* preloader */
.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.price-font-size {
  font-weight: 600;
  font-size: 1.35rem;
}

/* loder */

.ph-item {
  height: 100vh;
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
  box-sizing: border-box;
}

.ph-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  -webkit-animation: phAnimation 0.8s linear infinite;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.ph-item>* {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
}

.ph-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px;
}

.ph-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #ced4da;
}

.ph-row .big,
.ph-row.big div {
  height: 20px;
  margin-bottom: 15px;
}

.ph-row .empty {
  background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
  flex: 0 0 16.66667%;
}

.ph-col-4 {
  flex: 0 0 33.33333%;
}

.ph-col-6 {
  flex: 0 0 50%;
}

.ph-col-8 {
  flex: 0 0 66.66667%;
}

.ph-col-10 {
  flex: 0 0 83.33333%;
}

.ph-col-12 {
  flex: 0 0 100%;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.ph-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px;
}

@-webkit-keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

/* loader end */

/* shimmer */

.sh-item {
  height: 400px;
  width: 100%;
  direction: ltr;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  background-color: #212529;
  border-radius: 2px;
  
}


.sh-item,
.sh-item *,
.sh-item ::after,
.sh-item ::before {
  box-sizing: border-box;
}

.sh-item::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  -webkit-animation: phAnimation 0.8s linear infinite;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(to right, #fff 46%, #fff 50%, #ccc 54%) 50% 50%;
}

.sh-item>* {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
}

.sh-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5px;
}

.sh-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #ced4da;
}

.sh-row .big,
.sh-row.big div {
  height: 155px;
  margin-bottom: 15px;
}

.sh-row .empty {
  background-color: #ccc;
}

.sh-col-2 {
  flex: 0 0 16.66667%;
}

.sh-col-4 {
  flex: 0 0 33.33333%;
}

.sh-col-6 {
  flex: 0 0 50%;
}

.sh-col-8 {
  flex: 0 0 66.66667%;
}

.sh-col-10 {
  flex: 0 0 83.33333%;
}

.sh-col-12 {
  flex: 0 0 100%;
}

.sh-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.sh-avatar::before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.sh-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px;
}


@-webkit-keyframes shAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes shAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    transform: translate3d(30%, 0, 0);
  }
}


/* shimmer end */

.search-icon{
  background: #fff;
  padding: 10px 0px 10px 5px;
  border: 0;
}

.testimonials-slider figure.testimonial {
  width: 100%;
  margin: 0 auto;
}

.page-title-1 {
  text-align: center;
  letter-spacing: 0.6px;
}

.title-border {
  background: #d43284;
  height: 3px;
  width: 16%;
  margin-top: 0.9rem;
  display: block;
  margin-bottom: 2.5rem;
}

.category-card {
  background: #fff;
  text-align: center;
  padding-bottom: 1.6rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px 0 #dddddd8f;
  transition: ease-in-out all .3s;
}

.category-card:hover {
  box-shadow: 0px 3px 9px 0px #dddddd8f;
}

.category-card h4 {
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: .3px;
}

.category-card a.btn.btn-primary {
  display: block;
  width: 84%;
  margin: 0 auto;
  background-color: #d43284;
  border-color: #d43284;
  text-transform: capitalize;
  font-size: 1.5rem;
  color: #fff;
  z-index: 999;
  position: relative;
  }

.category-card a.btn.btn-primary:hover {
  color: #fff !important;
}

.fb-font {
  font-size: 2.19rem;
}

@media only screen and (max-width: 425px) {
  .main-slider.swiper-container {
    height: auto;
  }
}