/* WOOCOMMERCE */
#main-content .container {
    padding-bottom: 80px;
    padding-top: 80px;
}

#left-area.shop-content {
    padding-bottom: 0;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
.entry-summary p.price ins {
    color: #323232;
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
}
.entry-summary p.price span {
    font-size: 22px;
}
.comment-form-rating .stars {
    margin-top: 5px !important;
}
.comment-form-rating p.stars span {
    line-height: 20px;
}
.comment-form-rating p.stars a::before {
    color: #222222;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: none;
}
/* PRODUCT BUTTON */
.woocommerce .single_add_to_cart_button,
.button.product_type_variable,
.shop-content .add_to_cart_button,
.yith-wcwl-add-button a.add_to_wishlist,
.grocery_blog_content .comment-reply-link.et_pb_button,
.woocommerce-message .button.wc-forward,
.added_to_cart,
.summary.entry-summary .single_add_to_cart_button.button,
.price_slider_wrapper button,
.wc-page-common .products .add_to_cart_button,
.shop-recent-prod .add_to_cart_button,
.shop-top-rated-prod .add_to_cart_button,
.shop-sale-prod .add_to_cart_button.button {
    border: 0px solid #162e40 !important;
    background-color: transparent !important;
    color: #162e40 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 25px 0px 0px !important;
}

.woocommerce  .single_add_to_cart_button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .add_to_cart_button.button:hover {
    background-color: transparent !important;
    color: #222222 !important;
}
.shop-top-rated-prod .add_to_cart_button {
    padding: 0px 0px 0px 25px !important;
}
.woocommerce div.product form.cart {
    margin: 20px 0 20px;
}
.woocommerce-Button.button:after {
	content:"" !important;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 480px !important;
    overflow-y: auto;
    position: relative;
    top: 50px !important;
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: block;
    text-align: left !important;
    padding-top: 10px !important;
    padding-right: 0 !important;
    float: right;
}

.yith-wcwl-add-button a.add_to_wishlist,
.form-submit .submit,
.price_slider_wrapper button {
    padding: 0 !important;
}

.wc-page-common .woocommerce-button.button.view {
    color: #ffffff !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after {
    top: 0px;
    right: 2px;
}

.button.product_type_variable:after,
.shop-content .add_to_cart_button:after,
.summary.entry-summary .single_add_to_cart_button.button:after,
.wc-page-common button.single_add_to_cart_button.button.alt::after,
.wc-page-common .products .add_to_cart_button.button::after,
.shop-recent-prod .add_to_cart_button::after,
.shop-top-rated-prod .add_to_cart_button.button::after,
.shop-sale-prod .add_to_cart_button.button::after {
    color: #162e40;
    content: "\e07a" !important;
    position: absolute;
    opacity: 1 !important;
    font-family: ETmodules !important;
    font-size: 12px !important;
    line-height: 20px !important;
    margin-left: 10px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.grocery_blog_content .comment-reply-link.et_pb_button:hover:after,
.woocommerce-message .button.wc-forward:hover:after,
.price_slider_wrapper button:hover:after,
.price_slider_wrapper button:after {
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
}

.woocommerce-message .button.wc-forward:hover:after {
    top: 2px;
}

.woocommerce-message .button.wc-forward {
    line-height: 26px !important;
    padding-left: 10px !important;
}

body #page-container .et_pb_section .et_pb_wc_add_to_cart .button::after {
    margin-left: 10px;
}

body #page-container .et_pb_section .et_pb_wc_add_to_cart_0 .button::after,
body #page-container .et_pb_section .et_pb_wc_add_to_cart .button:hover::after {
    margin-left: 12px !important;
}

.woo-image-bottom li:nth-child(8),
.woo-image-bottom li:nth-child(7),
.woo-image-bottom li:nth-child(6),
.woo-image-bottom li:nth-child(5) {
    margin-bottom: 0 !important;
}

.shop-top-rated-prod li.product,
.et_pb_shop.shop-recent-prod li:last-child.product {
    margin-right: 0;
}
.shop-top-rated-prod li.product {
    margin-bottom: 0 !important;
}
.et_pb_shop.shop-recent-prod li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;
    width: 30%;
}

.et_pb_shop.shop-recent-prod li.product .wc-product-meta-group {
    text-align: left;
    float: left;
    padding-left: 20px;
    width: 63%;
}

.shop-top-rated-prod li.product,
.et_pb_shop.shop-recent-prod li.product {
    background-color: #eeeeee;
}
.shop-top-rated-prod li .wc-product-meta-group {
    padding: 0 20px 20px 20px !important;
}
.button.woocommerce-form-login__submit:after,
.checkout_coupon.woocommerce-form-coupon button:hover:after,
.et_pb_shop.shop-recent-prod .button.add_to_cart_button {
    display: none;
}

.et_pb_shop.shop-recent-prod li {
    margin-right: 3% !important;
}

.et_pb_shop.shop-recent-prod li:last-child {
    margin-right: 0 !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0 !important;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    height: 30px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 44px !important;
    -moz-appearance: textfield !important;
    -webkit-appearance: none;
}

.woocommerce .quantity .qty {
    width: 2.9em;
}

.woocommerce div.product form.cart {
    display: table;
    position: relative;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-right: 0px !important;
}

.et_pb_module .et_pb_wc_add_to_cart div.product form.cart div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty {
    background-color: #eeeeee !important;
    border-radius: 0;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    color: #162e40 !important;
}

.woocommerce div.product .entry-summary .cart div.quantity {
    float: none;
    margin: 0;
    display: table-cell;
}

.woocommerce div.product form.cart .button {
    vertical-align: top;
    float: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 22px !important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}

.sku_wrapper {
    display: flex !important;
    margin-bottom: 10px;
}

.variable-item.color-variable-item.disabled:after,
.variable-item.color-variable-item.disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::before {
    display: none;
}

.woocommerce-checkout-payment .form-row.place-order {
    padding: 0 20px 20px !important;
}

.woocommerce ul.products li.product .price {
    padding-top: 0;
}

.woocommerce ul.products {
	display:flex;
	flex-wrap: wrap;
}

/* ----------- Shop GRID LIST Icon Start ------------- */
.wc-products-filter-header {
    border-bottom: 2px solid #f6f6f6;
    height: 70px;
    line-height: 50px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select {
    height: 45px;
}

.woocommerce div.product .entry-summary .single_add_to_cart_button.button,
.woocommerce div.product .single_add_to_cart_button.button {
    margin-left: 20px;
}

.woocommerce .lo_selection #lo_list,
.woocommerce .lo_selection #lo_grid,
.wc-page-common .lo_selection #lo_list,
.wc-page-common .lo_selection #lo_grid {
    position: relative;
    color: #ffffff;
}

.woocommerce .lo_selection #lo_grid,
.wc-page-common .lo_selection #lo_grid {
    margin-right: 20px;
}

.woocommerce .lo_selection #lo_grid:before,
.wc-page-common .lo_selection #lo_grid:before {
    position: absolute;
    margin-left: 12px;
    opacity: 1;
    color: #ffffff;
    font-family: ETmodules;
    font-size: 20px;
    content: "\e08d";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #666666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: -10px;
}

.woocommerce .lo_selection .lo_icon:before,
.wc-page-common .lo_selection .lo_icon:before {
    background-color: #f6f6f6 !important;
    color: #162e40 !important;
}

.woocommerce .lo_selection .lo_icon.active:before,
.wc-page-common .lo_selection .lo_icon.active:before {
    background-color: #666666 !important;
    color: #ffffff !important;
}

.woocommerce .lo_selection #lo_list:before,
.wc-page-common .lo_selection #lo_list:before {
    position: absolute;
    margin-left: 12px;
    opacity: 1;
    color: #162e40;
    font-family: ETmodules;
    font-size: 20px;
    content: "\64";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: -10px;
}

.woocommerce .lo_selection,
.wc-page-common .lo_selection {
    display: inline-block;
}

#main-content ul.products.lists li.product {
    border: 1px solid #f6f6f6;
    clear: both;
    padding-bottom: 0 !important;
    text-align: left;
    width: 100% !important;
}

