/*
Theme Name: Drift Limits Woocommerce CSS
Theme URI: driftlimits.co.uk
Author: MSGD Studio Ltd
Author URI: https://msgdstudio.com
Description: Drift Limits Custom Woocommerce theme. 
Version: 1.0
License: Copyright Drift Limits
*/

/* ----------------------------------------------- General */

.woocommerce {
	width:100%;
	overflow:hidden;
	}

.woomessages {
	max-width: 700px;
	margin: 30px auto 0px auto;
}

.woocommerce .woocommerce-info:before {
	color: #00594f!important;
}

.woocommerce .saturdaysup {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.woocommerce span.onsale {
	left: 10px !important;
	top: 10px !important;
	background-color: #00594f !important;
}

abbr.required {
	text-decoration: none;
}

/* ----------------------------------------------- Products */

.woocommerce .wooproduct {
	max-width:1170px;
	margin:0px auto 0px auto;
	overflow:hidden;
	}

@media screen and (max-width : 1170px){
	.woocommerce .wooproduct {
	padding:0px 20px;
	}
}
	
@media screen and (max-width : 768px){
	.woocommerce .wooproduct {
	text-align:center;
	}
}	

.woocommerce .wooproduct .pagetitle {
	margin-bottom: 0px !important;
}

.woocommerce .wooproduct .productprice {
	text-align: center;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin:10px auto 18px auto;
}

.woocommerce .wooproduct .product-type-simple form.cart,
.woocommerce .wooproduct .product-type-variable form.cart {
	margin-left: 50px !important
}

@media screen and (max-width : 768px){
	.woocommerce .wooproduct .product-type-simple form.cart,
	.woocommerce .wooproduct .product-type-variable form.cart {
	margin-left: 0 !important
	}
	.woocommerce .wooproduct .product-type-simple form.cart .quantity,
	.woocommerce .wooproduct .product-type-variable form.cart .quantity {
	float:none !important;
	text-align: center !important;
	margin-bottom: 10px !important
	}
}

.woocommerce .wooproduct .woocommerce-variation-price {
	margin-bottom: 10px !important;
}

@media screen and (max-width : 768px){
	.woocommerce .wooproduct .product-type-variable table.variations {
		margin-bottom: 0 !important;
	}
	
	.woocommerce .wooproduct .product-type-variable table.variations tbody {
		display: table !important;
		text-align: center !important;
		margin: 0 auto !important;
	}
	
	.woocommerce .wooproduct .product-type-variable table.variations tbody td {
		display: block !important;
	}	
	
	.woocommerce .wooproduct .product-type-variable table.variations tbody td {
		padding-left: 1em !important;
	}	
}

.woocommerce .productshortdesc {
	width:48%;
	float: right;
	overflow: hidden;
	margin-bottom: 30px;
}

.woocommerce div.product.product-type-booking .productshortdesc {
	width:34% !important;
}

.woocommerce .productshortdesc h2 {
	margin-bottom: 10px;
}

@media screen and (max-width : 768px){
	.woocommerce .productshortdesc,
	.woocommerce div.product.product-type-booking .productshortdesc {
	width:100% !important;
	float: none;
	margin-bottom: 30px;
	}
}
	
.woocommerce div.product p.price, 
.woocommerce div.product span.price	{
	color:#00594f!important;
	}

.woocommerce div.product div.summary {
	margin-bottom:0!important;
	float: left !important;
	margin-right: 4% !important;
	}

.woocommerce div.product.product-type-booking div.summary {
	width:62% !important;
	}

@media screen and (max-width : 768px){
	.woocommerce div.product.product-type-booking div.summary {
	width:100% !important;
	}
	
	.ui-datepicker-group {
		width: 100% !important;
	}
	
	.ui-datepicker-group.ui-datepicker-group-first {
		margin-bottom: 20px;
	}
}
	
.woocommerce .sku_wrapper {
	display:none;
	}

.woocommerce .wooproduct .productdescontainer {
	max-width:1170px;
	margin:0 auto 30px auto;
	padding-bottom: 30px;
	overflow:hidden;
	border-bottom:1px solid #eee;
	}

@media screen and (max-width : 1170px){
	.woocommerce .wooproduct .productdescontainer {
	margin-bottom:30px;
	padding-bottom: 0;
	}
}

.woocommerce .productdescontainer .pagetitle {
	margin-bottom:10px;
	}	
	
.woocommerce .productdescription {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	overflow:hidden;
	}	

@media screen and (max-width : 1170px){
	.woocommerce .productdescription {
	margin-bottom:30px;
	}
}

@media screen and (max-width : 768px){
	.woocommerce .productdescription {
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	}	
}	
	
.woocommerce .productdescription p {
	margin:0px 0px 10px 0px;
	}	

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color:#00594f!important;
	}

