/*
Theme Name:  Alfajores
*/

@charset "utf-8";

/* Table of Contents
----------------------------------
1.  GENERAL
2.  HEADER
3.  FOOTER
4.  HOME

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

/*************************
*
*	1. GENERAL
*
*************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "tenso", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
}
p,
ul li,
ol li {
	color: #000000;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-family: "tenso", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	word-wrap: break-word;
}
a {
	color: #231f20;
	border: none;
	outline: none;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-transform: none;
	font-family: "tenso", Arial, sans-serif;
	color: #231f20;
	word-wrap: break-word;
}
a:hover {
	text-decoration: underline;
}
a:active,
a:focus {
	color: inherit;
}
ol,
ul {
	list-style: none;
}
ul {
	margin: 0 0 19px;
}
ul li {
	list-style-type: none;
	word-wrap: break-word;
}
input:focus,
textarea {
	outline: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	word-wrap: break-word;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=password] {
	display: inline-block;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	resize: none;
	overflow: auto;
}
img {
	max-width: 100%;
	height: auto;
}

/* Clearfix */

.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.no-margin {
	margin: 0 !important;
}
.hidden-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.container{
	width: 100%;
	max-width: 1240px;
	margin: auto;
}


/*************************
*
*	FONT ICON
*
*************************/

