/* Shop */

.woocommerce .shop-products {
    padding-top: 100px;
	padding-bottom: 100px;
}

.woocommerce .shop-products .top-bar {
    padding: 15px;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
	overflow: hidden;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    color: #323232;
    font-size: 15px;
    margin-bottom: 0;
	position: relative;
    top: 5px;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #f3f3f3;
    padding: 0 8px;
    height: 32px;
    outline: none;
    color: #323232;
    font-size: 15px;
}

.woocommerce .woocommerce-ordering select option {
    color: #848383;
}

.woocommerce .products-wrap:before {
    content: "";
	clear: both;
	display: table;
}

.woocommerce .products-wrap .product-items .product {
    /*padding: 20px 15px;
    border: 1px solid #f3f3f3;*/
	margin-top: 30px;
	width: 100%; 
}

.woocommerce .products-wrap .product-items .product .product-image {
	position: relative;
}

.woocommerce .products-wrap .product-items .product .product-image a {
	display: block;
}

.woocommerce .products-wrap .product-items .product .product-image a img {
	max-width: 100%;
}

.woocommerce .products-wrap .product-items .product .product-image .discount {
	position: absolute;
    top: 0;
	left: 0;
    background-color: var(--main-color);
    color: #fff;
	text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 0 30px 30px;
}

.woocommerce .products-wrap .product-items .product .product-image .new {
	position: absolute;
    top: 0;
	left: 0;
    background-color: #f35141;
    color: #fff;
	min-width: 78px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 0 30px 30px;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links {
    position: absolute;
	bottom: -10px;
	left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce .products-wrap .product-items .product:hover .product-image .action-links {
	transform: translateY(-20px);
    opacity: 1;
	z-index: 1;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .add_to_cart_button,
.woocommerce .products-wrap .product-items .product .product-image .action-links .added_to_cart {
	font-size: 0;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .add_to_cart_button.added {
	display: none;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .add_to_cart_button:before,
.woocommerce .products-wrap .product-items .product .product-image .action-links .added_to_cart:before {
    content: "\f07a";
	font-family: "FontAwesome";
	color: #fff;
    font-size: 17px;
	margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .added_to_cart:before {
   content: "\f00c";
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: inline-block;
	vertical-align: top;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist a {
    font-size: 0;
    position: relative;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist a i {
    margin-right: 0;
    font-size: 17px;
    line-height: inherit;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist .feedback,
.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none !important;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004";
    font-family: 'FontAwesome';
	font-size: 17px;
	font-weight: 400;
    line-height: inherit;
	margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 1px;
    position: relative;
    top: -8px;
	color: #fff;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcqv-button {
    display: none !important;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcqv-button.quick-view {
    display: inline-block !important;
	padding: 0;
	vertical-align: top;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links .yith-wcqv-button.quick-view:before {
    content: "\f06e";
	font-family: "FontAwesome";
	color: #fff;
    font-size: 17px;
	font-weight: 400;
	line-height: inherit;
	margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce .products-wrap .product-items .product .product-image .action-links a {
    display: inline-block;
	width: 40px;
	height: 40px;
    line-height: 40px;
    background-color: #555;
	color: #fff;
    font-size: 17px;
    margin-right: 2px;
    border-radius: 0px 10px 10px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links a:hover {
	background-color: var(--main-color);
	color: #fff;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links a.button.loading {
    opacity: 1;
	position: relative;
}

.woocommerce .products-wrap .product-items .product .product-image .action-links a.button.loading:after {
	content: "";
	position: absolute;
	top: 0px;
    left: 0px;
	right: auto;
	width: 100%;
    height: 100%;
	 background: url(https://flowrawp.hasnaanajmi.co/wp-content/plugins/yith-woocommerce-quick-view/assets/image/qv-loader.gif) center center no-repeat rgb(255, 255, 255);
	z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    opacity: 0.5;
    cursor: none;
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
}

.woocommerce .blockUI.blockOverlay::before {
    display: none;
}

#yith-wcwl-popup-message {
    border: none;
	color: #848383;
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    width: 160px;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 60%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 60%);
}

#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
    height: auto !important;
}

#yith-quick-view-modal.open {
    z-index: 9999;
    overflow: auto;
}

#yith-quick-view-modal .yith-quick-view-overlay {
    position: fixed;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow: auto;
    height: auto;
    padding: 50px;
}

#yith-quick-view-close {
    border-width: 2px;
    color: red;
    font-weight: bold;
    line-height: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.yith-quick-view-close svg {
    color: #333;
}

#yith-quick-view-modal #yith-quick-view-content {
    height: auto;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
}

#yith-quick-view-content>div.product>div.product {
    display: flex;
    align-items: center;
}

#yith-quick-view-content>div.product>div.product>.onsale {
	display: none;
}

#yith-quick-view-content .woocommerce-product-gallery {
    border: 1px solid #f3f3f3;
    text-align: center;
}

#yith-quick-view-content>div.product>div.product.zoo-cw-gallery-loading {
	position: fixed;
	height: 100%;
	overflow: hidden;
}

#yith-quick-view-content .onsale {
	left: 11px;
	top: 11px;
}

#yith-quick-view-content .woocommerce-product-gallery {
	display: inline-block;
	float: left;
	margin: 0;
	position: relative;
}

#yith-quick-view-content .woocommerce-product-gallery figure {
	margin: 0;
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
}

