@charset "utf-8";
/* CSS Document */


button, .button {
	display: inline-block;
    padding: 7px 15px;
    background: #bba078;
	border-radius:4px;
    font-size: 23px;
    color: #FFF;
    border: none;
	cursor: pointer;
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }
	
button:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

a.button:hover {
	color:#FFF;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

abbr {
	text-decoration: none !important;
}

input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	width:30px;
	
}

.woocommerce form input {
	color:#000;
}

.woocommerce-ResetPassword {
	width:50%;
	margin: auto;
}



/*************PORUCTS SCROLL****************/
.product-loop{
	position: relative;
	text-align: center;
	}
	
.product-loop .frame {
}


.product-loop:hover {
	
}

.product-image {
	position: relative;
	overflow: hidden;
	
}

.product-image img {
	-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.product-image img:hover {
	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.product-info {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;
	z-index:10;
	background:rgba(0, 0, 0, 0.6);
	  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	
	}
	
.product-info:hover {
	background:rgba(0, 0, 0, 0.2);
	
}


	
.product-info .frame {
	width:100%;
	height:100%;
	border: 1px solid rgba(255, 255, 255, .3);
	padding:40px 20px;
	  
	}



.product-title {
	font-size:26px;
	margin-bottom:20px;
	color:#FFF;
	
}

.product-info .product-title {
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}

.product-info .text {
	margin:30px 0;
	color:#f8f8f8;
	font-size:24px;
	line-height:1.5;
}

.product-info .more {
	margin-top:20px;
}
.product-info .more a {
	display: inline-block;
	color: #FFF;
    padding: 10px 25px;
	border: #bba078 1px solid;
	border-radius:6px;
}

.product-info .more a:hover,
.product-info:hover .more a {
	background:rgba(0, 0, 0, 0.8);
	color:#FFF;
}


.product-addtocart a {
	display: block;
	width:80%;
	margin:10px auto;
	padding:10px;
	background:#ab1c54;
	color:#FFF;
	text-align: center;
	
}

.product-loop .product-addtocart a.added_to_cart {
	position: absolute;
	top:120px;
	z-index:99;
	width:calc(100% - 60px);
	background:#de588d;
}

.product-addtocart .add_to_cart_inline {
	font-size:23px;
	color:#181818;
}

.product-addtocart .add_to_cart_inline del {
	color:#848383;
	
}

.product-addtocart .add_to_cart_inline ins {
	text-decoration: none;
}

.product-addtocart a:hover {
	color:#FFF;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.product-price,
.product .price {
	font-size:22px;
	font-weight:400;

}

.product-price ins {
	text-decoration: none;
	margin-right:5px;
}

.woocommerce-result-count {
	margin:0;
	position: relative;
	top:10px;
	
}

.woocommerce-ordering {
	
	
}

.shop-data {
	padding:10px;
	color: #C9C9C9;
	margin-bottom:20px;
	}

.shop-data select {
	margin-bottom:0;
	border: #bba078 1px solid;
	background:#000;
	color: #C9C9C9;
}

.woocommerce-pagination {
	text-align: left;
	margin-top:5px;
}

.woocommerce-pagination li {
	display: inline-block;
	text-align: center;
}
.woocommerce-pagination li a {
	display: inline-block;
	padding:5px;
	width:30px;
	border:#bba078 1px solid;
}

.woocommerce-pagination li span.current {
	padding:5px;
	width:30px;
	display: inline-block;
	border:#bba078 1px solid;
	color:#FFF;
	font-weight: bold;
}

.form-wppp-select.products-per-page {
	display: none;
}

/*****************/
.badge {
	position: absolute;
	width:41px;
	z-index:20;
	top:10px;
	padding:5px 5px;
	color:#000;
	background:rgba(187, 160, 120, 0.7);
	border-radius:3px;
	font-weight: bold;
	font-size:14px;
	text-align: center;
}
.badge.onsale {
	left:10px;
}

.badge .new {
	right:10px;
}

li.product h3 {
	text-align: center;
	background:#cc6caa;
	color:#FFF;
	font-size:21px;
	padding:20px 10px;
}



li.product h3:hover {
	background:#b66ca7;
}

li.product .price {
	font-size:25px;
	text-align: center;
	color:#333333;
	padding:10px;
}

li.product .price ins,
li.product .price del {
	display: inline-block;
}

li.product .price ins {
	text-decoration: none;
}

.excerpt {
	color:#333333;
	font-size:16px;
	padding: 10px 10px;
	text-align: center;
}

.product-buttons {
	margin-bottom: 20px;
	padding:0 10px;
}

.product-buttons a {
	color:#FFF;
	font-size:21px;
	padding:8px 20px;
	border-radius:6px;	
}

.product-buttons a:hover {
	color:#FFF;
	    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.product-buttons a.button,
.product-buttons .added_to_cart {
	float: right;
	background:#cc6caa;
	color:#FFF;
}

.product-buttons a.button.ajax_add_to_cart.added {
	display: none;
}
.product-buttons a.product-more {
	float: left;
	background:#989898;	
}


.product .cart {
	font-size:21px;
}

#order_review_heading {
	font-size:24px;
	color:#000;
	margin-bottom:20px;
	margin-top:30px;
	font-weight: bold;
}





.woocommerce-thankyou-order-received {
	font-size:30px;
	text-align: center;
	margin-bottom:30px;
}



/*********************PRODUCT SINGLE CUSTOMIZED**********/
.single-product {
	
}

.single-product-title {
	font-size:40px;
	line-height:1em;
	margin-bottom:20px;
	color:#ab1d56;
}

.single-product-price {
	display: block;
	margin-left:10px;
	margin-bottom:20px;
  	font-size:20px;
	color: #bba078;
 
}

.single-product-price ins {
	margin-right:10px;
}

.addcart-single {
	margin-top:20px;
}

.single-product-atributes {
	font-size: 22px;
	margin-bottom:10px;

}

.kasher span {
	font-weight: bold;
	margin-left:5px;
	display: inline-block;
}

.addcart-single .quantity {
	display: inline-block;
		}
.addcart-single .quantity input {
	border-radius:0;
	background:#FFF;
   	border: none;
	width:60px;
	padding:3px 3px;
	margin-bottom:0;
	margin-right:10px;
	color:#262626;
	
}


.addcart-single button {
	padding: 7px 15px;
  background: #000;
  font-size:23px;
  color:#FFF;
  font-weight:300;
  border-radius:4px;
  border: none;
  float: left;
  
}


.product_meta {
	margin-top:20px;
	font-weight: bold;
}

.product_meta span {
	display: block;
}

.product_meta span.sku_wrapper span {
	display: inline-block;
}

.variations_form .label label {
	color: #bba078;
	margin-bottom:10px;
	display: block;
}

.variations_form .value input[type="radio"] {
	width:30px;
	display: inline-block;
}



.variations_form .value label {
	display: inline-block;
	width: calc(100% - 100px);
	font-size:20px;
	
}

.variations_form .value div {
	padding:10px 0;
	border-bottom:#5f6161 1px solid;
	color:#FFF;
}

.variations .reset_variations {
	font-size:20px;
	display: block;
	
}

.variations {
	margin-bottom:30px;
}

.single_variation_wrap,
.simple-price-wrap {
	position: relative;
}

.woocommerce-variation-price {
	position: absolute;
	z-index:10;
	top: 20px;
	right:150px;
	color: #262626;
}
.woocommerce-variation-availability {	
	position: absolute;
	z-index:10;
	top: 19px;
	right:300px;
	font-size:20px;
	margin-bottom:10px;
}

.woocommerce-variation-availability p {
	margin:0;
}

.woocommerce-variation-add-to-cart {
	background:#c3a463;
	padding:15px 10px;
	color:#262626;
}

.simple-price-wrap {
	position: relative;
	background:#c3a463;
	color:#262626;
    padding: 10px;
	margin-top:20px;
}

.simple-price-wrap .simple-price {
	position: absolute;
	z-index:10;
	top: 15px;
	right:200px;
	font-size:24px;
	margin-bottom:10px;
}

.simple-price-wrap .simple-price del {
	display: none;
}

.simple-price-wrap .simple-price ins {
	text-decoration: none;
}

.simple-price-wrap .stock {
	position: absolute;
	z-index:10;
	top: 19px;
	right:300px;
	font-size:20px;
	margin-bottom:10px;
	margin:0;
}


/**************PRODUCT single images***********/

.images-area {
	position: relative;
	
}

.images-area .flex-control-thumbs li{
	
}
.images-area .onsale {
	left:10px;
	
}

.images-area .new {
	top:55px;
	left:10px;
}
.product-scroll-img {
	margin:0 5px;
	padding:5px;
}

.image-holder {
	border:#ecebed 1px solid;
	
}

.pr-gallery {
	padding-top:10px;
	border:#ecebed 1px solid;
}

.pr-gallery .slick-next, 
.pr-gallery .slick-prev {
	top:40%;
	
}
.pr-gallery .slick-prev:after, 
.pr-gallery .slick-next:after {
	padding:5px 10px;
}

.pr-gallery .slick-next {
	right:0;
}

.pr-gallery .slick-prev {
	left:0;
}

.woocommerce div.product div.images div.thumbnails.pr-gallery {
	padding-top:10px;
}


#payment #place_order.button {
	width:200px;
	padding:20px 25px;
}

/*********************PRODUCT TAGS***************/
#tags-single {
	margin-bottom:20px;
}

.tag-buttons {
	margin-left:-5px;
}

.tag-button {
	display: inline-block;
	width:68px;
	height:68px;
	margin-left:5px;
	margin-bottom:5px;
	border:#bba078 1px solid;
	border-radius:4px;
	padding:5px;
	text-align: center;
	
}

.tag-button:hover,
.product-info:hover .tag-button {
	background:	rgba(0, 0, 0, 0.8);
}

.tag-button a {
	display: block;
}

.tag-icon {
	max-width:40px;
	max-height:30px;
	margin-bottom:7px;
}

.tagname {
	color:#cecece;
	font-size:13px;
}

/*****************related***********************/
#related-row {
	padding: 40px 0;
   
}
.related-title {
	position: relative;
    font-size: 32px;
    color: #f4f4f4;
    font-weight: 200;
    margin-bottom: 20px;
}

