
    .form-control {
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 6px;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .modal-open {
      overflow: hidden;
    }
    .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 25;
      display: none;
      overflow: hidden;
      outline: 0;
    }
    .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto;
    }
    .modal-dialog {
      position: relative;
      width: auto;
      margin: 10px;
      pointer-events: none;
    }
    .modal.fade .modal-dialog {
      transition: transform 0.3s ease-out;
      transform: translate(0, -25%);
    }
    .modal.show .modal-dialog {
      transform: translate(0, 0);
    }
    .modal-dialog-centered {
      display: flex;
      align-items: center;
      min-height: calc(100% - (10px * 2));
    }
    .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: transparent;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 0;
      outline: 0;
    }
    .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 24;
      background-color: #000;
    }
    .modal-backdrop.fade {
      opacity: 0;
    }
    .modal-backdrop.show {
      opacity: 0.5;
    }
    .modal-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0;
      border-bottom: 1px solid #e9ecef;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .modal-header .close {
      padding: 0;
      margin: 0 0 0 auto;
    }
    .modal-title {
      margin-bottom: 0;
      line-height: 1.5;
    }
    .modal-body {
      position: relative;
      flex: 1 1 auto;
      padding: 15px;
    }
    .modal-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      border-top: 1px solid #e9ecef;
    }
    .modal-footer> :not(:first-child) {
      margin-left: .25rem;
    }
    .modal-footer> :not(:last-child) {
      margin-right: .25rem;
    }
    .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll;
    }
    @media (min-width: 576px) {
      .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
      }
      .modal-dialog-centered {
        min-height: calc(100% - (30px * 2));
      }
      .modal-sm {
        max-width: 300px;
      }
    }
    @media (min-width: 1025px) {
      .modal-lg {
        max-width: 800px;
      }
    }
    body:not(.touch-device).mm-open {
      padding-right: 17px;
    }
    body:not(.touch-device).mm-open .tt-stuck-nav.stuck {
      padding-right: 17px;
    }
    /* open modal bootstrap */
    .modal-open {
      overflow: hidden;
    }
    body:not(.touch-device).modal-open {
      overflow-x: hidden;
      padding-right: 17px;
    }
    body:not(.touch-device).modal-open .tt-stuck-nav.stuck {
      padding-right: 17px;
    }
    html.ie.gecko body.modal-open {
      padding-right: 0px !important;
    }
    /* open left col (*listing) */
    .modal {
      display: none;
      overflow: hidden;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 11;
      -webkit-overflow-scrolling: touch;
      outline: none;
      text-align: center;
      padding: 0;
      -moz-transition: opacity 0.15s linear;
      -o-transition: opacity 0.15s linear;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
    }
    .modal.show {
      opacity: 1;
      z-index: 100;
    }
    @media (min-width: 320px) {
      .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
      }
    }
    .modal-md {
      width: 736px;
    }
    .modal-lg {
      width: 962px;
    }
    @media (max-width: 1229px) {
      .modal-lg {
        width: 900px;
      }
    }
    @media (max-width: 1024px) {
      .modal-lg {
        width: 730px;
      }
    }
    @media (max-width: 789px) {
      .modal-lg {
        width: 550px;
      }
    }
    @media (max-width: 650px) {
      .modal-lg {
        width: 420px;
      }
    }
    @media (max-width: 500px) {
      .modal-lg {
        width: 320px;
      }
    }
    @media (max-width: 370px) {
      .modal-lg {
        width: 280px;
      }
    }
    .modal-compare {
      width: 996px;
    }
    @media (max-width: 1229px) {
      .modal-compare {
        width: 900px;
      }
    }
    @media (max-width: 1024px) {
      .modal-compare {
        width: 730px;
      }
    }
    @media (max-width: 789px) {
      .modal-compare {
        width: 550px;
      }
    }
    @media (max-width: 650px) {
      .modal-compare {
        width: 420px;
      }
    }
    @media (max-width: 500px) {
      .modal-compare {
        width: 320px;
      }
    }
    @media (max-width: 370px) {
      .modal-compare {
        width: 280px;
      }
    }
    @media (min-width: 651px) {
      .modal-sm {
        width: 506px;
      }
    }
    @media (max-width: 650px) {
      .modal-sm {
        width: 420px;
      }
    }
    @media (max-width: 500px) {
      .modal-sm {
        width: 320px;
      }
    }
    @media (max-width: 370px) {
      .modal-sm {
        width: 280px;
      }
    }
    @media (min-width: 651px) {
      .modal-discount {
        width: 600px;
      }
    }
    @media (max-width: 650px) {
      .modal-discount {
        width: 420px;
      }
    }
    @media (max-width: 500px) {
      .modal-discount {
        width: 320px;
      }
    }
    @media (max-width: 370px) {
      .modal-discount {
        width: 280px;
      }
    }
    .modal-small {
      width: 400px;
    }
    @media (max-width: 450px) {
      .modal-small {
        width: 280px;
      }
    }
    .modal-backdrop.in {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
    }
    .modal-newsletter .modal-backdrop.show {
      -moz-opacity: 0.87;
      -khtml-opacity: 0.87;
      -webkit-opacity: 0.87;
      opacity: 0.87;
    }
    /* modal layout */
    .modal {
      display: none;
      overflow: hidden;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 11;
      -webkit-overflow-scrolling: touch;
      outline: none;
    }
    .modal .modal-content {
      border-radius: 0;
      border: none;
    }
    .modal .modal-header {
      border: none;
      padding: 22px 20px 0px 20px;
      margin: 0;
    }
    .modal .modal-header .close {
      font-size: 24px;
      line-height: 24px;
      position: relative;
      z-index: 7;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
    }
    .modal .modal-title {
      font-size: 20px;
      line-height: 26px;
      margin: 34px 0 0 0;
      padding-bottom: 19px;
      letter-spacing: 0.02em;
    }
    .modal .modal-footer {
      border: none;
    }
    /* tt-modal-addtocart */
    #modalAddToCartProduct .modal-dialog {
      width: 736px;
    }
    @media (max-width: 1024px) {
      #modalAddToCartProduct .modal-dialog {
        width: 420px;
      }
    }
    @media (max-width: 575px) {
      #modalAddToCartProduct .modal-dialog {
        width: 270px;
      }
    }
    .tt-modal-addtocart.desctope {
      position: relative;
    }
    .tt-modal-addtocart.desctope .row {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .tt-modal-addtocart.desctope .row>div:first-child {
      padding-right: 52px;
    }
    .tt-modal-addtocart.desctope .row>div:last-child {
      padding-left: 49px;
    }
    .tt-modal-addtocart.desctope .row>div:last-child .btn {
      width: 100%;
    }
    .tt-modal-addtocart.desctope .tt-modal-messages {
      font-family: "Hind", sans-serif;
      color: #191919;
      font-size: 20px;
      line-height: 1;
      font-weight: 500;
    }
    .tt-modal-addtocart.desctope .tt-modal-messages [class^="icon-"] {
      color: #2879fe;
    }
    .tt-modal-addtocart.desctope .tt-modal-product {
      margin-top: 26px;
    }
    .tt-modal-addtocart.desctope .tt-modal-product .tt-img img {
      width: 100%;
      max-width: 154px;
      height: auto;
    }
    .tt-modal-addtocart.desctope .tt-modal-product .tt-title {
      font-family: "Hind", sans-serif;
      font-weight: 400;
      font-size: 14px;
      margin-top: 12px;
      color: #191919;
    }
    .tt-modal-addtocart.desctope .tt-modal-product .tt-title a {
      color: #191919;
    }
    .tt-modal-addtocart.desctope .tt-modal-product .tt-title a:hover {
      color: #2879fe;
    }
    .tt-modal-addtocart.desctope .tt-modal-product .tt-qty {
      font-family: "Hind", sans-serif;
      font-weight: 500;
      font-size: 14px;
      margin-top: 7px;
      color: #191919;
    }
    .tt-modal-addtocart.desctope .tt-modal-product>*:nth-child(1) {
      margin-top: 0;
    }
    .tt-modal-addtocart.desctope .tt-product-total {
      font-family: "Hind", sans-serif;
      font-weight: 500;
      color: #191919;
      font-size: 14px;
      margin-top: 5px;
    }
    .tt-modal-addtocart.desctope .tt-product-total .tt-price {
      font-size: 16px;
    }
    .tt-modal-addtocart.desctope .tt-cart-total {
      color: #777777;
      display: inline-block;
    }
    .tt-modal-addtocart.desctope .tt-cart-total .tt-total {
      font-family: "Hind", sans-serif;
      font-weight: 500;
      color: #191919;
      margin-top: 11px;
    }
    .tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
      color: #2879fe;
      font-size: 24px;
    }
    .tt-modal-addtocart.desctope [class^="col"] .btn {
      margin-top: 20px;
    }
    .tt-modal-addtocart.desctope [class^="col"] .tt-cart-total+.btn {
      margin-top: 25px;
    }
    .tt-modal-addtocart.desctope [class^="col"]>*:nth-child(1) {
      margin-top: 0;
    }
    .tt-modal-addtocart.desctope:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #e9e7e7;
      position: absolute;
      left: 50%;
      margin-left: 8px;
      top: 0px;
    }
    .tt-modal-addtocart.mobile {
      margin-top: 9px;
    }
    .tt-modal-addtocart.mobile .tt-modal-messages {
      font-family: "Hind", sans-serif;
      color: #191919;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
      padding-bottom: 13px;
    }
    .tt-modal-addtocart.mobile .tt-modal-messages [class^="icon-"] {
      color: #2879fe;
    }
    .tt-modal-addtocart.mobile [class^="btn"] {
      padding-top: 9px;
      padding-bottom: 9px;
    }
    @media (min-width: 1025px) {
      .tt-modal-addtocart.desctope {
        display: block;
      }
      .tt-modal-addtocart.mobile {
        display: none;
      }
    }
    @media (max-width: 1024px) {
      .tt-modal-addtocart.desctope {
        display: none;
      }
      .tt-modal-addtocart.mobile {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
    }
    /* tt-modal-addtocart */
    .tt-modal-quickview {
      text-align: left;
    }
    @media (max-width: 1024px) and (min-width: 791px) {
      .tt-modal-quickview .tt-product-single-info {
        padding-top: 0;
      }
    }
    @media (max-width: 575px) {
      .tt-modal-quickview .tt-product-single-info {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    .tt-modal-quickview .tt-product-single-info .tt-title {
      font-weight: 500;
    }
    /*
    modal custom
*/
    .modal {
      text-align: center;
      display: none;
      overflow: hidden;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 30;
      -webkit-overflow-scrolling: touch;
      outline: none;
    }
    .modal .modal-dialog {
      display: inline-block;
      vertical-align: middle;
    }
    @media (min-width: 576px) {
      .modal .modal-dialog {
        max-width: inherit;
      }
    }
    .modal .modal-header {
      height: 54px;
      position: relative;
    }
    .modal .modal-header .close {
      width: 54px;
      height: 54px;
      top: -2px;
      line-height: 54px;
      position: absolute;
      text-decoration: none;
      text-align: center;
      color: #ffffff;
      background: none;
      border: none;
      cursor: pointer;
      font-family: "wokiee";
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
    }
    @media (min-width: 1025px) {
      .modal .modal-header .close {
        right: -52px;
      }
    }
    @media (max-width: 1024px) {
      .modal .modal-header .close {
        right: -20px;
      }
    }
    /* .modal .modal-header .close:before {
      content: "\ea0f";
      font-size: 20px;
      line-height: 1; } */
    .modal .modal-header .close:hover {
      color: #2879fe;
    }
    .modal .modal-body:not(.no-background) {
      background-color: #ffffff;
      border-radius: 6px;
    }
    .modal .modal-body {
      overflow: hidden;
    }
    @media (min-width: 1025px) {
      .modal .modal-body {
        padding: 40px;
      }
    }
    @media (max-width: 1024px) {
      .modal .modal-body {
        padding: 30px;
      }
    }
    @media (max-width: 789px) {
      .modal .modal-body {
        padding: 25px;
      }
    }
    @media (max-width: 500px) {
      .modal .modal-body {
        padding: 20px;
      }
    }
    @media (max-width: 270px) {
      .modal .modal-body {
        padding: 15px;
      }
    }
    @media (min-width: 320px) {
      .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
      }
    }
    .modal-backdrop {
      background: #000000;
    }
    .modal-backdrop.show {
      opacity: 0.5;
      z-index: 99;
    }
    /* modal-video */
    .modal-video {
      width: 1055px;
    }
    @media (max-width: 1170px) {
      .modal-video {
        width: 604px;
      }
    }
    @media (max-width: 667px) {
      .modal-video {
        width: 461px;
      }
    }
    @media (max-width: 507px) {
      .modal-video {
        width: 277px;
      }
    }
    .modal-video-content {
      font-size: 0;
      line-height: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
    .modal-video-content iframe {
      border: none;
      width: 100%;
      height: 584px;
      max-height: 80vh;
    }
    @media (max-width: 1100px) {
      .modal-video-content iframe {
        height: 315px;
      }
    }
    @media (max-width: 667px) {
      .modal-video-content iframe {
        height: 239px;
      }
    }
    @media (max-width: 507px) {
      .modal-video-content iframe {
        height: 134px;
      }
    }
    /* tt-modal-newsletter */
    .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small {
      color: #ffffff;
      font-size: 24px;
      line-height: 1.42;
      font-weight: 500;
      letter-spacing: 0.03em;
      font-family: "Hind", sans-serif;
    }
    .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small+.tt-title-large {
      margin-top: -5px;
    }
    .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-large {
      color: #2879fe;
      font-size: 64px;
      line-height: 1.1;
      font-weight: 500;
      letter-spacing: 0.04em;
      font-family: "Hind", sans-serif;
    }
    .tt-modal-newsletter .tt-modal-newsletter-promo p {
      color: #ffffff;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.03em;
      margin-top: 2px;
      font-family: "Hind", sans-serif;
    }
    .tt-modal-newsletter .tt-modal-newsletter-promo>*:nth-child(1) {
      margin-top: 0;
    }
    .tt-modal-newsletter>p {
      margin-top: 14px;
      color: #777777;
    }
    .tt-modal-newsletter .subscribe-form {
      max-width: 390px;
      margin: 25px auto 0;
    }
    .tt-modal-newsletter .subscribe-form [class^="btn"] {
      padding-left: 20px;
      padding-right: 20px;
    }
    .tt-modal-newsletter .row-social-icon {
      text-align: center;
      margin-top: 24px;
    }
    .tt-modal-newsletter .row-social-icon .tt-social-icon {
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
    }
    .tt-modal-newsletter .row-social-icon .tt-social-icon li a {
      color: #d8d8d8;
    }
    .tt-modal-newsletter .row-social-icon .tt-social-icon li a:hover {
      color: #2879fe;
    }
    .tt-modal-newsletter .checkbox-group {
      color: #ffffff;
      margin-top: 20px;
    }
    .tt-modal-newsletter .checkbox-group label {
      padding-left: 28px;
      color: #ffffff;
    }
    .tt-modal-newsletter .checkbox-group label .box {
      border: none;
      margin-top: 1px;
    }
    .tt-modal-newsletter .checkbox-group label .check:before {
      left: 0;
    }
    .tt-modal-newsletter .checkbox-group label:hover {
      color: #2879fe;
    }
    @media (min-width: 501px) {
      .tt-modal-newsletter .subscribe-form .input-group .btn {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
      }
    }
    @media (max-width: 500px) {
      .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small {
        font-size: 20px;
      }
      .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-large {
        font-size: 52px;
      }
      .tt-modal-newsletter .tt-modal-newsletter-promo p {
        font-size: 14px;
        line-height: 22px;
      }
      .tt-modal-newsletter .subscribe-form .input-group {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
      .tt-modal-newsletter .subscribe-form .input-group .form-control {
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
      }
      .tt-modal-newsletter [class^="btn"] {
        margin-top: 15px;
      }
    }
    .tt-modal-newsletter>*:nth-child(1) {
      margin-top: 0;
    }
    .tt-layout-product-info .tt-title {
      color: #191919;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 6px;
    }
    .tt-layout-product-info .tt-table-modal-info {
      width: 100%;
      margin-top: 17px;
    }
    .tt-layout-product-info .tt-table-modal-info thead th {
      color: #777777;
      font-size: 13px;
      font-weight: normal;
      text-align: center;
      padding: 2px 4px;
    }
    .tt-layout-product-info .tt-table-modal-info tbody tr:nth-child(odd) {
      background: #f7f8fa;
    }
    .tt-layout-product-info .tt-table-modal-info tbody td {
      color: #777777;
      font-size: 13px;
      font-weight: normal;
      text-align: center;
      padding: 4px 4px;
    }
    @media (max-width: 789px) {
      .tt-table-responsive-md .tt-table-modal-info {
        width: 700px;
      }
    }
    @media (min-width: 1025px) {
      #modalProductInfo-02 .modal-body {
        padding: 36px 40px 32px 36px;
      }
    }
    .tt-layout-product-info-02 {
      text-align: left;
    }
    .tt-layout-product-info-02 .tt-title {
      color: #191919;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 6px;
      letter-spacing: 0.04em;
    }
    .tt-layout-product-info-02 .tt-title:not(:first-child) {
      margin-top: 19px;
    }
    .tt-layout-product-info-02 p {
      margin-top: 5px;
    }
    .tt-layout-product-info-02 .tt-title+p {
      margin-top: 0;
    }
    .tt-layout-product-info-02 ul:not([class])>li {
      font-size: 14px;
      position: relative;
      padding: 0 0 0 11px;
      color: #777777;
    }
    .tt-layout-product-info-02 ul:not([class])>li a {
      color: #777777;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      -webkit-transition: color 0.2s linear;
      transition: color 0.2s linear;
      text-decoration: none;
    }
    .tt-layout-product-info-02 ul:not([class])>li a:hover {
      color: #2879fe;
    }
    .tt-layout-product-info-02 ul:not([class])>li:before {
      content: '';
      width: 3px;
      height: 3px;
      background: #777777;
      display: inline-block;
      position: absolute;
      top: 8px;
      left: 1px;
      border-radius: 50%;
    }
    .tt-layout-product-info-02 ul:not([class])+ul {
      margin-top: 5px;
    }
    .modal-xs {
      width: 280px;
    }
    .modal-xs .modal-header .close {
      right: -42px;
      top: 10px;
    }
    .modal-xs .modal-body {
      padding: 10px 10px 23px !important;
    }
    .tt-modal-subsribe-good {
      color: #191919;
      font-size: 14px;
      font-weight: 500;
    }
    .tt-modal-subsribe-good i {
      font-size: 30px;
      color: #2879fe;
      position: relative;
      top: 5px;
      margin-right: 1px;
    }
    #ModalVerifyAge .modal-header {
      height: 0;
    }
    #ModalVerifyAge .modal-header .close {
      top: 22px;
      right: 0;
    }
    #ModalVerifyAge .modal-header .close:not(:hover) {
      color: #999999;
    }
    #ModalVerifyAge .modal-header .close:before {
      font-size: 14px;
    }
    #ModalVerifyAge .tt-modal-verifyage p {
      color: #191919;
      font-size: 16px;
      font-weight: 500;
    }
    #ModalVerifyAge .tt-modal-verifyage .tt-title {
      color: #2879fe;
      font-weight: 600;
      font-size: 28px;
      line-height: 34px;
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn {
      margin-top: 10px;
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn [class^="btn"] {
      margin-top: 10px;
      width: 100px;
      height: 35px;
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn [class^="btn"]:first-child {
      background-color: #0ec482;
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn [class^="btn"]:first-child:hover {
      background-color: #191919;
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn [class^="btn"]:not(:first-child) {
      margin-left: 10px;
      background-color: #f8353e;
    }
    #ModalVerifyAge .tt-modal-verifyage .row-btn [class^="btn"]:not(:first-child):hover {
      background-color: #191919;
    }
    @media (max-width: 650px) {
      #ModalVerifyAge .tt-modal-verifyage .tt-title {
        font-size: 24px;
      }
      #ModalVerifyAge .tt-modal-verifyage .row-btn {
        margin-top: 5px;
      }
    }
    #ModalMessage .modal-header {
      height: 0;
    }
    #ModalMessage .modal-header .close {
      top: 23px;
      right: 2px;
      width: 27px;
      height: 27px;
      line-height: 1em;
    }
    #ModalMessage .modal-header .close:not(:hover) {
      color: #999999;
    }
    #ModalMessage .modal-header .close:before {
      font-size: 14px;
      line-height: 1;
      position: relative;
      top: -3px;
    }
    @media (min-width: 515px) {
      #ModalMessage .modal-dialog {
        width: 452px;
      }
    }
    @media (max-width: 514px) {
      #ModalMessage .modal-dialog {
        width: 370px;
      }
    }
    @media (max-width: 417px) {
      #ModalMessage .modal-dialog {
        width: 320px;
      }
    }
    @media (max-width: 370px) {
      #ModalMessage .modal-dialog {
        width: 280px;
      }
    }
    .tt-modal-wishlist p {
      color: #191919;
      font-size: 16px;
      font-weight: 500;
    }
    .tt-modal-wishlist .row-btn {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    @media (min-width: 418px) {
      .tt-modal-wishlist .row-btn {
        margin-left: -15px;
      }
      .tt-modal-wishlist .row-btn [class^="btn"] {
        margin-top: 15px;
        margin-left: 15px;
      }
    }
    @media (max-width: 417px) {
      .tt-modal-wishlist .row-btn {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
      .tt-modal-wishlist .row-btn [class^="btn"] {
        margin-top: 10px;
        width: 100%;
      }
    }
    #ModalDiscount .tt-background {
      background: #ffffff url("../images/custom/bg-discount.png") 0 0 no-repeat;
      background-size: 50% auto;
    }
    #ModalDiscount .modal-body {
      padding: 52px 0;
    }
    @media (max-width: 650px) {
      #ModalDiscount .modal-body:not(.tt-layout-center) {
        background: #ffffff;
      }
      #ModalDiscount .modal-body:not(.tt-layout-center) [class^="col"] {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    @media (max-width: 650px) {
      #ModalDiscount .modal-body {
        padding: 30px 0;
      }
      #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title {
        padding-bottom: 18px;
      }
      #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title .text-01 {
        font-size: 24px;
        line-height: 32px;
      }
      #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title .text-02 {
        margin-top: 8px;
        font-size: 20px;
        line-height: 32px;
      }
      #ModalDiscount .modal-body .tt-modal-discount .tt-promo-title .text-03 {
        font-size: 36px;
        line-height: 32px;
        margin-top: 5px;
      }
      #ModalDiscount .modal-body .tt-modal-discount p {
        margin-top: 20px;
      }
    }
    #ModalDiscount .tt-modal-discount [class^="col"] {
      padding-left: 30px;
      padding-right: 30px;
    }
    #ModalDiscount .tt-modal-discount [class^="btn"] {
      width: 100%;
    }
    #ModalDiscount .tt-modal-discount .tt-promo-title {
      padding-bottom: 51px;
    }
    #ModalDiscount .tt-modal-discount .tt-promo-title .text-01 {
      color: #191919;
      font-size: 28px;
      line-height: 34px;
      font-weight: 600;
    }
    #ModalDiscount .tt-modal-discount .tt-promo-title .text-02 {
      color: #191919;
      font-size: 24px;
      line-height: 34px;
      font-weight: 500;
      margin-top: 33px;
    }
    #ModalDiscount .tt-modal-discount .tt-promo-title .text-03 {
      color: #191919;
      font-size: 40px;
      line-height: 34px;
      font-weight: 700;
      margin-top: 5px;
    }
    #ModalDiscount .tt-modal-discount .tt-link-underline {
      color: #2879fe;
      text-decoration: underline;
    }
    #ModalDiscount .tt-modal-discount .tt-link-underline:hover {
      text-decoration: none;
    }
    #ModalDiscount .tt-modal-discount p {
      margin-top: 34px;
    }
    #ModalDiscount .form-default .form-group {
      margin-bottom: 10px;
    }
    #ModalDiscount .form-default .form-control {
      text-align: center;
    }
    #ModalDiscount .tt-background-fullwidth {
      background-size: 100% auto;
    }
    #ModalDiscount .tt-layout-center [class^="col"] {
      flex: 0 0 100%;
      max-width: 100%;
    }
    #ModalDiscount .tt-layout-center .tt-modal-discount .form-group {
      text-align: center;
    }
    #ModalDiscount .tt-layout-center .tt-modal-discount .form-group .form-control {
      max-width: 300px;
      display: inline-block;
    }
    #ModalDiscount .tt-layout-center .tt-modal-discount [class^="btn"] {
      max-width: 300px;
    }