#yith-quick-view-content .woocommerce-product-gallery figure div {
	display: inline-block;
	float: left;
	margin: 0 0 20px 0;
}

#yith-quick-view-content .woocommerce-product-gallery figure div:last-child {
	margin: 0;
}

#yith-quick-view-content .woocommerce-product-gallery figure {
	display: block;
	float: none;
	margin-left: -5px;
	margin-right: -5px;
}

#yith-quick-view-content .woocommerce-product-gallery figure div.woocommerce-product-gallery__image {
	margin: 5px 0;
	padding: 0 5px;
}

#yith-quick-view-content .woocommerce-product-gallery figure div.woocommerce-product-gallery__image[style] {
	margin: 0 -5px 5px 5px;
	padding: 0;
}

#yith-quick-view-content .woocommerce-product-gallery figure div.woocommerce-product-gallery__image:not([style]) {
	float: left;
	width: 25%;
}

#yith-quick-view-content .zoo-cw-gallery-loading>div.images {
	opacity: 0 !important;
}

#yith-quick-view-content>div.product>div.product {
	padding-right: 0;
}

#yith-quick-view-content div.summary {
    float: right;
    padding-top: 0;
    padding-right: 0;
}

.woocommerce div.product .product_title {
    color: #323232;
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 12px;
}

.woocommerce .product .summary h1~.woocommerce-product-rating {
    margin: 0;
    padding: 0;
}

.woocommerce .product .summary .woocommerce-product-rating .star-rating,
.woocommerce .product .summary .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.woocommerce .product .summary .woocommerce-product-rating .star-rating {
    margin: 0 5px 0 0;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products li.product .star-rating span:before {
    color: #e6b800;
}

.woocommerce .product .summary .summary-content .price {
    margin-bottom: 15px;
}

.woocommerce .product .summary .summary-content .price del,
.woocommerce .product .summary .summary-content .price ins {
	display: inline-block;
	margin: 0 7px;
	font-size: 18px;
	font-weight: 400;
}

.woocommerce .product .summary .summary-content .price del {
    color: #848383;
	opacity: 1;
}

.woocommerce .product .summary .summary-content .price del span {
    text-decoration: line-through;
	color: #848383;
}

.product .summary .summary-content .price ins {
	color: var(--main-color);
	 text-decoration: none;
}

.woocommerce .product .summary .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

.woocommerce .product .summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #777676;
	margin-bottom: 0;
}