.related-title img {
	height:100px;
	margin-right:10px;
}
/******************CART AND TABLES**********************/
.woocommerce table{
	font-size:20px;
}

.woocommerce-cart-form .product-price {
	font-size:20px;
}

.woocommerce-cart-form .actions {
	background: #000;
	color:#FFF;
	}

.coupon {
	width:50%;
	float: right;
	padding-left:10px;
}

.coupon input {
	color:#FFF;
}

element.style {
}
#coupon_code {
    padding: 6px 5px;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
}
.woocommerce .coupon input {
	color:#FFF;
}

.coupon input {
	display: inline-block;
	width:200px;	
}


#coupon_code {
	padding:6px 5px;
}

.quantity input {
	width:100px;	
}

.product-name a {
	font-size:1.2em;
}

.woocommerce-cart-form input[name="update_cart"] {
	width:200px;
	float:left;
	
}

.woocommerce-cart-form input[name="update_cart"][disabled] {
	opacity:0.3;
}

.entry .cart_totals h2 {
	color:#bba078;
	margin-bottom:10px;
	font-size:1.5em;
}

#shipping_method li:before {
	display: none;
}

#shipping_method input {
	display: inline-block;
	width:30px;
}

#shipping_method label {
	display: inline-block;
}

.order-total td, .order-total th {
	background:#000;
	font-size:24px;
	color:#FFF;
	
	
}

