/*********************
        Color
*********************/
/*********************
        Font
*********************/
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Poppins'; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.lgNone {
  display: none !important; }
@media (max-width: 993px) {
  .lgNone {
    display: block !important; } }

.dis-sm {
  display: block; }
@media (max-width: 993px) {
  .dis-sm {
    display: none; } }

h1 {
  font-size: 25px !important; }

h4 {
  font-size: 20px !important; }

h5 {
  font-size: 18px !important; }

h6 {
  font-size: 16px !important; }

label {
  font-size: 14px !important; }

.text-color {
  color: grey !important;
  font-size: 16px;
  margin-top: 1rem; }

@media (max-width: 992px) {
  .dropdown_width2 {
    max-height: 15rem;
    overflow: hidden;
    overflow-y: scroll;
    width: 100% !important; } }

.text-color2 {
  color: #8983ff !important;
  font-size: 20px !important;
  margin-top: 3rem;
  display: block; }

@font-face {
  font-family: myFirstFont;
  src: url(../font/Muli-Light.ttf); }
::-moz-selection {
  background: #8983ff;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #8983ff;
  color: #fff;
  text-shadow: none; }

.flex_head {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.flex_head .text_head {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 3rem;
  text-transform: capitalize; }
.flex_head .see_all {
  text-decoration: none;
  color: #ffaeba;
  font-weight: bold;
  font-size: 20px; }

/******************************
    Start body
******************************/
/******************************
    End body
******************************/
/******************************
    Start Navbar
******************************/
header {
  position: relative;
  height: 85px;
  /* ============ desktop view .end// ============ */
  /* ============ small devices ============ */ }
header .bg-light {
  background-color: #f5f5f5 !important;
  height: 85px; }
@media (max-width: 992px) {
  header .bg-light {
    background-color: #8983ff !important; } }
header .navbar-toggler {
  margin-right: 1rem; }
header .padding-row {
  padding: 20px; }
header .dropdown-item {
  text-transform: capitalize !important; }
header .scrolled {
  background-color: #8983ff !important; }
header .scrolled a.nav-link {
  color: #fff !important;
  text-transform: capitalize !important; }
header .scrolled .navbar-brand {
  color: #fff !important; }
@media (max-width: 992px) {
  header .container-sm {
    max-width: 100%;
    padding: 0; } }
@media (max-width: 992px) {
  header .container {
    padding: 0; } }
@media (max-width: 992px) {
  header .navbar-collapse {
    background-color: #8983ff !important;
    padding: 0 20px; }
  header .navbar-collapse a.nav-link {
    color: #fff !important;
    text-transform: capitalize !important; } }
header .navbar-brand {
  color: #000;
  font-weight: 800;
  margin: 0 1rem; }
header .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem #77777729; }
header .btn-outline-success, header .btn-outline-success:focus, header .btn-outline-success:hover, header .btn-check:active + .btn-outline-success, header .btn-check:checked + .btn-outline-success, header .btn-outline-success.active, header .btn-outline-success.dropdown-toggle.show, header .btn-outline-success:active {
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba;
  padding: 10px 2rem; }
header .btn-check:focus + .btn-outline-success, header .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem #ffaeba !important; }
header .navbar-light .navbar-nav .nav-link {
  color: #000000d4;
  display: flex;
  text-transform: capitalize !important;
  align-items: baseline; }
header .navbar-light .navbar-nav .nav-link i {
  padding-right: .5rem; }
header .search-header {
  width: 100% !important;
  margin: 0 2rem; }
@media (max-width: 992px) {
  header .search-header {
    margin: 2rem 0rem 0.5rem 0; } }
header .dropdown-toggle::after {
  display: none;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }
header .nav-dropdown {
  padding: 0; }
header .nav-dropdown h4 {
  font-size: 16px !important;
  font-weight: 700;
  text-transform: capitalize !important; }
header .dropdown_width {
  width: 50rem; }
header .dropdown-menu {
  border: 0;
  line-height: 2;
  transition: 3s ease-in-out;
  min-width: max-content !important; }
header .item_dropdown {
  display: block; }
header .dropdown-item:focus, header .dropdown-item:hover {
  color: #ffffff;
  background-color: #ffaeba; }
header .dropdown-item.active, header .dropdown-item:active {
  background-color: #ffaeba; }
@media all and (min-width: 992px) {
  header .dropdown-menu li {
    position: relative; }
  header .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px; }
  header .nav-item .submenu-left {
    right: 100%;
    left: auto; }
  header .dropdown-menu > li:hover {
    background-color: #f1f1f1; }
  header .dropdown-menu > li:hover > .submenu {
    display: block; } }
@media (max-width: 991px) {
  header .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem; } }

/******************************
    End Navbar
******************************/
/******************************
    Start button chane
******************************/
/******************************
    End button chane
******************************/
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: transparent;
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  width: 100% !important; }

/* Input, Textarea */
.pure-material-textfield-outlined > input, .pure-material-textfield-outlined > select, .pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border-bottom: solid 1px #ffaeba !important;
  border: 0;
  border-top-color: transparent;
  border-radius: 0px;
  padding: 15px 13px 15px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s; }

/* Span */
.pure-material-textfield-outlined > input + span, .pure-material-textfield-outlined > textarea + span .pure-material-textfield-outlined > select + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s; }

/* Corners */
.pure-material-textfield-outlined > input + span::before, .pure-material-textfield-outlined > input + span::after, .pure-material-textfield-outlined > textarea + span::before, .pure-material-textfield-outlined > textarea + span::after .pure-material-textfield-outlined > select + span::after, .pure-material-textfield-outlined > select + span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s; }

.pure-material-textfield-outlined > input + span::before, .pure-material-textfield-outlined > textarea + span::before .pure-material-textfield-outlined > select + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0; }

.pure-material-textfield-outlined > input + span::after, .pure-material-textfield-outlined > select + span::after, .pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px; }