.woocommerce div.product form.cart {
	display: inline-block;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart div.quantity {
    width: auto;
	display: inline-block;
    float: none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    min-height: 40px;
    margin-right: 10px;
}

.woocommerce div.product form.cart div.quantity input.qty {
	height: 40px;
    min-height: 40px;
    line-height: 38px;
	text-align: center;
	color: #323232;
    border: 1px solid rgba(0, 0, 0, .15);
	font-size: 15px;
    font-weight: 400;
	outline: none;
}

.woocommerce div.product form.cart div.quantity input.qty:focus {
	outline: none;
}


.woocommerce .product form.cart .button.single_add_to_cart_button {
    display: inline-block;
    float: none;
    vertical-align: middle;
	position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    margin-right: 14px;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce .product form.cart .button.single_add_to_cart_button:hover {
	background: var(--hover-color);
    border: 2px solid var(--hover-color);
}

.woocommerce .product .product_meta {
	color: #323232;
    font-size: 16px;
    line-height: 1.7;
}

.woocommerce .product .product_meta > span {
    display: inline-block;
    margin-bottom: 8px;
	line-height: 1;
    width: 100%;
}

.woocommerce .product .product_meta a {
	font-size: 15px;
    color: #777676;
	margin-left: 2px;
}

.woocommerce .products-wrap .product-items .product .product-info {
	position: relative;
	padding-top: 20px;
    text-align: center;
    border-top: 1px solid #f3f3f3;
}

.woocommerce .products-wrap .product-items .product .product-info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: scale(0);
    border-top: 1px solid var(--main-color);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce .products-wrap .product-items .product:hover .product-info:before {
	transform: scale(1);
}

.woocommerce .products-wrap .product-items .product .product-info h3 {
	font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.woocommerce .products-wrap .product-items .product .product-info h3 a {
	color: #323232;
    font-weight: 600;
    font-size: 17px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce .products-wrap .product-items .product .product-info h3:hover a {
	color: var(--main-color);
}

.woocommerce .products-wrap .product-items .product .product-info .product-price {
	margin-top: 7px;
}

.woocommerce .products-wrap .product-items .product .product-info .product-price .price del,
.woocommerce .products-wrap .product-items .product .product-info .product-price .price ins {
	display: inline-block;
	margin: 0 7px;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce .products-wrap .product-items .product .product-info .product-price .price del {
    color: #848383;
	opacity: 1;
}

.woocommerce .products-wrap .product-items .product .product-info .product-price .price del span {
    text-decoration: line-through;
	color: #848383;
}

.woocommerce .products-wrap .product-items .product .product-info .product-price .price ins {
	color: var(--main-color);
	 text-decoration: none;
}

/* Pagination */

.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
    justify-content: center;
	border: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	float: none;
	display: inline-block;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-block;
	min-width: 40px;
	padding: 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f3f3f3;
    color: var(--main-color);
    margin-right: 10px;
    border-radius: 0 10px 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	position: relative;
	font-weight: 600;
	font-size: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
	font-family: "FontAwesome";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-color);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:before {
	content: "\f104";
}

.woocommerce nav.woocommerce-pagination ul li a.next:before {
	content: "\f105";
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus:before,
.woocommerce nav.woocommerce-pagination ul li a.next:focus:before{
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.woocommerce .woocommerce-notice,
.woocommerce ul.order_details {
    padding: 0 !important;
}

.woocommerce ul.order_details li {
    float: none;
	font-size: 14px;
	color: #525151;
	line-height: 1.7;
	border-right: none;
	margin-bottom: 10px;
}

.woocommerce ul.order_details li strong {
    font-weight: 600;
	color: #333;
	font-size: 16px;
}

.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-order-downloads h2 {
    font-size: 32px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid #e5e5e5;
	line-height: 2;
}

/* Shop Sidebar */

.shop-sidebar .widget {
    padding: 35px 20px;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}
    
.shop-sidebar .widget .widget-title {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.shop-sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.shop-sidebar .widget ul li,
.shop-sidebar .widget a {
    color: #bbb;
    font-size: 15px;
}

.shop-sidebar .widget.widget_product_search {
    padding: 0;
    position: relative;
    box-shadow: none;
	border: 0;
}

.shop-sidebar .widget.widget_product_search label {
    display: none;
}

.shop-sidebar .widget.widget_product_search .search-field,
.shop-sidebar .widget.widget_product_search .search-field:focus {
    background-color: transparent;
    width: 100%;
    min-width: auto;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    outline: none;
    box-shadow: none;
    border-radius: 0 15px 15px;
    height: 50px;
    padding: 12px 45px 12px 20px;
    border: 1px solid #e7e7ea;
}

.shop-sidebar .widget.widget_product_search .search-field::placeholder {
    color: #6c757d;
}

.shop-sidebar .widget.widget_product_search button[type=submit] {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
	border-radius: 0 10px 10px;
    font-size: 0;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.shop-sidebar .widget.widget_product_search button[type=submit]:before {
    content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
}

.shop-sidebar .widget.widget_product_search button[type=submit]:focus,
.shop-sidebar .widget.widget_product_search button[type=submit] i:focus {
    outline: none;
}

.shop-sidebar .widget.widget_product_search button[type=submit]:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}

.shop-sidebar .widget.widget_product_categories ul {
    display: block;
    width: 100%;
}

.shop-sidebar .widget.widget_product_categories ul li {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    text-align: right;
}

.shop-sidebar .widget.widget_product_categories ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.shop-sidebar .widget.widget_product_categories ul li a {
    float: left;
    color: #777676;
    font-size: 15px;
    letter-spacing: 0;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.shop-sidebar .widget.widget_product_categories ul li a:hover {
    color: var(--main-color);
}

.woocommerce .shop-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #efefef;
    height: 5px;
	margin-bottom: 25px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--main-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
	top: -4px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 16px;
    color: #333;
    letter-spacing: .2px;
    font-weight: 500;
}

.woocommerce .widget_price_filter .price_slider_amount button.button {
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .7px;
    background: none;
    color: var(--main-color);
    box-shadow: none;
	min-width: auto;
    border: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    line-height: 1;
}

.woocommerce .widget_price_filter .price_slider_amount span {
    color: #838080;
}

.shop-sidebar .widget.widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    background-color: transparent;
    color: #777676;
    font-size: 15px !important;
    padding: 7px 15px;
    border-radius: 0 10px 10px;
    border: 1px solid #e7e7ea;
    margin: 0 10px 8px 0;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.shop-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color);
    color: #fff;
}

/* Single shop */

.woocommerce .single-shop {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce .single-shop .product {
    float: none;
}

.woocommerce .single-shop .product .product-image .images,
.woocommerce .single-shop .product .summary {
    float: none;
    width: 100%;
}

.woocommerce .single-shop .product .product-image {
    border: 1px solid #f3f3f3;
    text-align: center;
}

.woocommerce .single-shop .product .product-image img {
    max-width: 100%;
	width: auto;
	margin: auto;
}

.woocommerce .single-shop .product .summary .product_title {
    font-size: 29px;
}

.woocommerce .product .summary .woocommerce-product-rating {
    margin-bottom: 15px !important;
	line-height: normal;
}

.woocommerce .product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	color: #848383;
}

.woocommerce .star-rating,
.woocommerce ul.products li.product .star-rating {
    font-size: 0;
    line-height: 0;
    min-height: 18px;
    min-width: 100px;
    text-indent: -9999px;
    width: 100px;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    font-family: "FontAwesome";
    font-size: 15px;
    letter-spacing: 7px;
    line-height: 18px;
    text-indent: 0;
}

.woocommerce .star-rating:before {
    content: "\f006 \f006 \f006 \f006 \f006";
}

.woocommerce .star-rating span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.woocommerce .star-rating span,
.woocommerce ul.products li.product .star-rating span {
    height: 100%;
    padding-top: 0;
}

.woocommerce .single-shop .product .summary .price {
    margin-bottom: 15px;
}

.woocommerce .single-shop .product .summary .price del,
.woocommerce .single-shop .product .summary .price ins {
	display: inline-block;
	margin: 0 7px;
	font-size: 20px;
	font-weight: 400;
}

.woocommerce .single-shop .product .summary .price del {
    color: #848383;
	opacity: 1;
}

.woocommerce .single-shop .product .summary .price del span {
    text-decoration: line-through;
	color: #848383;
}

.woocommerce .single-shop .product .summary .price ins {
	color: var(--main-color);
	 text-decoration: none;
}

.woocommerce .single-shop .product .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.woocommerce .single-shop .product .summary .yith-wcwl-add-to-wishlist a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 8px 18px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    margin-right: 14px;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce .single-shop .product .summary .yith-wcwl-add-to-wishlist a:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none;
    margin-bottom: 8px;
}

.woocommerce .single-shop .product .product_meta {
    font-size: 17px;
}

.woocommerce .single-shop .product .product_meta > span {
    margin-bottom: 10px;
}

.woocommerce .product .woocommerce-tabs {
    margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 40px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    position: relative;
    color: #323232;
    font-size: 18px;
    font-weight: 500;
	padding: 0;
    padding-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--main-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    content: '';
    background: var(--main-color);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
    transform: scale(1);
}

.woocommerce .single-shop div.product .woocommerce-tabs h2 {
    color: #323232;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 15px;
}

.woocommerce .single-shop div.product .woocommerce-tabs p {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    margin-bottom: 0;
}

.woocommerce .single-shop div.product .woocommerce-tabs .woocommerce-Reviews p {
    margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    border: 1px solid #e6e5e5;
    padding: 28px 20px 24px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: none;
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-width: 0;
    display: block;
    margin: 0 0 0 65px;
    padding: 0;
	border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
    display: inline-block;
    float: right;
    margin: 10px 0;
    min-width: 112px;
    width: 112px;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating:before,
.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
    font-size: 18px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    vertical-align: middle;
	color: #777676;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    display: block;
    margin-top: 3px;
}

.woocommerce #reviews #comments ol.commentlist li .description {
    border-top: 1px solid #e6e5e5;
    clear: both;
    display: block;
    margin: 0;
    padding: 10px 0 0;
}

.woocommerce #reviews #comments ol.commentlist li .description p:last-child {
    margin-bottom: 0;
}

.woocommerce .comments-area .comments-title,
.woocommerce .comment-respond .comment-reply-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    font-weight: 800;
	color: #323232;
	display: inline-block;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-tabs .comment-reply-title {
	font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #323232;
	margin-bottom: 10px;
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
}

.woocommerce #reviews .comment-form-rating {
    margin-bottom: 15px;
}

.woocommerce #reviews .comment-form-rating label,
.woocommerce #reviews .comment-form-comment label,
.woocommerce #reviews .comment-form-author label {
    color: #777676;
    font-size: 17px;
}

