@font-face {
  font-family: "JF-Flat-Regular";
  src: url("../fonts/JF-Flat-Regular.eot");
  src: url("../fonts/JF-Flat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/JF-Flat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "JFFlat-Regular";
  src: url("../fonts/JFFlat-Regular.svg#JFFlat-Regular") format("svg"), url("../fonts/JFFlat-Regular.ttf") format("truetype"), url("../fonts/JFFlat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.text-underline {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px; }

.profile .tab-content .tab-title .form-inline, .profile .tab-content .payment-item, .profile .tab-content .address-item, .profile .tab-content .address-input .pac-card, .profile .tab-content .address-input #pac-input, .profile .tab-content .form-address .selected-map p, .checkout .address-item, .checkout .form-address .selected-map p, .form-group .form-control, .input-code, .multi-select,
.custom-select, .select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03); }

/*# Colors*/
.dark {
  background-color: #191919; }

.light {
  background-color: #fff; }

.bg-light {
  background-color: #f8edeb !important; }

.text-dark,
.text-dark a {
  color: #000; }

.text-light,
.text-light a {
  color: #fff; }

a {
  color: inherit; }

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"] {
  border-bottom: none !important;
  padding-bottom: 22px !important; }

.astrik {
  color: red; }

.headroom {
  z-index: 1030 !important; }

.headroom-wrapper {
  height: 0px !important; }

.headroom--pinned {
  background-color: #f5eee6;
  box-shadow: 0 0px 14px rgba(36, 35, 33, 0.22);
  -webkit-box-shadow: 0 0px 14px rgba(36, 35, 33, 0.22); }

.card.testimonial-card {
  width: unset !important; }

.socialButton {
  display: none !important; }

.react-tabs {
  display: contents; }

.enlargedImageContainer {
  position: absolute;
  top: 0;
  z-index: 9999; }

/* Loader box: parent class; */
.bubble-loader {
  width: 100%; }

.loader-box {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  height: 200px; }

/* Bubble */
.bubble {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
  margin: 0 auto;
  content: "";
  width: 3px !important;
  height: 3px !important;
  border-radius: 50%;
  background: #191919;
  opacity: 0; }

.bubble.zoom-out-xl {
  -webkit-animation: zoomOutXLEffect 1s ease infinite;
  -moz-animation: zoomOutXLEffect 1s ease infinite;
  -ms-animation: zoomOutXLEffect 1s ease infinite;
  -o-animation: zoomOutXLEffect 1s ease infinite;
  animation: zoomOutXLEffect 1s ease infinite;
  opacity: 1; }

@-webkit-keyframes zoomOutXLEffect {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  70% {
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(15);
    -moz-transform: scale(15);
    -ms-transform: scale(15);
    -o-transform: scale(15);
    transform: scale(15);
    opacity: 0; } }
@keyframes zoomOutXLEffect {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  70% {
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(15);
    -moz-transform: scale(15);
    -ms-transform: scale(15);
    -o-transform: scale(15);
    transform: scale(15);
    opacity: 0; } }
.custom-switchery-label {
  width: 95%; }

.popup {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .popup .modal-dialog {
    max-width: 900px; }
  .popup .modal-content {
    border-radius: 0; }
  .popup .modal-body {
    padding: 50px;
    background-color: #f8edeb; }
    .popup .modal-body .close {
      opacity: 1;
      position: absolute;
      top: 50px;
      right: 50px;
      z-index: 9;
      padding: 0; }
      .popup .modal-body .close:focus {
        outline: unset;
        box-shadow: unset; }
    .popup .modal-body .row > div:last-of-type {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0 50px; }
    .popup .modal-body h3 {
      font-size: 40px;
      margin-bottom: 12px; }
    .popup .modal-body p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 16px; }

body {
  background-color: #f9f9f9;
  color: #191919;
  font-family: "JFFlat-Regular", sans-serif;
  font-size: 16px; }
  body .main-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

main {
  margin-bottom: 70px;
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6,
label,
b,
.badge {
  font-weight: normal; }

ul {
  padding: 0; }

section {
  padding: 40px 0; }
  section .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    section .section-title h3 {
      font-size: 24px;
      line-height: 28px;
      margin: 0; }
    section .section-title h4 {
      font-size: 30px;
      line-height: 36px; }
    section .section-title .more {
      font-size: 14px;
      line-height: 18px;
      color: #f38271;
      text-transform: capitalize; }
  section .fixed-width {
    max-width: 360px; }
  section.brands, section.categories, section.products {
    background-color: #fff;
    padding-right: 24px;
    padding-left: 24px; }

a:hover, a:focus {
  text-decoration: none;
  color: inherit; }

.like {
  color: rgba(0, 0, 0, 0.246264) !important; }
  .like.liked {
    color: #ff3a30 !important; }
    .like.liked svg {
      fill: #ff6c4f; }
      .like.liked svg path {
        stroke: #ff6c4f; }

.text-blue {
  color: #00b1f2; }

.loading {
  background-color: #f8edeb;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
header {
  background-color: #f8edeb; }
  header.fixed-top {
    z-index: 10; }
  header .overlay {
    content: "";
    position: absolute;
    background-color: #2d292a;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 109.25px;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header.show .overlay {
    display: block; }
  header .header-middle {
    padding: 15px 0; }
    header .header-middle .navbar-brand {
      margin-right: 0; }
      header .header-middle .navbar-brand img {
        width: 70px;
        max-width: 100%; }
    header .header-middle .list-inline {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .header-middle .list-inline .list-inline-item:first-child {
        border-right: 1px solid #dfdfdf; }
      header .header-middle .list-inline .list-inline-item:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px; }
    header .header-middle .dropdown .dropdown-toggle {
      display: block;
      padding-left: 0; }
      header .header-middle .dropdown .dropdown-toggle span {
        line-height: 16px;
        font-size: 12px; }
      header .header-middle .dropdown .dropdown-toggle strong {
        font-weight: normal;
        line-height: 16px;
        font-size: 12px; }
    header .header-middle .dropdown strong {
      display: block; }
  header .btn.wishlist-toggle, header .btn.cart-toggle {
    position: relative;
    padding: 0 !important; }
    header .btn.wishlist-toggle .number, header .btn.cart-toggle .number {
      position: absolute;
      right: -5px;
      top: -3px;
      font-size: 12px;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 50%;
      background-color: #f38271;
      color: #f8edeb;
      text-align: center; }
  header .wishlist-menu,
  header .cart-menu {
    background-color: #f9f9f9;
    position: fixed;
    right: -100%;
    width: 420px;
    height: calc(100% - 109.25px);
    top: 109.25px;
    z-index: 15;
    padding: 24px 0;
    overflow-y: scroll;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0; }
    header .wishlist-menu::-webkit-scrollbar-thumb,
    header .cart-menu::-webkit-scrollbar-thumb {
      background-color: rgba(25, 25, 25, 0.1); }
    header .wishlist-menu::-webkit-scrollbar,
    header .cart-menu::-webkit-scrollbar {
      width: 5px; }
    header .wishlist-menu.show,
    header .cart-menu.show {
      right: 0;
      opacity: 1; }
    header .wishlist-menu .wishlist-title,
    header .wishlist-menu .cart-title,
    header .cart-menu .wishlist-title,
    header .cart-menu .cart-title {
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px; }
      header .wishlist-menu .wishlist-title h5,
      header .wishlist-menu .cart-title h5,
      header .cart-menu .wishlist-title h5,
      header .cart-menu .cart-title h5 {
        font-size: 24px;
        line-height: initial;
        margin: 0; }
      header .wishlist-menu .wishlist-title .btn,
      header .wishlist-menu .cart-title .btn,
      header .cart-menu .wishlist-title .btn,
      header .cart-menu .cart-title .btn {
        text-align: center;
        display: flex;
        align-items: center; }
        header .wishlist-menu .wishlist-title .btn img,
        header .wishlist-menu .cart-title .btn img,
        header .cart-menu .wishlist-title .btn img,
        header .cart-menu .cart-title .btn img {
          width: 24px;
          margin-left: 8px; }
    header .wishlist-menu .list-unstyled,
    header .cart-menu .list-unstyled {
      margin-bottom: 20px; }
      header .wishlist-menu .list-unstyled li,
      header .cart-menu .list-unstyled li {
        padding: 6px 0; }
    header .wishlist-menu .wishlist-card,
    header .wishlist-menu .cart-card,
    header .cart-menu .wishlist-card,
    header .cart-menu .cart-card {
      background-color: #fff;
      display: flex;
      padding: 6px 16px; }
      header .wishlist-menu .wishlist-card .image,
      header .wishlist-menu .cart-card .image,
      header .cart-menu .wishlist-card .image,
      header .cart-menu .cart-card .image {
        width: 90px;
        height: 90px;
        overflow: hidden;
        text-align: center; }
      header .wishlist-menu .wishlist-card .details,
      header .wishlist-menu .cart-card .details,
      header .cart-menu .wishlist-card .details,
      header .cart-menu .cart-card .details {
        width: calc(100% - 90px);
        padding-left: 16px;
        position: relative; }
        header .wishlist-menu .wishlist-card .details h6,
        header .wishlist-menu .cart-card .details h6,
        header .cart-menu .wishlist-card .details h6,
        header .cart-menu .cart-card .details h6 {
          font-size: 12px;
          line-height: 16px;
          color: #8c8c8c;
          margin: 0 0 8px; }
        header .wishlist-menu .wishlist-card .details h5,
        header .wishlist-menu .cart-card .details h5,
        header .cart-menu .wishlist-card .details h5,
        header .cart-menu .cart-card .details h5 {
          color: #191919;
          font-size: 16px;
          line-height: 22px;
          margin: 0 0 6px; }
        header .wishlist-menu .wishlist-card .details p,
        header .wishlist-menu .cart-card .details p,
        header .cart-menu .wishlist-card .details p,
        header .cart-menu .cart-card .details p {
          font-size: 12px;
          line-height: 18px;
          color: #8c8c8c;
          margin-bottom: 15px; }
          header .wishlist-menu .wishlist-card .details p span,
          header .wishlist-menu .cart-card .details p span,
          header .cart-menu .wishlist-card .details p span,
          header .cart-menu .cart-card .details p span {
            color: #191919; }
        header .wishlist-menu .wishlist-card .details .d-flex,
        header .wishlist-menu .cart-card .details .d-flex,
        header .cart-menu .wishlist-card .details .d-flex,
        header .cart-menu .cart-card .details .d-flex {
          align-items: center;
          margin-bottom: 5px; }
          header .wishlist-menu .wishlist-card .details .d-flex p,
          header .wishlist-menu .cart-card .details .d-flex p,
          header .cart-menu .wishlist-card .details .d-flex p,
          header .cart-menu .cart-card .details .d-flex p {
            margin-bottom: 0; }
        header .wishlist-menu .wishlist-card .details .price,
        header .wishlist-menu .cart-card .details .price,
        header .cart-menu .wishlist-card .details .price,
        header .cart-menu .cart-card .details .price {
          font-size: 16px;
          line-height: initial;
          color: #191919;
          margin: 0; }
          header .wishlist-menu .wishlist-card .details .price del,
          header .wishlist-menu .cart-card .details .price del,
          header .cart-menu .wishlist-card .details .price del,
          header .cart-menu .cart-card .details .price del {
            opacity: 0.3; }
        header .wishlist-menu .wishlist-card .details .edit,
        header .wishlist-menu .cart-card .details .edit,
        header .cart-menu .wishlist-card .details .edit,
        header .cart-menu .cart-card .details .edit {
          position: absolute;
          right: 0;
          top: 55px;
          line-height: initial;
          color: #8c8c8c; }
        header .wishlist-menu .wishlist-card .details .counter,
        header .wishlist-menu .cart-card .details .counter,
        header .cart-menu .wishlist-card .details .counter,
        header .cart-menu .cart-card .details .counter {
          position: absolute;
          right: 0;
          top: 24px; }
        header .wishlist-menu .wishlist-card .details .edit,
        header .wishlist-menu .wishlist-card .details .delete,
        header .wishlist-menu .cart-card .details .edit,
        header .wishlist-menu .cart-card .details .delete,
        header .cart-menu .wishlist-card .details .edit,
        header .cart-menu .wishlist-card .details .delete,
        header .cart-menu .cart-card .details .edit,
        header .cart-menu .cart-card .details .delete {
          font-size: 12px;
          display: flex;
          align-items: center; }
          header .wishlist-menu .wishlist-card .details .edit img,
          header .wishlist-menu .wishlist-card .details .delete img,
          header .wishlist-menu .cart-card .details .edit img,
          header .wishlist-menu .cart-card .details .delete img,
          header .cart-menu .wishlist-card .details .edit img,
          header .cart-menu .wishlist-card .details .delete img,
          header .cart-menu .cart-card .details .edit img,
          header .cart-menu .cart-card .details .delete img {
            margin-right: 6px; }
    header .wishlist-menu .subtotal,
    header .cart-menu .subtotal {
      margin-bottom: 50px; }
      header .wishlist-menu .subtotal .d-flex,
      header .cart-menu .subtotal .d-flex {
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px; }
      header .wishlist-menu .subtotal h5,
      header .wishlist-menu .subtotal h4,
      header .cart-menu .subtotal h5,
      header .cart-menu .subtotal h4 {
        margin: 0; }
      header .wishlist-menu .subtotal h5,
      header .cart-menu .subtotal h5 {
        font-size: 14px;
        line-height: 18px; }
        header .wishlist-menu .subtotal h5 span,
        header .cart-menu .subtotal h5 span {
          color: #8c8c8c; }
      header .wishlist-menu .subtotal h4,
      header .cart-menu .subtotal h4 {
        font-size: 14px;
        line-height: initial; }
    header .wishlist-menu .menu-options,
    header .cart-menu .menu-options {
      background-color: #f8edeb;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 24px; }
    header .wishlist-menu .coupon-code,
    header .cart-menu .coupon-code {
      border-radius: 4px;
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      margin-bottom: 16px; }
      header .wishlist-menu .coupon-code .form-control,
      header .cart-menu .coupon-code .form-control {
        background-color: transparent;
        font-size: 12px;
        border: none;
        padding: 14px 16px !important;
        height: 100%; }
        header .wishlist-menu .coupon-code .form-control::placeholder,
        header .cart-menu .coupon-code .form-control::placeholder {
          color: #191919; }
      header .wishlist-menu .coupon-code .error,
      header .cart-menu .coupon-code .error {
        position: absolute;
        right: 85px;
        top: 16px;
        z-index: 2;
        color: #f38271;
        font-size: 12px; }
      header .wishlist-menu .coupon-code .btn,
      header .cart-menu .coupon-code .btn {
        min-width: auto;
        border-radius: 0; }

.navbar {
  font-size: 14px;
  padding: 0;
  line-height: 18px;
  text-transform: capitalize;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03); }
  .navbar .navbar-brand {
    max-width: 90px; }
    .navbar .navbar-brand img {
      width: 104px; }
  .navbar .navbar-collapse {
    position: relative; }
  .navbar .nav-item:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); }
  .navbar .nav-item.mega-toggle:hover .mega-menu {
    display: block; }
  .navbar .nav-item.small-toggle {
    position: relative; }
    .navbar .nav-item.small-toggle:hover .small-menu {
      display: block; }
  .navbar .nav-item .nav-link {
    padding-right: 15px;
    padding-left: 15px; }
  .navbar .small-menu,
  .navbar .categories-menu,
  .navbar .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    padding: 16px;
    font-size: 15px;
    line-height: 20px; }
    .navbar .small-menu a,
    .navbar .categories-menu a,
    .navbar .mega-menu a {
      display: block;
      padding: 8px 16px; }
      .navbar .small-menu a:hover,
      .navbar .categories-menu a:hover,
      .navbar .mega-menu a:hover {
        background-color: #f8edeb; }
    .navbar .small-menu .menu-title,
    .navbar .categories-menu .menu-title,
    .navbar .mega-menu .menu-title {
      color: #f38271;
      font-size: 12px;
      line-height: 16px;
      text-transform: capitalize;
      margin: 0;
      padding: 8px 16px; }
    .navbar .small-menu .brands,
    .navbar .categories-menu .brands,
    .navbar .mega-menu .brands {
      margin: 0 -5px; }
      .navbar .small-menu .brands > div,
      .navbar .categories-menu .brands > div,
      .navbar .mega-menu .brands > div {
        padding: 0 5px; }
    .navbar .small-menu .brand-card,
    .navbar .categories-menu .brand-card,
    .navbar .mega-menu .brand-card {
      height: 90px;
      margin-bottom: 10px; }
    .navbar .small-menu .img-fluid,
    .navbar .categories-menu .img-fluid,
    .navbar .mega-menu .img-fluid {
      height: 100%; }
    .navbar .small-menu .tab-content,
    .navbar .categories-menu .tab-content,
    .navbar .mega-menu .tab-content {
      padding: 15px 0; }
  .navbar .categories-menu {
    left: auto;
    max-width: 100%;
    max-width: 600px;
    padding: 0 16px; }
  .navbar .tabs {
    padding: 15px 0;
    border-right: 1px solid #dfdfdf; }
    .navbar .tabs a {
      padding: 8px 16px;
      position: relative;
      display: flex;
      align-items: center; }
      .navbar .tabs a:after {
        content: url("../images/icons/arrow-dark.svg");
        position: absolute;
        right: 16px;
        transform: scale(-1);
        top: calc(50% - 11px); }
      .navbar .tabs a img {
        margin-right: 10px; }
  .navbar .small-menu {
    width: 200px; }
  .navbar.enternal-navbar {
    padding: 10px 0;
    background-color: #f8edeb; }
    .navbar.enternal-navbar .navbar-brand img {
      width: 75px; }
    .navbar.enternal-navbar .container {
      display: block; }
    .navbar.enternal-navbar .row {
      align-items: center;
      flex-wrap: nowrap; }
    .navbar.enternal-navbar p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0;
      text-align: right; }
      .navbar.enternal-navbar p span {
        color: #f38271; }

.dropdown {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  margin-right: 20px; }
  .dropdown:last-of-type {
    margin-right: 0; }
  .dropdown span,
  .dropdown .dropdown-toggle {
    display: flex; }
  .dropdown span {
    margin-right: 16px; }
  .dropdown.show > .dropdown-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: initial; }

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  align-items: center;
  background-color: transparent; }
  .dropdown-toggle img {
    margin-right: 7px; }
  .dropdown-toggle span {
    margin-right: 0; }
  .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
    outline: unset;
    background-color: transparent; }

.dropdown-toggle::after {
  content: url("../images/icons/chevron.svg");
  border: none;
  vertical-align: unset; }

.dropdown-menu {
  display: block;
  margin-top: 14px;
  border: none;
  border-radius: 0;
  opacity: 0;
  left: auto !important;
  transform: unset !important;
  top: 100% !important;
  background-color: #fff;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  pointer-events: none;
  white-space: nowrap;
  position: absolute;
  padding: 0;
  font-size: 12px; }
  .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 16px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #fff; }
  .dropdown-menu .signout {
    padding: 12px;
    text-align: center;
    color: #e02b27; }
  .dropdown-menu .dropdown-item {
    padding: 12px;
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.01em;
    cursor: pointer; }
    .dropdown-menu .dropdown-item:last-of-type {
      border-bottom: none; }
    .dropdown-menu .dropdown-item a {
      color: #191919;
      text-decoration: unset;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .dropdown-menu .dropdown-item a .arrow {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
      background-color: transparent;
      color: #191919; }
      .dropdown-menu .dropdown-item:hover a .arrow, .dropdown-menu .dropdown-item:active a .arrow, .dropdown-menu .dropdown-item:focus a .arrow {
        -webkit-transform: rotate(-90deg) translateY(5px);
        transform: rotate(-90deg) translateY(5px); }
    .dropdown-menu .dropdown-item .custom-control {
      display: flex;
      align-items: center; }
      .dropdown-menu .dropdown-item .custom-control img {
        margin-right: 7px; }
      .dropdown-menu .dropdown-item .custom-control .custom-control-label::before,
      .dropdown-menu .dropdown-item .custom-control .custom-control-label::after {
        top: 0;
        border-radius: 50%; }
  .dropdown-menu.dropdown-bottom {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 14px; }
    .dropdown-menu.dropdown-bottom:before {
      bottom: -20px;
      top: auto;
      border-bottom-color: transparent;
      border-top-color: #fff; }
  .dropdown-menu.dropdown-right {
    left: auto;
    right: 0 !important; }
    .dropdown-menu.dropdown-right:before {
      right: 16px;
      left: auto; }

.profile-dropdown .dropdown-toggle {
  position: relative; }
  .profile-dropdown .dropdown-toggle::after {
    position: absolute;
    right: -8px;
    top: 0; }
.profile-dropdown .dropdown-menu .dropdown-item a {
  justify-content: flex-start; }
  .profile-dropdown .dropdown-menu .dropdown-item a span {
    margin-right: 12px; }
  .profile-dropdown .dropdown-menu .dropdown-item a svg ellipse,
  .profile-dropdown .dropdown-menu .dropdown-item a svg path {
    stroke: #8c8c8c; }
  .profile-dropdown .dropdown-menu .dropdown-item a:hover svg ellipse,
  .profile-dropdown .dropdown-menu .dropdown-item a:hover svg path {
    stroke: #f38271; }

.tab-bar {
  box-shadow: 0px -1px 4px rgba(25, 25, 25, 0.15);
  background-color: #fff;
  display: none;
  position: fixed;
  z-index: 99;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0; }
  .tab-bar ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    .tab-bar ul li {
      width: 20%;
      text-align: center;
      font-size: 12px; }
      .tab-bar ul li img {
        height: 21px;
        display: block;
        margin: auto; }
      .tab-bar ul li button,
      .tab-bar ul li a {
        font-size: 12px;
        position: relative;
        display: inline-block;
        opacity: 0.4; }
        .tab-bar ul li button .number,
        .tab-bar ul li a .number {
          position: absolute;
          right: -11px;
          top: -10px;
          background-color: #f38271;
          color: #fff;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          font-size: 12px;
          line-height: 18px; }
        .tab-bar ul li button.active-link,
        .tab-bar ul li a.active-link {
          opacity: 1; }
    .tab-bar ul .list-inline-item:not(:last-child) {
      margin-right: 0; }

.brands-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .brands-list > div {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px; }

.brand-card {
  border: 1px solid #eeeeee;
  border-radius: 7.5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  height: 110px;
  overflow: hidden; }
  .brand-card img {
    max-height: 100%; }

.all-brands .brands-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .all-brands .brands-title h3 {
    font-size: 32px; }
  .all-brands .brands-title p {
    font-size: 16px;
    line-height: 22px;
    color: #8c8c8c; }
  .all-brands .brands-title .d-flex {
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .all-brands .brands-title .list-inline .list-inline-item:not(:last-child) {
    margin-right: 10px; }
  .all-brands .brands-title .list-inline .btn {
    padding: 0 !important;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0; }
    .all-brands .brands-title .list-inline .btn.active-letter {
      border-bottom: 1px solid #191919; }
  .all-brands .brands-title .search-input {
    width: 400px; }
.all-brands .brand {
  border: none;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden; }
  .all-brands .brand .card-header {
    border-radius: 0;
    border: none;
    background-color: transparent;
    height: 120px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .all-brands .brand .card-header img {
      max-width: 100%; }
  .all-brands .brand .card-body {
    padding: 0 15px 16px; }
    .all-brands .brand .card-body .card-title {
      margin: 0 0 8px;
      font-size: 24px; }
    .all-brands .brand .card-body p {
      font-size: 16px;
      line-height: 22px;
      color: #8c8c8c;
      margin-bottom: 0; }

.brand-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .brand-header .brand {
    display: flex;
    align-items: center; }
    .brand-header .brand .image {
      width: 160px;
      padding: 16px 16px 16px 0; }
      .brand-header .brand .image img {
        width: 100%; }
    .brand-header .brand > div:last-of-type {
      width: calc(100% - 160px); }
    .brand-header .brand h3 {
      font-size: 32px;
      margin: 0; }
    .brand-header .brand p {
      font-size: 16px;
      line-height: 22px;
      color: #8c8c8c;
      margin-bottom: 0; }
  .brand-header .search-input {
    max-width: 400px;
    width: 100%; }

.brand-products {
  margin-right: -10px;
  margin-left: -10px; }
  .brand-products > div {
    padding-right: 5px;
    padding-left: 5px; }
  .brand-products .product-card {
    margin-bottom: 20px; }

footer {
  background-color: #eeeeee;
  padding: 24px 0; }
  footer .container {
    max-width: 922px; }
  footer ul,
  footer p {
    margin-bottom: 0; }
  footer .contact-us {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 24px;
    margin-bottom: 24px; }
  footer .footer-middle {
    margin-bottom: 24px; }
  footer .social {
    color: #8c8c8c;
    font-size: 21px; }
    footer .social .list-inline-item:not(:last-child) {
      margin-right: 24px; }
  footer .copyrights {
    font-size: 12px;
    color: #8c8c8c; }
  footer .links {
    font-size: 14px;
    line-height: 18px;
    color: #191919; }
    footer .links .list-inline-item:not(:last-child):after {
      content: "-"; }
  footer.enternal-footer {
    margin-top: 60px;
    padding: 22px 0;
    background-color: #eeeeee;
    color: #191919;
    font-size: 14px;
    line-height: 18px; }
    footer.enternal-footer ul,
    footer.enternal-footer p {
      margin: 0; }
    footer.enternal-footer ul {
      color: #191919; }
    footer.enternal-footer p {
      color: #8c8c8c;
      font-size: 12px;
      line-height: 16px; }

.home-banner {
  position: relative; }
  .home-banner + .home-banner {
    margin-top: 24px; }
  .home-banner .img-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%; }
  .home-banner .caption {
    position: absolute;
    z-index: 2;
    left: 45px;
    transform: translate(0, 25%); }
    .home-banner .caption h2 {
      font-size: 22.7314px;
      line-height: 26px;
      margin-bottom: 18px; }
    .home-banner .caption p {
      font-size: 37px;
      line-height: 45px;
      max-width: 500px;
      margin: 0 auto 45px; }
  .home-banner.dark-banner .img-banner, .home-banner.yellow-banner .img-banner, .home-banner.blue-banner .img-banner, .home-banner.purple-banner .img-banner {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }
  .home-banner.dark-banner {
    color: #191919; }
  .home-banner.yellow-banner {
    color: #8c8c8c; }
    .home-banner.yellow-banner .caption p {
      color: #dca116; }
  .home-banner.blue-banner {
    color: #fff; }
    .home-banner.blue-banner .caption p {
      color: #a6eaff; }
    .home-banner.blue-banner .caption .btn-blue {
      background-color: #a6eaff;
      border-color: #a6eaff; }
      .home-banner.blue-banner .caption .btn-blue:hover, .home-banner.blue-banner .caption .btn-blue:focus {
        background-color: #a6eaff;
        border-color: #a6eaff; }
  .home-banner.purple-banner {
    color: #8c8c8c; }
    .home-banner.purple-banner .caption .btn-white,
    .home-banner.purple-banner .caption p {
      color: #a070e8; }

.product-card {
  border-radius: 6px;
  border: 1px solid #eeeeee;
  overflow: hidden; }
  .product-card .card-header {
    background-color: #fff;
    border: none;
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px; }
    .product-card .card-header img {
      max-width: 100%;
      max-height: 100%; }
    .product-card .card-header .badge {
      background-color: #f8edeb;
      color: #191919;
      font-size: 12px;
      line-height: 16px;
      text-transform: capitalize;
      position: absolute;
      left: 10px;
      top: 8px;
      padding: 3px 6px; }
      .product-card .card-header .badge.new-badge, .product-card .card-header .badge.free-badge {
        color: #fff; }
      .product-card .card-header .badge.new-badge {
        background-color: #00b1f2; }
      .product-card .card-header .badge.free-badge {
        background-color: #78d868; }
  .product-card .card-body {
    padding: 12px; }
    .product-card .card-body .category-name {
      font-size: 12px;
      line-height: 16px;
      color: #8c8c8c;
      margin: 0; }
    .product-card .card-body .product-title {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 8px; }
    .product-card .card-body .d-flex {
      justify-content: space-between; }
    .product-card .card-body .price {
      font-size: 14px;
      line-height: 17px;
      font-weight: 600; }
      .product-card .card-body .price del {
        font-weight: normal;
        opacity: 0.3;
        margin-left: 8px; }
    .product-card .card-body .btn-block {
      margin-top: 10px;
      min-width: auto;
      padding: 4px 0 !important; }

.products-slider {
  margin: 0 -5px; }
  .products-slider .product-card {
    margin: 0 5px; }
    .products-slider .product-card:focus {
      outline: unset; }
  .products-slider .slick-arrow {
    z-index: 1; }
    .products-slider .slick-arrow:before {
      display: none; }
    .products-slider .slick-arrow.slick-prev {
      left: -15px; }
    .products-slider .slick-arrow.slick-next {
      right: -15px; }
  .products-slider .slick-dots {
    display: none !important; }
  .products-slider.slider-dots {
    margin-bottom: 50px; }
    .products-slider.slider-dots .slick-arrow {
      display: none !important; }
    .products-slider.slider-dots .slick-dots {
      bottom: -40px;
      display: block !important; }
      .products-slider.slider-dots .slick-dots li button:before {
        font-size: 8px; }

.banner {
  height: 450px;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 24px; }
  .banner h2 {
    max-width: 380px;
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000; }
  .banner p {
    max-width: 445px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px; }
  .banner .btn {
    margin-top: 56px; }

.category-card {
  border: none;
  border-radius: 0;
  margin-bottom: 8px;
  text-align: center;
  background-color: transparent; }
  .category-card .card-header {
    background-color: #feefe3;
    border-radius: 9.4px;
    height: 110px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none; }
    .category-card .card-header img {
      max-height: 90%;
      max-width: 100%; }
  .category-card .card-body {
    padding: 8px 0; }
    .category-card .card-body .card-title {
      margin: 0;
      font-size: 16px;
      line-height: 22px; }

.contact-us .container {
  max-width: 922px; }
.contact-us .row {
  align-items: center; }
.contact-us h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 12.5px; }
.contact-us p {
  font-size: 12.0773px;
  line-height: 14px;
  letter-spacing: 0.01em;
  opacity: 0.6;
  margin-bottom: 0; }

.contact-card {
  flex-direction: row;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: transparent; }
  .contact-card .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    width: 56px;
    height: 56px;
    border: none;
    background-color: #f7a994;
    padding: 0; }
  .contact-card .card-body {
    width: calc(100% - 56px);
    padding: 0 0 0 16px; }
    .contact-card .card-body h5 {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.01em;
      margin: 0 0 6px;
      color: #8c8c8c; }
    .contact-card .card-body h4 {
      font-size: 16px;
      line-height: 22px;
      margin: 0; }

.no-layout {
  overflow: hidden;
  padding: 0;
  position: relative; }
  .no-layout .container {
    position: relative;
    min-height: 100vh;
    padding: 60px 15px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .no-layout .close-layout {
    color: #000;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 15.0966px;
    line-height: 18px;
    letter-spacing: 0.01em; }
  .no-layout .brand {
    display: block; }
    .no-layout .brand img {
      max-width: 100%; }
  .no-layout .intro {
    margin: 48px 0 54px; }
    .no-layout .intro .section-title {
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      justify-content: center;
      margin-bottom: 16px; }
    .no-layout .intro p {
      margin-bottom: 0;
      color: #191919; }
  .no-layout p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8c8c8c; }
    .no-layout p b {
      color: #191919; }
  .no-layout .form {
    max-width: 343px;
    margin: 0 auto;
    text-align: left;
    width: 100%; }
    .no-layout .form .forgot-password {
      text-align: right;
      margin-top: 8px;
      font-size: 14px;
      line-height: 18px; }
    .no-layout .form .small-text {
      font-size: 14px;
      line-height: 18px; }
      .no-layout .form .small-text b {
        color: #000; }
    .no-layout .form .form-group:last-of-type {
      margin-bottom: 16px; }
    .no-layout .form .row .form-group:last-of-type {
      margin-bottom: 0; }
    .no-layout .form .row > div:last-of-type .form-group {
      margin-bottom: 25px; }

.alert {
  background-color: #f38271;
  color: #fff;
  left: 46px;
  bottom: 80px;
  padding: 8px 16px;
  position: fixed;
  z-index: 9999;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px; }
  .alert p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px; }
  .alert .btn {
    min-width: auto;
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .alert .btn-light {
    background-color: #e57463 !important; }
    .alert .btn-light:hover, .alert .btn-light:focus {
      background-color: #e57463 !important; }
  .alert .close {
    opacity: 1;
    padding: 0 0 0 20px !important;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .alert .close:hover, .alert .close:focus {
      outline: unset !important; }
  .alert:nth-of-type(2) {
    bottom: 0; }

.counter .form-control {
  width: 40px;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0 !important;
  height: 24px; }
  .counter .form-control:focus {
    box-shadow: none;
    outline: unset; }
.counter .input-group-text {
  background-color: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  height: 28px;
  width: 20px;
  padding: 0;
  font-size: 10px;
  justify-content: center;
  cursor: pointer; }

.breadcrumb {
  font-size: 14px;
  line-height: 18px;
  background-color: transparent;
  padding: 24px 0;
  margin-bottom: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">"; }
.breadcrumb-item.active {
  color: #f38271; }

.products .row {
  margin-left: -5px;
  margin-right: -5px; }
  .products .row > div {
    padding-right: 5px;
    padding-left: 5px; }
.products .load-more {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #161619;
  width: 100px;
  height: 100px;
  position: relative; }
  .products .load-more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(25, 25, 25, 0.1);
    border-radius: 100%;
    animation: rotating 2s infinite ease-in-out;
    opacity: 0; }
  .products .load-more:focus:before {
    opacity: 1; }

@keyframes rotating {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.refine-menu {
  position: fixed;
  right: -100%;
  background-color: #fff;
  width: 100%;
  max-width: 468px;
  height: calc(100% - 121.5px);
  top: 121.5px;
  z-index: 15;
  padding: 24px 26px;
  overflow-y: scroll;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0; }
  .refine-menu::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 25, 0.1); }
  .refine-menu::-webkit-scrollbar {
    width: 5px; }
  .refine-menu.show {
    right: 0;
    opacity: 1; }
  .refine-menu .refine-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px; }
    .refine-menu .refine-title h5 {
      font-weight: normal;
      font-size: 30px;
      line-height: 36px;
      margin: 0; }
    .refine-menu .refine-title .btn {
      font-size: 15.0966px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #000;
      opacity: 1;
      display: flex;
      align-items: center;
      text-transform: capitalize; }
      .refine-menu .refine-title .btn img {
        width: 15px;
        margin-left: 8px; }
  .refine-menu .refine-category {
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    margin-bottom: 16px; }
    .refine-menu .refine-category .category-title {
      font-weight: bold;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .refine-menu .refine-category .list-group {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 15px; }
      .refine-menu .refine-category .list-group .list-group-item {
        border: none;
        padding: 0; }
    .refine-menu .refine-category .btn {
      padding: 0 !important;
      font-size: 12.0155px;
      line-height: 14px;
      letter-spacing: 0.01em;
      color: #000;
      margin-bottom: 16px; }
    .refine-menu .refine-category .custom-checkbox {
      padding-left: 0;
      padding-right: 1.5rem; }
      .refine-menu .refine-category .custom-checkbox .custom-control-label {
        display: flex;
        align-items: center; }
      .refine-menu .refine-category .custom-checkbox .custom-control-label::before {
        left: auto;
        right: -1.5rem;
        display: block;
        background-color: transparent;
        border: none; }
      .refine-menu .refine-category .custom-checkbox .custom-control-label::after {
        left: auto;
        right: -1.5rem;
        background-color: transparent; }
      .refine-menu .refine-category .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .refine-menu .refine-category .custom-checkbox .custom-control-input:active ~ .custom-control-label::before, .refine-menu .refine-category .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
        background-color: transparent; }
      .refine-menu .refine-category .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .refine-menu .refine-category .custom-checkbox .custom-control-input:active ~ .custom-control-label::after, .refine-menu .refine-category .custom-checkbox .custom-control-input:focus ~ .custom-control-label::after {
        background-image: url("../images/icons/check-green.svg");
        background-color: transparent; }
      .refine-menu .refine-category .custom-checkbox .color {
        display: inline-block;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        margin-right: 16px;
        background-color: #191919;
        border: 1px solid #f8edeb; }
    .refine-menu .refine-category .d-flex .form-group {
      position: relative; }
      .refine-menu .refine-category .d-flex .form-group:first-of-type {
        margin-right: 20px; }
        .refine-menu .refine-category .d-flex .form-group:first-of-type:after {
          content: "--";
          font-size: 13.587px;
          line-height: 16px;
          letter-spacing: 0.01em;
          position: absolute;
          bottom: 11px;
          right: -15px; }
    .refine-menu .refine-category .d-flex label {
      font-size: 12.0773px;
      line-height: 14px;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: rgba(25, 25, 25, 0.5);
      padding-left: 0;
      margin-bottom: 5px; }
    .refine-menu .refine-category .d-flex .currency {
      font-size: 13.587px;
      line-height: 16px;
      letter-spacing: 0.01em;
      position: absolute;
      left: 10px;
      bottom: 11px;
      text-transform: uppercase;
      color: #191919; }
    .refine-menu .refine-category .d-flex .form-control {
      border: 1px solid #191919;
      max-width: 100px;
      height: 38px;
      padding: 6px 10px 6px 40px; }
  .refine-menu .menu-options {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px; }
    .refine-menu .menu-options .btn {
      padding: 12px 15px !important; }

.categories .row {
  margin-right: -10px;
  margin-left: -10px; }
  .categories .row > div {
    padding-left: 10px;
    padding-right: 10px; }

.category {
  padding: 0; }

.category-cover {
  overflow: hidden;
  margin-bottom: 24px; }
  .category-cover img {
    max-height: 430px;
    width: 100%; }

.select2-search {
  display: none; }

.section-filter .form-inline {
  background-color: #fff;
  border-radius: 4px;
  margin-right: 16px;
  padding: 8px 0 8px 16px; }
.section-filter .resort .btn {
  min-width: auto; }
  .section-filter .resort .btn img {
    opacity: 0.5; }
  .section-filter .resort .btn.btn-active img {
    opacity: 1; }
.section-filter .select2-container {
  max-width: 130px;
  width: 130px !important;
  z-index: 9; }
.section-filter .select2-container--default .select2-selection--multiple,
.section-filter .select2-container--default .select2-selection--single {
  padding: 0 5px;
  height: auto;
  border-bottom: none; }
.section-filter .select2-container--default
.select2-selection--multiple
.select2-selection__arrow,
.section-filter .select2-container--default
.select2-selection--single
.select2-selection__arrow {
  top: 3px;
  right: 10px; }
.section-filter label {
  margin-bottom: 0; }

.btn.show-filter {
  display: none;
  position: fixed;
  z-index: 9;
  left: 30px;
  bottom: 100px;
  min-width: auto;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border-radius: 50%; }

.aside-filter {
  position: relative; }
  .aside-filter .close-filter {
    display: none;
    position: absolute;
    right: 15px;
    top: 8px; }
  .aside-filter .category-group {
    margin-bottom: 24px; }
    .aside-filter .category-group .category-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 8px; }
      .aside-filter .category-group .category-title h6 {
        font-size: 20px;
        margin: 0; }
      .aside-filter .category-group .category-title .btn {
        color: #f38271;
        padding: 0 !important;
        margin-bottom: 0; }
    .aside-filter .category-group .list-group .list-group-item {
      border: none;
      padding: 9px 16px; }
      .aside-filter .category-group .list-group .list-group-item:not(:last-of-type) {
        border-bottom: 1px solid #dfdfdf; }
    .aside-filter .category-group .custom-checkbox .custom-control-label::before,
    .aside-filter .category-group .custom-checkbox .custom-control-label::after {
      top: calc(50% - 8px); }
    .aside-filter .category-group .custom-checkbox label {
      display: block; }
    .aside-filter .category-group .custom-checkbox .color {
      position: absolute;
      right: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      top: calc(50% - 8px); }
    .aside-filter .category-group .price-range {
      margin: 0 -10px; }
      .aside-filter .category-group .price-range > div {
        padding: 0 5px; }
      .aside-filter .category-group .price-range .form-group {
        margin-bottom: 0; }
      .aside-filter .category-group .price-range .form-control {
        border: 1px solid #dfdfdf; }
      .aside-filter .category-group .price-range .btn {
        height: 30px;
        color: #fff;
        line-height: 30px;
        padding: 0 !important;
        margin-bottom: 9px; }

.filter-result {
  margin: 0 -14px; }
  .filter-result > div {
    padding: 0 7px; }
  .filter-result .product-card {
    margin-bottom: 14px; }

.product .product-details,
.product .more-details,
.product .features {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 24px; }
.product .product-details {
  padding: 24px; }
  .product .product-details .product-thumbnails {
    margin: 0 -10px;
    display: flex; }
    .product .product-details .product-thumbnails .slider-for {
      width: 85%;
      padding: 0 10px; }
      .product .product-details .product-thumbnails .slider-for img {
        max-height: 494px; }
      .product .product-details .product-thumbnails .slider-for .slick-list,
      .product .product-details .product-thumbnails .slider-for .slick-track {
        height: 100%; }
    .product .product-details .product-thumbnails .slider-nav {
      width: 15%;
      padding: 0 10px;
      border-bottom: none; }
      .product .product-details .product-thumbnails .slider-nav .slick-list {
        padding: 0 !important; }
      .product .product-details .product-thumbnails .slider-nav img {
        height: 80px;
        margin-bottom: 20px;
        display: block; }
        .product .product-details .product-thumbnails .slider-nav img:last-of-type {
          margin-bottom: 0; }
  .product .product-details .brand-name {
    color: #f38271;
    text-decoration: underline;
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px; }
  .product .product-details .product-name {
    font-size: 32px;
    margin: 8px 0 16px; }
  .product .product-details .options .btn {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .product .product-details .options .btn img {
      height: 18px; }
  .product .product-details .description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #8c8c8c; }
  .product .product-details .rates,
  .product .product-details .price,
  .product .product-details .items-number,
  .product .product-details .default-address,
  .product .product-details .delivery-date,
  .product .product-details .select-size,
  .product .product-details .select-color {
    border-bottom: 1px solid #dfdfdf;
    padding: 16px 0; }
  .product .product-details .price {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product .product-details .price h3 {
      font-size: 24px;
      margin: 0; }
    .product .product-details .price del {
      font-size: 20px;
      color: #8c8c8c; }
    .product .product-details .price span {
      font-size: 12px;
      line-height: 16px;
      color: #8c8c8c; }
  .product .product-details .items-number .counter .input-group-text,
  .product .product-details .items-number .counter .form-control {
    height: 48px; }
  .product .product-details .items-number .counter .form-control {
    width: 50%; }
  .product .product-details .items-number .counter .input-group-text {
    width: 25%; }
  .product .product-details .items-number .btn {
    margin-bottom: 0; }
  .product .product-details .items-number .btn-transparent {
    color: #00b1f2;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%; }
  .product .product-details .default-address {
    font-size: 16px;
    line-height: 22px; }
    .product .product-details .default-address .btn {
      padding: 0 !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      text-transform: none; }
    .product .product-details .default-address b {
      color: #f38271; }
    .product .product-details .default-address img {
      height: 16px; }
  .product .product-details .delivery-date {
    border-bottom: none;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0; }
    .product .product-details .delivery-date span {
      color: #78d868; }
.product .more-details .nav-pills {
  border-bottom: 1px solid #eeeeee; }
  .product .more-details .nav-pills .nav-link {
    font-size: 16px;
    line-height: 22px;
    border-radius: 0;
    padding: 16px 24px;
    color: #8c8c8c;
    border-bottom: 1px solid transparent; }
    .product .more-details .nav-pills .nav-link.active {
      border-bottom-color: #f38271;
      background-color: transparent;
      color: #191919; }
.product .more-details .tab-content {
  padding: 24px; }
  .product .more-details .tab-content h6 {
    font-size: 16px;
    line-height: 24px; }
  .product .more-details .tab-content p {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 22px; }
  .product .more-details .tab-content .specifications-list {
    margin: 0 -10px;
    padding: 0; }
    .product .more-details .tab-content .specifications-list li {
      padding: 8px 10px;
      display: flex;
      align-items: center; }
      .product .more-details .tab-content .specifications-list li p {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        color: #191919; }
      .product .more-details .tab-content .specifications-list li .specification-name {
        width: 40%; }
      .product .more-details .tab-content .specifications-list li .value {
        width: 60%; }
      .product .more-details .tab-content .specifications-list li:nth-of-type(odd) {
        background-color: #fafafa; }
.product .features {
  margin-bottom: 0;
  padding: 24px 50px !important;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: space-between; }
  .product .features img {
    width: 32px; }
  .product .features .list-inline-item {
    display: inline-flex;
    padding: 8px;
    align-items: flex-start; }
    .product .features .list-inline-item div {
      padding-left: 16px; }
  .product .features h6 {
    font-size: 14px;
    line-height: 18px; }
  .product .features p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    color: #8c8c8c;
    max-width: 220px; }
.product .review-menu {
  background-color: #f9f9f9;
  position: fixed;
  right: -100%;
  width: 420px;
  max-width: 100%;
  height: calc(100% - 109.25px);
  top: 109.25px;
  z-index: 15;
  padding: 24px;
  overflow-y: scroll;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  z-index: 9999; }
  .product .review-menu::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 25, 0.1); }
  .product .review-menu::-webkit-scrollbar {
    width: 5px; }
  .product .review-menu.show {
    right: 0;
    opacity: 1; }
  .product .review-menu .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    .product .review-menu .menu-title h5 {
      font-size: 24px;
      line-height: initial;
      margin: 0; }
    .product .review-menu .menu-title .btn {
      text-align: center;
      display: flex;
      align-items: center; }
      .product .review-menu .menu-title .btn img {
        width: 24px;
        margin-left: 8px; }
  .product .review-menu .bg-white {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 24px; }
  .product .review-menu .menu-card {
    display: flex;
    padding: 16px;
    border-bottom: 1px solid #eeeeee; }
    .product .review-menu .menu-card .image {
      width: 70px;
      height: 70px;
      overflow: hidden; }
      .product .review-menu .menu-card .image img {
        width: 100%; }
    .product .review-menu .menu-card .details {
      width: calc(100% - 70px);
      padding-left: 16px;
      position: relative; }
      .product .review-menu .menu-card .details h6 {
        font-size: 12px;
        line-height: 16px;
        color: #8c8c8c;
        margin: 0; }
      .product .review-menu .menu-card .details h5 {
        font-size: 16px;
        line-height: 22px;
        margin: 0; }
      .product .review-menu .menu-card .details p {
        font-size: 14px;
        margin-bottom: 0; }
  .product .review-menu .rate-input {
    padding: 16px; }
    .product .review-menu .rate-input span {
      font-size: 14px;
      line-height: 18px; }
    .product .review-menu .rate-input .rating {
      font-size: 16px; }
  .product .review-menu .menu-options {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px; }
    .product .review-menu .menu-options .btn {
      margin-bottom: 0; }
.product .review-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }
  .product .review-filter p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #8c8c8c; }
    .product .review-filter p span {
      color: #191919; }
  .product .review-filter .form-inline {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px; }
    .product .review-filter .form-inline label {
      color: #8c8c8c; }
.product .review-card {
  border-bottom: 1px solid #eeeeee;
  padding: 16px; }
  .product .review-card .rates {
    font-size: 12px; }
    .product .review-card .rates .list-inline-item:not(:last-child) {
      margin-right: 0; }
  .product .review-card .user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0; }
    .product .review-card .user-info .user-name {
      font-size: 16px;
      line-height: 24px;
      margin: 0; }
    .product .review-card .user-info .date {
      font-size: 12px;
      line-height: 16px;
      color: #8c8c8c; }
  .product .review-card .review-text {
    font-size: 14px;
    line-height: 18px;
    color: #8c8c8c;
    margin-bottom: 0; }
.product .pagination {
  margin-top: 24px; }
  .product .pagination .page-item {
    padding: 0 3px; }
    .product .pagination .page-item:last-of-type {
      padding-right: 0; }
      .product .pagination .page-item:last-of-type .page-link img {
        transform: scale(-1);
        margin-right: 0;
        margin-left: 4px; }
  .product .pagination .page-link {
    border-color: #dfdfdf;
    border-radius: 4px;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center; }
    .product .pagination .page-link img {
      height: 10px;
      margin-right: 6px; }
.product .total-reviews .rates-numbers {
  margin-bottom: 24px; }
  .product .total-reviews .rates-numbers h3 {
    font-size: 24px;
    margin: 0; }
  .product .total-reviews .rates-numbers .rates {
    font-size: 16px; }
    .product .total-reviews .rates-numbers .rates ul {
      margin-right: 0; }
    .product .total-reviews .rates-numbers .rates .list-inline-item:not(:last-child) {
      margin-right: 0; }
  .product .total-reviews .rates-numbers span {
    font-size: 12px;
    line-height: 16px;
    color: #8c8c8c; }
.product .total-reviews .rates-status {
  margin-bottom: 24px; }
  .product .total-reviews .rates-status .rate-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
    .product .total-reviews .rates-status .rate-status:last-of-type {
      margin-bottom: 0; }
    .product .total-reviews .rates-status .rate-status span {
      display: block;
      width: 60px;
      font-size: 12px;
      line-height: 16px; }
    .product .total-reviews .rates-status .rate-status .progress {
      width: calc(100% - 60px);
      height: 5px;
      border-radius: 4px; }
      .product .total-reviews .rates-status .rate-status .progress .progress-bar {
        background-color: #f5a523; }
.product .select-color label,
.product .select-size label {
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 8px; }
.product .select-color ul,
.product .select-size ul {
  margin-bottom: 0; }
  .product .select-color ul label,
  .product .select-size ul label {
    margin-bottom: 0; }
.product .select-color input,
.product .select-size input {
  position: absolute; }
  .product .select-color input:checked ~ .color,
  .product .select-size input:checked ~ .color {
    box-shadow: 0px 0px 0px 1px #f38271; }
  .product .select-color input:checked ~ .size,
  .product .select-size input:checked ~ .size {
    border: 1px solid #f38271; }
.product .select-color .size,
.product .select-color .color,
.product .select-size .size,
.product .select-size .color {
  cursor: pointer;
  display: inline-block; }
.product .select-color .color,
.product .select-size .color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff; }
.product .select-color .size,
.product .select-size .size {
  border: 1px solid #dfdfdf;
  width: 66px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #191919;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
.product .select-color.color-image ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }
.product .select-color.color-image .color {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 6px;
  color: #191919;
  width: 90px;
  height: 140px;
  text-align: center;
  font-size: 14px;
  line-height: 18px; }
  .product .select-color.color-image .color img {
    display: block;
    width: 100%;
    margin-bottom: 6px; }
.product .select-color.color-image input:checked ~ .color {
  box-shadow: unset;
  border-color: #f38271;
  color: #f38271; }

.badge {
  font-size: 9.82653px;
  line-height: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #191919;
  border-radius: 0; }

.badge-light {
  background-color: #f8edeb; }

.badge-default {
  background-color: #191919;
  color: #fff; }

.rates {
  color: #dadada;
  font-size: 15px; }
  .rates .active-star {
    color: #f5a523; }
  .rates ul {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 12px; }
    .rates ul li {
      margin: 0 !important; }
  .rates .reviews-number {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #191919;
    opacity: 0.5; }

.rating {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: rgba(25, 25, 25, 0.1); }
  .rating .active {
    color: #f2c94c; }
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    margin-bottom: 0; }
    .rating label:last-child {
      position: static; }
    .rating label:nth-child(1) {
      z-index: 5; }
    .rating label:nth-child(2) {
      z-index: 4; }
    .rating label:nth-child(3) {
      z-index: 3; }
    .rating label:nth-child(4) {
      z-index: 2; }
    .rating label:nth-child(5) {
      z-index: 1; }
    .rating label:last-child .icon {
      color: rgba(25, 25, 25, 0.1); }
    .rating label input {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0; }
      .rating label input:focus:not(:checked) ~ .icon:last-child {
        color: rgba(25, 25, 25, 0.1); }
    .rating label .icon {
      color: transparent; }
  .rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
    color: #f2c94c; }

.cart {
  padding: 0; }
  .cart .cart-items {
    background-color: #fff;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 24px; }
  .cart .cart-head {
    font-size: 12px;
    line-height: 18px;
    color: #8c8c8c; }
  .cart .cart-body .cart-item {
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee; }
    .cart .cart-body .cart-item:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    .cart .cart-body .cart-item .cart-card {
      display: flex; }
      .cart .cart-body .cart-item .cart-card .image {
        width: 90px;
        height: 90px;
        overflow: hidden; }
        .cart .cart-body .cart-item .cart-card .image img {
          width: 100%; }
      .cart .cart-body .cart-item .cart-card .details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 90px);
        padding-left: 8px;
        position: relative; }
        .cart .cart-body .cart-item .cart-card .details h6 {
          font-size: 12px;
          line-height: 16px;
          margin: 0;
          color: #8c8c8c; }
        .cart .cart-body .cart-item .cart-card .details h5 {
          font-size: 16px;
          line-height: 22px;
          margin: 0 0 6px; }
        .cart .cart-body .cart-item .cart-card .details p {
          color: #191919; }
    .cart .cart-body .cart-item p {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 0;
      color: #8c8c8c; }
      .cart .cart-body .cart-item p span {
        color: #191919; }
    .cart .cart-body .cart-item h4,
    .cart .cart-body .cart-item .price {
      font-size: 14px;
      margin: 0; }
      .cart .cart-body .cart-item h4 del,
      .cart .cart-body .cart-item .price del {
        opacity: 0.3; }
    .cart .cart-body .cart-item .col-lg-2 {
      display: flex;
      align-items: center; }
      .cart .cart-body .cart-item .col-lg-2:last-of-type {
        text-align: right; }
    .cart .cart-body .cart-item .col-lg-4 {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .cart .cart-body .cart-item .col-lg-4 .d-flex {
        width: 100%; }
        .cart .cart-body .cart-item .col-lg-4 .d-flex:last-of-type .btn {
          margin-bottom: 0; }
    .cart .cart-body .cart-item .btn {
      padding: 0 !important;
      font-size: 12px;
      line-height: 16px;
      display: inline-flex;
      align-items: center;
      margin-bottom: 18px; }
      .cart .cart-body .cart-item .btn img {
        width: 16px;
        margin-right: 5px; }
      .cart .cart-body .cart-item .btn + .btn {
        margin-left: 6px; }
  .cart .cart-summary {
    background-color: #f8edeb;
    border-radius: 4px; }
    .cart .cart-summary h5 {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 8px; }
  .cart .coupon-code {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px; }
    .cart .coupon-code .form-group {
      display: flex;
      align-items: center;
      position: relative; }
    .cart .coupon-code .btn {
      padding: 0 !important;
      min-width: auto;
      width: 60px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      height: 100%;
      font-size: 16px;
      height: 41px; }
    .cart .coupon-code .form-control {
      width: calc(100% - 60px);
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      box-shadow: unset;
      font-size: 12px;
      height: 41px;
      padding: 10px 12px; }
      .cart .coupon-code .form-control::placeholder {
        color: #191919; }
    .cart .coupon-code .error {
      position: absolute;
      bottom: -20px;
      left: 0;
      color: #ff6c4f;
      font-size: 12px; }
  .cart .cart-totals {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px; }
    .cart .cart-totals .row {
      margin-bottom: 6px; }
      .cart .cart-totals .row:last-of-type {
        margin-bottom: 0; }
    .cart .cart-totals h6 {
      font-size: 14px;
      line-height: 18px;
      color: #8c8c8c;
      margin: 0; }
    .cart .cart-totals p {
      font-size: 14px;
      margin: 0; }
    .cart .cart-totals .discount {
      color: #ff6c4f; }
  .cart .cart-payment {
    padding: 15px; }
    .cart .cart-payment ul {
      display: flex;
      align-items: center;
      margin-bottom: 24px; }
      .cart .cart-payment ul li {
        width: 25%;
        text-align: center; }
      .cart .cart-payment ul .list-inline-item:not(:last-child) {
        margin: 0; }
      .cart .cart-payment ul img {
        max-width: 35px; }

.get-freeDelivery {
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 4px; }
  .get-freeDelivery h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
  .get-freeDelivery p {
    font-size: 14px;
    line-height: 18px;
    color: #8c8c8c;
    margin-bottom: 10px; }
    .get-freeDelivery p span {
      color: #191919; }
  .get-freeDelivery .progress {
    background: rgba(140, 140, 140, 0.1);
    height: 4px;
    border-radius: 0; }
    .get-freeDelivery .progress .progress-bar {
      background-color: #78d868; }

.wishlist .wishlist-items {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px; }
.wishlist .wishlist-head {
  font-size: 12px;
  line-height: 18px;
  color: #8c8c8c; }
.wishlist .wishlist-body .wishlist-item {
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee; }
  .wishlist .wishlist-body .wishlist-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
  .wishlist .wishlist-body .wishlist-item .wishlist-card {
    display: flex; }
    .wishlist .wishlist-body .wishlist-item .wishlist-card .image {
      width: 90px;
      height: 90px;
      overflow: hidden; }
      .wishlist .wishlist-body .wishlist-item .wishlist-card .image img {
        width: 100%; }
    .wishlist .wishlist-body .wishlist-item .wishlist-card .details {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(100% - 90px);
      padding-left: 6px;
      position: relative; }
      .wishlist .wishlist-body .wishlist-item .wishlist-card .details h6 {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
        color: #8c8c8c; }
      .wishlist .wishlist-body .wishlist-item .wishlist-card .details h5 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 6px; }
      .wishlist .wishlist-body .wishlist-item .wishlist-card .details p {
        color: #191919; }
  .wishlist .wishlist-body .wishlist-item p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    color: #8c8c8c; }
    .wishlist .wishlist-body .wishlist-item p span {
      color: #191919; }
  .wishlist .wishlist-body .wishlist-item h4,
  .wishlist .wishlist-body .wishlist-item .price {
    font-size: 14px;
    margin: 0; }
    .wishlist .wishlist-body .wishlist-item h4 del,
    .wishlist .wishlist-body .wishlist-item .price del {
      opacity: 0.3; }
  .wishlist .wishlist-body .wishlist-item .col-lg-2:last-of-type {
    text-align: right; }
  .wishlist .wishlist-body .wishlist-item .col-6 {
    text-align: right; }
  .wishlist .wishlist-body .wishlist-item .btn {
    padding: 0 !important;
    font-size: 12px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px; }
    .wishlist .wishlist-body .wishlist-item .btn img {
      width: 16px;
      margin-right: 5px; }
    .wishlist .wishlist-body .wishlist-item .btn + .btn {
      margin-left: 6px; }

.profile {
  padding-top: 30px; }
  .profile aside {
    max-width: 223px; }
    .profile aside p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 24px; }
      .profile aside p b {
        display: block;
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px; }
    .profile aside .nav-pills {
      background-color: #fff; }
      .profile aside .nav-pills .nav-link {
        position: relative;
        padding: 12px 8px;
        border-bottom: 1px solid #eeeeee;
        border-left: 2px solid #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        border-radius: 0; }
        .profile aside .nav-pills .nav-link .icon {
          width: 32px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          background-color: #eeeeee;
          border-radius: 50%;
          margin-right: 8px; }
          .profile aside .nav-pills .nav-link .icon ellipse,
          .profile aside .nav-pills .nav-link .icon path {
            stroke: #8c8c8c; }
        .profile aside .nav-pills .nav-link .arrow {
          position: absolute;
          right: 16px; }
          .profile aside .nav-pills .nav-link .arrow path {
            stroke: #8c8c8c; }
        .profile aside .nav-pills .nav-link.active {
          background-color: transparent;
          color: #f38271;
          border-left-color: #f38271; }
          .profile aside .nav-pills .nav-link.active .icon {
            background-color: #f8edeb; }
            .profile aside .nav-pills .nav-link.active .icon ellipse,
            .profile aside .nav-pills .nav-link.active .icon path {
              stroke: #f38271; }
          .profile aside .nav-pills .nav-link.active .arrow path {
            stroke: #f38271; }
        .profile aside .nav-pills .nav-link.sign-out {
          border-bottom: none;
          color: #e02b27;
          justify-content: center;
          cursor: pointer; }
        .profile aside .nav-pills .nav-link:last-of-type {
          border-bottom: none; }
  .profile .tab-content {
    min-height: 700px; }
    .profile .tab-content .tab-title {
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .profile .tab-content .tab-title h3 {
        font-size: 32px;
        margin: 0; }
      .profile .tab-content .tab-title p {
        font-size: 14px;
        line-height: 18px;
        color: #8c8c8c; }
        .profile .tab-content .tab-title p span {
          color: #191919; }
      .profile .tab-content .tab-title .form-inline {
        background-color: #fff;
        border-radius: 4px;
        padding-left: 16px; }
        .profile .tab-content .tab-title .form-inline .custom-select {
          box-shadow: unset; }
        .profile .tab-content .tab-title .form-inline label {
          margin-bottom: 0; }
    .profile .tab-content .tab-block .sub-title {
      margin: 16px 0; }
      .profile .tab-content .tab-block .sub-title h5 {
        font-size: 14px;
        line-height: 18px;
        color: #8c8c8c;
        margin: 0; }
    .profile .tab-content .tab-block .form-group .custom-switch2 {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px;
      cursor: pointer; }
      .profile .tab-content .tab-block .form-group .custom-switch2 label {
        padding-left: 0;
        font-size: 10.8696px;
        line-height: 13px;
        letter-spacing: 0.01em;
        cursor: pointer; }
    .profile .tab-content .payment-item {
      background-color: #fff;
      border-radius: 4px;
      padding: 24px 16px 0;
      margin-bottom: 16px; }
      .profile .tab-content .payment-item .row {
        align-items: center; }
        .profile .tab-content .payment-item .row > div {
          margin-bottom: 24px; }
      .profile .tab-content .payment-item h5 {
        font-size: 20px;
        margin: 0; }
      .profile .tab-content .payment-item h6 {
        color: #8c8c8c;
        font-size: 12px;
        line-height: 16px; }
      .profile .tab-content .payment-item p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0; }
      .profile .tab-content .payment-item .btn {
        padding: 3px 8px !important; }
    .profile .tab-content .card-form {
      max-width: 450px;
      display: none; }
      .profile .tab-content .card-form .btn {
        margin-bottom: 16px; }
    .profile .tab-content .notification-black {
      background-color: #fff;
      border-radius: 4px;
      padding: 16px; }
    .profile .tab-content .wallet-block {
      background-color: #fff;
      border-radius: 4px; }
      .profile .tab-content .wallet-block .table {
        margin-bottom: 0; }
        .profile .tab-content .wallet-block .table td,
        .profile .tab-content .wallet-block .table th {
          border-top: none;
          padding: 0.75rem 1rem; }
        .profile .tab-content .wallet-block .table thead {
          font-size: 12px;
          line-height: 18px;
          text-transform: uppercase;
          color: #8c8c8c; }
          .profile .tab-content .wallet-block .table thead th {
            border-bottom: 1px solid #eeeeee;
            font-weight: normal; }
        .profile .tab-content .wallet-block .table tbody tr:nth-of-type(even) {
          background-color: #fafafa; }
    .profile .tab-content .address-item {
      background-color: #fff;
      border-radius: 4px;
      padding: 16px;
      margin-bottom: 16px; }
      .profile .tab-content .address-item:last-of-type {
        margin-bottom: 30px; }
      .profile .tab-content .address-item .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; }
        .profile .tab-content .address-item .head .address-title {
          font-size: 14px;
          line-height: 18px; }
          .profile .tab-content .address-item .head .address-title img {
            margin-right: 16px; }
        .profile .tab-content .address-item .head .badge {
          background-color: transparent;
          color: #f38271;
          font-size: 14px;
          line-height: 18px; }
        .profile .tab-content .address-item .head .options .btn {
          background-color: #eeeeee;
          width: 32px;
          height: 32px;
          margin-left: 5px; }
          .profile .tab-content .address-item .head .options .btn:hover, .profile .tab-content .address-item .head .options .btn:focus {
            background-color: #eeeeee !important; }
      .profile .tab-content .address-item .row span {
        font-size: 16px;
        line-height: 22px;
        color: #8c8c8c; }
      .profile .tab-content .address-item .row h6 {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px; }
      .profile .tab-content .address-item .row img {
        margin-left: 8px; }
      .profile .tab-content .address-item .phone-status {
        font-size: 14px;
        margin-left: 16px;
        display: inline-flex;
        align-items: center; }
    .profile .tab-content .form-address,
    .profile .tab-content .new-address {
      display: none; }
    .profile .tab-content .close-address {
      text-transform: capitalize; }
    .profile .tab-content .verified {
      color: #78d868; }
      .profile .tab-content .verified img {
        margin-right: 5px; }
    .profile .tab-content .unverified {
      color: #ff6c4f; }
      .profile .tab-content .unverified img {
        margin-right: 5px; }
    .profile .tab-content .address-input {
      height: 420px;
      position: relative;
      margin-bottom: 30px; }
      .profile .tab-content .address-input .location-icon {
        position: absolute;
        left: 22px;
        top: 20px;
        z-index: 3; }
      .profile .tab-content .address-input #map {
        height: 100%;
        z-index: 1; }
      .profile .tab-content .address-input #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300; }
      .profile .tab-content .address-input #infowindow-content .title {
        font-weight: bold; }
      .profile .tab-content .address-input #infowindow-content {
        display: none; }
      .profile .tab-content .address-input #map #infowindow-content {
        display: inline; }
      .profile .tab-content .address-input .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        background-color: #fff;
        font-family: Roboto; }
      .profile .tab-content .address-input #pac-container {
        padding-bottom: 12px;
        margin-right: 12px; }
      .profile .tab-content .address-input .pac-controls {
        display: inline-block;
        padding: 5px 11px; }
      .profile .tab-content .address-input .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300; }
      .profile .tab-content .address-input #pac-input {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        border: none;
        padding: 13px 16px 13px 40px;
        height: 48px; }
      .profile .tab-content .address-input #pac-input:focus {
        box-shadow: unset;
        outline: none; }
      .profile .tab-content .address-input #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px; }
      .profile .tab-content .address-input #target {
        width: 345px; }
    .profile .tab-content .custom-switch {
      padding-left: 0;
      padding-right: 2.25rem;
      cursor: pointer; }
      .profile .tab-content .custom-switch label {
        width: 100%;
        margin-bottom: 0;
        color: #8c8c8c;
        text-transform: none;
        cursor: pointer; }
      .profile .tab-content .custom-switch .custom-control-label::before {
        left: auto;
        right: -2.25rem;
        box-shadow: unset;
        background-color: #dfdfdf;
        border: none; }
      .profile .tab-content .custom-switch .custom-control-label::after {
        left: auto;
        right: calc(-2.25rem + 2px);
        box-shadow: unset;
        background-color: #8c8c8c; }
      .profile .tab-content .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #f38271;
        background-color: #f38271;
        box-shadow: unset; }
      .profile .tab-content .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        -webkit-transform: translateX(-0.75rem);
        transform: translateX(-0.75rem);
        box-shadow: unset;
        border-color: #f38271;
        background-color: #fff; }
    .profile .tab-content .form-address .selected-map p {
      background-color: #fff;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      line-height: 22px;
      padding: 13px 16px;
      color: #8c8c8c; }
    .profile .tab-content .form-address .selected-map .btn {
      padding: 0 !important; }
    .profile .tab-content .form-address .custom-radio {
      width: 100%;
      height: 48px;
      padding-top: 16px; }
      .profile .tab-content .form-address .custom-radio .custom-control-label {
        width: 100%;
        margin-bottom: 0; }
    .profile .tab-content .order-block {
      background-color: #fff;
      border-radius: 4px;
      padding: 24px;
      margin-bottom: 24px; }
      .profile .tab-content .order-block .order-head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .profile .tab-content .order-block .order-head h6 {
          font-size: 20px;
          margin-bottom: 0;
          display: flex;
          align-items: center; }
          .profile .tab-content .order-block .order-head h6 .placed-date {
            margin-left: 8px;
            font-size: 12px;
            line-height: 16px;
            color: #8c8c8c; }
        .profile .tab-content .order-block .order-head .btn {
          color: #f38271; }
      .profile .tab-content .order-block .order-status {
        display: flex;
        position: relative;
        text-align: center;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        color: #8c8c8c; }
        .profile .tab-content .order-block .order-status .list-inline-item {
          width: 20%;
          position: relative;
          padding: 16px 0; }
          .profile .tab-content .order-block .order-status .list-inline-item:after {
            content: "";
            position: absolute;
            left: 0;
            right: 5px;
            height: 3px;
            bottom: 0;
            background-color: #dfdfdf; }
          .profile .tab-content .order-block .order-status .list-inline-item.done:after {
            background-color: #78d868; }
          .profile .tab-content .order-block .order-status .list-inline-item.canceled:after {
            background-color: #ff6c4f; }
    .profile .tab-content .shipments,
    .profile .tab-content .order-canceled,
    .profile .tab-content .returns,
    .profile .tab-content .order-info {
      display: none; }
      .profile .tab-content .shipments .status-details,
      .profile .tab-content .order-canceled .status-details,
      .profile .tab-content .returns .status-details,
      .profile .tab-content .order-info .status-details {
        padding: 25px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .profile .tab-content .shipments .status-details h6,
        .profile .tab-content .order-canceled .status-details h6,
        .profile .tab-content .returns .status-details h6,
        .profile .tab-content .order-info .status-details h6 {
          font-weight: normal;
          font-size: 12.0773px;
          line-height: 14px;
          text-transform: uppercase;
          opacity: 0.5;
          margin: 0 0 8px; }
        .profile .tab-content .shipments .status-details p,
        .profile .tab-content .order-canceled .status-details p,
        .profile .tab-content .returns .status-details p,
        .profile .tab-content .order-info .status-details p {
          margin-bottom: 8px;
          font-size: 13.587px;
          line-height: 16px; }
          .profile .tab-content .shipments .status-details p img,
          .profile .tab-content .order-canceled .status-details p img,
          .profile .tab-content .returns .status-details p img,
          .profile .tab-content .order-info .status-details p img {
            margin-right: 12px;
            max-width: 25px; }
        .profile .tab-content .shipments .status-details .btn,
        .profile .tab-content .order-canceled .status-details .btn,
        .profile .tab-content .returns .status-details .btn,
        .profile .tab-content .order-info .status-details .btn {
          padding: 5px 10px !important;
          font-size: 12.0155px;
          line-height: 14px;
          margin-bottom: 8px; }
          .profile .tab-content .shipments .status-details .btn img,
          .profile .tab-content .order-canceled .status-details .btn img,
          .profile .tab-content .returns .status-details .btn img,
          .profile .tab-content .order-info .status-details .btn img {
            margin-left: 8px; }
          .profile .tab-content .shipments .status-details .btn:first-of-type,
          .profile .tab-content .order-canceled .status-details .btn:first-of-type,
          .profile .tab-content .returns .status-details .btn:first-of-type,
          .profile .tab-content .order-info .status-details .btn:first-of-type {
            margin-right: 10px; }
      .profile .tab-content .shipments .address-info,
      .profile .tab-content .order-canceled .address-info,
      .profile .tab-content .returns .address-info,
      .profile .tab-content .order-info .address-info {
        border-top: 1px solid #eeeeee;
        padding: 24px 0;
        border-bottom: 1px solid #eeeeee; }
        .profile .tab-content .shipments .address-info h6,
        .profile .tab-content .order-canceled .address-info h6,
        .profile .tab-content .returns .address-info h6,
        .profile .tab-content .order-info .address-info h6 {
          font-size: 14px;
          line-height: 18px;
          color: #8c8c8c;
          margin-bottom: 1rem; }
        .profile .tab-content .shipments .address-info p,
        .profile .tab-content .order-canceled .address-info p,
        .profile .tab-content .returns .address-info p,
        .profile .tab-content .order-info .address-info p {
          font-size: 12px;
          line-height: 16px;
          margin: 0 0 1rem; }
          .profile .tab-content .shipments .address-info p:last-of-type,
          .profile .tab-content .order-canceled .address-info p:last-of-type,
          .profile .tab-content .returns .address-info p:last-of-type,
          .profile .tab-content .order-info .address-info p:last-of-type {
            margin: 0; }
          .profile .tab-content .shipments .address-info p span,
          .profile .tab-content .order-canceled .address-info p span,
          .profile .tab-content .returns .address-info p span,
          .profile .tab-content .order-info .address-info p span {
            margin-left: 1rem; }
          .profile .tab-content .shipments .address-info p img,
          .profile .tab-content .order-canceled .address-info p img,
          .profile .tab-content .returns .address-info p img,
          .profile .tab-content .order-info .address-info p img {
            margin-right: 5px; }
          .profile .tab-content .shipments .address-info p b,
          .profile .tab-content .order-canceled .address-info p b,
          .profile .tab-content .returns .address-info p b,
          .profile .tab-content .order-info .address-info p b {
            color: #8c8c8c; }
        .profile .tab-content .shipments .address-info .btn,
        .profile .tab-content .order-canceled .address-info .btn,
        .profile .tab-content .returns .address-info .btn,
        .profile .tab-content .order-info .address-info .btn {
          text-align: left;
          font-size: 12px;
          line-height: 16px;
          padding: 0 !important;
          margin-bottom: 1rem; }
          .profile .tab-content .shipments .address-info .btn + .btn-block,
          .profile .tab-content .order-canceled .address-info .btn + .btn-block,
          .profile .tab-content .returns .address-info .btn + .btn-block,
          .profile .tab-content .order-info .address-info .btn + .btn-block {
            margin-top: 0; }
        .profile .tab-content .shipments .address-info .btn-blue,
        .profile .tab-content .order-canceled .address-info .btn-blue,
        .profile .tab-content .returns .address-info .btn-blue,
        .profile .tab-content .order-info .address-info .btn-blue {
          color: #00b1f2; }
        .profile .tab-content .shipments .address-info .text-danger,
        .profile .tab-content .order-canceled .address-info .text-danger,
        .profile .tab-content .returns .address-info .text-danger,
        .profile .tab-content .order-info .address-info .text-danger {
          color: #ff6c4f;
          text-transform: none; }
      .profile .tab-content .shipments .rate-experience,
      .profile .tab-content .order-canceled .rate-experience,
      .profile .tab-content .returns .rate-experience,
      .profile .tab-content .order-info .rate-experience {
        padding: 24px 0;
        text-align: center;
        border-bottom: 1px solid #eeeeee; }
        .profile .tab-content .shipments .rate-experience h4,
        .profile .tab-content .shipments .rate-experience h5,
        .profile .tab-content .order-canceled .rate-experience h4,
        .profile .tab-content .order-canceled .rate-experience h5,
        .profile .tab-content .returns .rate-experience h4,
        .profile .tab-content .returns .rate-experience h5,
        .profile .tab-content .order-info .rate-experience h4,
        .profile .tab-content .order-info .rate-experience h5 {
          font-size: 20px;
          margin-top: 0;
          color: #191919; }
        .profile .tab-content .shipments .rate-experience .rating,
        .profile .tab-content .order-canceled .rate-experience .rating,
        .profile .tab-content .returns .rate-experience .rating,
        .profile .tab-content .order-info .rate-experience .rating {
          font-size: 20px; }
        .profile .tab-content .shipments .rate-experience .after-rating,
        .profile .tab-content .order-canceled .rate-experience .after-rating,
        .profile .tab-content .returns .rate-experience .after-rating,
        .profile .tab-content .order-info .rate-experience .after-rating {
          display: none; }
          .profile .tab-content .shipments .rate-experience .after-rating .rates,
          .profile .tab-content .order-canceled .rate-experience .after-rating .rates,
          .profile .tab-content .returns .rate-experience .after-rating .rates,
          .profile .tab-content .order-info .rate-experience .after-rating .rates {
            font-size: 20px; }
      .profile .tab-content .shipments .order-details,
      .profile .tab-content .order-canceled .order-details,
      .profile .tab-content .returns .order-details,
      .profile .tab-content .order-info .order-details {
        padding: 24px 0; }
        .profile .tab-content .shipments .order-details h6,
        .profile .tab-content .order-canceled .order-details h6,
        .profile .tab-content .returns .order-details h6,
        .profile .tab-content .order-info .order-details h6 {
          font-size: 14px;
          line-height: 18px;
          color: #8c8c8c; }
        .profile .tab-content .shipments .order-details .order-item,
        .profile .tab-content .order-canceled .order-details .order-item,
        .profile .tab-content .returns .order-details .order-item,
        .profile .tab-content .order-info .order-details .order-item {
          display: flex;
          flex-direction: row; }
          .profile .tab-content .shipments .order-details .order-item .image,
          .profile .tab-content .order-canceled .order-details .order-item .image,
          .profile .tab-content .returns .order-details .order-item .image,
          .profile .tab-content .order-info .order-details .order-item .image {
            width: 80px;
            height: 80px; }
          .profile .tab-content .shipments .order-details .order-item .item-details,
          .profile .tab-content .order-canceled .order-details .order-item .item-details,
          .profile .tab-content .returns .order-details .order-item .item-details,
          .profile .tab-content .order-info .order-details .order-item .item-details {
            width: calc(100% - 80px); }
            .profile .tab-content .shipments .order-details .order-item .item-details h5,
            .profile .tab-content .order-canceled .order-details .order-item .item-details h5,
            .profile .tab-content .returns .order-details .order-item .item-details h5,
            .profile .tab-content .order-info .order-details .order-item .item-details h5 {
              color: #8c8c8c;
              font-size: 12px;
              line-height: 16px;
              margin: 0; }
            .profile .tab-content .shipments .order-details .order-item .item-details h4,
            .profile .tab-content .order-canceled .order-details .order-item .item-details h4,
            .profile .tab-content .returns .order-details .order-item .item-details h4,
            .profile .tab-content .order-info .order-details .order-item .item-details h4 {
              font-size: 16px;
              line-height: 22px;
              margin: 8px 0 16px; }
            .profile .tab-content .shipments .order-details .order-item .item-details .d-flex,
            .profile .tab-content .order-canceled .order-details .order-item .item-details .d-flex,
            .profile .tab-content .returns .order-details .order-item .item-details .d-flex,
            .profile .tab-content .order-info .order-details .order-item .item-details .d-flex {
              justify-content: space-between; }
            .profile .tab-content .shipments .order-details .order-item .item-details .price,
            .profile .tab-content .shipments .order-details .order-item .item-details .quantity,
            .profile .tab-content .order-canceled .order-details .order-item .item-details .price,
            .profile .tab-content .order-canceled .order-details .order-item .item-details .quantity,
            .profile .tab-content .returns .order-details .order-item .item-details .price,
            .profile .tab-content .returns .order-details .order-item .item-details .quantity,
            .profile .tab-content .order-info .order-details .order-item .item-details .price,
            .profile .tab-content .order-info .order-details .order-item .item-details .quantity {
              font-size: 14px;
              margin-bottom: 0; }
      .profile .tab-content .shipments .order-summery,
      .profile .tab-content .order-canceled .order-summery,
      .profile .tab-content .returns .order-summery,
      .profile .tab-content .order-info .order-summery {
        background-color: #f8edeb;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 24px 0;
        border-radius: 4px; }
        .profile .tab-content .shipments .order-summery h6,
        .profile .tab-content .order-canceled .order-summery h6,
        .profile .tab-content .returns .order-summery h6,
        .profile .tab-content .order-info .order-summery h6 {
          font-size: 24px;
          padding: 0 24px; }
        .profile .tab-content .shipments .order-summery ul.list-unstyled,
        .profile .tab-content .order-canceled .order-summery ul.list-unstyled,
        .profile .tab-content .returns .order-summery ul.list-unstyled,
        .profile .tab-content .order-info .order-summery ul.list-unstyled {
          padding: 0 24px; }
          .profile .tab-content .shipments .order-summery ul.list-unstyled:first-of-type,
          .profile .tab-content .order-canceled .order-summery ul.list-unstyled:first-of-type,
          .profile .tab-content .returns .order-summery ul.list-unstyled:first-of-type,
          .profile .tab-content .order-info .order-summery ul.list-unstyled:first-of-type {
            border-bottom: 1px solid #eeeeee; }
          .profile .tab-content .shipments .order-summery ul.list-unstyled:last-of-type,
          .profile .tab-content .order-canceled .order-summery ul.list-unstyled:last-of-type,
          .profile .tab-content .returns .order-summery ul.list-unstyled:last-of-type,
          .profile .tab-content .order-info .order-summery ul.list-unstyled:last-of-type {
            margin-bottom: 0; }
            .profile .tab-content .shipments .order-summery ul.list-unstyled:last-of-type li:last-of-type,
            .profile .tab-content .order-canceled .order-summery ul.list-unstyled:last-of-type li:last-of-type,
            .profile .tab-content .returns .order-summery ul.list-unstyled:last-of-type li:last-of-type,
            .profile .tab-content .order-info .order-summery ul.list-unstyled:last-of-type li:last-of-type {
              margin-bottom: 0; }
          .profile .tab-content .shipments .order-summery ul.list-unstyled li,
          .profile .tab-content .order-canceled .order-summery ul.list-unstyled li,
          .profile .tab-content .returns .order-summery ul.list-unstyled li,
          .profile .tab-content .order-info .order-summery ul.list-unstyled li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px; }
            .profile .tab-content .shipments .order-summery ul.list-unstyled li h5,
            .profile .tab-content .order-canceled .order-summery ul.list-unstyled li h5,
            .profile .tab-content .returns .order-summery ul.list-unstyled li h5,
            .profile .tab-content .order-info .order-summery ul.list-unstyled li h5 {
              margin: 0;
              font-size: 14px;
              line-height: 18px; }
              .profile .tab-content .shipments .order-summery ul.list-unstyled li h5 span,
              .profile .tab-content .order-canceled .order-summery ul.list-unstyled li h5 span,
              .profile .tab-content .returns .order-summery ul.list-unstyled li h5 span,
              .profile .tab-content .order-info .order-summery ul.list-unstyled li h5 span {
                opacity: 0.4; }
            .profile .tab-content .shipments .order-summery ul.list-unstyled li strong,
            .profile .tab-content .order-canceled .order-summery ul.list-unstyled li strong,
            .profile .tab-content .returns .order-summery ul.list-unstyled li strong,
            .profile .tab-content .order-info .order-summery ul.list-unstyled li strong {
              font-weight: normal;
              font-size: 14px; }
        .profile .tab-content .shipments .order-summery .return-note,
        .profile .tab-content .order-canceled .order-summery .return-note,
        .profile .tab-content .returns .order-summery .return-note,
        .profile .tab-content .order-info .order-summery .return-note {
          color: #8c8c8c;
          font-size: 12px;
          margin-top: 16px;
          display: block;
          padding: 0 24px; }
        .profile .tab-content .shipments .order-summery .btn:not(:first-of-type),
        .profile .tab-content .order-canceled .order-summery .btn:not(:first-of-type),
        .profile .tab-content .returns .order-summery .btn:not(:first-of-type),
        .profile .tab-content .order-info .order-summery .btn:not(:first-of-type) {
          margin-left: 10px; }
    .profile .tab-content .returns {
      display: block !important; }
      .profile .tab-content .returns .nav-tabs {
        border: none; }
        .profile .tab-content .returns .nav-tabs .nav-link {
          border: none;
          border-bottom: 1px solid transparent;
          color: #8c8c8c;
          font-size: 14px;
          line-height: 18px;
          background-color: transparent;
          padding: 1rem 1.5rem; }
          .profile .tab-content .returns .nav-tabs .nav-link.active {
            border-color: #f38271;
            color: #191919; }

.cancel-menu {
  background-color: #f9f9f9;
  position: fixed;
  right: -100%;
  max-width: 420px;
  width: 100%;
  height: calc(100% - 109.25px);
  top: 109.25px;
  z-index: 100;
  padding: 24px 0;
  overflow-y: scroll;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0; }
  .cancel-menu::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 25, 0.1); }
  .cancel-menu::-webkit-scrollbar {
    width: 5px; }
  .cancel-menu.show {
    right: 0;
    opacity: 1; }
  .cancel-menu .menu-title {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    .cancel-menu .menu-title h5 {
      font-size: 24px;
      line-height: initial;
      margin: 0; }
    .cancel-menu .menu-title .btn {
      text-align: center;
      display: flex;
      align-items: center; }
      .cancel-menu .menu-title .btn img {
        width: 24px;
        margin-left: 8px; }
  .cancel-menu .form-group {
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf; }
    .cancel-menu .form-group:last-of-type, .cancel-menu .form-group:nth-last-of-type(2) {
      border-bottom: none; }
    .cancel-menu .form-group .custom-radio {
      margin-bottom: 0;
      box-shadow: unset; }
  .cancel-menu .custom-radio label {
    color: #191919;
    opacity: 1;
    padding-left: 10px;
    margin-bottom: 0; }
  .cancel-menu .text-area {
    padding: 24px; }
    .cancel-menu .text-area label {
      padding: 0;
      font-size: 12px;
      line-height: 18px;
      color: #191919;
      text-transform: uppercase; }
    .cancel-menu .text-area .form-control {
      height: auto;
      resize: unset; }
  .cancel-menu .menu-options {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px; }

.checkout-progress {
  background-color: #fff; }
  .checkout-progress ul {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  .checkout-progress .list-inline-item {
    text-align: center;
    min-width: 120px;
    max-width: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0; }
    .checkout-progress .list-inline-item.done {
      border-bottom-color: #f38271; }
      .checkout-progress .list-inline-item.done .icon {
        background: #1ebc3d; }
    .checkout-progress .list-inline-item .icon {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #dfdfdf;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 3px; }
      .checkout-progress .list-inline-item .icon img {
        max-width: 100%; }
    .checkout-progress .list-inline-item h5 {
      font-size: 12px;
      line-height: 16px;
      text-transform: capitalize;
      margin: 0; }

.checkout .section-title .btn {
  padding: 5.5px 20px !important; }
.checkout .address-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px; }
  .checkout .address-item:last-of-type {
    margin-bottom: 30px; }
  .checkout .address-item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    .checkout .address-item .head .address-title {
      font-size: 14px;
      line-height: 18px; }
      .checkout .address-item .head .address-title img {
        margin-right: 8px; }
    .checkout .address-item .head .badge {
      background-color: transparent;
      color: #f38271;
      font-size: 14px;
      line-height: 18px; }
    .checkout .address-item .head .options .btn {
      background-color: #eeeeee;
      width: 32px;
      height: 32px;
      margin-left: 5px; }
  .checkout .address-item .row h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; }
  .checkout .address-item .row img {
    margin-left: 8px; }
  .checkout .address-item .phone-status {
    font-size: 14px;
    margin-left: 16px;
    display: inline-flex;
    align-items: center; }
.checkout .verified {
  color: #78d868; }
  .checkout .verified img {
    margin-right: 5px;
    margin-left: 0 !important; }
.checkout .unverified {
  color: #ff6c4f; }
  .checkout .unverified img {
    margin-right: 5px;
    margin-left: 0 !important; }
.checkout .check-address {
  position: absolute; }
  .checkout .check-address:checked ~ label .address-item {
    border-color: #000; }
.checkout .btn {
  min-width: 150px; }
  .checkout .btn:not(:first-of-type) {
    margin-left: 10px; }
.checkout .verify-number {
  display: none;
  max-width: 500px;
  margin: auto;
  text-align: center; }
  .checkout .verify-number .section-title {
    justify-content: center;
    margin: 40px 0; }
  .checkout .verify-number h4 {
    font-size: 24px; }
  .checkout .verify-number p {
    font-size: 16px;
    margin-bottom: 40px; }
    .checkout .verify-number p span {
      color: #f38271; }
  .checkout .verify-number .btn {
    max-width: 540px;
    margin: 20px auto 0; }
.checkout .detect-address {
  display: none; }
  .checkout .detect-address .address-input {
    height: 420px;
    position: relative;
    margin-bottom: 16px; }
    .checkout .detect-address .address-input .location-icon {
      position: absolute;
      left: 22px;
      top: 20px;
      z-index: 3; }
    .checkout .detect-address .address-input #map {
      height: 100%;
      z-index: 1; }
    .checkout .detect-address .address-input #description {
      font-family: Roboto;
      font-size: 15px;
      font-weight: 300; }
    .checkout .detect-address .address-input #infowindow-content .title {
      font-weight: bold; }
    .checkout .detect-address .address-input #infowindow-content {
      display: none; }
    .checkout .detect-address .address-input #map #infowindow-content {
      display: inline; }
    .checkout .detect-address .address-input .pac-card {
      margin: 10px 10px 0 0;
      border-radius: 2px 0 0 2px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      outline: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      background-color: #fff;
      font-family: Roboto; }
    .checkout .detect-address .address-input #pac-container {
      padding-bottom: 12px;
      margin-right: 12px; }
    .checkout .detect-address .address-input .pac-controls {
      display: inline-block;
      padding: 5px 11px; }
    .checkout .detect-address .address-input .pac-controls label {
      font-family: Roboto;
      font-size: 13px;
      font-weight: 300; }
    .checkout .detect-address .address-input #pac-input {
      position: absolute;
      z-index: 2;
      top: 10px;
      left: 10px;
      right: 10px;
      width: calc(100% - 20px);
      box-shadow: 0px 2.32594px 17.4445px rgba(0, 0, 0, 0.05);
      border: none;
      border-radius: 0;
      padding-left: 40px;
      max-width: 790px;
      margin: auto; }
    .checkout .detect-address .address-input #pac-input:focus {
      border-color: #4d90fe; }
    .checkout .detect-address .address-input #title {
      color: #fff;
      background-color: #4d90fe;
      font-size: 25px;
      font-weight: 500;
      padding: 6px 12px; }
    .checkout .detect-address .address-input #target {
      width: 345px; }
.checkout .form-address {
  display: none; }
  .checkout .form-address .selected-map img {
    width: 100%;
    max-height: 300px; }
  .checkout .form-address .selected-map p {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 16px;
    color: #8c8c8c; }
  .checkout .form-address .selected-map .btn {
    padding: 0 !important; }
  .checkout .form-address .custom-radio {
    width: 100%;
    height: 48px;
    padding-top: 16px; }
    .checkout .form-address .custom-radio .custom-control-label {
      width: 100%;
      margin-bottom: 0; }
.checkout .custom-switch {
  padding-left: 0;
  padding-right: 2.25rem; }
  .checkout .custom-switch label {
    width: 100%;
    margin-bottom: 0;
    color: #8c8c8c;
    text-transform: none; }
  .checkout .custom-switch .custom-control-label::before {
    left: auto;
    right: -2.25rem;
    box-shadow: unset;
    background-color: #dfdfdf;
    border: none; }
  .checkout .custom-switch .custom-control-label::after {
    left: auto;
    right: calc(-2.25rem + 2px);
    box-shadow: unset;
    background-color: #8c8c8c; }
  .checkout .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f38271;
    background-color: #f38271;
    box-shadow: unset; }
  .checkout .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(-0.75rem);
    transform: translateX(-0.75rem);
    box-shadow: unset;
    border-color: #f38271;
    background-color: #fff; }
.checkout .order-summery {
  background-color: #f8edeb;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 0;
  border-radius: 4px; }
  .checkout .order-summery h6 {
    font-size: 24px;
    padding: 0 24px; }
  .checkout .order-summery ul.list-unstyled {
    padding: 0 24px; }
    .checkout .order-summery ul.list-unstyled:first-of-type {
      border-bottom: 1px solid #eeeeee; }
    .checkout .order-summery ul.list-unstyled:last-of-type {
      margin-bottom: 0; }
      .checkout .order-summery ul.list-unstyled:last-of-type li:last-of-type {
        margin-bottom: 0; }
    .checkout .order-summery ul.list-unstyled li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px; }
      .checkout .order-summery ul.list-unstyled li h5 {
        margin: 0;
        font-size: 14px;
        line-height: 18px; }
        .checkout .order-summery ul.list-unstyled li h5 span {
          opacity: 0.4; }
      .checkout .order-summery ul.list-unstyled li strong {
        font-weight: normal;
        font-size: 14px; }
  .checkout .order-summery .return-note {
    color: #8c8c8c;
    font-size: 12px;
    margin-top: 16px;
    display: block;
    padding: 0 24px; }
  .checkout .order-summery .btn:not(:first-of-type) {
    margin-left: 10px; }
.checkout .payment-details {
  display: none; }
  .checkout .payment-details h6 {
    font-size: 20px; }
  .checkout .payment-details .d-flex {
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center; }
    .checkout .payment-details .d-flex h6 {
      margin: 0; }
    .checkout .payment-details .d-flex .btn {
      color: #f38271; }
  .checkout .payment-details .order-items {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px; }
    .checkout .payment-details .order-items .order-item {
      padding: 16px;
      display: flex;
      flex-direction: row;
      border-bottom: 1px solid #dfdfdf; }
      .checkout .payment-details .order-items .order-item:last-of-type {
        border-bottom: 0; }
      .checkout .payment-details .order-items .order-item .image {
        width: 80px;
        height: 80px; }
      .checkout .payment-details .order-items .order-item .item-details {
        width: calc(100% - 80px); }
        .checkout .payment-details .order-items .order-item .item-details h5 {
          color: #8c8c8c;
          font-size: 12px;
          line-height: 16px;
          margin: 0; }
        .checkout .payment-details .order-items .order-item .item-details h4 {
          font-size: 16px;
          line-height: 22px;
          margin: 8px 0 16px; }
        .checkout .payment-details .order-items .order-item .item-details .d-flex {
          justify-content: space-between; }
        .checkout .payment-details .order-items .order-item .item-details p {
          color: #8c8c8c; }
          .checkout .payment-details .order-items .order-item .item-details p span {
            color: #191919; }
          .checkout .payment-details .order-items .order-item .item-details p:last-of-type {
            color: #191919; }
        .checkout .payment-details .order-items .order-item .item-details .price,
        .checkout .payment-details .order-items .order-item .item-details .quantity {
          font-size: 14px;
          margin-bottom: 0;
          color: #191919; }
  .checkout .payment-details .payment-methods {
    margin-bottom: 16px; }
    .checkout .payment-details .payment-methods .custom-control {
      margin-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      cursor: pointer; }
      .checkout .payment-details .payment-methods .custom-control:last-of-type {
        border-top: 1px solid #dfdfdf;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
    .checkout .payment-details .payment-methods .custom-radio .custom-control-label img {
      position: static;
      margin: 0 5px; }
    .checkout .payment-details .payment-methods .select-card {
      display: none;
      position: relative;
      background-color: #fff;
      border-radius: 0 0 4px 4px; }
      .checkout .payment-details .payment-methods .select-card .custom-control {
        box-shadow: unset; }
        .checkout .payment-details .payment-methods .select-card .custom-control:last-of-type {
          border-top: none; }
      .checkout .payment-details .payment-methods .select-card .btn {
        color: #00b1f2;
        position: absolute;
        right: 10px;
        top: -25px; }
    .checkout .payment-details .payment-methods .cash-details {
      display: none;
      padding-top: 10px;
      color: #8c8c8c;
      font-size: 12px;
      line-height: 16px; }
  .checkout .payment-details .payment-credit {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 16px;
    padding: 16px; }
    .checkout .payment-details .payment-credit .d-flex {
      justify-content: flex-start;
      align-items: flex-start;
      color: #191919; }
      .checkout .payment-details .payment-credit .d-flex > div:last-of-type {
        margin-left: 8px;
        color: #8c8c8c; }
        .checkout .payment-details .payment-credit .d-flex > div:last-of-type p:first-of-type {
          font-size: 16px;
          line-height: 22px;
          color: #191919; }
        .checkout .payment-details .payment-credit .d-flex > div:last-of-type b {
          color: #191919; }
    .checkout .payment-details .payment-credit p {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 0;
      max-width: 575px;
      color: #8c8c8c; }
      .checkout .payment-details .payment-credit p span {
        color: #f38271; }
.checkout .new-payment {
  display: none; }
  .checkout .new-payment .fixed-width {
    max-width: 445px;
    margin: auto; }
  .checkout .new-payment .section-title {
    justify-content: center; }
  .checkout .new-payment .open-security {
    color: #00b1f2; }
  .checkout .new-payment .link {
    margin-bottom: 30px; }
    .checkout .new-payment .link .btn {
      display: flex;
      align-items: center; }
  .checkout .new-payment .note {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #8c8c8c; }
    .checkout .new-payment .note .link {
      color: #191919; }
.checkout .security-menu {
  position: fixed;
  right: -100%;
  background-color: #f9f9f9;
  width: 100%;
  max-width: 420px;
  height: calc(100% - 67.5px);
  top: 67.5px;
  z-index: 15;
  padding: 24px 16px;
  overflow-y: scroll;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0; }
  .checkout .security-menu::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 25, 0.1); }
  .checkout .security-menu::-webkit-scrollbar {
    width: 5px; }
  .checkout .security-menu.show {
    right: 0;
    opacity: 1; }
  .checkout .security-menu .menu-body {
    background-color: #fff;
    padding: 24px; }
  .checkout .security-menu .security-close {
    overflow: hidden; }
    .checkout .security-menu .security-close .btn {
      text-align: center;
      opacity: 0.5;
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
  .checkout .security-menu .security-title {
    text-align: center;
    padding: 30px 0; }
    .checkout .security-menu .security-title img {
      width: 100px; }
    .checkout .security-menu .security-title h5 {
      font-size: 24px;
      margin: 30px 0 10px; }
    .checkout .security-menu .security-title p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0; }
  .checkout .security-menu p {
    font-size: 16px;
    line-height: 22px;
    color: #8c8c8c; }
  .checkout .security-menu .menu-options {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px; }
.checkout .checkout-successfully {
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .checkout .checkout-successfully .fixed-width {
    max-width: 730px;
    margin: auto; }
  .checkout .checkout-successfully .content,
  .checkout .checkout-successfully .final-summery,
  .checkout .checkout-successfully .more-options {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 30px; }
  .checkout .checkout-successfully .content {
    text-align: center;
    padding: 24px 16px; }
  .checkout .checkout-successfully .final-summery,
  .checkout .checkout-successfully .more-options {
    min-height: 140px; }
  .checkout .checkout-successfully .successful-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f38271;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
  .checkout .checkout-successfully h3 {
    margin: 20px 0;
    font-size: 24px; }
  .checkout .checkout-successfully p {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 22px; }
    .checkout .checkout-successfully p b {
      color: #f38271; }
  .checkout .checkout-successfully .final-summery {
    color: #191919;
    padding: 18.5px 16px; }
    .checkout .checkout-successfully .final-summery h5 {
      font-size: 16px;
      line-height: 24px;
      color: #191919; }
    .checkout .checkout-successfully .final-summery h6 {
      font-size: 16px;
      line-height: 24px;
      color: #8c8c8c;
      margin-bottom: 1rem; }
      .checkout .checkout-successfully .final-summery h6:last-of-type {
        margin-bottom: 0; }
    .checkout .checkout-successfully .final-summery p {
      font-size: 14px;
      text-transform: uppercase;
      color: #191919; }
      .checkout .checkout-successfully .final-summery p:last-of-type {
        margin-bottom: 0; }
  .checkout .checkout-successfully .more-options {
    color: #191919; }
    .checkout .checkout-successfully .more-options .option-item {
      padding: 8px 16px;
      display: flex;
      align-items: center; }
      .checkout .checkout-successfully .more-options .option-item:first-of-type {
        border-bottom: 1px solid #dfdfdf; }
      .checkout .checkout-successfully .more-options .option-item .icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #f8edeb;
        display: flex;
        align-items: center;
        justify-content: center; }
        .checkout .checkout-successfully .more-options .option-item .icon img {
          width: 30px; }
      .checkout .checkout-successfully .more-options .option-item p {
        width: calc(100% - 48px);
        padding-right: 15px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
        color: #191919; }

.blog {
  padding-top: 0; }
  .blog .blog-slider .items {
    margin: 0 -15px; }
    .blog .blog-slider .items .slick-slide {
      padding: 0 15px; }
    .blog .blog-slider .items .slick-arrow {
      bottom: 0;
      top: -37.5px;
      left: auto;
      right: 40px; }
      .blog .blog-slider .items .slick-arrow:before {
        display: none; }
      .blog .blog-slider .items .slick-arrow.slick-next {
        transform: translate(0, -50%) scale(-1);
        right: 15px; }
  .blog .post-card {
    margin-bottom: 30px; }

.blog-header {
  position: relative;
  margin-bottom: 30px; }
  .blog-header img {
    position: relative;
    z-index: 1;
    min-height: 250px; }
  .blog-header .caption {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 45px;
    color: #fff; }
    .blog-header .caption .category-name {
      font-size: 12px;
      line-height: 16px; }
    .blog-header .caption h3 {
      font-size: 32px;
      margin: 16px 0 24px; }
    .blog-header .caption .btn {
      min-width: 180px; }

.post-card {
  border: none;
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
  overflow: hidden; }
  .post-card .card-header {
    padding: 0;
    height: 186px;
    border: none;
    border-radius: 0;
    overflow: hidden; }
    .post-card .card-header img {
      height: 100%;
      width: 100%; }
  .post-card .card-body {
    padding: 15px; }
    .post-card .card-body .category-title {
      font-size: 12px;
      line-height: 18px;
      color: #f38271;
      margin: 0 0 8px; }
    .post-card .card-body .post-title {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 8px;
      min-height: 22px; }
    .post-card .card-body .date {
      color: #8c8c8c;
      font-size: 14px;
      line-height: 18px; }

.blog-post {
  padding-top: 0; }
  .blog-post .post-cover {
    width: 100%;
    overflow: hidden;
    max-height: 436px; }
    .blog-post .post-cover img {
      width: 100%;
      height: 100%; }
  .blog-post .details,
  .blog-post .comments,
  .blog-post .write-comment {
    border-radius: 4px;
    background-color: #fff;
    max-width: 920px;
    margin: 0 auto 24px;
    padding: 40px; }
  .blog-post .details {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding: 0; }
    .blog-post .details .post-head,
    .blog-post .details .paragraphs,
    .blog-post .details .more-posts,
    .blog-post .details .writer {
      padding: 40px;
      border-bottom: 1px solid #dfdfdf; }
    .blog-post .details .post-head .category-name {
      color: #f38271;
      font-size: 12px;
      line-height: 18px; }
    .blog-post .details .post-head .post-title {
      font-size: 48px;
      margin: 16px 0 24px; }
    .blog-post .details .post-head ul {
      margin-bottom: 0; }
    .blog-post .details .post-head .tags .tag {
      display: inline-block;
      background-color: #f8edeb;
      padding: 6px 12px;
      min-width: 80px;
      font-size: 12px;
      line-height: 18px;
      border-radius: 4px;
      text-align: center; }
    .blog-post .details .post-head .col-lg-7 {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .blog-post .details .post-head .share {
      display: inline-flex;
      align-items: center;
      justify-content: space-between; }
      .blog-post .details .post-head .share span {
        font-size: 12px;
        line-height: 18px;
        margin-right: 8px; }
    .blog-post .details .post-head .date,
    .blog-post .details .post-head .replies-number {
      font-size: 16px;
      line-height: 22px;
      margin-right: 24px; }
    .blog-post .details .post-head .replies-number img {
      margin-right: 8px; }
    .blog-post .details .paragraphs {
      font-size: 16px;
      line-height: 22px; }
    .blog-post .details .more-posts {
      padding-top: 24px;
      padding-bottom: 24px; }
      .blog-post .details .more-posts .prev-link,
      .blog-post .details .more-posts .next-link {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
        display: inline-block; }
      .blog-post .details .more-posts .row > div:nth-of-type(even) {
        text-align: right; }
    .blog-post .details .writer {
      padding-top: 24px;
      padding-bottom: 24px;
      border-bottom: none; }
      .blog-post .details .writer .card {
        padding: 0 0 24px;
        border: none;
        background-color: transparent;
        flex-direction: row; }
        .blog-post .details .writer .card .card-header,
        .blog-post .details .writer .card .card-body {
          padding: 0;
          border: none;
          background-color: transparent; }
        .blog-post .details .writer .card .card-header {
          width: 65px;
          height: 65px;
          border-radius: 50%;
          overflow: hidden; }
          .blog-post .details .writer .card .card-header img {
            width: 100%;
            height: 100%; }
        .blog-post .details .writer .card .card-body {
          width: calc(100% - 65px);
          padding-left: 24px; }
          .blog-post .details .writer .card .card-body .writer-name,
          .blog-post .details .writer .card .card-body p {
            font-size: 16px;
            line-height: 22px; }
          .blog-post .details .writer .card .card-body .writer-name {
            margin: 0 0 15px; }
          .blog-post .details .writer .card .card-body p {
            margin-bottom: 0;
            color: #8c8c8c; }
      .blog-post .details .writer .writer-social {
        padding-left: 90px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0; }
        .blog-post .details .writer .writer-social a {
          display: inline-flex;
          align-items: center; }
        .blog-post .details .writer .writer-social .icon {
          margin-right: 16px;
          color: #8c8c8c;
          font-size: 21px; }
        .blog-post .details .writer .writer-social .list-inline-item:not(:last-child) {
          margin-right: 24px; }
  .blog-post .comments h4 {
    font-size: 24px;
    margin: 0 0 24px; }
  .blog-post .comments .media img {
    width: 48px;
    height: 48px;
    border-radius: 50%; }
  .blog-post .comments .media .media-body .d-flex {
    margin-bottom: 16px; }
  .blog-post .comments .media .media-body h5,
  .blog-post .comments .media .media-body p {
    font-size: 16px;
    line-height: 22px;
    margin: 0; }
  .blog-post .comments .media .media-body .date {
    font-size: 12px;
    line-height: 18px; }
  .blog-post .comments .media .media-body p {
    color: #8c8c8c;
    margin-bottom: 16px; }
  .blog-post .comments .media .media-body .btn {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .blog-post .comments .media:not(:first-of-type) {
    border-top: 1px solid rgba(25, 25, 25, 0.1);
    margin-top: 16px;
    padding-top: 16px; }
  .blog-post .write-comment {
    background-color: transparent; }
    .blog-post .write-comment h4 {
      font-size: 24px;
      margin: 0 0 24px; }
    .blog-post .write-comment p {
      color: #8c8c8c;
      font-size: 16px;
      line-height: 22px; }

.post-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .post-shortcut .image {
    width: 144px; }
    .post-shortcut .image img {
      width: 100%; }
  .post-shortcut .post-details {
    width: calc(100% - 144px);
    padding: 0 16px; }
    .post-shortcut .post-details .category-title {
      font-size: 12px;
      line-height: 18px;
      color: #f38271;
      margin: 0 0 8px; }
    .post-shortcut .post-details .post-title {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 8px;
      min-height: 22px; }
    .post-shortcut .post-details .date {
      color: #8c8c8c;
      font-size: 14px;
      line-height: 18px; }

.help {
  padding: 0; }
  .help .help-header {
    background-color: #f38271;
    background-image: url("../images/pattern.svg");
    background-size: cover;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 15px;
    margin-bottom: 30px; }
    .help .help-header h1 {
      font-size: 32px;
      color: #fff;
      margin-bottom: 16px; }
    .help .help-header .search-input {
      width: 500px;
      max-width: 100%; }
      .help .help-header .search-input .icon {
        left: 0;
        right: auto; }
      .help .help-header .search-input .form-control {
        padding: 12px 16px 12px 50px; }

.help-card {
  background-color: #fff;
  border-radius: 4px;
  border: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  height: 88px;
  margin-bottom: 30px; }
  .help-card .card-header,
  .help-card .card-body {
    border: none;
    background-color: transparent;
    padding: 0; }
  .help-card .card-header {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f8edeb;
    display: flex;
    align-items: center;
    justify-content: center; }
    .help-card .card-header img {
      max-width: 95%; }
  .help-card .card-body {
    width: calc(100% - 48px);
    font-size: 14px;
    line-height: 18px;
    padding-right: 16px; }

.topics,
.live-chat {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 30px; }

.topics .section-title h3 {
  font-size: 32px; }
.topics ul {
  list-style: none;
  padding: 0; }
.topics a {
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  padding: 12px 15px; }

.live-chat {
  max-width: 790px;
  margin: auto; }
  .live-chat h3 {
    font-size: 32px;
    margin: 0; }
    .live-chat h3 + p {
      font-size: 16px;
      line-height: 22px;
      color: #8c8c8c;
      margin: 20px 0; }
  .live-chat .btn {
    margin-bottom: 30px; }
  .live-chat .note {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; }

.contact-page {
  max-width: 790px;
  margin: auto; }
  .contact-page .btn {
    margin-bottom: 40px; }
  .contact-page .contact-card {
    margin-bottom: 30px; }

.faq {
  padding: 0; }
  .faq .section-title {
    background-color: #f38271;
    background-image: url("../images/pattern.svg");
    background-size: cover;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 38px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    color: #fff; }
    .faq .section-title h3 {
      text-transform: uppercase; }
    .faq .section-title p {
      max-width: 729px;
      font-size: 16px;
      line-height: 22px;
      margin: 16px auto; }
    .faq .section-title .search-input {
      max-width: 513px;
      margin: auto; }
      .faq .section-title .search-input .icon {
        left: 0;
        right: auto; }
      .faq .section-title .search-input .form-control {
        padding: 12px 16px 12px 50px; }

.faq-block {
  max-width: 790px;
  margin: 40px auto; }
  .faq-block h4 {
    font-size: 24px; }

.accordion .btn {
  background-color: transparent;
  color: #191919;
  display: flex;
  padding: 0 !important;
  min-width: 100%;
  text-align: left;
  position: relative;
  text-decoration: none;
  border: none;
  font-size: 16px;
  line-height: 22px;
  justify-content: space-between;
  text-transform: none; }
  .accordion .btn:hover, .accordion .btn:focus {
    text-decoration: none;
    background-color: transparent;
    color: #191919; }
  .accordion .btn .icon-box {
    width: 30px;
    height: 30px;
    text-align: right; }
    .accordion .btn .icon-box img {
      transform: rotate(-90deg); }
  .accordion .btn.collapsed .icon-box img {
    transform: scale(-1); }
.accordion .card {
  border-radius: 4px;
  border: none;
  padding: 16px;
  border-radius: 4px;
  overflow: hidden; }
  .accordion .card:not(:last-of-type) {
    margin-bottom: 16px; }
  .accordion .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0; }
  .accordion .card .card-body {
    padding: 8px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #8c8c8c; }

.page-error {
  min-height: 50vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 343px;
  margin: auto; }
  .page-error .img-fluid {
    max-width: 90%; }
  .page-error h4 {
    font-size: 32px;
    line-height: 37px;
    margin: 40px 0 16px; }
  .page-error p {
    font-size: 16px;
    line-height: 22px;
    color: #191919;
    margin-bottom: 32px; }

.page-empty {
  text-align: center;
  padding: 60px 0; }
  .page-empty h3 {
    margin: 30px 0 15px;
    font-size: 32px; }
  .page-empty p {
    color: #8c8c8c; }
  .page-empty .btn {
    margin-top: 40px; }

.terms .container {
  max-width: 790px; }
.terms .terms-content {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 30px;
  max-height: 789px;
  margin-bottom: 24px;
  overflow-y: scroll; }
  .terms .terms-content .section-title {
    margin-bottom: 30px; }
  .terms .terms-content::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 25, 0.1); }
  .terms .terms-content::-webkit-scrollbar {
    width: 5px; }
  .terms .terms-content p {
    text-align: left;
    color: #191919; }
.terms .btn:not(:last-of-type) {
  margin-right: 10px; }
.terms .row {
  width: 100%; }

@media (max-width: 1199px) {
  .brands-list > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }
@media (max-width: 991px) {
  section .fixed-width {
    max-width: 100%; }

  header {
    align-items: flex-start; }
    header .header-middle .list-inline .list-inline-item:not(:last-child) {
      margin-right: 8px;
      padding-right: 5px; }
    header .navbar .nav-item .nav-link {
      padding-right: 10px;
      padding-left: 10px; }
    header .navbar.blog-navbar .navbar-collapse {
      display: block;
      position: fixed;
      right: -100%;
      background-color: #fff;
      width: 100%;
      max-width: 468px;
      height: calc(100% - 60.91px);
      top: 60.91px;
      z-index: 15;
      padding: 24px 26px;
      overflow-y: scroll;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      opacity: 0; }
      header .navbar.blog-navbar .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: rgba(25, 25, 25, 0.1); }
      header .navbar.blog-navbar .navbar-collapse::-webkit-scrollbar {
        width: 5px; }
      header .navbar.blog-navbar .navbar-collapse.show {
        right: 0;
        opacity: 1; }

  .categories .category-card .card-header {
    height: 65px;
    padding: 10px 5px; }

  .contact-card {
    margin-top: 20px; }

  .cart .cart-items {
    padding: 0 16px 16px; }
  .cart .cart-head {
    display: none; }
  .cart .cart-body .cart-item .row > div:first-of-type {
    margin-bottom: 16px; }
  .cart .cart-body .cart-item .row > div:nth-of-type(3) {
    text-align: right; }
    .cart .cart-body .cart-item .row > div:nth-of-type(3) .form-inline {
      display: inline-flex;
      margin-bottom: 16px; }
  .cart .cart-body .cart-item .btn {
    font-size: 12px; }

  .checkout .address-item .phone-status {
    margin-left: 0; }
  .checkout .payment-details .payment-item,
  .checkout .payment-details .available-balance {
    padding: 15px 15px 0; }

  .blog-header .caption {
    left: 0;
    padding: 15px;
    bottom: 0; }
    .blog-header .caption h3 {
      font-size: 25px; }

  .blog-post .details .post-head,
  .blog-post .details .paragraphs,
  .blog-post .details .more-posts,
  .blog-post .details .writer {
    padding: 20px; }
  .blog-post .details .post-head .post-title {
    font-size: 30px; }
  .blog-post .details .post-head .tag {
    margin-bottom: 8px; }
  .blog-post .details .post-head .text-right {
    text-align: left !important; }
  .blog-post .writer .writer-socail .list-inline-item:not(:last-child) {
    margin-right: 30px; }
  .blog-post .comments,
  .blog-post .write-comment {
    padding: 20px; }

  .category .section-filter {
    flex-direction: column;
    align-items: flex-start; }
    .category .section-filter h3 {
      margin-bottom: 8px; }
    .category .section-filter .d-flex {
      justify-content: flex-end;
      width: 100%; }
  .category .show-filter {
    display: inline-block; }
  .category .aside-filter {
    background-color: #f9f9f9;
    position: fixed;
    right: -100%;
    width: 420px;
    max-width: 100%;
    height: calc(100% - 109.25px);
    top: 109.25px;
    z-index: 15;
    padding: 30px 24px;
    overflow-y: scroll;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0; }
    .category .aside-filter .close-filter {
      display: inline-block; }
    .category .aside-filter::-webkit-scrollbar-thumb {
      background-color: rgba(25, 25, 25, 0.1); }
    .category .aside-filter::-webkit-scrollbar {
      width: 5px; }
    .category .aside-filter.show {
      right: 0;
      opacity: 1; }

  .brand-header .search-input {
    max-width: 280px; }

  .help-cards {
    padding: 0 15px; }

  .topics,
  .live-chat {
    padding: 24px 15px; } }
@media (max-width: 768px) {
  body {
    padding-bottom: 71px; }

  main .container {
    padding: 0;
    max-width: 100%; }

  header .header-middle {
    padding-top: 0; }
    header .header-middle .navbar-brand {
      margin: 0; }
    header .header-middle .row > div:first-of-type {
      text-align: center;
      margin-bottom: 10px; }
    header .header-middle .row > div:last-of-type {
      display: none; }
  header .collapse:not(.show) {
    display: block; }
  header .collapse {
    overflow: hidden;
    overflow-x: scroll; }
  header .navbar-nav {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center; }
    header .navbar-nav::-webkit-scrollbar {
      display: none; }
    header .navbar-nav .nav-item {
      display: inline-flex;
      margin-left: 0;
      margin-right: 5px; }
      header .navbar-nav .nav-item .nav-link {
        padding-left: 0; }
      header .navbar-nav .nav-item:hover {
        box-shadow: unset; }
        header .navbar-nav .nav-item:hover .mega-menu {
          display: none; }
      header .navbar-nav .nav-item:first-of-type {
        padding-right: 0;
        border-right: none; }
        header .navbar-nav .nav-item:first-of-type .nav-link:after {
          display: none; }
  header .navbar.blog-navbar .navbar-brand {
    margin-right: 1rem; }
  header .navbar.blog-navbar .navbar-nav {
    white-space: pre-line;
    overflow-x: hidden;
    text-align: left; }
  header .wishlist-menu,
  header .cart-menu {
    height: calc(100% - 181px);
    width: 100%; }
    header .wishlist-menu .cart-card .details .counter,
    header .wishlist-menu .wishlist-card .details .counter,
    header .cart-menu .cart-card .details .counter,
    header .cart-menu .wishlist-card .details .counter {
      position: static; }
    header .wishlist-menu .menu-options .btn,
    header .cart-menu .menu-options .btn {
      min-width: auto; }

  .mobile-only {
    display: block; }

  .brands-list {
    margin-right: -5px;
    margin-left: -5px; }
    .brands-list > div {
      padding-right: 5px;
      padding-left: 5px;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .brands-list .brand-card {
      padding: 0 5px;
      height: 60px; }

  .footer-bottom footer .footer-middle,
  .footer-bottom footer .copyrights {
    text-align: center; }
  .footer-bottom footer .text-right {
    text-align: center !important; }

  .breadcrumb {
    padding-right: 16px;
    padding-left: 16px; }

  section {
    padding: 30px 16px; }
    section .section-title {
      margin-bottom: 16px; }
      section .section-title h3 {
        font-size: 21px;
        line-height: initial; }
      section .section-title .more {
        font-size: 14px; }
    section.brands, section.categories, section.products {
      padding-right: 16px;
      padding-left: 16px; }

  .contact-us,
  .banner {
    margin-top: 30px; }

  .profile .tab-content .tab-title {
    flex-direction: column;
    align-items: flex-start; }
    .profile .tab-content .tab-title h3 {
      margin-bottom: 0.5rem; }
  .profile .tab-content .order-block .order-head {
    flex-direction: column;
    align-items: flex-start; }
  .profile .tab-content .shipments .address-info h6,
  .profile .tab-content .order-canceled .address-info h6,
  .profile .tab-content .returns .address-info h6,
  .profile .tab-content .order-info .address-info h6 {
    margin-top: 1rem; }

  .alert {
    left: 0;
    bottom: 37.5px !important; }
    .alert p {
      margin-bottom: 10px;
      display: block; }
    .alert .btn {
      margin-left: 0; }

  .size-menu,
  .review-menu,
  .refine-menu {
    top: 0;
    bottom: 0;
    z-index: 100;
    height: 100%;
    padding: 20px 15px; }
    .size-menu .menu-options .btn,
    .review-menu .menu-options .btn,
    .refine-menu .menu-options .btn {
      padding: 12px 10px !important; }

  .all-brands .brands-title .d-flex {
    flex-direction: column;
    align-items: flex-start; }
  .all-brands .brands-title .search-input {
    margin-top: 15px;
    max-width: 100%; }

  .brand-header {
    flex-direction: column; }
    .brand-header .search-input {
      max-width: 100%; }

  .product .product-details .product-name {
    font-size: 28px;
    line-height: initial; }
  .product .product-details .price {
    font-size: 25px;
    line-height: initial; }
  .product .product-details .product-thumbnails .slider-nav img {
    height: 100px; }
  .product .review-filter {
    margin-top: 24px; }
  .product .features {
    flex-direction: column; }
    .product .features .list-inline-item {
      display: flex; }

  .cart .get-freeDelivery {
    margin-bottom: 0; }
  .cart .cart-body .cart-item .btn {
    font-size: 12px; }
  .cart .cart-body .cart-item .cart-card .image {
    width: 100px; }
  .cart .cart-body .cart-item .cart-card .details {
    width: calc(100% - 100px);
    padding-left: 15px;
    padding-top: 0; }
  .cart .cart-body .cart-item .col-lg-2:last-of-type {
    text-align: left; }
  .cart .cart-body .cart-item .counter {
    margin-right: 0;
    margin-left: auto; }
  .cart .cart-footer {
    padding: 0 10px; }
    .cart .cart-footer .cart-totals {
      padding-top: 10px; }
      .cart .cart-footer .cart-totals .row {
        margin-bottom: 10px; }
      .cart .cart-footer .cart-totals .total {
        padding-top: 10px; }
    .cart .cart-footer .cart-payment .list-inline-item:not(:last-child) {
      margin-right: 15px; }
    .cart .cart-footer a.btn.btn-large,
    .cart .cart-footer .btn.btn-large {
      padding: 14px 30px !important;
      display: block;
      width: 100%; }

  .wishlist .wishlist-head {
    display: none; }
  .wishlist .wishlist-body .wishlist-item .row > div:first-of-type {
    margin-bottom: 16px; }
  .wishlist .wishlist-body .wishlist-item .btn {
    margin-top: 16px;
    margin-bottom: 0; }

  .profile aside {
    margin-bottom: 50px;
    max-width: 100%; }
    .profile aside .nav-pills {
      box-shadow: unset; }
  .profile .tab-content .payment-item {
    padding: 15px; }
    .profile .tab-content .payment-item .col-4,
    .profile .tab-content .payment-item .col-8 {
      margin-bottom: 10px; }
  .profile .tab-content .invite-friends .steps {
    flex-direction: column; }
    .profile .tab-content .invite-friends .steps:before {
      height: auto;
      width: 2px;
      top: 34px;
      bottom: 34px;
      left: 34px;
      right: auto; }
    .profile .tab-content .invite-friends .steps li {
      width: 100%;
      display: flex;
      text-align: left;
      margin-bottom: 30px; }
      .profile .tab-content .invite-friends .steps li:last-of-type {
        margin-bottom: 0; }
      .profile .tab-content .invite-friends .steps li .step {
        text-align: center; }
      .profile .tab-content .invite-friends .steps li > div:last-of-type {
        padding-left: 15px;
        width: calc(100% - 70px); }
        .profile .tab-content .invite-friends .steps li > div:last-of-type h5 {
          margin-top: 0; }
  .profile .tab-content .order-block .order-status ul:before {
    top: 30px; }
  .profile .tab-content .order-block .order-status .list-inline-item:before {
    top: 30px; }
  .profile .tab-content .order-block .order-status .status {
    width: 30px;
    height: 30px; }
  .profile .tab-content .order-block .order-status h5 {
    font-size: 11.25px; }
  .profile .tab-content .order-block .order-item .text-right {
    text-align: left !important;
    margin-top: 8px; }
  .profile .tab-content .order-canceled .order-summery .btn:not(:first-of-type),
  .profile .tab-content .order-info .order-summery .btn:not(:first-of-type) {
    margin-top: 8px; }

  .checkout-progress ul:before {
    top: 12.5px; }
  .checkout-progress .list-inline-item {
    min-width: auto; }
    .checkout-progress .list-inline-item h5 {
      font-size: 9px; }

  .checkout .shipping-address .section-title {
    flex-direction: column;
    align-items: flex-start; }
  .checkout .payment-details label {
    height: auto; }
  .checkout .new-payment .row > div:last-of-type .btn {
    margin-top: 10px; }
  .checkout .checkout-successfully h3 {
    font-size: 26px;
    line-height: 34px; }
  .checkout .checkout-successfully .final-summery p {
    font-size: 20px;
    line-height: 27px; }

  .enternal-navbar p {
    text-align: left; }
  .enternal-navbar .back-link span {
    display: none; }

  .blog-header .caption h3 {
    margin: 5px 0; }
  .blog-header .caption .btn {
    font-size: 13px; }

  .blog-post .post-cover img {
    min-height: 200px; }
  .blog-post .more-posts .post-shortcut {
    margin-bottom: 20px; }
  .blog-post .details .post-head .post-title {
    font-size: 30px;
    line-height: 35px; }

  .category .container {
    padding-right: 15px;
    padding-left: 15px; }
  .category .section-filter .d-flex {
    flex-wrap: wrap; }
    .category .section-filter .d-flex > div:not(:last-of-type) {
      margin-bottom: 6px; }
  .category .aside-filter {
    padding-bottom: 75px; }

  .terms .custom-checkbox {
    margin-bottom: 15px; }

  .popup .modal-dialog {
    max-width: 400px; }
  .popup .modal-body .img-fluid {
    width: 100%; }
  .popup .modal-body .row {
    position: relative; }
    .popup .modal-body .row > div {
      position: relative;
      z-index: 1; }
      .popup .modal-body .row > div:last-of-type {
        background-color: rgba(248, 237, 235, 0.8);
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

  .live-chat .row {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center; }
  .live-chat .text-right {
    text-align: center !important; }
  .live-chat h3 {
    margin-top: 24px; }

  .faq .faq-block {
    padding: 0 15px; } }
@media (max-width: 576px) {
  .dropdown span {
    display: none; }

  .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .navbar-nav .dropdown-menu {
      position: absolute;
      right: 0;
      left: auto;
      padding: 0; }

  .navbar .container {
    flex-wrap: nowrap;
    padding: 0 15px; }
  .navbar .btn {
    padding: 8px 10px !important; }
  .navbar .nav-item {
    margin-left: 10px; }

  .products-slider .slick-list {
    padding: 0 30px 0 0 !important; }

  .banner {
    height: 350px; }
    .banner h2 {
      font-size: 21px;
      line-height: 30px; }
    .banner .btn.btn-large {
      margin-top: 20px;
      padding: 12px 30px !important; }

  .stuff-card .card-body {
    padding: 15px; }
    .stuff-card .card-body .stuff-name {
      margin: 5px 0;
      font-size: 21px; }

  .category-card .card-header {
    height: 55px;
    padding: 10px 12px; }
    .category-card .card-header img {
      max-width: 100%;
      max-height: 100%; }
  .category-card .card-body {
    padding: 5px 0; }
    .category-card .card-body .card-title {
      font-size: 14px;
      line-height: initial; }

  a.btn.btn-twitter .icon, a.btn.btn-google .icon, a.btn.btn-facebook .icon,
  .btn.btn-twitter .icon,
  .btn.btn-google .icon,
  .btn.btn-facebook .icon {
    left: 20px !important; }

  .form .custom-control-inline {
    margin-right: 0; }

  .custom-radio-inline {
    flex-direction: column;
    align-items: flex-start !important; }

  footer .list-unstyled li {
    width: 50%;
    margin-bottom: 20px; }
  footer .copyrights .row > div {
    text-align: center; }
    footer .copyrights .row > div:last-of-type {
      text-align: center; }

  .profile .tab-content .address-item .head .address-title img {
    margin-right: 0; }
  .profile .tab-content .address-item .head .options .btn {
    margin-left: 0; }
  .profile .tab-content .list-inline .btn {
    min-width: 90px; }

  .checkout-progress ul {
    padding: 0 15px; }
    .checkout-progress ul .list-inline-item {
      flex-direction: column; }
      .checkout-progress ul .list-inline-item .icon {
        margin-right: 0; }

  .checkout .address-item .head .options .btn {
    margin-left: 0; }
  .checkout .btn {
    min-width: 100px; }

  .product .product-details {
    padding: 15px; }
    .product .product-details .product-thumbnails {
      margin: 0 -5px; }
      .product .product-details .product-thumbnails .slider-nav,
      .product .product-details .product-thumbnails .slider-for {
        padding: 0 5px; }
      .product .product-details .product-thumbnails .slider-nav img {
        height: 50px; }
    .product .product-details .product-name {
      font-size: 22px;
      line-height: 25px; }
    .product .product-details .price {
      flex-direction: column; }
    .product .product-details .select-size ul label,
    .product .product-details .select-color ul label {
      margin-bottom: 6px; }
  .product .review-filter {
    flex-direction: column; }
    .product .review-filter p {
      margin-bottom: 8px; }
  .product .pagination {
    flex-wrap: wrap; }
    .product .pagination .page-item {
      margin-bottom: 6px;
      margin-right: 8px; }

  .blog .container {
    padding: 0 15px; }

  .blog-slider .items .slick-list {
    padding: 0 30px 0 0 !important; }
    .blog-slider .items .slick-list .slick-track {
      transform: translate3d(0px, 0px, 0px) !important; }

  .pagination .page-item {
    margin-right: 18px; }

  .blog-post .details .post-head,
  .blog-post .details .paragraphs,
  .blog-post .details .more-posts,
  .blog-post .details .writer {
    padding: 15px; }
  .blog-post .details .post-head .post-title {
    font-size: 21px;
    line-height: 25px; }
  .blog-post .details .post-head .tags .tag {
    min-width: auto; }
  .blog-post .details .post-head span {
    display: inline-flex; }
  .blog-post .details .post-head .col-lg-7 {
    flex-wrap: wrap; }
  .blog-post .details .writer .card .card-header {
    width: 40px;
    height: 40px; }
  .blog-post .details .writer .card .card-body {
    width: calc(100% - 40px);
    padding-left: 8px; }
  .blog-post .details .writer .writer-social {
    padding-left: 48px; }
  .blog-post .more-posts .post-shortcut {
    flex-direction: column;
    align-items: flex-start; }
    .blog-post .more-posts .post-shortcut .post-details {
      width: 100%;
      padding: 6px 0; }
  .blog-post .more-posts .col-lg-6:last-of-type .post-shortcut {
    flex-direction: column-reverse;
    align-items: flex-end; }
  .blog-post .comments,
  .blog-post .write-comment {
    padding: 15px; }
  .blog-post .comments .media img {
    width: 30px;
    height: 30px; }

  .all-brands .brand .card-header {
    height: 100px; }
  .all-brands .brand .card-body .card-title {
    font-size: 18px; }
  .all-brands .brand .card-body p {
    font-size: 11px; }

  .brand-header .brand .image {
    width: 100px; }
  .brand-header .brand > div:last-of-type {
    width: calc(100% - 100px); }
  .brand-header .brand h3 {
    font-size: 24px; }

  .no-layout .error {
    padding: 50px 30px; }
    .no-layout .error img {
      margin-bottom: 40px; }

  .popup .modal-body .row > div:last-of-type {
    padding: 0 15px; }
  .popup .modal-body h3 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px; }
  .popup .modal-body p {
    margin-bottom: 20px; } }
a.btn,
.btn {
  background-color: #f38271;
  border-color: #f38271;
  color: #fff;
  font-weight: normal;
  border-radius: 6px;
  padding: 11px 15px !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 160px; }
  a.btn.btn-large,
  .btn.btn-large {
    padding: 17px 61px !important; }
  a.btn:hover, a.btn:focus,
  .btn:hover,
  .btn:focus {
    outline: unset;
    box-shadow: unset !important;
    opacity: 0.9;
    background-color: #f38271;
    border-color: #f38271;
    color: #fff; }
    a.btn:hover .arrow, a.btn:focus .arrow,
    .btn:hover .arrow,
    .btn:focus .arrow {
      -webkit-transform: scale(-1) translateX(-5px);
      -moz-transform: scale(-1) translateX(-5px);
      -o-transform: scale(-1) translateX(-5px);
      transform: scale(-1) translateX(-5px); }
  a.btn:disabled,
  .btn:disabled {
    background-color: #bababa !important;
    border-color: #fff !important;
    opacity: 1; }
    a.btn:disabled:hover, a.btn:disabled:focus,
    .btn:disabled:hover,
    .btn:disabled:focus {
      background-color: #bababa !important;
      border-color: #fff !important; }
  a.btn .arrow,
  .btn .arrow {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1); }
  a.btn.btn-dark,
  .btn.btn-dark {
    background-color: #191919;
    border-color: #191919;
    color: #fff; }
    a.btn.btn-dark:hover,
    .btn.btn-dark:hover {
      background-color: #191919;
      border-color: #191919; }
  a.btn.btn-white,
  .btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #191919; }
    a.btn.btn-white:hover,
    .btn.btn-white:hover {
      background-color: #fff;
      border-color: #fff; }
  a.btn.btn-light,
  .btn.btn-light {
    background-color: #f38271;
    color: #fff;
    border-color: #f38271; }
    a.btn.btn-light:hover,
    .btn.btn-light:hover {
      background-color: #f38271 !important;
      border-color: #f38271; }
    a.btn.btn-light:disabled,
    .btn.btn-light:disabled {
      background-color: #bababa !important;
      color: #fff;
      opacity: 1; }
      a.btn.btn-light:disabled:hover, a.btn.btn-light:disabled:focus,
      .btn.btn-light:disabled:hover,
      .btn.btn-light:disabled:focus {
        background-color: #bababa !important;
        color: #fff; }
  a.btn.btn-canceled,
  .btn.btn-canceled {
    background-color: #e02b27;
    color: #fff;
    border-color: #e02b27; }
    a.btn.btn-canceled:hover,
    .btn.btn-canceled:hover {
      background-color: #e02b27 !important;
      border-color: #e02b27;
      color: #fff; }
  a.btn.btn-transparent,
  .btn.btn-transparent {
    background-color: transparent;
    color: #191919;
    border-color: transparent;
    padding: 0 5px !important;
    min-width: auto; }
    a.btn.btn-transparent:hover, a.btn.btn-transparent:focus,
    .btn.btn-transparent:hover,
    .btn.btn-transparent:focus {
      background-color: transparent !important;
      border-color: transparent; }
  a.btn.btn-gray,
  .btn.btn-gray {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #191919;
    min-width: auto; }
    a.btn.btn-gray:hover,
    .btn.btn-gray:hover {
      background-color: #eeeeee;
      border-color: #eeeeee;
      color: #191919; }
  a.btn.btn-border,
  .btn.btn-border {
    border: 1px solid #191919;
    color: #191919;
    background-color: transparent; }
    a.btn.btn-border.btn-border-light,
    .btn.btn-border.btn-border-light {
      border-color: #f8edeb;
      color: #f8edeb; }
  a.btn.btn-google, a.btn.btn-twitter, a.btn.btn-facebook, a.btn.btn-apple,
  .btn.btn-google,
  .btn.btn-twitter,
  .btn.btn-facebook,
  .btn.btn-apple {
    position: relative; }
    a.btn.btn-google .icon, a.btn.btn-twitter .icon, a.btn.btn-facebook .icon, a.btn.btn-apple .icon,
    .btn.btn-google .icon,
    .btn.btn-twitter .icon,
    .btn.btn-facebook .icon,
    .btn.btn-apple .icon {
      position: absolute;
      left: 24px;
      top: 0;
      bottom: 0;
      margin: auto; }
  a.btn.btn-google,
  .btn.btn-google {
    background-color: #fff;
    border-color: #dfdfdf;
    color: #191919; }
  a.btn.btn-apple,
  .btn.btn-apple {
    background-color: #191919;
    border-color: #191919;
    color: #fff; }
  a.btn.btn-twitter,
  .btn.btn-twitter {
    background-color: #00aaec;
    border-color: #00aaec;
    color: #fff; }
  a.btn.btn-facebook,
  .btn.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff; }

.show-password {
  background-color: transparent;
  border: none;
  color: #a7a6a7;
  font-size: 20px;
  position: absolute;
  right: 5px; }
  .show-password:hover, .show-password:focus {
    outline: unset;
    box-shadow: unset; }

.btn-block + .btn-block {
  margin-top: 16px; }

.btn-block {
  min-width: auto !important; }

.form-control {
  border-radius: 4px; }

.form-group {
  margin-bottom: 22px;
  position: relative; }
  .form-group label {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px; }
    .form-group label.required:after {
      content: " *";
      color: red; }
    .form-group label.optional span {
      color: #8c8c8c; }
  .form-group .form-control {
    border: none;
    padding: 13px 16px;
    height: 48px;
    border-radius: 4px; }
    .form-group .form-control:hover, .form-group .form-control:focus {
      box-shadow: unset;
      outline: none; }
    .form-group .form-control::placeholder {
      color: #8c8c8c; }
  .form-group textarea.form-control {
    height: auto; }
  .form-group .show-password {
    position: absolute;
    top: 39px; }
  .form-group.error, .form-group.error input {
    border-color: red; }

.required {
  color: red; }

.file {
  width: 160px;
  height: 111px;
  background-color: rgba(216, 216, 216, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 26px; }

.input-file {
  text-align: center; }
  .input-file input {
    position: absolute; }
  .input-file .input-file-label {
    display: inline-block;
    width: 115px;
    padding: 8px 0;
    text-align: center;
    background-color: #191919;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.4px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 8px;
    font-family: "JFFlat-Regular", sans-serif; }
  .input-file .file-name,
  .input-file .file-size {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.input-code {
  background-color: #fff;
  padding: 5px 40px;
  justify-content: center; }
  .input-code .col {
    max-width: 100px; }
    .input-code .col input {
      padding: 0; }
  .input-code .form-control {
    box-shadow: unset;
    text-align: center; }

.custom-checkbox .custom-control-label {
  cursor: pointer; }
  .custom-checkbox .custom-control-label::before {
    border-radius: 50%; }
  .custom-checkbox .custom-control-label::after {
    border-radius: 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:active ~ .custom-control-label::before, .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
  outline: none;
  background-color: #f38271;
  border-color: #f38271; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .custom-control-input:active ~ .custom-control-label::after, .custom-checkbox .custom-control-input:focus ~ .custom-control-label::after {
  background-image: url("../images/icons/checkbox.svg");
  background-color: #f38271;
  box-shadow: unset;
  outline: none; }

.form-wizard nav {
  border-bottom: 2px solid #ebedf0; }
  .form-wizard nav ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    .form-wizard nav ul li {
      width: calc(100% / 6); }
  .form-wizard nav .wizard-link {
    font-size: 11px;
    line-height: 16px;
    display: block;
    text-align: center;
    letter-spacing: 0.4px;
    padding: 6px 0;
    text-transform: capitalize;
    opacity: 0.5;
    position: relative;
    bottom: -2px; }
    .form-wizard nav .wizard-link.active {
      opacity: 1; }
    .form-wizard nav .wizard-link.done {
      color: #78d868;
      opacity: 1;
      border-bottom: 2px solid #78d868; }
.form-wizard .wizard-content {
  padding: 40px 80px; }
.form-wizard .wizard-panel {
  display: none; }
  .form-wizard .wizard-panel:first-of-type {
    display: block; }
.form-wizard .panel-title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 33px; }
.form-wizard .field-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center; }
.form-wizard .custom-switch {
  margin-bottom: 35px; }
.form-wizard .success-panel {
  text-align: center; }
  .form-wizard .success-panel p {
    color: rgba(0, 0, 0, 0.4); }

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto; }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #8ed3af; }
    .success-checkmark .check-icon::before {
      top: 3px;
      left: -2px;
      width: 30px;
      transform-origin: 100% 50%;
      border-radius: 100px 0 0 100px; }
    .success-checkmark .check-icon::after {
      top: 0;
      left: 30px;
      width: 60px;
      transform-origin: 0 50%;
      border-radius: 0 100px 100px 0;
      animation: rotate-circle 4.25s ease-in; }
    .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
      content: "";
      height: 100px;
      position: absolute;
      background: #ffffff;
      transform: rotate(-45deg); }
    .success-checkmark .check-icon .icon-line {
      height: 5px;
      background-color: #8ed3af;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 10; }
      .success-checkmark .check-icon .icon-line.line-tip {
        top: 46px;
        left: 14px;
        width: 25px;
        transform: rotate(45deg);
        animation: icon-line-tip 0.75s; }
      .success-checkmark .check-icon .icon-line.line-long {
        top: 38px;
        right: 8px;
        width: 47px;
        transform: rotate(-45deg);
        animation: icon-line-long 0.75s; }
    .success-checkmark .check-icon .icon-circle {
      top: -4px;
      left: -4px;
      z-index: 10;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      position: absolute;
      box-sizing: content-box;
      border: 4px solid #8ed3af; }
    .success-checkmark .check-icon .icon-fix {
      top: 8px;
      width: 5px;
      left: 26px;
      z-index: 1;
      height: 85px;
      position: absolute;
      transform: rotate(-45deg);
      background-color: #ffffff; }

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
.switchery__div {
  display: flex; }

.switchery .custom-switchery-label {
  font-size: 14px;
  letter-spacing: 0.4px;
  display: block; }
  .switchery .custom-switchery-label img {
    margin-right: 16px; }

.subscription .custom-switchery-label {
  font-size: 10.8696px;
  line-height: 13px;
  letter-spacing: 0.03em;
  font-weight: normal;
  color: rgba(25, 25, 25, 0.5);
  padding-left: 0;
  max-width: 90%;
  margin-right: 15px; }

.custom-switch2 {
  padding-left: 0;
  padding-right: 40px; }
  .custom-switch2 .custom-control-label {
    display: block; }
    .custom-switch2 .custom-control-label:before, .custom-switch2 .custom-control-label:after {
      left: auto; }
    .custom-switch2 .custom-control-label:before {
      height: 3px;
      background: #232122;
      opacity: 0.3;
      top: 6px;
      border: none;
      right: -40px; }
    .custom-switch2 .custom-control-label:after {
      background: #c4c4c4;
      right: -23px;
      top: 2px; }
  .custom-switch2 .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #191919;
    -webkit-transform: translateX(17px);
    transform: translateX(17px); }
  .custom-switch2 .custom-control-input:checked ~ .custom-control-label::before {
    background: #232122;
    opacity: 0.3;
    outline: none;
    box-shadow: unset;
    border-color: transparent !important; }
  .custom-switch2 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: transparent; }
  .custom-switch2 .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset; }

.multi-select,
.custom-select {
  border: none;
  padding: 13px 16px;
  height: 48px;
  border-radius: 4px; }
  .multi-select:hover, .multi-select:focus,
  .custom-select:hover,
  .custom-select:focus {
    box-shadow: unset;
    outline: none;
    border-bottom-color: #191919; }

.select2-container {
  display: block;
  z-index: 2; }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: none;
  padding: 10px 16px;
  height: 48px;
  border-radius: 4px; }
  .select2-container--default .select2-selection--multiple:focus,
  .select2-container--default .select2-selection--single:focus {
    box-shadow: unset;
    outline: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__arrow,
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 12px; }
    .select2-container--default .select2-selection--multiple .select2-selection__arrow b,
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none;
      background-image: url("../images/icons/chevron.svg");
      background-repeat: no-repeat;
      background-size: 11px 13px;
      width: 21px;
      height: 21px;
      top: 0;
      background-position: bottom;
      left: 0; }

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #191919; }

.select2-dropdown {
  border: none;
  border-radius: 0;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); }

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #f8edeb;
  color: #191919; }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #191919;
  box-shadow: unset;
  outline: unset; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png"); } }
.iti {
  display: block; }

.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  padding-left: 90px !important; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag:hover, .iti--separate-dial-code .iti__selected-flag:focus {
    background-color: transparent;
    outline: unset; }

.iti__arrow {
  background-image: url("../images/icons/chevron.svg");
  background-repeat: no-repeat;
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  border: none; }

.iti__country-list {
  border: none;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .iti__country-list::-webkit-scrollbar {
    width: 5px; }
  .iti__country-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }

.search-input {
  position: relative; }
  .search-input label.aside-title {
    margin-bottom: 24px; }
  .search-input .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 50px;
    line-height: inherit;
    z-index: 2; }
    .search-input .icon:disabled {
      background-color: transparent !important; }
  .search-input .form-control {
    background-color: #fff;
    font-size: 12px;
    padding: 12px 50px 12px 16px;
    height: 40px;
    border: none;
    position: relative;
    z-index: 0; }
    .search-input .form-control::placeholder {
      color: #8c8c8c; }
    .search-input .form-control:focus {
      outline: unset;
      box-shadow: unset; }
  .search-input .search-suggestion,
  .search-input .recent-searches {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
    background-color: #fff;
    padding: 25px 16px;
    margin-top: 10px; }
    .search-input .search-suggestion:before,
    .search-input .recent-searches:before {
      content: "";
      position: absolute;
      left: 16px;
      top: -20px;
      border: 10px solid transparent;
      border-bottom-color: #fff; }
    .search-input .search-suggestion .block-title,
    .search-input .recent-searches .block-title {
      color: #191919;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 22px; }
      .search-input .search-suggestion .block-title h4,
      .search-input .recent-searches .block-title h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 0; }
      .search-input .search-suggestion .block-title .clear,
      .search-input .recent-searches .block-title .clear {
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        color: #8c8c8c;
        text-transform: capitalize; }
    .search-input .search-suggestion ul,
    .search-input .recent-searches ul {
      margin-bottom: 0; }
      .search-input .search-suggestion ul li,
      .search-input .recent-searches ul li {
        margin-bottom: 10px; }
        .search-input .search-suggestion ul li:last-of-type,
        .search-input .recent-searches ul li:last-of-type {
          margin-bottom: 0; }
        .search-input .search-suggestion ul li button,
        .search-input .recent-searches ul li button {
          display: flex;
          align-items: center;
          text-align: left;
          justify-content: space-between;
          font-size: inherit;
          font-weight: normal;
          text-transform: capitalize;
          padding: 0 !important;
          width: 100%;
          color: #8c8c8c; }
  .search-input .search-suggestion .suggestion-title {
    color: #f38271;
    font-size: 12px;
    line-height: 16px; }
  .search-input .search-suggestion ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px; }
  .search-input .search-suggestion ul:first-of-type {
    margin-bottom: 24px; }

.custom-radio {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.03);
  padding-bottom: 14px;
  padding-top: 14px;
  border-radius: 4px;
  margin-bottom: 16px;
  padding-left: 2.25rem;
  font-size: 16px; }
  .custom-radio .custom-control-label {
    display: block;
    cursor: pointer; }
    .custom-radio .custom-control-label img {
      position: absolute;
      right: 12px;
      top: 5px; }
  .custom-radio .custom-control-label::before {
    border-color: #bababa; }
  .custom-radio .custom-control-label::after,
  .custom-radio .custom-control-label::before {
    top: 0;
    bottom: 0;
    margin: auto; }
  .custom-radio .custom-control-label::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: calc(-1.5rem + 5px); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #fff;
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f38271;
  border-color: #f38271;
  box-shadow: unset; }

.custom-radio-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 15px;
  padding-left: 20px; }
  .custom-radio-inline .custom-radio {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    align-items: center; }
    .custom-radio-inline .custom-radio label {
      padding-left: 0;
      color: #191919;
      text-transform: capitalize; }

.centered-form {
  max-width: 343px;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

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