.wc-proceed-to-checkout {
	text-align: left;
}

.wc-proceed-to-checkout .checkout-button {
	display: inline-block;
	width:30%;
	text-align: center;
}

.customer_details {
	background:#ecf2f4;
	padding:10px 30px;
}

.customer_details h3,
.woocommerce-order-details__title,
.woocommerce-customer-details h2 {
	font-size:26px;
	color:#bba078;
	margin-bottom:20px;
}

.checkout .select2-container .select2-selection--single {
	height:37px;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top:4px;
}

.shipping-details {
	background:#ecf2f4;
	padding:10px 30px;
	
}

.shipping-details h3 span {
	color:#bba078;
}

.woocommerce-checkout-review-order-table #shipping_method li {
	margin-bottom:10px;
}
.wc_payment_methods li {
	margin-bottom:10px;
}

.woocommerce-table--customer-details.customer_details {
	background: none;
	padding: 0;
}

.woocommerce-table--customer-details.customer_details th {
	background:#FFF;
}

.woocommerce-columns--addresses {
	background:#FFF;
	padding:30px;
	
}

.woocommerce-MyAccount-content {
	margin-bottom:30px;
}

.woocommerce-columns--addresses h3 {
	font-weight: bold;
	margin-bottom:10px;
}

.woocommerce-order-overview {
	font-size:20px;
}

.woocommerce-order .woocommerce-notice {
	margin-bottom:40px;
		
}

ul.order_details {
	margin-bottom:30px;
}

.woocommerce-MyAccount-navigation {
	font-size:22px;
	margin-bottom:30px;
	text-align: center;
	
}

.woocommerce-MyAccount-navigation ul {
	margin:0 !important;
	padding:0;
}

.woocommerce-MyAccount-navigation li:before {
	display: none;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
}

.woocommerce-MyAccount-navigation li a {
	padding:10px 20px;	
	display: block;
	background:#000;
	color:#FFF;
}
.woocommerce-MyAccount-navigation li a:hover {
	background:#bba078;
}

.woocommerce-Message .button {
	margin-left:20px;
}

.woocommerce-MyAccount-content form {
	background:#ecf2f4;
	padding:30px;
}

.woocommerce-MyAccount-content form h3 {
	font-size:22px;
	color:#bba078;
	margin-bottom:20px;
}

.woocommerce form.login {
	width:50%;
	margin-left: auto;
	margin-right: auto;
}


.entry .woocommerce-billing-fields h3 {
	font-size:36px;
	text-align: center;
	color:#bba078;
	margin-bottom:20px;
}