.woocommerce p.stars a {
    color: #323232;
}

.woocommerce p.stars a:hover {
    color: #e6b800;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 100%;
    float: none;
}

.woocommerce #review_form #respond textarea {
    height: 150px;
}

.woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond textarea {
	border: 1px solid #dbdbdb;
    color: #777676;
    padding: 11px 24px;
    outline: none;
    font-size: 16px;
	width: 100%;
}

.woocommerce #review_form #respond .submit {
    position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    margin-right: 14px;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce #review_form #respond .submit:hover {
    background: var(--hover-color);
	 color: #fff;
	border: 2px solid var(--hover-color);
}

.woocommerce .related h2 {
    color: #323232;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
}

.woocommerce .related .product .product-image {
    border: none;
}

/* Cart*/

.cart-wrapper {
    padding-top: 70px;
	padding-bottom: 70px;
}

.woocommerce table.shop_table {
    background: #fff;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
	overflow-x: auto;
	border: none;
}

.woocommerce table.shop_table tbody {
    border: none;
}

.woocommerce table.shop_table tr {
    border: 1px solid #e5e5e5;
}

.woocommerce table.shop_table thead tr th {
    border: none;
    border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    padding: 12px;
}

.woocommerce table.shop_table thead tr th:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.woocommerce table.shop_table tbody tr {
    border-left: 1px solid #e5e5e5;
}

