/* push padding bottom on body tag for the dock */
body.dock-on {
	padding-bottom: 120px;
}

/************************************************************************************
PRODUCT
*************************************************************************************/
.product {
	position: relative;
	margin-right: 25px;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
div.product {
	margin-bottom: 20px;
}
.product mark {
	background: none;
	color: inherit;
}

/* product image */
.attachment-shop_catalog {
	padding: 3px;
	background: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* add item */
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button:not(.add_to_cart_button),
.woocommerce .wc-products .product .add_to_cart_button,
.woocommerce ul.products li.product .add_to_cart_button {
	text-indent: -900em;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 35px;
	height: 35px;
	display: block;
	z-index: 950;
	box-shadow: none;
	text-shadow: none;
	font-size: 1.387em;
	margin: 0 !important;
	padding: 0;
	background-color: #66AD5F;
	color: #fff;
	border-radius: 100%;
}

/* view cart - added */
ul.products li.product .added_to_cart,
.woocommerce .wc-products .product .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
    display: none;
}

ul.products li.product .add_to_cart_button:hover,
ul.products li.product .button:not(.add_to_cart_button):hover,
.woocommerce .wc-products .product .add_to_cart_button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover{
	opacity: 1;
	background-color: #000;
}
ul.products li.product .add_to_cart_button:before,
ul.products li.product .add_to_cart_button:after,
ul.products li.product .button:not(.add_to_cart_button):before,
ul.products li.product .button:not(.add_to_cart_button):after,
.woocommerce .wc-products .product .add_to_cart_button:before,
.woocommerce .wc-products .product .add_to_cart_button:after,
.woocommerce ul.products li.product .add_to_cart_button:before,
.woocommerce ul.products li.product .add_to_cart_button:after {
	content: '';
	display: inline-block;
	border-top: 1px solid #fff;
	width: 16px;
	position: absolute;
	top: 17px;
	left: 9px;
	margin: 0;
	padding: 0;
	background: none;
	vertical-align: middle;
	height: auto;
	z-index: auto;
	transform: none;
	pointer-events: auto;
}
ul.products li.product .add_to_cart_button:after,
ul.products li.product .button:not(.add_to_cart_button):after,
.woocommerce .wc-products .product .add_to_cart_button:after,
.woocommerce ul.products li.product .add_to_cart_button:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
	margin: 0;
}

ul.products li.product .button:not(.add_to_cart_button):before {
	content: "\f177";
}

ul.products li.product.top-left .add_to_cart_button,
ul.products li.product.top-left .button:not(.add_to_cart_button) {
	right: auto;
	left: -.618em;
}

/* product quantity tooltip */
.product .quantity-tip {
	padding: 3px 6px;
	font-size:11px;
	line-height: 120%;
	position:absolute;
	left:-3px;
	top:-3px;
	background:#585B62;
	color:#fff;
	border-radius: 4px;
}

/* product single ajax (product single in lightbox mode) */
.product-single-ajax {
	width: 100% !important;
	margin:0px;
	padding:15px;
}
.product-single-ajax .product-imagewrap {
	width: 200px !important;
	margin-right:20px;
	float: left;
}

