/* --- Beauty theme --- */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&display=swap");
body {
  color: #252525; }

@media (min-width: 768px) and (max-width: 991px) {
  .beauty_main p {
    font-size: 14px; } }
.beauty_main header .header_nav {
  background: #fff7f2; }
  .beauty_main header .header_nav .logo a {
    color: #e89b93; }
  .beauty_main header .header_nav .navbar-expand-lg .navbar-nav li > a {
    border-top: 2px solid transparent; }
    .beauty_main header .header_nav .navbar-expand-lg .navbar-nav li > a.nav-link.active {
      background: none;
      color: #e89b93;
      border-top: 2px solid #e89b93; }
    .beauty_main header .header_nav .navbar-expand-lg .navbar-nav li > a.nav-link:hover {
      background: none;
      color: #e89b93;
      border-top: 2px solid #e89b93; }
  .beauty_main header .header_nav .navbar-expand-lg .navbar-nav li > .dropdown-menu ul li a {
    border: none; }
    .beauty_main header .header_nav .navbar-expand-lg .navbar-nav li > .dropdown-menu ul li a:hover {
      border-top: none;
      color: #e89b93; }
  .beauty_main header .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a {
    border: none; }
    .beauty_main header .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a:hover {
      border: none; }
  .beauty_main header .header_nav .navbar-expand-lg .navbar-nav.attr-nav .search_trigger .search_wrap {
    background: #e89b93; }
.beauty_main .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
.beauty_main .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 0px; }
.beauty_main .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }
.beauty_main .modal.right.fade.show .modal-dialog {
  right: 0; }
.beauty_main .cart_new {
  border-radius: 0px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
  .beauty_main .cart_new .modal-body {
    padding: 0px; }
    .beauty_main .cart_new .modal-body .sitebar-cart {
      width: auto;
      position: relative;
      right: 0px;
      box-shadow: none; }
      .beauty_main .cart_new .modal-body .sitebar-cart button {
        opacity: 1; }
        .beauty_main .cart_new .modal-body .sitebar-cart button svg {
          width: 32px;
          height: 32px; }
      .beauty_main .cart_new .modal-body .sitebar-cart .cart-footer .cart_total p span {
        font-size: 18px;
        font-weight: 600; }
      .beauty_main .cart_new .modal-body .sitebar-cart .cart-footer .cart_total .procced_btn a {
        border-radius: 0px; }
        .beauty_main .cart_new .modal-body .sitebar-cart .cart-footer .cart_total .procced_btn a.button-checkout {
          background: #023a15; }
.beauty_main .banner_bet {
  background: url("../images/bg_2.jpg") no-repeat center;
  background-size: cover;
  padding: 189px 0px; }
  @media only screen and (max-width: 767px) {
    .beauty_main .banner_bet {
      padding: 90px 0px; } }
  .beauty_main .banner_bet .banner_texts {
    max-width: 630px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .banner_bet .banner_texts {
        margin-left: auto;
        max-width: 450px; } }
    .beauty_main .banner_bet .banner_texts h1 {
      font-family: "Playfair Display", serif;
      font-size: 80px;
      margin-bottom: 17px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .banner_bet .banner_texts h1 {
          font-size: 52px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .banner_bet .banner_texts h1 {
          font-size: 50px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .banner_bet .banner_texts h1 {
          font-size: 28px; } }
    .beauty_main .banner_bet .banner_texts p {
      font-size: 16px;
      line-height: 25px;
      color: #252525;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .beauty_main .banner_bet .banner_texts p {
          font-size: 14px;
          margin-bottom: 20px; } }
    .beauty_main .banner_bet .banner_texts a.btn_th_main {
      background: #023a15;
      color: #ffffff;
      padding: 15px 30px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .beauty_main .banner_bet .banner_texts a.btn_th_main {
          padding: 10px 20px;
          font-size: 14px; } }
.beauty_main .sellers_products {
  padding-top: 93px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .sellers_products {
      padding: 50px 0px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .sellers_products {
      padding: 50px 0px; } }
  .beauty_main .sellers_products .heading_s1 {
    margin-bottom: 67px; }
    .beauty_main .sellers_products .heading_s1 span {
      font-size: 20px;
      font-weight: bold;
      color: #e89b93;
      text-transform: uppercase;
      margin-bottom: 7px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .sellers_products .heading_s1 span {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .sellers_products .heading_s1 span {
          font-size: 14px; } }
    .beauty_main .sellers_products .heading_s1 h2 {
      font-size: 55px;
      color: #252525;
      font-family: "Playfair Display", serif;
      font-weight: bold; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .sellers_products .heading_s1 h2 {
          font-size: 52px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .sellers_products .heading_s1 h2 {
          font-size: 34px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .sellers_products .heading_s1 h2 {
          font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .sellers_products .heading_s1 {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .sellers_products .heading_s1 {
        margin-bottom: 20px; } }
  .beauty_main .sellers_products .bestsellers_slider {
    padding: 0px 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .sellers_products .bestsellers_slider {
        padding: 0px 30px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .sellers_products .bestsellers_slider {
        padding: 0px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav {
        text-align: center; } }
    .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: -15px;
      top: 30%; }
      @media only screen and (max-width: 767px) {
        .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-prev {
          position: relative;
          left: 0px;
          margin-right: 5px; } }
      .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-prev i {
        font-size: 30px;
        color: #e89b93; }
        @media only screen and (max-width: 767px) {
          .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-prev i {
            font-size: 24px; } }
      .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-prev.disabled i {
        color: rgba(0, 0, 0, 0.3); }
    .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: -15px;
      top: 30%; }
      @media only screen and (max-width: 767px) {
        .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-next {
          position: relative;
          right: 0px;
          margin-left: 5px; } }
      .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-next i {
        font-size: 30px;
        color: #e89b93; }
        @media only screen and (max-width: 767px) {
          .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-next i {
            font-size: 24px; } }
      .beauty_main .sellers_products .bestsellers_slider.owl-carousel .owl-nav .owl-next.disabled i {
        color: rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .sellers_products .bestsellers_slider .product_box {
        margin-bottom: 20px; } }
    .beauty_main .sellers_products .bestsellers_slider .product_box .product_img {
      margin: 0px; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_img .img_prd_i {
        padding-top: 100%;
        width: 100%;
        position: relative;
        z-index: 0; }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_img .img_prd_i .prd_ab {
          padding-top: 100%;
          overflow: hidden;
          position: relative;
          -webkit-filter: none !important;
          filter: none !important;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_img .img_prd_i .prd_ab img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            transition: opacity 0.5s linear;
            opacity: 1;
            margin: auto;
            z-index: 0; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_img a {
        display: inline-block; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin: 18px; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_img:hover::before {
        opacity: 1;
        margin: 20px;
        visibility: visible;
        z-index: 1; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_img .product_link_h {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        z-index: 1; }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_img .product_link_h .link_icon {
          width: 62px;
          height: 62px;
          background: #ffffff;
          border-radius: 8px;
          text-align: center;
          line-height: 62px;
          margin: 0px 12px; }
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_img .product_link_h .link_icon svg {
            font-size: 37px; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_img:hover .product_link_h {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
    .beauty_main .sellers_products .bestsellers_slider .product_box .product_info {
      text-align: center;
      padding: 30px 15px 0px 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info {
          padding: 20px 15px 0px 15px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info {
          padding: 20px 15px 0px 15px; } }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_title {
        margin-bottom: 5px; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_info span {
        font-size: 16px;
        color: #252525;
        line-height: 13px;
        font-weight: 500; }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info span {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info span {
            font-size: 14px; } }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_price_bt {
        margin-top: 12px; }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_price_bt del {
          font-size: 15px;
          color: #252525;
          font-weight: 500; }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_price_bt span.price {
          font-size: 20px;
          font-weight: 600;
          line-height: 17px;
          padding-left: 15px; }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box {
            margin-top: 20px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box {
            margin-top: 15px; } }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box span {
          font-size: 16px;
          font-weight: 500;
          display: inline-block;
          margin-right: 21px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box span {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box span {
              font-size: 14px; } }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box .made_img ul li {
          display: inline-block;
          margin: 0px 5px; }
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box .made_img ul li img {
            border-radius: 50%; }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box .made_img ul li img {
                max-width: 30px; } }
            @media only screen and (max-width: 767px) {
              .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .made_box .made_img ul li img {
                max-width: 30px; } }
      .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt {
        text-align: center;
        margin-top: 18px; }
        .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt a {
          font-size: 24px;
          font-weight: 600;
          display: inline-block;
          color: #cccccc;
          position: relative;
          padding-bottom: 10px; }
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt a::after {
            content: "";
            background: #cccccc;
            height: 3px;
            width: 100%;
            position: absolute;
            bottom: 0px;
            left: 0px; }
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt a:hover {
            color: #023a15; }
            .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt a:hover::after {
              background: #023a15; }
          @media (min-width: 768px) and (max-width: 991px) {
            .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt a {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt a {
              font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .sellers_products .bestsellers_slider .product_box .product_info .product_btn_bt {
            margin-top: 10px; } }
.beauty_main .aboutus_main {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .aboutus_main {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .aboutus_main {
      padding: 40px 0px;
      margin-bottom: 0px;
      height: auto; } }
  .beauty_main .aboutus_main div {
    height: 100%; }
  .beauty_main .aboutus_main .about_bg {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .aboutus_main .about_bg {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .aboutus_main .about_bg {
        width: 100%; } }
  .beauty_main .aboutus_main .about_top_item .about_img_in {
    float: left; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .aboutus_main .about_top_item .about_img_in {
        float: right; } }
    .beauty_main .aboutus_main .about_top_item .about_img_in img {
      border: 10px solid #ffffff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .aboutus_main .about_top_item .about_img_in {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .aboutus_main .about_top_item .about_img_in {
        margin-bottom: 20px; } }
  .beauty_main .aboutus_main .about_top_item .ab_right {
    max-width: 55%;
    margin-left: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .aboutus_main .about_top_item .ab_right {
        max-width: 90%; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .aboutus_main .about_top_item .ab_right {
        max-width: 100%; } }
    .beauty_main .aboutus_main .about_top_item .ab_right span {
      font-size: 20px;
      font-weight: bold;
      color: #e89b93;
      text-transform: uppercase;
      margin-bottom: 7px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .aboutus_main .about_top_item .ab_right span {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .aboutus_main .about_top_item .ab_right span {
          font-size: 14px; } }
    .beauty_main .aboutus_main .about_top_item .ab_right h1 {
      font-size: 55px;
      color: #252525;
      font-family: "Playfair Display", serif;
      font-weight: bold;
      margin-bottom: 45px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .aboutus_main .about_top_item .ab_right h1 {
          font-size: 52px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .aboutus_main .about_top_item .ab_right h1 {
          font-size: 34px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .aboutus_main .about_top_item .ab_right h1 {
          font-size: 28px;
          margin-bottom: 20px; } }
  .beauty_main .aboutus_main .about_top_item .ab_right_text {
    max-width: 425px;
    margin-left: auto; }
    .beauty_main .aboutus_main .about_top_item .ab_right_text p {
      font-size: 18px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .aboutus_main .about_top_item .ab_right_text p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .aboutus_main .about_top_item .ab_right_text p {
          font-size: 14px; } }
    .beauty_main .aboutus_main .about_top_item .ab_right_text a {
      background: #023a15;
      color: #ffffff;
      padding: 15px 30px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      display: inline-block;
      margin-left: 90px; }
      @media only screen and (max-width: 767px) {
        .beauty_main .aboutus_main .about_top_item .ab_right_text a {
          margin-left: 0px;
          padding: 10px 20px;
          font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .aboutus_main .about_top_item .ab_right_text {
        width: 90%;
        max-width: 100%; } }
  .beauty_main .aboutus_main .about_item .align-center {
    align-items: center; }
    .beauty_main .aboutus_main .about_item .align-center div {
      height: auto; }
.beauty_main .testimonial_main {
  background: #fff7f2;
  padding-top: 70px;
  padding-bottom: 57px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .testimonial_main {
      padding: 50px 0px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .testimonial_main {
      padding: 40px 0px; } }
  .beauty_main .testimonial_main .heading_s1 {
    margin-bottom: 38px; }
    .beauty_main .testimonial_main .heading_s1 span {
      font-size: 20px;
      font-weight: bold;
      color: #e89b93;
      text-transform: uppercase;
      margin-bottom: 7px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .testimonial_main .heading_s1 span {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .testimonial_main .heading_s1 span {
          font-size: 14px; } }
    .beauty_main .testimonial_main .heading_s1 h2 {
      font-size: 55px;
      color: #252525;
      font-family: "Playfair Display", serif;
      font-weight: bold; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .testimonial_main .heading_s1 h2 {
          font-size: 52px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .testimonial_main .heading_s1 h2 {
          font-size: 34px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .testimonial_main .heading_s1 h2 {
          font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .testimonial_main .heading_s1 {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .testimonial_main .heading_s1 {
        margin-bottom: 20px; } }
  .beauty_main .testimonial_main .testimonial_slider .testimonial_inner {
    text-align: center; }
    .beauty_main .testimonial_main .testimonial_slider .testimonial_inner p {
      font-size: 24px;
      line-height: 45px;
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-weight: bold;
      margin-bottom: 26px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .testimonial_main .testimonial_slider .testimonial_inner p {
          font-size: 20px;
          line-height: 38px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .testimonial_main .testimonial_slider .testimonial_inner p {
          font-size: 20px;
          line-height: 32px; } }
    .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box {
      display: inline-block; }
      .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .test_img img {
        max-width: 88px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .test_img img {
            max-width: 60px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .test_img img {
            max-width: 60px; } }
      .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in {
        display: flex;
        align-items: center; }
        .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_img {
          margin-right: 18px; }
        .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text {
          text-align: left; }
          .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text h4 {
                font-size: 14px; } }
            @media only screen and (max-width: 767px) {
              .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text h4 {
                font-size: 14px; } }
          .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text span {
            font-size: 16px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text span {
                font-size: 13px; } }
            @media only screen and (max-width: 767px) {
              .beauty_main .testimonial_main .testimonial_slider .testimonial_inner .testimonial_box .testimonial_in .test_text span {
                font-size: 13px; } }
  .beauty_main .testimonial_main .testimonial_slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .testimonial_main .testimonial_slider.owl-carousel .owl-dots {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .testimonial_main .testimonial_slider.owl-carousel .owl-dots {
        margin-top: 20px; } }
    .beauty_main .testimonial_main .testimonial_slider.owl-carousel .owl-dots .owl-dot {
      padding: 0px 6px !important; }
      .beauty_main .testimonial_main .testimonial_slider.owl-carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        background: rgba(232, 155, 147, 0.3);
        display: block;
        border-radius: 50%; }
      .beauty_main .testimonial_main .testimonial_slider.owl-carousel .owl-dots .owl-dot.active span {
        width: 11px;
        height: 11px;
        background: #e89b93; }
  .beauty_main .testimonial_main::before {
    content: "";
    background-image: url("../images/left_test_img.png");
    background-blend-mode: multiply;
    background-color: #fff7f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 550px;
    height: 370px;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .testimonial_main::before {
        width: 260px;
        height: 190px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .testimonial_main::before {
        width: 260px;
        height: 190px; } }
  .beauty_main .testimonial_main::after {
    content: "";
    background-image: url("../images/right_test_img.png");
    background-blend-mode: multiply;
    background-color: #fff7f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 550px;
    height: 370px;
    position: absolute;
    bottom: 0px;
    right: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .testimonial_main::after {
        width: 260px;
        height: 190px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .testimonial_main::after {
        width: 210px;
        height: 140px; } }
.beauty_main .latest-blog-main {
  padding: 105px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .latest-blog-main {
      padding: 50px 0px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .latest-blog-main {
      padding: 40px 0px; } }
  .beauty_main .latest-blog-main .heading_s1 {
    margin-bottom: 48px; }
    .beauty_main .latest-blog-main .heading_s1 span {
      font-size: 20px;
      font-weight: bold;
      color: #e89b93;
      text-transform: uppercase;
      margin-bottom: 7px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .latest-blog-main .heading_s1 span {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .latest-blog-main .heading_s1 span {
          font-size: 14px; } }
    .beauty_main .latest-blog-main .heading_s1 h2 {
      font-size: 55px;
      color: #252525;
      font-family: "Playfair Display", serif;
      font-weight: bold; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .latest-blog-main .heading_s1 h2 {
          font-size: 52px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .latest-blog-main .heading_s1 h2 {
          font-size: 34px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .latest-blog-main .heading_s1 h2 {
          font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .latest-blog-main .heading_s1 {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .latest-blog-main .heading_s1 {
        margin-bottom: 20px; } }
  .beauty_main .latest-blog-main .blog_post .blog_img {
    margin-bottom: 30px; }
    .beauty_main .latest-blog-main .blog_post .blog_img a {
      display: block; }
      .beauty_main .latest-blog-main .blog_post .blog_img a img {
        border: 1px solid #707070;
        width: 100%; }
    @media only screen and (max-width: 767px) {
      .beauty_main .latest-blog-main .blog_post .blog_img {
        margin-bottom: 20px; } }
  .beauty_main .latest-blog-main .blog_post .blog_content .blog_text .blog_title {
    font-size: 37px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 13px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .latest-blog-main .blog_post .blog_content .blog_text .blog_title {
        font-size: 24px;
        line-height: normal; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .latest-blog-main .blog_post .blog_content .blog_text .blog_title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px; } }
  .beauty_main .latest-blog-main .blog_post .blog_content .blog_text ul {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .beauty_main .latest-blog-main .blog_post .blog_content .blog_text ul {
        margin-bottom: 10px; } }
    .beauty_main .latest-blog-main .blog_post .blog_content .blog_text ul li {
      display: inline-block; }
      .beauty_main .latest-blog-main .blog_post .blog_content .blog_text ul li a {
        font-size: 23px;
        font-weight: 500;
        color: #252525; }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .latest-blog-main .blog_post .blog_content .blog_text ul li a {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .latest-blog-main .blog_post .blog_content .blog_text ul li a {
            font-size: 13px; } }
  .beauty_main .latest-blog-main .blog_post .blog_content .blog_text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #666666; }
    .beauty_main .latest-blog-main .blog_post .blog_content .blog_text p a {
      color: #666666; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .latest-blog-main .blog_post .blog_content .blog_text p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .latest-blog-main .blog_post .blog_content .blog_text p {
        font-size: 14px;
        font-weight: normal; } }
  .beauty_main .latest-blog-main .blog_post.right_blog_bx {
    margin-bottom: 24px; }
    .beauty_main .latest-blog-main .blog_post.right_blog_bx .blog_img {
      margin-bottom: 12px; }
    .beauty_main .latest-blog-main .blog_post.right_blog_bx .blog_content h2 {
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .latest-blog-main .blog_post.right_blog_bx .blog_content h2 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .latest-blog-main .blog_post.right_blog_bx .blog_content h2 {
          font-size: 16px; } }
.beauty_main footer {
  background: #fff6eb;
  padding-top: 65px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main footer {
      padding-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main footer {
      padding-top: 40px; } }
  .beauty_main footer .footer_log {
    text-align: center; }
    .beauty_main footer .footer_log a {
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      color: #252525;
      display: inline-block;
      margin-bottom: 12px;
      line-height: 55px; }
    .beauty_main footer .footer_log p {
      font-size: 18px;
      color: #252525;
      line-height: 32px;
      margin-bottom: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main footer .footer_log p {
          font-size: 14px;
          line-height: 28px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main footer .footer_log p {
          font-size: 14px;
          line-height: 28px; } }
  .beauty_main footer .footer_addres_bx {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .beauty_main footer .footer_addres_bx {
        margin-bottom: 20px; } }
    .beauty_main footer .footer_addres_bx .ft_icon {
      width: 70px;
      height: 70px;
      background: #fffefe;
      line-height: 70px;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 15px; }
      .beauty_main footer .footer_addres_bx .ft_icon svg {
        font-size: 33px;
        fill: #e89b93; }
        .beauty_main footer .footer_addres_bx .ft_icon svg path {
          fill: #e89b93; }
    .beauty_main footer .footer_addres_bx a {
      font-size: 16px;
      color: #252525; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main footer .footer_addres_bx a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main footer .footer_addres_bx a {
          font-size: 14px; } }
    .beauty_main footer .footer_addres_bx p {
      font-size: 16px;
      color: #252525;
      line-height: 32px;
      margin-bottom: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main footer .footer_addres_bx p {
          font-size: 14px;
          line-height: 28px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main footer .footer_addres_bx p {
          font-size: 14px;
          line-height: normal; } }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main footer .footer_nav_url h6 {
      font-size: 20px; } }
  .beauty_main footer .footer_nav_url .widget_links li a {
    color: #252525; }
    .beauty_main footer .footer_nav_url .widget_links li a.hover {
      color: #023a15; }
  .beauty_main footer .footer_new_sig .newsletter_sig .form-control {
    border-color: #707070; }
  .beauty_main footer .footer_new_sig .newsletter_sig .btn-send {
    background: #023a15; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main footer .footer_new_sig .newsletter_sig .btn-send {
        font-size: 15px;
        min-width: 100px; } }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main footer .footer_new_sig h6 {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main footer .footer_new_sig h6 {
      margin-top: 18px; } }
  .beauty_main footer .block-toggler .block-toggler-icon::before {
    background-color: #e89b93; }
  .beauty_main footer .block-toggler .block-toggler-icon::after {
    background-color: #e89b93; }
.beauty_main .copyright .copy_social ul li a {
  color: rgba(255, 255, 255, 0.5); }
  .beauty_main .copyright .copy_social ul li a:hover {
    color: #ffffff; }
  .beauty_main .copyright .copy_social ul li a i {
    font-style: normal; }
.beauty_main .breadcrumb-section {
  background: #ebd8ca;
  padding: 19px 0px; }
  .beauty_main .breadcrumb-section .breadcrumb {
    justify-content: flex-start; }
    .beauty_main .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "> >";
      padding-right: 25px; }
    .beauty_main .breadcrumb-section .breadcrumb li {
      font-weight: 500; }
      .beauty_main .breadcrumb-section .breadcrumb li.active {
        padding-left: 25px; }
.beauty_main .product_list_banner {
  padding: 60px 0px 53px 0px; }
.beauty_main .list_banner {
  position: relative;
  min-height: 460px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .beauty_main .list_banner .list_banner_img {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center left;
    z-index: 0; }
  .beauty_main .list_banner .list_text {
    max-width: 610px;
    position: relative;
    z-index: 1; }
    .beauty_main .list_banner .list_text span {
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 8px; }
    .beauty_main .list_banner .list_text h1 {
      font-size: 55px;
      font-family: "Playfair Display", serif;
      font-weight: bold;
      margin-bottom: 18px; }
    .beauty_main .list_banner .list_text p {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 29px; }
    .beauty_main .list_banner .list_text a {
      background: #023a15;
      color: #ffffff;
      padding: 15px 30px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      display: inline-block; }
.beauty_main .sidebar-shop {
  display: none; }
.beauty_main .shop_listing {
  padding: 40px 0px 90px 0px; }
  .beauty_main .shop_listing .product_dst_left span {
    font-size: 21px;
    margin-right: 15px; }
  .beauty_main .shop_listing .product_dst_left .list_dw {
    border: 1px solid #707070;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 14px;
    position: relative; }
    .beauty_main .shop_listing .product_dst_left .list_dw::after {
      content: "\f3d1";
      font-family: "Ionicons";
      font-size: 20px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(-50%, -50%); }
    .beauty_main .shop_listing .product_dst_left .list_dw a {
      display: inline-block;
      padding: 8px 40px 8px 25px;
      color: #252525; }
  .beauty_main .shop_listing .product_dst_top .product_dst_right {
    display: flex;
    align-items: center; }
    .beauty_main .shop_listing .product_dst_top .product_dst_right .custom_select {
      border-color: #707070;
      border-radius: 50px; }
      .beauty_main .shop_listing .product_dst_top .product_dst_right .custom_select select {
        border-radius: 50px;
        padding: 8px 40px 6px 25px; }
    .beauty_main .shop_listing .product_dst_top .product_dst_right span {
      font-size: 16px;
      color: #666666;
      margin-right: 16px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .shop_listing .product_box {
      margin-bottom: 20px; } }
  .beauty_main .shop_listing .product_box .product_img {
    margin: 0px; }
    .beauty_main .shop_listing .product_box .product_img .img_prd_i {
      padding-top: 100%;
      width: 100%;
      position: relative;
      z-index: 0; }
      .beauty_main .shop_listing .product_box .product_img .img_prd_i .prd_ab {
        padding-top: 100%;
        overflow: hidden;
        position: relative;
        -webkit-filter: none !important;
        filter: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .beauty_main .shop_listing .product_box .product_img .img_prd_i .prd_ab img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          max-width: 100%;
          max-height: 100%;
          transition: opacity 0.5s linear;
          opacity: 1;
          margin: auto;
          z-index: 0;
          width: 100%; }
    .beauty_main .shop_listing .product_box .product_img a {
      display: inline-block; }
    .beauty_main .shop_listing .product_box .product_img::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.5);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin: 18px; }
    .beauty_main .shop_listing .product_box .product_img:hover::before {
      opacity: 1;
      margin: 20px;
      visibility: visible;
      z-index: 1; }
    .beauty_main .shop_listing .product_box .product_img .product_link_h {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      z-index: 1; }
      .beauty_main .shop_listing .product_box .product_img .product_link_h .link_icon {
        width: 62px;
        height: 62px;
        background: #ffffff;
        border-radius: 8px;
        text-align: center;
        line-height: 62px;
        margin: 0px 12px; }
        .beauty_main .shop_listing .product_box .product_img .product_link_h .link_icon svg {
          font-size: 37px; }
    .beauty_main .shop_listing .product_box .product_img:hover .product_link_h {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .beauty_main .shop_listing .product_box .product_info {
    text-align: center;
    padding: 30px 15px 0px 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .shop_listing .product_box .product_info {
        padding: 20px 15px 0px 15px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .shop_listing .product_box .product_info {
        padding: 20px 15px 0px 15px; } }
    .beauty_main .shop_listing .product_box .product_info .product_title {
      margin-bottom: 5px; }
    .beauty_main .shop_listing .product_box .product_info span {
      font-size: 16px;
      color: #252525;
      line-height: 13px;
      font-weight: 500; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .shop_listing .product_box .product_info span {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .shop_listing .product_box .product_info span {
          font-size: 14px; } }
    .beauty_main .shop_listing .product_box .product_info .product_price_bt {
      margin-top: 12px; }
      .beauty_main .shop_listing .product_box .product_info .product_price_bt del {
        font-size: 15px;
        color: #252525;
        font-weight: 500; }
      .beauty_main .shop_listing .product_box .product_info .product_price_bt span.price {
        font-size: 20px;
        font-weight: 600;
        line-height: 17px;
        padding-left: 15px; }
    .beauty_main .shop_listing .product_box .product_info .made_box {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 25px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .shop_listing .product_box .product_info .made_box {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .shop_listing .product_box .product_info .made_box {
          margin-top: 15px; } }
      .beauty_main .shop_listing .product_box .product_info .made_box span {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-right: 21px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .shop_listing .product_box .product_info .made_box span {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .shop_listing .product_box .product_info .made_box span {
            font-size: 14px; } }
      .beauty_main .shop_listing .product_box .product_info .made_box .made_img ul li {
        display: inline-block;
        margin: 0px 5px; }
        .beauty_main .shop_listing .product_box .product_info .made_box .made_img ul li img {
          border-radius: 50%; }
          @media (min-width: 768px) and (max-width: 991px) {
            .beauty_main .shop_listing .product_box .product_info .made_box .made_img ul li img {
              max-width: 30px; } }
          @media only screen and (max-width: 767px) {
            .beauty_main .shop_listing .product_box .product_info .made_box .made_img ul li img {
              max-width: 30px; } }
    .beauty_main .shop_listing .product_box .product_info .product_btn_bt {
      text-align: center;
      margin-top: 18px; }
      .beauty_main .shop_listing .product_box .product_info .product_btn_bt a {
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
        color: #cccccc;
        position: relative;
        padding-bottom: 10px; }
        .beauty_main .shop_listing .product_box .product_info .product_btn_bt a::after {
          content: "";
          background: #cccccc;
          height: 3px;
          width: 100%;
          position: absolute;
          bottom: 0px;
          left: 0px; }
        .beauty_main .shop_listing .product_box .product_info .product_btn_bt a:hover {
          color: #023a15; }
          .beauty_main .shop_listing .product_box .product_info .product_btn_bt a:hover::after {
            background: #023a15; }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .shop_listing .product_box .product_info .product_btn_bt a {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .shop_listing .product_box .product_info .product_btn_bt a {
            font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .shop_listing .product_box .product_info .product_btn_bt {
          margin-top: 10px; } }
  .beauty_main .shop_listing .product_box:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11); }
.beauty_main .load_btn {
  text-align: center; }
  .beauty_main .load_btn a {
    background: #023a15;
    color: #ffffff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: inline-block; }
.beauty_main .shop_listing.detail_bt {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    .beauty_main .shop_listing.detail_bt {
      padding-top: 50px;
      padding-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .beauty_main .product-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .beauty_main .product-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.beauty_main .product-image .slick-list {
  margin: 0px; }
  .beauty_main .product-image .slick-list .thumbnail_img {
    margin-bottom: 20px; }
.beauty_main .product-image .product_img_thumbnail {
  width: 100%;
  float: left;
  max-width: 27%;
  padding-right: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .product-image .product_img_thumbnail {
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .product-image .product_img_thumbnail {
      max-width: 100%;
      padding-right: 0px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .product-image .product_img_thumbnail .slick-prev {
      background: #023a15;
      width: 30px;
      height: 30px;
      line-height: 40px;
      border-radius: 5px;
      position: absolute;
      left: 0px;
      z-index: 1; }
    .beauty_main .product-image .product_img_thumbnail .slick-next {
      background: #023a15;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      line-height: 40px;
      position: absolute;
      right: 0px;
      z-index: 1; } }
.beauty_main .product-image .product_img_full {
  width: 100%;
  float: left;
  max-width: 71%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .product-image .product_img_full {
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .product-image .product_img_full {
      max-width: 100%; } }
.beauty_main .pro_detail .product_description h4 {
  font-size: 36px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize; }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main .pro_detail .product_description h4 {
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .pro_detail .product_description h4 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .pro_detail .product_description h4 {
      font-size: 22px; } }
.beauty_main .pro_detail .product_description span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px; }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main .pro_detail .product_description span {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .pro_detail .product_description span {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .pro_detail .product_description span {
      font-size: 14px; } }
.beauty_main .pro_detail .product_description .product_price .psro_price del {
  display: none; }
.beauty_main .pro_detail .product_description .product_price .psro_price span.price {
  margin: 0px;
  font-size: 55px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 29px;
  color: #023a15; }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main .pro_detail .product_description .product_price .psro_price span.price {
      font-size: 34px;
      line-height: normal; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .pro_detail .product_description .product_price .psro_price span.price {
      font-size: 30px;
      line-height: normal;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .pro_detail .product_description .product_price .psro_price span.price {
      font-size: 30px;
      line-height: normal;
      margin-bottom: 15px; } }
.beauty_main .pro_detail .product_description .pr_and_qt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main .pro_detail .product_description .pr_and_qt {
      margin-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .pro_detail .product_description .pr_and_qt {
      display: block;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .pro_detail .product_description .pr_and_qt {
      display: block;
      margin-bottom: 40px; } }
  .beauty_main .pro_detail .product_description .pr_and_qt .pr_like {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .pro_detail .product_description .pr_and_qt .pr_like {
        margin-bottom: 10px; }
        .beauty_main .pro_detail .product_description .pr_and_qt .pr_like .like_h svg {
          width: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .product_description .pr_and_qt .pr_like {
        margin-bottom: 10px; }
        .beauty_main .pro_detail .product_description .pr_and_qt .pr_like .like_h svg {
          width: 20px; } }
    .beauty_main .pro_detail .product_description .pr_and_qt .pr_like span {
      margin: 0px;
      font-size: 20px;
      font-weight: normal;
      margin-left: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .pro_detail .product_description .pr_and_qt .pr_like span {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .pro_detail .product_description .pr_and_qt .pr_like span {
          font-size: 14px; } }
  .beauty_main .pro_detail .product_description .pr_and_qt .qit_list span {
    margin: 0px;
    font-size: 24px;
    font-weight: 500; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .pro_detail .product_description .pr_and_qt .qit_list span {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .product_description .pr_and_qt .qit_list span {
        font-size: 16px; } }
  .beauty_main .pro_detail .product_description .pr_and_qt .qit_list select {
    border: none;
    font-size: 24px;
    font-weight: 500;
    background: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .pro_detail .product_description .pr_and_qt .qit_list select {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .product_description .pr_and_qt .qit_list select {
        font-size: 16px; } }
.beauty_main .pro_detail .product_description .pro_switch_wrap {
  margin-bottom: 20px; }
  .beauty_main .pro_detail .product_description .pro_switch_wrap .product_color_switch span {
    padding: 5px 8px; }
.beauty_main .pro_detail .product_description .color_name {
  display: flex;
  align-items: center;
  margin-bottom: 44px; }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main .pro_detail .product_description .color_name {
      margin-bottom: 24px; } }
  .beauty_main .pro_detail .product_description .color_name span {
    margin: 0px;
    font-size: 24px;
    margin-right: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .pro_detail .product_description .color_name span {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .product_description .color_name span {
        font-size: 16px; } }
  .beauty_main .pro_detail .product_description .color_name p {
    margin: 0px;
    font-size: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .pro_detail .product_description .color_name p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .product_description .color_name p {
        font-size: 14px; } }
.beauty_main .pro_detail .cart_extra .cart_btn a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  display: inline-block;
  min-width: 240px;
  text-align: center; }
  @media (min-width: 991px) and (max-width: 1025px) {
    .beauty_main .pro_detail .cart_extra .cart_btn a {
      font-size: 16px;
      min-width: 175px;
      padding: 15px 16px; } }
  .beauty_main .pro_detail .cart_extra .cart_btn a.color_btn {
    background: #023a15;
    color: #ffffff;
    margin-right: 20px; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .pro_detail .cart_extra .cart_btn a.color_btn {
        margin-right: 5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .pro_detail .cart_extra .cart_btn a.color_btn {
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .cart_extra .cart_btn a.color_btn {
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 15px;
        min-width: auto;
        padding: 15px 15px; } }
  .beauty_main .pro_detail .cart_extra .cart_btn a.bord_btn {
    border: 1px solid #707070;
    color: #252525; }
  @media only screen and (max-width: 767px) {
    .beauty_main .pro_detail .cart_extra .cart_btn a {
      min-width: 200px;
      padding: 15px 15px; } }
.beauty_main .pro_detail .share_main {
  margin-top: 20px; }
  .beauty_main .pro_detail .share_main span {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 10px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .beauty_main .pro_detail .share_main span {
        font-size: 16px;
        margin-bottom: 5px; } }
  .beauty_main .pro_detail .share_main .share_list {
    margin-bottom: 20px; }
    .beauty_main .pro_detail .share_main .share_list button {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(112, 112, 112, 0.3);
      border-radius: 0px;
      background: none;
      color: #232323;
      font-size: 18px;
      margin-right: 8px; }
      .beauty_main .pro_detail .share_main .share_list button:hover {
        background: #023a15;
        border-color: #023a15;
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .beauty_main .pro_detail .share_main .share_list button {
          width: 34px;
          height: 34px;
          font-size: 14px; } }
.beauty_main .shop_info_dit .nav-tabs {
  border-color: rgba(112, 112, 112, 0.3); }
  .beauty_main .shop_info_dit .nav-tabs li {
    margin: 0px; }
    .beauty_main .shop_info_dit .nav-tabs li .nav-link {
      border: none;
      position: relative;
      font-size: 22px;
      font-weight: 500; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .shop_info_dit .nav-tabs li .nav-link {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .shop_info_dit .nav-tabs li .nav-link {
          font-size: 16px;
          padding: 10px 50px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .shop_info_dit .nav-tabs li .nav-link {
          font-size: 16px; } }
      .beauty_main .shop_info_dit .nav-tabs li .nav-link:hover {
        color: #e89b93; }
        .beauty_main .shop_info_dit .nav-tabs li .nav-link:hover::after {
          content: "";
          background: #e89b93;
          height: 4px;
          width: 100%;
          position: absolute;
          bottom: -2px;
          left: 0px; }
      .beauty_main .shop_info_dit .nav-tabs li .nav-link.active {
        color: #e89b93;
        font-weight: 600; }
        .beauty_main .shop_info_dit .nav-tabs li .nav-link.active::after {
          content: "";
          background: #e89b93;
          height: 4px;
          width: 100%;
          position: absolute;
          bottom: -2px;
          left: 0px; }
.beauty_main .cart_main {
  padding-top: 90px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .cart_main {
      padding-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .cart_main {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .beauty_main .cart_main .cart_left .heading_s1 h3 {
    margin-bottom: 20px; }
  .beauty_main .cart_main .cart_left .cart_shop_box {
    border: none;
    background: #ffffff;
    padding: 34px 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .cart_main .cart_left .cart_shop_box {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_left .cart_shop_box {
        padding: 15px; } }
    .beauty_main .cart_main .cart_left .cart_shop_box .table thead tr th {
      font-size: 24px;
      color: #252525;
      border-top: none; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .cart_left .cart_shop_box .table thead tr th {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .cart_main .cart_left .cart_shop_box .table thead tr th {
          font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr {
        display: flex;
        flex-wrap: wrap; } }
    .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td {
      padding: 14px 16px;
      font-size: 24px;
      border-top: none;
      border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
      .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td span {
        display: none; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td {
          font-size: 18px; }
          .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .quantity input {
            font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td {
          font-size: 18px; }
          .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .quantity input {
            font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td {
          width: 49%; }
          .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td:nth-of-type(2) {
            text-align: right; }
          .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td span {
            font-size: 16px;
            display: block;
            margin-bottom: 15px;
            display: block; } }
      .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .product_cart_img {
        width: 105px;
        height: 105px;
        text-align: center; }
        .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .product_cart_img img {
          max-height: 100px; }
      .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .cart_btn_wh button {
        background: #023a15;
        color: #ffffff;
        padding: 12px 25px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        display: inline-block; }
      .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .cls_wh {
        display: inline-block;
        background: #f5d9d6;
        color: #af211f;
        cursor: pointer;
        padding: 5px 10px;
        font-size: 16px; }
        .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td .cls_wh svg {
          font-size: 28px;
          width: 34px;
          height: 34px;
          fill: #cb9595; }
      .beauty_main .cart_main .cart_left .cart_shop_box .table tbody tr td:last-child {
        text-align: right; }
    .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot {
      margin-top: 30px; }
      .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .back_link {
        display: inline-block; }
        .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .back_link a {
          font-size: 20px;
          color: #252525;
          display: flex;
          align-items: center; }
          .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .back_link a svg {
            font-size: 23px;
            margin-right: 10px; }
      .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list {
        max-width: 290px;
        margin-left: auto; }
        .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li {
          display: flex;
          justify-content: space-between;
          line-height: 40px; }
          .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span {
            font-size: 20px;
            font-weight: 500; }
            @media (min-width: 991px) and (max-width: 1025px) {
              .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span {
                font-size: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span {
                font-size: 16px; } }
            @media only screen and (max-width: 767px) {
              .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span {
                font-size: 16px; } }
            .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span.tot_pr {
              font-size: 24px; }
              @media (min-width: 991px) and (max-width: 1025px) {
                .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span.tot_pr {
                  font-size: 21px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span.tot_pr {
                  font-size: 20px; } }
              @media only screen and (max-width: 767px) {
                .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list ul li span.tot_pr {
                  font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .cart_main .cart_left .cart_shop_box .total_main_bot .cart_total_list {
            max-width: 100%;
            margin-bottom: 20px; } }
  .beauty_main .cart_main .cart_right .heading_s1 h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .cart_main .cart_right .heading_s1 h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_right .heading_s1 h3 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .beauty_main .cart_main .cart_right .right_subtotle {
    border: none;
    background: #ffffff;
    padding: 34px 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .cart_main .cart_right .right_subtotle {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_right .right_subtotle {
        padding: 20px; } }
    .beauty_main .cart_main .cart_right .right_subtotle h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 27px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .cart_right .right_subtotle h2 {
          font-size: 20px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .cart_main .cart_right .right_subtotle h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .cart_main .cart_right .right_subtotle h2 {
          font-size: 16px; } }
    .beauty_main .cart_main .cart_right .right_subtotle .pay_list label.custom-control-label {
      font-size: 17px;
      display: flex;
      align-items: center; }
      .beauty_main .cart_main .cart_right .right_subtotle .pay_list label.custom-control-label span {
        font-size: 28px;
        color: rgba(0, 0, 0, 0.4);
        margin-right: 10px;
        height: 33px;
        line-height: 28px; }
      .beauty_main .cart_main .cart_right .right_subtotle .pay_list label.custom-control-label::before {
        top: 0px;
        width: 30px;
        height: 30px;
        left: -45px;
        border: 1px solid #e89b93;
        background-color: transparent; }
      .beauty_main .cart_main .cart_right .right_subtotle .pay_list label.custom-control-label::after {
        top: 0px;
        width: 30px;
        height: 30px;
        left: -45px; }
    .beauty_main .cart_main .cart_right .right_subtotle .pay_list .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
      background-color: transparent; }
    .beauty_main .cart_main .cart_right .right_subtotle .pay_list .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
      background: #e89b93;
      width: 22px;
      height: 22px;
      left: -41px;
      top: 4px;
      border-radius: 50%; }
    .beauty_main .cart_main .cart_right .right_subtotle .pay_list .custom-control {
      padding-left: 45px;
      padding-bottom: 26px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .cart_right .right_subtotle .pay_list .custom-control {
          padding-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .cart_main .cart_right .right_subtotle .pay_list .custom-control {
          padding-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .cart_main .cart_right .right_subtotle .pay_list .custom-control {
          padding-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx {
        margin-top: 20px; } }
    .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body {
      padding: 0px; }
      .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group {
        margin-bottom: 30px; }
        .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group label {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 5px; }
          @media (min-width: 991px) and (max-width: 1025px) {
            .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group label {
              font-size: 16px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group label {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group label {
              font-size: 16px; } }
        .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .form-control {
          border: none;
          border-bottom: 1px solid rgba(112, 112, 112, 0.3);
          border-radius: 0px;
          padding: 7px 0px;
          font-size: 20px;
          color: #252525; }
          @media (min-width: 991px) and (max-width: 1025px) {
            .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .form-control {
              font-size: 18px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .form-control {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .form-control {
              font-size: 14px; } }
          .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .form-control:focus {
            box-shadow: none; }
        .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .exp_date {
          display: flex; }
          .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .exp_date .list-dt {
            width: 70px;
            display: inline-block;
            margin-right: 20px;
            font-size: 20px;
            color: #252525;
            font-weight: 500; }
            @media (min-width: 991px) and (max-width: 1025px) {
              .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .exp_date .list-dt {
                font-size: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .exp_date .list-dt {
                font-size: 16px; } }
            @media only screen and (max-width: 767px) {
              .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .form-group .exp_date .list-dt {
                font-size: 14px; } }
      .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .cvv_code {
        width: 57px;
        margin-left: auto; }
        .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .cvv_code .form-group .form-control {
          border: none;
          border-bottom: 1px solid rgba(112, 112, 112, 0.3);
          border-radius: 0px;
          padding: 7px 0px; }
          .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .collapse .card-body .payment_form_card .cvv_code .form-group .form-control:focus {
            box-shadow: none; }
    .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .checkout_bt {
      text-align: center; }
      .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .checkout_bt a {
        background: #023a15;
        color: #ffffff;
        padding: 15px 60px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        display: inline-block; }
        @media (min-width: 991px) and (max-width: 1025px) {
          .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .checkout_bt a {
            padding: 15px 40px;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .cart_main .cart_right .right_subtotle .payment_show_bx .checkout_bt a {
            padding: 15px 35px;
            font-size: 14px; } }
  .beauty_main .cart_main .checkout_title .heading_s1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .cart_main .checkout_title .heading_s1 {
        margin-bottom: 20px; } }
    .beauty_main .cart_main .checkout_title .heading_s1 h3 {
      margin-bottom: 0px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .checkout_title .heading_s1 h3 {
          font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .checkout_title .heading_s1 {
        display: block;
        margin-bottom: 20px; } }
    .beauty_main .cart_main .checkout_title .heading_s1 span {
      font-size: 20px;
      font-weight: 500; }
      .beauty_main .cart_main .checkout_title .heading_s1 span a {
        color: #e89b93; }
      @media only screen and (max-width: 767px) {
        .beauty_main .cart_main .checkout_title .heading_s1 span {
          font-size: 18px;
          margin-top: 10px;
          display: block; } }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .cart_main .checkout_title .heading_s1 {
        margin-bottom: 20px; } }
  .beauty_main .cart_main .cart_shop_out {
    border: none;
    background: #ffffff;
    padding: 55px 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .cart_main .cart_shop_out {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_shop_out {
        padding: 15px; } }
    .beauty_main .cart_main .cart_shop_out .form-group {
      margin-bottom: 20px; }
      .beauty_main .cart_main .cart_shop_out .form-group .form-control {
        min-height: 60px;
        border: 1px solid #b6b6b6;
        padding: 16px 29px;
        font-size: 18px;
        font-weight: normal;
        border-radius: 6px; }
        @media only screen and (max-width: 767px) {
          .beauty_main .cart_main .cart_shop_out .form-group .form-control {
            min-height: 46px;
            padding: 5px 29px;
            font-size: 14px; } }
        .beauty_main .cart_main .cart_shop_out .form-group .form-control:focus {
          box-shadow: none; }
    .beauty_main .cart_main .cart_shop_out .shp_address h2 {
      font-size: 23px;
      font-weight: 500;
      margin-top: 40px;
      margin-bottom: 18px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .cart_shop_out .shp_address h2 {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .cart_main .cart_shop_out .shp_address h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .beauty_main .cart_main .cart_shop_out .shp_address h2 {
          font-size: 18px; } }
    .beauty_main .cart_main .cart_shop_out .chek-form .custom-control {
      padding-left: 45px; }
      .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-label {
        font-size: 18px;
        padding-top: 7px;
        color: #666666;
        border-radius: 6px; }
        @media (min-width: 991px) and (max-width: 1025px) {
          .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-label {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-label {
            font-size: 14px;
            padding-top: 0px; } }
        .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-label::before {
          width: 32px;
          height: 32px;
          left: -43px;
          background: none; }
        .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-label::after {
          width: 32px;
          height: 32px;
          left: -43px;
          border: 1px solid #b6b6b6;
          border-radius: 6px; }
      .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #f88379; }
      .beauty_main .cart_main .cart_shop_out .chek-form .custom-control .custom-control-input:checked ~ .custom-control-label::after {
        border-color: #f88379; }
    .beauty_main .cart_main .cart_shop_out .total_main_bot {
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .beauty_main .cart_main .cart_shop_out .total_main_bot {
          text-align: center; } }
      .beauty_main .cart_main .cart_shop_out .total_main_bot .back_link {
        display: inline-block; }
        .beauty_main .cart_main .cart_shop_out .total_main_bot .back_link a {
          font-size: 20px;
          color: #252525;
          display: flex;
          align-items: center; }
          .beauty_main .cart_main .cart_shop_out .total_main_bot .back_link a svg {
            font-size: 23px;
            margin-right: 10px; }
      .beauty_main .cart_main .cart_shop_out .total_main_bot .cart_ord_btn {
        float: right; }
        @media only screen and (max-width: 767px) {
          .beauty_main .cart_main .cart_shop_out .total_main_bot .cart_ord_btn {
            float: none;
            margin-top: 18px; } }
        .beauty_main .cart_main .cart_shop_out .total_main_bot .cart_ord_btn a {
          background: #023a15;
          color: #ffffff;
          padding: 15px 38px;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          display: inline-block; }
  .beauty_main .cart_main .cart_right .right_cart_item {
    border: none;
    background: #ffffff;
    padding: 35px 38px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    margin-top: 64px; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .cart_main .cart_right .right_cart_item {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .cart_main .cart_right .right_cart_item {
        padding: 15px; } }
    .beauty_main .cart_main .cart_right .right_cart_item ul li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
      .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box {
        display: flex;
        justify-content: normal;
        margin-bottom: 0px; }
        .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_img {
          width: 78px; }
          .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_img img {
            width: 100%; }
        .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit {
          margin-left: 20px;
          padding: 4px 0px;
          width: 70%; }
          .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit h3 {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 5px; }
            @media (min-width: 991px) and (max-width: 1025px) {
              .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit h3 {
                font-size: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit h3 {
                font-size: 20px; } }
          .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit span {
            font-size: 16px;
            line-height: 24px; }
            @media (min-width: 991px) and (max-width: 1025px) {
              .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit span {
                font-size: 14px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .beauty_main .cart_main .cart_right .right_cart_item ul li.item_box .item_dit span {
                font-size: 16px; } }
      .beauty_main .cart_main .cart_right .right_cart_item ul li span {
        font-size: 20px;
        font-weight: 500; }
        @media (min-width: 991px) and (max-width: 1025px) {
          .beauty_main .cart_main .cart_right .right_cart_item ul li span {
            font-size: 18px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .beauty_main .cart_main .cart_right .right_cart_item ul li span {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .beauty_main .cart_main .cart_right .right_cart_item ul li span {
            font-size: 16px; } }
        .beauty_main .cart_main .cart_right .right_cart_item ul li span.tot_pr {
          font-size: 24px; }
          @media (min-width: 991px) and (max-width: 1025px) {
            .beauty_main .cart_main .cart_right .right_cart_item ul li span.tot_pr {
              font-size: 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .beauty_main .cart_main .cart_right .right_cart_item ul li span.tot_pr {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .beauty_main .cart_main .cart_right .right_cart_item ul li span.tot_pr {
              font-size: 20px; } }
      .beauty_main .cart_main .cart_right .right_cart_item ul li:last-child {
        margin-bottom: 0px; }
    .beauty_main .cart_main .cart_right .right_cart_item ul hr {
      margin: 24px 0px; }
      @media (min-width: 991px) and (max-width: 1025px) {
        .beauty_main .cart_main .cart_right .right_cart_item ul hr {
          margin: 20px 0px; } }
.beauty_main .page-error-area {
  background: #f49578;
  position: relative;
  overflow: hidden; }
  .beauty_main .page-error-area::before {
    content: "";
    position: absolute;
    top: -70%;
    width: 1300px;
    height: 1300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    left: -40%; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .page-error-area::before {
        top: -35%;
        left: -35%;
        width: 600px;
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .page-error-area::before {
        top: -56%;
        width: 600px;
        height: 600px;
        left: -44%; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .page-error-area::before {
        top: -35%;
        width: 400px;
        height: 400px;
        left: -70%; } }
  .beauty_main .page-error-area::after {
    content: "";
    position: absolute;
    bottom: -40%;
    width: 967px;
    height: 967px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    right: -35%; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .page-error-area::after {
        bottom: -35%;
        right: -35%;
        width: 600px;
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .page-error-area::after {
        bottom: -58%;
        right: -40%;
        width: 600px;
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .page-error-area::after {
        width: 400px;
        height: 400px;
        bottom: -35%;
        right: -67%; } }
  .beauty_main .page-error-area .page_404_bg .page-error-item {
    padding: 0px 20px; }
    .beauty_main .page-error-area .page_404_bg .page-error-item img {
      margin-bottom: -120px; }
      @media only screen and (max-width: 767px) {
        .beauty_main .page-error-area .page_404_bg .page-error-item img {
          max-width: 200px;
          margin-bottom: -100px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .beauty_main .page-error-area .page_404_bg .page-error-item img {
          max-width: 260px;
          margin-bottom: -100px; } }
    .beauty_main .page-error-area .page_404_bg .page-error-item h1 {
      color: #ffffff;
      text-shadow: -6px 5px 0px rgba(255, 255, 255, 0.2); }
    .beauty_main .page-error-area .page_404_bg .page-error-item h2 {
      color: #ffffff; }
    .beauty_main .page-error-area .page_404_bg .page-error-item p {
      color: #ffffff; }
.beauty_main .error-area {
  background: #f49578;
  position: relative;
  overflow: hidden;
  height: 100%; }
  .beauty_main .error-area::before {
    content: "";
    position: absolute;
    top: -70%;
    width: 1300px;
    height: 1300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    left: -40%; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .error-area::before {
        top: -70%;
        left: -80%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .error-area::before {
        top: -66%;
        width: 900px;
        height: 900px;
        left: -70%; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .error-area::before {
        top: -35%;
        width: 400px;
        height: 400px;
        left: -70%; } }
  .beauty_main .error-area::after {
    content: "";
    position: absolute;
    bottom: -40%;
    width: 825px;
    height: 825px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    right: -20%; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .error-area::after {
        bottom: -40%;
        right: -50%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .error-area::after {
        bottom: -67%;
        right: -67%; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .error-area::after {
        width: 400px;
        height: 400px;
        bottom: -35%;
        right: -67%; } }
  .beauty_main .error-area .error_bg {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .beauty_main .error-area .error_bg .er_404 {
      margin-top: 30px; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .error-area .error_bg img {
        max-width: 200px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .error-area .error_bg img {
        max-width: 150px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .error-area .error_bg img {
        max-width: 150px; } }
  .beauty_main .error-area .error-item h1 {
    font-size: 160px;
    color: #ffffff;
    text-shadow: -6px -5px 0px rgba(255, 255, 255, 0.2); }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .error-area .error-item h1 {
        font-size: 130px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .error-area .error-item h1 {
        font-size: 100px; } }
  .beauty_main .error-area .error-item.er_503 h1 {
    font-size: 227px;
    text-shadow: -6px 5px 0px rgba(255, 255, 255, 0.2); }
    @media only screen and (max-width: 767px) {
      .beauty_main .error-area .error-item.er_503 h1 {
        font-size: 120px; } }
  .beauty_main .error-area .error-item h2 {
    color: #ffffff; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .error-area .error-item h2 {
        font-size: 24px; } }
  .beauty_main .error-area .error-item p {
    color: #ffffff; }
    @media (min-width: 991px) and (max-width: 1025px) {
      .beauty_main .error-area .error-item p {
        font-size: 18px; } }
    .beauty_main .error-area .error-item p a {
      font-size: 44px;
      color: #ffffff;
      font-weight: bold; }
      .beauty_main .error-area .error-item p a span {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .beauty_main .error-area .error-item p a {
          font-size: 24px; } }
  .beauty_main .error-area .mainten_pg {
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .beauty_main .error-area .mainten_pg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%; } }
    .beauty_main .error-area .mainten_pg .maintenance-cell .maintenance-item {
      max-width: 1080px; }
      .beauty_main .error-area .mainten_pg .maintenance-cell .maintenance-item .logo_ma {
        margin-bottom: 0px; }
      .beauty_main .error-area .mainten_pg .maintenance-cell .maintenance-item .mnt_text img {
        margin-bottom: -50px; }
        @media only screen and (max-width: 767px) {
          .beauty_main .error-area .mainten_pg .maintenance-cell .maintenance-item .mnt_text img {
            margin-bottom: -10px; } }
      .beauty_main .error-area .mainten_pg .maintenance-cell .maintenance-item .mnt_text h2 {
        color: #ffffff;
        margin-bottom: 20px; }
      .beauty_main .error-area .mainten_pg .maintenance-cell .maintenance-item .mnt_text p {
        color: #ffffff; }
.beauty_main .myorder-main .thankyou_box {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 10px;
  max-width: 360px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .beauty_main .myorder-main .thankyou_box {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .beauty_main .myorder-main .thankyou_box {
      margin-top: 40px; } }
  .beauty_main .myorder-main .thankyou_box h1 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .myorder-main .thankyou_box h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .beauty_main .myorder-main .thankyou_box h1 {
        font-size: 20px; } }
  .beauty_main .myorder-main .thankyou_box h2 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .myorder-main .thankyou_box h2 {
        font-size: 16px; } }
  .beauty_main .myorder-main .thankyou_box p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .myorder-main .thankyou_box p {
        margin-bottom: 20px; } }
  .beauty_main .myorder-main .thankyou_box a {
    background: #023a15;
    color: #ffffff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      .beauty_main .myorder-main .thankyou_box a {
        font-size: 14px;
        padding: 12px 20px; } }
.beauty_main .myorder-main .left_order .order_detail .ord_det_total {
  margin-right: 32px; }

.checkout_list .card {
  border: none;
  margin-bottom: 30px; }
  .checkout_list .card .card-header {
    padding: 0px;
    background: rgba(30, 45, 48, 0.06);
    border: none; }
    .checkout_list .card .card-header .btn {
      width: 100%;
      color: #1d1d1d;
      text-align: left;
      text-decoration: none;
      font-size: 20px;
      padding: 22px 30px;
      border: none;
      border-radius: 0px; }
      .checkout_list .card .card-header .btn[aria-expanded="true"] {
        background: #ebd8ca; }
  .checkout_list .card .card-body {
    padding: 30px; }
    .checkout_list .card .card-body .your_det_box {
      padding: 0px; }
      .checkout_list .card .card-body .your_det_box ul {
        margin: 0px 0px 39px 0px;
        padding: 0px;
        border: none; }
        .checkout_list .card .card-body .your_det_box ul li {
          margin: 0px;
          padding: 0px; }
          .checkout_list .card .card-body .your_det_box ul li a {
            padding: 0px;
            margin: 0px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            margin-right: 45px;
            color: rgba(30, 45, 48, 0.3);
            position: relative; }
            .checkout_list .card .card-body .your_det_box ul li a:hover {
              border: none;
              color: #1e2d30; }
            .checkout_list .card .card-body .your_det_box ul li a.active {
              color: #1e2d30; }
              .checkout_list .card .card-body .your_det_box ul li a.active::after {
                content: "";
                height: 2px;
                width: 100%;
                position: absolute;
                background: #a67c54;
                bottom: -4px;
                left: 0px; }
      .checkout_list .card .card-body .your_det_box .tab-content {
        background: #ffffff;
        padding: 42px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
        .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin h1 {
          font-size: 20px;
          font-weight: 600; }
        .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .form-group .form-control {
          min-height: 60px;
          font-size: 18px;
          color: #666666;
          padding: 15px 26px;
          border-radius: 6px; }
          .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .form-group .form-control:focus {
            box-shadow: none;
            border-color: #b9b9b9; }
        .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .fp-link {
          margin-bottom: 39px; }
          .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .fp-link a {
            font-size: 18px;
            color: #bbbfc0; }
        .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .btn_bth_1 {
          padding: 15px 52px; }
        .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .check-box-your {
          margin-bottom: 60px; }
          .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .check-box-your .form-check .form-check-input {
            width: 22px;
            height: 22px;
            margin-right: 14px;
            border-color: #b9b9b9; }
          .checkout_list .card .card-body .your_det_box .tab-content .login_your .form-signin .check-box-your .form-check .form-check-label {
            font-size: 18px;
            font-weight: 300;
            color: #666666; }
    .checkout_list .card .card-body .shipping_address_your {
      background: #ffffff;
      padding: 42px;
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
      .checkout_list .card .card-body .shipping_address_your .shipping_adr {
        border-right: 1px solid rgba(2, 58, 21, 0.2);
        margin-bottom: 60px; }
        .checkout_list .card .card-body .shipping_address_your .shipping_adr h1 {
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 10px; }
        .checkout_list .card .card-body .shipping_address_your .shipping_adr p {
          font-size: 18px;
          color: #666666;
          margin-bottom: 14px;
          max-width: 270px; }
        .checkout_list .card .card-body .shipping_address_your .shipping_adr a {
          margin-bottom: 23px;
          font-size: 25px;
          font-weight: normal;
          text-transform: none; }
          .checkout_list .card .card-body .shipping_address_your .shipping_adr a:hover {
            color: #ffffff; }
        .checkout_list .card .card-body .shipping_address_your .shipping_adr .adr_btn {
          max-width: 356px;
          display: flex;
          justify-content: space-between; }
          .checkout_list .card .card-body .shipping_address_your .shipping_adr .adr_btn button {
            background-color: #f1f2f3;
            font-size: 25px;
            font-weight: 400;
            color: #023a15;
            width: 48%;
            border: none;
            min-height: 63px; }
        .checkout_list .card .card-body .shipping_address_your .shipping_adr.last {
          border: none;
          margin-left: 30px; }
      .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item {
        border: none;
        background: #ffffff;
        padding: 35px 38px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 0px;
        margin-top: 64px; }
        .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px; }
          .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li .item_box {
            display: flex;
            justify-content: normal;
            margin-bottom: 0px; }
            .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li .item_box .item_img {
              width: 78px; }
              .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li .item_box .item_img img {
                width: 100%; }
          .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li .item_dit {
            margin-left: 20px;
            padding: 4px 0px;
            width: 70%; }
            .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li .item_dit h3 {
              font-size: 24px;
              font-weight: 500;
              margin-bottom: 5px; }
            .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li .item_dit span {
              font-size: 16px;
              line-height: 24px; }
          .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li span {
            font-size: 20px;
            font-weight: 500; }
            .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul li span.tot_pr {
              font-size: 24px; }
        .checkout_list .card .card-body .shipping_address_your .cart_right .right_cart_item ul hr {
          margin: 24px 0px; }
    .checkout_list .card .card-body .s_address_your .form-signin h1 {
      font-size: 20px;
      font-weight: 600; }
    .checkout_list .card .card-body .s_address_your .form-signin .form-group .form-control {
      min-height: 60px;
      font-size: 18px;
      color: #666666;
      padding: 15px 26px;
      border-radius: 6px; }
      .checkout_list .card .card-body .s_address_your .form-signin .form-group .form-control:focus {
        box-shadow: none;
        border-color: #b9b9b9; }
    .checkout_list .card .card-body .s_address_your .form-signin .fp-link {
      margin-bottom: 39px; }
      .checkout_list .card .card-body .s_address_your .form-signin .fp-link a {
        font-size: 18px;
        color: #bbbfc0; }
    .checkout_list .card .card-body .s_address_your .form-signin .btn_bth_1 {
      padding: 15px 52px; }
    .checkout_list .card .card-body .s_address_your .form-signin .check-box-your {
      margin-bottom: 60px; }
      .checkout_list .card .card-body .s_address_your .form-signin .check-box-your .form-check .form-check-input {
        width: 22px;
        height: 22px;
        margin-right: 14px;
        border-color: #b9b9b9; }
      .checkout_list .card .card-body .s_address_your .form-signin .check-box-your .form-check .form-check-label {
        font-size: 18px;
        font-weight: 300;
        color: #666666; }

.color-c {
  background: #ce6180; }

.color-d {
  background: #9f010a; }

.color-e {
  background: #5c3635; }

.color-f {
  background: #32160f; }

.color-g {
  background: #79000c; }

.dropdown-toggle::after,
.dropdown-toggler::after {
  height: 23px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .dropdown-toggle::after,
    .dropdown-toggler::after {
      float: right; } }
  @media only screen and (max-width: 767px) {
    .dropdown-toggle::after,
    .dropdown-toggler::after {
      float: right; } }

.btn_bth_1 {
  background: #023a15;
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-radius: 0px; }

/*# sourceMappingURL=beauty-theme.css.map */
