/*------------ ( Shop ) ------------*/
.shop-wrapper {
	float:left;
	width:100%;
	position:relative;
	padding-top:10px;
}
.vc_row-fluid .shop-wrapper{
	padding-right: 15px;
    padding-left: 15px;
}
.vc_row[data-vc-full-width] .shop-wrapper{
	padding-right: 0;
    padding-left: 0;
}
.shop-list {
	float:left;
	width:100%;
	position:relative;
}
.shop-item {
	float:left;
	width:100%;
	position:relative;
	margin:0 0 30px;
	overflow:hidden;
}
.shop-item .shop-item-box {
	float:left;
	width:100%;
	position:relative;
}
.shop-item .shop-item-image {
	float:left;
	width:100%;
	position:relative;
	overflow: hidden;
	 transition: all .2s ease-in-out;
}
.shop-item a.shop-item-image-link img{
	 transition: all .2s ease-in-out;
}
.shop-item a.shop-item-image-link:hover img{
	 transition: all .2s ease-in-out;
	 transform: scale(1.1);
}
.shop-item .shop-item-image .shop-item-image-link {
	float:left;
	width:100%;
	position:relative;
}
.shop-item .shop-item-image .shop-item-sale-ribbon,.woocommerce ul.products li.product .onsale,
.woocommerce .single-post-content span.onsale {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #0cbf69;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding: 7px 10px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 2px;
	z-index: 11;
}
.woocommerce .single-post-content span.onsale{
	    left: 45px;
    background-color: #0cbf69;
    text-transform: uppercase;
    right: initial;
    min-height: auto;
    min-width: auto;
			z-index: 11;
}
.shop-item .shop-item-image img{
	float:left;
	width:100%;
	height:auto;
}
.shop-item .shop-item-content {
	float:left;
	width:100%;
	position:relative;
}
.shop-item .shop-item-title {
		float: left;
	  width: 100%;
	  position: relative;
	  margin: 10px 0 0 0;
}
span.woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 14px;
}
.shop-item .shop-item-title.withrating {
	padding-right:30px;
}
.shop-item .shop-item-title h3,
.woocommerce ul.products li.product .shop-item h3 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 34px;
    margin-bottom: 5px;
}
.shop-item .shop-item-rating {
    float: right;
    position: absolute;
    color: #ffe035;
    right: 0;
    top: 25px;
    font-weight: 600;
}
.woocommerce .star-rating span:before {
    color: #ffe035;
}
.shop-item .shop-item-rating strong{
	font-weight:600;
}
.shop-item .shop-item-rating .fa {
	padding:0 5px 0 0;
}
.shop-item .shop-item-price-box{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.shop-item .shop-item-price-box .sip-price{
	float:left;
	position:relative;
	padding:0 10px 0 0;
	margin:0;
}
.shop-item .shop-item-price-box .sip-price.crossout{
	text-decoration: line-through;
}
.shop-item .shop-item-price-box .sip-sale-price{
	float:left;
	position:relative;
	padding:0 10px 0 0;
	margin:0;
}
.shop-item .shop-item-addtocart, .woocommerce .single-post-content ul.products li.product a.add_to_cart_button,
.woocommerce .single-post-content ul.products li.product a.ajax_add_to_cart{
	float:left;
	position:absolute;
   bottom:0;
   right:0;
   color:#fff;
   -webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	text-transform:uppercase;
}
.shop-item:hover .shop-item-addtocart, .woocommerce .single-post-content ul.products li.product:hover a.add_to_cart_button,
.woocommerce .single-post-content ul.products li.product:hover a.ajax_add_to_cart{
	right:0;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
 }
 .shop-item:hover .shop-item-addtocart{
 	opacity: 1;
 }
 a.shop-item-addtocart.add_to_cart_button.ajax_add_to_cart span {
    width: 12px;
    background-color: #fff;
    height: 2px;
}
a.shop-item-addtocart.add_to_cart_button.ajax_add_to_cart span.line-2 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
}
.shop-wrapper .p-item {
	z-index:9;
}
.shop-wrapper .p-item:hover {
	z-index:10;
}
.shop-item-2 {
	float:left;
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	border:0;
	z-index:10;
	top: 0;
	-webkit-transition:all 0.3s ease-in-out;
       -moz-transition:all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
         -o-transition:all 0.3s ease-in-out;
            transition:all 0.3s ease-in-out;
}
.shop-item-2:hover {
	z-index:11;
	top:-10px;
}
.shop-item-2 .shop-item-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:15;
	background:transparent;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.shop-item-2:hover .shop-item-overlay {
	-webkit-box-shadow:0 0 0 10px;
	box-shadow:0 0 0 10px;
}
.shop-item-2:hover .shop-item-overlay:before {
	-webkit-box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);
}
.shop-item-2 .shop-item-box {
	float:left;
	width:100%;
	position:relative;
	z-index:12;
}
.shop-item-2 .shop-item-box:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:transparent;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;

}
.shop-item-2:hover .shop-item-box:before {
	-webkit-box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 15px 15px 0 rgba(0,0,0,0.15);
}
.shop-item-2 .shop-item-image {
	float:left;
	width:100%;
	position:relative;
}
.shop-item-2 .shop-item-image .shop-item-image-inner {
	float:left;
	width:100%;
	position:relative;
}
.shop-item-2 .shop-item-image img{
	float:left;
	width:100%;
	height:auto;
}
.shop-item-2 .shop-item-image .shop-item-image-link {
	float:left;
	width:100%;
	position:relative;
}
.shop-item-2 .shop-item-image .shop-item-rating {
	position:absolute;
	top:20px;
	right:20px;
	float:right;
	color: #ffe035;
}
.shop-item-2 .shop-item-rating strong{
	font-weight:600;
}
.shop-item-2 .shop-item-rating .fa {
	padding:0 5px 0 0;
}
.shop-item-2 .shop-item-content {
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	background:#fff;
}
.shop-item-2:hover .shop-item-content {
	background:#f6f6f6;
}
.shop-item-2 .shop-item-content-inner {
	float:left;
	width:100%;
	text-align:center;
}
.shop-item-2 .shop-item-desc {
	float:left;
	width:100%;
	text-align:center;
}
.shop-item-2 .shop-item-content .shop-item-title,
.shop-item-2 .shop-item-content .shop-item-price-box {
	float:left;
	width:100%;
	text-align:center;
}
.shop-item-2 .shop-item-content .shop-item-title h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;
}
.shop-item-2 .shop-item-content .shop-item-price-box p {
display:inline-block;
padding:0 5px;
color:#000;
}
.shop-item-2 .shop-item-price-box .sip-price.crossout {
    text-decoration: line-through;
}
.shop-item-2 .shop-item-button {
	position:absolute;
	top:50%;
	left:50%;
	margin:-21px 0 0 -65px;
	opacity:0;
	z-index:20;
	visibility:hidden;
	text-align:center;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	display:inline-block;
	border:1px solid #000;
	background:#000;
	width:130px;
	color:#fff;
	padding:10px 20px;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
}
.shop-item-2:hover  .shop-item-button{
    opacity:1;
	visibility:visible;
}
.shop-item-2 .shop-item-button:hover{
    background:#fff;
	border-color:#fff;
	color:#000;
}
.single-post-content .images {
    float: left;
    position: relative;
}
.single-post-content .summary h1 {
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0;
}
.woocommerce .single-post-content div.product .woocommerce-product-rating{
	margin-bottom: 10px;
}
.single-post-content .images a img {
    width: 100%;
    float: left;
    position: relative;
}
.woocommerce .single-post-content .images, .woocommerce-page div.product div.thumbnails a {
    width: 100%!important;
    position: relative;
}
.single-product-slider .slider-nav {
    margin: 10px 0;
    max-height: 150px;
    overflow: hidden;
}
.single-product-slider .slider-nav .slick-slide, .single-product-slider .slider-nav img{
	max-height: 150px;
	max-width: 150px;
	    margin-right: 15px;
	        opacity: 0.6;
}
.woocommerce-cart .woocommerce {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 20px 0;
}
.single-product-slider .slider-nav .slick-active .slick-slide, .single-product-slider .slider-nav .slick-active img{
	opacity: 1;
}
.woocommerce-page .single-post-content div.product div.summary{
	float: left!important;
	width: 100%!important;
}
.single-post-content .summary .price span {
    font-size: 22px;
    font-weight: 700;
}
.single-post-content .summary .quantity{
	    float: left;
    position: relative;
    width: 95px;
    margin: 0 20px 0 0;
    padding: 0 25px 0 0;
    display: block;
    clear: both;
}
.single-post-content .summary .quantity input{
			float: left;
	    width: 100%;
	    border-radius: 0px;
	    border: none;
	    border: 1px solid rgba(0,0,0,0.1);
	    font-size: 13px;
	    padding: 10px 8px 10px 8px;
	    height: auto;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 600;
	    box-shadow: none;
	    margin-right: 0px;
}
.single-post-content .summary .quantity input:active, .single-post-content .summary .quantity input:focus{
	border-bottom-color: solid rgba(0,0,0,0.8);
}
.single-post-content .summary .single_add_to_cart_button,
.woocommerce table.shop_table.cart td.actions .coupon input.button,
.woocommerce table.shop_table.cart td.actions input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
 .woocommerce-page #payment #place_order,
 .woocommerce-checkout .woocommerce form.checkout_coupon input.button,
 .woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last input.button,
 .woocommerce button.button.al, .woocommerce form.login input.button,
 .woocommerce button.single_add_to_cart_button.button.alt,
 .woocommerce form.register input.button
{
	background-color: #000;
	border-color: #000;
	color: #FFF;
	font-size: 13px;
	line-height: 1;
	padding: 25px 40px 20px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	text-align: center;
	white-space: nowrap;
	border-radius: 2px;
	overflow: hidden;
	background-size: 200% 100%;
	background-position: right bottom;
	margin-left: 0;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.woocommerce table.shop_table.cart td.actions .coupon input.button,
.woocommerce table.shop_table.cart td.actions input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
 .woocommerce-page #payment #place_order,
 .woocommerce-checkout .woocommerce form.checkout_coupon input.button,
 .woocommerce form.login input.button{
 	background-position: initial;
 	background-size: initial;
 }
 .woocommerce-page #payment #place_order{
    width: 100%;
 }
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover{
	background-color: #000!important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
.woocommerce-page #payment #place_order,
.woocommerce-checkout .woocommerce form.checkout_coupon input.button:hover,
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last input.button{
	border-color: #000!important;
}
.single-post-content .product_meta {
	float: left;
	    position: relative;
	    display: block;
	    font-weight: 500;
	    margin-bottom: 10px;
	    text-transform: capitalize;
	    font-size: 14px;
	    letter-spacing: 0;
	    padding-top: 40px;
	    border-top: 1px solid rgba(0, 0, 0, 0.1);
	    width:100%;
}
.single-post-content .product_meta span.sku_wrapper, .single-post-content .product_meta span.posted_in,
.single-post-content .product_meta span.tagged_as {
    display: block;
		margin-bottom: 5px;
}
.single-post-content .product_meta span.posted_in,
.single-post-content .product_meta span.tagged_as,.single-post-content .product_meta span.posted_in a,
.single-post-content .product_meta span.tagged_as a{
	color: #464646;
}
.single-post-content .related.products, .single-post-content .sidebar-module {
    float: left;
    position: relative;
    display: block;
    width: 100%;
		 padding: 0 30px;
}
.single-post-content .woocommerce-tabs.wc-tabs-wrapper {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	margin: 50px auto 0 auto;
	width: 100%;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs:before{
	content: none;
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs li{
	    border: none;
    background: transparent;
    padding: 0;
        margin: 0 1em;
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs li a{
	color: #000;
    font-size: 22px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    font-weight: 400;
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs li a:after{
	display:none;
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs li.active a:after{
	-moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs li:before{
	content: none;
}
#tab-description h2, #tab-additional_information h2, #tab-reviews h2 {
	 display: none;
}
.woocommerce .single-post-content div.product .woocommerce-tabs ul.tabs{
	width: 65%;
	margin: 0 auto;
	margin-bottom: 41px;
}
.woocommerce .single-post-content table.shop_attributes{

    margin: 0 auto;
}
.woocommerce .single-post-content table.shop_attributes tr{
	    border-bottom: 1px solid #f1f1f1;
}
.woocommerce .single-post-content table.shop_attributes th{
    text-align: left;
    padding: 20px 0;
    line-height: 1.6;
}
.woocommerce .single-post-content table.shop_attributes td{
	text-align: right;
    padding: 20px 0;
    line-height: 1.6;
    font-style: normal;
}
.woocommerce .single-post-content table.shop_attributes .alt td, .woocommerce .single-post-content table.shop_attributes .alt th{
	background: transparent;
}
.woocommerce .single-post-content table.shop_attributes{
	border-top: none;
}
.woocommerce .single-post-content #reviews {
    margin: 0 auto;
}
.single-post-content p.woocommerce-noreviews {
    text-align: left;
}
.single-post-content div#review_form_wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
    background-color: #fbfbfc;
    padding: 60px;
}
.woocommerce .single-post-content #review_form #respond, .single-post-content #review_form{
    float: left;
    width: 100%;
    position: relative;
}
.woocommerce .single-post-content .comment-form-rating .selecter{
	display: none;
}
.woocommerce .single-post-content .comment-form{
	text-align: left;
}
.woocommerce .single-post-content #review_form #respond .form-submit input{
	font-size: 12px;
    line-height: 1;
    padding: 18px 22px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    border-width: 0;
    border-style: solid;
    position: relative;
    outline: 0;
    color: #fff;
    overflow: hidden;
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 0;
    -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.woocommerce .single-post-content #review_form #respond .form-submit input:hover{
	background-position: left bottom;
}
.single-post-content .sidebar-module{
	display: none;
}
.woocommerce .single-post-content  #reviews #comments ol.commentlist li img.avatar{
width: 48px;
    height: 48px;
    border-radius: 100px;
    padding: 0;
    background: transparent;
    border: none;
    left: -40px;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text{
	    min-height: 88px;
    padding: 30px;
    display: block;
    float: left;
    width: 96%;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    color: #808080;
    border-color: #e8e8e9;
    border-radius: 3px;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text:before {
    border-style: solid;
    border-width: 7px 8px 7px 0;
    top: 25px;
    content: "";
    left: -8px;
    position: absolute;
    z-index: 99;
    border-color: transparent #f7f7f7;
    border-right-color: #fff;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text:after {
	border-style:solid;
	border-width:9px 10px 9px 0;
	top:23px;
	content:"";
	left:-10px;
	position:absolute;
	z-index:88;
	border-color:transparent #e8e8e9;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text p.meta{
	text-align: left;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text p.meta strong{
	    text-transform: capitalize;
    letter-spacing: 0;
    color: #000;
    font-weight: 800;
    font-size: 14px;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text p.meta time{
	    font-size: 12px;
    line-height: 1;
        padding-left: 5px;
    padding-right: 5px;
    color: #888;

    font-weight: 500;
}
.woocommerce .single-post-content #reviews #comments ol.commentlist li .comment-text{
	    margin-left: 35px;
}
.woocommerce .single-post-content ul.products li.product h3{
	float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce .single-post-content ul.products li.product .price{
	color: #000;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
        padding: 0 10px 0 0;
    margin: 0;
}
.woocommerce .single-post-content ul.products li.product a.add_to_cart_button,
.woocommerce .single-post-content ul.products li.product a.ajax_add_to_cart{
	background-color: transparent;
}
.woocommerce .single-post-content ul.products li.product, .woocommerce-page .single-post-content ul.products li.product{
	overflow: hidden;
}
.woocommerce .single-post-content div.product .woocommerce-tabs .panel{
	padding-bottom: 60px;
	box-shadow: none;
	-webkit-box-shadow: none;
	    width: 65%;
	    text-align: left;
}
.woocommerce .single-post-content div.product p.price ins, .woocommerce .single-post-content div.product span.price ins{
	color: transparent;
}
.woocommerce .single-post-content div.product p.price, .woocommerce .single-post-content div.product span.price{
	display: flex;
    flex-direction: column-reverse;
}
.woocommerce .single-post-content .summary .price del span {
    font-size: 22px;
    color: #000;
}
.woocommerce .single-post-content .summary .price del{
	color: #000;
}

.single-post-content .slick-next {
    right: 0;
}
.single-post-content .slick-prev {
    left: 0;
}
.single-post-content .slick-next, .single-post-content .slick-prev{
	width: 52px;
    height: 52px;
    border: 1px solid #363636;
        z-index: 66;
        opacity: 0;
}
.single-post-content .single-product-slider:hover .slick-next, .single-post-content .single-product-slider:hover .slick-prev,
.single-post-content:hover .slick-next, .single-post-content:hover .slick-prev{
	opacity: 1;
}
.single-post-content .single-product-slider:hover .slick-next{
	right: 25px;
}
 .single-post-content .single-product-slider:hover .slick-prev{
 	left: 25px;
 }
/*CHECKOUT*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
}
.woocommerce form.login .form-row input.input-text{
    text-align: center;
}
.woocommerce form.login .lost_password label{
        float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #1f1f1f;
}
.woocommerce form.login .lost_password a{
        float: right;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #1f1f1f;
}
.woocommerce form.login .form-row input.input-text
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
		border-radius: 2px;
		 padding:12px 15px;
		border: 1px solid rgba(0,0,0,0.1);
		    font-size: 13px;
}
.woocommerce form .form-row label {
    line-height: 2;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #111;
    margin-bottom: 11px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e0352e!important;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #e0352e!important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em;
    background: #FFF;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: 1px solid #CCC;
    background: #FFF;
}

div#customer_details {
    padding: 40px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    margin: 40px 0;
    border-radius: 2px;
}
div#customer_details h3 {
    font-size: 22px;
}

.shop-item a.shop-item-addtocart, .woocommerce .products .shop-item a.button{
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: 0;
	transition: 0.2s;
	    top: 49%;
    left: 50%;
    right: auto;
    background: #02c286;
    width: 64px;
    height: 65px;
    text-align: center;
    padding-top: 1px;
    padding-left: 2px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin: -22px 0 0 -32px;
    border-radius: 100px;
    color: #FFF;
}
.woocommerce .products .shop-item a.button{
    position: absolute!important;
    width: 200px!important;
    top: 30%;
    line-height: 1.7;
    text-transform: uppercase;
}
.shop-item a.shop-item-addtocart.added-to-cart.added{
	position: absolute;
    top: 49%;
    left: 50%;
    right: auto;
    background: #02c286;
    width: 64px;
    height: 65px;
    text-align: center;
    padding-top: 1px;
    padding-left: 2px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    transition: 0.2s;
    margin: -22px 0 0 -32px;
    border-radius: 100px;
		color: #FFF;
}
.woocommerce .products .shop-item span.onsale{
    height: 25px;
    min-height: 15px;
}
.woocommerce .products .shop-item .shop-item-rating{
        top: initial;
    bottom: 25px;
}
.shop-item a.shop-item-addtocart:hover, .woocommerce .products .shop-item a.button:hover{

	color: #FFF;
		transition: 0.2s;
}
.shop-item .added_to_cart.wc-forward,.shop-item-2 .added_to_cart.wc-forward {
	display:none;
}
.shop-item:hover a.shop-item-addtocart.added-to-cart.added, .woocommerce .products .shop-item:hover a.button {
		opacity: 1;
}


.woocommerce-tabs.wc-tabs-wrapper {
    border-top: 1px solid #f1f1f1;
    margin-top: 40px;
    padding-top: 70px;
    margin-bottom: 50px;
}

.related.products h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    padding: 10px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 10px 0 0 0;
    text-align: left;
}

.woocommerce .single-post-content div.product .woocommerce-tabs .panel {
    padding-bottom: 60px;
    margin: 0 auto;
}
/* CART */
.woocommerce-cart table.cart .product-thumbnail img{
	width: 100%;
}
.woocommerce .shop_table tbody tr td, .woocommerce .shop_table.shop_table_responsive tbody tr td{
    padding: 30px 13px;
}
.woocommerce table.shop_table.cart {
    border: none;
    border-radius: 0;
        width: 100%;
    margin: 0 0 30px 0;
		padding-right: 30px;
}
.woocommerce .shop_table.cart thead tr {
    border-bottom: 2px solid #f5f5f5;
}
.woocommerce .shop_table.cart thead tr th {
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	padding: 23px 15px 20px;
	letter-spacing: 0.5px;
	background: #FFF;
}
.woocommerce .shop_table.cart tbody tr {
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce .shop_table.cart tbody tr td {
    padding: 30px 13px;
}
.woocommerce .shop_table.cart tbody tr td.actions{
	padding: 30px 0!important;
}
.woocommerce .shop_table.cart tbody .product-name {
	width: 50%;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .shop_table.cart tbody tr td.product-remove a{
	color: #000!important;
}
.woocommerce .shop_table.cart tbody tr td.product-remove a.remove:hover{
	background: transparent;
}
.woocommerce .cart-collaterals h2{
	display: block;
	background: #000;
	padding: 25px 25px;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 30px;
	color: #FFF;
	letter-spacing: 1px;
}
.woocommerce .shop_table.cart tbody tr:last-child {
    border: 0;
}
.woocommerce .cart_totals .shop_table.cart tbody tr th {
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 25px;
        width: 150px;
}
.woocommerce .cart_totals .shop_table.cart tbody tr td{
	padding-top: 15px 0;
}
.woocommerce .cart_totals .shop_table.cart tbody tr.order-total td {
    font-size: 22px;
    font-weight: bold;
}
.woocommerce .shop_table.cart tbody .product-name a{
	color: #000;
}
.woocommerce td.product-quantity .quantity{
	    float: left;
    position: relative;
    width: 95px;
    margin: 0 20px 0 0;
    padding: 0 25px 0 0;
    display: block;
    clear: both;
}
.woocommerce td.product-quantity .quantity input{
	    float: left;
    width: 100%;
    border-radius: 0px;
    border: none;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    padding: 10px 8px 10px 8px;
    height: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    margin-right: 0px;
}
.woocommerce table.shop_table.cart td.actions .input-text{
	width: auto;
	border: 1px solid rgba(0,0,0,0.1)!important;
	padding: 12px 12px 10px!important;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	background: none;
	max-width: 100%;
	outline: 0;
	font-family: inherit;
	border-radius: 0;
	padding-right: 30px;
	margin-right: 20px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	    width: 100%!important;
}
.woocommerce .cart-collaterals h2{
	margin-bottom: 0px;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	vertical-align: middle!important;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
}
/* Woocomerce alert */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{
		padding: 15px!important;
	    margin-bottom: 30px;
	    border: 1px solid transparent;
	    border-radius: 0;
	    border-top: none;
	    color: #ffffff;
	    padding-left: 45px!important;
	    font-weight: 500;
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	    background-color: #CCC;
}
.woocommerce .woocommerce-error,.woocommerce-page .woocommerce-error{background-color:#f53e58 ;}
.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info{background-color:#27ccc0 ;}
.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-message{background-color:#27ccc0 ;}

.woocommerce-page.woocommerce-checkout .woocommerce-info{
    background-color: transparent!important;
    padding-left: 0!important;
        text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px!important;
    padding-bottom: 0px!important;
}
.woocommerce-page.woocommerce-checkout .woocommerce-info form.checkout_coupon{
	margin-bottom: 40px;
}
.woocommerce-page.woocommerce-checkout .woocommerce-info:nth-of-type(2) {
    margin-bottom: 40px!important;
}
.woocommerce-page.woocommerce-checkout .woocommerce-info a{
    float: initial;
}
.woocommerce-message a, .woocommerce .woocommerce-info a {
    float: right;
    color: #fff;
    font-weight: 600;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before{
    color: #fff;
}
/* Cart Empty */
.woocommerce .cart-empty, .woocommerce .return-to-shop{
    text-align: center;
}
/* Checkout */
h3.thb-shop-title {
    font-size: 55px;
    margin: 50px auto;
}
.checkout.woocommerce-checkout div#customer_details {
    padding: 0;
    background: #ffffff;
    border: none;
    margin: 0;
    border-radius: 0;
		padding-right: 30px;
		padding-bottom: 40px;
}
.checkout.woocommerce-checkout div#customer_details h3,
.checkout.woocommerce-checkout h3#order_review_heading {
        display: block;
    background: #f5f5f5;
    padding: 20px 25px;
    line-height: 1;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 30px;
    border: none;
}
.woocommerce .checkout.woocommerce-checkout #customer_details .form-row{
    width: 100%;
}
.woocommerce .checkout.woocommerce-checkout .selecter{
    max-width: 100%;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table{
    border: none;
		margin-bottom: 0;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table thead tr {
    border-bottom: 2px solid #f5f5f5;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table tfoot tr {
	text-align: left;
	background: #191919;
	border-bottom: 1px solid #333;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table tfoot th {
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 25px;
    font-weight: 600;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table th {
    padding: 20px 12px;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr td{
	padding: 30px;
}
.woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th{
	border-top-color: rgba(255, 255, 255, 0.1);
}
.woocommerce .checkout.woocommerce-checkout table.shop_table tfoot tr.order-total{
    color: #ffffff;
}
.woocommerce-checkout #payment div.form-row{
        padding: 35px 30px 15px 30px;
    background-color: #000;
}
.woocommerce-page #payment #place_order:hover{
	    background-color: #ffffff!important;
    border-color: #ffffff!important;
    color: #000;
}
.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login{
    border: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 50%;
}
.woocommerce-checkout .woocommerce form.checkout_coupon input.input-text,
.woocommerce-checkout .woocommerce form.login .form-row-last,
.woocommerce-checkout .woocommerce form.login .form-row-first{
    width: 100%;
    float: left;
    position: relative;
}
.woocommerce-checkout .woocommerce form.login .form-row-first{
    margin-bottom: 10px;
}
.woocommerce .checkout_coupon p.form-row{
    width: 100%;
}
.woocommerce form.checkout_coupon .form-row input.input-text:focus,
.woocommerce form.checkout_coupon .form-row input.input-text:active{
    border-color: rgba(0,0,0,0.5);
}
.woocommerce ul.products li.product .shop-item a {
    text-decoration: none;
    float: left;
    width: 100%;
    position: relative;
}
.woocommerce-checkout .woocommerce .vc_column_container>.vc_column-inner {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.woocommerce-checkout .woocommerce .container-fluid{
	padding: 0;
}
.woocommerce-checkout .woocommerce-billing-fields .selecter-selected {
    position: relative;
    background: #FFF!important;
    color: #3f3f3f ;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: clip;
    z-index: 2;
    font-weight: 500;
    border-radius: 2px;
    padding: 15px 15px 12px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
}
.woocommerce-checkout .woocommerce-billing-fields .selecter-item:hover {
    font-weight: 500;
    background: #191919 !important;
    color: #FFF;
}
.woocommerce-checkout .woocommerce-billing-fields.selecter-options, .woocommerce-checkout .woocommerce-billing-fields .selecter-item{
	background-color: #ffffff!important;
}
.sort-by {
    float: right;
    position: relative;
    display: block;
    z-index: 100;
	margin-right:15px;
}
.shop-wrapper .sort-by{
	margin-top: 40px;
	margin-bottom: 40px;
}
.vc_row[data-vc-full-width] .sort-by {
    margin-right:0;
}
.filter-sort-section {
	float:left;
	width:100%;
	position:relative;
	margin-left: 15px;
}
.filter-sort-section .portfolio-filter {
	width:auto;
	margin-top:60px!important
}
.filter-sort-section .sort-by {
float:right;
position:relative !important;
top:0 !important;
margin:56px 15px 57px 0;
z-index: 50;
}
.filter-sort-section .sort-by .selecter{
border:0;
max-width:100%;
margin:0;
}
.filter-sort-section .sort-by .selecter .selecter-selected {
    border:none;
}
.selecter-item {
    border-bottom: none;
}
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
    background-color: #fff;
    box-shadow: none;
}
.selecter-options {
    box-shadow: none;
}
.selecter-item:hover {
    font-weight: 600;
}
.filter-sort-section .sort-by .selecter .selecter-item:hover{
	color: #636363;
}
tr.order-total, tr.cart-subtotal {
    text-align: right;
}
.woocommerce .single-post-content {
    margin-top: 0;
}
.entry-summary ul {
    list-style: square;
    margin: 30px 0;
    padding: 0 0 0 20px;
}
.entry-summary ul li {
    font-size: 16px;
    margin-bottom: 7px;
}

.flex-custom-navigation .flex-prev{
	position: absolute;
    top: 40%;
    left: 30px;
    font-size: 28px;
    color:#333;
        padding: 3px 15px;
}
.flex-custom-navigation .flex-next{
	position: absolute;
    top: 40%;
    color:#333;
    font-size: 28px;
    right: 30px;
        padding: 3px 15px;
}
/* Shop Filter */
#vcph-slider-range.ui-slider-horizontal{
	height: 5px;
}
#vcph-slider-range .ui-slider-range {
    height: 5px;
	background:#0cbf69;
	border-radius:0;
	-webkit-border-radius:0;
}
#vcph-slider-range .ui-slider-handle {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #0cbf69;
	border: 0;
	margin: -2px;
	top: -2px;
}
#vcph-slider-range button.vcph-product-filter {
        float: right;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    bottom: -40px;
	padding-right:0;
	color:#000;
}
.vcph-price-amount {
    font-size: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 10px 0;
    position: absolute;
    top:19px;
}
#vcph-slider-range .ui-slider-handle:focus{
	outline: none;
}
#vcph-slider-range {
	float: left;
	margin: 5px 0 40px;
	position: relative;
	display: block;
	top: 0;
	width: 100% !important;
	max-width: 350px;
	border: none;
	background: #eee;
	border-radius: 0;
}
.range-fix #vcph-slider-range{
	width:100% !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
	height: 170px;
	margin-top: 5px;
}
.woocommerce .woocommerce-message a.button {
    background-color: transparent;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.woocommerce.shop-layout-3 .single-post-content span.onsale{
	right: 45px;
	left: initial;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding-right: 5px;
}
/* My Account */
.my-account .woocommerce .woocommerce-error{
	margin-right: 0!important;
	margin-left: 0!important;
}
.my-account .woocommerce {
    width: 50%;
    margin: 0 auto;
    max-width: 400px;
}
.my-account .woocommerce h3{
	text-align: center;
	margin-bottom: 60px;
}
.my-account .woocommerce form.login, .my-account .woocommerce form.register{
	border: none;
	padding: 0;
}
.my-account .woocommerce form .form-row{
	margin: 0 0 15px;
	float: left;
	width: 100%
}
.my-account .woocommerce form.login input.button, .woocommerce form.register input.button{
	width: 100%;
}
.my-account .woocommerce form.login .lost_password a{
	position: absolute;
    right: 10px;
    bottom: 60px;
    font-weight: 700;
}
.my-account .woocommerce-LostPassword.lost_password {
    float: left;
    width: 100%;
    position: relative;
}
.my-account .woocommerce form.login .lost_password label{
	margin-left: 4px;
}
ul.myaccount-login-heading h3 {
    color: #989898;
}
.myaccount-form {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
}
.myaccount-form.active {
    transform: translateY(0);
    transition: all .2s ease;
    transition-delay: .1s;
    opacity: 1;
    z-index: 1;
    position: relative;
}
ul.myaccount-login-heading {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
ul.myaccount-login-heading li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}

.logged-in .woocommerce {
    width: 100%;
    max-width: 100%;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
    position: relative;
    float: left;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    background: #FFF;
    float: left;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    height: 55px;
    padding: 0 25px;
    align-items: center;
}
nav.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid #f1f1f1;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,nav.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    color: #FFF;
    background: #000;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    padding-left: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color: #898989;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #000;
}
.woocommerce fieldset {
    display: block;
    float: left;
    width: 100%;
}
.woocommerce legend,.woocommerce-Address-title h3  {
	background: #f5f5f5;
	color: #000;
	text-transform: uppercase;
	padding: 13px 10px 10px 10px;
	font-size: 12px;
	border-radius: 2px;
	margin: 15px 0 30px;
	float: left;
	width: 100%;
	letter-spacing: 1px;
	font-weight: 500;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-account .addresses .title h3 {
    float: left;
    margin-bottom: 30px;
}
.woocommerce-account .addresses .title .edit:hover{
	background: #000;
}
p.woocommerce-FormRow label {
    font-weight: 500!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 20px 25px 15px 25px;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #FFF;
    background-color: #000;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
		transition: all 0.3s;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	transition: all 0.3s;
	color: #FFF;
}

.product-remove a.remove .line-1 {
	content: '';
	width: 2px;
	height: 10px;
	background: #FFF;
	position: relative;
	transform: rotate(45deg);
	border-radius: 2px;
	z-index: 9999;
	float: left;
	top: 5px;
	left: 9px;
}

.product-remove a.remove .line-2 {
	content: '';
	width: 2px;
	height: 10px;
	background: #FFF;
	position: relative;
	transform: rotate(-45deg);
	border-radius: 2px;
	float: left;
	top: 5px;
	left: 7px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    background: #191919;
		border-radius: 2px;
    color: #FFF;
		    margin-top: 65px;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0 30px 15px 30px;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #333;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
	padding-right: 30px;
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	background: #ff3a1a;
}
.woocommerce a.remove:hover{background: #000!important;}
tr.order-total .woocommerce-Price-amount.amount {
    padding-right: 20px;
}
td.product-price span.woocommerce-Price-amount.amount,td.product-subtotal span.woocommerce-Price-amount.amount {
    font-weight: 500;
}

.woocommerce table.shop_table.cart td.actions .coupon input.button, .woocommerce table.shop_table.cart td.actions input.button {
    padding: 17px 20px 13px 30px;
    font-weight: 500;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: #FFF!important;
    color: #000;
}
 .checkout.woocommerce-checkout h3#order_review_heading{
	 display: block;
    background: #000;
    padding: 25px 25px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 30px;
		    margin-bottom: 0;
    color: #FFF;
    letter-spacing: 1px;
 }
 .woocommerce-checkout-review-order{
	 width: 100%;
	background: #191919;
	border-radius: 2px;
	color: #FFF;
	    border-radius: 0;
 }
 .woocommerce table.shop_table td {

    padding: 6px 12px;
    vertical-align: middle;
}
th.product-total,td.product-total{
	text-align: right;
}

.woocommerce #order_review table.shop_table tbody th, .woocommerce #order_review table.shop_table tfoot td, .woocommerce #order_review #table.shop_table tfoot th {

    border-top: 1px solid #333;
}

.shop_table tr.cart-subtotal td {
    text-align: right;
}

.woocommerce-Message p {
    padding-top: 15px;
    margin-bottom: 0;
}
.woocommerce-Message::before{
	display: none;
}
.woocommerce-account .addresses .title .edit {
		float: left;
		display: block;
		clear: both;
		padding: 5px 20px;
		background: #CCC;
		color: #FFF;
		border-radius: 2px;
		margin-bottom: 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 500;
}

.woocommerce-MyAccount-content span.selecter-selected {
    position: relative;
    background: #ffffff ;
    border: none;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    text-overflow: clip;
    z-index: 2;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #e5e5e5 ;
}
.woocommerce form.login .form-row input.input-text:focus .woocommerce form .form-row .input-text:focus, .woocommerce-page form .form-row .input-text:focus {
    border-color: #CCC;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 47px;
    user-select: none;
    -webkit-user-select: none;
    padding-top: 10px;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    position: absolute;
    top: 0;
    right: 6px;
    width: 20px;
}

.my-account .woocommerce h3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}
.woocommerce table.my_account_orders {
    font-size: 13px;
    border-radius: 0;
    font-weight: 400;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th,.order_details tr {
    padding: 12px 15px 10px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-MyAccount-orders thead,.order_details thead {
    background: #f5f5f5;
}

.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    border-right: none;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.woocommerce ul.order_details {
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 13px;
    text-transform: none;
    line-height: 1.5;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 20px 20px;
}

.woocommerce table.shop_table.order_details th {
    padding: 12px 15px 10px 15px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-checkout .woocommerce h3, .woocommerce-checkout .woocommerce h2 {
    font-size: 22px;
    font-weight: 500;
    background: #f5f5f5;
    padding: 17px 15px 15px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.woocommerce-checkout .woocommerce address {
    padding: 20px;
    border: 1px solid #e5e5e5;
		font-weight: 500;
		margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce address br {
    line-height: 1.8;
}
.woocommerce .entry-summary .single_add_to_cart_button{
	padding: 20px 40px 15px!important;
}

  .single-product-slider.columns-3 ul.slides li {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}
.single-post-content .related.products{
	padding-bottom: 40px;
}

.woocommerce .track_order input#orderid, .woocommerce .track_order input#order_email {
    float: left;
    width: 100%;
    border-radius: 0px;
    border: none;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 13px;
    padding: 15px 10px 15px 10px;
    height: auto;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    margin-right: 0px;
    color: #dedede;
}
.product-categories {
	float:left;
	position:relative;
	width:100%;
	height:360px;
	overflow:hidden;
	background-color:transparent;
	margin:0 0 30px;
}
.product-categories .product-categories-image {
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	background-color:transparent;
	background-position:center;
	background-size:cover;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.product-categories:hover .product-categories-image {
	transform:scale(1.3);
}
.product-categories img {
	display:none;
}
.product-categories > a{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
	background:rgba(0,0,0,0.3);
	z-index:6;
}
.product-categories .woocommerce-loop-category__title {
	position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: -10px 0 0;
}
.product-categories .woocommerce-loop-category__title mark {
	background:transparent;
	color:#fff;
}
