/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-product-slider {
  padding: 0 86px; }
  .thim-product-slider .product-slider-wrapper {
    position: relative;
    padding-right: 363px; }
  .thim-product-slider .product-info {
    position: absolute;
    right: 0;
    top: -25px;
    border: solid 1px rgba(244, 245, 245, 0.2);
    width: 319px;
    text-align: center;
    overflow: hidden;
    color: #cccccc;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px; }
    .thim-product-slider .product-info .shipping {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.4px;
      padding: 21px 0;
      text-align: center;
      width: 100%;
      position: relative; }
      .thim-product-slider .product-info .shipping:before {
        content: '';
        border: 1px dashed rgba(228, 229, 231, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scale(1.5, 1);
        -moz-transform: scale(1.5, 1);
        -ms-transform: scale(1.5, 1);
        -o-transform: scale(1.5, 1); }
    .thim-product-slider .product-info .info {
      padding: 30px 0 64px;
      position: relative; }
      .thim-product-slider .product-info .info:before {
        content: '';
        border: 1px dashed rgba(228, 229, 231, 0.2);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scale(1.5, 1);
        -moz-transform: scale(1.5, 1);
        -ms-transform: scale(1.5, 1);
        -o-transform: scale(1.5, 1); }
    .thim-product-slider .product-info .price-box {
      font-size: 65px;
      font-weight: 500;
      line-height: 1.02;
      letter-spacing: 1.3px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px; }
      .thim-product-slider .product-info .price-box .price_sale {
        color: #ccc;
        font-size: 30px;
        text-decoration: line-through;
        margin-left: 10px; }
    .thim-product-slider .product-info .description {
      text-align: left;
      padding: 0 47px; }
      .thim-product-slider .product-info .description ul {
        margin: 0;
        list-style: none; }
        .thim-product-slider .product-info .description ul li {
          display: flex;
          align-items: center;
          margin-bottom: 15px; }
          .thim-product-slider .product-info .description ul li:last-child {
            margin-bottom: 0; }
          .thim-product-slider .product-info .description ul li i {
            width: 46px;
            height: 46px;
            min-width: 46px;
            margin-right: 19px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: solid 1px rgba(150, 150, 150, 0.5);
            font-size: 22px;
            letter-spacing: 0.9px;
            color: #ccc;
            line-height: 44px;
            display: inline-block;
            text-align: center; }
    .thim-product-slider .product-info .product-button {
      padding: 0 47px;
      position: absolute;
      bottom: -24px;
      width: 100%;
      left: 0; }
      .thim-product-slider .product-info .product-button a {
        width: 100%;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-color: #ff8271;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.4px;
        color: #ffffff;
        line-height: 48px;
        border: none;
        display: inline-block;
        text-transform: uppercase; }
    .thim-product-slider .product-info .lits-color {
      padding: 57px 0 32px; }
      .thim-product-slider .product-info .lits-color .product-color {
        margin: 22px 0 0;
        list-style: none; }
        .thim-product-slider .product-info .lits-color .product-color li {
          display: inline-block;
          margin: 0 15px; }
          .thim-product-slider .product-info .lits-color .product-color li span {
            width: 28px;
            height: 28px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block; }
  .thim-product-slider .owl-theme {
    position: static; }
    .thim-product-slider .owl-theme .item-product {
      text-align: center; }
      .thim-product-slider .owl-theme .item-product img {
        width: auto;
        display: inline-block; }
    .thim-product-slider .owl-theme .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      width: calc(100% + 172px);
      margin: 0 -86px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .thim-product-slider .owl-theme .owl-nav [class*='owl-'] {
        background: none;
        font-size: 50px;
        letter-spacing: 2px;
        color: #ffffff;
        float: left;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 0;
        padding: 0;
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0); }
        .thim-product-slider .owl-theme .owl-nav [class*='owl-']:hover {
          background: none; }
      .thim-product-slider .owl-theme .owl-nav .owl-next {
        float: right;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0); }
  .thim-product-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    visibility: visible; }

.popup-checkout {
  margin: 0 auto; }
  .popup-checkout input, .popup-checkout textarea {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #ababab; }
  .popup-checkout input[type=number] {
    padding-right: 0; }
  .popup-checkout .wpcf7-checkbox {
    display: flex; }
  .popup-checkout .wpcf7-list-item {
    display: flex;
    line-height: 50px;
    align-items: center; }
    .popup-checkout .wpcf7-list-item [type="checkbox"], .popup-checkout .wpcf7-list-item [type="radio"] {
      width: auto;
      height: auto;
      margin: 0 10px 0 0;
      cursor: pointer; }
  .popup-checkout textarea {
    margin-bottom: 20px; }
  .popup-checkout .checkout-button {
    text-align: left; }
  .popup-checkout input[type=submit] {
    margin-top: 40px;
    display: inline-block;
    width: auto;
    padding: 0 70px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .popup-checkout .owl-theme .item-product {
    text-align: center; }
    .popup-checkout .owl-theme .item-product img {
      width: auto;
      display: inline-block; }
  .popup-checkout .owl-theme .image-item {
    text-align: center; }
    .popup-checkout .owl-theme .image-item img {
      width: auto;
      display: inline-block; }
  .popup-checkout .owl-theme .owl-dots {
    margin: 0 !important; }
    .popup-checkout .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      outline: none;
      height: 10px;
      width: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #999;
      border: none;
      font-size: 0;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      margin: 0 5px; }
      .popup-checkout .owl-theme .owl-dots .owl-dot span {
        display: none; }
      .popup-checkout .owl-theme .owl-dots .owl-dot.active {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2); }

.woo-info .product-name {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 3.2px;
  color: #ffffff;
  text-transform: uppercase; }

.woo-info .price-box {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  .woo-info .price-box del {
    color: #ccc;
    font-size: 30px;
    text-decoration: line-through;
    margin-right: 10px; }
  .woo-info .price-box ins {
    text-decoration: none; }

.woo-info .quick-desc {
  margin-bottom: 40px; }

.woo-info table {
  margin-bottom: 20px; }

.woo-info table, .woo-info td, .woo-info tr {
  border: none;
  padding: 0; }

.woo-info label {
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0; }

.woo-info select {
  height: 40px;
  font-size: 18px;
  padding: 0 5px; }

.woo-info .select2 {
  display: none; }

.woo-info .reset_variations {
  float: right; }

.woo-info .woocommerce-variation-price {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  .woo-info .woocommerce-variation-price del {
    color: #ccc;
    font-size: 24px;
    text-decoration: line-through;
    margin-right: 10px; }
  .woo-info .woocommerce-variation-price ins {
    text-decoration: none; }

.woo-info .quantity {
  margin-right: 20px; }
  .woo-info .quantity input {
    width: 100px;
    padding: 0 0 0 20px; }

.woo-info .woocommerce-variation-add-to-cart {
  display: flex; }

.woo-info input[type="submit"], .woo-info .button, .woo-info .submit {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  height: 50px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .woo-info input[type="submit"]:focus, .woo-info .button:focus, .woo-info .submit:focus {
    outline: none; }

.woo-info .quick-add-to-cart form.cart {
  display: flex; }

.popup_product_slider .mfp-close {
  color: #fff !important;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 50px;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