.col2-set {
	width:70%;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	border:#bba078 1px solid;
	border-radius:12px;
	
}

.woocommerce-customer-details {
	
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
	display: inline-block;
	width:45%;
	vertical-align: top;
}

.entry .woocommerce-customer-details h2 {
	color:#bba078;
	font-size:1.5em;
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title {
	font-size:30px;
	color:#bba078;
	margin-bottom:10px;
	text-align: right;
}

.woocommerce-account .addresses .title .edit {
	display: block;
	font-size:16px;
	color:#000;
	text-decoration: underline;
	float: none;
}

.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
	display: inline-block;
	vertical-align: top;
	width:45%;
}

/************************SIDEBAR***************************/

#floating-sidebar {
	position: fixed;
	bottom:50px;
	left:0;
	background:#FFF;
	z-index:999;
	padding:20px;
	width:250px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.woo-widget-title {
	color:#FFF;
	font-size:36px;
	font-weight: 200;
	margin-bottom:20px;
}

.woo-widget-title .chunk2,
.woo-widget-title .chunk3 {
	    color: #bba078;
}

.widget-container.woo-wdg {
	padding:0;
	margin-bottom:30px;
	margin-top:0;
}

.mini_cart_item {
	font-size:14px;
	border-bottom:#5f6161 1px solid;
	margin-bottom:10px !important;
}
.mini_cart_item:last-child {
	border-bottom: none;
}

.mini_cart_item a {
	color:#f8f8f8;
	font-size:22px;
	font-weight:300;
	margin-bottom:7px;
}

.mini_cart_item a:hover {
	color:#bba078;
}

.mini_cart_item .quantity {
	font-weight: 200;
	font-size:18px;
}

.mini_cart_item img {
	width: 68px;
	height: auto;
	margin-left:10px;
}

.mini_cart_item li.empty {
	text-align: center;
}

.widget_shopping_cart .buttons a {
	display: inline-block;
	margin-left:10px;
    padding: 7px 7px;
	text-align: center;
	width:calc(50% - 10px);
    background: none;
    font-size: 18px;
    color: #FFF;
    border:#c3a463 1px solid;
	border-radius:4px;
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.widget_shopping_cart .buttons a:last-child  {
	margin-left:0;
}
.widget_shopping_cart .buttons a:hover {
	-moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.widget_shopping_cart .buttons a.pay {
	background:#b0d103
}
.widget_shopping_cart .buttons a.tocart {
	background:#999999;
}
.product-categories li {
	border-bottom:#5f6161 1px solid;
	font-weight:200;
}

.product-categories li a {
	display: block;
	font-size:24px;
	color:#f8f8f8;
	padding:10px 0;
}

.product-categories li a:hover {
	color: #bba078;
}

.widget_product_search {
	margin:30px 0;
}

.widget_product_search form {
	position: relative;
}

.widget_product_search button {
	position: absolute;
	left:0px;
	top:3px;
	background: none;
	color:#bba078;
}

.widget_product_search input {
	border: #bba078 1px solid;
}

.woocommerce-account .entry h2 {
	text-align: center;
	color:#bba078;
	font-size:36px;
}




/*************************very small*********************/

@media only screen and (max-width: 820px) {

 .woocommerce ul.order_details {
		 margin-right:0;
		 padding:0 20px;
			
	 }
	 
	 .woocommerce ul.order_details li {
		 float: right;
		 display: block;
		 width:100%;
		 margin-bottom:7px;
		 border-bottom: 1px solid rgba(0, 0, 0, .1);
		 border-right:0;
		 padding-right:0;
		 margin-right:0;
	 }
	 
	 .woocommerce ul.order_details li:before {
		 display: none;
	 }

}

@media only screen and (max-width: 600px) {
	
.woocommerce table.shop_table th {
	font-size:20px;
}

.woocommerce table.shop_table td {
	padding:5px 4px;
}

.woocommerce table {
	font-size:15px;
}

.woocommerce table .product-thumbnail {
	display: none;
}

button, .button {
	font-size:16px;
}

.coupon label {
	display: none;
}

.wc-proceed-to-checkout .checkout-button {
	width:100%;
}

.col2-set {
	width:100%;
}

#payment #place_order.button {
	width:100%;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	margin-bottom:1px;
}

}

@media only screen and (max-width: 420px) {
	.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product {
    width: 100%;
    float: none;
    clear: both;
    margin:0;
	margin-bottom:30px;
}

.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n),
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float:  none;
    
}

.woocommerce .order_details li {
	float: none;
	margin-right:0;
}

.coupon input,
woocommerce-page table.cart td.actions .coupon .input-text+.button,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	float: none !important;
	width:100% !important;
	margin:0;
	margin-bottom:10px;
}

.woocommerce form.login {
	width:100%;
}


}