* {
	transition: filter .25s ease;
}
.mfp-bg {
	background-color: rgba(45, 35, 47, 0.7);
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px 40px;
	width: auto;
	max-width: 55%;
	margin: 0 auto;
	border: 1px solid #ada479;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.48);
}
.wide-popup {
	max-width: 60%;
}
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-close-btn-in .mfp-close {
	color: #ada479;
}

h2.popup-header {
	font-family: 'OpenSansLight';
	font-size: 22px;
	color: #36283a;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	position: relative;
	padding-bottom: 18px;
	margin-top: 0;
}
h2.popup-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30%;
	margin: 0 auto;
	height: 1px;
	background-color: #ada479;
}
.popup-text {
	text-align: center;
	font-family: 'ProximaNovaLight';
	font-size: 18px;
	color: #36283a;
	line-height: 22px;
	margin-top: 5px;
	padding: 10px;
}
.popup-text a {
	color: #36283a;
	text-decoration: underline;
}
.popup-text a:hover {
	text-decoration: none;
}
.popup-text h3 {
	font-size: 16px;
}
.popup-text .link a {
	color: #adcecc;
}
.popup-text img {
	margin-top: 30px;
	width: 100%;
}
.popup-button {
  font-family: 'OpenSansRegular';
  font-size: 15px;
  color: #fff!important;
  text-transform: uppercase;
  background-color: #adcecc;
  display: block;
  padding: 20px 30px;
  letter-spacing: 3px;
  -webkit-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.3);
  -moz-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.3);
  box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.3);
  margin: 4px auto;
  max-width: 30%;
  text-align: center;
}
.popup-button:hover {
  -webkit-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.5);
  -moz-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.5);
  box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.5);
  color: #fff;
  cursor: pointer;
}
#popup-subscribe-button {
	margin-top: 60px;
}
.popup-form-box {
	margin-top: 20px;
}
.popup-form-box input {
	width: 100%;
	height: 48px;
	border: 1px solid #ada479;
	padding-left: 20px;
	padding-right: 20px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fdfdfd 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 );
	color:#36283a;
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	letter-spacing: 1px;
}
.popup-form-box input::-webkit-input-placeholder {
	color:#36283a;
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	letter-spacing: 1px;
}
.popup-form-box input::-moz-placeholder {
	color:#36283a;
}
.popup-form-box input:-moz-placeholder {
	color:#36283a;
}
.popup-form-box input:-ms-input-placeholder {
	color:#36283a;
}
.popup-form-box button {
	width: 30%;
	border: 0;
	font-family: 'OpenSansRegular';
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: #adcecc;
	display: inline-block;
	padding: 14px 30px;
	letter-spacing: 3px;
	-webkit-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.3);
	-moz-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.3);
	box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.3);
	margin: 30px auto;
	text-align: center;
	height: 62px;
}
.popup-form-box button:hover {
	-webkit-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.5);
    -moz-box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.5);
    box-shadow: 0px 0px 28px -1px rgba(158,153,158,0.5);
    color: #fff;
}
.popup-center + .popup-button {
	margin-top: 0;
}
#addcart-popup h2 {
	margin-bottom: 40px;
}
.white-popup .left {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.white-popup .right {
	float: right;
	width: 50%;
}
#oneclick-popup .left {
	width: 70%;
}
#oneclick-popup .right {
	width: 30%;
}
.white-popup .right img {
	width: 100%;
}
.white-popup .left .popup-text {
	margin-top: 0;
}
.white-popup .left .popup-text h3 {
	margin-bottom: 30px;
	margin-top: 0;
}
.white-popup .left .popup-text p {
	font-size: 14px;
	line-height: 27px;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 0;
}
.white-popup .left .popup-text .popup-button {
	display: inline-block;
	max-width: none;
	text-decoration: none;
	margin-top: 10px;
}
.white-popup .right .img-box {
	border: 1px solid #b6d3d1;
	position: relative;
}
.white-popup .right .img-box .cart-sticker {
	position: absolute;
	left: 0;
	top: 10%;
	padding: 6px 12px;
	background-color: #b1d0cf;
	color: #fff;
	text-transform: uppercase;
	font-family: 'ProximaNovaRegular';
	font-size: 12px;
}
#auth-popup .popup-text {
	color: #adcecc;
	margin-bottom: 40px;
}
#auth-popup .popup-form-box input {
	width: 100%;
	margin-bottom: 34px;
}
#auth-popup .popup-form-box button {
	margin: 22px auto;
	display: block;
	width: 50%;
}
#auth-popup .auth-popup-links {
	text-align: center;
	padding-top: 20px;
}
#auth-popup .auth-popup-links a {
	text-transform: uppercase;
	font-family: 'ProximaNovaLight';
	font-size: 16px;
	letter-spacing: 3px;
	text-decoration: underline;
}
#auth-popup .auth-popup-links a:hover {
	text-decoration: none;
}
#auth-popup .auth-popup-links a.reg-popup-link {
	color: #adcecc;
}
#auth-popup .auth-popup-links a.forget-popup-link {
	color: #ada479;
}
#cart-popup .popup-text {
	color: #adcecc;
}
#cart-popup .popup-text .gold {
	color: #ada479;
}
.popup-cart-box .table {
	border: 0;
}
.popup-cart-box .table>tbody>tr>td, .popup-cart-box .table>tbody>tr>th, .popup-cart-box .table>tfoot>tr>td, .popup-cart-box .table>tfoot>tr>th, .popup-cart-box .table>thead>tr>td, .popup-cart-box .table>thead>tr>th {
	border-top: 0;
	border-bottom: 1px solid #adcecc;
	vertical-align: middle;
}
.popup-cart-box .table>thead>tr>td, .popup-cart-box .table>thead>tr>th {
	border: 0;
	background-color: #f1f5f5;
	color: #ada479;
	font-family: 'ProximaNovaLight';
	font-size: 14px;
	line-height: 40px;
}
.popup-img-thumbnail {
	border: 0;
}
.popup-cart-box .table .popup-table-text {
	font-family: 'ProximaNovaRegular';
	font-size: 12px;
	color: #36283a;
	letter-spacing: 2px;
}
.popup-cart-box .table small {
    font-size: 90%;
    color: #adcecc;
}
.popup-cart-box .table .form-control {
    border: 1px solid #ada479;
    padding-left: 10px;
    padding-right: 10px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#fdfdfd 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 );
    color: #36283a;
    font-family: 'ProximaNovaRegular';
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0;
    max-width: 50px;
}
.popup-cart-box .table>tbody>tr {
	position: relative;
}
td.delete-td {
	width: 1%;
	padding: 8px 0!important;
}
td.delete-td button {
	border: 0;
	background-color: transparent;
	background-image: none;
	color: #ada479;
	font-size: 18px;
}
button.refresh-btn {
    border: 0;
    background-color: transparent;
    color: #ada479;
    margin-left: 10px;
}
.popup-total-cart {
    margin-top: 40px;
}
.popup-total-cart .total-text {
	font-family: 'ProximaNovaLight';
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
}
#cheaper-popup .popup-text img, #popup-product-preorder-wrapper .popup-text img {
    margin: 0px auto;
    width: auto;
    max-height: 170px;
}
#cheaper-popup .popup-text p, #popup-product-preorder-wrapper .popup-text p{
	color: #ada479;
    font-family: 'ProximaNovaLight';
    font-size: 26px;
    line-height: 32px;
 } 