/* Hover */
.pure-material-textfield-outlined:hover > input, .pure-material-textfield-outlined:hover > select, .pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent; }

.pure-material-textfield-outlined:hover > input + span::before, .pure-material-textfield-outlined:hover > textarea + span::before, .pure-material-textfield-outlined:hover > input + span::after, .pure-material-textfield-outlined:hover > select + span::before, .pure-material-textfield-outlined:hover > select + span::after, .pure-material-textfield-outlined:hover > textarea + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); }

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown, .pure-material-textfield-outlined:hover > select:not(:focus):placeholder-shown, .pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); }

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown, .pure-material-textfield-outlined > select:not(:focus):placeholder-shown, .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6); }

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span, .pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span, .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
  color: #8983ff;
  font-size: 14px; }

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before, .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before, .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after, .pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span::before, .pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span::after, .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent; }

/* Focus */
.pure-material-textfield-outlined > input:focus, .pure-material-textfield-outlined > select:focus, .pure-material-textfield-outlined > textarea:focus {
  border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  border-top-color: transparent;
  box-shadow: none;
  outline: none; }

.pure-material-textfield-outlined > input:focus + span, .pure-material-textfield-outlined > select:focus + span, .pure-material-textfield-outlined > textarea:focus + span {
  color: #8983ff;
  font-size: 16px;
  margin-top: 1rem;
  font-weight: bold; }

.forget {
  float: right;
  margin-top: 20px;
  color: #ffaeba; }

.pure-material-textfield-outlined > input:focus + span::before, .pure-material-textfield-outlined > input:focus + span::after, .pure-material-textfield-outlined > textarea:focus + span::before, .pure-material-textfield-outlined > select:focus + span::after, .pure-material-textfield-outlined > select:focus + span::before, .pure-material-textfield-outlined > textarea:focus + span::after {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1); }

/* Disabled */
.pure-material-textfield-outlined > input:disabled, .pure-material-textfield-outlined > input:disabled + span, .pure-material-textfield-outlined > select:disabled, .pure-material-textfield-outlined > select:disabled + span, .pure-material-textfield-outlined > textarea:disabled, .pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none; }

