.hide {
  display: none;
}
.spinner {
  margin-top: 0px;
  padding-top: 0px;
}
.disclaimer p {
  font-size: 10px;
  padding: 0px 40px;
  color: #919191;
  font-family: "NeoSansPro-Regular";
  line-height: 12px;
  margin-bottom: 7px;
  text-align: justify;
}
.prod-details-section .product-shop .price-box .old-price,
.prod-details-section .product-shop .price-box .special-price,
.prod-details-section .product-shop .buy-prod-btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 20px;
}
.ask-expert-btn-new {
  border: 2px solid #442c8b;
  vertical-align: middle;
  display: inline-block;
  line-height: 35px;
  background: #442c8b;
  color: #fff;
  width: 130px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: "NeoSansPro-Medium";
  font-weight: bold;
  margin-right: 20px;
  font-size: 16px;
}
.ask-expert-btn-new {
  background: #f7911e;
  width: 145px;
  border: 2px solid #f7911e;
}
.main_table {
  border: 1px solid #04a49c;
  margin-bottom: 20px;
}
.main_table td {
  padding: 5px 5px;
  border-right: 1px solid #04a49c;
  font-size: 16px;
}
.main_table th {
  padding: 5px 58px;
  background: #04a49c;
  color: #fff;
  font-size: 16px;
}
.prod-details-section .product-shop .short-desp {
  font-size: 16px;
  color: #919191;
  font-family: "NeoSansPro-Regular";
  line-height: 26px;
  margin-bottom: 16px;
}
.main-wrapper,
.prod-details-section {
  padding: 20px;
}
.main-wrapper .form-container {
  padding: 1px 40px;
}
.product-container {
  padding: 10px 0;
}
.footer {
  padding: 1px 0 0 0;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.main-wrapper .form-container .form-btn,
.new_ask_expert .expert-submit {
  width: 125px;
  display: inline-block;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-family: "NeoSansPro-Medium";
  font-weight: bold;
  background: #04a49c;
  font-size: 18px;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-top: 40px;
  border: 2px solid #04a49c;
}
.dark-btn:hover,
.form-btn:hover {
  background: #fff !important;
  border: #04a49c 2px solid !important;
  color: #04a49c !important;
}
.main-wrapper .tab-title {
  font-size: 24px;
  color: #04a49c;
  font-family: "NeoSansPro-Medium";
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
}
.container {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.main-wrapper .form-container div.form-row {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px 30px -1px;
}
p.form-note {
  color: #6d6e71;
  font-size: 15px;
  line-height: 22px;
  font-family: "NeoSansPro-Regular";
  margin-bottom: 30px;
}
.main-wrapper .form-container .form-row label {
  font-family: "NeoSansPro-Regular";
  font-size: 15px;
  width: 170px;
  color: #04a49c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.main-wrapper .form-container .form-row .input-box {
  font-family: "NeoSansPro-Regular";
  font-size: 16px;
  width: 65%;
  color: #04a49c;
  display: inline-block;
  vertical-align: middle;
}
.main-wrapper .form-container .form-row .input-box .input-control {
  height: 30px;
  padding-bottom: 5px;
  border: 0;
  border-bottom: 1px solid #04a49c;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  color: #423d3d;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
:focus {
  outline: transparent auto 1px;
}
.prod-details-section {
  padding-bottom: 20px;
}
.prod-details-section .prod-thumnail-slider {
  position: relative;
  float: left;
  margin: 0 3%;
  width: 20%;
}
textarea#address{
  width:100%;
}

@media (max-width: 479px) {
  .prod-details-section .prod-thumnail-slider {
    width: 100%;
  }
  .prod-details-section .product-shop {
    width: 100%;
  }
  textarea#address{
    width: 290px;
  }
  .main-wrapper .form-container .form-row .input-box .input-control {
      width: 160%;
  }
  .clear {
    clear: both;
    display: block;
    width: 100%;
    }
    /* table.main_table{
        width: 300px;
    }
    .short-desp p{
        width: 300px;
    } */
    .short-desp{
        width: 310px;
    }
}
.prod-details-section .prod-thumnail-slider .prodT-slider {
  margin: 0 0 40px;
  text-align: center;
  width: 100% !important;
  height: auto;
  box-shadow: none;
}
.prod-details-section .prod-thumnail-slider .product-thumb-slider {
  padding-right: 2px;
}
.prod-details-section .product-shop {
  float: left;
  width: 70%;
  padding-left: 2%;
}
.header-spacing {
  padding-top: 100px;
}
.prod-details-section .product-shop .product-name .prod-main-title {
  font-size: 26px;
  font-family: "NeoSansPro-Medium";
  font-weight: bold;
  color: #04a49c;
  margin-bottom: 10px;
  line-height: 32px;
  padding-top:15px;
}

.prod-details-section .prod-thumnail-slider .product-thumb-slider .slick-track {
  width: 100%!important;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 23px;
  height: 42px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  background: url(https://s3.amazonaws.com/livpure-live/assets/left_prod_arrow.png) no-repeat center center;
}

.slick-next {
  background: url(https://s3.amazonaws.com/livpure-live/assets/right_prod_arrow.png) no-repeat center center;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}


.prod-details-section .prod-thumnail-slider .product-thumb-slider .slick-slide {
  margin-right: -1px;
  cursor: pointer;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  border: 1px solid #dedede;
}

@media only screen and (max-width: 1023px) {
.prod-details-section .prod-thumnail-slider .slick-prev {
    left: -30px;
}
}

@media only screen and (max-width: 1023px) {
  .prod-details-section .prod-thumnail-slider .slick-next {
    right: -40px;
  }
}

.order-title {
  font-size: 24px;
  color: #04a49c;
  font-family: "NeoSansPro-Medium";
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
}
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
