/*
Theme Name: err

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}

/**
 * Products
 */
ul.products {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .add_to_cart_button.added {
    display: none;
}

.woocommerce a.added_to_cart {
    padding-top: 0;
    padding: 2px 15px;
    border-radius: 3px;
}

.woocommerce a.added_to_cart:hover {
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #FFA400;
}

.added_to_cart,
ul.products li.product .button {
    background: #2acb35;
    color: #fff;
    font-weight: normal;
}

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

@media screen and (min-width: 48em) {

    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }

    ul.products li.product.first {
        clear: both;
    }

    ul.products li.product.last {
        margin-right: 0;
    }

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-4 li.product {
        width: 22.15%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}

/**
 * Single product
 */
.single-product div.product {
    content: "";
    display: table;
    table-layout: fixed;
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

/**
 * Checkout
 */

form.woocommerce-checkout {
    overflow: hidden;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}

form.woocommerce-checkout #order_review_heading {
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

form.woocommerce-checkout .col2-set {
    width: 50%;
    margin: 0;
    position: relative;
    float: left;
    min-height: 1px;
}

form.woocommerce-checkout .woocommerce-checkout-review-order {
    position: relative;
    float: left;
    min-height: 1px;
    width: 50%;
    background-color: #fbfbfb;
    padding: 25px;
}

@media (max-width: 768px) {
    form.woocommerce-checkout #order_review_heading {
        margin-top: 50px;
    }
    form.woocommerce-checkout .woocommerce-checkout-review-order,
    form.woocommerce-checkout .col2-set {
        width: 100%;
    }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #2acb35;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #FFA400;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #FFA400;
    opacity: 1;
}

p.stars.selected a.active~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #2acb35;
    opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

.perched-info .quantity {
    float: left;
}

.perched-area .quantity .input-text {
    text-align: center;
    border: 1px solid #2acb35;
    color: #2acb35;
    padding: 5px 21px;
    width: 5.5em;
}

.single-product .summary .price,
.product-details-content .price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2acb35;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: inherit;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
#myTabContent .commentlist {
    padding-left: 0;
}

#myTabContent .commentlist .avatar {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.comment-text {
    margin-bottom: 15px;
    overflow: hidden;
}
#myTabContent #rating {
    width: 100%;
    background: #f1f1f1;
    height: 50px;
    border: none;
    padding: 10px;
}

#myTabContent .woocommerce-product-attributes-item th {
    padding-right: 20px;
}

#myTabContent .woocommerce-product-attributes-item p {
    margin-bottom: 0;
}

.comment-form input[type=submit] {
    background: #2acb35;
    color: #fff;
    cursor: pointer;
}
.comment-form input[type=checkbox] {
   width: unset;
   margin-right: 10px;
}
.comment-form-cookies-consent {
    
}
.woocommerce-Reviews-title {
    display: none
}

.perched-info .button {
    border: 2px solid #2acb35;
    border-radius: 50px;
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 14px;
    background: #2acb35;
    color: #fff;
    font-weight: bolder;
}
#myTabContent #rating:focus {
	outline: none;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    content: "";
    display: block;
    table-layout: fixed;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #f1f1f1;
}

.woocommerce-error {
    background-color: #f1f1f1;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {

    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #2acb35;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #2acb35;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #2acb35;
}

.woocommerce form .form-row textarea {
    height: 160px
}

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

.select2-container .select2-selection--single,
.woocommerce form .form-row input.input-text {
    height: 50px;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}


.product-info .product_meta>span {
    text-transform: capitalize;
    display: block;
    color: #2acb35;
}

.product_meta>span a, 
.product_meta>span span {
    color: #747373;
    margin-left: 5px;
    text-transform: capitalize;
}