.variant-lightbox{
	display:none;
}
/************************************************************************************
SHOP DOCK
*************************************************************************************/
#addon-shopdock {
	max-height: 150px;
	border-top: solid 1px #e6e6e6;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999999;
	width: 100%;
	background-color: #f3f3f3;
}
.shopdock-inner {
	width: 96%;
	margin: 0 auto;
}
/* cart slider */
#cart-slider {
	margin-top: -10px;
	width: 70%;
	float: left;
}
.cart-slides {
	margin: 0;
	padding: 0;
	display: none;
}
.cart-slides li {
	margin: 3px 6px 0 6px;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
.cart-slides .product {
	margin: 0;
}

/* cart product image */
.cart-slides .product-imagewrap {
	margin: 0 !important;
	float: none !important;
	max-width: 75px;
}
.cart-slides .product-image {
	padding: 3px;
}

.cart-slides .product-imagewrap img {
	padding: 3px;
	background: #fff;
	border: solid 1px #d4d4d4;
	border-radius: 4px;
}

/* remove item */
.product .shopdock-remove-product {
	text-indent: -900em;
	position: absolute;
	top: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	display: block;
	background: #C37F7F;
	border-radius: 100%;
}
.product .shopdock-remove-product:before,
.product .shopdock-remove-product:after {
	content: '';
	display: inline-block;
	border-top: 2px solid #fff;
	width: 11px;
	position: absolute;
	top: 9px;
	left: 5px;
}
.product .shopdock-remove-product:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.product .shopdock-remove-product:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product .shopdock-remove-product:hover {
	background-color: #000;
}

/* checkout wrap */
.checkout-wrap {
	float: right;
	width: 200px;
	max-width: 30%;
	text-align: right;
	margin-top: 8px;
}

/* checkout button */
.checkout-button {
	margin: 0 0 .5em;
	padding: 0;
}
.checkout-button button.button {
	background-color: #66AD5F;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: none;
	padding: .7em 1em;
	letter-spacing: .065em;
	border-radius: 4px;
}
.checkout-button button.button:hover {
	background-color: #000;
	color: #fff;
}

/* cart total */
.cart-total {
	margin: 0 0 2px;
	padding: 0;
	font-size: 90%;
}
.cart-total span {
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.cart-total .total-item {
	font-weight: bold;
}
.cart-total .total-price {
	font-size: 90%;
}
.cart-total .amount {
	font-size: 80%;
}

/* cart loader */
#cart-loader {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

/* hide */
.hide {
	display: none !important;
}
.clear {
	clear: both;
}

/* cart slider plugin style
================================================ */
#addon-shopdock .jcarousel-clip {
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}

/* jcarousel nav */
#addon-shopdock .jcarousel-prev,
#addon-shopdock .jcarousel-next {
	display: block;
	width: 14px;
	height: 22px;
	position: absolute;
	top: 40%;
	text-indent: -900em;
	cursor: pointer;
}
#addon-shopdock .jcarousel-prev {
	left: 0;
}
#addon-shopdock .jcarousel-next {
	right: 0;
}
#addon-shopdock .jcarousel-prev-disabled,
#addon-shopdock .jcarousel-next-disabled {
	display: none !important;
}
#addon-shopdock .jcarousel-prev:before,
#addon-shopdock .jcarousel-next:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: solid transparent;
    border-width: 2px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#addon-shopdock .jcarousel-prev:before {
    border-bottom-color: #828282;
    border-left-color: #828282;
}
#addon-shopdock .jcarousel-next:before {
	border-top-color: #828282;
	border-right-color: #828282;
}
#addon-shopdock .jcarousel-prev:hover:before {
    border-bottom-color: #000;
    border-left-color: #000;
}
#addon-shopdock .jcarousel-next:hover:before {
    border-top-color: #000;
    border-right-color: #000;
}

/************************************************************************************
RESPONSIVE CSS
*************************************************************************************/
@media screen and (max-width: 600px) {

	/* shopdock */
	#cart-slider {
		display: none;
	}

	/* checkout wrap */
	.checkout-wrap {
		width: 100%;
		max-width: 100%;
		float: none;
		padding-bottom: 6px;
	}

	/* check button */
	.checkout-button {
		float: right;
	}
	.checkout-button button.button {
		font-size: .9em;
	}

	/* cart total */
	.cart-total {
		font-size: 110%;
		margin-top: 4px;
		float: left;
		text-align: left;
	}
	.variant-lightbox{
		display:block;
	}
	.variable-link{
		display: none !important;
	}

}

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

	/* product image wrap */
	#product_single_wrapper .product-imagewrap {
		margin-right: 0;
	}

}