.woocommerce table.shop_table tbody tr td {
    font-size: 16px;
    color: #525151;
    padding: 20px;
    vertical-align: middle;
    border: none;
    border-right: 1px solid #e5e5e5;
}

.woocommerce table.shop_table tbody tr td del span {
    color: #848383;
}

.woocommerce table.shop_table tbody tr td a {
    color: #525151;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce table.shop_table tbody tr td a:hover {
    color: var(--main-color);
}

.woocommerce a.remove {
    font-weight: 400;
	color: #777676 !important;
	margin: auto;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 70px;
}

.woocommerce table.shop_table .quantity input.qty,
.woocommerce table.shop_table .quantity input.qty:focus {
    width: 60px;
    outline: none;
	height: 40px;
    min-height: 40px;
    line-height: 38px;
    text-align: center;
    color: #525151;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 15px;
    font-weight: 400;
}

.woocommerce table.cart tbody tr:last-of-type {
    border: none;
}

.woocommerce table.cart td.actions {
    border: none;
}

.woocommerce table.cart td.actions .coupon .input-text {
    width: 300px;
    padding: 20px;
    height: 47px;
    line-height: 47px;
    margin: 0 10px 0 0;
    color: #777676;
	border: 1px solid #d9d6d6;
}

.woocommerce table.cart td.actions .button {
    position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
	height: 47px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce table.cart td.actions .button:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
}

