/*&:after {
  content: "";
  display: table;
  clear: both;}*/
  @import url('https://use.typekit.net/ibn2rxr.css');
  body {
  font-family: ff-more-web-pro, serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 18px;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #333132; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transition: all .4s ease;
  transition: all .4s ease; */ }

  .menu-level-2-wrap,
  .mobile-menu {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
  .nice-select {
    transition: none !important;
  }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p, a {
  color: #333132;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0; }

h1, h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333132;
  line-height: normal;
  margin: 0 0 30px; }

h3 {
  color: #333132;
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 30px; }

h4 {
  color: #333132;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 30px; }

h5 {
  color: #333132;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px; }

h6 {
  color: #333132;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px; }

/*---------------------------------------HEADER--------------------------------------*/
.container {
  padding: 0 20px; }

.lang-wrap {
  padding: 0 35px; }
  .lang-wrap .row {
    text-align: right; }
    .lang-wrap .row:after {
      content: "";
      display: table;
      clear: both; }
  .lang-wrap .lang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .lang-wrap .lang li {
      width: 60px;
      background: #F5ECEA;
      text-align: center;
      display: inline-block; }
      .lang-wrap .lang li a {
        line-height: 34px;
        color: #54071A;
        text-transform: capitalize;
        font-weight: 500;
        display: block;
        width: 100%; }
    .lang-wrap .lang li.active {
      background: #95005C; }
      .lang-wrap .lang li.active a {
        color: #fff; }

.top-line {
  padding: 25px 0 0;
  margin-bottom: 28px;
  position: relative;
  z-index: 100; }
  .top-line .top-menu ul {
    text-align: right;
    padding: 5px 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;}
    .top-line .top-menu ul div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;}
    .top-line .top-menu ul li {
      display: inline-block;
      margin-left: 5px;
      margin-right: 40px;
      vertical-align: top;
      padding: 20px 0 0; }
      .top-line .top-menu ul li a {
        font-size: 13px;
        line-height: 15px;
        font-weight: 600;
        letter-spacing: 1px; }
        .top-line .top-menu ul li a:hover {
          color: #95005C; }
    /* .top-line .top-menu ul li:last-child {
      margin-right: 0; } */
    .top-line .top-menu ul li.active > a {
      color: #95005C;
      font-weight: 700; }
    .top-line .top-menu ul li.card {
      width: 64px;
      border: none;
      margin-right:0;
      padding: 0;
      position: relative; }
      .top-line .top-menu ul li.card > a {
        display: block;
        width: 100%;
        text-align: center; }
        .top-line .top-menu ul li.card > a img {
          margin: 0 0 5px; }
        .top-line .top-menu ul li.card > a span {
          font-weight: 600;
          font-size: 13px;
          line-height: 15px;
          display: inline-block;
          letter-spacing: 1px; }
        .top-line .top-menu ul li.card > a .number {
          position: absolute;
          top: -7px;
          right: 10px;
          width: 16px;
          height: 16px;
          display: inline-block;
          text-align: center;
          line-height: 16px;
          border-radius: 100%;
          color: #fff;
          font-size: 10px;
          z-index: 10;
          background: #95005C;
          letter-spacing: 0; }

.user-login {
  right: 10px;
  position: relative;
  display: none !Important;
  width: 50px;
  padding: 0;
  top: 0;
  padding: 0 !Important;
}
.user-login img {
  width: 23px;
}

.card-info,
.logout-card-info {
  position: absolute;
  top: calc(100% + 9px);
  right: -1px;
  width: 300px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
  .card-info:after,
  .logout-card-info:after {
    position: absolute;
    top: -5px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: #95005C;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .card-info .top-wrap,
  .logout-card-info .top-wrap {
    background: #95005C;
    text-align: center;
    width: 100%;
    margin-left: 0 !important;
  }
    .card-info .top-wrap p,
    .logout-card-info .top-wrap p {
      line-height: 40px;
      font-weight: 700;
      color: #fff;
      text-align:center;
      width:100%;
      text-transform: uppercase;
    }
  .card-info .card-content {
    padding: 30px 10px 25px;
    width: 100%;
    display: inline-block !important;
    text-align: center;
      font-family: ff-more-web-pro, serif;
    }
    .card-info .card-content .line {
      margin-bottom: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .card-info .card-content .line figure {
        width: 40px;
        margin-right: 15px; }
        .card-info .card-content .line figure img {
          width: 100%;
          height: auto; }
      .card-info .card-content .line .text-wrap {
        width: 90px;
        margin-right: 27px;
        text-align: left; }
        .card-info .card-content .line .text-wrap p {
          text-align: left;
          float:left;
          width:100%;
        }
          .card-info .card-content .line .text-wrap p a {
            font-size: 18px;
            font-weight: 700;
            line-height: 21px;
            text-align: left;
            letter-spacing: 0; }
            .card-info .card-content .line .text-wrap p a:hover {
              opacity: 0.7; }
        .card-info .card-content .line .text-wrap span {
          font-size: 13px;
          line-height: 17px;
          display: block;
          margin-top: 6px;
          float:left;
          clear:both;
          width:100%;
          font-family: ff-more-web-pro, serif;
          color:#707070;
        }
      .card-info .card-content .line p.sum {
        width: 30px;
        text-align: center;
        line-height: 30px;
        background: #F5ECEA;
        font-size: 15px;
        color: #54071A;
        margin-right: 10px;
        height: 30px;
        max-height: 30px; }
      .card-info .card-content .line p.total {
        width: 68px;
        text-align: right;
        color: #333132;
        font-size: 15px;
        line-height: 20px;
        padding: 2px 0 0; }
        .card-info .card-content .line p.total span {
          display: block;
          color: #707070;
          font-size: 13px;
          line-height: 17px; }
    .card-info .card-content .line-border {
      width: 100%;
      height: 2px;
      background: #95005C;
      margin: -5px 0 25px; }
    .card-info .card-content .total-line {
        width:100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .card-info .card-content .total-line .name {
        width: 90px;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        text-align:left;
        color: #333132; }
      .card-info .card-content .total-line .total-cost {
        width: calc(100% - 100px);
        color: #333132;
        font-size: 15px;
        line-height: 20px;
        text-align: right; }
      .card-info .card-content .total-line .info {
        font-family: ff-more-web-pro, serif;
        text-align: right;
        color: #959595;
        font-size: 13px;
        line-height: 15px;
        width: 100%;
        margin: 10px 0 27px; }
        .card-info .card-content .total-line .info span {
          display: block; }
    .card-info .card-content .bottom-wrap {
        text-align: center;
        width:100%;
    }

      .card-info .card-content .bottom-wrap p {
          width:100%;
      }
      .card-info .card-content .bottom-wrap p a {
        background: #54071A;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 38px;
        text-align: center;
        color: #fff;
        border: 1px solid #54071A; }
        .card-info .card-content .bottom-wrap p a:hover {
          background: #fff;
          color: #54071A; }

.card-info.active,
.logout-card-info.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 100; }

.big-menu {
  position: relative; }
  .big-menu ul {
    padding: 12px 30px 0;
    background: #95005C;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .big-menu ul li {
      display: inline-block;
      width: auto;
      padding-bottom: 12px;
      margin: auto;
      border-bottom: 4px solid #95005c;
      padding-bottom: 8px;
      padding-left: 5px;
      padding-right: 5px;
    }
.big-menu ul li:hover,
.big-menu ul li.selected {
    border-bottom: 4px solid #F7DA77 !Important;
    padding-bottom: 8px;
}
      .big-menu ul li a {
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px;
    }
        .big-menu ul li a:hover {
          opacity: 0.9; }

header {
  position: relative;
  z-index: 15;
  /* margin-bottom: 44px; */ }
@media only screen and (min-width: 992px) {
    header {
        margin-bottom: 44px;
    }
}
.shop-cat {
  font-weight:600;
  display:inline-block;
}

.cat-active {
  border-bottom: 4px solid #F7DA77;
}
.shop-content .right1,
.product-slider .right1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}
.shop-content.list .right1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.product-slider .item {
    max-width: 290px;
    position: relative;
    margin:auto;
}
.product-slider .right1 {
    max-width: 290px;
    position: relative;
    z-index: 1;
}
.product-slider .item.sale {
    border-bottom: none !important;
}
.product-slider .item.sale .right1 {
    transform: translateY(1px) !important;
    height: 43px !important;
}
.product-slider .item.sale .add-shop-btn {
    height: 46px;
    transform: translateX(2px) !important;
}
.product-slider .add-shop-btn {
    transform: translateX(0px) !important;
}
@media (max-width: 450px) {
    .product-slider .item.sale .add-to-Cart-from-shop {
        height: 46px !Important;
    }
}
#toCart {
  text-transform: uppercase;
}
#mobile-add-to-cart-txt {
  width: 104% !Important;
}
#mobile-add-to-cart-txt,
#mobile-add-to-cart-img {
  pointer-events: none;
}
#mobile-add-to-cart-img {
  display: none;
}
.breadcrumbs {
  display: none;
  margin: 10px;
}
.breadcrumbs a:hover {
  color: #95005c;
}
  #add-to-cart-img-temp {
      display: inline-block;
  }
/********************************* Loading Spinner ************************************/
.lds-default {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 7px;
    transform: scale(0.38);
    margin-right: 50px;
    margin-bottom: 50px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/*-----------------------------------END-HEADER--------------------------------------*/
/*-----------------------------------INFO-PANEL--------------------------------------*/
.info-panel-wrap {
  margin: 0 auto 50px;
  position: relative;
  z-index: 10; }
  .info-panel-wrap .btn-wrap {
    padding-right: 0; }
    .info-panel-wrap .btn-wrap a {
      display: block;
      width: 100%; }
  .info-panel-wrap .top-search-wrap {
    padding-right: 0; }
  .info-panel-wrap .top-search {
    border: 1px solid #95005C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    width: 98.2%; }
    .info-panel-wrap .top-search input {
      font-family: 'Raleway', sans-serif;
      font-weight:500;
      outline: none;
      border: none;
      padding: 0 20px;
      font-size: 13px;
      color: #333132;
      width: calc(100% - 60px);
      height: 38px;
      letter-spacing: 1.5px;
      border-left: 1px solid #95005C;
      margin-left: -1px; }
    .info-panel-wrap .top-search button {
      width: 60px;
      text-align: center;
      background: #FCF8F7;
      height: 38px;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 8px 0; }
      .info-panel-wrap .top-search button:hover {
        background: #F5ECEA; }
  .info-panel-wrap .tel-wrap {
    text-align: right; }
    .info-panel-wrap .tel-wrap a {
      display: inline-block; }
      .info-panel-wrap .tel-wrap a .icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 1px solid #95005C;
        border-radius: 100%;
        text-align: center;
        margin-right: 10px;
        vertical-align: top;
        position: relative;
        top: -3px;
        background: #fff; }
        .info-panel-wrap .tel-wrap a .icon img {
          position: relative;
          top: 25%;
          vertical-align: top; }
      .info-panel-wrap .tel-wrap a .wrap {
        text-align: right;
        width: 120px;
        display: inline-block;
        padding: 0; }
        .info-panel-wrap .tel-wrap a .wrap .text {
          display: block;
          font-size: 16px;
          line-height: 20px;
          color: #95005C;
          font-weight: 500;
          margin: 0 0 3px; }
        .info-panel-wrap .tel-wrap a .wrap .number {
          display: block;
          font-size: 16px;
          line-height: 20px;
          color: #95005C;
          font-weight: 700; }
          .info-panel-wrap .tel-wrap a .wrap .number i {
            font-style: normal;
            position: relative;
            top: -1px; }

.btn-default {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #54071A;
  border: 1px solid #54071A;
  letter-spacing: 1px; }
  .btn-default:hover {
    background: #95005c;
    color: white; }

.add-shop-btn {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .add-shop-btn {
        font-size: 11px;
    }
    .shop-content .right1 {
        padding-left: 4px !important;
    }
}
p.guarantee-cost {
  font-size: 14px !Important;
  color: #707070 !Important;
}
.attribute-heading {
  display: block;
  font-family: 'Raleway',
  sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  color: #999999;
  letter-spacing: 1px;
}
.shop-content.list .add-shop-btn {
  font-size: 11px;
  line-height: 25px;
}
.shop-content.list #add-to-cart-img-temp {
  width: 20px;
}
.shop-content #add-to-cart-img-temp {
  width: 30px;
}
/*----------------------------------END-INFO-PANEL--------------------------------------*/
/*----------------------------------GRID---------------------------------------*/
.grid-sizer,
.grid-item {
  width: 25%; }

.grid-wrap .grid-item {
  padding: 8px; }
  .grid-wrap .grid-item a {
    display: block;
    width: 100%; }
    .grid-wrap .grid-item a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .grid-wrap .grid-item a:hover {
      opacity: 0.7; }

.grid-wrap {
  margin: 0 auto 213px; }
  .grid-wrap .container {
    padding: 0 12px; }
  .grid-wrap .btn-wrap {
    margin: 50px 0 50px;
    text-align: center; }
    .grid-wrap .btn-wrap a {
      display: inline-block;
      position: relative;
      width: 100%;
      max-width: 200px }
      .grid-wrap .btn-wrap a span {
        display: block;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        color: #95005C;
        margin: 0 0 7px;
        position: relative;
        z-index: 1; }
      .grid-wrap .btn-wrap a i {
        display: inline-block;
        width: 60px;
        background: #FCF8F7;
        height: 60px;
        text-align: center;
        position: relative;
        z-index: -3; }
        .grid-wrap .btn-wrap a i:after {
          position: absolute;
          z-index: -1;
          content: '';
          border: 1px solid #95005C;
          width: 1155px;
          height: 1170px;
          top: -1139px;
          left: -733px; }
        .grid-wrap .btn-wrap a i:before {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: #FCF8F7;
          position: absolute;
          z-index: 0;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .grid-wrap .btn-wrap a i img {
          top: 25%;
          position: relative; }
      .grid-wrap .btn-wrap a:hover i {
        background: #F5ECEA; }
        .grid-wrap .btn-wrap a:hover i:before {
          background: #F5ECEA; }

.grid {
  position: relative;
  z-index: 10; }

/*---------------------------------END-GRID---------------------------------------*/
/*---------------------------------PRODUCT-SLIDER---------------------------------------*/
.product-slider-wrap .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .product-slider-wrap .top-block .left {
    background: #95005C;
    height: 80px;
    padding: 0 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
    max-width: 63%;
    display: inline-block; }
    .product-slider-wrap .top-block .left h2 {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 80px;
      color: #fff;
      font-weight: 600; }
  .product-slider-wrap .top-block .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
    padding: 0;
    display: inline-block;
    height: 80px; }
    .product-slider-wrap .top-block .right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.nav-product-slider {
  padding: 0 15px;
  margin-bottom: 25px; }

.owl-nav {
  position: relative; }
  .owl-nav:after {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1385px;
    height: 480px;
    border: 1px solid #95005C;
    content: ''; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    float: left;
    width: 60px;
    height: 60px;
    background: #FCF8F7;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: transparent !important; }
    .owl-nav .owl-prev:after, .owl-nav .owl-next:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: url("../img/icon-6.svg");
      width: 14px;
      height: 24px; }
    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background: #F5ECEA; }
  .owl-nav .owl-next {
    float: right; }
    .owl-nav .owl-next:after {
      -webkit-transform: scale(-1, 1) translate(-50%, -50%);
              transform: scale(-1, 1) translate(-50%, -50%);
      -webkit-transform-origin: top left;
              transform-origin: top left; }

.product-slider {
  padding: 0 73px;
  margin: 0 0 110px; }
  .product-slider .item {
    display: block;
    min-height: 308px;}
    .product-slider .item .top {
        display:none;
    }
    .product-slider .item.sale .top {
      position: absolute;
      top: -4px;
      left: 0;
      width: 50px;
      height: 50px;
      padding: 10px 8px;
      background: #F7DA77;
      z-index: 10;
    display:inline-block;}
      .product-slider .item .top img {
        width: auto; }
    .product-slider .item .left {
      width: 43.2%;
      background: #fff;
      position: relative;
      padding: 126px 0 56px;
      display: flex;
      flex-wrap: wrap;}
      .product-slider .item .left h6 {
        min-height: 60px;
        margin-bottom: 24px;
        min-width: 100%;}
        .product-slider .item .left h6 a {
          color: #333132;
          font-size: 20px;
          line-height: 23px;
          font-weight: 700; }
          .product-slider .item .left h6 a:hover {
            opacity: 0.7; }
      .product-slider .item .left .info {
        margin: 0;}
      .product-slider .item .left .info li {
        margin-bottom: 0; }
        .product-slider .item .left .info li p {
          font-size: 13px;
          line-height: 15px;
          text-transform: uppercase;
          margin-bottom: 9px;
          color: #707070;
          font-weight: 700;
          letter-spacing: 1px; }
        .product-slider .item .left .info li span {
          display: block;
          color: #333132;
          font-size: 16px;
          line-height: 21px;
          font-weight: 500; }
      .product-slider .item .left .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 54px;
        padding: 0 20px; }
        .product-slider .item.sale .left .bottom {
        background: #F7DA77;
        }
        .product-slider .item .left .bottom p {
          color: #95005C;
          font-weight: 500;
          font-size: 25px;
          line-height: 50px;
          font-family: ff-more-web-pro, serif;
        }
    .product-slider .item .right {
      width: 56.8%;
      background: #F5ECEA;
      padding: 0 0 56px;
      position: relative; }
      .product-slider .item .right figure {
        height: 100%; }
.product-slider .item .right figure a{
  display: block;
  width: 100%;
  height: 100%;

}
        .product-slider .item .right figure:hover {
          opacity: 0.7; }
        .product-slider .item .right figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;object-fit: cover;
          margin: auto; }
      .product-slider .item .right .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 54px;
        background: #F7DA77; }
        .product-slider .item .right .bottom a {
          line-height: 52px; }

/*--------------------------------END-PRODUCT-SLIDER---------------------------------------*/
/*---------------------------------BLOG-SLIDER---------------------------------------*/
body.home .blog-slider-wrap {
  margin-top: -90px;
  padding-bottom: 100px;
  display: none; }
.blog-slider-wrap {
  margin-top: -9px;
  padding-bottom: 30px; }
  .blog-slider-wrap .owl-nav:after
   {
    height: 580px;
    background: #F5ECEA; }
  .blog-slider-wrap .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    .blog-slider-wrap .top-block .left {
      background: #95005C;
      height: 80px;
      padding: 0 60px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.5%;
              flex: 0 0 41.5%;
      max-width: 41.5%;
      display: inline-block; }
      .blog-slider-wrap .top-block .left h2 {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 80px;
        color: #fff;
        font-weight: 600; }
    .blog-slider-wrap .top-block .right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.5%;
              flex: 0 0 58.5%;
      max-width: 58.5%;
      padding: 0;
      display: inline-block;
      height: 80px; }
      .blog-slider-wrap .top-block .right img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.blog-slider {
  overflow: hidden;
  /* -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */
  margin: 0 15px 30px; }
  .blog-slider .owl-stage-outer {
    width: calc(100% + 94px);
    position: relative;
    /* left: -94px; */ }
  .blog-slider .item {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog-slider .item figure {

      width: 188px; }
      .blog-slider .item figure a {
        height: 100%;
        display: block; }
        .blog-slider .item figure a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .blog-slider .item figure a:hover {
          opacity: 0.7; }
    .blog-slider .item .text-wrap {
      /* width: calc(100% - 188px); */
      -webkit-box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
      position: relative;
      width: 100%;
      max-width: 400px;
     /*  padding: 20px 20px 20px 30px; */ }
      .blog-slider .item .text-wrap p {
        color: #333132;
        font-size: 16px;
        line-height: 19px;
        min-height: 90px;}
      .blog-slider .item .text-wrap p.date {
        font-size: 13px;
        font-weight: 700;
        color: #808080;
        line-height: 15px;
        margin-bottom: 5px;
        min-height: auto; }
      .blog-slider .item .text-wrap h6 {
        margin-bottom: 15px; }
        .blog-slider .item .text-wrap h6 a {
          color: #333132;
          font-weight: 500;
          font-size: 20px;
          line-height: 30px; }
          .blog-slider .item .text-wrap h6 a:hover {
            color: #95005C; }
      .blog-slider .item .text-wrap .btn-border {
        width: 120px; }

.btn-border {
  background: #fff;
  color: #54071A;
  text-transform: uppercase; }
  .btn-border:hover {
    color: #fff;
    background: #54071A; }

.dot-blog-slider {
  width: 100%;
  margin: 0; }

.owl-dots {
  width: 100%;
  position: relative;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #95005C;
    margin: 0 8px;
    cursor: pointer; }
    .owl-dots .owl-dot:hover {
      background: #54071A; }
  .owl-dots .owl-dot.active {
    background: #54071A; }

  .blog-categ {
    width: 100%;
    background-color: #cccccc;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-inner-wrapper {
    padding: 20px;
  }

/*--------------------------------END-BLOG-SLIDER---------------------------------------*/
/*--------------------------------SHOP-LOGO---------------------------------------*/
.shop-logo-wrap {
  margin: 30px auto; }
  .shop-logo-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 78px 130px;
    width: 100%; }
    .shop-logo-wrap ul li {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .shop-logo-wrap ul li a:hover {
        opacity: 0.7; }
.manufacturer-slider img {
  width: auto !Important;
  margin: auto;
  max-width: 125px;
  max-height: 100px;
  }

.manufacturer-slider {
  margin-top: 20px;
}
/*-------------------------------END-SHOP-LOGO---------------------------------------*/
/*-------------------------------FOOTER---------------------------------------*/
footer {
  border-top: 1px solid #95005C;
  padding-top: 64px;
  overflow: hidden; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .container .left {
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .container .left .item-1 {
        width: 225px; }
        footer .container .left .item-1 .logo {
          margin-bottom: 10px; }
          footer .container .left .item-1 .logo a {
            display: block;
            margin-bottom: 30px; }
            footer .container .left .item-1 .logo a:hover {
              opacity: 0.7; }
          footer .container .left .item-1 .logo a:last-child {
            margin-bottom: 24px; }
      footer .container .left .item-2 {
        width: calc(100% - 240px);
        padding: 45px 0 0; }
        footer .container .left .item-2 p.top {
          color: #333132;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 20px;
          font-weight: 700; }
          footer .container .left .item-2 ul li:first-child {
            font-family: 'Raleway', sans-serif;
          }
        footer .container .left .item-2 ul li {
          color: #333132;
          font-size: 14px;
          line-height: 20px;
          font-weight: 500; }
          footer .container .left .item-2 ul li a {
            color: #333132;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500; }
            footer .container .left .item-2 ul li a:hover {
              opacity: 0.7; }
      footer .container .left .item-3 {
        width: 87%;
        margin: 46px 0 25px; }
        footer .container .left .item-3 ul li {
          margin: 0 26px 11px 0;
          display: inline-block; }
          footer .container .left .item-3 ul li a {
            color: #333132;
            font-size: 14px;
            line-height: 16px;
            font-weight: 500;
          }
            footer .container .left .item-3 ul li a:hover {
              color: #95005C; }
      footer .container .left .item-4 {
        position: relative;
        padding: 21px 0 5px; }
        footer .container .left .item-4 p {
          font-weight: 500;
          font-size: 15px;
          line-height: 20px;
          color: #fff;
          text-transform: uppercase;
          position: relative;
          z-index: 1;
          margin-bottom: 10px; }
        footer .container .left .item-4:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -1000px;
          right: -250%;
          content: '';
          background: #95005C; }
    #newsletter2 {
        z-index: 9999;
        background: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        background-color: white;
        padding: 66px 0 40px 88px;
        width: 100%;
        max-width: 600px;
        border-left: 1px solid #95005c;
        border-top: 1px solid #95005c;
        padding: 66px 0 40 88px;}
    @media only screen and (max-width: 768px) {
        #newsletter2 {
            padding: 40px;
        }
    }
      #newsletter2 h5 {
        font-size: 18px;
        line-height: 21px;
        position: relative;
        color: #333132;
        margin-bottom: 40px;
        text-transform: uppercase;
        font-weight: 600; }
        #newsletter2 h5:after {
          position: absolute;
          bottom: -8px;
          background: #333132;
          width: 78px;
          height: 2px;
          content: '';
          left: 0; }
      #newsletter2 p.text {
        font-size: 16px;
        line-height: 19px;
        color: #333132;
        margin-bottom: 20px; }
      #newsletter2 .footer-form {
        display: flex;
        justify-content: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 40px 0 0; }
        #newsletter2 .footer-form input.email {
          height: 54px;
          border: none;
          outline: none;
          border-bottom: 2px solid #333132;
          font-size: 14px;
          width: 230px;
          font-family: 'Raleway', sans-serif; }

        #newsletter2 .footer-form .btn-default {
          width: 110px; }

p.checkbox {
  width: 100%;
  margin-top: 25px;
  padding-left: 33px;
  position: relative; }
  p.checkbox i {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333132; }
    .newsletter-wrap p.checkbox i {
        font-size: 14px;
    }
    p.checkbox i a {
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #95005C; }
      p.checkbox i a:hover {
        opacity: 0.7; }

input[type=checkbox] {
  margin: 0;
  display: none; }

p input[type="checkbox"] + span {
  width: 16px;
  height: 16px;
  border: 2px solid #95005C;
  position: absolute;
  top: 3px;
  left: 0; }

p input[type="checkbox"]:checked + span:after {
  position: absolute;
  top: 1px;
  width: 10px;
  height: 10px;
  left: 1px;
  background: #95005C;
  content: ''; }

  p.small input[type="checkbox"] + span {
    width: 12px;
    height: 12px;
    border: 2px solid #95005C;
    position: absolute;
    top: 3px;
    left: 0; }
  p.small input[type="checkbox"]:checked + span:after {
    position: absolute;
    top: 1px;
    width: 6px;
    height: 6px;
    left: 1px;
    background: #95005C;
    content: ''; }

.mob-menu-icon {
  display: none; }
  .wishlist-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist-product .add-to-Cart-from-wishlist {
    width: 150px;
}
.menu-active {
  overflow: hidden;
  height: 100vh;
}
.mobile-menu {
  display: none !important;
}
.mobile-menu,
.menu-level-2 {
    padding-bottom: 70px !important;
}

.grid-item-767 {
  display: none !important; }

.newsletter-icons {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
}
#newsletter-minimize {
  cursor: pointer;
}
#newsletter-close {
  cursor: pointer;
}
#newsletter-button {
  position: relative;
  cursor: pointer;
  z-index: 1;
  text-align: left;
  display: none;
}
#newsletter-button2 {
  position: absolute;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
  display: block;
}
#newsletter-button h5,
#newsletter-button2 h5 {
  color: white;
}
/*------------------------------END-FOOTER---------------------------------------*/
/*------------------------------PAGE-BLOG---------------------------------------*/
.nav-panel-wrap {
  margin: 32px 0 56px;
  position: relative;
  z-index: 11; }
  .nav-panel-wrap .row {
    margin: 0; }
  .nav-panel-wrap .left {
    padding: 30px 60px;
    background: #95005C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
    max-width: 63%; }
    .nav-panel-wrap .left h1 {
      font-size: 18px;
      line-height: 21px;
      font-weight: 600;
      margin: 0;
      width: 30%;
      color: #fff;
      text-transform: uppercase; }
    .nav-panel-wrap .left ul {
      width: 70%;
      text-align: right; }
      .nav-panel-wrap .left ul li {
        display: inline-block;
        position: relative;
        padding-left: 10px;
        margin-left: 10px; }
        .nav-panel-wrap .left ul li:after {
          position: absolute;
          top: -1px;
          bottom: -2px;
          left: -3px;
          width: 1px;
          content: '';
          background: #fff; }
        .nav-panel-wrap .left ul li a {
          font-size: 18px;
          line-height: 21px;
          font-weight: 600;
          text-transform: uppercase;
          color: #fff; }
          .nav-panel-wrap .left ul li a:hover {
            opacity: 0.7; }
      .nav-panel-wrap .left ul li:first-child:after {
        display: none; }
  .nav-panel-wrap .right {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%; }
    .nav-panel-wrap .right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.page .info-panel-wrap .tel-wrap a .icon {
  position: relative; }
  .page .info-panel-wrap .tel-wrap a .icon:after {
    position: absolute;
    content: '';
    width: 10156px;
    height: 187px;
    border: 1px solid #95005C;
    transition: none;
    top: -63px;
    right: 23px;
    z-index: -1;
    pointer-events: none; }

.page-blog .blog-slider-wrap .owl-nav:after {
  display: none; }
.page-blog .blog-slider-wrap {
  overflow: hidden;
  padding-bottom: 110px; }
  .page-blog .blog-slider-wrap h2 {
    text-align: center;
    background: #F5ECEA;
    color: #333132;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #95005C;
    margin: 0 0 56px; }
  .page-blog .blog-slider-wrap .nav-product-slider {
    margin-top: -26px;
    margin-bottom: -4px;
    position: relative; }
    .page-blog .blog-slider-wrap .nav-product-slider:before {
      position: absolute;
      top: 30px;
      left: -1000px;
      right: -1000px;
      content: '';
      height: 1px;
      background: #95005C;
      z-index: -1; }
  .page-blog .blog-slider-wrap .btn-wrap {
    width: 100%;
    text-align: center; }
    .page-blog .blog-slider-wrap .btn-wrap .btn-default {
      width: 209px;
      margin: auto; }
      .page-blog .blog-slider-wrap .btn-wrap .btn-default img {
        margin-left: -10px;
        position: relative;
        left: 18px; }
/* .page-blog .shop-logo-wrap {
  margin-top: -66px; } */

.mob-nav-panel {
  display: none; }

/*-----------------------------END-PAGE-BLOG---------------------------------------*/
/*------------------------------PAGE-BLOG-MENU--------------------------------------*/
.page-blog-menu .nav-panel-wrap .left h1 {
  width: 100%; }
.page-blog-menu .nav-panel-wrap {
  margin-bottom: 46px; }

.blog-menu-content {
  margin: 0 0 20px; }
  .blog-menu-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0; }
    .blog-menu-content .row .item {
      width: 31%;
      margin: 0 3.5% 37px 0;
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
      background: #fff; }
      .blog-menu-content .row .item figure {
        height: 126px; }
        .blog-menu-content .row .item figure a:hover {
          opacity: 0.7; }
        .blog-menu-content .row .item figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .blog-menu-content .row .item .text-wrap {
        padding: 18px 24px 37px; }
        .blog-menu-content .row .item .text-wrap p.name {
          color: #808080;
          font-size: 10px;
          line-height: 11px;
          margin-bottom: 5px;
          font-weight: 700; }
        .blog-menu-content .row .item .text-wrap h6 {
          margin-bottom: 10px; }
          .blog-menu-content .row .item .text-wrap h6 a {
            display: block;
            min-height: 60px;
            font-weight: 500;
            color: #333132;
            font-size: 20px;
            line-height: 30px; }
            .blog-menu-content .row .item .text-wrap h6 a:hover {
              color: #95005C; }
        .blog-menu-content .row .item .text-wrap p.text {
          color: #333132;
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 12px; }
        .blog-menu-content .row .item .text-wrap .btn-wrap {
          text-align: center; }
          .blog-menu-content .row .item .text-wrap .btn-wrap .btn-default {
            width: 120px; }
    .blog-menu-content .row .item:nth-child(3n) {
      margin-right: 0; }

/*-----------------------------END-PAGE-BLOG-MENU--------------------------------------*/
/*------------------------------PAGE-CONTACT--------------------------------------*/
.contact-block-wrap {
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: -29px;}
  .contact-block-wrap .about {
    font-family: 'Raleway', sans-serif;
    padding: 0 50px; }
    .contact-block-wrap .about p {
      margin-bottom: 18px; }
      .contact-block-wrap .about p b {
        font-weight: 700; }
  .contact-block-wrap .btn-wrap {
    margin: 55px 0 81px;
    text-align: center;
    width: 100%; }
    .contact-block-wrap .btn-wrap a {
      display: block;
      position: relative;
      width: 120px;
      margin: auto; }
      .contact-block-wrap .btn-wrap a span {
        display: block;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        color: #95005C;
        margin: 0 0 7px;
        position: relative;
        z-index: 1; }
      .contact-block-wrap .btn-wrap a i {
        display: inline-block;
        width: 60px;
        background: #FCF8F7;
        height: 60px;
        text-align: center;
        position: relative;
        z-index: 1; }
        .contact-block-wrap .btn-wrap a i:after {
          position: absolute;
          z-index: -1;
          content: '';
          border: 1px solid #95005C;
          width: 760px;
          height: 790px;
          left: -63px;
          top: 28px; }
        .contact-block-wrap .btn-wrap a i:before {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: #FCF8F7;
          position: absolute;
          z-index: 0;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .contact-block-wrap .btn-wrap a i img {
          top: 25%;
          position: relative; }
      .contact-block-wrap .btn-wrap a:hover i {
        background: #F5ECEA; }
        .contact-block-wrap .btn-wrap a:hover i:before {
          background: #F5ECEA; }
  .contact-block-wrap .btn-wrap-2 {
    margin: 94px 0 44px; }
  .contact-block-wrap .btn-wrap-2 a i:after {
    display: none; }
  .contact-block-wrap .contact {
    width: 100%;
    position: relative;
    z-index: 11; }
  .contact-block-wrap .top-contact .row {
    margin: 0 15px; }
  .contact-block-wrap .top-contact .left {
    padding: 30px 60px;
    background: #95005C;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 458px;
            flex: 0 0 458px;
    max-width: 458px; }
    .contact-block-wrap .top-contact .left h2 {
      margin: 0;
      font-size: 18px;
      line-height: 21px;
      color: #fff;
      font-weight: 600; }
  .contact-block-wrap .top-contact .right {
    padding: 0;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 458px);
            flex: 0 0 calc(100% - 458px);
    max-width: calc(100% - 458px); }
    .contact-block-wrap .top-contact .right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.contact-content .row {
  margin: 0; }
.contact-content .left {
  padding: 50px 50px; }
  .contact-content .left h5 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #333132;
    font-weight: 500;
    text-transform: uppercase; }
  .contact-content .left ul li {
    margin-bottom: 0; }
    .contact-content .left ul li p {
      font-size: 15px;
      line-height: 20px;
      color: #333132;
      font-weight: 500; }
      .contact-content .left ul li p span {
        float: right;
        width: 237px;
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        color: #333132;
        font-weight: 500; }
        .contact-content .left ul li p span a {
          font-size: 15px;
          line-height: 20px;
          color: #333132;
          font-weight: 500; }
          .contact-content .left ul li p span a:hover {
            opacity: 0.7; }
.contact-content .right {
  padding: 50px 45px;
  /* display: none; */ }
  .contact-content .right h5 {
    font-size: 15px;
    line-height: 20px;
    color: #333132;
    font-weight: 700;
    margin-bottom: 15px; }
  .contact-content .right p {
    font-size: 15px;
    line-height: 20px;
    color: #333132;
    font-weight: 300;
    margin-bottom: 15px; }
    .contact-content .right p a{
      font-weight: 700;
      font-size: 15px;
      line-height: 18px;
      color: #95005C;
    }
    .contact-content .right p b {
      font-weight: 700; }

  .contact-content .right h3 {
    position: relative;
    color: #333132;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 26px;
    text-transform: uppercase;
    margin-top: 60px; }
    .contact-content .right h3:after {
      position: absolute;
      bottom: -8px;
      left: 0;
      height: 2px;
      background: #333132;
      content: '';
      width: 78px; }
  .contact-content .right .form-contact .input-wrap {
    margin-bottom: 20px; }
    .contact-content .right .form-contact .input-wrap label {
      display: none; }
    .contact-content .right .form-contact .input-wrap input {
      border: none;
      outline: none;
      color: #333132;
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      height: 45px;
      border-bottom: 2px solid #333132;
      width: 214px; }
  .contact-content .right .form-contact .input-wrap-text label {
    display: block;
    color: #333132;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
  .contact-content .right .form-contact .input-wrap-text textarea {
    padding: 15px;
    height: 93px;
    border: 2px solid #333132;
    color: #333132;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    resize: none;
    width: 95%;
    outline: none; }
  .contact-content .right .form-contact .input-wrap-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin-top: 44px; }
    .contact-content .right .form-contact .input-wrap-submit .check-wrap {
      width: calc(100% - 180px); }
      .contact-content .right .form-contact .input-wrap-submit .check-wrap p.checkbox {
        margin-top: 0; }
    .contact-content .right .form-contact .input-wrap-submit .btn-default {
      width: 172px;
      height: 54px;
      line-height: 52px; }

.job {
  width: 100%; }
  .job .top-contact .row {
    margin: 0 15px; }
  .job .top-contact .left {
    padding: 30px 60px;
    background: #95005C;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
    max-width: 63%; }
    .job .top-contact .left h2 {
      margin: 0;
      font-size: 18px;
      line-height: 21px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }
  .job .top-contact .right {
    padding: 0;
    height: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%; }
    .job .top-contact .right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.job-content {
  padding: 43px 50px; }
  .job-content p {
    font-size: 15px;
    line-height: 18px;
    color: #333132;
    margin-bottom: 18px; }
    .job-content p span {
      display: block;
      font-weight: 700; }
    .job-content p a {
      font-weight: 700;
      font-size: 15px;
      line-height: 18px;
      color: #95005C; }
      .job-content p a:hover {
        color: #333132; }
  .job-content h3 {
    position: relative;
    color: #333132;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-top: 56px; }
    .job-content h3:after {
      position: absolute;
      bottom: -8px;
      left: 0;
      height: 2px;
      background: #333132;
      content: '';
      width: 78px; }

.certificate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .certificate-wrap figure {
        width: 33%;
        padding: 15px;
        margin: 10px auto; }
    .certificate-wrap figure img {
      width: 100%; }
  .certificate-wrap figure:nth-child(3) {
    margin-right: 0; }

/*-----------------------------END-PAGE-CONTACT--------------------------------------*/
/*------------------------------PAGE-SHOP-MAP--------------------------------------*/
.map-wrap {
  margin-top: 84px;
  margin-bottom: 29px; }
  .map-wrap .row {
    margin: 0; }
  .map-wrap .top-map {
    padding: 0 29px;
    background: #95005C;
    width: 100%;
    height: 40px; }
    .map-wrap .top-map h5 {
      color: #fff;
      font-size: 15px;
      line-height: 40px;
      font-weight: 700;
      margin: 0; }

#map {
  width: 100%;
  height: 620px; }

.map {
  position: relative;
  width: 100%; }
  .map .select-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }

.nice-select {
  font-family: 'Raleway', sans-serif;
  background: #FCF8F7;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 60px 0 30px;
  font-size: 15px;
  font-weight: 700;
  color: #333132;
  border: none;
  letter-spacing: 1px;
  min-width: 300px; }
  .nice-select:after {
    display: none; }
  .nice-select:before {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: scale(1, -1) translate(0, -32%);
            transform: scale(1, -1) translate(0, -32%);
    content: url("../img/icon-10.svg");
    -webkit-transform-origin: top right;
            transform-origin: top right; }

.map-content {
  margin-top: 120px;
  width: 100%; }
  .map-content figure {
    margin-bottom: 30px; }
  .map-content .item-wrap h3 {
    position: relative;
    color: #333132;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 29px;
    text-transform: uppercase; }
    .map-content .item-wrap h3:after {
      position: absolute;
      bottom: -8px;
      left: 0;
      height: 2px;
      background: #333132;
      content: '';
      width: 78px; }
  .map-content .item-wrap .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .map-content .item-wrap .item-content li {
      width: 200px;
      margin-right: 100px;
      margin-bottom: 30px; }
      .map-content .item-wrap .item-content li p {
        color: #333132;
        font-size: 15px;
        line-height: 20px; }
        .map-content .item-wrap .item-content li p a {
          color: #333132;
          font-size: 15px;
          line-height: 20px; }
          .map-content .item-wrap .item-content li p a:hover {
            opacity: 0.7; }
      .map-content .item-wrap .item-content li p.top {
        font-weight: 700;
        color: #95005C; }
    .map-content .item-wrap .item-content li:nth-child(4n) {
      margin-right: 0; }
  .map-content .top-2 {
    margin-top: 70px; }
  .map-content .top-3 {
    margin-top: 70px; }

#map * {
  -webkit-transition: none;
  transition: none; }

.nice-select .list {
  /* width: 100%; */
  border-radius: 0;
  border: none; }
  .nice-select .list li {
    padding-left: 30px; }

/*-----------------------------END-PAGE-SHOP-MAP--------------------------------------*/
/*------------------------------PAGE-BLOG-INNER--------------------------------------*/
.blog-inner-wrap {
  padding: 5px 0 0;
  margin-bottom: 43px;
  position: relative;
  z-index: 11; }
  .blog-inner-wrap figure {
    margin-bottom: 44px; }
    .blog-inner-wrap figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .blog-inner-wrap h1 {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    color: #333132;
    text-align: center;
    margin-bottom: 54px; }
    .blog-inner-wrap h1:after {
      position: absolute;
      bottom: -6px;
      left: 106px;
      right: 106px;
      height: 2px;
      content: '';
      background: #333132;
      font-weight: 600; }
  .blog-inner-wrap p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
    padding: 0 35px; }
    .blog-inner-wrap p b {
      font-weight: 700; }

.blog-inner-ul {
  margin: 0 0 60px;
  padding: 0 35px; }
  .blog-inner-ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.2px; }
    .blog-inner-ul li b {
      font-weight: 700; }

.page-blog-inner .product-slider {
  margin-bottom: 102px; }

/*-----------------------------END-PAGE-BLOG-INNER--------------------------------------*/
/*------------------------------PAGE-PRIVATE--------------------------------------*/
.private-wrap {
  margin-bottom: 100px; }
  .private-wrap .container {
    padding: 0 55px; }
  .private-wrap p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1px;
    color: #434142;
    letter-spacing: -0.5px; }
    .private-wrap p a {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px;
      color: #434142;
      letter-spacing: -0.5px; }
      .private-wrap p a:hover {
        opacity: 0.7; }
  .private-wrap h6 {
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
    color: #434142;
    text-transform: uppercase;
    font-weight: 500; }
  .private-wrap ul {
    margin-bottom: 40px; }
    .private-wrap ul li {
      padding-left: 25px;
      position: relative;
      font-size: 15px;
      line-height: 20px;
      color: #434142;
      letter-spacing: -0.5px;
      font-family: 'Raleway', sans-serif;}
      .private-wrap ul li:after {
        position: absolute;
        top: 9px;
        left: 0;
        content: '';
        background: #95005C;
        width: 4px;
        height: 4px;
        border-radius: 100%; }

.page-private .nav-panel-wrap .left h1 {
  width: 100%; }
.page-private .nav-panel-wrap {
  margin: 32px 0 35px; }

/*-----------------------------END-PAGE-PRIVATE--------------------------------------*/
/*------------------------------PAGE-INFO-ORDER--------------------------------------*/
.cookie-a {
  color: #95005c !important;
}
.cookie-a:hover {
  color: #95005c !important;
}
.info-order {
  margin-bottom: 21px; }
  .info-order h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 42px;
    position: relative; }
    .info-order h1:after {
      position: absolute;
      bottom: -5px;
      width: 78px;
      height: 2px;
      content: '';
      background: #333132;
      left: 0; }
  .info-order .info-order-ul {
    margin-bottom: 34px; }
    .info-order .info-order-ul li {
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      padding-left: 25px;
      position: relative;
      font-size: 15px;
      line-height: 20px;
      color: #434142;
      letter-spacing: -0.5px; }
      .info-order .info-order-ul li:after {
        position: absolute;
        top: 7px;
        left: 0;
        content: '';
        background: #95005C;
        width: 4px;
        height: 4px;
        border-radius: 100%; }
  .info-order .container {
    padding: 0 70px; }

.accordion {
  padding: 0; }

.accordion * {
  -webkit-transition: none;
  transition: none; }

.accordion-panel {
  margin: 0;
  padding-bottom: .8rem;
  display: none;
  padding: 15px 0 0;
  font-weight: 500; }

.page-info-order .nav-panel-wrap {
  margin: 32px 0 34px; }

.accordion-item {
  position: relative;
  padding: 10px 50px 8px;
  border: 1px solid #707070;
  margin-bottom: 22px; }
  .accordion-item:before {
    position: absolute;
    top: 5px;
    left: 16px;
    content: "+";
    font-family: ff-more-web-pro, serif;
    font-size: 50px;
    line-height: 0.4;
    color: #95005C;
    font-weight: 200; }

.accordion-thumb {
  font-size: 14px;
  line-height: 20px;
  color: #333132;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer; }

.accordion-item.is-active:before {
  content: '-';
  top: 2px; }

/*-----------------------------END-PAGE-INFO-ORDER--------------------------------------*/
/*------------------------------PAGE-SHOP--------------------------------------*/
.filter-wrap {
  position: relative;
  z-index: 14;
  padding-top: 20px; }
  .filter-wrap h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 5px; }
  .filter-wrap .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
    .filter-wrap .filter .item {
      width: auto;
      margin-right: 15px; }
      .filter-wrap .filter .item label {
        font-size: 13px;
        line-height: 17px;
        color: #353334;
        display: none;
        font-weight: 600;
        margin-bottom: 2px; }
    .filter-wrap .filter .item-cost {
      width: 120px;
      padding: 5px 0 0; }
      .filter-wrap .filter .item-cost label {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        display: block;
        letter-spacing: 1.5px;}
  .filter-wrap .nice-select {
    font-family: 'Raleway', sans-serif;
    font-weight:500;
    width: auto;
    min-width: inherit;
    background: transparent;
    font-size: 13px;
    line-height: 17px;
    height: auto;
    font-weight: 600;
    padding: 5px 20px 5px 15px; }
  .filter-wrap .nice-select:before {
    content: url("../img/icon-11.svg");
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    right: 0;
    top: 3px; }
  .filter-wrap .nice-select .list {
    min-width: 120px;
    z-index: 12;
    overflow:scroll;
    height:220px;
    }
    .filter-wrap .nice-select .list li {
      padding: 0 15px; }

.page-shop .info-panel-wrap {
  margin: 0 auto 25px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  padding: 0;
  background: transparent !important;
  font-size: 13px;
  line-height: 17px;
  color: #353334; }

.irs--round .irs-bar {
  background: #95005C;
  top: 19px;
  height: 2px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  display: none; }

.irs--round .irs-handle {
  top: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid #353334;
  background-color: #DEDEDE;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none; }

.irs--round .irs-min, .irs--round .irs-max {
  top: -3px; }

.page-shop .info-panel-wrap .tel-wrap a .icon:after {
  height: 213px; }

.irs--round .irs-line {
  top: 19px;
  height: 2px; }

.irs * {
  -webkit-transition: none;
  transition: none; }

.irs--round .irs-min, .irs--round .irs-max {
  background: transparent !important; }
  .data-menu {
    position: sticky;
    top: 50px;
  }
.shop-content-wrap .aside-left {
  padding-top: 51px;
  padding-right: 0; }
  .shop-content-wrap .aside-left .data-menu > li {
    position: relative;
    margin-bottom: 18px; }
      .data-menu-toggler {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(2px);
      }
    .shop-content-wrap .aside-left .data-menu > li > a {
      font-size: 15px;
      line-height: 20px;
      font-weight: 600;
      color: #333132;
      text-transform: uppercase;
      display: block;
      position: relative;
      z-index: 10; }
      .shop-content-wrap .aside-left .data-menu > li > a:hover {
        color: #95005C; }
  .shop-content-wrap .aside-left .data-menu li.active > a {
    font-weight: 700; }
.shop-content-wrap .submenu {
  display: none;
  margin: 13px 0; }
  .shop-content-wrap .submenu li {
    margin-bottom: 14px; }
    .shop-content-wrap .submenu li a {
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      color: #333132; }
      .shop-content-wrap .submenu li a:hover {
        color: #95005C; }
.shop-content-wrap .submenu.show {
  display: block; }
.shop-content-wrap .main-center {
  padding-left: 65px;
}

  .shop-content-wrap .main-center .top {
    margin: 0 0 18px;
  }
  @media only screen and (min-width: 576px) {
    .shop-content-wrap .main-center .top {
      margin: 0 0 20px 0;
    }
  }
  @media only screen and (min-width: 991px) {
    .shop-content-wrap .main-center .top {
      margin: 23px 0 20px 0;
    }
  }

    .shop-content-wrap .main-center .top .select-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .shop-content-wrap .main-center .top label {
      font-family: 'Raleway', sans-serif;
      font-weight:500;
      display: inline-block;
      font-size: 13px;
      line-height: 17px;
      color: #353334;
      font-weight: 900;
      float: left;
      padding: 5px 0;
      width: auto;
      letter-spacing: 1px;}
      .nice-select.form-control {
        color: #0056b3;
      }
    .shop-content-wrap .main-center .top .nice-select {
      width: auto;
      min-width: inherit;
      background: transparent;
      font-size: 13px;
      line-height: 17px;
      height: auto;
      font-weight: 600;
      padding: 5px 20px 5px 5px;
      font-weight: 700;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      display: inline-block; }
    .shop-content-wrap .main-center .top .nice-select:before {
      content: url("../img/icon-11.svg");
      -webkit-transform: scale(1) translate(0, 0);
              transform: scale(1) translate(0, 0);
      right: 0;
      top: 3px; }
    .shop-content-wrap .main-center .top .nice-select:focus {
      box-shadow: none;
    }
    .shop-content-wrap .main-center .top .nice-select span {
      font-family: 'Raleway', sans-serif;
      font-weight:900;
      letter-spacing: 1px;}
    .shop-content-wrap .main-center .top .nice-select .list {
      min-width: 245px;
      z-index: 12;}
      .shop-content-wrap .main-center .top .nice-select .list li {
        padding: 0 15px;}
.shop-content-wrap .btn-wrap {
  text-align: center;
  margin: 46px 0 43px; }
  .shop-content-wrap .btn-wrap a {
    display: inline-block;
    position: relative;
    width: 120px; }
    .shop-content-wrap .btn-wrap a span {
      display: inline-block;
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      color: #95005C;
      margin: 0 0 7px;
      position: relative;
      z-index: 1;
      left:380px; }
    .shop-content-wrap .btn-wrap a i {
      display: inline-block;
      width: 60px;
      background: #FCF8F7;
      height: 60px;
      text-align: center;
      position: relative;
      z-index: 1;
      left:380px;}
      .shop-content-wrap .btn-wrap a i:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        /* background: #FCF8F7; */
        background: #fff;
        position: absolute;
        z-index: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .shop-content-wrap .btn-wrap a i img {
        top: 25%;
        position: relative;
        left:1px; }
    .shop-content-wrap .btn-wrap a:hover i {
      background: #F5ECEA; }
      /* .shop-content-wrap .btn-wrap a:hover i:before {
        background: #F5ECEA; } */

.shop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

  .shop-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    /* display: flex; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 30.5%;
    min-height: 308px;
    margin: 0 4.25% 70px 0; }
    .shop-content .item .top {
      position: absolute;
      top: -4px;
      left: 0;
      width: 40px;
      height: 40px;
      padding: 8px 5px;
      background: #F7DA77;
      z-index: 10; }
      .shop-content .item .top img {
        width: 100%; }
    .shop-content .item .left {
      width: 40%;
      background: #fff;
      position: relative;
      padding: 89px 0 56px;
      display: flex;
      flex-wrap: wrap;}
      .shop-content .item .left h6 {
        min-height: 60px;
        margin-bottom: 14px; }
        .shop-content .item .left h6 a {
          color: #333132;
          font-size: 17px;
          line-height: 23px;
          font-weight: 700; }
          .shop-content .item .left h6 a:hover {
            opacity: 0.7; }
      .shop-content .item .left .info {
        margin: 0; }
      .shop-content .item .left .info li {
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        margin-bottom: 0px; }
        .shop-content .item .left .info li p {
          font-size: 13px;
          line-height: 15px;
          text-transform: uppercase;
          margin-bottom: 9px;
          color: #707070;
          font-weight: 700;
          letter-spacing: 1px; }
        .shop-content .item .left .info li span {
          display: block;
          color: #333132;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500; }
      .shop-content .item.sale .left .bottom {
          background: #F7DA77;
          height: 56px;
      }
      .shop-content .item .left .bottom {
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 56px;
        text-align: center;
        padding: 0;
        padding-top: 2px !important;
      }
        .shop-content .item .left .bottom p {
          color: #95005C;
          font-weight: 500;
          font-size: 25px;
          line-height: 50px;
          font-family: ff-more-web-pro, serif;
        }
    .shop-content .item .right {
      width: 60%;
      background: #F5ECEA;
      padding: 0 0 56px;
      position: relative; }
      .shop-content .item .right figure {
        height: 100%; }
.shop-content .item .right figure a{
  display: block;
  height: 100%;
  width: 100%;
}
.shop-content.list {
  display: block;
}
.shop-content.list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: fit-content;
  margin: 1px 0; }
        .shop-content .item .right figure:hover {
          opacity: 0.7; }
        .shop-content .item .right figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;object-fit: cover;
        }
      .shop-content .item .right .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 54px;
        background: none; }
        .shop-content .item .right .bottom a {
          line-height: 52px; }
  .shop-content .item:nth-child(3n) {
    margin-right: 0; }

.breadcrumb {
  display: none; }

.filter-wrap .top-mobile {
  display: none; }

.shop-content .item .left .bottom p a {
  display: none; }

/*-----------------------------END-PAGE-SHOP--------------------------------------*/
/*------------------------------PAGE-PRODUCT--------------------------------------*/
.page-product .filter-wrap {
  display: none; }
.page-product .info-panel-wrap {
  margin: 0 auto 35px; }
.page-product .info-panel-wrap .tel-wrap a .icon:after {
  height: 150px; }

.product-inner {
  position: relative;
  z-index: 12;
  margin: 0 0 21px; }
  .product-inner figure {
    position: relative;
    text-align: center;
    padding: 50px 0; }
    .logo-main {
        width: 200px;
        height: 61px;
    }
    @media (max-width: 991px) {
      .product-inner figure {
        margin-top: 15px;
      }
    }
    .product-inner figure .label {
      font-family: 'Raleway', sans-serif;
      white-space: nowrap;
      position: absolute;
      top: 0;
      right: calc(100% - 16px);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      padding: 12px 27px;
      background: #1A1A1A;
      color: #2CCE96;
      font-size: 13px;
      line-height: 17px;
      -webkit-transform-origin: top right;-ms-transform-origin: top right;transform-origin: top right;
      font-weight: 700; }
    .product-inner figure .top {
      display: none; }
  .product-inner .text-wrap {
    padding-left: 35px;
    position: relative;
  }
    @media (max-width: 1199px) {
      .product-inner .text-wrap:after {
        width: 346px;
      }
    }
    @media (max-width: 991px) {
      .product-inner .text-wrap:after {
        width: 206px;
      }
    }
      .product-inner .text-wrap .top img {
        width: 100%; }
        .product-inner.sale .text-wrap .top {
            display:inline-block; }
    .product-inner .text-wrap .text-info {
      text-align: right;
      margin-top: 17px;
      margin-right: 27%;
      min-height: 24px;
      color: #333132 !important;
      font-size: 15px;
      line-height: 15px;
      font-weight: 500; }
      .product-inner .text-wrap .text-info a {
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid #333132;
        font-weight: 500;
        display: inline-block; }
        .product-inner .text-wrap .text-info a:hover {
          opacity: 0.7; }
      .product-inner .text-wrap .text-info img {
        margin-right: 15px;
        position: relative;
        top: -2px; }
    .product-inner .text-wrap h3 {
      color: #333132;
      font-size: 24px;
      line-height: 32px;
      margin-top: 15px;
      margin-bottom: 13px;
      font-weight: 700; }
    .product-inner .text-wrap p.cost {
      font-family: ff-more-web-pro, serif;
      color: #95005C;
      font-size: 25px;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 35px; }
      .product-inner.sale .text-wrap p.cost {
        background: #F7DA77;
        padding: 10px;
        text-align: center;
        transform: translateY(2px);
    }
    .product-inner .text-wrap .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 26px; }
      .product-inner .text-wrap .wrap p {
        color: #707070;
        font-size: 15px;
        line-height: 17px;
        width: 55px;
        margin-right: 19px;
        text-transform: uppercase;
        font-weight: 700; }
      .product-inner .text-wrap .wrap .input-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120px; }
        .product-inner .text-wrap .wrap .input-number .btn-count {
          width: 40px;
          height: 40px;
          text-align: center;
          cursor: pointer; }
          .product-inner .text-wrap .wrap .input-number .btn-count img {
            position: relative;
            top: 10px; }
        .product-inner .text-wrap .wrap .input-number input {
          width: 40px;
          height: 40px;
          text-align: center;
          outline: none !important;
          border: none !important;
          color: #54071A;
          font-size: 18px;
          padding: 0 5px;
          background: #F5ECEA;
          border-radius: 0;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .product-inner .text-wrap .wrap .btn-default {
        font-family: 'Raleway', sans-serif;
        width: 160px; }
    .product-inner .text-wrap .product-info li {
      font-size: 16px;
      line-height: 25px;
      color: #333132;
      font-weight: 500; }
      .product-inner .text-wrap .product-info li span {
        font-family: 'Raleway', sans-serif;
        display: inline-block;
        width: 190px;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 25px;
        font-weight: 700;
        color: #717171;
      }
      .owl-carousel.owl-drag .owl-item {
        padding-right: 5px;
      }
.page-product .product-slider-wrap h2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: -15px;
  color: #333132;
  font-weight: 500; }
.page-product .nav-product-slider {
  margin-bottom: 0; }
.page-product .product-slider-1 {
  margin: 0 0 58px;
  padding: 0 135px; }
  .page-product .product-slider-1 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    min-height:432px;
    }
    .page-product .product-slider-1 .item .top {
        display:none;
    }
    .owl-carousel .owl-stage-outer {
        padding-top: 2px !important;
        padding-left: 3px !important;
        padding-bottom: 2px !important;
    }
    .page-product .product-slider-1 .item.sale .top {
      position: absolute;
      top: -4px;
      left: 0;
      width: 50px;
      height: 50px;
      padding: 10px 8px;
      background: #F7DA77;
      z-index: 10;
    display:inline-block;}
      .page-product .product-slider-1 .item .top img {
        width: auto; }
    .page-product .product-slider-1 .item .left {
      width: 40%;
      background: #fff;
      position: relative;
      padding: 85px 0 56px; }
      .page-product .product-slider-1 .item .left h6 {
        margin-bottom: 34px; }
        .page-product .product-slider-1 .item .left h6 a {
          color: #333132;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700; }
          .page-product .product-slider-1 .item .left h6 a:hover {
            opacity: 0.7; }
      .page-product .product-slider-1 .item .left .info li {
        margin-bottom: 21px; }
        .page-product .product-slider-1 .item .left .info li p {
          font-size: 13px;
          line-height: 15px;
          text-transform: uppercase;
          margin-bottom: 9px;
          color: #707070;
          font-weight: 700;
          letter-spacing: 1px; }
        .page-product .product-slider-1 .item .left .info li span {
          display: block;
          color: #333132;
          font-size: 16px;
          line-height: 21px;
          font-weight: 500; }
      .page-product .product-slider-1 .item .left .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        height: 54px;
    }
        .page-product .product-slider-1 .item.sale .left .bottom {
        background: #F7DA77;
        }
        .page-product .product-slider-1 .item .left .bottom p {
          color: #95005C;
          font-weight: 500;
          font-size: 25px;
          line-height: 50px;
          font-family: ff-more-web-pro, serif;
        }
    .page-product .product-slider-1 .item .right {
      width: 56.8%;
      background: #F5ECEA;
      padding: 0 0 56px;
      position: relative; }
      .page-product .product-slider-1 .item .right figure {
        height: 100%; }
        .page-product .product-slider-1 .item .right figure:hover {
          opacity: 0.7; }
        .page-product .product-slider-1 .item .right figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;object-fit: cover;
            margin: auto;  }
      .page-product .product-slider-1 .item .right .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 54px;
        background: #F7DA77; }
        .page-product .product-slider-1 .item .right .bottom a {
          line-height: 52px; }
.page-product .product-slider-1 .item .top {
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 6px 5px; }
  .page-product .product-slider-1 .item .top img {
    width: 100%; }
.page-product .owl-nav:after {
  height: 1px;
  border-bottom: 0;
  left: -1000px;
  right: -12vw;
  width: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.page-product .product-slider-1 .item .left .bottom a {
  display: none; }

/*-----------------------------END-PAGE-PRODUCT--------------------------------------*/
/*------------------------------PAGE-LOGIN--------------------------------------*/
.order-one-content,
.container.wishlist,
.shipping-content {
  margin-top: 80px !important;
  margin-bottom: 60px !important;
}
.login-wrap {
  margin: 160px 0 56px; }
  .login-wrap h6 {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    padding: 0 40px;
    background: #95005C;
    text-transform: uppercase; }
  .login-wrap .left-wrap {
    padding-right: 20px; }
  .login-wrap .right-wrap {
    padding-left: 20px; }
  .login-wrap .left {
    border: 1px solid #95005C; }
  .login-wrap .right {
    border: 1px solid #95005C; }
  .login-wrap .form-login {
    padding: 25px 40px; }
    .form-login .btn-default {
      font-family: 'Raleway', sans-serif;
    }
    .login-wrap .form-login label {
      font-size: 14px;
      line-height: 19px;
      display: block;
      font-weight: 500;
      color: #777777;
      margin: 0 0 5px; }
    .login-wrap .form-login .input-wrap {
      margin-bottom: 20px; }
      .login-wrap .form-login .input-wrap input {
        outline: none;
        border: none;
        border-bottom: 2px solid #333132;
        font-size: 18px;
        height: 26px;
        color: #333132;
        padding: 0;
        width: 100%; }
    .login-wrap .form-login .input-wrap-submit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -8px 0 0; }
      .login-wrap .form-login .input-wrap-submit .check-wrap {
        width: calc(100% - 160px); }
        .login-wrap .form-login .input-wrap-submit .check-wrap p.checkbox {
          margin: 0 0 17px; }
          .login-wrap .form-login .input-wrap-submit .check-wrap p.checkbox i {
            font-size: 13px;
            line-height: 17px; }
        .login-wrap .form-login .input-wrap-submit .check-wrap p.checkbox:last-child {
          margin-bottom: -6px; }
      .login-wrap .form-login .input-wrap-submit .btn-default {
        width: 156px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: 38px 0 12px; }

.page-login .info-panel-wrap .tel-wrap a .icon:after {
  height: 150px; }

.forgot-password {
    font-size: 15px;
    border-bottom: 1px dashed #95005c;
    font-weight: 500;
}
.forgot-password:hover {
    color: #95005c;
}
#forgot-pw-btn {
  background-color: #54071a;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 8px 0;
}
#forgot-pw-btn:hover {
  background: #fff;
  color: #54071A;
  border-color: #54071a;
}
#forgot-password-input {
  background-color: #95005c;
}
/*-----------------------------END-PAGE-LOGIN--------------------------------------*/
/*------------------------------PAGE-PRODUCT-CARD--------------------------------------*/

.total-order-wrap {
  margin: 104px 0;
  position: relative;
  z-index: 12; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tabs .tab-menu {
    text-align: center;
    width: auto;
    position: relative;
    margin: 0 0 30px; }
    .tabs .tab-menu:after {
      bottom: -7px;
      left: 230px;
      right: 230px;
      content: '';
      height: 1px;
      background: #95005C;
      position: absolute; }
    .tabs .tab-menu li {
      display: inline-block;
      position: relative;
      color: #8E8E8E;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      margin: 0 90px;
      cursor: pointer;
      text-transform: uppercase;}
      .tabs .tab-menu li:after {
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: -7px;
        height: 4px;
        background: #95005C;
        content: '';
        opacity: 0; }
      .tabs .tab-menu li:hover {
        color: #333132; }
    .tabs .tab-menu li.active {
      color: #333132; }
      .tabs .tab-menu li.active:after {
        opacity: 1; }

.page-product-card .info-panel-wrap .tel-wrap a .icon:after {
  height: 150px; }

.tab-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.5%;
          flex: 0 0 63.5%;
  /* max-width: 63.5%; */
  padding: 0; }
  .tab-content .total-card {
    border: 1px solid #95005C;
    padding: 29px 30px 26px; }
    .tab-content .total-card .line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* margin-bottom: 40px; */ }
      .tab-content .total-card .line .close {
        width: 40px; }
        .tab-content .total-card .line .close a {
          padding: 10px;
          position: relative;
          top: -5px; }
      .tab-content .total-card .line figure {
        width: 80px; }
        .tab-content .total-card .line figure a img {
            width: 80px;
            height: 120px;
            max-width: 80px;
            max-height: 120px;
            object-fit: contain; }
        .tab-content .total-card .line figure a:hover {
          opacity: 0.7; }
      .tab-content .total-card .line .name {
        width: 200px; }
        .tab-content .total-card .line .name h6 {
          margin-bottom: 5px; }
          .tab-content .total-card .line .name h6 a {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            color: #333132; }
            .tab-content .total-card .line .name h6 a:hover {
              opacity: 0.7; }
        .tab-content .total-card .line .name p {
          font-size: 15px;
          line-height: 20px;
          font-weight: 500;
          color: #707070;
          margin: 0 0 6px; }
      .tab-content .total-card .line .input-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120px; }
        .tab-content .total-card .line .input-number .btn-count {
          width: 40px;
          height: 40px;
          text-align: center;
          cursor: pointer; }
          .tab-content .total-card .line .input-number .btn-count img {
            position: relative;
            top: 10px; }
        .tab-content .total-card .line .input-number input {
          width: 40px;
          height: 40px;
          text-align: center;
          outline: none !important;
          border: none !important;
          color: #54071A;
          font-size: 18px;
          padding: 0 5px;
          background: #F5ECEA;
          border-radius: 0;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
      .tab-content .total-card .line .cost {
        width: 90px;
        text-align: right;
        padding-right: 15px; }
        .tab-content .total-card .line .cost p {
          font-size: 15px;
          line-height: 20px;
          font-weight: 500;
          color: #333132;
          margin-bottom: 10px; }
        .tab-content .total-card .line .cost p.old {
          font-size: 13px;
          line-height: 17px;
          font-weight: 500;
          margin-bottom: 0;
          color: #707070; }
    .tab-content .total-card .line:last-child {
      margin-bottom: 0; }

.tab-total-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.5%;
          flex: 0 0 35.5%;
  max-width: 35.5%;
  border: 1px solid #95005C;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 0; }
  .tab-total-info .head {
    text-align: center;
    width: 100%;
    display: block !important;
    background: #95005C; }
    .tab-total-info .head h6 {
      color: #fff;
      font-size: 15px;
      line-height: 40px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-bottom: 0; }
  .tab-total-info .total-info-content {
    padding: 28px 32px 24px;
    display: block !important; }
    .tab-total-info .total-info-content ul {
      width: 100%; }
      .tab-total-info .total-info-content ul li {
        width: 100%;
        margin-bottom: 12px; }
        .tab-total-info .total-info-content ul li:after {
          content: "";
          display: table;
          clear: both; }
        .tab-total-info .total-info-content ul li p {
          display: inline-block;
          float: left;
          font-size: 14px;
          line-height: 19px;
          margin: 0;
          color: #707070;
          font-weight: 200; }

        .tab-total-info .total-info-content ul li span {
          display: inline-block;
          float: right;
          color: #707070;
          font-size: 15px;
          line-height: 20px;
          font-weight: 500;
          max-width: 170px;
          text-align: right; }
        .tab-total-info .total-info-content ul li .info-1 {
          line-height: 15px;
          margin-bottom: 3px; }
        .tab-total-info .total-info-content ul li .info-2 {
          line-height: 15px;
          font-size: 13px;
          color: #959595; }
      .tab-total-info .total-info-content ul li.item-tab-2 {
        display: none;
        border-top: 1px solid #95005C;
        padding: 20px 0 10px; }
        .tab-total-info .total-info-content ul li.item-tab-2 p {
          width: 100%;
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 15px;
          color: #707070;
          text-transform: inherit; }
        .tab-total-info .total-info-content ul li.item-tab-2 a {
          display: block; }
          .tab-total-info .total-info-content ul li.item-tab-2 a img {
            width: 100%; }
        .tab-total-info .total-info-content ul li.item-tab-2 p.checkbox i {
          font-size: 13px;
          line-height: 17px;
          margin-bottom: 20px;
          color: #707070; }
      .tab-total-info .total-info-content ul .total {
        margin-top: 20px;
        padding-top: 23px;
        padding-bottom: 23px;
        margin-bottom: 20px;
        border-top: 1px solid #95005C;
        border-bottom: 1px solid #95005C; }
        .tab-total-info .total-info-content ul .total p, .tab-total-info .total-info-content ul .total span {
          color: #333132;
          text-transform: uppercase; }
      .tab-total-info .total-info-content ul li:last-child {
        margin-bottom: 0; }

      .tab-total-info .total-info-content ul .payment_methods{
        margin-bottom: 20px;
        border-bottom: 1px solid #95005C;
        padding-bottom: 17px;}

.info-item {
  border: 1px solid #95005C;
  padding: 0;
  margin-bottom: 20px; }
  .info-item .head {
    width: 100%;
    background: #95005C;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .info-item .head h3 {
      color: #fff;
      font-size: 15px;
      line-height: 40px;
      font-weight: 700;
      letter-spacing: -0.5px;
      width: 45%;
      margin: 0;
      text-transform: uppercase; }
    .info-item .head p {
      width: 52%;
      font-size: 13px;
      line-height: 17px;
      color: #fff;
      letter-spacing: -0.5px; }
  .info-item .info-item-content .radio-ul {
    padding: 18px 40px 13px; }
    .info-item .info-item-content .radio-ul li {
      margin-bottom: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .info-item .info-item-content .radio-ul li p.name {
        width: calc(100% - 270px);
        font-size: 15px;
        line-height: 20px;
        color: #333132; }
        .ostuinfo-ref {
          color: #0056b3;
          margin-right: 20px;
          border-bottom: 1px solid #0056b3;
          font-size: 0.85rem;
        }
       /*  .ostuinfo-ref:hover {
          color: #0056b3;
          border-bottom: 1px solid #0056b3;
        } */
      .info-item .info-item-content .radio-ul li .radio-wrap {
        width: 40px;
        height: 40px;
        border: 1px solid #95005C;
        background: #F5ECEA; }
      .info-item .info-item-content .radio-ul li p.cost {
        width: 100px;
        font-size: 15px;
        line-height: 20px;
        color: #333132;
        text-align: right;
        padding-right: 7px; }
  .info-item .form-login, .info-item .form-delivery {
    padding: 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .info-item .form-login label, .info-item .form-delivery label {
      font-size: 14px;
      line-height: 19px;
      display: block;
      font-weight: 500;
      color: #777777;
      margin: 0 0 5px; }
    .info-item .form-login .input-wrap, .info-item .form-delivery .input-wrap {
      margin-bottom: 39px;
      width: 47%; }
      .info-item .form-login .input-wrap input, .info-item .form-delivery .input-wrap input {
        outline: none;
        border: none;
        border-bottom: 2px solid #333132;
        font-size: 14px;
        height: 26px;
        color: #333132;
        padding: 0;
        width: 100%; }
    .info-item .form-login .input-wrap-full, .info-item .form-delivery .input-wrap-full {
      width: 100%; }
    .info-item .form-login .input-wrap-submit, .info-item .form-delivery .input-wrap-submit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .info-item .form-login .input-wrap-submit .btn-default, .info-item .form-delivery .input-wrap-submit .btn-default {
        width: 156px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: 0 0 0 30px; }
      .info-item .form-login .input-wrap-submit .link-wrap, .info-item .form-delivery .input-wrap-submit .link-wrap {
        width: calc(100% - 186px);
        text-align: right; }
        .info-item .form-login .input-wrap-submit .link-wrap a, .info-item .form-delivery .input-wrap-submit .link-wrap a {
          font-size: 13px;
          line-height: 18px;
          color: #95005C; }
          .info-item .form-login .input-wrap-submit .link-wrap a:hover, .info-item .form-delivery .input-wrap-submit .link-wrap a:hover {
            color: #333132; }
        .info-item .form-login .input-wrap-submit .link-wrap p, .info-item .form-delivery .input-wrap-submit .link-wrap p {
          color: #727272;
          font-size: 13px;
          line-height: 18px; }
  .info-item .form-delivery {
    padding: 20px 40px 15px; }
    .info-item .form-delivery .select-block {
      margin-bottom: 39px;
      width: 100%; }
      .info-item .form-delivery .select-block label {
        color: #95005C;
        display: block;
        margin-bottom: 5px; }
      .info-item .form-delivery .select-block .nice-select {
        background: transparent;
        border-bottom: 2px solid #333132;
        height: 30px;
        line-height: 30px;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.5px;
        padding: 0 60px 0 20px; }
        .info-item .form-delivery .select-block .nice-select:before {
          content: url("../img/icon-12.svg");
          -webkit-transform: scale(1) translate(0, -40%);
                  transform: scale(1) translate(0, -40%);
          right: 6px; }
      .info-item .form-delivery .select-block .nice-select .list li {
        padding-left: 20px; }
    .info-item .form-delivery .input-wrap {
      margin-bottom: 21px; }

.tab-content .tab-item .info-item-4 .line .input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px; }
.tab-content .tab-item .info-item-4 .line .name {
  width: 265px; }
.tab-content .tab-item .info-item-4 .line .cost {
  width: 110px; }
.tab-content .tab-item .info-item-4 .btn-wrap {
  width: 100%;
  text-align: center;
  margin: -23px 0 8px; }
  .tab-content .tab-item .info-item-4 .btn-wrap a {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #95005C;
    margin-top: 30px; }
    .tab-content .tab-item .info-item-4 .btn-wrap a img {
      position: relative;
      top: -1px;
      margin-right: 10px; }
    .tab-content .tab-item .info-item-4 .btn-wrap a:hover {
      opacity: 0.7; }

input[type=radio] {
  margin: 0;
  display: none; }

p input[type="radio"] + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }
  p input[type="radio"] + span:after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #95005C;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: ''; }
.f-item {
    max-width: 150px;
}
@media only screen and (max-width: 991px) {
    .f-item {
        max-width:100%;
    }
}
p.radio-p {
  width: 38px;
  height: 38px;
  position: relative; }

p input[type="radio"]:checked + span {
  opacity: 1; }

.info-item .text-wrap {
  padding: 32px 40px; }
  .info-item .text-wrap p {
    font-size: 14px;
    margin-bottom: 24px; }
  .info-item .text-wrap figure {
    margin: 35px 0 -6px; }


.tab-total-info .total-info-content ul li .radio-ul{
  padding: 0;
  margin-bottom: 20px;
}
.tab-total-info .total-info-content ul li .radio-ul li .radio-wrap{
  background: transparent;
  margin-right: 15px;
 border: none;
}
.tab-total-info .total-info-content ul li .radio-ul li .radio-wrap span{
  position: absolute;
  width: 10px;
  height: 10px;
  background: #95005C;
  content: '';
  top: -34px;
  left: 3px;
}
.tab-total-info .total-info-content ul li .radio-ul li .radio-wrap span:after{
  display: none;
}

.tab-total-info .total-info-content ul li .radio-ul li{
  -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
  margin: 10px 0;
  position: relative;
}
.tab-total-info .total-info-content ul li .radio-ul li .radio-wrap, .tab-total-info .total-info-content ul li .radio-ul li .radio-wrap p{
  width: auto;
  height: auto;
}
.tab-total-info .total-info-content ul li .radio-ul li>label{
  margin-bottom: 0;
  position: relative;
}
.tab-total-info .total-info-content ul li .radio-ul li .radio-wrap{
  margin-right: 33px;
}
.tab-total-info .total-info-content ul li .radio-ul li>label:after{
  width: 16px;
  height: 16px;
  border: 2px solid #95005C;
  position: absolute;
  top: 1px;
  left: -33px;
  content: '';
}
/* .tab-total-info .total-info-content ul .total + li>p:first-child{
  margin-bottom: 20px;
} */
.info-item .form-login .input-wrap input, .info-item .form-delivery .input-wrap input{
  border-radius: 0;
  outline: none;
}
.logo{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.top-menu{
  -ms-flex: 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 0;
}

.payment_methods img {
    float: left;
    width: 98px;
    margin-left: 8px;
    margin-bottom: 15px !important;
}
.payment_method.active{
    border:4px solid yellow;
}
.payment_method:nth-child(4){
    clear:both;
}
/*-----------------------------END-PAGE-PRODUCT-CARD--------------------------------------*/

/*-----------------------------BLOG-PAGINATION--------------------------------------*/
.pagin-a {
  margin: 0 5px;
  border: 1px solid #95005c;
  padding: 5px 9px;
  cursor: pointer;
  border-radius: 3px;
  color: #95005c;
  font-weight: 600;
}
.pagin-a.active {
  background-color: #95005c;
  color: white;
  pointer-events: none;
  cursor: text;
}
.pagin-a:hover {
  background-color: #95005c;
  color: white;
}

/*-----------------------------REGIO ADDRESS SEARCH--------------------------------------*/
 .regio-address-search {
     display: block;
     position: relative;
 }

 .regio-address-search-input {
     display: block;
     position: relative;
     box-sizing: border-box;
     width: 100%;
     height: 32px;
     margin: 0 0 10px 0;
     padding: 0 32px 0 10px;
     background: #fff;
     font-family: inherit;
     font-size: inherit;
     z-index: 1;
 }

 .regio-address-search-autocomplete {
     display: block;
     position: absolute;
     top: 100%;
     left: 0;
     margin: 0;
     padding: 0;
     min-width: 100%;
     list-style: none;
     background: #fff;
     border-radius: 0;
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
     z-index: 2;
 }

 .regio-address-search-autocomplete-hidden {
     display: none;
 }

 .regio-address-search-autocomplete>* {
     display: block;
     box-sizing: border-box;
     clear: both;
     padding: 10px 5px 10px 10px;
     color: #333;
     cursor: pointer;
     border-bottom: solid 1px #eee;
 }

 .regio-address-search-autocomplete-highlight {
     background: #eee;
 }

 .regio-address-search-autocomplete-small {
     font-size: 13px;
 }

 .regio-address-search-autocomplete-bold {
     font-weight: bold;
     color: #000;
 }
 .postcode-check-link {
    text-decoration: underline !Important;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
 }
 .postcode-check-link:hover {
   color: black;
   text-decoration: underline;
 }
 .postcode-check-text {
   font-size: 14px;
   font-weight: 500;
   position: absolute;
   top:0;
   left:0;

 }
 /*-----------------------------REGIO ADDRESS SEARCH END--------------------------------------*/

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

.product-info-detailed__section {
  margin-top: 15px;
  margin-bottom: 73px;
}

.product-info-detailed__wrapper {
  display: flex;
  align-items: center;
}
@media(max-width: 991px) {

  .product-info-detailed__wrapper {
    flex-direction: column;
  }
}

.product-info-detailed {
  align-self: flex-start;
  order: 2;
  position: relative;
  margin-top: 26px;
  padding-left: 35px;
}

.product-info-detailed__offset-left {
  padding-left: 13px;
}
@media(max-width: 991px) {

  .product-info-detailed__offset-left {
    padding-left: 0;
  }
}

.product-info-detailed__icon {
  position: absolute;
  top: -8px;
  left: 8px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-info-detailed__icon_large {
  left: 2px;
  width: 26px;
  height: 26px;
}

.product-info-detailed__title {
  margin-bottom: 0;
  color: #95055C;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-info-detailed__compatibilities {
  margin: -2px -10px -10px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.product-info-detailed__compatibility {
  margin: 10px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-info-detailed__compatibility-main {
  flex-grow: 1;
  order: 2;
  margin: 16px 0 -8px 44px;
  height: 93px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media(max-width: 991px) {

  .product-info-detailed__compatibility-main {
    width: 100%;
    order: 1;
    margin: 10px 0;
  }
}

.product-info-detailed__description {
  margin-top: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #333132;
}

.print,
.print:focus {
  outline-width: 0;
}
.print {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  border-width: 0;
  padding: 0;
  background-color: transparent;
}

.print__img {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/web/img/static/print.png");
}

.print__text {
  font-family: 'Raleway', sans-serif;
  outline-width: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #95055C;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .print_mobile-offset {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

/* @media print {
  .d-print-none {
    display: none !important; }
} */

/***** MY ACCOUNT *****/

.table td {
  border-top: none !Important;
  /* border-bottom: 1px solid #dee2e6; */
  padding-left: 0;
  padding-right: 0;
}
.table th {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
.orders-headers {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.table thead th {
  border-bottom: 2px solid #95005c;
}
.order-table-heading {
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: #95005c;
}
.table-wrap {
  padding: 10px 30px;
  border: 2px solid #95005c;
  border-top: none;
}
.order-table-h6 {
  padding:5px 0;
  color: white;
  font-weight:600;
  font-size:16px;
  margin:0;
}
.order-table {
  margin-bottom: 0;
}
.order-table tbody .col {
  padding:0;
  padding-top:10px;
}
.list-group-wrap .list-group-item {
  border: none;
  padding: 0;
}
.list-group-wrap {
  border-top: 2px solid #95005c;
  padding-top: 10px;
}
.profile-menu {
  border: 2px solid #95005c;
  padding: 20px 30px;

}
.list-group-wrap .nav-link {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.list-group-wrap .nav-link:hover {
  color: black;
}
.profile-logout {
  margin-bottom: 20px;
  width: 140px;
  line-height: 33px;
}
.profile-names {
  margin-bottom: 5px;
  font-size: 16px;
}
.btn-profile {
  width: 220px;
  font-weight: 700;
  font-family: 'Raleway', 'sans-serif';
  line-height: 30px;
}
.profile-heading-h6 {
  text-align: center;
  background-color: #95005c;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  margin: 0;
}
.profile-wrap {
  padding: 30px;
  border: 2px solid #95005c;
  border-top: none;
}
.profile-wrap label {
  margin: 0;
  font-weight: 400;
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
}

.form-control.profile,
.profile-wrap input {
  border: 2px solid #95005c;
  height: 30px;
  border-radius: 0;
}
.profile-wrap input::placeholder {
  font-weight: 400;
  color: #bfbfbf;
  font-family: -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  Arial,
  "Noto Sans",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
}
.form-control.profile:focus,
.profile-wrap input:focus {
  box-shadow: none;
}

.profile-content,
.wishlist-content {
  margin-top: 60px;
}
.star-req {
  color:#95005c;
}
.profile-wrap input:focus {
  border: 2px solid #95005c;
}
.text-err {
  color: red;
  font-weight: 400;
  font-size: 13px;
}
.orders-table-heading {
  font-family: 'Raleway', 'sans-serif';
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #95005c;
  padding-bottom: 5px;
}

.delete-whole-cart {
  text-transform: uppercase;
  font-family: -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  Arial,
  "Noto Sans",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  color: #95005c;
  font-weight: 600;
  font-size: 13px;
}
.delete-whole-cart:hover {
  color: #95005c;
}
.delete-whole-cart img {
  margin-right: 5px;
  vertical-align: baseline;
  transform: translateY(1px);
}
#update_cart_form {
  margin-bottom: 12px;
}

.shops-shop {
  height: 160px;
}

.view-order-table th {
  border-bottom: none !Important;
}
.view-order-table tbody {
  border-bottom: 2px solid #95005c;
  border-top: 2px solid #95005c;
}
.view-order-table th {
  padding-bottom: 0;

}
.view-order-table th h6 {
  padding-bottom: 0;
  font-weight: 600 !Important;
  margin-bottom: 2px;
}
.view-order-order h6 {
  font-size: 16px;
}
.view-order-order {
  background-color: #fcf8f7;
  padding: 10px 15px 10px 15px;
}
.view-order-order h2 {
  margin: 0;
}
.view-order-order .heading {
  border-bottom: 2px solid #95005c;
  margin-bottom: 13px;
  padding: 10px 0;
  padding-bottom: 10px;
}
.view-order-order .heading span {
  float: right;
  font-weight: 600;
  font-size: 18px;
  color: black;
}
.view-order-order .heading h2 {
  font-size: 20px;
  color: #95005c;
}
.view-order-prodname {
  color: #333132;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.view-order-table {
  font-family: 'Raleway', sans-serif;
  margin-top: 10px;
}
.view-order-table tbody {
  font-size: 16px;
  font-weight: 400;
}
.view-order-order .info div {
  font-family: 'Raleway', sans-serif;
}
.view-order-order .info {
  font-size: 15px;
  margin-bottom: 15px;
}
.shop-logo-wrap {
    margin: 30px auto 70px auto;
}
body.home .blog-slider-wrap {
    margin-top: -120px;
}
body.home .dot-blog-slider {
    width: 100%;
    padding-bottom: 10px;
}
.wishlist-item-title {
  margin-top: 5px;
  width: 100%;
  padding: 0 5px;
  word-break: break-word;
}
.wishlist-item-title h5 a {
  color: black;
  font-size: 17px;
  font-weight: 600;
}
.wishlist-wrap {
  padding: 20px;
}
.wishlist-wrap .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.check-address-wrap .container {
  padding: 0 50px;
}
.check-address-wrap input {
  width: 100%;
  height: 40px !Important;
  max-width: 500px;
  border: 2px solid #95005c;
  height: 30px;
  border-radius: 0;
  padding-left: 20px !Important;
}
.check-address-wrap input::placeholder,
.check-address-wrap input {
  color: black;
  font-size: 13px;
}
.check-address-wrap input:focus {
  outline: none;
  border: 2px solid #95005c !Important;
  box-shadow: none;
}
.check-address-wrap {
  margin-bottom: 100px;
}
.check-address-text p {
  margin-bottom: 4px;
  font-weight: 500;
}
.mobile-menu-myaccount {
  background-color: #95005c;
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
}
.mobile-menu-myaccount li a {
  color: white !Important;
  font-weight: 500 !Important;
}
.mobile-menu-myaccount li {
  margin-bottom: 12px !Important;
}
.mobile-menu-myaccount::after {
  content: '';
  position: absolute;
  top: -12px;
  right: 14%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #95005c;
}
.registration-process #email::placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

.registration-process #email:focus {
  border-color: #95005c;
  box-shadow: none;
}

.registration-process #forgot-password-input {
  display: none;
}
.login-wrap-checkout {
    transition: none !important;
}
.info-item .info-item-content .radio-ul li p.name span {
  display: block;
  font-size: 13px;
  color: #de320a;
}
.info-item .info-item-content .radio-ul li .radio-wrap.limit-full {
  background-color: #fcfafa;
  border: 1px solid #e4bed5;
}
#forgot-pw-btn {
  max-width: 200px;
}
.horgutaja {
  position: absolute;
  z-index: 9;
  max-width: 115px;
}
.lang-switcher {
  text-align: right;
  margin-bottom: 20px;
}
.lang-switcher a {
  padding: 7px 12px;
  background-color: #f5ecea;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.lang-switcher a.active {
  background-color: #95005c;
  color: white;
}
.lang-switcher a.active:hover {
  color: white;
}
.lang-switcher a:hover {
  color: black;
}
.bottom-2 {
    width: 68%;
}

.shop-content.list .bottom-2 {
  width: 140px;
  margin: 1px 3px 1px 10px;
}
.shop-content.list .item figure {
  width: 33px;
  height: 33px;
  margin: 0 8px;
  overflow:hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .profile-menu {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .total-order-wrap {
    margin: 80px 0 60px 0 !important;
  }
  .check-address-text p {
      margin-bottom: 8px;
  }
  .check-address-wrap .container {
      padding: 0 20px;
  }
  .orders-btn-wrap {
    text-align: left !Important;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .order-one-content {
    margin-top: 30px !Important;
  }
  .shop-logo-wrap {
      margin: 40px auto;
  }
  body.home .blog-slider-wrap {
      margin-top: 30px;
  }
  #profile-name {
    margin-bottom: 1rem;
  }
  .footer-container {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
    .wishlist-product .add-to-Cart-from-wishlist {
        width: 120px;
        font-size: 10px;
    }
    .wishlist-wrap {
        padding: 10px;
    }
    .tab-content .total-card .line figure a img {
        width: 43px;
        height: 60px;
    }
  .total-order-wrap {
    margin: 50px 0 40px 0 !important;
  }
  .profile-content,
  .shipping-content,
  .wishlist-content,
  .order-one-content,
  .order-two-content {
    margin-top: 20px !Important;
  }
  .container.wishlist,
  .container.wishlist .col-3,
  .container.wishlist .col-8,
  .container.wishlist .col-1 {
    padding: 0 !Important;
    margin-top: 10px !important;
  }
  .wishlist .shop-cart-form {
    width: 90%;
    margin: 0;
  }
  .row.wishlist-inner,
  .row.wishlist,
  .container.wishlist .row {
    margin-right: 0;
    margin-left: 0;
  }
  .container .main-col {
    padding: 0 10px !Important;
  }
  .profile-content .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-add-to-cart-txt-wishlist {
    display: block !Important;
  }
  .bottom-2 {
    width: 44px;
  }
}
@media (max-width: 448px) {
  .table-wrap {
    font-size: 13px;
  }
  .view-order-table tbody {
    font-size: 15px;
    font-weight: 400;
  }
  .view-order-prodname {
    font-size: 14px;
  }
  .view-order-table th h6 {
    font-size: 15px;
  }

}

@media (max-width: 991px) {
    .product-slider .item.sale .add-to-Cart-from-shop {
        height: 45px !important;
        transform: translate(2px, 1px) !important;
    }
    .owl-carousel.owl-drag .owl-item {
        padding-right: 5px;
    }
}