.woocommerce .woocommerce-message {
    border-top-color:#00594f!important;
	}

.woocommerce .woocommerce-message:before {
    color:#00594f!important;
	}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    border-top:3px solid #00594f!important;
	}

.woocommerce .woocommerce-error a, 
.woocommerce .woocommerce-info a, 
.woocommerce .woocommerce-message a {
    color:#00594f!important;
	}

.woocommerce .wc-bookings-booking-form .wc-bookings-booking-cost {
	margin-bottom: 10px!important;
}

.woocommerce ul.products li.product .price {
    color: #000!important;
}

.woocommerce .singlebookingrestriction {
	background-color: #f4f4f4;
	padding: 20px;
	text-align: center;
}

.woocommerce .singlebookingrestriction i {
    color: #00594f;
    font-size: 24px;
	margin-bottom: 10px;
}

.woocommerce .wooproduct .related {
	display: inline-block;
	width: 100%;
}

.woocommerce .wooproduct .related.products h2 {
	color: #00594f;
	font-size: 28px !important;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.woocommerce .product-type-booking .woocommerce-product-gallery {
	display: none;
}

/* ----------------------------------------------- Booking Forms */

.woocommerce .wc-bookings-booking-form {
	border:0;
	padding:0;
	}

.wc-bookings-booking-form .wc-bookings-booking-cost {
    border-top:0!important;
    margin:0!important;
	}
	
.woocommerce .wc-bookings-booking-form .block-picker li {
    float: left;
    margin:1%;
    padding:0;
    width: 48%;
	}	
	
.woocommerce .wc-bookings-booking-form .block-picker li a {
    padding:10px!important;
    color:#000!important;
	}	

.woocommerce .wc-bookings-booking-form .block-picker li:nth-child(odd) a {
    background:#f5f5f5!important;
	}

.woocommerce .wc-bookings-booking-form .block-picker li a:hover {
    background:#00594f!important;
	color:#fff!important;
	}

.woocommerce .wc-bookings-booking-form .block-picker li a.selected {
    background:#00594f!important;
	}

.wc-bookings-date-picker .ui-datepicker-header {
	border-top: none !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
	background: #00594f !important;
	right:-1px !important;
	border: 1px solid #00594f !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next:hover {
	background: #252726 !important;
	border: 1px solid #252726 !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
	background: #00594f !important;
	left:-1px !important;
	border: 1px solid #00594f !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev:hover {
	background: #252726 !important;
	border: 1px solid #252726 !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
	opacity: 0 !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
	opacity: 0 !important;
}

/* ----------------------------------------------- Cart */	

.woocommerce .woocart {
	max-width:1170px;
	margin:0px auto 0px auto;
	padding-bottom: 60px;
	overflow:hidden;
	}
	
@media screen and (max-width : 1170px){
	.woocommerce .woocart {
	padding:0px 20px;
	margin-bottom:30px;
	}
}	

.woocommerce .woocart h2 {
	color:#00594f;
    font-size:26px;
	text-transform:uppercase;
	margin-bottom:20px;
	text-align:center;
	}

.woocommerce .woocart table.shop_table td.product-name a {
	color:#00594f;
    font-size:22px;
	}

@media screen and (max-width : 768px){
	.woocommerce .woocart table.shop_table td.product-name a {
	float:left;
	margin-bottom: 8px;
	}
}

.woocommerce .woocart td.product-name dl.variation dd {
	padding:0;
	}

.woocommerce .woocart td.product-name dl.variation dd, 
.woocommerce .woocart td.product-name dl.variation dt {
	margin:0;
	}

.woocommerce .woocart a.remove {
	color:#00594f!important;
	font-size:32px;
	}
	
.woocommerce .woocart a.remove:hover {
	background:none!important;
	color:#000!important;
	}	

@media screen and (max-width : 768px){
	.woocommerce .woocart a.remove {
	margin:0 auto 8px auto;
	}
	.woocommerce .woocart tr.cart_item td.product-remove {
	background: #f3f3f5!important;
	}
}

.woocommerce .woocart .coupon {
	display:none!important;
	}

.woocommerce .woocart table.shop_table {
    border-radius:0!important;
	}

.woocommerce .woocart table.shop_table td.actions {
	padding:20px;
	}	

.woocommerce .woocart table.shop_table thead,
.woocommerce .woocart tr.cart-subtotal th,
.woocommerce .woocart tr.order-total th {
	background:#f3f3f5!important;
	}	

.woocommerce .woocart .cart-empty {
	text-align:center;
	}

.woocommerce .woocart .cart_totals {
    float:none!important;
    width:100%!important;
	}

.woocommerce .woocart .cart_totals table.shop_table {
	width:60%;
	margin:0px auto 30px auto;
	}

@media screen and (max-width : 768px){
	.woocommerce .woocart .cart_totals table.shop_table {
	width:90%;
	}
	
	.woocommerce .woocart input.button {
	width:100%!important;
	}
}

.woocommerce .woocart .wc-proceed-to-checkout {
	text-align:center;
	}

.woocommerce .cross-sells {
	width:100%!important;
	float:none!important;
	margin:30px 0px!important;
	overflow:hidden;
	}

@media screen and (max-width : 768px){
	.woocommerce .cross-sells {
	margin:30px 0px 0px 0px!important;
	}
}

.woocommerce .cross-sells ul.products li.product {
    margin:0 1% 0 0!important;
    width:19.2%!important;
	}

@media screen and (max-width : 768px){
	.woocommerce .cross-sells ul.products li.product {
    margin:0 2% 2% 0!important;
    width:49%!important;
	}
	
	.woocommerce .cross-sells ul.products li:nth-of-type(2n) {
    margin-right:0!important;
	}
}	

.woocommerce .cross-sells ul.products li.product:nth-child(5) {
    margin:0!important;
	}

.woocommerce .cross-sells ul.products li.product h3 {
	color:#cf112b;
	font-size:22px;
	padding:0;
	}
	
.woocommerce .cross-sells ul.products li.product a.add_to_cart_button {
	display:none!important;
	}
	
.woocommerce .cross-sells ul.products li.product a img {
    margin-bottom:10px;
	}	

/* ----------------------------------------------- Checkout */	

.woocommerce .woocheckout {
	max-width:1170px;
	margin:0px auto 0px auto;
	padding-bottom: 60px;
	overflow:hidden;
	}

@media screen and (max-width : 1170px){
	.woocommerce .woocheckout {
	padding:0px 20px;
	margin-bottom:30px;
	}
}	

.woocommerce .woocheckout .col-1,
.woocommerce .woocheckout .col-2 {
	width:60%!important;
	float:none!important;
	margin:0px auto 30px auto!important;
	}

@media screen and (max-width : 800px){
	.woocommerce .woocheckout .col-1,
	.woocommerce .woocheckout .col-2 {
	width:100%!important;
	}
}

.woocommerce .woocheckout input[type="text"],
.woocommerce .woocheckout input[type="email"],
.woocommerce .woocheckout input[type="tel"],
.woocommerce .woocheckout textarea {
	border:1px solid #e6e6e6;
	padding:6px;
	}
	
.woocommerce .woocheckout h3 {
	color:#00594f;
    font-size:26px;
	text-transform:uppercase;
	margin-bottom:20px;
	text-align:center;
	}	

.woocommerce .woocheckout h3#order_review_heading {
	margin-top:20px;
	}