.pure-material-textfield-outlined > input:disabled + span::before, .pure-material-textfield-outlined > input:disabled + span::after, .pure-material-textfield-outlined > select:disabled + span::before, .pure-material-textfield-outlined > select:disabled + span::after, .pure-material-textfield-outlined > textarea:disabled + span::before, .pure-material-textfield-outlined > textarea:disabled + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important; }

.pure-material-textfield-outlined > input:disabled:placeholder-shown, .pure-material-textfield-outlined > input:disabled:placeholder-shown + span, .pure-material-textfield-outlined > select:disabled:placeholder-shown, .pure-material-textfield-outlined > select:disabled:placeholder-shown + span, .pure-material-textfield-outlined > textarea:disabled:placeholder-shown, .pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important; }

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before, .pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after, .pure-material-textfield-outlined > select:disabled:placeholder-shown + span::before, .pure-material-textfield-outlined > select:disabled:placeholder-shown + span::after, .pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before, .pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important; }

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .pure-material-textfield-outlined > input, .pure-material-textfield-outlined > input + span, .pure-material-textfield-outlined > select, .pure-material-textfield-outlined > select + span, .pure-material-textfield-outlined > textarea, .pure-material-textfield-outlined > textarea + span, .pure-material-textfield-outlined > input + span::before, .pure-material-textfield-outlined > input + span::after, .pure-material-textfield-outlined > select + span::before, .pure-material-textfield-outlined > select + span::after, .pure-material-textfield-outlined > textarea + span::before, .pure-material-textfield-outlined > textarea + span::after {
      transition-duration: 0.1s; } } }
/******************************
    Start Banner
******************************/
.Banner {
  background-color: #f5f5f5; }
.Banner .w-100 {
  width: 100% !important;
  height: 60vh; }
.Banner .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 35%;
  left: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left; }
@media (max-width: 767px) {
  .Banner .carousel-caption {
    right: 15px;
    left: 15px;
    bottom: 20%; } }
.Banner .carousel-caption p {
  margin-bottom: 0; }
.Banner .carousel-caption h5 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 1px; }
.Banner .carousel-caption .btn-dark, .Banner .carousel-caption .btn-dark:hover, .Banner .carousel-caption .btn-dark:focus, .Banner .carousel-caption .check:active + .btn-dark, .Banner .carousel-caption .btn-check:checked + .btn-dark, .Banner .carousel-caption .btn-dark.active, .Banner .carousel-caption .btn-dark:active, .Banner .carousel-caption .show > .btn-dark.dropdown-toggle {
  color: #1a1e21;
  background-color: #ffffff;
  border-color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: bold; }
.Banner .carousel-indicators button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #000; }
@media (max-width: 767px) {
  .Banner .carousel-indicators button {
    width: 10px;
    height: 10px; } }
.Banner .category {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #8983ff;
  padding: 15px;
  margin-bottom: 0; }
.Banner .btn-check:focus + .btn-secondary, .Banner .btn-secondary:focus {
  box-shadow: none; }
.Banner .dropdown-menu {
  left: 100% !important; }
@media (max-width: 992px) {
  .Banner .dropdown-menu {
    left: auto !important;
    position: relative;
    right: 0 !important;
    width: 100%; } }
.Banner .dropdown-menu .dropdown-item {
  padding: 0.25rem 5rem 0.25rem 1rem; }
.Banner .dropdown-menu .dropdown-item:focus, .Banner .dropdown-menu .dropdown-item:hover, .Banner .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #ffaeba; }
.Banner .dropdown-menu li {
  border-bottom: 1px solid #ddd; }
.Banner .dropdown-menu li:nth-last-child(1) {
  border-bottom: 0; }
.Banner .btn-group, .Banner .btn-group-vertical {
  width: 100%; }
.Banner .dropend .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 35%;
  color: #ddd; }
.Banner .btn-secondary {
  text-align: left;
  color: #000;
  background-color: #ffffff;
  border-color: transparent;
  height: 50px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd; }
.Banner .btn-group, .Banner .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
@media (max-width: 992px) {
  .Banner .btn-group, .Banner .btn-group-vertical {
    display: block !important; } }
.Banner .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.Banner .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.Banner .slick-list:focus {
  outline: none; }
.slick-loading .Banner .slick-list {
  background: white url(./ajax-loader.gif) center center no-repeat; }
.Banner .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }
.Banner .slick-slider .slick-list, .Banner .slick-track, .Banner .slick-slide, .Banner .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.Banner .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
.Banner .slick-track:before, .Banner .slick-track:after {
  content: "";
  display: table; }
