/*
Theme Name: Love your skin Within
Author: the 23 Digital team
Author URI: http://www.23digital.com.au/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
*/
.team figure > a img {
        filter: grayscale(100);
}
.loader {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background: url('newloader.gif') 50% 50% no-repeat rgba(0,0,0,0.6);}
div#payment ul li,tr.shipping ul li { background: none;}





/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
z-index: 9;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 30%;
  max-width: 1000px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
.fa-envelope-o {
  font-size: 22px;
}
.popup_h2{
    font-size: 24px;
    padding: 40px 0px;
    margin-bottom: 0px;
}
.float_l{
    float: left;
}
.popup_form input{
    width: 100%;
    padding: 11px;
    margin-bottom: 20px;
}
.popup_form input[type="submit"] {
    margin-bottom: 50px;
}
 @media (min-width: 200px) and (max-width: 334px){
 
.popup_h2 { font-size: 18px; }
.cd-popup-container { width: 80%; }
}
@media (min-width: 335px) and (max-width: 766px){
.cd-popup-container { width: 80%; margin: 10em auto; }
}
@media (min-width: 767px) and (max-width: 1300px){
.cd-popup-container { width: 60%; }
}

.woocommerce ul.order_details li {
	background: none;
}

.payment_method_afterpay > .form-list > .form-alt::before, .instalments > ul > li::before {
	display:none !important;
}

/*.payment_method_afterpay > .form-list > .form-alt > .instalments > ul > li {
	padding-right:10px !important;
}
*/
.instalments li {
	padding-right: 20px !important;
}
.container-blog {
    width: 100%;
    max-width: 700px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.blog-details h5{ text-align:center; font-size: 24px}

.container-blog p {
    font-size: 18px;
}
.previous_post {
	float: left;
}
.next_post {
	float: right; 
}
.woocommerce-shipping-calculator .shipping-calculator-button{
    color: #9b804f !important;
    text-decoration: none;
}
#calc_shipping_postcode {
	padding: 6px;
    border-radius: 3px;
    border: none;
	text-align: right;
}
.shipping_state_select{
	width: 100%;
}
.shipping-calculator-form
{
	display: inherit !important;
}
select.woocommerce-shipping-calculator {
	text-align-last: right;
}

.pdf_css_extr {
    text-align: center;
}

.pdf_css_extr a {
    width: 20% !important;
    background: #9B804F !important; 
    padding: 10px !important;
    color: #fff !important;
}
a.df-ui-btn.df-ui-download.ti-download {
    width: 20%;
}

.yo_css {
    width: 25%;
    background: red;
    color: #fff;
}

#contact_form .input-label {font-size: 14px;}
.cart-btn-box .cart-btn.header-cart{ display:none;}
ul.header-social {padding: 60px 15px 60px 15px;}
.cart-btn-box:before{ display:none;}
.site-main > header.sticky ul.header-social { padding: 35px 10px;}

.inner-page h2.stockist-title{text-align: center;}

#wpcf7-f2942-p2947-o1 form .col-12.col-md-12.col-lg-8{text-align:center;}
.input-box.submit-box.Stockist-Form {     width: auto; text-align: center; margin: 25px auto 0; overflow: visible;}
.input-box.submit-box.Stockist-Form input{ height: 53px;min-width: 290px;} 
.input-box.submit-box.Stockist-Form .ajax-loader {right: -30px !important;}

@media only screen and (max-width: 1199px) {
ul.header-social {  padding: 40px 15px 40px 15px;}
}
@media only screen and (max-width: 1024px) {
.site-main > header.sticky ul.header-social {
	padding: 40px 10px;}
}

@media only screen and (max-width: 991px){
ul.header-social {padding: 28px 15px 28px 15px;}
.site-main > header.sticky ul.header-social { padding: 28px 10px 27px;}
}

@media only screen and (max-width: 767px){
ul.header-social {padding: 33px 15px 20px 15px;}
.site-main > header.sticky ul.header-social { padding: 33px 10px 20px;}
}
@media only screen and (max-width: 330px){
.input-box.submit-box.Stockist-Form .ajax-loader {right: -15px !important;}
}