#cheaper-popup .popup-text p span, #popup-product-preorder-wrapper .popup-text p span {
	color: #867e89;
	font-size: 18px;
}   
#cheaper-popup .popup-form-box input, #popup-product-preorder-wrapper .popup-form-box input {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.popup-form-box textarea {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
    border: 1px solid #ada479;
    width: 100%;
    padding: 20px;
    min-height: 120px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#fdfdfd 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 );
    color: #36283a;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    letter-spacing: 1px;
}
#cheaper-popup .popup-form-box button {
	display: block;
	margin: 0 auto;
	width: 30%;
	text-align: center !important;
	padding-left: 0;
	padding-right: 0;
}
#oneclick-popup h3 {
	font-family: 'ProximaNovaRegular';
	font-size: 26px;
	line-height: 32px;
	color: #36283a;
	font-weight: 500;
	margin-bottom: 10px;
}
#oneclick-popup .left .popup-text {
	text-align: left;
}
#oneclick-popup #main-price {
	color: #ada479;
	font-family: 'ProximaNovaLight';
	font-size: 36px;
	line-height: 42px;
}
#oneclick-popup .price-tax {
	font-family: 'ProximaNovaRegular';
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    background-color: #ada479;
    position: relative;
    top: -8px;
    margin-left: 4px;
}
#oneclick-popup .prise-old {
	font-family: 'ProximaNovaRegular';
    font-size: 18px;
    color: #adcecc;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 4px;
    text-decoration: line-through;
}
#oneclick-popup .right img {
	width: auto;
	max-height: 300px;
}
#oneclick-popup .right {
	text-align: right;
}
#oneclick-popup .payment-quantity label {
	color: #36283a;
	font-family: 'ProximaNovaLight';
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: table-cell;
    vertical-align: middle;
}
#oneclick-popup .payment-quantity .btn-plus {
    display: inline-block;
    float: left;
}
#oneclick-popup .payment-quantity .btn-plus button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    background: #f1f5f5;
    border: 0;
    outline: none;
    line-height: 5px;
    text-align: center;
    color: #36283a;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