.Banner .slick-track:after {
  clear: both; }
.slick-loading .Banner .slick-track {
  visibility: hidden; }
.Banner .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
.Banner .slick-slide img {
  display: block; }
.Banner .slick-slide img.slick-loading {
  background: white url(./ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%; }
.Banner .slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .Banner .slick-slide {
  display: block; }
.slick-loading .Banner .slick-slide {
  visibility: hidden; }
.slick-vertical .Banner .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }
.Banner .slick-dots {
  position: absolute;
  bottom: 15px !important; }
.Banner .slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #6c6f71;
  font-size: 16px; }
.Banner .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff; }

/******************************
    End Banner
******************************/
.category .overlay {
  position: relative; }
.category .overlay .text_img {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  color: #000;
  padding: 15px 50px; }
@media (max-width: 992px) {
  .category .overlay .text_img {
    left: 0;
    bottom: 0;
    padding: 10px; } }
.category .overlay .pink {
  background-color: #ffaeba; }
.category .overlay .blue {
  background-color: #e3ebed; }
.category .overlay .yellow {
  background-color: #e9e5ac; }

.Best_sales {
  background-color: #f5f5f5; }
.Best_sales .slick-slider {
  width: 100%;
  background-color: transparent; }
.Best_sales .slick-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center; }
.Best_sales .slick-slider .slick-dots {
  bottom: -50px; }
.Best_sales .slick-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffaeba;
  font-size: 15px; }
.Best_sales .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0px 10px;
  background-color: white;
  transition: all 0.3s ease;
  height: auto;
  text-align: center; }
.Best_sales .slick-slider .slick-slide.slick-current, .Best_sales .slick-slider .slick-slide.slick-center {
  background: transparent;
  box-shadow: 0 0rem 1rem 0rem #8983ff !important;
  padding: 0; }
.Best_sales .slick-slide img {
  display: block;
  height: 23rem; }
@media (max-width: 1500px) {
  .Best_sales .slick-slide img {
    height: auto; } }
.Best_sales .slick-prev, .Best_sales .slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent; }
.Best_sales .slick-prev {
  left: 10px; }
.Best_sales .slick-next {
  right: 10px; }
.Best_sales .margin-left {
  margin-left: 17rem; }
@media (max-width: 992px) {
  .Best_sales .margin-left {
    margin-left: 0rem; } }
.Best_sales a {
  text-decoration: none; }