@font-face{font-family:fontello;src:url(assets/font/fontello.eot?87511461#iefix) format("embedded-opentype"),url(assets/font/fontello.woff2?87511461) format("woff2"),url(assets/font/fontello.woff?87511461) format("woff"),url(assets/font/fontello.ttf?87511461) format("truetype"),url(assets/font/fontello.svg?87511461#fontello) format("svg");font-weight:400;font-style:normal}
[class^="icon-"]:before,[class*=" icon-"]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-phone:before{content:'\e800'}
.icon-plus:before{content:'\e801'}
.icon-plus-1:before{content:'\e802'}
.icon-minus:before{content:'\e803'}
.icon-basket:before{content:'\e804'}
.icon-left-open-big:before{content:'\e805'}
.icon-right-open-big:before{content:'\e806'}
.icon-cancel-2:before{content:'\e807'}
.icon-angle-right:before{content:'\f105'}
.icon-instagram:before{content:'\f16d'}
.icon-plus-squared-alt:before{content:'\f196'}
.icon-twitter-squared:before{content:'\f304'}
.icon-facebook-squared:before{content:'\f308'}


a{
	color: inherit;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
/*************************
*
*	2. HEADER
*
*************************/
#left-nav, #right-nav {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
#left-nav ul li{
	padding-right: 12px;
}
#right-nav ul li{
	padding-left: 12px;
}
#left-nav{
	padding-left: 7%;
}
#right-nav{
	text-align: right;
}
#header .burger-btn{
	display: none;
}
.nav ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
}
.nav ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#header {
	height: 290px;
	line-height: 180px;
	position: relative;
	z-index: 9;
	background: #000;
	overflow: hidden;
}
#header:before {
    content: '';
    position: absolute;
    left: -600%;
    width: 1300%;
    padding-bottom: 1300%;
    bottom: 0;
    background: none;
    /*border-radius: 50%;*/	
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;	
    box-shadow: 0px 0px 0px 9999px #fff;
}
body.home #header{
	background: transparent;
}
body.home #header:before{
	display: none;
}
#header .container{
	position: relative;
	font-size: 0;
	padding-top: 30px;
}
.logo{
	width: 176px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.menu-top{
	width: 100%;
	max-width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: calc((100% - 950px)/2);
	position: relative;
	font-size: 0;
	display: inline-block;
}
.top-cart{
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 950px)/2);
	color: #C5A25D;
	position: relative;
	height: 180px;
	font-weight: 700;
}
.top-cart a{
	text-decoration: none;
	font-size: 18px;
	position: absolute;
	top: 5px;
	right: 0;
	height: 20px;
	line-height: 20px;
}
.nav ul li{
	color: #FFF;
}
.nav ul li a {
	text-transform: uppercase;
}
.menux{
	display: none;
}
/*************************
*
*	3.  FOOTER
*
*************************/
#footer{
	background: #000;
	padding-bottom: 25px;
}
.quote{
	width: 100%;
	max-width: 960px;
	text-align: center;
	margin: auto;
}
.quote p{
	color: #FFF;
	font-size: 26px;
	font-style: italic;
	line-height: 36px;
}
.quote .quote-author{
	color: #c5a25d;
	font-size: 16px;
}
.footer-area{
	border-top: 1px solid #c5a25d;
	padding-top: 50px;
	color: #FFF;
	display: flex;
	-webkit-display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.f-col{
	font-size: 20px;
	font-size: 20px;
	display: inline-block;
	width: 16%;
	vertical-align: top;
}
.f-col a{
	text-decoration: none;
}
.footer-menu li{
	margin-bottom: 8px;
}
.footer-menu li a{
	color: #FFF;
	position: relative;
	padding-left: 15px;
}
.footer-menu li a:before {
    content: '\f105';
    font-family: fontello;
    position: absolute;
    left: 0;
    top: -3px;
    color: #C5A25D;
}
.f-title{
	color: #C5A25D;
	font-weight: 700;
	margin-bottom: 15px;
}
.f-p{
	color: #FFF;
	margin-bottom: 8px;
}
.footer-area .f-col p {
	color: #FFF;
	margin-bottom: 8px;	
}
.logo-footer{
	display: block;
	width: 130px;
	height: 130px;
}
.yel{
	color: #C5A25D;
}
.f-p.icons a{
	font-size: 25px;
	color: #C5A25D;
}
.madeby{
	display: flex;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
/*************************
*
*	4.  HOME
*
*************************/
.home-img{
	max-height: 900px;
	position: relative;
	margin-top: -292px;
	position: relative;
}
.home-img:after{
	content: "";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.home-img-title{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	z-index: 9;
}
.home-img-title h1{
	font-size: 48px;
	color: #FFF;
	text-transform: uppercase;
	line-height: initial;
}
.button{
	width: 300px;
	height: 74px;
	line-height: 74px;
	border: 1px solid #fff;
	display: block;
	margin: 35px auto;
	-webkit-border-radius: 45px;
	        border-radius: 45px;
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	transition: 1s;
}
.button:hover{
	text-decoration: none;
	background: #C5A25D;
	color: #FFF !important;
}
.home-content {
	background:none;
	min-height:1100px;
	position:relative;
	overflow-x:hidden;
	z-index:3;
	margin-top: -10%;
	padding-top: 12%;
	border-bottom-left-radius: 50% 2%;
	border-bottom-right-radius: 50% 2%;
	-moz-border-bottom-left-radius: 50% 2%;
	-moz-border-bottom-right-radius: 50% 2%;
	-webkit-border-bottom-left-radius: 50% 2%;
	-webkit-border-bottom-right-radius: 50% 2%;	
}


.home-content:before {
	content: '';
	position: absolute;
	left: -600%;
	width: 1300%;
	padding-bottom: 1300%;
	bottom: 90%;
	background: none;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	/*border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; */
	box-shadow: 0px 0px 0px 9999px #c5a25d;
	z-index: -10;
}
.home-round-img{
	position:relative;
	overflow:hidden;
	margin-top: -5%;
	z-index:1;
	height: calc(100vw * 0.42);
}
.home-round-img:after {
	content: '';
	position: absolute;
	left: -600%;
	width: 1300%;
	padding-bottom: 1300%;
	bottom: 5%;
	background: none;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	/*border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; */
	box-shadow: 0px 0px 0px 9999px #000;
	z-index: 0;
}
.cols{
	font-size: 0;
}
.col3{
	width: 31%;
	margin-left: 1.66%;
	margin-right: 1.66%;
	display: inline-block;
	vertical-align: top;
}
.cols .col3:nth-child(1){
	margin-left: 0;
}
.cols .col3:nth-child(3){
	margin-right: 0;
}
.about-title{
	font-size: 34px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}
.about-text p {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 32px;
}
.home-prod-img{
	display: block;
	margin-top: 50px;
	height: 280px;
}
.home-prod-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-prod-title{
	display: block;
	font-size: 16px;
	color: #4B3219;
	margin-top: 5px;
}
.our-story{
	border-bottom: 2px solid #fff;
	padding-bottom: 25px;
}
.facts{
	padding-top: 60px;
	color: #000;
}
.colfacts p{
	padding-left: 15px;
	position: relative;
}
.colfacts ul li:before{
	content:'\f105';
	font-family: fontello;
	position: absolute;
	left: -15px;
	top: 0;
}
.colfacts li {
	position: relative;
}
.popular-products{
	background: #000;
	padding-bottom: 40px;
	padding-top: 75px;
}
.proditem{
	font-size: 0;
	margin-bottom: 40px;
}
.proditem-img{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	height: 190px;
	position: relative;
}
.proditem-img:after {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
    font-family: fontello;
    content: "\f196";
    font-size: 36px;
    color: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(197, 162, 93, 0.8);
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.proditem-img:hover:after{
	opacity: 1;
}
.proditem-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proditem-content{
	width: 55%;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.proditem-title{
	font-size: 28px;
	color: #c5a25d;
}
.proditem-title:after{
	content:"_";
	display: block;
	margin-top: -5px;
	padding-bottom: 15px;
}
.proditem-text{
	color: #FFF;
	font-size: 20px;
}
.popular-products .proditem-text p {
    color: #FFF;
    font-size: 20px;
}
.p-title{
	font-size: 34px;
	font-weight: 900;
	color: #c5a25d;
	margin-bottom: 70px;
}
.y-button{
	color: #c5a25d;
	border: 1px solid #C5A25D;
	background: transparent;
}
.y-button:hover{
	background: #C5A25D;
	color: #FFF !important;
}



/*************************
*
*	SHOP
*
*************************/


.page-content {
	background: none;
    min-height: 1100px;
    position: relative;
    overflow-x: hidden;
    z-index: 3;
    background: #fff;
    margin-top: -4%;
    padding-top: 250px;
    padding-bottom: 200px;
}

.page-content:before {
    content: '';
    position: absolute;
    left: -600%;
    width: 1300%;
    padding-bottom: 1300%;
    bottom: 92%;
    background: none;
    border-radius: 0;
    box-shadow: 0px 0px 0px 9999px #fff;
    z-index: -10;	
}
.page-content:after {
    content: '';
    position: absolute;
    left: -600%;
    width: 1300%;
    padding-bottom: 1300%;
    bottom: 5%;
    background: none;
	border-bottom-right-radius: 50%;	
	border-bottom-left-radius: 50%;
	/*
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;	
	*/
    box-shadow: 0px 0px 0px 9999px #000;
    z-index: -9;
}
.col2{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.shop-list .proditem-img{
	width: 47%;
	border: 2px solid #C5A25D;
	height: 293px;
}
.shop-list .proditem-img img:after{
	-webkit-transition: all 2s;
    transition: all 2s;
}
.shop-list .proditem-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.shop-list .proditem-content{
	width: 53%;
	padding-left: 20px;
	padding-right: 20px;
}
.shop-list .proditem-text{
	color: #000;
	min-height: 147px;
}
.page-title{
	font-size: 40px;
	font-weight: 900;
	line-height: initial;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.shop-list .button{
	border: 1px solid #C5A25D;
	color: #C5A25D;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 0;
}
.shop-list .button:hover{
	background-color: #C5A25D;
	color: #fff;
}

.shop-list .proditem-title{
	/* white-space: nowrap;  */
	width: 100%; 
	overflow: hidden;
	/* text-overflow: ellipsis;  */
}
.filters{
	text-align: right;
}
.filters p a:hover{
	text-decoration: none;
}
.filters p a:not(:last-child):after{
	content: "|";
	color: #C5A25D;
	padding-right: 5px;
	padding-left: 10px;
}

/*************************
*
*	EVENTS
*
*************************/

.text-cols{
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	text-align: left;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}
.enquire-b{
	margin-left: calc(50% + 15px);
	margin-top: 0;
}
.gallery{
	margin-top: 50px;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.gallery a{
	display: block;
	width: 100%;
}
.gallery a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.col4{
	width: 25%;
}
.gallery .col2 a{
	font-size: 400px;
}
.gallery .col4 a{
	width: 100%;
}
.gallery .img23 a{
	height: 190px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery .img1 a{
	height: 395px;
	padding-right: 10px;
}
.gallery .img4 a{
	height: 395px;
	padding-left: 10px;
}
.gallery .col3{
	margin-left: 0;
	margin-right: 0;
	width: 33%;
}
.gallery .col3 a{
	height: 265px;
	margin-top: 5px;
}
.gallery .img5 a{
	padding-right: 8px;
} 
.gallery .img6 a{
	padding-right: 8px;
	padding-left: 8px;
} 
.gallery .img7 a{
	padding-left: 8px;
}

/*************************
*
*	DEFAULT
*
*************************/

.p-item{
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}
.p-item:before {
    content: '\f105';
    font-family: fontello;
    position: absolute;
    left: 0;
    top: -1px;
    color: #C5A25D;
}
.page-template-content-and-gallery-page .page-content h3, .page-template-plain-content-page .page-content h3 {
	font-size: 28px;
	color: #C5A25D;
	margin-top: 65px;
	margin-bottom: 10px;
}
.page-template-content-and-gallery-page .page-content h4, .page-template-plain-content-page .page-content h4 {
    margin-top: 35px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.page-template-content-and-gallery-page .page-content ul li, .page-template-plain-content-page .page-content ul li {
	position: relative;
}
.page-template-content-and-gallery-page .page-content ul li:before, .page-template-plain-content-page .page-content ul li::before {
    content: '\f105';
    font-family: fontello;
    position: absolute;
    left: -15px;
    top: 0;
}
.section-title{
	font-size: 28px;
	color: #C5A25D;
	margin-top: 65px;
	margin-bottom: 10px;
}
.subtitle{
	margin-top: 35px;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.p-item a{
	color: #C5A25D;
}

/*************************
*
*	PRODUCT
*
*************************/
.det-prodgallery{
	width: 66%;
	display: inline-block;
	vertical-align: top;
}
.det-prodinfo{
	border-top: 1px solid #000;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3vh;
}
.prod-size input[type="radio"]{
	display: none;
}
.size-label{
	min-width: 95px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	display: inline-block;
	text-align: center;
}
.prod-size input[type="radio"]:checked + .size-label{
	border: 1px solid #C5A25D;
}
.qty-input{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid #C5A25D;
}
.qtyb{
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.prod-qty{
	margin-top: 15px;
}
.price{
	font-size: 28px;
	font-weight: 700;
	margin-top: 30px;
}
.price .currency{
	font-size: 20px;
}
.add-button .button{
	margin-left: 0;
}
.acc-text{
	display: none;
	font-size: 16px;
	padding-top: 15px;
}
.acc-text p{
	font-size: 16px;
}
.prod-accordion{
	border-top: 1px solid #000;
}
.acc-title{
	border-bottom: 1px solid #000;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
}
#det-gallery{
	padding-right: 20px;
}
#det-gallery .item img{
	height: 545px;
	width: 100%;
	object-fit: cover;
}
.det-prodgallery{
	position: relative;
}
.nav-carousel{
	position: absolute;
    top: calc(50% - 25px);
    color: #FFF;
    font-size: 50px;
    z-index: 999;
    cursor: pointer;
}
.next.nav-carousel{
	right: 10px;
}
.more-products{
	border-top: 1px solid #C5A25D;
	padding-top: 25px;
	margin-top: 90px;
}
.more-products .proditem-title a {
	font-size: 28px;
	color: #c5a25d;
}
.more-products .proditem-text{
	color: #000;
}
.contact-form{
	font-size: 20px;
}
.field label{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 30px;
}
.input-field{
	width: 100%;
	border: 2px solid #808080;
	height: 70px;
	line-height: 70px;
	padding-left: 15px;
	background-color: #FFF;
	outline: none;
}
.input-field:focus{
	border: 2px solid #C5A25D;
}
textarea.input-field{
	min-height: 220px;
}
.contact-button{
	background: #FFF;
	margin-left: auto;
	margin-right: 0;
}
.contact-title{
	font-weight: 700;
	font-size: 28px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.contact-text{
	padding-right: 15px;
}
.contact-text .col2{
	font-size: 18px;
}
.contact-text .col2 p{
	margin-bottom: 5px;
}
p.hours{
	margin-top: 25px;
	font-weight: 700;
	margin-bottom: 0;
}
.message-bar{
	background: #000;
	color: #C5A25D;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	text-align: center;
}
.contact-button:hover {
	color: #FFF;
}
.contact-button{
	margin-left: 0;
	margin-right: auto;
}
/* Woocommerce cleanup */
.woocommerce-result-count {
	display: none;
}
.shop-list .page-title {
	text-transform: uppercase;
}
.woocommerce-ordering {
	display: none;
}
.archive .page-content {
    margin-top: -1.9%;
    padding-top: 190px;

}
.gallery-spacer {
	height: 20px;
	width: 100%;
}
/* Woo cart/checkout */
/* Woocommerce Styles */

.woocommerce-cart .button {
    color: #c5a25d;
    border: 1px solid #C5A25D;
    background: transparent;
}
.woocommerce-cart .button:hover {
	background: #C5A25D;
	color: #FFF !important;
}

.checkout #order_review .form-row.place-order .button { background-color: #C5A25D; line-height: 44px; }

.shop_table{
	width: 100%;
}
.shop_table th{
	text-transform: uppercase;
}
.shop_table td, .shop_table th{
	display: table-cell;
	border-bottom: 2px solid #C5A25D;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
}

.wc-proceed-to-checkout .button {
	width: auto;
}
.single_add_to_cart_button {
	background: transparent;
	border: 2px solid #C5A25D;
	color: #C5A25D;
}
.variations {
    margin: 15px 0px;
    border: 1px solid #e1e1e1;
    padding: 5px 5px 5px 15px;
    border-radius: 8px;
}
.product form.cart .quantity {
	margin: 15px 0px;
    border: 1px solid #e1e1e1;
    padding: 5px 5px 5px 15px;
    border-radius: 8px;
    max-width: 140px;
}
.product form.cart .quantity input {
	max-width: 52px;
}
.variations_form .quantity {
    margin: 15px 0px;
    border: 1px solid #e1e1e1;
    padding: 5px 5px 5px 15px;
    border-radius: 8px;	
	max-width: 140px;
}
.variations label {
	font-weight: bold;
	font-size: 20px;
	margin-right: 8px;
}
label.qty {
	float: left;
	margin-right: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
}
.variations_form .quantity input {
	max-width: 50px;
}
.woocommerce-cart-form td {
	padding: 10px;
}
.woocommerce-cart-form .actions .button {
	display: inline-block;
}
.woocommerce-cart-form .coupon input {
	font-size: 20px;
	height: auto;
	border: 0;
	width: auto;
	margin: 0px;
}
.checkout #order_review .form-row.place-order .button {
	width: auto;
}
#payment.woocommerce-checkout-payment {
	padding: 20px 0px 0px 20px;
}
.cart_totals {
	text-align: center;
}
.cart_totals h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #C5A25D;	
}
.cart_totals table {
	margin: 0 auto;
}
.one-w {
	width: 8.3%
}
.two-w {
	width: 16.6%
}
.three-w {
	width: 24.9%
}
.single-product ul.products .button { display: none; }
.cart_totals #shipping_method li { margin-bottom: 0px;text-align: left;margin-left: 20px;}
.cart-subtotal { margin-bottom: 10px; }
.shop_table .shipping { vertical-align: top; }
.shop_table .shipping th, .shop_table .shipping td { padding-top: 20px; }

.shipping-calculator-button{ display: none; }
.woocommerce-cart-form__cart-item .product-quantity input { text-align: right; }

/* Checkout & Account */

.woocommerce-MyAccount-navigation li { float: left; margin-right: 10px; }
.woocommerce-MyAccount-navigation li a { float: left; margin-right: 10px; }
.woocommerce-MyAccount-navigation li a:hover { color: #C5A25D; } 
.woocommerce-account h2.text-title { margin-bottom: 15px; margin-top: 0px; }
nav.woocommerce-MyAccount-navigation { border-bottom: 2px solid #C5A25D; padding-bottom: 26px; margin-bottom: 45px; }
nav.woocommerce-MyAccount-navigation li.is-active  a { color: #C5A25D; }

.cart-empty{ margin-top: 70px; }
.home a:hover { color: #C5A25D; }
.woocommerce-error li { color: red; }
.woocommerce-checkout input { border: 1px solid #999; }
.woocommerce-checkout label { min-width: 50%; }
abbr[title], acronym[title] { text-decoration: none; }
.page-template-nz-outlets-page, .page-template-international-outlets-page { margin-bottom: 40px; }
.page-template-default .text-wrap h3 { margin-bottom: 15px;}
hr { border-top: 2px solid #C5A25D; margin: 20px 0px; }
.page-template-default .text-wrap ul,.page-template-default .text-wrap ol  { list-style-type: initial; margin-left: 20px;}
.alignright { float: right; margin: 20px 0px 20px 20px; }
.alignleft { float: left; margin: 20px 20px 20px 0px; }
.clear { clear: both; }
.woocommerce-shipping-calculator { display: none; }
/* 7.4 Checkout */
.woocommerce-checkout .type-page h1:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
  content: "x";
}
.required {
  border: 0;
  color: #b85f56;
}
.checkout #shiptobilling {
  float: none;
  width: 100%;
}
.checkout #shiptobilling input[type="checkbox"] {
  float: left;
  margin-right: 1em;
}
.checkout #order_review {
  background: #f7f7f7;
  padding: .618em;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkout #order_review table {
  background: #fcfcfc;
  border: 1px solid #e8e4e3;
  border-bottom: 0;
  box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.015);
  -webkit-box-shadow: 0 0 0 0.327em rgba(0, 0, 0, 0.015);
}
.checkout #order_review table tr td:first-child,
.checkout #order_review table tr th:first-child {
  padding-left: 1em;
}
.checkout #order_review #payment ul {
  border-bottom: 4px double #e8e4e3;
}
.checkout #order_review #payment ul li {
  list-style: none;
  margin-bottom: 1em;
}
.checkout #order_review #payment ul li input[type="radio"] {
  margin-right: 1em;
  margin-top: .382em;
  float: left;
  box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
}
.checkout #order_review #payment ul li label {
  font-weight: bold;
  margin-bottom: .618em;
  display: block;
}
.checkout #order_review #payment ul li label img {
  float: right;
  padding: 0;
  border: 0;
}
.checkout #order_review #payment ul li .payment_box {
  background: #fff;
  padding: 1em;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkout #order_review #payment ul li .payment_box p:last-child {
  margin-bottom: 0;
}
.checkout #order_review #payment ul li .payment_box label {
  font-size: 1em;
}
.checkout #order_review .form-row.place-order {
  width: 100%;
  margin-bottom: 0;
}
.checkout #order_review .form-row.place-order:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.checkout #order_review .form-row.place-order .button {
  font-size: 1.387em;
  margin-bottom: .618em;
  float: left;
}
.checkout #order_review .form-row.place-order .form-row.terms {
  width: auto;
  float: right;
  margin-bottom: 0;
}
.checkout #order_review .form-row.place-order .form-row.terms label {
  float: left;
  margin-right: .618em;
}
.checkout .create-account {
  clear: both;
}
.checkout .create-account p:first-child {
  padding: .618em 1em .618em 2.618em;
  margin-bottom: 1.618em;
  background: #fff;
  border: 1px solid #4d65a4;
  border-left-width: .382em ;
  position: relative;
  font-weight: bold;
}
.checkout .create-account p:first-child:before {
  font-family: 'WebSymbolsRegular';
  content: "S";
  display: block;
  color: #4d65a4;
  font-weight: normal;
  position: absolute;
  top: .618em;
  font-size: 1em;
  left: .857em;
}
ul.order_details {
  border: 1px solid #e8e4e3;
  list-style: none;
  padding-left: 1.618em;
  position: relative;
}
ul.order_details:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.order_details li {
  padding: 1em 2em 1em 0;
  margin-right: 2em;
  float: left;
  border-right: 1px solid #e8e4e3;
  text-transform: uppercase;
  font-size: .857em;
  color: #9f9693;
}
ul.order_details li strong {
  display: block;
  text-transform: none;
  font-size: 1.387em;
  color: #6c6360;
}
ul.order_details li:last-child {
  border-right: 0;
}
ul.order_details:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-left: .618em;
  font-weight: normal;
  content: "/";
  position: absolute;
  top: .327em;
  right: .618em;
  font-size: 2.244em;
  color: #84ac50;
}
/* 7.5 Widgets */
.widget ul li .count {
  float: right;
}
.widget ul.product_list_widget li {
  margin-bottom: .618em;
  padding-bottom: .618em;
  border-bottom: 1px dashed #e8e4e3;
}
.widget ul.product_list_widget li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget ul.product_list_widget li a {
  display: block;
}
.widget ul.product_list_widget li img {
  float: right;
  width: 2.244em;
  height: auto;
  margin-left: 1em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget ul.product_list_widget li del {
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
}
.widget ul.product_list_widget li ins {
  font-weight: bold;
  text-decoration: none;
  margin-left: .618em;
}
.widget ul.product_list_widget li:last-child {
  border-bottom: 0;
}
.widget_woo_subscribe #connect {
  background: none;
  border: 0;
  padding: 0;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #ff4800;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #ff4800;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e8e4e3;
}
.widget_price_filter .ui-slider-horizontal {
  height: 1em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/* 7.6 Account */
#customer_login .col-1 h2:before,
#customer_login .col-2 h2:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
}
#customer_login .col-1 h2:before {
  content: "x";
}
#customer_login .col-2 h2:before {
  content: "U";
}
#customer_login .lost_password {
  display: block;
  margin-top: 1em;
}
ul.digital-downloads li {
  list-style: none;
  padding-bottom: .618em;
}
ul.digital-downloads li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.digital-downloads li .count {
  float: right;
}
ul.digital-downloads li a:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
  content: ";";
}
table.my_account_orders .button {
  font-size: .857em;
}
.checkout h3 {
	clear: both;
	display: block;
	margin: 20px 0px;
}
.checkout label {
	
}
.validate-required.woocommerce-invalid input {
    border-color: #b85f56;
    background: #f4e7e6;
}

.woocommerce-checkout .woocommerce form.checkout_coupon { width: 100%; float: left; clear: both; }

.woocommerce-checkout input.button {
    border: 1px solid #C5A25D;
    padding: 10px;
    background: #C5A25D;
    border-radius: 5px;
    color: #FFF;
}

.woocommerce-info { margin: 20px 0px; }

.woocommerce-checkout .checkout_coupon input.button { line-height: 44px; border: none; padding: 0px; height: 44px; margin: 0px; background-color: #C5A25D; }
@media only screen and (min-width: 768px) {	
	.col2-set .col-2 {
		width: 48%;
		float: right;
	}
	.col2-set .col-1 {
		width: 48%;
		float: left;
	}
	.form-row-first {
		clear: left;
	}

	.form-row {
		width: 48%;
		float: left;
		margin-bottom: 2.053em;
	}
	.form-row .input-text, .form-row select {
		width: 100%;
		border: 2px solid #C5A25D;
		border-radius: 4px;
		padding: 7px;
		color: #333;
	}	
	.form-row-wide {
		float: left;
		width: 100%;
		clear: both;
	}	
	.woocommerce-additional-fields, #order_comments_field { width: 100%; }
	
	.form-row-last {
		float: right;
	}
}