#main-content ul.products.lists li.product .woocommerce-LoopProduct-link {
    margin-bottom: -7px;
}

#main-content ul.products.lists li.product > a {
    display: inline-block;
    width: 30%;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}
.wc-page-common .products.lists li.product .star-rating {
    text-align: left;
}
.et_shop_image {
    display: block;
    position: relative;
}
.woocommerce .products.lists .wc-product-meta-group,
.wc-page-common .products.lists .wc-product-meta-group {
    float: right;
    padding: 20px 40px;
    text-align: left;
    width: 70%;
}

/* Woocommerce Shop List Page Title */
.woocommerce-products-header__title {
    border-bottom: 2px solid #f6f6f6;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/* Woocommerce Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
    color: #162e40;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

/* Woocommerce Product List */
.woocommerce table.shop_attributes th {
    padding: 10px !important;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating:before {
    right: 0;
}

.woocommerce ul.products li.product .star-rating {
    margin: 10px auto 10px !important;
    width: 100%;
}

.wc-page-common .price ins span.woocommerce-Price-amount.amount {
    padding-left: 5px;
}

.woocommerce ul.products {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 10px;
}

.woocommerce ul.products li.product .et_overlay {
    background: rgba(34, 34, 34, 0.6);
}

.woocommerce ul.products li.product .et_overlay:before {
    color: #162e40;
}

.related.products h2.woocommerce-loop-product__title,
h2.woocommerce-loop-product__title,
.wc-page-shop .woocommerce-loop-product__link .woocommerce-loop-product__title,
.shop-top-rated-prod .woocommerce-loop-product__title,
.shop-recent-prod .woocommerce-loop-product__title {     
    padding: 0px !important;
    margin-top: 20px !important;	
}

.wc-page-common .products li.product {
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    text-align: center;
    width: 30.26% !important;
}

.wc-page-common .products li.product .star-rating {
    text-align: center;
}

.wc-page-common .products li:nth-child(3n).product {
    margin-right: 0px !important;
}
.woocommerce-page span.onsale,
.woocommerce span.onsale,
.shop-content .product .onsale,
.wc-page-common .products li.product .onsale {
    background-color: #162e40 !important;
    font-size: 13px;
    font-style: italic;
    line-height: 23px;
    letter-spacing: 1px;
    z-index: 9;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce ul.products li.product .onsale {
    left: auto !important;
    margin: 0 !important;
    right: 10px !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    padding: 3px 10px !important;
    border-radius: 0 !important;
}

#left-area {
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 40px !important;
    width: 69.833%;
}

#sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 29.666%;
}

#sidebar .et_pb_module {
    padding-right: 0 !important;
}

.et_pb_widget_area_left {
    border-right: 0 !important;
}

#main-content .container::before {
    width: 0px;
}

/* Woocommerce Pagintaion */
.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: #162e40;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #162e40;
    padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination ul li:hover {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

/* Single Product */
.summary.entry-summary .minus,
.summary.entry-summary .plus {
    vertical-align: middle;
}

.summary.entry-summary .single_add_to_cart_button.button {
    vertical-align: text-top !important;
}

.summary.entry-summary .product_meta span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

.sku_wrapper span,
.summary.entry-summary .product_meta span a {
    color: #162e40;
    font-weight: 400;
}

.sku_wrapper span {
    padding-left: 5px;
}

.summary.entry-summary .product_meta span a:hover {
    color: #162e40;
}

.wishlist-title,
.woocommerce .u-columns h2,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.summary.entry-summary .woocommerce-Reviews-title,
.related.products h2,
.woocommerce-tabs h2,
.summary.entry-summary .product_title.entry-title {
    font-size: 22px !important;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
.woocommerce .star-rating span {
    width: 100% !important;
}
.summary.entry-summary .woocommerce-review-link {
    padding-left: 10px;
    letter-spacing: 1px;
}
.yith-wcwl-share ul {
    padding-top: 0 !important;
}
.summary.entry-summary .comment-form-rating label,
.woocommerce .woocommerce-product-rating {
    margin-bottom: 10px !important;
}
.woocommerce .woocommerce-product-rating,
.summary.entry-summary .tagged_as {
    margin-top: 10px;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    margin-top: 15px;
}

.wishlist-title,
.summary.entry-summary .woocommerce-Reviews-title,
.related.products h2,
.woocommerce-tabs h2 {
    margin-bottom: 15px;
}

.woocommerce-product-attributes-item__label {
    padding: 0 0 0 15px !important;
}

.woocommerce-product-attributes-item__value {
    letter-spacing: 1px;
    padding: 0 !important;
}

.woocommerce-message,
#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea,
.comment-respond span p,
.comment-respond span {
    color: #898989;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea,
.comment-form textarea,
.comment-form input {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    height: 48px;
    line-height: 24px;
    padding: 12px;
    width: 100%;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
    padding: 0 !important;
}

.woocommerce div.product form.cart .variations td {
    padding: 0 10px 0px 0 !important;
}

/* Related Products */
.related.products,
.related.products ul.products li {
    margin-bottom: 0 !important;
}

/* Woocommerce Sidebar */
.woocommerce-message {
    border: 1px solid #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
}

.et_pb_module.shop-sidebar section:last-child {
    margin-bottom: 0;
}

.et_pb_module.shop-sidebar h2.widget-title {
    font-weight: 400;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #162e40;
    text-align: center;
    margin-bottom: 20px;
}

.et_pb_module.shop-sidebar .woocommerce-product-search .search-field {
    border: 1px solid #eeeeee;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 12px;
    width: 100%;
}
.woocommerce div.product p.price {
    color: #162e40;
}
body .woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-top: 0 !important;
}
.woocommerce-MyAccount-content .woocommerce-message {
    margin-bottom: 0 !important;
}
.woocommerce-address-fields .button,
.woocommerce-Button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.form-submit .submit,
.et_pb_module.shop-sidebar .woocommerce-product-search button {
    background-color: #162e40 !important;
    border: 0px !important;
    border-radius: 0 !important;
    cursor: pointer;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    height: 45px;
    letter-spacing: 1px;
    padding: 12px 15px !important;
    width: 100%;
    margin-top: 20px !important;
}
.woocommerce #review_form #respond .stars {
    margin-bottom: 10px !important;
}
.woocommerce #review_form #respond p {
    margin: 0 0 20px;
    padding-bottom: 0 !important;
}
.form-submit .submit {
    margin-top: 0 !important;
}
.form-submit .submit,
.woocommerce-address-fields .button,
.woocommerce-Button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    width: auto !important;
}
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: none !important;
}
.shop-sidebar .widget li:before,
.et_pb_module.shop-sidebar .yith-wcan-list li:before,
.et_pb_module.shop-sidebar .product-categories li:before {
    content: "\45";
    color: #162e40 !important;
    font-family: "ETmodules";
    font-size: 14px;
    position: absolute;
    left: 0;
}
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    border: 0 !important;
    padding: 0 !important;
}
body .woocommerce #customer_login .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row--wide {
    margin-bottom: 10px !important;
}
.woocommerce #customer_login .woocommerce-form-row--wide {
    margin-bottom: 20px !important;
}
.woocommerce #customer_login .woocommerce-form-row--wide:last-child {
    margin-bottom: 0 !important;
}
.woocommerce #customer_login.u-columns .form-row {
    margin-top: 0 !important;
}
#customer_login .woocommerce-form__input.woocommerce-form__input-checkbox,
#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox,
#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    margin-top: 8px !important;
}
#customer_login .woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 0 !important;
}
#customer_login .woocommerce-privacy-policy-text {
    margin-top: 0 !important;
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
    margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    margin-bottom: 20px !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-EditAccountForm.edit-account .form-row {
    padding-bottom: 20px !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:last-child,
.woocommerce-EditAccountForm.edit-account .form-row:last-child {
    padding-bottom: 0 !important;
}
.woocommerce-EditAccountForm.edit-account .form-row:last-child {
    padding-bottom: 20px !important;
}
.shop-sidebar select {
    width: 100% !important;
}
.shop-sidebar .widget #wp-calendar #prev a {
    color: #323232 !important;
}