.woocommerce .woocheckout table.shop_table thead,
.woocommerce .woocheckout tr.cart-subtotal th,
.woocommerce .woocheckout tr.order-total th {
	background:#f3f3f5!important;
	}	

.woocommerce .woocheckout table.shop_table {
    border-radius:0!important;
	}

.woocommerce .woocheckout td.product-name dl.variation dd {
	padding:0;
	}

.woocommerce .woocheckout td.product-name dl.variation dd, 
.woocommerce .woocheckout td.product-name dl.variation dt {
	margin:0;
	}
	
#add_payment_method #payment, 
.woocommerce-checkout #payment {
    background:#f3f3f5!important;
    border-radius:0!important;
	}	

.woocommerce .woocheckout .woocommerce-shipping-fields textarea {
	max-width:100%!important;
}

.woocommerce .woocheckout a.woocommerce-remove-coupon,
.woocommerce .woocart a.woocommerce-remove-coupon {
	color:#00594f;
	}

.woocommerce .woocheckout .vouchercodes p {
	text-align: center;
}

.woocommerce .woocheckout .vouchercodes {
	width:60%;
	margin:0 auto;
	}

.woocommerce .woocheckout .vouchercodes .woocommerce-message {
	width:60%;
	margin:30px auto;
	font-weight: 700 !important;
}