.Best_sales .text-body {
  text-align: left;
  padding: 10px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #aaa; }
.Best_sales .text-body p {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px; }
.Best_sales .text-body h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000; }
.Best_sales .text-body h6 {
  font-size: 18px;
  font-weight: bold;
  color: #ffaeba; }
.Best_sales .text-body h6 span {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-right: 0.5rem; }

.Advertising {
  background-image: linear-gradient(#00000070, #00000070), url("../img/Mask Group 5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5rem 0; }
@media (max-width: 992px) {
  .Advertising {
    display: block; } }
.Advertising .advFlex {
  display: flex;
  justify-content: start;
  align-items: center; }
@media (max-width: 992px) {
  .Advertising .advFlex {
    display: block; } }
.Advertising .advFlex h3 {
  background-color: pink;
  color: #fff;
  width: 235px;
  height: 92px;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  margin-right: 3rem; }
.Advertising .advFlex .d-flex {
  display: flex !important; }
@media (max-width: 992px) {
  .Advertising .advFlex .d-flex {
    display: block !important; } }
.Advertising .advFlex .advWidth {
  width: 33%; }
@media (max-width: 992px) {
  .Advertising .advFlex .advWidth {
    width: 100%; } }
.Advertising .advFlex input {
  height: 60px; }
@media (max-width: 992px) {
  .Advertising .advFlex input {
    margin-bottom: 1rem; } }
.Advertising .advFlex h5 {
  color: #fff;
  font-size: 30px;
  margin-right: 3rem; }
.Advertising .advFlex .btn-outline-success, .Advertising .advFlex header .btn-outline-success:focus, .Advertising .advFlex header .btn-outline-success:hover, .Advertising .advFlex header .btn-check:active + .btn-outline-success, .Advertising .advFlex header .btn-check:checked + .btn-outline-success, .Advertising .advFlex header .btn-outline-success.active, .Advertising .advFlex header .btn-outline-success.dropdown-toggle.show, .Advertising .advFlex header .btn-outline-success:active {
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba;
  padding: 10px 2rem; }

.Brands {
  background-color: #fff !important; }
.Brands .slick-slide img {
  display: block;
  height: auto; }
.Brands .slick-slider .slick-slide.slick-current, .Brands .Best_sales .slick-slider .slick-slide.slick-center {
  background: transparent;
  box-shadow: none !important;
  padding: 0; }
.Brands .margin-left {
  margin-left: 0 !important; }

.product_page {
  background-color: #f5f5f5; }
.product_page .filter-back {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
.product_page .filter-back h3 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 20px;
  margin-top: 20px; }
.product_page .filter-back a {
  text-decoration: none; }
.product_page .filter-back .dfilter_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #000; }
.product_page .filter-back .dfilter_flex span {
  color: #8983ff; }
.product_page .filter-back .text_head {
  margin-bottom: 2rem; }
.product_page .filter-back .text_counter {
  margin-bottom: 10px;
  color: #6f7274;
  margin-top: 20px;
  font-size: 20px; }
.product_page .filter-back .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba; }
.product_page .filter-back .page-link {
  color: #ffaeba;
  padding: 0 15px; }
@media (max-width: 992px) {
  .product_page .filter-back .page-link {
    padding: 10px; } }
.product_page .filter-back li.page-item.disabled a, .product_page .filter-back li.page-item.disabled .page-link {
  color: #ffaeba; }
.product_page .filter-back .Best_sales {
  background-color: transparent; }
.product_page .filter-back .range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 6em; }
.product_page .filter-back .range-slider svg, .product_page .filter-back .range-slider input[type=range] {
  position: absolute;
  left: 0;
  top: 20px; }
.product_page .filter-back .input-prices {
  font-weight: bold;
  padding: 0 10px; }
.product_page .filter-back input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 18px;
  -moz-appearance: textfield; }
.product_page .filter-back input[type=number]::-webkit-outer-spin-button, .product_page .filter-back input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }
.product_page .filter-back input[type=number]:invalid, .product_page .filter-back input[type=number]:out-of-range {
  border: 2px solid #ff6347; }
.product_page .filter-back input[type=range] {
  -webkit-appearance: none;
  width: 100%; }
.product_page .filter-back input[type=range]:focus {
  outline: none; }
.product_page .filter-back input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffaeba; }
.product_page .filter-back input[type=range]:focus::-ms-fill-lower {
  background: #ffaeba; }
.product_page .filter-back input[type=range]:focus::-ms-fill-upper {
  background: #ffaeba; }
.product_page .filter-back input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #ffaeba;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }
.product_page .filter-back input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #ffaeba;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ffaeba;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px; }
.product_page .filter-back input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #ffaeba;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }
.product_page .filter-back input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #ffaeba;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ffaeba;
  cursor: pointer; }
.product_page .filter-back input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent; }
.product_page .filter-back input[type=range]::-ms-fill-lower, .product_page .filter-back input[type=range]::-ms-fill-upper {
  background: #ffaeba;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }
.product_page .filter-back input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #ffaeba;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ffaeba;
  cursor: pointer; }
.product_page .filter-back ul {
  list-style-type: none;
  padding-left: 0; }
.product_page .filter-back ul li {
  font-size: 18px;
  line-height: 2;
  margin: 5px;
  color: #000; }
@media (max-width: 992px) {
  .product_page .filter-back ul li {
    margin: 0; } }
.product_page .filter-back .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.product_page .filter-back .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
.product_page .filter-back .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 7px; }
.product_page .filter-back .container:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 7px; }
.product_page .filter-back .container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 7px; }
.product_page .filter-back .checkmark:after {
  content: "";
  position: absolute;
  display: none; }
.product_page .filter-back .container input:checked ~ .checkmark:after {
  display: block; }
.product_page .filter-back .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffaeba;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.breadcrumb a {
  color: #6c6f71;
  text-decoration: none;
  font-size: 20px; }
@media (max-width: 992px) {
  .breadcrumb a {
    font-size: 14px; } }
.breadcrumb .breadcrumb-item.active {
  color: #6c757d;
  font-size: 20px; }
@media (max-width: 992px) {
  .breadcrumb .breadcrumb-item.active {
    font-size: 14px; } }

.login {
  background-color: #f5f5f5; }
.login .flex_head {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column; }
.login .flex_head p {
  color: #6c6f71;
  line-height: 2; }
.login .form-control {
  margin-right: 1rem;
  height: 75px; }
.login .Resend {
  height: 50px; }
.login .point {
  font-size: 30px;
  margin-right: 1rem; }
.login .d-flex2 {
  display: flex !important; }
@media (max-width: 992px) {
  .login .d-flex2 {
    display: block !important; } }
.login .width_50 {
  width: 50%; }
@media (max-width: 992px) {
  .login .width_50 {
    margin: auto; } }
.login .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent transparent;
  outline: 0;
  box-shadow: none; }
.login .sec {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column; }
@media (max-width: 1200px) {
  .login .sec {
    margin-top: 2rem; } }
@media (max-width: 992px) {
  .login .sec {
    margin-top: 2rem; } }
@media (max-width: 992px) {
  .login .dplayNone {
    display: none; } }
.login .width {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #6c6f71; }
.login .width a {
  color: #ffaeba;
  font-weight: bold;
  margin-left: .5rem; }
.login .btn-primary {
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba;
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 0; }
.login .btn-check:focus + .btn-primary, .login .btn-primary:focus {
  box-shadow: none; }

.cart_Done {
  padding: 20px; }
.cart_Done img {
  width: 50%;
  height: 50vh;
  margin: 50px auto;
  display: block; }
.cart_Done .btn-primary {
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba;
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 0; }
.cart_Done .btn-check:focus + .btn-primary, .cart_Done .btn-primary:focus {
  box-shadow: none; }

.productDetails_page {
  background-color: #f5f5f5; }
.productDetails_page .js .slider-single > div:nth-child(1n+2) {
  display: none; }
.productDetails_page .js .slider-single.slick-initialized > div:nth-child(1n+2) {
  display: block; }
.productDetails_page .back_card {
  background-color: #fff;
  padding: 15px; }
.productDetails_page h3 {
  background: #f0f0f0;
  color: #3498db;
  font-size: 2.25rem;
  margin: .5rem;
  padding: 2%;
  position: relative;
  text-align: center; }
.productDetails_page .slider-single h3 {
  line-height: 10rem; }
.productDetails_page .slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 75%; }
.productDetails_page .slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.productDetails_page .slick-slide {
  padding-left: 10px; }
.productDetails_page .slick-initialized .slick-slide .big-img {
  height: 38rem; }
@media (max-width: 768px) {
  .productDetails_page .slick-initialized .slick-slide .big-img {
    height: auto; } }
.productDetails_page .slider-nav .slick-slide {
  cursor: pointer; }
.productDetails_page .slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff; }
.productDetails_page .preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
@media screen and (max-width: 996px) {
  .productDetails_page .preview {
    margin-bottom: 20px; } }
.productDetails_page .preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.productDetails_page .preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
.productDetails_page .preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%; }
.productDetails_page .preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; }
.productDetails_page .preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; }
.productDetails_page .preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; }
.productDetails_page .tab-content {
  overflow: hidden; }