.shop-sidebar .widget li,
.shop-sidebar .product-categories li,
.et_pb_module.shop-sidebar .yith-wcan-list li,
.et_pb_module.shop-sidebar .product-categories li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.shop-sidebar .widget li:last-child,
.shop-sidebar .yith-wcan-list li:last-child,
.et_pb_module.shop-sidebar .yith-wcan-list li:last-child,
.et_pb_module.shop-sidebar .product-categories li:last-child {
    margin-bottom: 0px;
}

.reset_variations,
.et_pb_module.shop-sidebar li a,
.et_pb_module.shop-sidebar .price_label,
.et_pb_module.shop-sidebar .product-categories li a {
    color: #898989;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
}

.et_pb_module.shop-sidebar .price_label span {
    font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 11px;
    width: 11px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #162e40;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.yith-wcan-color li {
    float: none;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    border: 1px solid #222222 !important;
    margin: 5px 5px 15px 0;
    height: 10px;
    line-height: 9px;
    text-indent: 25px;
    overflow: inherit;
    width: 10px;
    border-radius: 50%;
}
.woocommerce-page .tagcloud a,
.woocommerce .tagcloud a {
    background-color: #162e40;
    color: #ffffff;
    border: 1px solid #162e40;
    border-radius: 50px;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px 10px;
    transition: 300ms ease-in;
}
.woocommerce-page .tagcloud a:hover,
.woocommerce .tagcloud a:hover {
    background-color: #ffffff;
    border: 1px solid #162e40;
    transition: 300ms ease-in;
    color: #162e40 !important;
}
.woocommerce-page .tagcloud a:last-child,
.woocommerce .tagcloud a:last-child {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
    border-radius: 50%;
    border: 0;
}

/* ----------- Shop GRID LIST Icon End ------------- */
/* ----------- Shop Cart Start ---------- */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    background-color: transparent !important;
    border: 1px solid #eeeeee !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-align: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    color: #898989 !important;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 90px;
}

.woocommerce .form-row .woocommerce-Button.button,
.woocommerce .form-row .woocommerce-button.button,
.woocommerce .checkout-button,
.shop_table.cart button {
    background-color: #162e40 !important;
    border: 0px !important;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 12px 15px !important;
}

.shop_table.cart.wishlist_table td.product-add-to-cart .button:hover:after,
.shop_table.cart.wishlist_table td.product-add-to-cart .button:after,
.woocommerce-form.woocommerce-form-track-order .button:hover:after,
.woocommerce-form.woocommerce-form-track-order .button:after,
.woocommerce #place_order.button.alt:hover:after,
.wc-page-cart.wc-page-common .button:hover:after,
.woocommerce-cart .button.wc-backward:hover:after,
.woocommerce-cart .checkout-button.button.alt.wc-forward:hover:after,
.woocommerce-cart .woocommerce .cart .button:hover:after,
.woocommerce .checkout-button:hover:after,
.woocommerce .checkout-button:after,
.shop_table.cart button:hover:after,
.shop_table.cart button:after {
    display: none;
}

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

