
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	display: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
	font-size: 15px;
}
.tagcloud a {
	color: #989898;
    border: 1px solid #efefef;
    border-radius: 50px;
    padding: 0 10px 0 25px;
    line-height: 25px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tagcloud a:hover {
    border: 1px solid #555e69;
    color: #555e69;
}
.tagcloud a:before {
	position: absolute;
	content: "\f1db";
	font-family: FontAwesome;
	left: 10px;
	font-size: 7px;
}
.tagcloud a:hover:before {
    content: "\f111";
    color: #555e69;
}
.hidden-arrows {
	display: none;
}
.woocommerce .slz-woocommerce div.product div.images div.thumbnails{
	padding-top: 0;
}
.slz-woocommerce .reset_variations {
	margin: 0 0 0 5px;
}
.slz-woocommerce input,
.slz-woocommerce textarea,
.slz-woocommerce select,
.woocommerce input,
.woocommerce textarea,
.woocommerce select {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #fafafa;
    border-radius: 0px;
    height: 40px;
    border: none;
    box-shadow: none;
    border: 1px solid #fafafa;
}
.slz-woocommerce input:focus,
.slz-woocommerce textarea:focus,
.woocommerce input:focus,
.woocommerce textarea:focus {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button,
.slz-woocommerce input[type=number]::-webkit-inner-spin-button,
.slz-woocommerce input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce table.shop_table .quantity .button-quantity,
.slz-woocommerce .button-quantity {
	position: absolute;
	right: 10px;
	width: 12px;
	height: 12px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	color: #6f8190;
}
.woocommerce table.shop_table .quantity .button-quantity.inc,
.slz-woocommerce .button-quantity.inc {
	top: 7px;
}
.woocommerce table.shop_table .quantity .button-quantity.dec,
.slz-woocommerce .button-quantity.dec {
	bottom: 9px;
}
.slz-woocommerce button, .slz-woocommerce input[type=submit] {
	transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
}
.woocommerce .cart-collaterals .cross-sells ul.products li:hover img,
.slz-woocommerce li.type-product:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.woocommerce .products ul, 
.woocommerce ul.products {
    list-style-type: none;
    display: block;
    padding: 0;
    font-size: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.slz-woocommerce li.type-product .img-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
	height: 100%;
	background-color: #fff;
}
.woocommerce ul.products li.product a {
	display: block;
}
.woocommerce ul.products li.product a img {
	width: 100%;
	margin-bottom: 0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	margin: 0;
	padding: 0 15px;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.woocommerce .woocommerce-error,
.slz-woocommerce .woocommerce-message,
.woocommerce .woocommerce-message,
.slz-woocommerce .woocommerce-error,
.slz-woocommerce .woocommerce-info,
.woocommerce .woocommerce-info {
	border-top: none;
	border-left: 3px solid #ffdd00;
	padding-top: 12.5px !important;
	padding-bottom: 12.5px !important;
	padding-right: 28px;
	list-style-type: none;
	margin-bottom: 20px;
	background-color: rgba(134,188,66,.1);
	line-height: 25px;
}
.slz-woocommerce .woocommerce-message a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.slz-woocommerce .woocommerce-error a,
.slz-woocommerce .woocommerce-info a,
.woocommerce .woocommerce-info a,
.slz-woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.slz-woocommerce .woocommerce-error .button,
.slz-woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .button {
	color: #ffdd00;
	padding: 0 10px;
	background-color: transparent;
	text-transform: capitalize;
	display: initial;
	line-height: 25px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	top: 12.5px;
}
.woocommerce .woocommerce-error a:after,
.woocommerce .woocommerce-message a:after,
.woocommerce .woocommerce-info a:after,
.slz-woocommerce .woocommerce-error a:after,
.slz-woocommerce .woocommerce-message a:after,
.slz-woocommerce .woocommerce-info a:after {
	display: none;
}
.woocommerce .woocommerce-info .wc-forward,
.slz-woocommerce .woocommerce-info .wc-forward,
.woocommerce .woocommerce-message .wc-forward,
.slz-woocommerce .woocommerce-message .wc-forward {
	float: right;
}
.woocommerce .woocommerce-info .wc-forward:before,
.slz-woocommerce .woocommerce-info .wc-forward:before,
.woocommerce .woocommerce-message .wc-forward:before,
.slz-woocommerce .woocommerce-message .wc-forward:before {
	background-color: transparent;
	content: "\f07a";
	font-family: "fontawesome";
	font-size: 14px;
	color: #1e85be;
	margin-right: 6px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
}
.woocommerce .woocommerce-message a:hover,
.slz-woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.slz-woocommerce .woocommerce-error a:hover,
.slz-woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message .button:hover,
.slz-woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.slz-woocommerce .woocommerce-error .button:hover,
.slz-woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .wc-forward:hover:before,
.slz-woocommerce .woocommerce-info .wc-forward:hover:before,
.woocommerce .woocommerce-message .wc-forward:hover:before,
.slz-woocommerce .woocommerce-message .wc-forward:hover:before {
	background-color: transparent;
	color: #49575f;
}
.woocommerce .woocommerce-error,
.slz-woocommerce .woocommerce-error {
	border-left: 3px solid #df6467;
	background-color:  rgba(223,100,103,.1);
}
.woocommerce .woocommerce-error a,
.slz-woocommerce .woocommerce-error a,
.woocommerce .woocommerce-error .button,
.slz-woocommerce .woocommerce-error .button {
	color: #df6467;
}
.slz-woocommerce .woocommerce-message,
.woocommerce .woocommerce-message {
	border-left: 3px solid #1e85be;
	background-color:  rgba(30,133,190,.1);
	border-top: 0;
}
.woocommerce .woocommerce-info:before {
	color: #ffdd00;
}
.slz-woocommerce .woocommerce-message a,
.woocommerce .woocommerce-message a,
.slz-woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message:before {
	color: #1e85be;
}
/**********************************************************/
/*			       		COMMENT LIST					  */
/**********************************************************/
.slz-woocommerce .commentlist,
.woocommerce .commentlist {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.slz-woocommerce .commentlist .comment_container,
.woocommerce .commentlist .comment_container {
	position: relative;
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.slz-woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border: 0;
    margin: 0;
}
.slz-woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	width: 70px;
	height: 70px;
}

.slz-woocommerce .commentlist .comment_container .comment-text .star-rating,
.woocommerce .commentlist .comment_container .comment-text .star-rating {
	float: right;
    overflow: hidden;
    position: relative;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    width: 90px;
    letter-spacing: 2px;
    font-family: 'FontAwesome';
}
.slz-woocommerce p.stars a:before,
.woocommerce p.stars a:before {
	text-indent: inherit;
}
.slz-woocommerce #review_form #respond p,
.woocommerce #review_form #respond p {
	margin-bottom: 20px;
}
.slz-woocommerce .commentlist .comment_container img,
.woocommerce .commentlist .comment_container img {
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    max-width: none;
    padding: 0;
    display: table-cell;
}
.slz-woocommerce .type-product .woocommerce-tabs .comment,
.woocommerce .type-product .woocommerce-tabs .comment {
	width: 100%;
	padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
.slz-woocommerce .type-product .woocommerce-tabs .comment:last-child,
.woocommerce .type-product .woocommerce-tabs .comment:last-child {
	margin-bottom: 0;
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .meta,
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-rating,
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-comment,
.woocommerce .type-product .woocommerce-tabs .panel .meta,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-rating,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-comment {
	margin-bottom: 15px;
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-author,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-author {
	margin-bottom: 10px;
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-email,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-email {
	margin-bottom: 25px;
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-author label,
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-email label,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-author label,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-email label {
	font-weight: normal;
	width: 50px;
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-author input,
.slz-woocommerce .type-product .woocommerce-tabs .panel .comment-form-email input,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-author input,
.woocommerce .type-product .woocommerce-tabs .panel .comment-form-email input {
	display: block;
}
.slz-woocommerce .type-product .woocommerce-tabs .comment:after,
.woocommerce .type-product .woocommerce-tabs .comment:after {
	display: none;
}
.slz-woocommerce .comment-respond,
.woocommerce .comment-respond {
	padding-top: 30px;
}
.slz-woocommerce .comment-respond .comment-reply-title,
.woocommerce .comment-respond .comment-reply-title {
	font-size: 22px;
	margin-bottom: 10px;
}
.slz-woocommerce .comment-respond .comment-form-rating label,
.slz-woocommerce .comment-respond .comment-form-comment label,
.woocommerce .comment-respond .comment-form-rating label,
.woocommerce .comment-respond .comment-form-comment label {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}
.slz-woocommerce .comment-respond .comment-form-rating label span,
.slz-woocommerce .comment-respond .comment-form-comment label span,
.woocommerce .comment-respond .comment-form-rating label span,
.woocommerce .comment-respond .comment-form-comment label span {
	color: #a00;
}
.slz-woocommerce .comment-respond .comment-form-comment textarea,
.woocommerce .comment-respond .comment-form-comment textarea {
	max-width: none;
	width: 100%;
	height: auto;
	display: block;
	resize: none;
    border-color: #f6f6f6;
}
 
.slz-woocommerce form .form-row.woocommerce-invalid textarea,
.woocommerce form .form-row.woocommerce-invalid textarea {
	border-color: #a00;
}
.slz-woocommerce .panel .comment-form-rating .stars,
.woocommerce .panel .comment-form-rating .stars {
	text-indent: 0;
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .stars,
.woocommerce .type-product .woocommerce-tabs .panel .stars {
	margin-bottom: 10px;
}
p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5 {
	position: relative;
	display: inline-block;
	text-indent: -999px;
	width: 20px;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
	position: absolute;
	content: "\f006";
	text-indent: 0;
	font-family: FontAwesome;
	color: #ffdd00;
	left: 0;
}
p.stars a.shine:after {
	content: "\f005";
}
p.stars a.shine-hover:after {
	content: "\f005";
}
.slz-woocommerce .type-product .woocommerce-tabs .panel .shop_attributes,
.slz-woocommerce .type-product .woocommerce-tabs .panel .form-submit {
	margin-bottom: 0;
}
.slz-woocommerce .comment-respond .form-submit .submit {
    line-height: 40px;
    background-color: #ffdd00;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
}
.slz-woocommerce .comment-respond .form-submit .submit:hover {
	background-color: #3c3c3c;
}
/**********************************************************/
/*			       	   	 SHOP DETAIL					  */
/**********************************************************/
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li,
.slz-woocommerce .type-product {
	position: relative;
}
.woocommerce ul.products li.product {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.woocommerce ul.products li.product:before {
	background-color: #fafafa;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: -1;
    transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -webkit-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -moz-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -o-transition: background-color 0.3s linear, box-shadow 0.3s linear;
    -ms-transition: background-color 0.3s linear, box-shadow 0.3s linear;
}
.woocommerce ul.products li.product:hover:before {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product .button {
	width: 170px;
	margin: 30px auto 30px auto;

}
.woocommerce ul.products li.product .onsale {
	top: 15px;
	right: inherit;
	left: 30px;
	background-color: #ffdd00;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale span {
	margin-right: 5px;
}
.slz-woocommerce .type-product .onsale,
.woocommerce .type-product .onsale,
.slz-woocommerce ul.products li.type-product .onsale,
.woocommerce ul.products li.type-product .onsale,
.woocommerce span.onsale {
	position: absolute;
	top: 15px;
	left: 30px;
	right: auto;
	margin: 0;
	padding: 0;
	background-color: #ffdd00;
	text-align: center;
	line-height: 34px;
	height: 34px;
	min-height: 34px;
	width: 75px;
	min-width: 63px;
	text-transform: uppercase;
	font-size: 12px;
	color: #3c3c3c;
	z-index: 1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	overflow: hidden;
	-webkit-font-smoothing: inherit;
}
.slz-woocommerce .product-type-simple  .onsale{
	z-index: 99999;
}
.slz-woocommerce .type-product .onsale .buyme,
.woocommerce .type-product .onsale .buyme,
.slz-woocommerce ul.products li.type-product .onsale .buyme,
.woocommerce ul.products li.type-product .onsale .buyme,
.woocommerce span.onsale .buyme{
	display: block!important;
	font-weight: 500;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.woocommerce ul.products li.product .onsale span.sale-percent,
.slz-woocommerce .product.sale .onsale .buyme, 
.slz-woocommerce .product.sale .onsale .sale-percent{
	display: block!important;
	font-weight: 500;
    margin-bottom: 0;
    margin-right: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.woocommerce ul.products li.product .onsale:hover span.sale-percent,
.slz-woocommerce .product.sale .onsale:hover .sale-percent,
.slz-woocommerce .type-product .onsale:hover .buyme,
.woocommerce .type-product .onsale:hover .buyme,
.slz-woocommerce ul.products li.type-product .onsale:hover .buyme,
.woocommerce ul.products li.type-product .onsale:hover .buyme,
.woocommerce span.onsale:hover .buyme{
	transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
    -moz-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    -o-transform: translateY(-34px);
}
.slz-woocommerce .type-product .images {
	width: 50%;
	float: left;
	padding-right: 15px;
}
.slz-woocommerce .type-product .images .woocommerce-main-image img {
	padding: 0;
	margin-bottom: 15px;
}
.slz-woocommerce .type-product .images .thumbnails img {
	padding: 0;
	margin-bottom: 0;
}
.slz-woocommerce .type-product .entry-summary,
.woocommerce:not(.search-results) .entry-summary {
	width: 50%;
	float: right;
	padding-left: 15px;
	font-size: 15px;
}
.slz-woocommerce .type-product .entry-summary .entry-title,
.woocommerce div.product .product_title {
	margin-top: 0;
	margin-bottom: 10px;
	color: #49575f;
}
.slz-woocommerce .type-product .woocommerce-tabs {
	clear: both;
	padding-top: 100px;
	padding-bottom: 100px;
}
.slz-woocommerce .type-product .entry-summary .woocommerce-review-link {
	display: none;
}
.slz-woocommerce .type-product .entry-summary .price{
	clear: left;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}
.slz-woocommerce .type-product .entry-summary .woocommerce-product-rating {
	display: table;
}
.slz-woocommerce .type-product .entry-summary .quantity {
	position: relative;
	display: table;
	margin-bottom: 30px;
}
.woocommerce .quantity .qty,
.slz-woocommerce .type-product .entry-summary .quantity input[type=number] {
	width: 84px;
	height: 40px;
	padding: 0 15px;
	text-align: left;
	-moz-appearance:textfield;
}
.slz-woocommerce .type-product .entry-summary .price .currency {
	position: relative;
}
.slz-woocommerce .type-product .entry-summary .price del,
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: 20px;
	color: #d9d9d9;
	position: relative;
	margin-right: 5px;
}
.slz-woocommerce .type-product .entry-summary .price del .currency {
	font-size: 15px;
	top: -7px;
}
.slz-woocommerce .type-product .entry-summary .price ins,
.slz-woocommerce .type-product .entry-summary .price > .amount,
.slz-woocommerce .type-product .entry-summary .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 36px;
	line-height: 42px;
	color: #ffdd00;
	text-decoration: none;
}
.slz-woocommerce .type-product .entry-summary .price ins .currency {
	font-size: 20px;
	top: -12px;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	overflow: visible;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.slz-woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border: 0;
	box-shadow: none;
}

.slz-woocommerce div.product .woocommerce-tabs li {
	list-style-type: none;
	float: left;
	position: relative;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 10px 25px;
	margin-left: 0;
	border: 0;
	background-color: transparent;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li:first-child,
.woocommerce div.product .woocommerce-tabs ul.tabs > li:first-child {
	padding-left: 0;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 24px;
	font-weight: bold;
	display: block;
	position: relative;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li.active > a,
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li > a:hover,
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li > a:active,
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li > a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffdd00;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li a:before,
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs > li a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs > li a:after {
	position: absolute;
	z-index: 1;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffdd00;
	left: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs > li a:before {
	bottom: -11px;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs > li a:after {
	height: 3px;
	bottom: -10px;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li.active a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active a:after {
	width: 100%;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li.active a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active a:before {
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
}
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li:hover a:before,
.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li:hover a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs > li:hover a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs > li:hover a:after {
	width: 100%;
}
.slz-woocommerce .type-product .woocommerce-tabs ul.tabs > li.active:hover a:before,
.woocommerce .type-product .woocommerce-tabs ul.tabs > li.active:hover a:before  {
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
}
.slz-woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-top: 30px;
	margin-bottom: 0;
}
.slz-woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}
.slz-woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-tabs .panel p {
	line-height: 24px;
	margin-bottom: 35px;
}
.slz-woocommerce div.product .woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}
.paged-3.post-type-paged-3 .slz-woocommerce p.woocommerce-result-count  {
	margin-bottom: 10px;
}
.paged-3.post-type-paged-3 .product.type-product .products {
	width: calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
}

/************* siderbar ****************/

.slz-woocommerce .col-md-8 div.product ul.product {

}
.slz-woocommerce .col-md-8 ul.products li.product, 
.woocommerce-page .slz-woocommerce .col-md-8 ul.products li.product {
	width: 50%;
	margin-bottom: 60px;
	clear: inherit;
}
// .slz-woocommerce div.products ul.products .slick-track {
// 	left: 0 !important
// }
.slz-woocommerce .type-product .upsells {
	margin-bottom: 100px;
}
.slz-woocommerce .type-product .related {
	margin-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products,
.slz-woocommerce .type-product .upsells > .products,
.slz-woocommerce .type-product .related > .products {
	width: 100%;
	margin: 0;
	padding: 0 5px 50px 5px;
	overflow: hidden;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .owl-stage-outer,
.woocommerce-page .cart-collaterals .cross-sells ul.products li .owl-stage-outer,
.slz-woocommerce .type-product .upsells > .products .owl-stage-outer,
.slz-woocommerce .type-product .related > .products .owl-stage-outer {
	overflow: visible;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li,
.slz-woocommerce .type-product .upsells > .products .type-product,
.slz-woocommerce .type-product .related > .products .type-product {
	width: auto;
	margin: 10px;
	padding: 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li:before,
.woocommerce-page .cart-collaterals .cross-sells ul.products li:before,
.woocommerce .cart-collaterals .cross-sells ul.products li:after,
.woocommerce-page .cart-collaterals .cross-sells ul.products li:after,
.slz-woocommerce .type-product .upsells > .products .type-product:before,
.slz-woocommerce .type-product .related > .products .type-product:before,
.slz-woocommerce .type-product .upsells > .products .type-product:after,
.slz-woocommerce .type-product .related > .products .type-product:after {
	left: 0;
	right: 0;
}
.slz-woocommerce .type-product .upsells > .products .type-product .onsale,
.slz-woocommerce .type-product .related > .products .type-product .onsale,
.woocommerce .cart-collaterals .cross-sells ul.products li .onsale,
.woocommerce-page .cart-collaterals .cross-sells ul.products li .onsale {
	left: 15px;
}
.status-publish.hentry .woocommerce .title h3,
.status-publish.hentry .woocommerce h2,
.slz-woocommerce .type-product .related h2,
.slz-woocommerce .type-product .upsells h2 {
	display: inline-block;
	color: #49575f;
	position: relative;
	margin: 0 0 50px 15px;
}
.status-publish.hentry .woocommerce .title h3:after,
.status-publish.hentry .woocommerce h2:after,
.woocommerce .woocommerce-shipping-fields .checkbox:after,
.woocommerce .woocommerce-checkout > h3:after,
.woocommerce .woocommerce-billing-fields h3:after,
.slz-woocommerce .type-product .related h2:after,
.slz-woocommerce .type-product .upsells h2:after {
	position: absolute;
	content: '';
	bottom: 5px;
	right: -57px;
	height: 3px;
	width: 50px;
	background-color: #ffdd00;
}
.slz-woocommerce .comment-respond .comment-reply-title::after {
	display: none;
}
.slz-woocommerce .type-product .product_meta {
	margin-top: 0;
}
.slz-woocommerce .type-product .product_meta .sku_wrapper,
.slz-woocommerce .type-product .product_meta .tagged_as,
.slz-woocommerce .type-product .product_meta .posted_in {
    font-weight: bold;
    color: #333;
    line-height: 24px;
    display: block;
}
.slz-woocommerce .type-product .product_meta span:last-child {
	margin-bottom: 5px;
}
.slz-woocommerce .type-product .product_meta .sku_wrapper > *,
.slz-woocommerce .type-product .product_meta .tagged_as > *,
.slz-woocommerce .type-product .product_meta .posted_in > * {
    font-weight: normal;
    color: #6f8190;
}
.slz-woocommerce .type-product p,
.woocommerce .type-product p {
	line-height: 24px;
	margin-bottom: 25px;
}
.woocommerce .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}
.woocommerce div.product form.variations_form.cart,
.woocommerce div.product p.variations_form.cart {
	padding-top: 10px;
	margin-bottom: 10px;
}
.woocommerce .type-product .variations_form.cart + .yith-wcwl-add-to-wishlist {
	float: none;
}
.variations_form.cart + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	text-align: left;
}
.slz-woocommerce .col-md-12 .variations_form.cart + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	float: none;
	margin-left: 0;
}
.slz-woocommerce .type-product p.stock,
.woocommerce .type-product p.stock {
	margin-bottom: 0;
}
.slz-woocommerce .type-product .cart {
    border-top: 1px dotted #c7c7c7;
	padding-top: 30px;
	margin-bottom: 15px;
}
.slz-woocommerce .product .cart .variations {
    background: white;
    border: 1px solid #f6f6f6;
    width: 100%;
    margin-bottom: 30px;
}
.slz-woocommerce .product .cart table td {
	display: table-cell;
	vertical-align: middle;
	padding: 8px;
	border-color: #f6f6f6;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
.slz-woocommerce .type-product .cart table .label,
.slz-woocommerce .product .cart table .label {
	color: #6f8190;
	text-align: center;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    text-align: left;
}
.slz-woocommerce .product .cart table .label label {
	margin: 0;
    float: none;
    display: block;
}
.slz-woocommerce .type-product .cart table .value select {
	display: inline-block;
    margin: 0;
    padding: 4px;
    border: 1px solid #f6f6f6;
    cursor: pointer;
    border-radius: 0px;
}
.slz-woocommerce .product .cart .single_variation_wrap .woocommerce-variation {
	margin-bottom: 20px;
}
ul.yith_magnifier_gallery .slick-list {
	margin: 0;
	width: auto !important;
}
ul.yith_magnifier_gallery .slick-list:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background-color: #fff;
}
.slz-woocommerce .sw_edugate_thumb {
	position: relative;
	overflow: hidden;
}
.slz-woocommerce .navslider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.slz-woocommerce .slick-prev:before,
.slz-woocommerce .slick-next:before,
.woocommerce .slick-prev:before,
.woocommerce .slick-next:before {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	opacity: inherit;
	color: inherit;
}
.woocommerce ul.products > button.slick-prev,
.woocommerce ul.products > button.slick-next,
.slz-woocommerce ul.products > button.slick-prev,
.slz-woocommerce ul.products > button.slick-next,
.slz-woocommerce ul.yith_magnifier_gallery > button.slick-prev,
.slz-woocommerce ul.yith_magnifier_gallery > button.slick-next,
.woocommerce ul.products > button.slick-prev,
.woocommerce ul.products > button.slick-next,
.woocommerce ul.yith_magnifier_gallery > button.slick-prev,
.woocommerce ul.yith_magnifier_gallery > button.slick-next {
	position: absolute;
	top: auto;
	bottom: 0;
	color: #cdcdcd;
	background-color: transparent;
	padding: 0;
	z-index: 1;
	border: 1px solid #f4f4f4;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.woocommerce ul.products > button.slick-prev,
.woocommerce ul.products > button.slick-next,
.slz-woocommerce ul.products > button.slick-prev,
.slz-woocommerce ul.products > button.slick-next  {
	width: 45px;
	height: 45px;
	font-size: 25px;
}
.slz-woocommerce ul.yith_magnifier_gallery > button.slick-prev,
.slz-woocommerce ul.yith_magnifier_gallery > button.slick-next,
.woocommerce ul.yith_magnifier_gallery > button.slick-prev,
.woocommerce ul.yith_magnifier_gallery > button.slick-next {
	width: 26px !important;
	height: 26px;
	font-size: 20px;
	line-height: 20px;
}
.woocommerce ul.products > button.slick-prev:hover,
.woocommerce ul.products > button.slick-next:hover,
.slz-woocommerce ul.products > button.slick-prev:hover,
.slz-woocommerce ul.products > button.slick-next:hover,
.slz-woocommerce ul.yith_magnifier_gallery > button.slick-prev:hover,
.slz-woocommerce ul.yith_magnifier_gallery > button.slick-next:hover,
.woocommerce ul.products > button.slick-prev:hover,
.woocommerce ul.products > button.slick-next:hover,
.woocommerce ul.yith_magnifier_gallery > button.slick-prev:hover,
.woocommerce ul.yith_magnifier_gallery > button.slick-next:hover {
	box-shadow: 0 8px 18px 0 rgba(0,0,0,0.04);
	border-color: #fd0;
	background-color: #fd0;
	color: #fff;
}
.col-md-8 .woocommerce ul.products > button.slick-prev,
.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
	left: 335px;
}
.col-md-8 .woocommerce ul.products > button.slick-next,
.slz-woocommerce .col-md-8 ul.products > button.slick-next {
	right: 335px;
}
.col-md-12 .woocommerce ul.products > button.slick-prev,
.slz-woocommerce .col-md-12 ul.products > button.slick-prev {
	left: 420px;
}
.col-md-12 .woocommerce ul.products > button.slick-next,
.slz-woocommerce .col-md-12 ul.products > button.slick-next {
	right: 420px;
}
.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev,
.woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev {
	left: 145px;
}
.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next,
.woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next {
	right: 160px;
}
.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev,
.col-md-12 .woocommerce ul.yith_magnifier_gallery > button.slick-prev {
	left: 240px;
}
.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next,
.col-md-12 .woocommerce ul.yith_magnifier_gallery > button.slick-next
 {
	right: 255px;
}
.yith_magnifier_gallery .slick-list li.last {
	margin-right: 15px;
}
/**********************************************************/
/*				        		SHOP			 		  */
/**********************************************************/
.slz-woocommerce .page-title,
.slz-woocommerce .woocommerce-breadcrumb {
	display: none;
}
.slz-woocommerce .result-order {
    display: table;
    width: 100%;
    margin: 0 0 60px;
}
.slz-woocommerce .woocommerce-ordering {
	position: relative;
	display: inline-block;
	float: right;
}
.slz-woocommerce p.woocommerce-result-count {
	display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.slz-woocommerce .woocommerce-ordering .orderby::-ms-expand {
    display: none;
}
.slz-woocommerce .products {
	list-style-type: none;
    display: block;
    padding: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.slz-woocommerce .col-md-12 .products .type-product {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 60px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
}
.slz-woocommerce .products .type-product {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 60px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
}
.woocommerce ul.products li.product h3,
.slz-woocommerce .products .type-product h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: block;
	line-height: 1.25;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #49575f;
	word-wrap: break-word;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:after,
.woocommerce ul.products li.product .woocommerce-loop-product__title:after {
	content: none;
}
.slz-woocommerce #review_form #respond .input-error {
	border: 1px solid #a00;
}
.woocommerce ul.products li.product .star-rating {
    position: relative;
    height: 18px;
    width: 82px;
    letter-spacing: 4px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    margin: 0px auto;
    overflow: hidden;
    font: 14px/18px FontAwesome;
    color: #fff;
}
.woocommerce ul.products li.product h3:hover,
.slz-woocommerce .products .type-product h3:hover,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: #ffdd00;
}
.slz-woocommerce .product.sale .onsale .buyme,
.slz-woocommerce .product.sale .onsale .sale-percent {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
// .slz-woocommerce .product.sale .onsale:hover .buyme,
// .slz-woocommerce .product.sale .onsale:hover .sale-percent {
// 	transform: translateY(-34px);
// 	-webkit-transform: translateY(-34px);
// 	-moz-transform: translateY(-34px);
// 	-ms-transform: translateY(-34px);
// 	-o-transform: translateY(-34px);
// }
.slz-woocommerce .products .type-product:before {
	background-color: #fafafa;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	z-index: -1;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s linear, box-shadow 0.3s linear;
	-webkit-transition: background-color 0.3s linear, box-shadow 0.3s linear;
	-moz-transition: background-color 0.3s linear, box-shadow 0.3s linear;
	-o-transition: background-color 0.3s linear, box-shadow 0.3s linear;
	-ms-transition: background-color 0.3s linear, box-shadow 0.3s linear;
}
.slz-woocommerce .products .type-product:hover:before {
	background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.slz-woocommerce .products .type-product:hover .onsale:before {
	border-bottom-color: #c51111;
}
.slz-woocommerce .products .type-product .star-rating,
.woocommerce .cart-collaterals .cross-sells .products .star-rating {
	display: none;
}
.woocommerce ul.products li.product .price del,
.slz-woocommerce .products .type-product .price del {
	font-weight: 500;
	font-size: 16px;
	color: #aec0ce;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.woocommerce ul.products li.product .price ins,
.slz-woocommerce .products .type-product .price ins {
	text-decoration: none;
	color: #ffdd00;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins .amount,
.slz-woocommerce .products .type-product .price ins .amount,
.slz-woocommerce .products .type-product .price > .amount {
	font-size: 20px;
	font-weight: bold;
	color: #ffdd00;
	margin-bottom: 0;
}
.slz-woocommerce .products .type-product .price .currency {
	position: relative;
	top: -5px;
	font-size: 13px;
}
.slz-woocommerce .products .type-product .price {
	padding: 0 10px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.woocommerce .cart-collaterals .cross-sells ul.products li .add_to_cart_button,
.slz-woocommerce .products .type-product .add_to_cart_button,
.slz-woocommerce .products .type-product .ajax_add_to_cart,
.slz-woocommerce .products .type-product .added_to_cart.wc-forward,
.slz-woocommerce .products .type-product .product_type_variable,
.woocommerce ul.products li.product .button {
	display: inline-block;
	width: 160px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	overflow: hidden;
}
.slz-woocommerce .products .type-product .add_to_cart_button.added {
	display: none;
}
.slz-woocommerce .products .type-product .add_to_cart_button {
	padding-left: 32px;
	padding-right: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
// .slz-woocommerce .products .type-product .product_type_variable.add_to_cart_button,
// .woocommerce ul.products li.product .button {
// 	width: 170px;
// }
.slz-woocommerce .type-product .entry-summary .single_add_to_cart_button {
	width: 190px;
	line-height: 40px;
	color: #fd0;
	background-color: #3c3c3c;
	padding-right: 0;
	padding-left: 22px;
	border: 0;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.woocommerce button.button.alt.disabled {
	line-height: 21px;
}
.slz-woocommerce .products .type-product .add_to_cart_button:before,
.slz-woocommerce .type-product .single_add_to_cart_button:before,
.woocommerce ul.products li.product .button:before {
	position: absolute;
	top: 2px;
	left: 2px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f217';
	background-color: #505050;
	color: #fd0;
	height: 36px;
	line-height: 36px;
	width: 36px;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.slz-woocommerce .type-product .entry-summary .single_add_to_cart_button:hover {
	background-color: #ffdd00;
	color: #434a54;
	padding-right: 22px;
	padding-left: 0;
}
.slz-woocommerce .products .type-product .add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover {
	padding-left: 0;
	padding-right: 28px;
}
.slz-woocommerce .products .type-product .add_to_cart_button:hover:before,
.slz-woocommerce .type-product .entry-summary .single_add_to_cart_button:hover:before,
.woocommerce ul.products li.product .button:hover:before {
	left: calc(100% - 38px);
	left: -webkit-calc(100% - 38px);
	left: -moz-calc(100% - 38px);
}
.slz-woocommerce .added_to_cart.wc-forward,
.slz-woocommerce input#submit,
.slz-woocommerce a.button,
.slz-woocommerce button.button,
.slz-woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	position: relative;
	line-height: 40px;
	overflow: hidden;
	padding: 0 40px;
	z-index: 1;
	color: #ffdd00;
	background-color: #3c3c3c;
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
    text-transform: uppercase;
    font-weight: normal;
    transition: background-color 0.2s linear, color 0.2s linear;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    -o-transition: background-color 0.2s linear, color 0.2s linear;
    -moz-transition: background-color 0.2s linear, color 0.2s linear;
    -ms-transition: background-color 0.2s linear, color 0.2s linear;
}
.woocommerce.widget_product_search .woocommerce-product-search input[type='submit'] {
	width: 25%;
	height: 34px;
	background-color: #3c3c3c;
	color: #ffdd00;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
	border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
}
.slz-woocommerce a.button:hover,
.slz-woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.slz-woocommerce a.added_to_cart:hover,
.slz-woocommerce a.button:focus,
.slz-woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.slz-woocommerce a.added_to_cart:focus,
.slz-woocommerce a.button:active,
.slz-woocommerce button.button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.slz-woocommerce a.added_to_cart:active,
.woocommerce #respond input#submit:hover,
.slz-woocommerce input#submit:hover,
.slz-woocommerce input.button:hover,
.woocommerce input.button:hover,
.woocommerce.widget_product_search .woocommerce-product-search input[type='submit']:hover,
.woocommerce table.shop_table td.actions .button[name="apply_coupon"]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #ffdd00;
	color: #434a54;
}
.slz-woocommerce .products .type-product .add_to_cart_button.loading:after {
	position: absolute;
	content: '';
	background: url('../images/cart.gif') no-repeat center center;
	background-size: contain;
	-webkit-background-size: contain;
	left: 50%;
    top: 50%;
    bottom: 0;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: none;
}
.woocommerce nav.woocommerce-pagination {
	clear: both;
    margin: 0 auto;
    display: table;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.woocommerce nav.woocommerce-pagination > .page-numbers > li {
	display: inline-block;
	border: 0;
}
.woocommerce nav.woocommerce-pagination > .page-numbers > li .page-numbers.current {
	color: #434a54;
}
.woocommerce nav.woocommerce-pagination > .page-numbers > li .page-numbers.current:after {
	width: 20px;
}
.woocommerce nav.woocommerce-pagination > .page-numbers > li .page-numbers {
	position: relative;
    padding: 6px 12px;
    line-height: 20px;
    text-align: center;
    color: #b3b3b3;
    background-color: transparent;
    display: block;
}
.woocommerce div.product form.cart .button {
	float: right;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 0;
	height: 1px;
	left: 50%;
	margin-left: -10px;
	background-color: #434a54;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next {
	width: 32px;
	height: 32px;
	padding: 0;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #b3b3b3;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev:before,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev:before {
	content: "\f104";
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next:before {
	content: "\f105";
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev:after,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next:after {
	content: none;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev:hover,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next:hover,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev:active,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next:active,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.prev:focus,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers.next:focus {
	color: #fff;
	background-color: #434a54;
	border: 1px solid #434a54;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:hover,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:active,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:focus {
	color: #434a54;
}
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:hover:after,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:active:after,
.slz-woocommerce .woocommerce-pagination > .page-numbers > li .page-numbers:focus:after {
	width: 20px;
}
/**********************************************************/
/*			       	   	 WIDGET SIDEBAR					  */
/**********************************************************/
.sidebar-widget input#submit,
.sidebar-widget a.button,
.sidebar-widget button.button,
.sidebar-widget input.button {
	height: 32px;
	line-height: 32px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce.widget_shopping_cart .cart_list li:last-child {
	border-bottom: 0;
	padding-bottom: 20px;
}
.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	color: #49575f;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: normal;
}
span.product-title {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
span.product-title:hover,
span.product-title:active,
span.product-title:focus {
	color: #ffdd00;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce a.remove {
    top: 22px;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffdd00 !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce table.shop_table a.remove:hover {
	color: red !important;
	background-color: transparent;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
 	margin-left: 0;
    margin-right: 15px;
    width: 100px;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 10px 0;
    display: table;
    padding-left: 10px;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0;
    margin: 0 5px 0 0;
    font-weight: normal;
}
.woocommerce ul.product_list_widget li .quantity {
    display: block;
    margin-left: 115px;
}
.woocommerce ul.product_list_widget li .quantity .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce.widget_top_rated_products .product_list_widget .amount,
.woocommerce.widget_recently_viewed_products .product_list_widget .amount,
.woocommerce.widget_products .product_list_widget .amount {
	color: #ffdd00;
    font-weight: 900;
    font-size: 20px;
	vertical-align: bottom;
	font-weight: 500;
}
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
	margin-left: 5px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: none;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}
.woocommerce.widget_shopping_cart p.buttons {
	text-align: center;
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}
.woocommerce.widget_shopping_cart p.buttons .wc-forward {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 15px;
	border-radius: 50px 0 0 50px;
}
.woocommerce.widget_shopping_cart p.buttons .checkout.wc-forward {
	border-radius: 0 50px 50px 0;
	padding-left: 15px;
	padding-right: 25px;
	border-left: 1px solid #797979;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.woocommerce.widget_shopping_cart p.buttons .checkout.wc-forward:hover {
	border-color: #fff;
}
.woocommerce.widget_shopping_cart p.buttons .wc-forward:hover ~ .checkout.wc-forward {
	border-color: #fff;
}
.slz-woocommerce a.button:hover:after,
.slz-woocommerce button.button:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button:hover:after {
    right: 0;
}
.woocommerce.widget_layered_nav ul li,
.woocommerce.widget_product_categories .product-categories li {
	padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.woocommerce.widget_product_categories .product-categories li {
	padding-left: 24px;
}
.woocommerce.widget_layered_nav ul li:last-child,
.woocommerce.widget_product_categories .product-categories li:last-child {
	border-bottom: 0;
}
.woocommerce.widget_layered_nav ul li .count {
	float: right;
}
.woocommerce.widget_price_filter .price_slider_wrapper {
	position: relative;
	padding-top: 25px;
}
.woocommerce.widget_price_filter .price_slider_wrapper:before {
	position: absolute;
	content: '';
	top: 25px;
	left: 0;
	background: #ddd;
	height: 5px;
	width: 100%;
}
.woocommerce .order_details {
	padding-left: 0;
}
.woocommerce #reviews h3 {
	margin: 0 0 10px 0;
}
.woocommerce.widget_price_filter .price_slider {
    height: 5px;
	margin-right: 15px;
    position: relative;
}

.woocommerce.widget_price_filter .price_slider .ui-slider-range {
    position: absolute;
    height: 100%;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.woocommerce.widget_price_filter .price_slider .ui-slider-handle {
    background: #fff;
    border: 2px solid #ffdd00;
    border-radius: 50%;
    top: -5px;
    cursor: ew-resize;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    display: block;
}
.woocommerce.widget_price_filter .price_label {
	line-height: 32px;
	float: left;
}
.woocommerce.widget_price_filter .button {
    float: right;
}
.woocommerce.widget_price_filter .price_slider_amount {
    margin-top: 20px;
}
.woocommerce.widget_price_filter .price_slider .ui-widget-header {
    border: none;
    background: #ffdd00;
}
.woocommerce.woocommerce.widget_product_categories .product-categories li .children {
	margin-top: 15px;
	padding-left: 15px;
	border-top: 1px solid #f5f5f5;
}
.woocommerce.woocommerce.widget_product_categories .product-categories li .children li:last-child {
	padding-bottom: 0;
}
.woocommerce.widget_product_categories .product-categories li a {
	position: relative;
	display: block;
}
.woocommerce a:hover,
.woocommerce a:active,
.woocommerce a:focus {
	color: #ffdd00;
}
.woocommerce.widget_product_categories .product-categories > li .count {
	position: absolute;
	top: 15px;
	right: 30px;
}
.woocommerce.widget_product_categories .product-categories > li span.fa {
	cursor: pointer;
	position: absolute;
	content: '\f107';
	text-align: center;
	font-family: 'fontawesome';
	font-size: 14px;
	top: 20px;
	left: 0;
	color: #dbdbdb;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.woocommerce.widget_product_categories .product-categories > li span.fa:hover {
	color: #ffdd00;
	transform: scale(1.3);
}
.woocommerce.widget_product_categories .product-categories > li.open span.fa {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.woocommerce.widget_product_search .title-widget {
	margin-bottom: 20px;
}
.woocommerce.widget_product_search .woocommerce-product-search {
    position: relative;
    display: block;
    border-collapse: separate;
}
.woocommerce.widget_product_search .woocommerce-product-search .screen-reader-text {
	display: none;
}
.woocommerce.widget_product_search .woocommerce-product-search .search-field {
	position: relative;
    z-index: 2;
    float: left;
    width: 75%;
    height: 34px;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6f8190;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dee5e9;
    border-right: 0;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
}
.woocommerce.widget_recent_reviews .product_list_widget .reviewer {
	font-size: 12px;
}
.woocommerce.widget_top_rated_products .product_list_widget .star-rating,
.woocommerce.widget_recent_reviews .product_list_widget .star-rating {
	margin: 5px 0;
}
.woocommerce.widget_recently_viewed_products .product_list_widget del,
.woocommerce.widget_recently_viewed_products .product_list_widget del .amount,
.woocommerce.widget_products .product_list_widget del,
.woocommerce.widget_products .product_list_widget del .amount,
.woocommerce.widget_top_rated_products .product_list_widget del,
.woocommerce.widget_top_rated_products .product_list_widget del .amount {
    font-weight: 500;
    font-size: 16px;
    color: #aec0ce;
}
.woocommerce.widget_recently_viewed_products .product_list_widget ins,
.woocommerce.widget_products .product_list_widget ins,
.woocommerce.widget_top_rated_products .product_list_widget ins {
	color: #ffdd00;
	text-decoration: none;
	margin-left: 6px;
}
.woocommerce .star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	color: #ffdd00;
}
.star-rating span {
	color: #ffdd00;
}
.woocommerce .star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
}
.woocommerce.widget_layered_nav_filters ul {
	margin: 0;
	padding-top: 20px;
}
.woocommerce.widget_layered_nav_filters ul li.chosen {
	display: inline-block;
	width: 50%;
	border: 1px solid #dee5e9;
	text-align: center;
	line-height: 34px;
}
.woocommerce.widget_layered_nav_filters ul li.chosen:first-child {
	border-right: 0;
}
.woocommerce.widget_product_tag_cloud .tagcloud .tag-widget {
	display: table;
	width: 100%;
}
/**********************************************************/
/*			        		CART  		     			  */
/**********************************************************/
.woocommerce table.shop_table {
    color: #3c3c3c;
    background-color: #fafafa;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0;
}
.woocommerce table.shop_table td {
	padding: 15px;
}
.woocommerce table.shop_table td.product-thumbnail img {
	margin: 0;
	width: 55px;
}
.woocommerce table.shop_table td.product-name {
	text-align: left;
}
.woocommerce table.shop_table td.product-price .amount {
	color: #6f8190;
}
.woocommerce table.shop_table td.product-price del .amount {
	margin-right: 5px;
}
.woocommerce table.shop_table td.product-subtotal .amount,
.woocommerce table.shop_table td.product-name a {
	color: #3c3c3c;
	font-weight: bold;
}
.woocommerce table.shop_table td.product-name a:hover {
	color: #ffdd00;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
	display: inline-block;
	width: 200px;
	margin-right: 10px;
	line-height: 40px;
	padding: 0 15px;
	border: 0;
	background-color: #ffffff;
}
.woocommerce table.shop_table td.actions .button[name="apply_coupon"] {
	border: 2px solid #3c3c3c;
	color: #3c3c3c;
	line-height: 36px;
	background-color: transparent;
}
.woocommerce table.shop_table td.actions .button[name="apply_coupon"]:hover {
	border: 2px solid #ffdd00;
}
.woocommerce table.shop_table td.actions .button:hover {
	background-color: #ffdd00;
}
.woocommerce table.shop_table th {
	text-align: center;
	text-transform: uppercase;
	border-top: 0;
}
.woocommerce table.shop_table thead tr th {
	background-color: #fd0;
	color: #555e69;
}
.entry-content .woocommerce table th:first-child,
.entry-content .woocommerce table td:first-child {
	border-left: 0;
}
.woocommerce table.shop_table a.remove {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 18px;
}
.woocommerce table.shop_table .quantity {
	position: relative;
	display: table;
	margin: 0 auto;
}
.woocommerce table.shop_table .quantity .qty {
    background-color: #fafafa;
    border: 1px solid #dee5e9;
    color: #6f8190;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 50%;
}
.col-md-12 .woocommerce .cart-collaterals .cart_totals,
.col-md-12 .woocommerce-page .cart-collaterals .cart_totals {
	width: 38%;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table {
	margin-bottom: 15px;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #3c3c3c;
	margin: 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
	border: 0;
	background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th,
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
    text-align: left;
    text-transform: capitalize;
    line-height: 20px;
    color: #6f8190;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th {
	width: 30%;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr:not(.order-total) th {
	font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
	background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td {
	color: #49575f;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #3c3c3c;
	color: #ffdd00;
	font-weight: 500;
}
.woocommerce #respond input#submit.alt:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce input.button.alt:after  {
	background-color: #ffdd00;
}
.woocommerce td.product-name dl.variation dt {
	font-weight: normal;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
	margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	display: block;
	text-align: center;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
	display: block;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 400;
}
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, 
.woocommerce #content div.product div.thumbnails a.first, 
.woocommerce #content div.product div.thumbnails:after, 
.woocommerce .cart-collaterals:after, .woocommerce .col2-set:after, 
.woocommerce .woocommerce-pagination ul.page-numbers:after, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs ul.tabs:after, 
.woocommerce div.product div.thumbnails a.first, 
.woocommerce div.product div.thumbnails:after, 
.woocommerce ul.products, 
.woocommerce ul.products li.first, 
.woocommerce ul.products:after, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, 
.woocommerce-page #content div.product div.thumbnails a.first, 
.woocommerce-page #content div.product div.thumbnails:after, 
.woocommerce-page .cart-collaterals:after, .woocommerce-page .col2-set:after, 
.woocommerce-page .woocommerce-pagination ul.page-numbers:after, 
.woocommerce-page div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after, 
.woocommerce-page div.product div.thumbnails a.first, 
.woocommerce-page div.product div.thumbnails:after, 
.woocommerce-page ul.products, .woocommerce-page ul.products li.first, 
.woocommerce-page ul.products:after {
	clear: inherit;
}
.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
	clear: both;
}
.woocommerce-page ul.products li.first {

}


.woocommerce .cart-collaterals .cross-sells ul.products li:hover .onsale:before,
.woocommerce-page .cart-collaterals .cross-sells ul.products li:hover .onsale:before {
	border-bottom-color: #c51111;
}
.woocommerce .cart-collaterals .products li.product .price del,
.woocommerce .cart-collaterals .products li.product .price ins {
	display: inline-block;
}
.woocommerce .cart-collaterals .cross-sells {
	clear: right;
	min-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}
.status-publish.hentry .woocommerce .cart-collaterals .cross-sells h2 {
	margin-left: 15px;
	margin-bottom: 50px;
}
.woocommerce .cart-collaterals .cross-sells .owl-stage-outer {
	overflow: visible;
}
/**********************************************************/
/*		                	WISHLIST	 		 		  */
/**********************************************************/
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button {
	white-space: nowrap;
}
.woocommerce table.wishlist_table thead th {
	font-size: 14px;
	border-top: 0;
	white-space: nowrap;
	line-height: 20px;
}
.woocommerce table.wishlist_table tbody td {
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
	line-height: 22px;
}
.woocommerce table.wishlist_table tr td.product-remove{
    width: 77px;
}
.woocommerce table.wishlist_table tbody .product-thumbnail {
	width: 133px;
	text-align: center;
	padding: 5px;
}
.woocommerce table.wishlist_table tbody .product-price ins {
    text-decoration: none;
    color: #ffdd00;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce table.wishlist_table tbody .product-price ins .amount {
	color: #ffdd00;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a {
	max-width: none;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart .button {
	border-radius: 50px;
	font-size: 12px;
	display: inline-block !important;
	margin: 0;
	vertical-align: middle;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
	margin: 0 0 10px;
}
.yith-wcwl-share, .yith-wcwl-share ul {
	margin-bottom: 0;
}
.woocommerce table.wishlist_table tr td.product-remove {
	padding: 15px;
}
/**********************************************************/
/*		                	CHECKOUT	 		 		  */
/**********************************************************/
.woocommerce form .form-row {
	margin: 0 0 10px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}
.woocommerce-checkout .checkout h3 {
    color: #686868;
    font-size: 150%;
    margin-bottom: 17px;
}
.woocommerce .lost_reset_password .form-row label,
.woocommerce .login .form-row label,
.woocommerce .woocommerce-checkout .form-row label {
    text-transform: uppercase;
    line-height: inherit;
    color: #737373;
}
.woocommerce form .form-row textarea,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
	background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: 1px solid #fafafa;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #fafafa;
}
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row .select2-container:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row select:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.select2-container .select2-choice {
    height: 100%;
    padding: 8px 0;
    border: 0;
    white-space: nowrap;
    color: #949ea6;
    border-radius: 0;
}
.select2-container .select2-choice .select2-arrow b:after {
	border-top-color: #949ea6;
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
	border-top-color: transparent;
	border-bottom-color: #949ea6;
}
.select2-dropdown-open .select2-choice {
	box-shadow: none;
}
.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 0;
	border-radius: 0;
	box-shadow: 0;
}
.woocommerce .select2-search {
	padding: 0;
}
.woocommerce .select2-search input {
	padding: 2px 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
.woocommerce .woocommerce-shipping-fields .checkbox,
.woocommerce .woocommerce-checkout > h3,
.woocommerce .woocommerce-billing-fields h3 {
	color: #49575f;
	position: relative;
	margin: 0 0 30px;
	clear: both;
	font-size: 26px;
}
.woocommerce .woocommerce-shipping-fields .checkbox:after,
.woocommerce .woocommerce-checkout > h3:after,
.woocommerce .woocommerce-billing-fields h3:after {
	content: none;
}
.woocommerce .woocommerce-shipping-fields h3 {
	margin: 0 0 25px;
	display: inline-block;
	font-size: 26px;
}
.woocommerce .woocommerce-shipping-fields .checkbox {
	font-size: 24px;
	margin-bottom: 0;
    float: left;
}
.woocommerce form .notes {
	clear: left;
}
.woocommerce form .notes textarea {
	resize: vertical;
}
.woocommerce form .form-row .select2-container {
	background-color: transparent;
}
.woocommerce table.woocommerce-checkout-review-order-table th:first-child,
.woocommerce table.woocommerce-checkout-review-order-table td:first-child {
	width: 55%;
}
.woocommerce table.order_details th,
.woocommerce table.order_details td,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
	text-align: left;
	padding: 15px;
	color: #6f8190;
}
.woocommerce table.order_details tfoot th,
.woocommerce table.order_details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .shipping th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .shipping td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td {
	background-color: #fafafa;
	color: #3c3c3c;
}
.woocommerce #payment {
	background: transparent;
	border-radius: 0;
}
.woocommerce #payment ul.payment_methods li img {
	width: 151px;
	margin-left: 0.5em;
}
.woocommerce #payment ul.payment_methods {
	border-bottom: none;
	padding: 70px 0 0 45px;
	list-style-type: none;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) input[type=checkbox],
.woocommerce .create-account input[type=checkbox],
.woocommerce .woocommerce-shipping-fields input[type=checkbox],
.woocommerce ul#shipping_method li input[type=radio],
.woocommerce #payment ul.payment_methods li input[type=radio] {
    display: none;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) label,
.woocommerce .create-account .checkbox,
.woocommerce .woocommerce-shipping-fields .checkbox,
.woocommerce ul#shipping_method li label,
.woocommerce #payment ul.payment_methods li label {
	position: relative;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) label:before,
.woocommerce .create-account .checkbox:before,
.woocommerce .woocommerce-shipping-fields .checkbox:before,
.woocommerce ul#shipping_method li label:before,
.woocommerce #payment ul.payment_methods li label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -44px;
    top: 50%;
    margin-top: -12px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) label:before,
.woocommerce .create-account .checkbox:before,
.woocommerce .woocommerce-shipping-fields .checkbox:before,
.woocommerce #payment ul.payment_methods li label:before {
	background-color: #fafafa;
    border: 1px solid #fafafa;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) input[type=checkbox]:checked + label:before,
.woocommerce .create-account input[type=checkbox]:checked + .checkbox:before,
.woocommerce .woocommerce-shipping-fields input[type=checkbox]:checked + .checkbox:before,
.woocommerce ul#shipping_method li input[type=radio]:checked + label:before,
.woocommerce #payment ul.payment_methods li input[type=radio]:checked + label:before {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #ffdd00;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background-color: transparent;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
	width: 100%;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) label {
	margin-left: 30px;
	padding-left: 30px;
}
.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) label:before {
	left: 0;
}
.woocommerce form .form-row.create-account {
	position: relative;
	padding: 20px 0 10px 44px;
	margin: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce #payment ul.payment_methods li {
	text-indent: 0;
	margin-bottom: 10px;
}
.woocommerce ul#shipping_method li:last-child,
.woocommerce #payment ul.payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce #payment ul.payment_methods li label {
	color: #6f8190;
	font-weight: normal;
}
.woocommerce #payment div.payment_box {
	background-color: transparent;
	border: 1px solid #cccccc;
	border-radius: 0;
	padding: 10px 20px;
	margin: 0 0 15px;
}
.woocommerce #payment div.payment_box:before {
	display: none;
}
.woocommerce #payment div.payment_box p {
	color: #6f8190;
}
.woocommerce #payment .payment_method_paypal .about_paypal {
    line-height: 30px;
    padding-left: 10px;
    padding-top: 9px;
    font-size: 14px;
    color: #ffdd00;
}
.woocommerce #payment .payment_method_paypal .about_paypal:hover {
	color: #3c3c3c;
}
.woocommerce #payment .form-row.place-order {
	padding: 30px 0 0;
	margin: 0;
}
.woocommerce .woocommerce-shipping-fields .checkbox:before {
	left: auto;
	right: -40px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	background-color: transparent;
}
/**********************************************************/
/*		                	SUCCESS	 		    		  */
/**********************************************************/
.woocommerce .woocommerce-thankyou-order-received {
	font-size: 30px;
	font-weight: 900;
	color: #ffdd00;
	text-transform: uppercase;
}
.woocommerce .woocommerce-thankyou-order-details.order_details {
	padding-left: 0;
	margin: 30px 0;
}
.status-publish.hentry .woocommerce .title h3,
.status-publish.hentry .woocommerce h2 {
	margin: 70px 0 30px;
}
.status-publish.hentry .woocommerce .title a.edit {
	margin-left: 60px;
}
.status-publish.hentry .woocommerce > p {
	margin: 0 0 15px;
}
.status-publish.hentry .woocommerce > p.myaccount_user,
.status-publish.hentry .woocommerce > p.order-again,
.status-publish.hentry .woocommerce > p.myaccount_address {
	margin-bottom: 0;
}
.status-publish.hentry .woocommerce > p.order-again {
	margin-top: 15px;
}
.woocommerce .col2-set.addresses,
.woocommerce-page .col2-set.addresses,
.woocommerce .col2-set.addresses .col-1 address,
.woocommerce-page .col2-set.addresses .col-1 address,
.woocommerce .col2-set.addresses .col-2 address,
.woocommerce-page .col2-set.addresses .col-2 address {
	margin-bottom: 0;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist{
   width: 190px;
   line-height: 36px;
   color: #3c3c3c;
   font-weight: 600;
   background-color: transparent;
   padding: 0;
   border: 2px solid #3c3c3c;
   border-radius: 50px !important;
   -webkit-border-radius: 50px !important;
   -moz-border-radius: 50px !important;
   text-transform: uppercase;
   display: inline-block;
   text-align: center;
   position: relative;
   overflow: hidden;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
   color: #434a54;
   border: 2px solid #ffdd00;
   background-color: #ffdd00;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	color: #ffdd00;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
	color: #49575f;
}
.wishlist-title h2{
    margin-top: 0 !important;
}
.woocommerce table.order_details th {
	width: 50%;
}
.woocommerce table.customer_details th {
	text-align: left;
	width: 50%;
}
/**********************************************************/
/*		                	ACCOUNT	 		    		  */
/**********************************************************/
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0;
    color: #49575f;
    display: table;
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content h3:after {
    position: absolute;
    content: '';
    bottom: 5px;
    right: -57px;
    height: 3px;
    width: 50px;
    background-color: #ffdd00;
}
.woocommerce .billing-address-header-wrapper h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.woocommerce input.billing-address-button {
	margin-top: 20px;
	margin-left: 3px;
}
.woocommerce .billing-address-header-wrapper h3:after {
	position: absolute;
	content: '';
	bottom: 5px;
	right: -57px;
	height: 3px;
	width: 50px;
	background-color: #ffdd00;
}
.woocommerce table.my_account_orders .order-actions {
	text-align: center;
}
.woocommerce table.my_account_orders .order-actions .button {
	margin-top: 0.5em;
	line-height: 32px;
}
.woocommerce table.my_account_orders th {
	padding: 16px 12px;
	font-size: 14px;
}
/**********************************************************/
/*			        		FOOTER  					  */
/**********************************************************/
.footer-main .woocommerce.widget_product_search .title-widget {
	margin-bottom: 0;
}
.footer .woocommerce a,
.footer .woocommerce ul.cart_list li a,
.footer .woocommerce ul.product_list_widget li a {
	color: #ffffff;
}
.footer .woocommerce a:hover,
.footer .woocommerce ul.cart_list li a:hover,
.footer .woocommerce ul.product_list_widget li a:hover {
	color: #ffdd00;
}
.footer .woocommerce #respond input#submit,
.footer .woocommerce a.button,
.footer .woocommerce button.button,
.footer .woocommerce input.button {
	background-color: #3B4757;
}
.footer .woocommerce #respond input#submit:hover,
.footer .woocommerce a.button:hover,
.footer .woocommerce button.button:hover,
.footer .woocommerce input.button:hover {
	color: #ffffff;
}
.footer .woocommerce #respond input#submit:hover:after,
.footer .woocommerce a.button:hover:after,
.footer .woocommerce button.button:hover:after,
.footer .woocommerce input.button:hover:after {
	background-color: #ffdd00;
}
.footer .woocommerce.widget_layered_nav_filters ul,
.footer .woocommerce.widget_price_filter .price_slider_wrapper,
.footer .woocommerce.widget_product_search .woocommerce-product-search {
	padding-top: 0;
}
.footer .woocommerce .widget_shopping_cart .cart_list li,
.footer .woocommerce.widget_shopping_cart .cart_list li,
.footer .woocommerce ul.cart_list li,
.footer .woocommerce ul.product_list_widget li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-color: #2F374C;
}
.footer .woocommerce.widget_layered_nav ul li:first-child,
.footer .woocommerce.widget_product_categories .product-categories > li:first-child,
.footer .woocommerce .widget_shopping_cart .cart_list li:first-child,
.footer .woocommerce.widget_shopping_cart .cart_list li:first-child,
.footer .woocommerce ul.cart_list li:first-child,
.footer .woocommerce ul.product_list_widget li:first-child {
	padding-top: 0;
}
.footer .woocommerce.widget_product_categories .product-categories > li:first-child > span {
	top: 0;
}
.footer .woocommerce .widget_shopping_cart .cart_list li a.remove,
.footer .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 15px;
}
.footer .woocommerce.widget_product_tag_cloud .tag-widget {
	margin-top: 0;
}
.footer .woocommerce .widget_shopping_cart .total,
.footer .woocommerce.widget_shopping_cart .total {
	border-color: #2F374C;
}
.footer .woocommerce ul.cart_list li img,
.footer .woocommerce ul.product_list_widget li img {
	width: 59px;
}
.footer .woocommerce ul.product_list_widget li .quantity {
	margin-left: 75px;
}
.footer .woocommerce ul.product_list_widget li .quantity .amount,
.footer .woocommerce .widget_shopping_cart .total .amount,
.footer .woocommerce.widget_shopping_cart .total .amount,
.footer .woocommerce.widget_top_rated_products .product_list_widget .amount,
.footer .woocommerce.widget_recently_viewed_products .product_list_widget .amount,
.footer .woocommerce.widget_products .product_list_widget .amount {
	font-size: 16px;
}
footer .woocommerce.widget_layered_nav ul li,
footer .woocommerce.widget_product_categories .product-categories li,
footer .woocommerce .widget_shopping_cart .cart_list li,
footer .woocommerce.widget_shopping_cart .cart_list li,
footer .woocommerce ul.cart_list li,
footer .woocommerce ul.product_list_widget li {
    border-bottom: 1px solid #2F374C;
}
footer .woocommerce ul.cart_list li,
footer .woocommerce ul.product_list_widget li {
	padding: 20px 0;
}
.slz-woocommerce .col-md-12 .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
	float: right;
    margin-left: 220px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
	margin-top: 0;
    margin-left: 0;
    text-align: right;
}
.comment-text .description p{
	margin-bottom: 0 !important;
}
.slick-list {
	position: relative;
}
.thumbnails.slider > div {
	overflow: visible !important;
	height: auto !important;
}
ul.yith_magnifier_gallery {
	overflow: hidden;
	position: relative !important;
	width: calc(100% + 15px)!important;
	width: -webkit-calc(100% + 15px)!important;
	width: -moz-calc(100% + 15px)!important;
	height: auto !important;
	padding-bottom: 35px;
}
ul.yith_magnifier_gallery li {
	margin-right: 15px;
}
ul.yith_magnifier_gallery li a {
    margin-top: 0 !important;
}
.woocommerce-page.columns-4 ul.products li.product, 
.woocommerce.columns-4 ul.products li.product {
	width: 25%;
}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
	width: 33.33%;
}
.woocommerce-page.columns-2 ul.products li.product, 
.woocommerce.columns-2 ul.products li.product {
	width: 50%;
}
.woocommerce-page.columns-1 ul.products li.product, 
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce.widget_product_categories .product-categories {
	margin-top: -20px;
}
.woocommerce ul.cart_list li:first-child, .woocommerce ul.product_list_widget,
.woocommerce .widget_shopping_cart .cart_list,
.woocommerce.widget_shopping_cart .cart_list {
	margin-top: -20px;
}
header .woocommerce ul.product_list_widget {
	margin-top: 0;
}
.woocommerce.widget_product_categories .product-categories > li:hover span.fa {
    color: #ffdd00;
}
.woocommerce ul.product_list_widget li .quantity .amount,
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce.widget_top_rated_products .product_list_widget .amount,
.woocommerce.widget_recently_viewed_products .product_list_widget .amount,
.woocommerce.widget_products .product_list_widget .amount {
    vertical-align: inherit;
}
footer .woocommerce.widget_price_filter .price_label {
    float: right;
}
footer .woocommerce.widget_price_filter .price_slider_wrapper:before {
    top: 0;
}
footer .woocommerce.widget_price_filter .price_slider_wrapper {
    padding-top: 0;
}
footer .woocommerce.widget_product_categories .product-categories li a,
footer .woocommerce ul.cart_list li a,
footer .woocommerce ul.product_list_widget li a {
    color: #8e8e8e;
}
footer .woocommerce.widget_product_categories .product-categories li a:hover,
footer .woocommerce ul.cart_list li a:hover,
footer .woocommerce ul.product_list_widget li a:hover {
    color: #ffdd00;
}

/**********************************************************/
/*		                 RESPONSE	 		    		  */
/**********************************************************/
@media screen and (max-width: 1199px) {
	.woocommerce.widget_product_search .woocommerce-product-search .search-field {
		width: 65%;
	}
	.woocommerce.widget_product_search .woocommerce-product-search input[type='submit'] {
		width: 35%;
	}
	.woocommerce ul.product_list_widget li .quantity .amount,
	.woocommerce .widget_shopping_cart .total .amount,
	.woocommerce.widget_shopping_cart .total .amount,
	.woocommerce.widget_top_rated_products .product_list_widget .amount,
	.woocommerce.widget_recently_viewed_products .product_list_widget .amount,
	.woocommerce.widget_products .product_list_widget .amount {
		font-size: 16px;
	}
	.woocommerce table.shop_table td.actions .coupon {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	.woocommerce table.shop_table td.actions .coupon input.input-text {
		width: 250px;
	}
	.woocommerce table.shop_table td.actions input.button[name="update_cart"] {
		width: 200px;
	}
	.woocommerce table.shop_table td.actions .coupon input.button {
		float: right;
		width: 200px;
	}
	.slz-woocommerce .added_to_cart.wc-forward,
	.slz-woocommerce button.button, .slz-woocommerce input.button,
	.woocommerce #respond input#submit, .woocommerce a.button,
	.woocommerce button.button, .woocommerce input.button {
	}
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 266px;
	}
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 266px;
	}
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev {
		left: 310px;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next {
		right: 310px;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev {
		left: 110px;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next {
		right: 125px;
	}
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 205px;
	}
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: 190px;
	}
	.col-md-8 .woocommerce table.wishlist_table tbody .product-price ins {
		display: block;
		line-height: 16px;
		margin-top: 10px;
	}
	.col-md-8 .woocommerce table.wishlist_table tbody .product-price ins .amount {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.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;
	}
	.slz-woocommerce .col-md-12 .products .type-product {
		width: 50%
	}
	.woocommerce #content div.product div.images, 
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.images, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.images, 
	.woocommerce-page div.product div.summary {
		width: 50%;
		float: left;
	}
	.slz-woocommerce .type-product .woocommerce-tabs {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.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 {
		clear: inherit;
	}
	.woocommerce.widget_product_search .woocommerce-product-search .search-field {
		width: 80%;
	}
	.woocommerce.widget_product_search .woocommerce-product-search input[type='submit'] {
		width: 20%;
	}
	.slz-woocommerce .type-product .entry-summary .price ins,
	.slz-woocommerce .type-product .entry-summary .price > .amount {
		font-size: 32px;
	}
	.woocommerce table.shop_table .quantity {
		display: inline-block;
	}
	.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th,
	.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td {
		background-color: transparent;
	}
	.woocommerce #content table.cart td.actions
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: left;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		margin-bottom: 0;
	}
	.woocommerce .woocommerce-shipping-fields h3 {
		margin-top: 60px;
	}
	.col-md-12 .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
	    margin-top: 0;
	   	margin-left: 0;
	}
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 315px;
	}
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 315px;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev {
		left: 135px;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next {
		right: 150px;
	}
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 135px;
	}
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: 150px;
	}
	.col-md-12 .woocommerce .cart-collaterals .cart_totals,
	.col-md-12 .woocommerce-page .cart-collaterals .cart_totals {
		width: 50%;
	}
	.woocommerce table.wishlist_table tbody .product-price ins {
		display: block;
	}
	.col-md-8 .woocommerce table.wishlist_table tbody .product-price ins {
		display: inline-block;
	}
	.col-md-8 .woocommerce table.wishlist_table tbody .product-price ins .amount {
		display: inline-block;
	}
	.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{
		margin-bottom: 30px;
	}
	.woocommerce ul.products li.product:last-child, 
	.woocommerce-page ul.products li.product:last-child, 
	.woocommerce-page[class*=columns-] ul.products li.product:last-child, 
	.woocommerce[class*=columns-] ul.products li.product:last-child{
		margin-bottom: 0px;
	}
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product{
		width:33.3333%;
	}
}
@media screen and (max-width:768px) {
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product{
		width:50%;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce .woocommerce-shipping-fields h3 {
		margin-top: 40px;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		margin-bottom: 40px;
	}
	.slz-woocommerce table.shop_table td.actions input.button[name="update_cart"] {
		padding: 13px 20px;
	}
	.status-publish.hentry .woocommerce .title h3, .status-publish.hentry .woocommerce h2 {
		margin: 40px 0 30px;
	}
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product{
		width:50%;
	}
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .price ins .amount,
	.slz-woocommerce .products .type-product .price ins .amount,
	.slz-woocommerce .products .type-product .price > .amount {
		font-size: 16px;
	}
	.woocommerce ul.products li.product h3,
	.slz-woocommerce .products .type-product h3,
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li .add_to_cart_button,
	.slz-woocommerce .products .type-product .add_to_cart_button,
	.slz-woocommerce .products .type-product .ajax_add_to_cart,
	.slz-woocommerce .products .type-product .added_to_cart.wc-forward,
	.slz-woocommerce .products .type-product .product_type_variable,
	.slz-woocommerce .added_to_cart.wc-forward, .slz-woocommerce input#submit,
	.slz-woocommerce a.button, .slz-woocommerce button.button,
	.slz-woocommerce input.button, .woocommerce #respond input#submit,
	.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		height: auto;
	}
	.col-md-12 .woocommerce .cart-collaterals .cart_totals,
	.col-md-12 .woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
		border: 0;
	}
	.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
		float: right;
		width: 250px;
	}
	.woocommerce table.cart td.actions .coupon {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.slz-woocommerce .type-product .entry-summary .single_add_to_cart_button {
		font-size: 14px;
	}
	.table-responsive {
		border: none;
		margin-bottom: 0;
	}
	.slz-woocommerce .type-product .entry-summary .price del {
		font-size: 18px;
	}
	.slz-woocommerce .type-product .entry-summary .price ins,
	.slz-woocommerce .type-product .entry-summary .price > .amount {
		font-size: 24px;
	}
	.slz-woocommerce .type-product .woocommerce-tabs .tabs > li {
		padding: 10px 15px;
	}
	.slz-woocommerce .type-product .woocommerce-tabs .tabs > li > a {
		font-size: 18px;
	}
	.woocommerce .woocommerce-thankyou-order-received {
		font-size: 24px;
	}
	.status-publish.hentry .woocommerce .title h3,
	.status-publish.hentry .woocommerce h2,
	.slz-woocommerce .type-product .related h2,
	.slz-woocommerce .type-product .upsells h2,
	.status-publish.hentry .woocommerce .cart-collaterals .cross-sells h2 {
		font-size: 24px;
		margin-bottom: 35px;
	}
	.slz-woocommerce .type-product .entry-summary .entry-title,
	.woocommerce div.product .product_title {
		font-size: 30px;
	}
	.slz-woocommerce .type-product .woocommerce-tabs {
	    padding-top: 50px;
    	padding-bottom: 50px;
	}
	.slz-woocommerce .type-product .woocommerce-tabs .panel {
		padding-top: 20px;
	}
	.slz-woocommerce .type-product .entry-summary .price {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.slz-woocommerce .type-product p,
	.slz-woocommerce .type-product .entry-summary .quantity,
	.slz-woocommerce .product .cart .single_variation_wrap .woocommerce-variation,
	.slz-woocommerce .product .cart .variations {
		margin-bottom: 15px;
	}
	.slz-woocommerce .type-product .cart {
		padding-top: 15px;
	}
	.woocommerce #payment ul.payment_methods {
		padding-top: 30px;
	}
	.woocommerce .woocommerce-error,
	.slz-woocommerce .woocommerce-message,
	.woocommerce .woocommerce-message,
	.slz-woocommerce .woocommerce-error,
	.slz-woocommerce .woocommerce-info,
	.woocommerce .woocommerce-info {
		line-height: 20px;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.slz-woocommerce .woocommerce-message a,
	.woocommerce .woocommerce-message a,
	.woocommerce .woocommerce-error a,
	.slz-woocommerce .woocommerce-error a,
	.slz-woocommerce .woocommerce-info a,
	.woocommerce .woocommerce-info a,
	.slz-woocommerce .woocommerce-message .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce .woocommerce-error .button,
	.slz-woocommerce .woocommerce-error .button,
	.slz-woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-info .button {
		line-height: 20px;
	}
	.woocommerce .woocommerce-error:before,
	.woocommerce .woocommerce-info:before,
	.woocommerce .woocommerce-message:before {
		top: 10px;
	}
	.woocommerce table.shop_table td.product-quantity:before {
		line-height: 40px;
	}
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev,
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 42%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next,
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 42%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 40%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: calc((100% - 15px) * 40 / 100);
		right: -webkit-calc((100% - 15px) * 40 / 100);
		right: -moz-calc((100% - 15px) * 40 / 100);
	}
	.woocommerce table.shop_table td.actions .coupon input.button {
		width: 200px;
	}
	.col-md-8 .woocommerce table.wishlist_table tbody .product-price ins {
		display: block;
	}
	.slz-woocommerce .products .type-product {
		margin-bottom: 40px;
	}
	.slz-woocommerce .type-product .upsells {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 700px) {
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev,
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 41%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next,
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 41%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 38%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: calc((100% - 15px) * 38 / 100);
		right: -webkit-calc((100% - 15px) * 38 / 100);
		right: -moz-calc((100% - 15px) * 38 / 100);
	}
	.col-md-8 .woocommerce table.wishlist_table tbody .product-price ins .amount,
	.woocommerce table.wishlist_table tbody .product-price ins .amount {
		display: block;
	}
	.woocommerce table.wishlist_table tbody .product-price ins {
		line-height: 14px;
		margin-top: 8px;
	}
}
@media screen and (max-width: 600px) {
	.woocommerce.columns-2 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.columns-4 ul.products li.product{
		width:100%;
	}
	.woocommerce div.product form.cart div.quantity {
		margin: 0 4px 15px 0;
	}
	.slz-woocommerce .type-product .entry-summary .price del {
		margin-right: 10px;
	}
	.slz-woocommerce .type-product .entry-summary .price ins,
	.slz-woocommerce .type-product .entry-summary .price > .amount {
		font-size: 22px;
	}
	.slz-woocommerce .type-product .entry-summary .price ins .amount:first-child {
		margin-right: 5px;
	}
	.slz-woocommerce .type-product .entry-summary .price ins .amount:last-child {
		margin-left: 5px;
	}
	.slz-woocommerce .type-product .woocommerce-tabs {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.status-publish.hentry .woocommerce .title h3,
	.status-publish.hentry .woocommerce h2,
	.slz-woocommerce .type-product .related h2,
	.slz-woocommerce .type-product .upsells h2,
	.status-publish.hentry .woocommerce .cart-collaterals .cross-sells h2,
	.status-publish.hentry .woocommerce .title h3,
	.status-publish.hentry .woocommerce h2 {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.slz-woocommerce .type-product .related h2 {
		margin-top: 0;
	}
	.woocommerce.widget_product_search .woocommerce-product-search .search-field {
		width: 75%;
	}
	.woocommerce.widget_product_search .woocommerce-product-search input[type='submit'] {
		width: 25%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 39%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next,
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 39%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 36%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: calc((100% - 15px) * 36 / 100);
		right: -webkit-calc((100% - 15px) * 36 / 100);
		right: -moz-calc((100% - 15px) * 36 / 100);
	}
	.woocommerce table.shop_table td.actions .coupon input.input-text {
		width: 200px;
	}
	.woocommerce table.wishlist_table thead th,
	.woocommerce table.wishlist_table tbody td {
		white-space: normal;
	}
}
@media screen and (max-width: 480px) {
	.col-1 {
		margin-bottom: 0;
	}
	.slz-woocommerce #content div.product div.images, 
	.slz-woocommerce #content div.product div.summary, 
	.slz-woocommerce div.product div.images, 
	.slz-woocommerce div.product div.summary, 
	.slz-woocommerce #content div.product div.images, 
	.slz-woocommerce #content div.product div.summary, 
	.slz-woocommerce div.product div.images, 
	.slz-woocommerce div.product div.summary {
		width: 100%;
	}
	.slz-woocommerce div.product .woocommerce-tabs ul.tabs > li > a {
		font-size: 20px;
	}
	ul.yith_magnifier_gallery {
		padding-bottom: 0;
	}
	.slz-woocommerce div.product form.cart div.quantity {
		margin: 0 4px 0 0;
	}
	.slz-woocommerce div.product form.cart, .woocommerce div.product p.cart {
		margin-bottom: 20px;
	}
	.slz-woocommerce div.product .woocommerce-product-rating {
		margin-bottom: 0;
	}
	.slz-woocommerce .type-product .entry-summary,
	.slz-woocommerce .type-product .images {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.slz-woocommerce .type-product .entry-summary {
		padding-top: 15px;
	}
	.woocommerce table.shop_table td.actions .coupon {
		width: 100%;
	}
	.woocommerce table.shop_table td.actions .coupon .input-text {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.woocommerce table.shop_table td.actions .coupon input.button,
	.woocommerce table.shop_table td.actions input.button,
	.woocommerce table.shop_table td.actions .coupon input.input-text,
	.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
		width: 100%;
	}
	.woocommerce.widget_product_search .woocommerce-product-search .search-field {
		width: 70%;
	}
	.woocommerce.widget_product_search .woocommerce-product-search input[type='submit'] {
		width: 30%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev,
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 37%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next,
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 37%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 40%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: calc((100% - 15px) * 40 / 100);
		right: -webkit-calc((100% - 15px) * 40 / 100);
		right: -moz-calc((100% - 15px) * 40 / 100);
	}
	.woocommerce table.shop_table td.actions input.button[name="update_cart"] {
		width: 100%;
	}
	.woocommerce table.shop_table thead tr th,
	.woocommerce table.wishlist_table tbody td {
		padding: 5px;
	}
	.woocommerce table.shop_table thead tr th.product-name,
	.woocommerce table.wishlist_table tbody td.product-name {
		border-left: none;
		padding-left: 5px;
		font-size: 14px;
	}
	.woocommerce table.wishlist_table tr td.product-remove {
		padding: 0;
	}
	.woocommerce table.shop_table thead tr th.product-remove,
	.woocommerce table.wishlist_table tr td.product-remove {
		width: 0;
	}
	.woocommerce .cross-sells .products .slick-track {
		left: 0 !important;
	}

	.slz-woocommerce .col-md-8 ul.products li.product, 
	.woocommerce-page .slz-woocommerce .col-md-8 ul.products li.product {
		width: 100%;
	}
	.woocommerce .products ul, 
	.woocommerce ul.products {
		margin-left: -10px;
	}
	.woocommerce-page.columns-3 ul.products li.product, 
	.woocommerce.columns-3 ul.products li.product {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.slz-woocommerce .products .type-product:nth-child(odd),
	.slz-woocommerce .products .type-product:nth-child(even) {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.slz-woocommerce .products .type-product:nth-child(odd):before,
	.slz-woocommerce .products .type-product:nth-child(odd):after,
	.slz-woocommerce .products .type-product:nth-child(even):before,
	.slz-woocommerce .products .type-product:nth-child(even):after {
		left: 15px;
		right: 15px;
	}
	.slz-woocommerce .products .type-product {
		margin-bottom: 35px;
	}
	.woocommerce #payment .payment_method_paypal .about_paypal {
		display: none;
	}
	.woocommerce form .form-row {
		width: 100%;
	}
	.slz-woocommerce p.woocommerce-result-count {
		display: block;
	}
	.slz-woocommerce .woocommerce-ordering {
		float: none;
		margin-bottom: 35px;
		width: 100%;
	}
	.slz-woocommerce .woocommerce-ordering .orderby {
		width: 100%;
	}
	.woocommerce .login .form-row:not(.form-row-first):not(.form-row-last):not(.form-row-wide) label {
		display: block;
		margin-left: 0;
		margin-top: 15px;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.slz-woocommerce .type-product .upsells > .products .type-product,
	.slz-woocommerce .type-product .related > .products .type-product {
		width: 100%;
	}
	.woocommerce .cart-collaterals .cross-sells {
		display: block;
		width: auto;
	}
	.slz-woocommerce .commentlist .comment_container {
		padding: 20px;
	}
	.slz-woocommerce .commentlist .comment_container .comment-text .star-rating {
		float: none;
	}
	.slz-woocommerce .commentlist .comment_container img {
		width: 60px;
		height: 60px;
	}
	.slz-woocommerce .commentlist .comment_container .comment-text {
		padding: 0 0 0 20px;
	}
	.slz-woocommerce .col-md-12 .products .type-product {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 380px) {
	.woocommerce .woocommerce-shipping-fields h3 {
		min-height: 0;
	}
	.woocommerce .woocommerce-shipping-fields .checkbox:before {
		position: absolute;
		top: auto;
		bottom: -50px;
		right: auto;
		left: 0;
	}
	.woocommerce.widget_product_search .woocommerce-product-search .search-field {
		width: 65%;
	}
	.woocommerce.widget_product_search .woocommerce-product-search input[type='submit'] {
		width: 35%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev,
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 35%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next,
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 35%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-prev {
		left: 39%;
	}
	.slz-woocommerce .col-md-8 ul.yith_magnifier_gallery > button.slick-next,
	.slz-woocommerce .col-md-12 ul.yith_magnifier_gallery > button.slick-next {
		right: calc((100% - 15px) * 39 / 100);
		right: -webkit-calc((100% - 15px) * 39 / 100);
		right: -moz-calc((100% - 15px) * 39 / 100);
	}
	.woocommerce table.shop_table thead tr th,
	.woocommerce table.wishlist_table tbody td {
		font-size: 14px;
	}
	.woocommerce table.wishlist_table tbody .product-price ins {
		font-size: 16px;
	}
	.woocommerce table.wishlist_table tbody td.product-add-to-cart .button {
		padding: 6px;
		font-size: 10px;
	}
	.rlp-table {
	    padding: 30px 15px;
	}
}
@media screen and (max-width: 320px) {
	.slz-woocommerce .type-product .entry-summary .entry-title {
		font-size: 30px;
	}
	.woocommerce table.shop_table tbody:first-child tr td {
		word-break: break-word;
	}
	.col-md-12 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-12 ul.products > button.slick-prev,
	.col-md-8 .woocommerce ul.products > button.slick-prev,
	.slz-woocommerce .col-md-8 ul.products > button.slick-prev {
		left: 33%;
	}
	.col-md-12 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-12 ul.products > button.slick-next,
	.col-md-8 .woocommerce ul.products > button.slick-next,
	.slz-woocommerce .col-md-8 ul.products > button.slick-next {
		right: 33%;
	}
}
