.btn-u.bg1 {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 60px;
	background-color: #95aad0;
}

.btn-u.bg1:hover {
	background-color: #5a7ab5;
	font-size: 18px;
}

.funny-boxes-top-red {
    border-top: solid 2px #95aad0;
}

.funny-boxes-top-red:hover {
    border-top: solid 2px #5a7ab5;
}

.funny-boxes p a {
    color: #5a7ab5;
}

.shopping-cart .billing-info-inputs span {
    line-height: 24px;
}

/* @group shop-badge */

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background: #a48e72;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #a48e72;
}

.wizard > .steps .disabled .number {
    color: #a48e72;
}

.wizard > .actions a {
	background: #a48e72;
}

.wizard > .actions a:hover {
    background: #a48e72;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #ececeb;
    color: #cac7c7;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
	background: #c9253c;
}

.wizard > .content > .body em.invalid {
	display: block;
}

.containerBrand {
	position: relative;
}

.inline-block {
	display: inline-block;
}

.btn-u.btn-u-pink {
	background: #a48e72;
}
.btn-u.btn-u-pink:hover,
.btn-u.btn-u-pink:focus,
.btn-u.btn-u-pink:active,
.btn-u.btn-u-pink.active,
.open .dropdown-toggle.btn-u.btn-u-pink {
	background: #a48e72;
}

.blog-photostream li img {
    width: 110px;
    height: auto;
}

.shop-badge {
    padding: 18px 25px 10px 25px;
    position: relative;
    z-index: 1000;
}

.shop-badge.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px;
    position: absolute;
    top: 10px;
    right: 13px;
}

/*Badge Open*/
.shop-badge:hover .badge-open {
    display: block;
}

.badge-open {
    top: 48px;
    right: 0;
    display: none;
    list-style: none;
    min-width: 300px;
    background: #fff;
    position: absolute;
    border-top: 2px solid #9c8c73;
    border-bottom: 2px solid #9c8c73;
    box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
    z-index: 1000;
}

.badge-open li {
    margin-top: 15px;
    padding: 15px 20px 0;
    border-top: 1px solid #dedede;
}

.badge-open li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 20px;
}

.badge-open li:after,
.badge-open li:before {
    content: " ";
    display: table;
}

.badge-open li:after {
    clear: both;
}

.badge-open img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 15px;
}

.badge-open .close {
    line-height: 1.9;
}

.badge-open span {
    margin: 7px 0;
    color: #687074;
    display: block;
    font-size: 14px;
}

.badge-open small {
    color: #999;
    font-size: 14px;
}


.header-fixed .header.header-fixed-shrink .shop-badge {
	padding-top: 30px;
}

.shop-badge span.badge {
    top: 10px;
    right: 75px;
    position: absolute;
}
.header-fixed .header.header-fixed-shrink .shop-badge span.badge {
	top: 22px;
}

/*Badge Icons*/
.shop-badge.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px;
}

.shop-badge.badge-icons i {
    color: #687074 !important;
    font-size: 24px;
    min-width: 25px;
}

/*Badge*/
.shop-badge span.badge {
    font-weight: 400;
    padding: 4px 7px;
	z-index: 1000;
}

.shop-badge span.badge-sea {
    background: #9c8c73;
	color: #fff;
}

/*Scrollbar*/
.mCustomScrollbar {
    height: 300px;
}

/*RGBA Banner*/
.rgba-banner-position {
  position: relative;
}

.rgba-banner {
  top: 20px;
  right: -5px;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
}

.rgba-banner-v2 {
  right: 0;
  top: 20px;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
}

.rgba-banner-v3 {
  color: #fff;
  font-size: 18px;
  padding: 3px 8px;
  font-weight: 600;
  text-transform: uppercase;
}

/*Shop Color Red*/
.shop-red {
  color: #c9253c;
}

.shop-green {
  color: #18ba9b;
}

/*Shop Background Red*/
.shop-bg-red {
  background: #c9253c;
}