.woocommerce .checkout-button {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.shop_table.cart.wishlist_table td a,
.shop_table.cart.wishlist_table,
.woocommerce .woocommerce-cart-form__cart-item a {
    color: #162e40;
    font-size: 14px;
    letter-spacing: 1px;
}

.shop_table.cart.wishlist_table td {
    text-align: center;
}

.cart_totals .order-total td,
.cart_totals .cart-subtotal td {
    text-align: right;
}
/* ----------- Shop Cart End ---------- */
/* ----------- Shop Checkout Start -----------*/
.woocommerce .woocommerce-checkout #order_review_heading {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 30px;
}
.woocommerce #place_order.button.alt {
    margin-top: 20px;
}
.checkout_coupon.woocommerce-form-coupon button,
.shop_table.cart.wishlist_table td.product-add-to-cart .button,
.woocommerce-form.woocommerce-form-track-order .button,
.woocommerce #place_order.button.alt,
.wc-page-cart.wc-page-common .button,
.woocommerce-cart .button.wc-backward,
.woocommerce-cart .checkout-button.button.alt.wc-forward,
.woocommerce-cart .woocommerce .cart .button {
    background-color: #3f7b29 !important;
    border: 0px !important;
    border-radius: 0;
    cursor: pointer;
    color: #ffffff !important;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 12px 30px !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce .woocommerce-info {
    background: transparent !important;
    border: 1px solid #eeeeee !important;
    color: #898989 !important;
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 24px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.woocommerce-address-fields .select2-container .select2-selection--single {
    height: 45px;
    line-height: 45px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.woocommerce .woocommerce-message {
    background: transparent !important;
    border: 0px solid #71b02f !important;
    color: #71b02f !important;
    display: inline-block;
    padding: 0 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.woocommerce-billing-fields p.form-row {
    padding-bottom: 20px !important;
}

.woocommerce-billing-fields p.form-row:last-child {
    padding-bottom: 0px !important;
}

.woocommerce .woocommerce-error {
    background-color: transparent;
    color: #ff0000 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 24px;
    display: table !important;
    padding: 0 !important;
}

.woocommerce table.shop_attributes td p a:hover,
.woocommerce table.shop_attributes th p a:hover,
.shop_table.cart.wishlist_table td a:hover,
.woocommerce-MyAccount-content p a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-info a {
    color: #162e40 !important;
}

.checkout_coupon.woocommerce-form-coupon {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cart_totals h2,
.shipping_calculator h2 {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout.woocommerce-checkout .select2-container .select2-selection--single {
    height: 50px;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.woocommerce form .form-row select,
.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
    background-color: transparent !important;
    border: 1px solid #eeeeee !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-align: left;
}

.woocommerce table.shop_attributes td p a,
.woocommerce table.shop_attributes th p a,
.woocommerce form .form-row select,
.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #898989;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
}

.woocommerce form .form-row label {
    margin-bottom: 10px;
}

.woocommerce form .form-row select,
.woocommerce form .form-row input {
    height: 45px;
}

.woocommerce form .form-row textarea {
    height: 70px;
}
.em {
    padding-top: 5px;
    display: table;
}
.woocommerce-MyAccount-navigation ul li:last-child,
.payment_box .payment_method_paypal,
.form-row.place-order {
    margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation ul li,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
    margin-bottom: 10px;
}

.lost_password {
    margin-top: 10px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 30px;
}
.woocommerce-button.button:after {
    display: none !important;
}
.woocommerce .form-row .woocommerce-Button.button,
.woocommerce .form-row .woocommerce-button.button,
.woocommerce .checkout-button,
.shop_table.cart button {
    border-radius: 0 !important;
}
.woocommerce-form__input.woocommerce-form__input-checkbox,
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    height: auto !important;
    margin-top: 23px;
}
/* ----------- Shop Checkout End -----------*/
/* ----------- Woocommerce My Account Start -----------*/
.woocommerce-MyAccount-navigation ul {
    border: 1px solid #eeeeee;
    padding: 20px 20px !important;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row label,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation ul li a {
    color: #898989;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce form .form-row label,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation ul li a {
    letter-spacing: 1px;
}

.woocommerce-MyAccount-content p a {
    color: #162e40;
}

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

.woocommerce-LostPassword.lost_password,
.woocommerce .woocommerce-privacy-policy-text {
    margin-top: 15px;
}

.woocommerce .u-columns .form-row {
    margin-top: 30px !important;
}

.woocommerce .form-row {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce .u-columns form .form-row input.woocommerce-form__input-checkbox {
    height: 20px;
}

.woocommerce .u-columns .woocommerce-form-row.woocommerce-form-row--wide:first-child {
    margin-top: 0 !important;
}

.woocommerce-form.woocommerce-form-register,
.woocommerce-form.woocommerce-form-login {
    margin-top: 20px !important;
}

.woocommerce-form.woocommerce-form-track-order .button {
    margin-top: 30px;
}

.woocommerce-form.woocommerce-form-track-order {
    border: 1px solid #eeeeee;
    padding: 20px;
}

.woocommerce-Address-title  .edit,
.woocommerce-orders-table__cell-order-number a,
.woocommerce-LostPassword.lost_password  a{
	color:#666666;
} 
.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button {
	background-color:#3f7b29 !important;
	border-color:#3f7b29 !important;
	padding: 6px 10px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 100% !important;
}
address {
    font-style: normal;
	padding-top:10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields {
	padding-top:20px;
}
.woocommerce-form-coupon .form-row.form-row-last {
	padding-top:0px !important;
}
/* ----------- Woocommerce My Account End -----------*/
/* ----------- Woocommerce Wishlist Start -----------*/
.shop_table.cart.wishlist_table {
    text-align: center;
}

.yith-wcwl-share {
    margin-bottom: 0;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0px 0;
}

.yith-wcwl-share ul {
    padding-bottom: 0;
    margin: 0;
}
/* ----------- Woocommerce Wishlist End -----------*/
/* ----------------- Meadia Quiery Start ----------------- */
@media only screen and (max-width: 980px) {
    /* Home Page Addcart Button After Icon */
    body #page-container .et_pb_section .et_pb_wc_add_to_cart_0 .button::after {
        content: attr(data-icon) !important;
    }
}
/* -----------------  Meadia Quiery End ----------------- */ 
/* WOOCOMMERCE */
#main-content .container {
    padding-bottom: 80px;
    padding-top: 80px;
}

#left-area.shop-content {
    padding-bottom: 0;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
.entry-summary p.price ins {
    color: #323232;
}

.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del {
    color: #333333 !important;
    font-size: 16px;
    margin: 0 !important;
    font-weight: 400;
    letter-spacing: 1px;
}

/* PRODUCT BUTTON */
.added-cart-wrapper .wc-forward,
body .yith-wcqv-button.button,
.yith-wcqv-button.button,
.button.product_type_variable,
.shop-content .add_to_cart_button,
.yith-wcwl-add-button a.add_to_wishlist,
.grocery_blog_content .comment-reply-link.et_pb_button,
.woocommerce-message .button.wc-forward,
.added_to_cart,
.summary.entry-summary .single_add_to_cart_button.button,
.price_slider_wrapper button,
.wc-page-common .products .add_to_cart_button,
.add_to_cart_button,
.add_to_cart_button.button {
    border: 0 !important;
    background-color: transparent !important;
    color: #222222 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px !important;
}
.add_to_cart_button i {
    font-size: 25px;
    line-height: 35px;
    vertical-align: 0;
}
.cart {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
.woocommerce ul.products li.product .price del {
    background-color: #dcdcdc;
}
.woocommerce ul.products li.product .price bdi {
    background-color: #ded7d7;
    padding: 5px;
}

body .yith-wcqv-button.button:after,
body .yith-wcqv-button.button {
    color: #222222 !important;
}
body .yith-wcqv-button.button {
    color: #222222 !important;
    padding-right: 0 !important;
}

body .products .yith-wcqv-button.button,
body .shop-top-rated-prod .yith-wcqv-button.button {
    color: #333333 !important;
    text-align: center;
    padding: 8px !important;
    margin-right: 20px;
    position: absolute;
    background-color: #ded7d7 !important;
    border-radius: 0;
    left: 0;
    right: 0;
    opacity: 0;
	bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body .products .yith-wcqv-button.button:hover,
body .shop-top-rated-prod .yith-wcqv-button.button:hover {
	color:#ffffff !important;
}
body .products .product:hover .yith-wcqv-button.button,
body .shop-top-rated-prod .products .product:hover .yith-wcqv-button.button {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9 !important;
	
}
body .products .yith-wcqv-button.button,
body .shop-top-rated-prod .yith-wcqv-button.button.button {
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.woocommerce .star-rating span::before {
    color: #222222;
}

.woocommerce-page a.button.yith-wcqv-button.button::after,
.yith-wcqv-button.button:after {
    display: none;
}

body .wishlist-items-wrapper .yith-wcqv-button.button,
body .wishlist-items-wrapper .yith-wcqv-button.button::after {
    left: 5px !important;
    bottom: 0 !important;
}
.woocommerce-page .wishlist-items-wrapper a.button.yith-wcqv-button.button::after,
.wishlist-items-wrapper .yith-wcqv-button.button:after {
    line-height: 8px !important;
}
.wishlist_table a.button {
    white-space: normal;
    margin-bottom: 0 !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 1.6rem;
    color: #3f7b29;
}
.yith-wcwl-add-to-wishlist a {
	color: #3f7b29;
}
body .shop-top-rated-prod.week-popular .woocommerce a.added_to_cart {
    float: right;
}
body .shop-top-rated-prod .woocommerce a.added_to_cart {
    padding: 10px 0 0 0px !important;
    text-align: left !important;
    display: table !important;
    line-height: 20px !important;
    float: none;
    margin: 0 auto;
}
.products.lists .added_to_cart {
    display: table !important;
    padding: 10px 0 0 0px !important;
    text-align: left !important;
}

.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-add-button a.add_to_wishlist,
.form-submit .submit,
.price_slider_wrapper button {
    padding: 0 !important;
}

.wc-page-common .woocommerce-button.button.view {
    color: #ffffff !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after {
    top: 0px;
    right: 2px;
}

.button.product_type_variable:after,
.shop-content .add_to_cart_button:after,
.summary.entry-summary .single_add_to_cart_button.button:after,
.wc-page-common button.single_add_to_cart_button.button.alt::after,
.wc-page-common .products .add_to_cart_button.button::after,
.shop-recent-prod .add_to_cart_button::after,
.shop-top-rated-prod .add_to_cart_button.button::after,
.shop-sale-prod .add_to_cart_button.button::after {
    color: #162e40;
    content: "\e07a" !important;
    position: absolute;
    opacity: 1 !important;
    font-family: ETmodules !important;
    font-size: 12px !important;
    line-height: 20px !important;
    margin-left: 10px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 3px;
}

.summary.entry-summary .single_add_to_cart_button.button:after,
body .yith-wcqv-button.button:after,
.shop-top-rated-prod .add_to_cart_button.button::after {
    display: none;
}

body .yith-wcqv-button.button:after {
    color: #222222;
    content: "\f06e" !important;
    position: absolute;
    opacity: 1 !important;
    font-family: Fontawesome !important;
    font-size: 15px !important;
    line-height: 20px !important;
    margin-left: 10px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.grocery_blog_content .comment-reply-link.et_pb_button:hover:after,
.woocommerce-message .button.wc-forward:hover:after,
.price_slider_wrapper button:hover:after,
.price_slider_wrapper button:after {
    font-size: 20px;
    line-height: 20px;
    opacity: 1;
}

.woocommerce-message .button.wc-forward:hover:after {
    top: 13px;
}

.woocommerce-message .button.wc-forward {
    line-height: 26px !important;
    padding-left: 10px !important;
}

body #page-container .et_pb_section .et_pb_wc_add_to_cart .button::after {
    margin-left: 10px;
}

body #page-container .et_pb_section .et_pb_wc_add_to_cart_0 .button::after,
body #page-container .et_pb_section .et_pb_wc_add_to_cart .button:hover::after {
    margin-left: 12px !important;
}

.woo-image-bottom li:nth-child(8),
.woo-image-bottom li:nth-child(7),
.woo-image-bottom li:nth-child(6),
.woo-image-bottom li:nth-child(5) {
    margin-bottom: 0 !important;
}

.shop-top-rated-prod li.product,
.et_pb_shop.shop-recent-prod li:last-child.product {
    margin-right: 0;
}

.et_pb_shop.shop-recent-prod li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;
    width: 30%;
}

.et_pb_shop.shop-recent-prod li.product .wc-product-meta-group {
    text-align: left;
    float: left;
    padding-left: 20px;
    width: 63%;
}
.added-cart-wrapper {
    font-size: 12px;
    line-height: 22px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	min-width: 300px;
}
.woocommerce img, 
.woocommerce-page img {
    height: auto;
    max-width: 100%;
    vertical-align: text-bottom;
}
.added-cart-wrapper .wc-forward {
    padding-left: 0 !important;
}
.woocommerce li.product,
.shop-top-rated-prod li.product,
.et_pb_shop.shop-recent-prod li.product {
    background-color: #eeeeee;
}
.woocommerce li .wc-product-meta-group,
.shop-top-rated-prod li .wc-product-meta-group {
    padding: 0px 20px 20px 20px !important;
	text-align:center;
}
.products.lists li .wc-product-meta-group {
    padding: 30px 20px 0 30px !important;
}
.button.woocommerce-form-login__submit:after,
.checkout_coupon.woocommerce-form-coupon button:hover:after,
.et_pb_shop.shop-recent-prod .button.add_to_cart_button {
    display: none;
}

.et_pb_shop.shop-recent-prod li {
    margin-right: 3% !important;
}

.et_pb_shop.shop-recent-prod li:last-child {
    margin-right: 0 !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0 !important;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    height: 30px;
}

.woocommerce .quantity .qty {
    width: 2.9em;
}

.woocommerce div.product form.cart {
    display: table;
    position: relative;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-right: 0px !important;
}

.et_pb_module .et_pb_wc_add_to_cart div.product form.cart div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty {
    background-color: #ded7d7 !important;
    border-radius: 0;
    -moz-appearance: textfield !important;
    -webkit-appearance: none;
	appearance: none;
    color: #162e40 !important;
}
.yith-wcwl-add-button {
    padding-bottom: 0;
}
.product_meta {
    border: solid #dadada;
    border-width: 1px 0 0;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}
.woocommerce div.product .entry-summary .cart div.quantity {
    float: none;
    margin: 0;
    display: table-cell;
}

.woocommerce div.product form.cart .button {
    vertical-align: text-bottom;
    float: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 22px !important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}

.sku_wrapper {
    display: flex !important;
    margin-bottom: 10px;
}

.variable-item.color-variable-item.disabled:after,
.variable-item.color-variable-item.disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::before {
    display: none;
}

.woocommerce-checkout-payment .form-row.place-order {
    padding: 0 20px 20px !important;
}

.woocommerce ul.products li.product .price {
    padding-top: 0;
    padding-bottom: 20px;
}

.yith-wcqv-main #yith-quick-view-content .onsale {
    right: 50px !important;
}
.products.lists .yith-wcqv-button.button {
    text-align: center;
    margin-bottom: 10px;
}
/* ----------- Shop GRID LIST Icon Start ------------- */
.wc-products-filter-header {
    border-bottom: 1px solid #dcdcdc;
    height: 70px;
    line-height: 50px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select {
    height: 45px;
}

.woocommerce div.product .entry-summary .single_add_to_cart_button.button,
.woocommerce div.product .single_add_to_cart_button.button {
    margin-left: 20px;
}

.woocommerce .lo_selection #lo_list,
.woocommerce .lo_selection #lo_grid,
.wc-page-common .lo_selection #lo_list,
.wc-page-common .lo_selection #lo_grid {
    position: relative;
    color: #f5f5f5;
}
.wc-page-common .products .add_to_cart_button {
    padding-right: 0 !important;
}
.add_to_cart_button:after,
.price_slider_amount .button:after {
    display: none;
}
.woocommerce .lo_selection #lo_grid,
.wc-page-common .lo_selection #lo_grid {
    margin-right: 20px;
}

.woocommerce .lo_selection #lo_grid:before,
.wc-page-common .lo_selection #lo_grid:before {
    position: absolute;
    margin-left: 12px;
    opacity: 1;
    color: #ffffff;
    font-family: ETmodules;
    font-size: 20px;
    content: "\e08d";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #162e40;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: -10px;
}

.woocommerce .lo_selection .lo_icon:before,
.wc-page-common .lo_selection .lo_icon:before {
    background-color: #f6f6f6 !important;
    color: #162e40 !important;
}

.woocommerce .lo_selection .lo_icon.active:before,
.wc-page-common .lo_selection .lo_icon.active:before {
    background-color: #162e40 !important;
    color: #ffffff !important;
}

.woocommerce .lo_selection #lo_list:before,
.wc-page-common .lo_selection #lo_list:before {
    position: absolute;
    margin-left: 12px;
    opacity: 1;
    color: #162e40;
    font-family: ETmodules;
    font-size: 20px;
    content: "\64";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: -10px;
}

.woocommerce .lo_selection,
.wc-page-common .lo_selection {
    display: inline-block;
}

#main-content ul.products.lists li.product {
    border: 1px solid #dcdcdc;
    clear: both;
    padding-bottom: 0 !important;
    text-align: left;
    width: 100% !important;
	margin-right:0 !important;
}

