
/* Table of Content
==================================================
	1.0  -  Type 21
	2.0  -  Product Single
	3.0  -  Default Color
	4.0  -  Responsive
	5.0  -  Skin Colors*/

	/*--------------------------------------------------------------
	1.0 - Type 21
	--------------------------------------------------------------*/

/*----*****---- << Woo Custom CSS >> ----*****----*/


.woocommerce ul.products li.product .woo-type22 .product-wrapper {
	background-color: #fcfcf7;
	border: 1px solid #ededed;
	float: left;
	margin-bottom: 30px;
	max-height: 100%;
	overflow: inherit;
	position: relative;
	width: 100%;
	transition: all 300ms linear 0s;
	padding: 0;
}

.woocommerce ul.products li.product .woo-type22 .product-wrapper:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	background-image: url(../../images/textured-border.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 6px;
}

.woocommerce ul.products li.product .woo-type22 .product-wrapper h5 {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0px;
	font-size: 24px !important;
	font-weight: 300;
}

.woocommerce ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-wrapper h5 {
	font-size: 18px;
}

.woocommerce ul.products li.product .woo-type22 .product-wrapper p {
	font-size: 13px;
	color: #a5a38c;
	margin: 5px 0px 0px;
	line-height: normal;
}

/*-----------------------------------------------Onsale */	

.woocommerce ul.products li.product .woo-type22 .product-thumb .onsale {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	text-indent: 0;
}

.woocommerce ul.products li.product .woo-type22 .product-thumb .onsale span {
	font-size: 12px;
	text-indent: 0;
	text-transform: capitalize;
	font-weight: normal;
}

.woocommerce ul.products li.product .woo-type22 .product-thumb .onsale span:before {
	display: none;
}