.woocommerce .cart-collaterals {
    padding-top: 55px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid #e5e5e5;
    border-radius: 0;
	margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 21px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce table.shop_table tr {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce table.shop_table tr th {
    border: none;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	color: #777676;
    font-size: 16px;
    font-weight: 500;
	padding: 12px 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
	color: #7e7c7c;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: left;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 15px 20px;
	margin-bottom: 0;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error,
.wc-block-components-notice-banner.is-info {
    background-color: #fafafa !important;
    border-width: 3px 0 0;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error, .woocommerce-notice,
.wc-block-components-notice-banner.is-info {
    letter-spacing: 1px;
    margin: 0 0 30px !important;
    padding: 20px 30px !important;
    position: relative;
    clear: both;
}

.cart-wrapper .return-to-shop a {
    position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cart-wrapper .return-to-shop a:hover {
    background: var(--hover-color);
	color: #fff;
    border: 2px solid var(--hover-color);
}

/* Wishlist*/

.wishlist-wrapper {
    padding-top: 70px;
	padding-bottom: 70px;
}

.wishlist-wrapper .wishlist-title {
    margin-bottom: 30px;
}

.wishlist-wrapper .wishlist-title h2 {
    font-size: 35px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
	padding: 0;
}

.wishlist_table tr td.product-thumbnail a {
    width: 70px;
}

.wishlist_table tr td.product-name {
    text-align: center;
}

.wishlist_table tr td.product-name a.yith-wcqv-button {
    display: none;
}

.wishlist_table tr td.product-price ins,
.wishlist_table tr td.product-price del {
    margin: 0 7px;
}

.wishlist_table tr td.product-price ins {
    text-decoration: none;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--main-color);
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #f35141;
}

.wishlist_table tr td.product-add-to-cart a.add_to_cart {
    position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    display: inline-block !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-bottom: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wishlist_table tr td.product-add-to-cart a.add_to_cart:hover {
    background: var(--hover-color);
	color: #fff;
    border: 2px solid var(--hover-color);
}

.woocommerce .wishlist-wrapper table.cart tbody tr:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce .wishlist-wrapper table.cart tbody tr:last-of-type {
    border-left: 1px solid #e5e5e5;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin: 0;
	margin-top: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0;
	margin-bottom: 15px;
	font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
}

.yith-wcwl-share a.facebook:hover,
.yith-wcwl-share a.twitter:hover,
.yith-wcwl-share a.pinterest:hover,
.yith-wcwl-share a.email:hover,
.yith-wcwl-share a.whatsapp:hover {
    background: #5a5a5a;
    background-color: #5a5a5a;
}

/* Checkout */

.checkout-wrapper {
    padding-top: 70px;
	padding-bottom: 70px;
}

.wc-block-components-notice-banner.is-info>svg {
    display: none;
}

.wc-block-components-notice-banner.is-info {
    border-color: var(--main-color) !important;
}

.wc-block-components-notice-banner__content,
.wc-block-components-notice-banner__content a {
    font-size: 15px;
	color: #515151;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wc-block-components-notice-banner__content a:hover {
	color: var(--main-color);
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    max-width: 48%;
}

.woocommerce-checkout h3 {
    font-size: 30px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 16px;
    color: #777676;
}


.woocommerce form .form-row span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #dbdbdb;
    color: #777676;
    padding: 11px 20px;
    outline: none;
    font-size: 15px;
    letter-spacing: .2px;
    width: 100%;
    font-weight: 400;
}

.woocommerce form .form-row textarea {
    height: 100px;
}

.select2-container .select2-selection--single {
    height: 47px;
    line-height: 47px;
}

.select2-container--default .select2-selection--single {
    background-color: #f6f6f6;
    border-color: #e6e6e6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7e7e7e;
    line-height: 47px;
	padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 20px;
}

#order_review_heading {
    margin-top: 30px;
}

.woocommerce table.shop_table th {
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    border-top: 1px solid #e6e6e6;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: 1px solid #e6e6e6;
}

.woocommerce .woocommerce-Price-amount {
    color: var(--main-color);
    font-weight: 600;
}

.checkout-wrapper table.shop_table thead tr th {
    font-weight: 600;
}

.woocommerce .woocommerce-checkout-review-order-table {
    margin-bottom: 25px !important;
}

.woocommerce #payment #place_order {
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce #payment #place_order:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
}

.woocommerce-checkout #payment .form-row .woocommerce-privacy-policy-text p {
    font-size: 15px;
    color: #515151;
}

.woocommerce-checkout #payment .form-row .woocommerce-privacy-policy-text p a,
.woocommerce-checkout #payment .form-row .woocommerce-privacy-policy-text p a:hover {
    font-size: 15px;
    color: var(--main-color);
}