#main-content ul.products.lists li.product .woocommerce-LoopProduct-link {
    margin-bottom: -7px;
}

#main-content ul.products.lists li.product > a {
    display: inline-block;
    width: 30%;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}
.wc-page-common .products.lists li.product .star-rating {
    text-align: left;
}
.et_shop_image {
    display: block;
    position: relative;
}
.woocommerce .products.lists .wc-product-meta-group,
.wc-page-common .products.lists .wc-product-meta-group {
    float: right;
    padding: 20px 40px;
    text-align: left;
    width: 70%;
}

/* Woocommerce Shop List Page Title */
.woocommerce-products-header__title {
    border-bottom: 1px solid #dcdcdc;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/* Woocommerce Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

/* Woocommerce Product List */
.woocommerce table.shop_attributes th {
    padding: 10px !important;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating:before {
    right: 0;
}

.woocommerce ul.products li.product .star-rating {
    margin: 10px auto 10px !important;
    width: 100%;
}

.wc-page-common .price ins span.woocommerce-Price-amount.amount {
    padding-left: 5px;
}

.woocommerce ul.products {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product .et_overlay {
    background: rgba(34, 34, 34, 0.6);
}

.woocommerce ul.products li.product .et_overlay:before {
    color: #3f7b29;
}


.wc-page-common .products li.product {
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    text-align: left;
    width: 30.26% !important;
}

.wc-page-common .products li.product .star-rating {
    text-align: left;
}

.wc-page-common .products li:nth-child(3n).product {
    margin-right: 0px !important;
}
.woocommerce-page span.onsale,
.woocommerce span.onsale,
.shop-content .product .onsale,
.wc-page-common .products li.product .onsale {
    background-color: #162e40 !important;
    font-size: 13px;
    font-style: italic;
    line-height: 23px;
    letter-spacing: 1px;
    z-index: 9;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce ul.products li.product .onsale {
    left: auto !important;
    margin: 0 !important;
    right: 10px !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    padding: 5px 5px !important;
	border-radius: 0 !important;
	line-height: 100% !important;
}

#left-area,
.grocery_blog_content #left-area {
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 40px !important;
    width: 69.833%;
}
.grocery_blog_content #left-area {
    padding-right: 0 !important;
}
#sidebar,
.grocery_blog_content #sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 29.666%;
}

#sidebar .et_pb_module {
    padding-right: 0 !important;
}

.et_pb_widget_area_left {
    border-right: 0 !important;
}

#main-content .container::before {
    width: 0px;
}
.product_list_widget .star-rating {
    margin: 5px 0;
}

.product_list_widget .product-title {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Woocommerce Pagintaion */
.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: #3f7b29;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #162e40;
    padding: 10px 12px;
}