#review_form .comment-form input {
    margin-bottom: 0;
}
.comment_container {
	overflow: hidden;
}
.woocommerce-cart table.cart .coupon #coupon_code {
    min-width: 120px;
}
.woocommerce-cart table.cart .coupon .button {
	height: 33px;
}
.woocommerce-cart table.cart .quantity .qty {
    width: 5.5em;
    text-align: center;
}
.woocommerce-cart table.cart a.remove {
	margin-left: auto;
	margin-right: auto;
}
.product-price-meta {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.product-price-meta .price {
	margin-right: 20px;
}
.product-price-meta .star-rating {
    font-size: 12px;
}
.product-details-content>p {
    color: #747373;
    margin-bottom: 41px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.product-info .product_meta>span {
    text-transform: uppercase;
    display: block;
    color: #2acb35;
    font-weight: 600;
    font-size: 14px;
}
.product-info .product_meta>span a {
	font-weight: 500;
}
.product-info h5 {
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.perched-info {
    padding-bottom: 40px;
    margin-bottom: 35px;
}
.product-details-content .product-info {
    margin-bottom: 60px;
}
.product-desc-wrap .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #545353;
    position: relative;
    padding-bottom: 3px;
}
.product-desc-wrap .nav-tabs .nav-link.active {
	color: #545353;
}
.product-desc-wrap .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2acb35;
	opacity: 0;
}
.product-desc-wrap .nav-tabs .nav-link.active:before {
	opacity: 1;
}
.product-desc-wrap p {
    font-size: 14px;
    line-height: 26px;
}
.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.product-wrap.inner-shop-item {
    margin-right: 0;
    margin-bottom: 70px;
}
.inner-shop-item .product-details-content>h3 {
    font-size: 24px;
}
.inner-shop-item .price del {
    margin-right: 7px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #2acb35;
}
.inner-shop-item .product-details-content > h3 a:hover {
	color: #2acb35;
}
.inner-shop-item .perched-info {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-product .inner-shop-item img {
	padding: 0;
}

.woocommerce span.onsale {
    min-height: 50px;
    min-width: 50px;
    top: 10px;
    left: 25px;
    line-height: 1.5;
    padding: 16px 10px;
    background-color: #2acb35;
    font-weight: 500;
}
.product-details-content .price del {
	margin-right: 7px;
}
.product_meta .posted_in {
    display: block;
}
.related-product-item .product-details-content .product-rating {
    margin-bottom: 0;
    margin-top: -43px;
    display: inline-block;
    float: right;
}
.product-details-content .product-rating {
    margin-bottom: 0;
}
.product-details-content .product-rating .star-rating {
    float: unset;
    margin-bottom: 20px;
}
.woocommerce .star-rating {
	font-size: 14px;
}
.related-product-item .product-details-content {
    margin-top: 0;
}
.related-product-item .product-thumb {
    margin-bottom: 25px;
}
.single-product.slick-slide {
	text-align: center;
}
.single-product.slick-slide img {
    display: inline-block;
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	min-width: 100%;
}
.woocommerce .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 11px;
}
.woocommerce-Reviews .comment-reply-title {
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3c3444;
}
.product-desc-wrap .comment-form-cookies-consent {
    display: flex;
    padding: 0 0;
}
.product-desc-wrap .comment-form-cookies-consent input {
	margin-top: 8px;
}
.product-desc-wrap .woocommerce-noreviews {
    padding: 5px 20px;
}
.shop_table_responsive tr td.product-remove a {
    text-align: center !important;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 50px;
}
.woocommerce-cart table.cart .coupon #coupon_code {
    min-width: 170px;
    padding: 8px 15px 7px;
}
.woocommerce-cart table.cart .coupon .button,
.woocommerce button.button {
    height: 41px;
    font-weight: 600;
    border-radius: 0;
	text-transform: capitalize;
}
.woocommerce-cart table.cart .coupon .button:hover,
.woocommerce button.button:hover {
	background: #2acb35;
	color: #fff;
}
.woocommerce form .form-row {
    margin: 0 0 20px;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 51%;
    display: inline-block;
    margin-right: 1em;
    border: 2px solid #ebebeb;
    padding: 10px 20px;
	    font-size: 14px;
}
.woocommerce div.product form.cart .variations select:focus {
	border-color: #ebebeb;
}
.woocommerce .woocommerce-variation.single_variation {
    margin-bottom: 25px;
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 10px 20px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
.woocommerce a.remove:hover {
	background-color: transparent !important;
}
.group_table .woocommerce-grouped-product-list-item__label a{
	font-size: 16px;
    font-weight: 500;
    color: #3c3444;
}
.product-details-content.shop_page .perched-info {
    border: none;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.product-details-content.shop_page > h3 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 700;
}
.product-details-content.shop_page {
    margin-top: 25px;
}
.product-details-content.shop_page .price {
    margin-bottom: 15px;
}
.product-details-content.shop_page > p {
    margin-bottom: 25px;
}
.product-details-content.shop_page .button,
.woocommerce div.product form.cart .button {
    background: #2acb35;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 13px 25px;
    border-radius: 50px;
    line-height: 1.4;
	height: auto;
}
.product-details-content.shop_page > h3 a:hover {
	color: #2acb35;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
	align-items: flex-start;
	margin: 0 -10px !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	padding: 0 10px;
	width: 25% !important;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding: 8px 12px;
    border: 1px solid #ddd;
}
.woocommerce div.product form.cart .group_table td label {
	margin: 0;
}
.perched-area .quantity .input-text {
    text-align: center;
    color: #747373;
    padding: 10px 12px;
    min-height: 46px;
    font-weight: 500;
    font-size: 14px;
    width: 100px;
    border-radius: 50px;
    border: 2px solid #2acb35;
}
.perched-area .woocommerce-grouped-product-list-item__quantity .quantity .input-text {
    padding: 7px 12px;
    min-height: auto;
}
.woocommerce div.product form.cart {
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #d7d7d7;
}
.woocommerce div.product .product-info .product_meta > span + span {
	margin-top: 7px;
}
.woocommerce div.product .product-info .product_meta>span a {
    font-weight: 600;
}
.woocommerce div.product .product_meta>span span,
.woocommerce div.product .product_meta>span a{
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    padding: 0;
    background: transparent;
	margin: 0 20px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    color: #3c3444;
    padding: 0 0 15px;
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #2acb35;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #f1f1f1;
    padding: 5px 15px;
}
.woocommerce table.shop_attributes th {
    font-weight: 600;
    padding: 10px 20px;
}
 .perched-area .woocommerce-variation-add-to-cart .quantity .input-text {
    font-weight: 600;
    border-radius: 50px;
	width: 100px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 15px 0 0;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-page .woocommerce-message .button {
	margin-left: 30px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 5px 20px 5px 40px;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: 5px;
    left: 15px;
    font-size: 14px;
}
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 50%;
    overflow: visible;
}
.woocommerce form .form-row-last button.button {
    height: 50px;
    padding: 17px 25px;
    font-weight: 600;
    border-radius: 0;
    text-transform: capitalize;
}
.woocommerce #reviews #comment {
    height: 200px;
}
.woocommerce .star-rating {
    float: initial;
}
.woocommerce div.product form.cart {
    margin-top: 30px;
}
.woocommerce-message {
    border-top-color: #2acb35;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #2acb35;
}
.woocommerce-info {
	border-top-color: #2acb35;
}
.woocommerce-checkout-payment .woocommerce-notice--info {
    padding: 12px 20px 15px 45px;
}
.woocommerce-checkout-payment .woocommerce-info::before {
    top: 14px;
    left: 18px;
}
.woocommerce-form-coupon-toggle {
    margin-top: 15px;
}