.shop-bg-green {
  background: #18ba9b;
}

.shop-rgba-red {
  background: rgba(201,37,60,0.5);
}

.shop-rgba-dark-green {
  background: rgba(171, 119, 24, 0.76)
}

.shop-rgba-dark {
  background: rgba(0,0,0,0.5);
}

/*Subtotal*/
.subtotal {
    padding: 3px 15px 20px;
    background: #fff;
}

.subtotal span {
    color: #555;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    text-transform: uppercase;
}

.subtotal .subtotal-cost {
    color: #000;
}

.subtotal .btn-u {
    font-size: 12px;
}

.subtotal .col-xs-6:first-child {
    padding-right: 8px;
}

.subtotal .col-xs-6:last-child {
    padding-left: 8px;
}

.container-bottle {
	color: #252525;
	font-size: 15px;
	background-color: rgba(238,237,239,0.395173);
	-webkit-transition: background 0.5s;
    transition: background 0.5s;
    padding-top: 20px;
    height: 100%;
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.45);
	border-radius: 4px;
}

.wine-title {
	font-size: 22px;
}

.wine-title a {
	color: #676767;
}

.wine-subtitle {
	margin-bottom: 0;
	margin-top: 0;
}

.badge-open .btn-u, .btn-u.btn-color2 {
    background: #a38d72;
}

.badge-open .btn-u:hover, .btn-u.btn-color2:hover {
    background: #c32046;
}

.container-bottle:hover {
	background-color: rgba(228,226,230,0.5998605);
}


.shop-product p {
	font-size: 16px;
}

.shop-product .textCplt p {
	font-size: 14px;
}

.shop-product-heading {
	margin-bottom: 25px !important;
}

.shop-product h3.typo-va {
	font-size: 34px;
	text-align: left;
}

.shop-product h4 {
	font-size: 16px;
	color: #0f3688;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
}

.info_conditionnement {
}

.shop-product-prices {
	margin-top: 20px;
	padding-top: 20px;
}

.shop-red {
	color: #000;
	margin-right: 20px;
}

.shop-product-prices li.line-through {
	font-size: 20px !important;
}

.shop-red small {
	color: #0f3688;
	font-size: 16px;
}

.illustration-v2 .customNavigation {
	text-align: center;
}

.illustration-v2 .customNavigation a.owl-btn {
	color: #ccc;
	width: 30px;
	height: 30px;
	font-size: 17px;
	cursor: pointer;
	background: none;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	border: 2px solid #ddd;
}

.illustration-v2 .owl-pagination {
	display: none;
}

.illustration-v2 .customNavigation a.owl-btn:hover {
	color: #555;
	border-color: #777;
	transition: all 0.2s ease-in-out;
}

.illustration-v2 .customNavigation a.owl-btn.prev i {
	margin-left: -2px;
}
.illustration-v2 .customNavigation a.owl-btn.next i {
	margin-right: -2px;
}

/*Illustration-v2*/
.illustration-v2 .item {
	margin: 0 10px;
	padding-bottom: 5px;
}

.illustration-v2 .product-img {
	position: relative;
}

.illustration-v2 .product-img-brd {
	box-shadow: 0 0 3px #ccc;
}

.illustration-v2 a.product-review {
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
}

/*Add to Cart*/
.illustration-v2 .add-to-cart {
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #555;
	border: none;
	padding: 10px 0;
	font-size: 20px;
	margin-top: -20px;
	text-align: center;
	position: absolute;
	visibility: hidden;
	text-transform: uppercase;
	background: rgba(255,255,255,0.8);
}

.illustration-v2 .add-to-cart i {
	line-height: 15px;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #555;
}

.illustration-v2 .add-to-cart:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(163, 141, 114, 0.75);
	transition: background-color 0.2s ease-in-out;
}

.illustration-v2 .add-to-cart:hover i {
	color: #fff;
	border-color: #fff;
}

.illustration-v2 .product-img:hover .add-to-cart {
	visibility: visible;
}