.woocommerce nav.woocommerce-pagination ul li:hover {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

/* Single Product */
.summary.entry-summary .minus,
.summary.entry-summary .plus {
    vertical-align: middle;
}

.summary.entry-summary .single_add_to_cart_button.button {
    vertical-align: text-top !important;
}

.summary.entry-summary .product_meta span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

.sku_wrapper span,
.summary.entry-summary .product_meta span a {
    color: #162e40;
    font-weight: 400;
}

.sku_wrapper span {
    padding-left: 5px;
}

.summary.entry-summary .product_meta span a:hover {
    color: #162e40;
}

.wishlist-title,
.woocommerce .u-columns h2,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.summary.entry-summary .woocommerce-Reviews-title,
.related.products h2,
.woocommerce-tabs h2,
.summary.entry-summary .product_title.entry-title {
    font-size: 22px !important;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
.woocommerce .star-rating span {
    width: 100% !important;
}
.summary.entry-summary .woocommerce-review-link {
    padding-left: 10px;
    letter-spacing: 1px;
}
.yith-wcwl-share ul {
    padding-top: 0 !important;
}
.summary.entry-summary .comment-form-rating label,
.woocommerce .woocommerce-product-rating {
    margin-bottom: 10px !important;
}
.woocommerce .woocommerce-product-rating,
.summary.entry-summary .tagged_as {
    margin-top: 10px;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    margin-top: 15px;
}

.wishlist-title,
.summary.entry-summary .woocommerce-Reviews-title,
.related.products h2,
.woocommerce-tabs h2 {
    margin-bottom: 15px;
}

.woocommerce-product-attributes-item__label {
    padding: 0 0 0 15px !important;
}

.woocommerce-product-attributes-item__value {
    letter-spacing: 1px;
    padding: 0 !important;
}

.woocommerce-message,
#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea,
.comment-respond span p,
.comment-respond span {
    color: #898989;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"],
#commentform textarea,
.comment-form textarea,
.comment-form input {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    height: 48px;
    line-height: 24px;
    padding: 12px;
    width: 100%;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
    padding: 0 !important;
}

.woocommerce div.product form.cart .variations td {
    padding: 0 10px 0px 0 !important;
}

/* Related Products */
.related.products,
.related.products ul.products li {
    margin-bottom: 0 !important;
}

/* Quantity Products */
.product-quantity .quantity {
    padding-bottom: 0;
    border-bottom: 0;
}
.woocommerce #content .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity,
.woocommerce .quantity {
    width: auto;
    margin: 0;
    display: inline-block;
	padding-right: 15px;
}
html[lang="en-US"] .quantity::before {
    content: " ";
    margin-right: 5px;
    vertical-align: text-bottom;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 50px;
}

.woocommerce #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #333333 !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background-color: #ded7d7 !important;
    height: 29px !important;
	appearance: none;
-moz-appearance: textfield !important;
-webkit-appearance: none;
}


input[type=number].input-text.qty.text::-webkit-inner-spin-button, 
input[type=number].input-text.qty.text::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.plus, .minus {
    border: 1px solid #ddd;
    background-color: transparent;
    padding: 4px 20px;
    border-radius: 0;
	margin-bottom: 20px;
	cursor:pointer;

}
.plus { 
	margin-right:30px;
}
.minus  { 
	margin-right:10px;
}

.wishlist-mod .shop_table.cart,
.cart-mod .shop_table.cart {
	display:table;
}

.woocommerce .product .summary-content form.cart,
#main-content form.cart {
	display: flex;
	align-items: flex-start;
	flex-wrap:wrap;
}
.cart.grouped_form {
	display: block;
}
#main-content .cart .quantity {
    margin: 0 10px 20px 10px !important;
}

#main-content .cart .product-quantity  .quantity {
	 margin: 0 !important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
    box-shadow: none;
}

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

/* Woocommerce Sidebar */
.woocommerce-message,
.et_pb_module.shop-sidebar section {
    margin-bottom: 30px;
    position: relative;
}

.et_pb_module.shop-sidebar section:last-child {
    margin-bottom: 0;
}

.et_pb_module.shop-sidebar h2.widget-title {
    font-weight: 400;
    font-family: "Hind", Georgia, serif !important;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #222222;
    text-align: left;
    margin-bottom: 20px;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.et_pb_module.shop-sidebar.shop-sidebar .et_pb_module.shop-sidebar .woocommerce-product-search .search-field {
    border: 1px solid #eeeeee;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    padding: 12px;
    width: 100%;
}
.woocommerce div.product p.price {
    color: #162e40;
}
body .woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-top: 0 !important;
}
.woocommerce-MyAccount-content .woocommerce-message {
    margin-bottom: 0 !important;
}
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-message .button {
    margin-top: 0 !important;
}
.woocommerce-address-fields .button,
.woocommerce-Button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.form-submit .submit,
.et_pb_module.shop-sidebar .woocommerce-product-search button {
    background-color: #3f7b29 !important;
    border: 0px !important;
    border-radius: 0 !important;
    cursor: pointer;
    color: #ffffff !important;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 45px;
    letter-spacing: 1px;
    padding: 12px 35px !important;
    width: 100%;
    margin-top: 20px !important;
    text-transform: uppercase;
}
.woocommerce-address-fields .button:hover,
.woocommerce-Button.button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.form-submit .submit:hover,
.et_pb_module.shop-sidebar .woocommerce-product-search button:hover {
    background-color: #162e40 !important;
    color: #ffffff !important;
}
.btn.button.show-title-form {
    margin-top: 0 !important;
    display: inline-block !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
    color: #222222 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: 0 !important;
}
.wishlist-title a.show-title-form i {
    margin-right: 5px;
}
.btn.button.show-title-form::after {
    display: none;
}
.woocommerce #review_form #respond .stars {
    margin-bottom: 10px !important;
}
.woocommerce #review_form #respond p {
    margin: 0 0 20px;
    padding-bottom: 0 !important;
}
.form-submit .submit {
    margin-top: 0 !important;
}
.form-submit .submit,
.woocommerce-address-fields .button,
.woocommerce-Button.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    width: auto !important;
}
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: none !important;
}
.shop-sidebar .widget li:before,
.et_pb_module.shop-sidebar .yith-wcan-list li:before,
.et_pb_module.shop-sidebar .product-categories li:before {
    content: "\45";
    color: #222222 !important;
    font-family: "ETmodules";
    font-size: 14px;
    position: absolute;
    left: 0;
}
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    border: 0 !important;
    padding: 0 !important;
}
body .woocommerce #customer_login .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row--wide {
    margin-bottom: 10px !important;
}
.woocommerce #customer_login .woocommerce-form-row--wide {
    margin-bottom: 20px !important;
}
.woocommerce #customer_login .woocommerce-form-row--wide:last-child {
    margin-bottom: 0 !important;
}
.woocommerce #customer_login.u-columns .form-row {
    margin-top: 0 !important;
}
#customer_login .woocommerce-form__input.woocommerce-form__input-checkbox,
#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox,
#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    margin-top: 8px !important;
}
#customer_login .woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 0 !important;
}
#customer_login .woocommerce-privacy-policy-text {
    margin-top: 0 !important;
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
    margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    margin-bottom: 20px !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-EditAccountForm.edit-account .form-row {
    padding-bottom: 20px !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:last-child,
.woocommerce-EditAccountForm.edit-account .form-row:last-child {
    padding-bottom: 0 !important;
}
.woocommerce-EditAccountForm.edit-account .form-row:last-child {
    padding-bottom: 20px !important;
}
.shop-sidebar select {
    width: 100% !important;
}
.shop-sidebar .widget #wp-calendar #prev a {
    color: #323232 !important;
}

.shop-sidebar .widget li,
.shop-sidebar .product-categories li,
.et_pb_module.shop-sidebar .yith-wcan-list li,
.et_pb_module.shop-sidebar .product-categories li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.shop-sidebar .widget li:last-child,
.shop-sidebar .yith-wcan-list li:last-child,
.et_pb_module.shop-sidebar .yith-wcan-list li:last-child,
.et_pb_module.shop-sidebar .product-categories li:last-child {
    margin-bottom: 0px;
}

.reset_variations,
.et_pb_module.shop-sidebar li a,
.et_pb_module.shop-sidebar .price_label,
.et_pb_module.shop-sidebar .product-categories li a {
    color: #898989;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
}

.et_pb_module.shop-sidebar .price_label span {
    font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 11px;
    width: 11px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #222222;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.yith-wcan-color li {
    float: none;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    border: 1px solid #222222 !important;
    margin: 5px 5px 15px 0;
    height: 10px;
    line-height: 9px;
    text-indent: 25px;
    overflow: inherit;
    width: 10px;
    border-radius: 50%;
}
.woocommerce-page .tagcloud a,
.woocommerce .tagcloud a {
    background-color: #eeeeee;
    color: #222222;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    display: inline-block;
    list-style-type: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 5px 10px;
    transition: 300ms ease-in;
}
.woocommerce-page .tagcloud a:hover,
.woocommerce .tagcloud a:hover {
    background-color: transparent;
    border: 1px solid #222222;
    transition: 300ms ease-in;
    color: #222222 !important;
}
.woocommerce-page .tagcloud a:last-child,
.woocommerce .tagcloud a:last-child {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
    border-radius: 50%;
    border: 0;
}