/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
/* Slider Theme Style */

.Container {
  padding: 0 15px;
}

.Container:after,
.Container .Head:after {
  content: '';
  display: block;
  clear: both;
}

.Container .Head {
  color: #222;
  height: 52px;
  over-flow: hidden;
}

.Container .Head .Arrows {
  float: right;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  border-radius: 50%;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
  background: #33687a;
}


.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.ProductBlock .img-fill {
  height: 200px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}
.ProductBlock a:focus{
	outline:none !important;
}

.Container .Head .Slick-Next:before {
  content: '>';
  font-size: 30px;
    display: flex;
    justify-content: center;
    margin-top: 9px;
}

.Container .Head .Slick-Prev:before {
  font-size: 30px;
    display: flex;
    justify-content: center;
    margin-top: 9px;
	 content: '<';
}


.person_img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
	margin:auto;
}

 /* Slideshow container */
.slideshow-container {
  position: relative;
  background:black;
  /*background: #f1f1f1f1;*/
  margin-top: 20px;
  
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display:flex;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {

  color: white;
  /*background-color: rgba(0,0,0,0.8);
  color: white;*/
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 10px;
  margin-bottom:25px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
	font-size:16px;
	color:white;
}

/* Add a blue color to the author */
.author {
	color: #bd8a33;//cornflowerblue;
	} 
	
 .about_us{
	   -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
  }