#oneclick-popup .payment-quantity .btn-plus button span {
    display: inline-block;
}
#oneclick-popup .payment-quantity .btn-minus {
    float: left;
    display: inline-block;
}
#oneclick-popup .payment-quantity .btn-minus button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    background: #f1f5f5;
    border: 0;
    outline: none;
    text-align: center;
    line-height: 0;
    color: #36283a;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
#oneclick-popup .payment-quantity .btn-minus button span {
    display: inline-block;
}
#oneclick-popup .payment-quantity button:hover {
	background: #36283a;
	color: #fff;
}
#oneclick-popup .payment-quantity {
    display: table;
    margin-bottom: 20px;
}
#oneclick-popup .payment-quantity input.plus-minus {
        border: 1px solid #ada479;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #fdfdfd 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#fdfdfd 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdfdfd',GradientType=0 );
    color: #36283a;
    max-width: 76px;
    height: 40px;
    position: relative;
    left: 0;
    outline: none;
    font-size: 18px;
    text-align: center;
    margin: 0;
    display: inline-block;
    float: left;
}
#oneclick-popup .popup-form-box input {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width:100%;
}
#oneclick-popup .popup-form-box textarea {
	width: 100%;
}
#oneclick-popup .popup-form-box {
    margin-top: 30px;
}
#oneclick-popup .popup-button {
	border: 0;
}
#quick-view .right-info {
	min-height: 572px;
}
#quick-view #product .wishlist-btn, #quick-view #product .compare-btn {
    height: 54px;
    width: 47px;
    border-radius: 0;
    border: 0;
    background-color: #afa778;
}
#quick-view #product .number {
    margin: 0 30px 0 0;
}
#quick-view #product #button-cart {
	margin: 0 8px 0 0;
}
#quick-view #product .wishlist-btn {
    margin-right: 8px;
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #dddddd;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #ffdf88;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #ffdf88;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
#callback-popup .input-text {
	margin: 0 auto 20px auto;
}
#callback-popup .popup-form-box {
	text-align: center;
}
.popup-center {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0 5px 0;
    color: #5d575f;
}
#oneclick-popup .number {
    display: table-cell;
}

#oneclick-popup .frame-change-count {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#auth-popup .popup-text {
	margin-bottom: 0;
}
.popup-promo-text p {
	font-size: 16px!important;
	color: #000;
}