.woocommerce button.button {
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 12px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce button.button:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
	color:  #fff;
}

.woocommerce .checkout_coupon p {
	color: #515151;
	font-size: 15px;	
}

/* My Account */

.account-wrapper {
    padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #545151;
	font-size: 17px;
    margin-bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type a {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--main-color);
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: #545151;
	font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #545151;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    color: var(--main-color);
}

.woocommerce table.my_account_orders a.button {
    background: var(--main-color);
    color: #fff;
    min-width: 85px;
    border-radius: 0 30px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.woocommerce table.my_account_orders a.button:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
	color:  #fff;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    text-decoration-line: none !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    color: var(--main-color) !important;
}

.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-Address address {
    line-height: 1.8;
	color: #545151;
	font-size: 16px;
}

.woocommerce .woocommerce-EditAccountForm .form-row input + span em {
    display: block;
	color: #545151;
	font-size: 15px;
    margin-top: 10px;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce .woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 15px;
}

.woocommerce form .form-row {
    margin-bottom: 15px;
	align-items: center;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-right: 15px;
	margin-bottom: 0;
}

.woocommerce form.login {
    margin-bottom: 0;
}

/* Media Queries */

@media (max-width: 991.98px) {
    .shop-sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 768.98px) {
	
	.wishlist_table.mobile {
        padding: 0;
    }
	
	.wishlist_table.mobile li {
        border: 1px solid #ede8e8;
        padding: 25px;
		margin-bottom: 10px;
		position: relative;
    }
	
    .wishlist_table.mobile li .item-wrapper {
        width: 100%;
    }
	
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.wishlist_table.mobile li .item-wrapper .product-thumbnail a img {
        margin: auto;
        display: block;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details {
       display: block;
       width: 100%;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name {
       margin-bottom: 30px;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
		text-align: center;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
        font-size: 25px;
		letter-spacing: .3px;
		text-transform: capitalize;
		color: #333;
		font-weight: 600;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a:hover {
		color: var(--main-color);
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 + a.yith-wcqv-button {
       display: none;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details-table tr td,
	.wishlist_table.mobile li table.additional-info tr td {
        font-size: 16px;
    }
	
	.wishlist_table.mobile li .item-details table.item-details-table td.value del span {
        color: #848383;
    }
	
	.wishlist_table.mobile li .item-wrapper .item-details-table tr td ins {
        text-decoration: none;
    }
	
	.wishlist_table.mobile li .product-add-to-cart a.add_to_cart_button {
        position: relative;
		background: var(--main-color);
		color: #fff;
		min-width: 150px;
		border-radius: 0 30px 30px;
		display: inline-block !important;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1.1px;
		text-align: center;
		padding: 12px 20px;
		border: 2px solid var(--main-color);
		outline: none;
		cursor: pointer;
		overflow: hidden;
		margin-bottom: 0 !important;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
    }
	
	.wishlist_table.mobile li .product-add-to-cart a.add_to_cart_button:hover {
		background: var(--hover-color);
		border: 2px solid var(--hover-color);
    }
	
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.1) !important;
	    width: 32px !important;
		height: 32px !important;
		line-height: 32px;
		position: absolute;
		right: 15px;
		top: 15px;
		text-align: center;
		z-index: 1;
		border-radius: 50px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-remove:hover {
		background-color: red;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
		color: #777676 !important;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .product-remove:hover a {
		color: #fff !important;
	}
	
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        max-width: 100%;
    }
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 0;
    }
	
	.woocommerce-account .woocommerce-Address {
        padding: 0;
    }

}

@media (max-width: 767.98px) {
    .woocommerce .single-shop .product .product-image {
		border: 1px solid #f3f3f3;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.woocommerce table.cart td.actions .coupon .input-text {
        width: 48%;
    }
}


@media (max-width: 575.98px) {
    .woocommerce .products-wrap .product-items .product .product-image a img {
		display: block;
		margin: auto;
	}
	
	#yith-quick-view-content>div.product>div.product {
		display: block;
	}
	
	#yith-quick-view-content div.images,
	#yith-quick-view-content div.summary {
        width: 100%;
        float: none;
    }
	
	#yith-quick-view-content div.images {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .button {
        width: 100%;
		margin-bottom: 14px;
    }
	
	.woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }
}