.woocommerce ul.products li.product .woo-type22 .product-rating-wrapper {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.woocommerce ul.products li.product .woo-type22 .star-rating {
	margin: auto;
}

.woocommerce ul.products li.product .woo-type22 .star-rating span:before {
	text-indent: 0;
}

.woocommerce ul.products li.product .woo-type22 .featured-tag {
	background-color: rgba(0, 0, 0, 0.69) !important;
	top: auto;
	bottom: 30px;
	left: auto;
	right: -100px;
	transition: 0.3s all linear;
}

.woocommerce ul.products li.product:hover .woo-type22 .featured-tag {
	right: 0;
	transition: 0.3s all linear;
}

.woocommerce ul.products li.product:hover .woo-type22 .featured-tag > div span, .woocommerce.single-product .featured-tag > div span {
	padding-left: 0px;
	line-height: 35px;
}

.woocommerce ul.products li.product .woo-type22 .featured-tag:after, .woocommerce.single-product .featured-tag:after {
	left: -30px;
	right: auto;
	transform: rotate(180deg);
}

.woocommerce ul.products li.product .woo-type22 .featured-tag i, .woocommerce.single-product .featured-tag i {
	right: auto;
	display: none;
}

.woocommerce ul.products li.product .woo-type22 .featured-tag:after, .woocommerce ul.products li.product:hover .woo-type22 .featured-tag:after, .woocommerce.single-product .featured-tag:after {
	border-color: rgba(0, 0, 0, 0.69);
}

/*-----------------------------------------------Title */		

.woocommerce ul.products li.product .woo-type22 .product-title {
	padding: 20px;
	border-top: 1px solid #ededed;
	border-bottom: 1px dashed #d2c4b9;
	display: block;
	clear: both;
}

.woocommerce ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-title {
	padding: 10px 20px;
}

/*-----------------------------------------------Details */	

.woocommerce ul.products li.product .woo-type22 .product-details {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0 15px;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper {
	width: 90px;
	position: inherit;
	float: right;
	padding: 6px 0px 0 0;
	margin-right: 5px;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons {
	margin: inherit;
	position: unset;
	float: right;
}

.woocommerce ul.products li.product .product-buttons-wrapper .wc_inline_buttons {
	width: 90px;
}

.woocommerce ul.products li.product .woo-type22 .product-details .product-price {
	padding: 11px 0 10px 20px;
	float: left;
	max-width: 140px;
	background: none;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.woocommerce ul.products li.product .woo-type22 .product-details .price {
	width: auto;
	padding-right: 0px;
	letter-spacing: 0
}

.woocommerce ul.products li.product .woo-type22 .product-details .price del {
	padding-right: 5px;
	color: #a5a38c;
}

.woocommerce ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .price del {
	padding-right: 2px;
}

.woocommerce ul.products li.product .woo-type22 .column.dt-sc-one-third .product-details .price del .amount, .woocommerce ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .price del .amount {
	font-size: 12px
}

.woocommerce ul.products li.product .woo-type22 .product-details .price del span.amount {
	font-size: 16px;
	font-weight: 300; /* margin-right: 5px; */
}

.woocommerce ul.products li.product .woo-type22 .product-details .price .amount {
	font-size: 25px;
	font-weight: bold;
	background: none;
	color: #a5a38c;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(2):nth-last-child(1), .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(1):nth-last-child(2) {
	transform: translateX(0px);
	opacity: 1;
	width: auto;
	position: inherit;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.button.add_to_cart_button.product_type_simple:before {
	content: "\f291";
	font-family: FontAwesome;
	text-indent: 0;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.button.add_to_cart_button.product_type_simple.added:before {
	content: "\f291";
	font-family: FontAwesome;
	text-indent: 0;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.add_to_cart_button:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.added_to_cart.wc-forward:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.button.product_type_simple:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.button.product_type_variable:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .add_to_wishlist:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.yith-wcqv-button:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.yith-woocompare-button:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.product_type_external:before, .woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.button.product_type_grouped:before {
	line-height: 39px;
	text-indent: 0;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline a {
	float: right;
	text-indent: -9999px;
	background-color: #cdccbb;
	background-image: url(../../images/textured-pattern-light.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	color: #ffffff;
	border: 1px solid #c5c4b4;
	border-radius: 50%;
	font-size: 14px;
	padding: 0px;
	float: left;
	position: relative;
	visibility: visible;
	margin:3px 0 0 0 !important;
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline a.added_to_cart {
	background: url(../../images/added-to-cart.png) no-repeat;
	font-size: 0;
	height: 20px;
	left: 27px;
	position: absolute;
	text-indent: -9999px;
	top: 23px;
	width: 20px;
	z-index: 9;
	background-color: transparent !important;
	border: none;
	border-radius: 50%;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper a.added_to_cart.wc-forward:before {
	display: none;
}

.woocommerce ul.products li.product .woo-type22:hover .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline a {
	color: #FFF !important;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(1):nth-last-child(2) a:after {
	display: none;
}

.woocommerce ul.products li.product .woo-type22 .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	bottom: -18px;
	left: 9px;
}

.woocommerce ul.products li.product .woo-type22 .star-rating span {
	z-index: 1;
}

.woocommerce ul.products li.product .woo-type22 .star-rating {
	font-family: star;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	position: relative;
	width: 5.4em;
	z-index: 9;
}

.woocommerce ul.products li.product .woo-type22 .product-rating-wrapper:after {
	content: '';
	position: absolute;
	background: rgba(73, 66, 60, 0.8);
	padding: 6px 12px 5px;
	border-radius: 5px;
	bottom: -5px;
	left: 0;
	right: 0;
	top: -5px;
	margin: auto;
	width: 90px;
}

.woocommerce ul.products li.product .woo-type22 .added_to_cart {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: url(images/added-to-cart.png) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	font-size: 0px;
	position: absolute;
	top: 23px;
	left: 27px;
}

td button {
	margin: 0;
}

.actions button {
	border-radius: 30px;
}

.checkout-button.button {
	border-radius: 30px;
	background: #cdccbb url(../../images/textured-pattern-light.png) right center repeat;
	line-height: normal;
	display: inline-block;
	margin: 10px 0px 0px;
	cursor: pointer;
	outline: none;
	position: relative;
	z-index: 1;
	border: 1px solid #c5c4b4;
	color: #ffffff;
	position: relative;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 11px 20px;
	-webkit-appearance: none;
}

.woocommerce .cart_totals table tbody th {
	color: #FFF;
}

/*SIdebar*/
/*.widget .search-field{     
	border: none;
    padding: 4px !important;
    float: right;
    width: 70%;}*/


.widget .search-field {
	border: none;
	padding: 10px 0px !important;
}

.widget .woocommerce-product-search:before {
	content: 'Search for:';
	color: #2d2d29;
}

.widget .woocommerce-product-search input[type="text"] {
	float: right;
	width: 190px
}

.widget .woocommerce-product-search button {
	border-radius: 3px;
	float: right;
	text-transform: capitalize;
}

.widget.woocommerce .dt-mc-subscribe form label {
	font-weight: normal;
}

.widget.woocommerce ul.product_list_widget li {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0;
	color: #37251b;
}

.widget.woocommerce ul.product_list_widget li::before {
	content: none;
}

.widget.woocommerce ul.product_list_widget li img {
	width: 46px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

.widget.woocommerce ul.product_list_widget li, .widget.woocommerce ul.product-categories li {
	border-bottom: 1px dashed #D2C4B9
}

.widget.woocommerce ul.product-categories li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 10px;
	content: "\f06c";
	color: #37251b;
}

.widget.woocommerce .secondary-sidebar ul li:first-child:before {
	top: 10px !important;
}

.post-type-archive.post-type-archive-product .pager_wrapper, .post-type-archive.post-type-archive-product .pager_wrapper ul {
	margin-top: 20px;
	float: right;
}

.woocommerce ul.products li.product .woo-type22 .product-thumb:after {
	display: none;
}

/*----*****---- << Product Columns >> ----*****----*/
/*ul.products li.product .woo-type22 .product-wrapper { width:32%; }
ul.products li.product .woo-type22 .product-wrapper.product-two-column, ul.products li.product .woo-type22 .product-wrapper.product-two-column-with-sidebar { width:48%; }
ul.products li.product .woo-type22 .product-wrapper.product-three-column, ul.products li.product .woo-type22 .product-wrapper.product-three-column-with-sidebar { width:32%; }
ul.products li.product .woo-type22 .column.dt-sc-one-fourth, ul.products li.product .woo-type22 .column.dt-sc-one-fourth-with-sidebar { width:23.5%; }	
ul.products li.product .woo-type22 .product-wrapper.product-five-column, ul.products li.product .woo-type22 .product-wrapper.product-five-column-with-sidebar { width:18.3%; }
ul.products li.product .woo-type22 .product-wrapper.product-six-column, ul.products li.product .woo-type22 .product-wrapper.product-six-column-with-sidebar { width:15%; }

ul.products li.product .woo-type22 .product-wrapper.product-two-column.no-space { width:50%; }
ul.products li.product .woo-type22 .product-wrapper.product-three-column.no-space { width:33.3%; }
ul.products li.product .woo-type22 .column.dt-sc-one-fourth.no-space { width:25%; }	
ul.products li.product .woo-type22 .product-wrapper.product-five-column.no-space { width:20%; }
ul.products li.product .woo-type22 .product-wrapper.product-six-column.no-space { width:16.6%; }

ul.products li.product .woo-type22 .product-wrapper.no-space { margin: 0 0 -1px; }*/


.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-title {
	text-align: center;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details {
	padding: 0 0 20px;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .price {
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .product-buttons {
	display: inline-block;
	float: none;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .added_to_cart {
	left: auto;
	right: 10px;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .add_to_cart_button, 
.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .yith-wcwl-add-to-wishlist a {
	display: inline-block;
	float: none;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .product-price, 
.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-buttons-wrapper {
	display: flex;
	width: 100px;
	margin: auto;
	float: none;
	padding:10px 0 0 0;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(1):nth-last-child(2), 
.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-buttons-wrapper .wc_inline_buttons > .wc_btn_inline:nth-child(2):nth-last-child(1) {
	display: inline-block;
}

.page-with-sidebar ul.products li.product .woo-type22 .column.dt-sc-one-fourth .product-details .yith-wcwl-add-button.show {
	margin: 0;
}

.product-container > .button.add_to_cart_button.product_type_simple, .product-title > .price {
	display: none;
}

.product_cat-singles > .related-products-container h2 {
	font-weight: bold;
	text-transform: inherit;
	font-size: 28px;
}
 @media only screen and (max-width: 1240px) and (min-width: 960px) {


}
 @media only screen and (min-width:768px) and (max-width:959px) {

.woocommerce ul.products li.product .woo-type22 .product-title {
	text-align: center;
}
.woocommerce ul.products li.product .woo-type22 .product-details{     padding: 10px 0 15px !important;}
.woocommerce ul.products li.product .woo-type22 .product-details .product-price {
	display: inline-block !important;
	float: left !important;
	padding: 10px 0!important;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper, 
.woocommerce ul.products li.product .woo-type22 .product-buttons-wrapper .wc_inline_buttons {
	display: inline-block !important;
	float: right !important;
	margin: 0 10px 0 0 !important;
	padding:0 !important;
	position: relative;
	text-align: center;
}

.woocommerce ul.products li.product .woo-type22 .product-title {
	text-align: center;
}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {

.woocommerce ul.products li.product .woo-type22 .product-title {
	text-align: center;
}
}