/*List Product Description*/
.list-product-description {
	padding: 20px 10px;
}

.list-product-description img {
	padding-right: 15px;
	border-right: 1px solid #dedede;
}

/*Shop-subscribe
------------------------------------*/
.shop-subscribe {
	padding: 20px 0;
	background: #18ba9b;
}

.shop-subscribe h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;
}

/*Input Form Control*/
.shop-subscribe input {
	border-color: #fff;
	border-right: none;
	background: transparent;
}

.shop-subscribe .form-control {
	color: #fff;
	font-size: 14px;
	font-weight: 200;
}

.shop-subscribe .form-control:focus {
	box-shadow: none;
	border-color: #fff;
}

.shop-subscribe .form-control::-moz-placeholder {
	color: #fff;
}
.shop-subscribe .form-control:-ms-input-placeholder {
	color: #fff;
}
.shop-subscribe .form-control::-webkit-input-placeholder {
	color: #fff;
}

.shop-subscribe .input-group-btn {
	border-color: #fff;
	background: transparent;
}

.shop-subscribe .input-group-btn .btn {
	border: 1px solid #fff;
	background: transparent;
}

.shop-subscribe .input-group-btn i {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
}

/*Shop Product
------------------------------------*/
.shop-product {
	padding: 10px 0 30px;
	border-bottom: 1px solid #dedede;
}

.shop-product h2 {
	float: left;
	color: #687074;
	font-size: 26px;
	text-transform: uppercase;
}

/*Shp Product Title*/
.shop-product .shop-product-heading {
	overflow: hidden;
	margin-bottom: 12px;
	border-bottom: 1px solid #dedede;
}

.shop-product .shop-product-social {
	float: right;
	margin-top: 11px;
}

.shop-product .shop-product-social li i {
	color: #dedede;
	font-size: 26px;
	display: inline-block;
}

.shop-product .shop-product-social li i:hover {
	color: #18ba9b;
	text-decoration: none;
}

/*Product Ratings*/
.shop-product .product-review-list {
	margin-left: 20px;
}

.shop-product .product-review-list,
.shop-product .product-review-list a {
	color: #999;
	font-size: 14px;
}

.shop-product .product-review-list a:hover {
	color: #18ba9b;
}

/*Shop Product Prices*/
.shop-product .shop-product-prices li:first-child {
	padding-left: 0;
}

.shop-product .shop-product-prices li {
	font-size: 30px;
}

.shop-product .line-through {
	color: #bbb;
	text-decoration: line-through;
}

/*Badge*/
.shop-product .time-day-left {
	top: -6px;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px;
	margin-left: 40px;
	position: relative;
}