/* ----------- Shop GRID LIST Icon End ------------- */

/* TRACK ORDER */
.wardrobe-track .track_order p:nth-child(1) {
    border: 2px solid #162e40 !important;
    background-color: transparent !important;
    position: relative;
    color: #666666 !important;
    padding: 20px;
    margin-bottom: 20px;
}
.wardrobe-track .track_order p:nth-child(1):before {
    background-color: #162e40 !important;
    content: "";
    top: 5px;
    width: 7px;
    height: 90%;
    position: absolute !important;
    display: block !important;
    left: -4px;
}
.wardrobe-track .track_order p:nth-child(1):after {
    background-color: #162e40 !important;
    content: "";
    top: 5px;
    width: 7px;
    height: 90%;
    position: absolute !important;
    display: block !important;
    right: -4px;
}
/* WISHLIST */
.wardrobe-wishlist .wishlist_table thead th {
    font-size: 14px;
    text-align: center;
}
.wardrobe-wishlist .wishlist_table tbody td {
    font-size: 14px;
    text-align: center;
}
.wardrobe-wishlist .wishlist-empty {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.wardrobe-wishlist .wishlist-title h2 {
    color: #222222;
    margin-bottom: 0;
    padding: 0;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
}
.wardrobe-wishlist .product-name a {
    color: #222222;
}
.yith-wcwl-share ul {
    padding-top: 15px !important;
    padding-left: 0 !important;
}

/* ----------- Shop Cart Start ---------- */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    background-color: transparent !important;
    border: 1px solid #dddddd !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-align: left;	
	height:46px !important;
}

.woocommerce-cart table.cart td.actions .coupon  input[type=text].input-text:-ms-input-placeholder {
	color: #666666 !important;
	opacity:1;
}
.woocommerce-cart table.cart td.actions .coupon  input[type=text].input-text:placeholder {
	color: #666666 !important;
	opacity:1;
}
.woocommerce-cart table.cart td.actions .coupon  input[type=text].input-text::-webkit-input-placeholder {
	color: #666666 !important;
	opacity:1;
}
.woocommerce-cart table.cart td.actions .coupon  input[type=text].input-text:-moz-placeholder {
	color: #666666 !important;
	opacity:1;
}
.woocommerce-cart table.cart td.actions .coupon  input[type=text].input-text::-moz-placeholder {
	color: #666666 !important;
	opacity:1;
}
.woocommerce-cart table.cart td.actions .coupon  input[type=text].input-text {
    color: #666666 !important;
	opacity:1;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 55px;
}

.woocommerce .form-row .woocommerce-Button.button,
.woocommerce .form-row .woocommerce-button.button,
.woocommerce .checkout-button,
.shop_table.cart button {
    background-color: #3f7b29 !important;
    border: 0px !important;
    border-radius: 0;
    cursor: pointer;
    color: #ffffff !important;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 12px 30px !important;
}

.shop_table.cart.wishlist_table td.product-add-to-cart .button:hover:after,
.shop_table.cart.wishlist_table td.product-add-to-cart .button:after,
.woocommerce-form.woocommerce-form-track-order .button:hover:after,
.woocommerce-form.woocommerce-form-track-order .button:after,
.woocommerce #place_order.button.alt:hover:after,
.wc-page-cart.wc-page-common .button:hover:after,
.woocommerce-cart .button.wc-backward:hover:after,
.woocommerce-cart .checkout-button.button.alt.wc-forward:hover:after,
.woocommerce-cart .woocommerce .cart .button:hover:after,
.woocommerce .checkout-button:hover:after,
.woocommerce .checkout-button:after,
.shop_table.cart button:hover:after,
.shop_table.cart button:after {
    display: none;
}

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

.woocommerce .checkout-button {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.shop_table.cart.wishlist_table td a,
.shop_table.cart.wishlist_table,
.woocommerce .woocommerce-cart-form__cart-item a {
    color: #162e40;
    font-size: 14px;
    letter-spacing: 1px;
}

.shop_table.cart.wishlist_table td {
    text-align: center;
}

.cart_totals .order-total td,
.cart_totals .cart-subtotal td {
    text-align: right;
}

/*** Add to cart loading icon ***/
.wc-product-meta-group a.ajax_add_to_cart.loading{
    display: block !important;
    opacity: 1 !important;
}

.wc-product-meta-group a.ajax_add_to_cart.loading:after{
    position:absolute;
    top:0;
    left:0;
    right: 0;
    width: 100%;
    height: 100%;
    font-family: ETmodules !important;
    content: "\e02d" !important;
    background: transparent;
    text-align: center;
    display: table !important;
    opacity: 1 !important;
    margin: 0 auto;
}

.wc-product-meta-group a.ajax_add_to_cart.loading:after{
    animation: refresh 1.3s cubic-bezier(1,1,1,1) infinite;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
}

@keyframes refresh {
    from {
        transform: scale(1.5) rotate(0);
    }
    to {
        transform: scale(1.5) rotate(360deg);
    }
}

.woocommerce a.remove {
	color:#222222 !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #222222 !important;
}
/* ----------- Shop Cart End ---------- */
/* ----------- Shop Checkout Start -----------*/
.woocommerce .woocommerce-checkout #order_review_heading {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 30px;
}
.woocommerce #place_order.button.alt {
    margin-top: 20px;
}