.woocommerce .woocheckout .vouchercodes .woomessages .woocommerce-info {
	font-weight: 700 !important;
}

.woocommerce .woocheckout .vouchercodes .woomessages .woocommerce-info a {
	font-weight: 300 !important;
}


.woocommerce .woocheckout .vouchercodes select {

	border:1px solid #ccc;
	padding:6px;
	outline:none;
	max-width: 100%;
}

.woocommerce .woocheckout .vouchercodes select:hover {
	cursor: pointer;
}

@media screen and (max-width : 800px){
	.woocommerce .woocheckout .vouchercodes {
	width:100%;
	}
}

.woocommerce .woocheckout input.dlgvdirect {
	width:60px !important;
	outline: none !important;
}

.woocommerce .woocheckout a.about_paypal {
	display:none!important;
	}

.woocommerce .woocheckout #order_review tr.cart-discount th {
	text-transform: capitalize;
}

.woocommerce .woocheckout .woocommerce-shipping-fields {
	text-align: center;
}

.woocommerce .woocheckout .woocommerce-shipping-fields h3 {
	margin-bottom: 0px;
}

.woocommerce .woocheckout .woocommerce-shipping-fields input,
.woocommerce .woocheckout .woocommerce-shipping-fields textarea {
	max-width: 300px;
	margin: 0 auto;
}

.woocommerce .woocheckout #vendorvoucherinfo {
	max-width: 660px;
	margin:0 auto 30px auto;
	text-align: center;
	border: 1px solid #e6e6e6;
    padding: 20px;
}

.woocommerce .woocheckout #vendorvoucherinfo input {
	width:240px;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce .woocheckout #vendorvoucherinfo input:focus {
	outline: none;
}

.woocommerce .woocheckout #vendorvoucherinfo label {
	display: none;
}

.woocommerce .woocheckout .voucherordernotice {
	text-align: right;
	color: #00594f;
	font-weight: 700;
	display: none;
}

@media screen and (max-width : 780px){
	.woocommerce .woocheckout .voucherordernotice {
	text-align: center;
	color: #00594f;
	}
	
	.woocommerce .woocheckout .voucherordernotice a {
		text-decoration: none;
	}
	
	.woocommerce .woocheckout .voucherordernotice i.firstarrow {
		float:none;
		display: block;
		width: 100%;
		margin: 15px auto;
	}
	
	.woocommerce .woocheckout .voucherordernotice i.secondarrow {
		display: none;
	}
}

.vouchercodefrontend {
	text-transform: uppercase;
}

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

/* ----------------------------------------------- Order */		

.woocommerce .wooorder {
	max-width:1170px;
	margin:30px auto 0px auto;
	overflow:hidden;
	}

@media screen and (max-width : 1170px){
	.woocommerce .wooorder {
	padding:0px 20px;
	margin-bottom:30px;
	}
}
	
.wooorder p.woocommerce-thankyou-order-received,
.wooorder p.woocommerce-thankyou-order-failed {
	margin:0px auto 30px auto;
	text-align:center;
	color:#00594f;
	}
	
.woocommerce .wooorder .order_details {
	margin:0px auto 20px auto;
	padding:0;
	}

.woocommerce .wooorder table.shop_table thead,
.woocommerce .wooorder tr.cart-subtotal th,
.woocommerce .wooorder tr.order-total th {
	background:#f3f3f5!important;
	}

.woocommerce .wooorder h2 {
	color:#00594f;
    font-size:26px;
	text-transform:uppercase;
	margin:20px 0px;
	}	

.woocommerce .wooorder td.product-name dl.variation dd, 
.woocommerce .wooorder td.product-name dl.variation dt {
    margin-bottom:0;
	}
	
.woocommerce .wooorder td.product-name a {
	color: #00594f !important;
}
	