/*Shop Product Title*/
.shop-product h3.shop-product-title {
	color: #555;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*Product Size*/
.shop-product .product-size input {
	left: -9999px;
	position: absolute;
}

.shop-product .product-size label {
	width: 50px;
	height: 50px;
	float: right;
	padding: 6px 0;
	display: block;
	color: #dedede;
	font-size: 24px;
	text-align: center;
	background: #f8f8f8;
	text-transform: uppercase;
	border: 2px solid #dedede;
}

.shop-product .product-size label {
	transition: color 0.3s;
}

.shop-product .product-size label:hover {
	color: #18ba9b;
	cursor: pointer;
	border-color: #18ba9b;
}

.shop-product .product-size input:checked ~ label {
	color: #18ba9b;
	border-color: #18ba9b;
}

/*Product Color*/
.shop-product .product-color input {
	left: -9999px;
	position: absolute;
}

.shop-product .product-color label {
	width: 50px;
	height: 50px;
	float: right;
	padding: 5px;
	display: block;
	font-size: 24px;
	text-align: center;
}

.shop-product .product-color label.color-one {
	background: #646969;
}

.shop-product .product-color label.color-two {
	background: #e4e4e2;
}

.shop-product .product-color label.color-three {
	background: #171a2e;
}

.shop-product .product-color label {
	transition: color 0.3s;
}

.shop-product .product-color label:hover {
	cursor: pointer;
	border: 2px solid #18ba9b;
}

.shop-product .product-color input:checked ~ label {
	border: 2px solid #18ba9b;
}

/*Product Quantity*/
.shop-product .product-quantity {
	float: left;
	margin-right: 30px;
}

.shop-product .quantity-button {
	color: #555;
	width: 55px;
	height: 50px;
	padding: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	background: #eee;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
}

.shop-product .quantity-field {
	width: 55px;
	height: 50px;
	outline: none;
	margin: 0 -4px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #eee;
}

/*Add to Wishlist*/
.add-to-wishlist-brd {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.add-to-wishlist li {
	padding-left: 20px;
	margin-right: 10px;
	border-left: 1px solid #dedede;
}

.add-to-wishlist li:first-child {
	padding-left: 0;
	border-left: none;
}

.add-to-wishlist i {
	color: #8bdccd;
	font-size: 16px;
	margin-right: 7px;
}

.add-to-wishlist a {
	color: #999;
	font-size: 14px;
}

.add-to-wishlist a:hover,
.add-to-wishlist .wishlist-in:hover i,
.add-to-wishlist .compare-in:hover i {
	color: #18ba9b;
	text-decoration: none;
}

.add-to-wishlist .wishlist-in:hover i,
.add-to-wishlist .compare-in:hover i {
	transition: all 0.3s ease-in-out;
}

.wishlist-category a {
	color: #18ba9b;
}

/*Headline Left*/
.headline-left {
	position: relative;
}

.headline-left h2 {
	color: #555;
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.headline-left h2:after {
	left: 1px;
	z-index: 1;
	width: 30px;
	height: 2px;
	content: " ";
	bottom: -5px;
	position: absolute;
	background: #dedede;
}

/*Specifies List*/
.specifies-list li {
	color: #999;
}

.specifies-list li i {
	margin-right: 8px;
}

.specifies-list li span {
	color: #777;
}

/*Product Comment*/
.product-comment {
	padding: 20px;
	border: 1px solid #f0f0f0;
}

@media (min-width: 768px) {
	.product-comment .product-comment-in .product-comment-in {
		margin-left: 50px;
		padding-top: 30px;
		border-top: 1px solid #eee;
	}
}

.product-comment .product-comment-in:after,
.product-comment .product-comment-in:before {
	content: " ";
	display: table;
}

.product-comment .product-comment-in:after {
	clear: both;
}

.product-comment img.product-comment-img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.product-comment .product-comment-dtl {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product-comment .product-comment-dtl h4 {
	color: #555;
	font-size: 18px;
	overflow: hidden;
}

.product-comment .product-comment-dtl h4 small {
	color: #888;
	float: right;
	display: block;
	margin-top: 6px;
}

.sky-changes-4 label.label-v2 {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.sky-changes-4 h3 {
	color: #555;
}

/*Review Submit*/
.review-submit {
	overflow: hidden;
}

.stars-ratings {
	float: left;
}

.stars-ratings li {
	padding: 0;
}

.stars-ratings input {
	left: -9999px;
	position: absolute;
}

.stars-ratings label {
	float: right;
	height: 17px;
	display: block;
	padding: 0 2px;
	font-size: 14px;
	cursor: pointer;
	line-height: 17px;
}

.stars-ratings label {
	color: #8bdccd;
	transition: color 0.3s;
}

.stars-ratings input + label:hover,
.stars-ratings input + label:hover ~ label {
	color: #18ba9b;
}

.stars-ratings input:checked ~ label {
	color: #18ba9b;
}

.review-submit button.btn-u.pull-right {
	margin-top: -17px;
}

/*Stars Ratings Label*/
.stars-ratings-label label {
	font-size: 24px;
	margin: 0 4px 5px;
}

/*Shopping Cart
------------------------------------*/
/*Coupon Code*/
.shopping-cart .coupon-code {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #eee;
}

.shopping-cart .coupon-code h3 {
	margin: 0;
	color: #687074;
	font-size: 18px;
}

.shopping-cart .coupon-code input {
	width: 60%;
	margin-right: 10px;
	display: inline-block;
}

/*Total Result*/
.shopping-cart .total-result li {
	display: block;
}

.shopping-cart .total-result li:after,
.shopping-cart .total-result li:before {
	content: " ";
	display: table;
}

.shopping-cart .total-result li:after {
	clear: both;
}

.shopping-cart .total-result li.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background: #eee;
}

.shopping-cart .total-result h4 {
	float: left;
	margin-right: 15px;
}

.shopping-cart .total-result-in {
	overflow: hidden;
	text-align: right;
}

.shopping-cart .total-result-in h4,
.shopping-cart .total-result-in span {
	color: #687074;
	font-size: 18px;
}

.shopping-cart .total-result .total-price h4,
.shopping-cart .total-result .total-price span {
	font-weight: 600;
}

.shopping-cart .total-result .total-price h4 {
	margin: 0 auto;
}

.shopping-cart .total-result .total-price span {
	color: #c9253c;
}

/*Table*/
.shopping-cart .table > thead > tr > th,
.shopping-cart .table > tbody > tr > th,
.shopping-cart .table > tfoot > tr > th,
.shopping-cart .table > thead > tr > td,
.shopping-cart .table > tbody > tr > td,
.shopping-cart .table > tfoot > tr > td {
	border-top: none;
	vertical-align: middle;
}

.shopping-cart .table > thead > tr > th,
.shopping-cart .table > tbody > tr > td {
	padding: 15px;
	text-align: center;
}

.shopping-cart .table > thead > tr > th {
	color: #687074;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.shopping-cart .table > tbody > tr > td {
	color: #888;
}

.shopping-cart .table > tbody > tr > td.shop-red {
	color: #c9253c;
}

/*Product In Table*/
.shopping-cart .product-in-table {
	text-align: left !important;
}

.shopping-cart .product-it-in {
	overflow: hidden;
}

@media (min-width: 991px) {
	.shopping-cart .product-it-in {
		margin-top: 30px;
	}
}

@media (max-width: 992px) {
	.shopping-cart .product-it-in {
		clear: both;
	}
}

.shopping-cart .product-in-table img {
	float: left;
	width: 50px;
	height: auto;
	padding: 10px;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #eee;
}

.shopping-cart .product-in-table h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

/*Quantity Field Form*/
.shopping-cart .quantity-button {
	color: #888;
	width: 45px;
	height: 40px;
	padding: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	background: #eee;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
}

.shopping-cart .quantity-field {
	width: 45px;
	height: 40px;
	outline: none;
	margin: 0 -4px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border: 1px solid #eee;
}

/*Close*/
.shopping-cart .close {
	opacity: 1;
	color: #888;
	font-size: 18px;
	padding-right: 10px;
}

.shopping-cart .close:hover {
	color: #555;
}

/*Billing Info*/
.shopping-cart h2.title-type {
	font-size: 16px;
	margin-left: 20px;
	text-transform: uppercase;
}

.shopping-cart .billing-info-inputs {
	padding: 20px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

.shopping-cart .billing-info-inputs label {
	color: #555;
	margin-bottom: 0;
	vertical-align: middle;
}

.shopping-cart .billing-info-inputs input {
	min-height: 40px;
	border-color: #eee;
	margin-bottom: 10px;
}

.shopping-cart .billing-info-inputs .form-control {
	color: #888;
	box-shadow: none;
}

.shopping-cart .billing-info-inputs .form-control::-moz-placeholder {
	color: #888;
}
.shopping-cart .billing-info-inputs .form-control:-ms-input-placeholder {
	color: #888;
}
.shopping-cart .billing-info-inputs .form-control::-webkit-input-placeholder {
	color: #888;
}

/*Custom Form Horizontal*/
.cus-form-horizontal .form-group {
	margin: 0 0 15px;
	overflow: hidden;
	padding-bottom: 7px;
}

.cus-form-horizontal .form-group label {
	color: #555;
	margin-top: 4px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}

.wizard > .content > .body .cus-form-horizontal input {
	color: #888;
	box-shadow: none;
	border-color: #eee;
}

.cus-form-horizontal .form-group input::-moz-placeholder {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
.cus-form-horizontal .form-group input:-ms-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}
.cus-form-horizontal .form-group input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.cus-form-horizontal .input-small-field a {
	top: 5px;
	color: #18ba9b;
	position: relative;
	text-decoration: underline;
}

.cus-form-horizontal .input-small-field a:hover {
	color: #18ba9b;
	text-decoration: none;
}

/*Payment Type*/
.cus-form-horizontal .payment-type li {
	margin-right: 10px;
}

.cus-form-horizontal .payment-type i {
	color: #888;
	font-size: 35px;
}



/*  */
.g-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(62,71,87,.5);
	z-index: 9992;
}
@media (max-width: 600px) {
  .g-popup-wrapper {
    display: none !important;
  }
}

/* Wait FB Block */
.g-popup {
	z-index: 9993;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
}

.g-popup--fb {
	width: 465px;
	background: #fff;
}
.g-popup--fb-title {
	background: #4867aa;
	color: #fff;
	position: relative;
}
.g-popup--fb-title:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 52px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0,0,0,0);
  border-right: 22px inset rgba(0,0,0,0);
  border-top: 22px solid #4867aa;
}
.g-popup--fb__logo {
	display: block;
	padding: 25px 30px;
}
.g-popup--fb-message {
	border-top: solid 1px rgba(255,255,255,.3);
	padding: 30px;
	font-size: 20px;
	line-height: 1.3;
}
.g-popup--fb-widjet {
	padding: 45px 30px 30px;
}
.g-popup__close {
	color: #333;
	position: absolute;
	line-height: .9;
	font-size: 26px;
	opacity: 1;
	top: -13px;
	right: -13px;
	border-radius: 50% !important;
}
.g-popup__close:hover {
	text-decoration: none;
	color: #333;
}
.g-popup--fb__close,
.g-popup--fb__close:hover {
	color: #4867aa;
	background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe {
	width: 630px;
	background: #f7f7f7;
	padding: 70px 60px 50px;
	box-shadow: 0 0 5px #bbb;
}
.g-popup--subscribe h2 {
	margin: 0 0 30px;
}
.g-popup--subscribe .sky-form {
	border: none;
}
.g-popup--subscribe .sky-form section {
	margin-bottom: 0;
}
.g-popup--subscribe label {
	width: 100%;
}
.g-popup--subscribe .sky-form .input input,
.g-popup--subscribe .sky-form .input input:active,
.g-popup--subscribe .sky-form .input input:focus,
.g-popup--subscribe .sky-form .input input:hover {
	font-weight: normal;
}
.g-popup--subscribe .no-spam {
	font-size: 13px;
	color: #aaa;
	padding-top: 25px;
}
.g-popup--subscribe__close,
.g-popup--subscribe__close:hover {
	color: #bbb;
	background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe2 {
	width: 560px;
	background: #18ba9b;
	color: #fff;
}
.g-popup--subscribe2-message {
	padding: 50px 50px 40px;
}
.g-popup--subscribe2-message .icon {
	font-size: 62px;
	float: left;
	margin: 10px 30px 0 0;
}
.g-popup--subscribe2 h3 {
	color: #fff;
	font-size: 25px;
	margin: 0 0 10px;
}
.g-popup--subscribe2 p {
	color: #fff;
	margin-bottom: 0;
}
.g-popup--subscribe2 .sky-form {
	border: none;
	background: #15a187;
	padding: 40px 50px 35px;
}
.g-popup--subscribe2 .sky-form section {
	margin-bottom: 0;
}
.g-popup--subscribe2 label {
	width: 100%;
}
.g-popup--subscribe2 .sky-form .input input,
.g-popup--subscribe2 .sky-form .input input:active,
.g-popup--subscribe2 .sky-form .input input:focus,
.g-popup--subscribe2 .sky-form .input input:hover {
	background: #128772;
	border-color: #128772;
	color: #fff;
	box-shadow: none;
	height: 36px;
	font-weight: normal;
}
.g-popup--subscribe2 ::-webkit-input-placeholder {
  color: #fff;
}
.g-popup--subscribe2 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.g-popup--subscribe2 ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.g-popup--subscribe2 :-ms-input-placeholder {
  color: #fff;
}

.g-popup--subscribe2 .btn-default,
.g-popup--subscribe2 .btn-default.active,
.g-popup--subscribe2 .btn-default:active,
.g-popup--subscribe2 .btn-default.hover,
.g-popup--subscribe2 .btn-default:hover,
.g-popup--subscribe2 .btn-default.focus,
.g-popup--subscribe2 .btn-default:focus {
	color: #18ba9b;
	border-color: #fff;
	background: #fff;
}
.g-popup--subscribe2__close,
.g-popup--subscribe2__close:hover {
	color: #18ba9b;
	background: #fff;
}

/* Wait Subscribe Block */
.g-popup--subscribe3 {
	width: 460px;
	height: 460px;
	background: #18ba9b;
	color: #fff;
	border-radius: 50% !important;
	text-align: center;
	padding: 110px 80px 80px;
}
.g-popup--subscribe3 h3 {
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	margin: 0 0 20px;
}
.g-popup--subscribe3 p {
	color: #fff;
	margin-bottom: 30px;
}
.g-popup--subscribe3 .sky-form {
	border: none;
}
.g-popup--subscribe3 .sky-form section {
	margin-bottom: 0;
}
.g-popup--subscribe3 label {
	width: 100%;
}
.g-popup--subscribe3 .sky-form .input input,
.g-popup--subscribe3 .sky-form .input input:active,
.g-popup--subscribe3 .sky-form .input input:focus,
.g-popup--subscribe3 .sky-form .input input:hover {
	color: #fff;
	height: 36px;
	box-shadow: none;
	background: #128772;
	font-weight: normal;
	border-color: #128772;
}
.g-popup--subscribe3 ::-webkit-input-placeholder {
  color: #fff;
}
.g-popup--subscribe3 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.g-popup--subscribe3 ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.g-popup--subscribe3 :-ms-input-placeholder {
  color: #fff;
}

.g-popup--subscribe3 .btn-default,
.g-popup--subscribe3 .btn-default.active,
.g-popup--subscribe3 .btn-default:active,
.g-popup--subscribe3 .btn-default.hover,
.g-popup--subscribe3 .btn-default:hover,
.g-popup--subscribe3 .btn-default.focus,
.g-popup--subscribe3 .btn-default:focus {
	color: #18ba9b;
	border-color: #fff;
	background: #fff;
}
.g-popup--subscribe3__close,
.g-popup--subscribe3__close:hover {
	color: #18ba9b;
	background: #fff;
	top: 55px;
	right: 55px;
}

/* Wait Discount Block */
.g-popup--discount {
	width: 380px;
	height: 380px;
	background: #18ba9b;
	color: #fff;
	text-align: center;
	padding: 62px 52px 20px;
}
.g-popup--discount h3 {
	color: #fff;
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 7px;
	text-transform: uppercase;
}
.g-popup--discount p {
	color: #fff;
	font-size: 17px;
}
.g-popup--discount .sky-form {
	border: none;
}
.g-popup--discount .sky-form section {
	margin-bottom: 0;
}
.g-popup--discount label {
	width: 100%;
}
.g-popup--discount .sky-form .input input,
.g-popup--discount .sky-form .input input:active,
.g-popup--discount .sky-form .input input:focus,
.g-popup--discount .sky-form .input input:hover {
	background: #128772;
	border-color: #128772;
	color: #fff;
	box-shadow: none;
	height: 36px;
	font-weight: normal;
}
.g-popup--discount ::-webkit-input-placeholder {
  color: #fff;
}
.g-popup--discount :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.g-popup--discount ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.g-popup--discount :-ms-input-placeholder {
  color: #fff;
}

.g-popup--discount .btn-default,
.g-popup--discount .btn-default.active,
.g-popup--discount .btn-default:active,
.g-popup--discount .btn-default.hover,
.g-popup--discount .btn-default:hover,
.g-popup--discount .btn-default.focus,
.g-popup--discount .btn-default:focus {
	color: #18ba9b;
	border-color: #fff;
	background: #fff;
}
.g-popup--discount__close,
.g-popup--discount__close:hover {
	color: #18ba9b;
	background: #fff;
}

/* Wait Discount2 Block */
.g-popup--discount2 {
	width: 680px;
	background: #18ba9b;
	color: #fff;
}
.g-popup--discount2 img {
	float: right;
}
.g-popup--discount2-message {
	width: 410px;
	padding: 75px 50px 50px;
	float: left;
}
.g-popup--discount2 h3,
.g-popup--discount2 h4 {
	color: #fff;
	font-size: 35px;
	line-height: 1.4;
	margin: 0 0 15px;
}
.g-popup--discount2 h3 {
	text-transform: uppercase;
}
.g-popup--discount2 h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.g-popup--discount2 p {
	color: #fff;
	margin-bottom: 30px;
}
.g-popup--discount2 label {
	width: 100%;
}
.g-popup--discount2 .sky-form .input input,
.g-popup--discount2 .sky-form .input input:active,
.g-popup--discount2 .sky-form .input input:focus,
.g-popup--discount2 .sky-form .input input:hover {
	background: #128772;
	border-color: #128772;
	color: #fff;
	box-shadow: none;
	height: 36px;
	font-weight: normal;
}
.g-popup--discount2 ::-webkit-input-placeholder {
  color: #fff;
}
.g-popup--discount2 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.g-popup--discount2 ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}
.g-popup--discount2 :-ms-input-placeholder {
  color: #fff;
}
.g-popup--discount2 .btn-default,
.g-popup--discount2 .btn-default.active,
.g-popup--discount2 .btn-default:active,
.g-popup--discount2 .btn-default.hover,
.g-popup--discount2 .btn-default:hover,
.g-popup--discount2 .btn-default.focus,
.g-popup--discount2 .btn-default:focus {
	color: #18ba9b;
	border-color: #fff;
	background: #fff;
}
.g-popup--discount2__close,
.g-popup--discount2__close:hover {
	color: #18ba9b;
	background: #fff;
}

/*Product Quantity*/
.shop-product .product-quantity {
	float: left;
	margin-right: 30px;
}

.shop-product .quantity-button {
	color: #555;
	width: 55px;
	height: 50px;
	padding: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 20px;
	background: #eee;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
}

.shop-product .quantity-field {
	width: 55px;
	height: 50px;
	outline: none;
	margin: 0 -4px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #eee;
}

/*Add to Wishlist*/
.add-to-wishlist-brd {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.add-to-wishlist li {
	padding-left: 20px;
	margin-right: 10px;
	border-left: 1px solid #dedede;
}

.add-to-wishlist li:first-child {
	padding-left: 0;
	border-left: none;
}

.add-to-wishlist i {
	color: #8bdccd;
	font-size: 16px;
	margin-right: 7px;
}

.add-to-wishlist a {
	color: #999;
	font-size: 14px;
}

.add-to-wishlist a:hover,
.add-to-wishlist .wishlist-in:hover i,
.add-to-wishlist .compare-in:hover i {
	color: #18ba9b;
	text-decoration: none;
}

.add-to-wishlist .wishlist-in:hover i,
.add-to-wishlist .compare-in:hover i {
	transition: all 0.3s ease-in-out;
}

.wishlist-category a {
	color: #18ba9b;
}