.checkout_coupon.woocommerce-form-coupon button,
.shop_table.cart.wishlist_table td.product-add-to-cart .button,
.woocommerce-form.woocommerce-form-track-order .button,
.woocommerce #place_order.button.alt,
.wc-page-cart.wc-page-common .button,
.woocommerce-cart .button.wc-backward,
.woocommerce-cart .checkout-button.button.alt.wc-forward,
.woocommerce-cart .woocommerce .cart .button {
    background-color: #3f7b29 !important;
    border: 0px !important;
    border-radius: 0;
    cursor: pointer;
    color: #ffffff !important;
    font-family: "Hind", Georgia, "Times New Roman", serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 10px 35px !important;
    transition: 500ms ease-in;
}
body.et_button_no_icon.woocommerce-page a.button.alt,
body.et_button_no_icon.woocommerce-page a.button.alt:hover,
body.et_button_no_icon.woocommerce-page button.button:hover,
body.et_button_no_icon.woocommerce-page button.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button:hover {
	padding: 10px 35px !important;
}
.checkout_coupon.woocommerce-form-coupon button:hover,
.shop_table.cart.wishlist_table td.product-add-to-cart .button:hover,
.woocommerce-form.woocommerce-form-track-order .button:hover,
.woocommerce #place_order.button.alt:hover,
.wc-page-cart.wc-page-common .button:hover,
.woocommerce-cart .button.wc-backward:hover,
.woocommerce-cart .checkout-button.button.alt.wc-forward:hover,
.woocommerce-cart .woocommerce .cart .button:hover {
    background-color: #162e40 !important;
    color: #ffffff !important;
    transition: 500ms ease-in;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce .woocommerce-info {
    background: transparent !important;
    border: 1px solid #eeeeee !important;
    color: #898989 !important;
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 24px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.woocommerce-address-fields .select2-container .select2-selection--single {
    height: 45px;
    line-height: 45px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.woocommerce .woocommerce-message {
    background: transparent !important;
    border: 0px solid #71b02f !important;
    color: #71b02f !important;
    display: inline-block;
    padding: 0 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.woocommerce-billing-fields p.form-row {
    padding-bottom: 20px !important;
}

.woocommerce-billing-fields p.form-row:last-child {
    padding-bottom: 0px !important;
}

.woocommerce .woocommerce-error {
    background-color: transparent;
    color: #ff0000 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 24px;
    display: table !important;
    padding: 0 !important;
}

.woocommerce table.shop_attributes td p a:hover,
.woocommerce table.shop_attributes th p a:hover,
.shop_table.cart.wishlist_table td a:hover,
.woocommerce-MyAccount-content p a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-info a {
    color: #162e40 !important;
}

.checkout_coupon.woocommerce-form-coupon {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cart_totals h2,
.shipping_calculator h2 {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout.woocommerce-checkout .select2-container .select2-selection--single {
    height: 50px;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.woocommerce form .form-row select,
.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
    background-color: transparent !important;
    border: 1px solid #eeeeee !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-align: left;
}

.woocommerce table.shop_attributes td p a,
.woocommerce table.shop_attributes th p a,
.woocommerce form .form-row select,
.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #898989;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
}

.woocommerce form .form-row label {
    margin-bottom: 10px;
}

.woocommerce form .form-row select,
.woocommerce form .form-row input {
    height: 45px;
}

.woocommerce form .form-row textarea {
    height: 70px;
}
.em {
    padding-top: 5px;
    display: table;
}
.woocommerce-MyAccount-navigation ul li:last-child,
.payment_box .payment_method_paypal,
.form-row.place-order {
    margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation ul li,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
    margin-bottom: 10px;
}

.lost_password {
    margin-top: 10px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 30px;
}
.woocommerce-button.button:after {
    display: none !important;
}
.woocommerce .form-row .woocommerce-Button.button,
.woocommerce .form-row .woocommerce-button.button,
.woocommerce .checkout-button,
.shop_table.cart button {
    border-radius: 0 !important;
}
.woocommerce-form__input.woocommerce-form__input-checkbox,
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    height: auto !important;
    margin-top: 23px;
}
/* ----------- Shop Checkout End -----------*/
/* ----------- Woocommerce My Account Start -----------*/
.woocommerce-MyAccount-navigation ul {
    border: 1px solid #eeeeee;
    padding: 20px 20px !important;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row label,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation ul li a {
    color: #898989;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce form .form-row label,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation ul li a {
    letter-spacing: 1px;
}

.woocommerce-MyAccount-content p a {
    color: #162e40;
}

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

.woocommerce-LostPassword.lost_password,
.woocommerce .woocommerce-privacy-policy-text {
    margin-top: 15px;
}

.woocommerce .u-columns .form-row {
    margin-top: 30px !important;
}

.woocommerce .form-row {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce .u-columns form .form-row input.woocommerce-form__input-checkbox {
    height: 20px;
}

.woocommerce .u-columns .woocommerce-form-row.woocommerce-form-row--wide:first-child {
    margin-top: 0 !important;
}
.woocommerce-product-gallery__wrapper .yith-wcwl-add-button {
    display: none;
}
.woocommerce-form.woocommerce-form-register,
.woocommerce-form.woocommerce-form-login {
    margin-top: 20px !important;
}

.woocommerce-form.woocommerce-form-track-order .button {
    margin-top: 30px;
}

.woocommerce-form.woocommerce-form-track-order {
    border: 1px solid #eeeeee;
    padding: 20px;
}
/* ----------- Woocommerce My Account End -----------*/
/* ----------- Woocommerce Wishlist Start -----------*/
.shop_table.cart.wishlist_table {
    text-align: center;
}

.yith-wcwl-share {
    margin-bottom: 0;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0 0;
	padding:0;
}

.yith-wcwl-share ul {
    padding-bottom: 0;
    margin: 0;
}

#yith-wcwl-popup-message {
	border-bottom:5px solid #3f7b29;
}
/* ----------- Woocommerce Wishlist End -----------*/

/* ----------- Woocommerce Quick view Start -----------*/

#yith-quick-view-content.woocommerce div.product {
	display: flex;
	flex-direction: row;
}
#yith-quick-view-content div.summary {
	display: flex;
	align-items: center;
}
#yith-quick-view-content.woocommerce div.images {
	width:56.5%;
}

/* ----------- Woocommerce Quick view End -----------*/
/* ----------- ORDER DETAILS - SUCCESS START -----------*/

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	background-color: #ffffff;
	border:1px solid #eeeeee;
	padding: 10px 15px;
	margin-top: 30px;
	border-radius:3px;
}

.woocommerce ul.order_details li,
.checkout-mod .woocommerce ul.order_details li {
	width: 45%;
	margin: 0 20px 20px 0;
	float: none;
	display: inline-block;
}

.woocommerce ul.order_details li strong {
	font-weight:400;
}

p.woocommerce-notice.woocommerce-notice--success {
	color: #009900 !important;
	border: 1px solid #eee !important;
	padding: 10px;
}

.woocommerce-table--order-details td a {
	color:#222222;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
	padding: 10px 0 20px 0;
}

.woocommerce-order .woocommerce-column__title {
	padding-bottom:20px;
}

/* ----------- ORDER DETAILS - SUCCESS END -----------*/
/* ----------- QUICK VIEW START -----------*/
#yith-quick-view-close {
	width: 40px;
	height: 40px;
	line-height: 35px;
	opacity:1;
	color:#333333;
	font-size: 26px;
}

.wishlist-mod .button.yith-wcqv-button {
	display:none;
}

/* ----------- QUICK VIEW END -----------*/

/* ----------------- Meadia Quiery Start ----------------- */
@media only screen and (max-width: 980px) {
    /* Home Page Addcart Button After Icon */
    body #page-container .et_pb_section .et_pb_wc_add_to_cart_0 .button::after {
        content: attr(data-icon) !important;
    }
	.woocommerce div.product .entry-summary .single_add_to_cart_button.button, .woocommerce div.product .single_add_to_cart_button.button {
		margin-left: 0px;
	}
	.single-product .woocommerce-product-gallery {
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-thumbnail {
		display: block;
		padding-left: 45%;
		width: 100%;
		max-width: 100%;
		position: relative;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-thumbnail img {
		width: 60px;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .item-details {
		display: table;
		width: 100%;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .item-details-table {
		border-top: 1px solid #eeeeee;
		margin-top: 5px;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-name {
		display: table;
		padding-left: 45%;
		position: relative;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-name::before,
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-thumbnail::before {
		position: absolute;
		top: 50%;
		left: 10px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		transform: translateY(-10px);
		color: #333;
		font-weight: 500;
		font-size: 14px;		
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-thumbnail::before {
		content: "Image";
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-name::before {
		content: "Product";
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .additional-info .label,
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .item-details-table .label,
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-name h3 {
		font-size: 14px !important;		
		font-weight: 500;
		color: #333333;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .additional-info .label,
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .item-details-table .label {
		padding-left: 3% !important;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .additional-info .value,
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .item-details-table .value {
		font-size: 14px;
		padding-left: 5%;
		text-align: left !important;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .additional-info-wrapper,
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .item-wrapper {
		width: 100% !important;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table .product-remove {
		text-align: center !important;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .shop_table {
		padding: 0 !important;
		border: 0 !important;
	}
	.woocommerce-page .wishlist-mod .yith-wcwl-form .wishlist_table.mobile li {
		margin-bottom: 20px;
		border: 1px solid #eeeeee;
		padding: 20px 10px;
	}
	.wishlist-mod .shop_table.cart.wishlist_table {
		text-align: left;
		width: 100%;
	}	
}
@media only screen and (max-width: 767px) {
	.plus {
		margin-right: 20px;
		margin-left: 15px;
	}
	.woocommerce div.product .entry-summary .single_add_to_cart_button.button, .woocommerce div.product .single_add_to_cart_button.button {
    margin-left: 0;
	}
	.woocommerce-form-coupon .form-row.form-row-last {
	padding-top:20px !important;
	}
}
@media only screen and (max-width: 540px) {
	#yith-quick-view-content.woocommerce div.product {
		display: flex;
		flex-direction: column;
	}
	#yith-quick-view-modal.open {
		overflow-y:auto;
	}
	#yith-quick-view-modal.open .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		right:auto;
		left:10px;
	}
	.entry-summary p.price span {
		font-size: 22px !important;
	}
	#yith-quick-view-modal.open .yith-wcqv-main {
		top:0 !important;
	}
}
/* -----------------  Meadia Quiery End ----------------- */