.productDetails_page .tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; }
.productDetails_page .card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }
@media screen and (min-width: 997px) {
  .productDetails_page .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.productDetails_page .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.productDetails_page .colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.productDetails_page .product-title, .productDetails_page .price, .productDetails_page .sizes, .productDetails_page .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }
.productDetails_page .checked, .productDetails_page .price span {
  color: #aaa;
  margin-left: 1rem; }
.productDetails_page .color-3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px; }
.productDetails_page input {
  background-color: #f5f5f5;
  border: 0;
  height: 44px;
  border-radius: 35px;
  text-align: center; }
.productDetails_page label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem; }
.productDetails_page .product-title, .productDetails_page .rating, .productDetails_page .product-description, .productDetails_page .price, .productDetails_page .vote, .productDetails_page .sizes {
  margin-bottom: 15px;
  font-weight: bold; }
.productDetails_page .attr, .productDetails_page .attr2 {
  cursor: pointer;
  margin-right: 20px;
  height: 40px;
  width: 45px;
  font-size: 10px;
  padding: 2px;
  border: 1px solid gray;
  border-radius: 2px; }
.productDetails_page .attr.active, .productDetails_page .attr2.active {
  border: 1px solid orange; }
.productDetails_page .title-attr {
  margin-top: 0;
  margin-bottom: 0;
  color: black; }
