/* ______ PARENT STYLES ______*/
@import "../../../dandelion/style.css";

/* ______ TYPOGRAPHY ______*/

body, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, arial, sans-serif;
}
p {
	font-family: Georgia, serif;
}

/* ______ HEADER ______*/

#header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#menu-container {
	margin-top: 20px;
}

#menu ul li a:hover {
	color: #ed8137;
}

/* ______ WOOCOMMERCE ______*/

/* ARCHIVE PAGES  */

/* sorting */
.woocommerce .woocommerce-ordering select {
	border: 1px solid #444 !important;
	height: 30px;
	border-radius: 0;
	color: #444;
	-webkit-appearance: none;
	padding-left: 10px;
	padding-right: 25px;
	font-size: 1.25em;
    font-weight: 300;
    background: url(../img/py-select-arrow.png) no-repeat 95%;
    background-size: 5%;
}
.woocommerce .woocommerce-ordering select:focus {
	outline: 0;
}


.woocommerce.post-type-archive-product .page-title,
.woocommerce-page.post-type-archive-product .page-title {
	font-family: Verdana, arial, sans-serif;
}

.woocommerce-result-count {
	text-transform: uppercase;
    font-weight: 300;
    color: #444;
    letter-spacing: 1px;
    padding-top: 8px;
    font-family: Verdana, arial, sans-serif;
}



.related .products {
	text-align: center;
}

/* CART + CHECKOUT PAGES */

/* cart remove */

@media (min-width: 786px) {
	.woocommerce a.remove {
		margin: 0 auto;
	}	
}


/* cart header */
.woocommerce-cart table.cart th {
	font-family: Verdana, arial, sans-serif;
}

/* cart thumbnail */
.woocommerce-cart table.cart img {
	width: 50px;
	display: block;
	margin: 0 auto;
}

/* cart product title */
.woocommerce-cart table.cart td.product-name {
	font-size: 1.2em;
}

#coupon_code {
    width: auto;
    border-radius: 0;
    height: 30px;
    margin-right: 0;
    border: 1px solid #444;
    position: relative;
    left: 1px;
    font-weight: 300;
    color: #444;

}

.coupon input[name="apply_coupon"] {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
    height: 30px;
    transition: all ease 333ms;
}

.coupon input[name="apply_coupon"]:hover {
	color: #fff;
	background: #444;
}


/* BUTTONS */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce a.button {
	background: transparent;
	border-radius: 2px;
	border: 2px solid #ed8137;
	color: #ed8137;
	transition: all ease 333ms;
	font-family: Verdana, arial, sans-serif;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce a.button:hover {
	background: #ed8137;
	color: #fff;
}


.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
	background: #ed8137;
	color: #fff;
	border-radius: 2px;
	font-family: Verdana, arial, sans-serif;
	
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
	background: #ed8137;
	color: #fff;
	opacity: .9;
}