.productDetails_page .product-title {
  margin-top: 0; }
.productDetails_page .size {
  margin-right: 10px; }
.productDetails_page .size:first-of-type {
  margin-left: 40px; }
.productDetails_page .color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
.productDetails_page .color:first-of-type {
  margin-left: 20px; }
.productDetails_page .add-to-cart, .productDetails_page .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }
.productDetails_page .not-available {
  text-align: center;
  line-height: 2em; }
.productDetails_page .not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff; }
.productDetails_page .orange {
  background: #ff9f1a; }
.productDetails_page .green {
  background: #85ad00; }
.productDetails_page .blue {
  background: #0076ad; }
.productDetails_page .tooltip-inner {
  padding: 1.3em; }
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.productDetails_page .price-th {
  text-decoration: line-through; }
.productDetails_page .btn-primary, .productDetails_page .btn-primary:focus {
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba;
  margin-top: 3rem;
  padding: 1rem 2rem; }
@media (max-width: 768px) {
  .productDetails_page .btn-primary, .productDetails_page .btn-primary:focus {
    width: 100%;
    margin-bottom: 1rem; } }
.productDetails_page .btn-check:focus + .btn-primary, .productDetails_page .btn-primary:focus {
  box-shadow: none; }
.productDetails_page .btn-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
@media (max-width: 768px) {
  .productDetails_page .btn-flex {
    display: block; } }
.productDetails_page .btn-flex a {
  color: green;
  font-weight: bold;
  text-decoration: none; }
@media (max-width: 767px) {
  .productDetails_page .btn-flex a {
    text-align: center;
    margin: auto;
    display: block; } }
@media (max-width: 767px) {
  .productDetails_page .input-counter {
    display: block !important;
    text-align: center;
    margin: auto; } }
@media (max-width: 768px) {
  .productDetails_page .slider_small {
    display: none; } }
.productDetails_page .text-details {
  font-weight: bold; }
.productDetails_page .paragraph-details {
  margin-top: 1rem;
  line-height: 2; }

.Account .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  line-height: 3; }
.Account .selected {
  color: #8983ff; }
.Account .btn-primary {
  color: #fff;
  background-color: #ffaeba;
  border-color: #ffaeba;
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 0; }
.Account .btn-check:focus + .btn-primary, .Account .btn-primary:focus {
  box-shadow: none; }
.Account .text-password {
  color: #ffaeba;
  font-weight: bold; }
.Account .tab-content {
  background-color: #fff;
  display: block;
  padding: 15px;
  margin-bottom: 2rem; }
.Account .text_body {
  font-weight: bold;
  text-transform: capitalize; }
.Account .text-Color-gray {
  color: #6c6f71;
  width: 100%; }
.Account .text-success {
  color: #04a75b !important;
  font-weight: bold; }
.Account .block_section {
  background-color: #f5f5f5;
  position: relative; }
@media (max-width: 768px) {
  .Account .block_section {
    display: block !important; } }
@media (max-width: 768px) {
  .Account .block_section img {
    width: 100%;
    margin-bottom: 1rem; } }
.Account .nav-item {
  background-color: #fff;
  width: 100%; }
.Account .title_account {
  text-transform: capitalize;
  font-weight: bold;
  color: #000;
  font-size: 25px; }
.Account .nav-tabs .nav-item.show .nav-link, .Account .nav-tabs .nav-link.active, .Account .nav-tabs .nav-link:focus, .Account .nav-tabs .nav-link:hover {
  font-weight: 600;
  background-color: #ffaeba;
  border-color: #ffaeba;
  color: #fff; }
.Account .nav-link {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  splay: block;
  width: 100%; }
.Account .icon_color {
  color: #ffaeba;
  font-weight: bold; }
@media (max-width: 768px) {
  .Account .saved {
    display: block !important;
    margin-bottom: 1rem; } }
.Account .saved h5 {
  color: #000;
  font-weight: bold; }
@media (max-width: 768px) {
  .Account .saved h5 {
    margin-top: 1rem;
    margin-bottom: 1rem; } }
@media (max-width: 768px) {
  .Account .saved img {
    width: 100%; } }
.Account .btn-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
@media (max-width: 768px) {
  .Account .btn-flex {
    display: block !important; } }
.Account .btn-flex .btn-primary {
  margin-top: 1rem; }
.Account .btn-flex a {
  width: 100%;
  margin-left: 4rem;
  color: #ffaeba;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px; }
.Account .price {
  margin-bottom: 15px;
  font-weight: bold;
  color: #000; }
.Account .price span {
  color: #aaa;
  margin-left: 1rem;
  text-decoration: line-through; }
.Account .icon_absolute {
  position: absolute;
  top: 25px;
  right: 10px; }
.Account .order-btn {
  width: auto !important;
  margin-left: 0 !important;
  padding-left: 2rem;
  padding-right: 2rem; }
.Account .btn_shipping {
  color: #aaa;
  background-color: transparent;
  border-color: #aaa;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 0; }
.Account .btn-primary {
  margin-top: 1rem !important; }
.Account .Orde label {
  color: #6c6f71; }

.Cart {
  background-color: #f5f5f5; }
.Cart input {
  background-color: #f5f5f5;
  border: 0;
  height: 44px;
  border-radius: 35px;
  text-align: center; }
.Cart .cart_backcolor {
  background-color: #fff;
  padding: 25px; }
.Cart .cart_backcolor .head_text_cart {
  font-weight: bold;
  text-transform: capitalize; }
.Cart .cart_backcolor .btn-danger {
  margin: 1rem 0;
  padding: .75rem 2rem; }

.checkout input {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: inherit;
  text-align: start;
  margin: 0;
  height: auto;
  padding: 0;
  margin-right: 0 !important;
  margin-left: 0; }
.checkout .raido {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  height: 44px;
  margin-top: 2rem; }
.checkout thead tr {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5; }
.checkout thead tr td {
  border-bottom-color: transparent;
  padding: 10px;
  text-align: left; }
.checkout .table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent; }
.checkout .radio2 {
  width: 100%;
  height: 44px;
  margin: 1rem 0;
  padding-left: 1rem; }
.checkout .promo {
  background-color: #ffaeba;
  border-color: #ffaeba;
  color: #fff;
  box-shadow: 0px 0px 15px 0px #ffaeba; }

footer {
  position: relative;
  background-color: #f2f8fc;
  padding: 30px 0 0; }
footer p {
  color: #000;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
footer .foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; }
@media (max-width: 767px) {
  footer .foote_bottom_ul_amrc {
    display: block; } }
footer .foote_bottom_ul_amrc li {
  display: inline; }
footer .foote_bottom_ul_amrc li a {
  color: #fff;
  margin: 0 12px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 2; }
footer .foote_bottom_ul_amrc li a:hover {
  text-decoration: none;
  color: #8983ff; }

/*# sourceMappingURL=theme1.css.map */