/* ______ products ______*/
.woocommerce.post-type-archive-product ul.products,
.woocommerce-page.post-type-archive-product ul.products {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce.post-type-archive-product ul.products li.product,
.woocommerce-page.post-type-archive-product ul.products li.product {
    width: 100%;
    text-align: center;
}

@media (min-width: 640px) {
	.woocommerce.post-type-archive-product ul.products li.product,
	.woocommerce-page.post-type-archive-product ul.products li.product {
		width: 45%;
	}
}

@media (min-width: 768px) {
	.woocommerce.post-type-archive-product ul.products li.product,
	.woocommerce-page.post-type-archive-product ul.products li.product {
		width: 30%;
	}
}

.woocommerce ul.products li.product .onsale {
	margin: 0;
	font-size: 12px;
	background: rgba(237,129,55, .85);
	border-radius: 0;
	padding: 0 15px;	
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-family: Verdana, arial, sans-serif;
	font-size: 1.25em;
	color: #444;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
	color: #777;
	font-size: 1em;
	font-weight: 400;
}

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


.woocommerce ul.products li.product .button.quick-view-button,
.woocommerce ul.products li.product .button.add_to_cart_button {
	background: transparent;
	border: 1px solid #ed8137;
	color: #ed8137;
	transition: all ease 333ms;
	border-radius: 0;
	font-family: Verdana, arial, sans-serif;
	display: block;
	max-width: 150px;
	margin: 10px auto 0;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce ul.products li.product .button.quick-view-button:hover,
.woocommerce ul.products li.product .button.add_to_cart_button:hover {
	background: #ed8137;
	color: #fff;
}

.woocommerce ul.products li.product .button.quick-view-button span {
	display: none;
}

.woocommerce a.added_to_cart {
	text-transform: uppercase;
}

.woocommerce a.added_to_cart:after {
	content: '\27f6';
	color: #ed8137;
	position: relative;
    left: 10px;
    font-size: 1.5em;
    transition: all ease 333ms;
}

.woocommerce a.added_to_cart:hover:after {
	left: 15px;
}

/* ______ QUICKVIEW + SINGLE PRODUCT______*/

.woocommerce div.product .product_title {
	font-family: Verdana, arial, sans-serif;
	color: #444;
}

.woocommerce div.product .price {
	color: #777;
	font-weight: 300;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #777;
	font-family: Verdana, arial, sans-serif;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 1.5em;
	font-family: Georgia, serif;
	color: #444;
	line-height: 1.5;
	background: rgba(215, 215, 215, .15);
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.woocommerce div.product .stock {
	color: #777;
}

.woocommerce div.product form.cart .button {
	background: transparent;
	border: 1px solid #ed8137;
	color: #ed8137;
	transition: all ease 333ms;
	border-radius: 0;
	font-family: Verdana, arial, sans-serif;
	max-width: 150px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.woocommerce div.product form.cart .button:hover {
	background: #ed8137;
	color: #fff;	
}

.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

.woocommerce div.product form.cart div.quantity .qty {
	border: 1px solid #ed8137;
	border-radius: 0;
	height: 28px;
	position: relative;
	left: 1px;
	color: #ed8137;
}

.woocommerce div.product form.cart div.quantity .qty:focus {
	outline: none;
}


.woocommerce .quick-view div.product .quick-view-detail-button {
	font-family: Verdana, arial, sans-serif;
	color: #ed8137;
	border: 1px solid #ed8137;
	border-radius: 0;
	background: transparent;
	font-weight: 300;
}

.woocommerce .quick-view div.product .quick-view-detail-button:hover {
	background: #ed8137;
	color: #fff;
}

.py-message-inside,
.py-quote,
.py-message-cite {
	display: block;
}

.py-message-inside:after {
	content: ': ';
}

.py-message-inside {
	font-family: Verdana, arial, sans-serif;
	font-size: .9em;
}

.py-quote {
	quotes: "\201C""\201D""\2018""\2019";
	color: #777;
	font-style: italic;
	margin-top: 15px;
    margin-bottom: 10px
}

.py-quote:before {
	content: open-quote;
	font-size: 1.25em;
	padding-right: .1em;
}

.py-quote:after {
	content: close-quote;
	font-size: 1.25em;
	padding-left: .1em;
}

.py-cite {
	color: #777;
}

.py-cite:before {
	content: '~ ';
}


/* ______ SINGLE PRODUCT PAGE ______*/


/* CART */

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.select2-container {
	font-family: Verdana, arial, sans-serif;
    font-size: 1.1em;
}

.checkout input[type="text"], .checkout input[type="password"], .checkout input[type="email"], .checkout input[type="date"], .checkout input[type="tel"] {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
}
/* ______ meta ______*/

.product_meta {
	display: none;
}


/* ______ related products ______*/

.related.products {
    float: left;
}


/* ______ FOOTER ______*/

#copyrights {
	text-align: center;
}


