/* All styles here are related to AA Shop only. */
button.single_add_to_cart_button.button.alt del {
    display: none !important;
}
#aashop-popup {
	display: none !important;
}
#pickup-address {
    max-width: 352px;
    width: 100%;
    padding-left: 25px;
}
#pickup-address p {
    font-family: 'Inter','Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}
button#place_order {
    position: relative !important;
    top: 30px !important;
}
.woocommerce-privacy-policy-text.aa-shop {
    position: relative !important;
    top: 37px !important;
}
.aashop-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 25px;
}

.aashop-product-list {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
}

.aashop-product-list::after {
    clear: both;
    content: '';
    display: table;
}

.aashop-product-list > li {
    float: left;
    width: 23.7%;
    margin-bottom: 30px;
    
}
.aashop-product-list > li:not(:last-child) {
    margin-right: 14px;
}
.aashop-product-list > li > div {
    padding: 10px;
    background-color: #fff;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    width: 100%;
    height: 503px;
    position: relative;
}
.product-image-holder {
    width: 100%;
    height: 266px;
    text-align: center;
    position: relative;
}
.product-gallery img.attachment-woocommerce_thumbnail {
    height: 100px;
}
.aashop-product-list > li:hover > div {
    box-shadow: 0px 20px 40px rgba(51, 51, 51, 0.2);
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
   
}


.aashop-product-image-link {
    display: block;
    margin: 0 0 10px 0;
}

.aashop-product-name {
    font: 700 19px/22px Helvetica, sans-serif;
    color: #231f20;
    display: block;
    height: 66px;
}

.aashop-product-rating-stars .fa-star {
    color: #fdb813;
    height: 19.3px;
    font-size: 18px;
}
.aashop-product-rating { display: table;height: 45px; }

.aashop-product-rating > div {
    display: table-cell;
    vertical-align: middle;
}

.aashop-product-rating > div:first-child { padding-right: 10px; }

.aashop-product-rating-count {
    font: 400 18px/20px Helvetica, sans-serif;
    color: #231f20;
}

.aashop-product-prices { display: table; }

.aashop-product-prices > div { display: table-cell; }

.aashop-product-prices > div:first-child {
    border-right: 3px solid #efefef;
    padding-right: 7px;
}

.aashop-product-prices > div:last-child { padding-left: 7px; }

.aashop-price-member {
    font: 700 18px/24px 'Open Sans', sans-serif;
    color: #fd7513;
}

.aashop-price-nonmember {
    font: 600 18px/24px 'Open Sans', sans-serif;
    color: #231f20;
}

.aashop-product-prices {
    display: table;
    margin: 8px 0;
}
.aashop-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 12px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    text-align: center;
    font: 700 16px/18px Helvetica, sans-serif;
    color: #231f20;
    border: 1px solid #fdb813;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: absolute;
    bottom: 0px;
    width:249px;
    text-transform: unset;
	margin-right: unset;
    margin-left: 10px;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout, .xoo-wsc-empty-cart a {
    padding: 12px;
    background-color: #fdb813;
    text-transform: unset;
    display: block;
    border-radius: 5px;
    text-align: center;
    font: 700 16px/18px Helvetica, sans-serif;
    color: #231f20;
    border: 1px solid #fdb813;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 100%;
}


.aashop-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-empty-cart .btn:hover {
    background-color: #fdb813;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: unset !important
}

/* pagination */
.aashop-pagination {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.aashop-pagination .page-numbers {
    width: 36px;
    display: block;
    box-shadow: 0 2px 10px #ddd;
    background-color: #fff;
    float: left;
    text-align: center;
    border-radius: 3px;
    margin-left: 3px;
    margin-right: 3px;
    font: 400 13px/36px Helvetica, sans-serif;
    color: #231f20;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}

.aashop-pagination .page-numbers.current, .aashop-pagination .page-numbers:hover {
    background-color: #fdb813;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}

.vc_empty_space.with-border-bottom { border-bottom: 1px solid #ebebeb; }

/* popup */
.aashop-popup-overlay {
    background-color: rgba(34, 34, 34, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.aashop-popup-body {
    width: 785px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 778px;
  }

.aashop-popup-close.xmark {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.aashop-popup-close.xmark:hover {
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.aashop-popup-wrapper { padding: 20px 50px; }

.aashop-highlight-text {
    color: #fdb813;
    font: 700 16px/20px Inter, Helvetica, sans-serif;
    margin: 0 0 22px 0;
}
span.aa-shop-coupon {
    font-family: Inter, Helvetica, sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.16px;
    color: #F90000;
}
.aashop-heading-text {
    font: 700 46px/53px Helvetica, sans-serif;
    color: #2e2e2e;
    margin: 0 0 22px 0;
    width: 85%;
}

.aashop-body-text p {
    font: 400 22px/36px Helvetica, sans-serif;
    color: #6b6b6b;
    margin: 0 0 22px 0;
}

.aashop-buttons {
    list-style: none;
    display: table;
    margin: 0 0 0 auto;
}

.aashop-buttons > li {
    display: table-cell;
    padding-left: 10px;
}

.aashop-buttons > li > a {
    display: block;
    padding: 11px 32px;
}

.aashop-buttons > li:last-child > a {
    background-color: #231f20;
    color: #fdb813;
    font: 700 18px/21px Roboto, sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.aashop-buttons > li:last-child > a:hover {
    background-color: #fdb813;
    color: #231f20;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.aashop-buttons > li:first-child > a {
    font: 500 18px/21px Roboto, sans-serif;
    color: #4c6168;
}

.aashop-listing-categories {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0 0 22px 0;
}

.aashop-listing-categories::after {
    clear: both;
    content: '';
    display: table;
}

.aashop-listing-categories > li {
    float: left;
    display: block;
}

.aashop-listing-categories > li:not(:last-child) {
    margin-right: 71px;
}

.aashop-listing-categories > li > a {
    font: 700 16px/19px Helvetica, sans-serif;
    color: #808080;
    padding: 16px 10px;
    display: block;
    border-bottom: 4px solid #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.aashop-listing-categories > li:hover > a,
.aashop-listing-categories > li.active > a {
    padding: 16px 10px;
    border-bottom: 4px solid #f1aa00;
    color: #f1aa00;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.aashop-listing-filters::after,
.aashop-search-form::after {
    clear: both;
    content: '';
    display: table;
}

.aashop-search-form {
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 10px 15px;
}

.aashop-search-form a, .aashop-search-form input {
    float: left;
    display: block;
    margin: 0;
}

.aashop-search-form a {
    width: 30px;
    color: #484848;
    opacity: 0.8;
}

.aashop-search-form input {
    box-sizing: border-box;
    width: calc(100% - 30px);
}

.aashop-listing-filters > div {
    float: left;
    width: 50%;
}

.aashop-search-field:focus {
    outline: none !important;
    box-shadow: none !important;
}

.aashop-search-form input {
    font: 400 14px/16px Helvetica, sans-serif;
    width: calc(100% - 30px) !important;
    height: 28px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.aashop-sorts {
    display: table;
    margin: 0 0 0 auto;
}

.aashop-sorts div {
    display: table-cell;
    vertical-align: middle;
}

.aashop-sorts table, .aashop-sorts td {
    margin: 0;
    border: 0;
    padding: 0;
}

.aashop-sorts label { margin-right: 10px; }

.aashop-sorts div:last-child { padding-left: 20px; }

.aashop-sorts select {
    border: 1px solid #d7dadd;
    border-radius: 4px;
    font: 400 14px/21px 'Open Sans', sans-serif;
    height: 42px;
    background: #FFFFFF;
    width: 80px;
    -webkit-appearance: menulist;
}
select#aashop-product-sort {
    width: 180px;
}

.aashop-sorts label {
    margin-right: 10px;
    font: 700 16px/26px Helvetica, sans-serif;
    cursor: pointer;
}

.aashop-listing-filters { margin: 0 0 30px 0; }
.discounted_percent {
    position: absolute;
    width: 88px;
    height: 40px;

    /* orange */
    background: #FD7513;
    border-radius: 8px;
    color: #fff;
    font: 700 15px Helvetica, sans-serif;
    line-height: 17.25px;
    text-align: center;
    padding: 11px
}
.xoo-wsch-text {
    font: 700 20px Helvetica, sans-serif;
    line-height: 26px;
   
}
.xoo-wsch-top {
    justify-content: unset !important;
}
.xoo-wsc-product {
    display: flex;
    height: 155px;
    border-bottom: 5px solid rgba(229, 232, 237, 0.3) !important; 
}
span.xoo-wsc-pname {
    font: 700 14px Helvetica, sans-serif;
}
.xoo-wsc-header {
    border-bottom: solid gray 1px;
    height: 75px;
}
.xoo-wsc-qty-price {
    font: 700 16px Helvetica, sans-serif;
}
.xoo-wsc-ft-amt {
    margin: unset;
    width: 100%;
    font: 700 18px Helvetica, sans-serif;
}
.xoo-wsc-ft-amt-value {
    text-align: right;
    float: right;
    font: 700 20px Helvetica, sans-serif;
}
.xoo-wsc-img-col {
    box-sizing: border-box;
    width: 79px !important;
    height: 79px;
    left: 4px;
    top: 5px;
    background: #FFFFFF;
    border: 0.5px solid #E2E2E2;
    border-radius: 3px;
}
.xoo-wsc-img-col img {
    width: 74px !important;
    height: 74px !important;
}
.checkout-page-title {
    margin-top: 50px;
}
.checkout-page-title a{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 65px;
    color: #231F20;

}
.woocommerce table td,.woocommerce table th{
    border: unset
}
.cart-collaterals.large-4.col.pb-0 {
    border: unset !important;
    padding: unset;
    width: 390px;
    max-width: 390px;
}
.cart-collaterals.large-4.col.pb-0 .cart-sidebar{
    padding: 15px;
    background: #F8F8F8;
    border-radius: 4px;
    margin-bottom: 45px;
}
.cart_totals .product-name {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #231F20;
    padding-bottom: 20px;
}
.cart_totals thead {
    border-bottom: 1px solid #E5E8ED;
}

.cart_totals .cart-subtotal th,.cart_totals .cart-subtotal td {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}

.cart-collaterals.large-4.col.pb-0 .shipping__table th {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
} 
.cart-collaterals.large-4.col.pb-0 label.shipping__list_label {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: right;
    color: #231F20;
}
.cart_totals table tr.order-total {
    border-top: 1px solid #E5E8ED;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #231F20;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total td {
    padding-top: 25px;
}

.checkout-btn {
    width: 186px;
    height: 54px;
    border: 1px solid #231F20;
    border-radius: 5px;
    padding: 15px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #231F20;
}
.joinus-btn {
    width: 164.28px;
    height: 54px;
    left: 1129px;
    top: 606px;
    background: #FDB813;
    border-radius: 5px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    float: right;
    color: #231F20;
}
.cart-collaterals.large-4.col.pb-0 table.shop_table.shop_table_responsive {
    margin-bottom: unset;
}
.cart-product-image-holder {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 2px;
}
table.cart td.product-thumbnail {
    min-width: unset;
    max-width: unset;
    width: unser;
}
.row.cart .col-md-7.product-name {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #231F20;
}
.row.cart .col-md-7.product-name.pull-left {
    padding-left: 30px;
}
.row.cart span.cart-price {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #231F20;
}
.row.cart .price-quantity {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #231F20;
    margin-top: 15px;
    position: relative;
}
.row.cart span.woocommerce-Price-amount.amount {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #231F20;
}
.row.cart .quantity-label, .row.cart .cart-subtotal {
    margin-top: 15px;
} 
.row.cart .quantity-label {
    margin-bottom: 15px;
}
.row.cart .cart-subtotal {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;

    text-align: center;
    text-transform: uppercase;

    color: #231F20;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.cart-container.container.page-wrapper.page-checkout {
    margin-top: 30px;
}
.no-result {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    /* or 38px */
    color:#231F20;
    margin-bottom: 20px;
}
.no-result strong {
    color: #F1AA00;
    font-weight: normal !important;
}
.col-md-1.cart-remove-holder.pull-left a.remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 35px !important;
    line-height: 19px !important;
     border-radius:unset;
    color: #000;
    text-align: center;
    border: unset;
    font-weight: normal;
}

.row.cart .quantity input[type=number] {
    border:unset;
    font-size: 16px;
    box-shadow: unset;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.row.cart .quantity .button.minus, .row.cart .quantity .button.plus {
    width: 35px;
    font-size: 15px;
    background: unset;
}
.col-md-7.product-name.pull-left div {
    padding: 0px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    border-top: 1px solid #E2E2E2;
}
table.cart button.button.primary.mt-0.pull-left.small {
    width: 185;
    background: #FDB813;
    border-radius: 5px;
    font-family: 'Helvetica';
    font-style: normal;
    font-size: 16px;
    color: #231F20;
}
  a.button-continue-shopping.button.primary.is-outline {
    width: 245px;
    border: 1px solid #231F20;
    border-radius: 5px;
    font-family: 'Helvetica';
    font-style: normal;
    font-size: 16px;
    color: #231F20;
}
a.button-continue-shopping.button.primary.is-outline:hover{
    background-color: unset;
}
.cart-btn-holder {
    margin-top: 30px;
}
.shop_table .cart_item td {
    padding-bottom: 35px !important;
}
.single-product h1.product-title.product_title.entry-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    color: #242424;
}
.single-product .product span.sku_wrapper {
    display: none !important;
}
.single-product .product-gallery.large-6.col {
    width: 500px;
    max-width: 500px;
}
.single-product .product-info .is-divider.small, .product-info nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}
/*.single-product .product-gallery .image-tools.absolute.bottom.left.z-3 {
    display: none;
}*/
.product-gallery .is-outline:hover, .product-gallery .primary.is-outline:hover {
    color: #fff;
    background-color: #FDB813;
    border-color: #FDB813;
}
 a.woocommerce-review-link {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    position: absolute;
    right: 94px;
    top: 8px;
}
.product-summary table tr+tr {
    border: unset !important;
}
li.variable-item.button-variable-item.selected, .single-product li.variable-item.button-variable-item.selected {
    background-color: var(--wvs-selected-item-background-color,#FEF6E3) !important;
    border: 1px solid #F1AA00;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #F1AA00) !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    background-color: var(--wvs-selected-item-background-color,#FEF6E3) !important;
    border: 1px solid #F1AA00;
    border-radius: 3px;
    font-size: 14px;
    color: var(--wvs-hover-item-text-color,#F1AA00) !important;
    box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 1px #F1AA00) !important;
 }
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: auto !important;
    margin-right: 20px;
    height: 45px;
}
body.single-product .product table.variations {
    width: 65%;
	margin-top:20px;
	margin-bottom: unset;
}
.single-product .quantity input[type=number] {
    border: unset;
    box-shadow: unset;
    background: #FFEEC6;
    border-radius: 6px !important;
    position: relative;
    top: 3px;
    color: #000000;
    font-size: 20px;
    margin: 0px 2px;
    /*pointer-events:none;*/
}
.single-product .quantity .button.minus, .single-product .quantity .button.plus {
    width: 78px;
    font-size: 22px;
    background: unset;
    border: unset;
    color: #000;
}
.single-product .quantity .button.minus:hover, .single-product .quantity .button.plus:hover,button.single_add_to_cart_button.button.alt:hover {
    background-color:#FDB813;
    text-shadow: unset;
}

.single-product .product-summary .quantity {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 190px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}
button.single_add_to_cart_button.button.alt {
    width: 256px;
    height: 58px;
    background: #FDB813;
    border: 1px solid #DCDDDE;
    border-radius: 3px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-transform: unset;
    padding: unset;
}
a.added_to_cart.wc-forward {
    display: none;
}
ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-transform: unset;
    color: #231F20;
}
.image-tools a.zoom-button {
    background: #DCDDDE;
}
.image-tools a.zoom-button i {
    color: #000;
}

    
li#tab-title-description.active a,li#tab-title-reviews.active a{
    font-weight: 700;
    border-bottom: 4px solid #231F20;
}
li#tab-title-additional_information,li#tab-title-accordions_faq {
    display: none;
}
.woocommerce-tabs .tab-panels {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
table.variations th {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
.cr-ajax-search {
    display: none !important;
}
div.cr-all-reviews-shortcode ol li.review div.comment_container img.avatar {
    top: 15px;
    display: none;
}
div#review_form_wrapper {
    width: 100%;
    max-width: 100%;
    padding: 70px;
    background: #F9F9F9;
}
/*div#reviews #comments {
    display: none;
}*/
div#review_form .has-border {
    border: unset !important;
    background: #F9F9F9;
    padding: 50px;
}
div#review_form h3#reply-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    height: 75px;
}
div#review_form p.comment-form-comment label,div#review_form .comment-form-rating label,div#review_form .comment-form-author label, div#review_form .comment-form-email label  {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #000000;
}
div#review_form .comment-form-author input, div#review_form .comment-form-email input  {
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #DCDDDE;
}
div#review_form p.comment-form-comment #comment {
    background: #FFFFFF;
    border: 1px solid #DCDDDE;
}
.comment-form-author span.required,.comment-form-email span.required,div#review_form p.comment-form-comment label .required,div#review_form .comment-form-rating label .required {
    color:red
}
div#review_form p.comment-form-cookies-consent label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
div#review_form  p.comment-form-cookies-consent input {
    width: 20px;
    height: 20px;
    /* left: 205px; */
    top: 1669px;
    background: #FFFFFF;
    border: 1px solid #959595;
    border-radius: 2px;
    position: relative;
    top: 4px;
    margin-left: 0p;
}
div#review_form  #respond input#submit {
    /* position: absolute; */
    width: 187px;
    height: 45px;
    /* left: 205px; */
    /* top: 1719px; */
    background: #FDB813;
    border-radius: 5px;
    color: #000;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 189.5%;
    color: #231F20;
}
div.cr-all-reviews-shortcode ol.commentlist li .comment-text {
    border-bottom: 1px solid #e4e1e3 !important;
    border: none;
    padding-bottom: 30px;
    margin-left: 0px;
    border-radius: unset;
}
.description .iv-comment-product,span.woocommerce-review__dash {
    display: none;
}
div.cr-all-reviews-shortcode ol li.review {
    margin-bottom: 10px;
    margin-left: 0px;
}
strong.woocommerce-review__author {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1E212C;
}
em.woocommerce-review__verified.verified {
    display: none;
}
.comment-text .crstar-rating {
    position: absolute !important;
    top: 90px;
}
time.woocommerce-review__published-date {
    position: absolute;
    left: 17px;
    top: 55px;
}
.comment-text p.meta {
    width: 20%;
}

.comment-text .description {
    width: 80%;
    float: right;
    position: relative;
    top: -56px;
    left: 35px;
}
.comment-text .description p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #484848;
}
.cr-overall-rating-wrap,.ivole-summaryBox.cr-all-reviews-ajax {
    border: unset !important;
}
.woocommerce {
    min-height: 56vh;
}
p.cart-empty.woocommerce-info {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #231F20;
}
.empty-cart-holder {
    margin-bottom: 15px;
}
.empty-cart-button {
    width: 242px;
    height: 50px;
    background: #FDB813;
    border-radius: 5px;
    padding:10px
}
.empty-cart-button a{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #231F20;     
}
.text-center.pt.cart-empty {
    min-height: 55vh;
    padding-top: 120px;
}
button.single_add_to_cart_button.button.alt .price {
    font-size: 24px;
    margin: unset;
    display: unset;
}

.product-info .woocommerce-variation-price {
    display: none;
}
.product-info .product_meta {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
.product_meta>span {
    border-top: unset !important;
}
/*.posted_in > a:first-of-type {
    display: none; 
  }*/
span.posted_in a {
    width: 100px;
    height: 29px;
    background: #DCDDDE;
    border-radius: 3px;
    padding: 7px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.no-result span {
    margin-right: 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item dl.variation {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    /* color: #231F20; */
    margin-top: 15px;
    position: relative;
}
a.back-to-shop {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-align: right;
    text-decoration-line: underline !important;
    color: #231F20;
}
div#not-login {
    box-sizing: border-box;
    width: 57.333333%;
    height: 58px;
    background: rgba(253, 184, 19, 0.06);
    border: 1px solid rgba(253, 184, 19, 0.25);
    border-radius: 4px;
    padding: 14px;
    margin-bottom: 40px;
}
.checkout-page-title.page-title {
    width: 58%;
    margin-bottom: 40px;
}
.page-id-11 .aa-shop-cart {
    border-top: unset;
}
.page-id-11 .aa-shop .large-5.col {
    position: relative;
    top: -140px;
}
.checkout-page-title.page-title .page-title-inner.flex-row.medium-flex-wrap.container {
    padding-left: 0px;
}
div#not-login span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}
div#not-login span a {
    font-weight: 700;
    text-decoration: underline !important;
}
img#checkout-user {
    margin-right: 7px;
}
.aa-shop .woocommerce-billing-fields {
    padding-top: unset;
    border-top: unset;
}
#aas-shop-checkout-field input, #aas-shop-checkout-field select {
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #D7DADD;
}
.aa-shop input#ship-to-different-address-checkbox {
    height: 15px;
    width: 15px;
}
h3.aa-shop.header {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #231F20;
    padding-bottom:25px;
}
#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #222;
    padding: 20px;
  }
  
#aas-shop-checkout-field .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    
}
.woocommerce-privacy-policy-text.aa-shop {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}
.woocommerce-privacy-policy-text.aa-shop a {
    color:#FDB813
}
  
  #aas-shop-checkout-field .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
  }
  
  #aas-shop-checkout-field .card .collapsing {
    
    line-height: 30px;
  }
  
  #aas-shop-checkout-field .card .collapse {
    border: 0;
  }
  
  #aas-shop-checkout-field .card .collapse.show {
    line-height: 30px;
    color: #222;
  }
  #aas-shop-checkout-field a.btn.btn-header-link {
    border: unset;
}
#aas-shop-checkout-field a.btn.btn-header-link {
    border: unset;
    width: 100%;
    text-align: left;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #231F20;
    padding: unset;
}
#aas-shop-checkout-field .card-header {
    padding: 0px;
    background: unset;
    border: unset;
    border-top: 1px solid #E5E8ED;
    border-radius: unset;
    padding-top: 25px;
    padding-bottom: 25px;
}
#aas-shop-checkout-field .card {
    border: unset;
}
.aa-shop .woocommerce-additional-fields {
    display: none;
}
.aa-shop .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 52px;
}
.aa-shop span.select2-selection.select2-selection--single {
    height: 52px;
}
.aa-shop.checkout-review h3 {
    text-align: left !important;
    border: unset;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #231F20;
    text-transform: unset;
    border-bottom: 1px solid #E5E8ED;
    padding: 20px 20px;
    background: #F8F8F8;
    margin-bottom: 0px;
}

form.woocommerce-form-coupon.aa-shop p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #231F20;
}
.aa-shop.checkout-review input {
    height: 52px;
    border-radius: 4px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.aa-shop.checkout-review button {
    height: 52px;
    width: 128px !important;
    background: #231F20;
    border-radius: 0px 4px 4px 0px;
}
#payment-method-content table.shop_table.woocommerce-checkout-review-order-table,div#delivery-method-content #payment {
    display: none;
}

.aa-shop.checkout-review #default-head, .aa-shop.checkout-review tbody .cart_item {
    display: none;
}

.aa-shop.checkout-review table.shop_table.woocommerce-checkout-review-order-table {
    background: #F8F8F8;
}
.aa-shop.checkout-review th,.aa-shop.checkout-review td {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}
.aa-shop.checkout-review .cart-subtotal th,.aa-shop.checkout-review .cart-subtotal td {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}
.aa-shop.checkout-review tr.woocommerce-shipping-totals.shipping td {
    padding: 0px
}
.aa-shop.checkout-review span.woocommerce-Price-amount.amount {
    font-size: 16px
}
.aa-shop.checkout-review #shipping_method {
    margin: 0px 20px;

}
.aa-shop.checkout-review #shipping_method li{
    height: 20px;
}
.aa-shop.checkout-review #shipping_method li label {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 6px;
}
div#aas-shop-checkout-field .woocommerce-billing-fields {
    padding: unset;
    border-top: unset;
}
.aa-shop.checkout-review #shipping_method li input {
    height: unset;
}
.aa-shop.checkout-review tr.order-total th ,.aa-shop.checkout-review tr.order-total span.woocommerce-Price-amount.amount {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 150%;
    color: #231F20;
}
.aa-shop.checkout-review tr.order-total th {
    padding: 10px 20px 25px 20px;
}
div#payment-method-content h3,#delivery-method-content h3 {
    display: none;
}
.place-order-aa-shop {
    width: 700px !important;
    height: 54px !important;
    background: #FDB813 !important;
    border-radius: 5px !important;
    font-family: 'Helvetica' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 189.5% !important;
    text-align: center !important;
    color: #231F20 !important;
    text-transform: unset !important;
}
div#payment-method {
    border-bottom: 1px solid #E5E8ED;
    margin-bottom: 20px;
}
#payment-method-content .form-row.place-order {
    display: none;
}

div#delivery-method-content #default-head, div#delivery-method-content .cart_item,div#delivery-method-content .cart-subtotal,
div#delivery-method-content .cart-discount.coupon-aa-shop,div#delivery-method-content tr.woocommerce-shipping-totals.shipping th,
div#delivery-method-content .order-total {
    display: none;
}
section.related.products h2 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 30px;
}
section.related.products h2 span {
    color: #FDB813;
}
.card.payment-method-card {
    border-bottom: 1px solid #E5E8ED !important;
    border-radius: unset;
    margin-bottom: 50px;

}
.xoo-el-inmodal {
    max-width: 486px !important;
}
.xoo-el-inmodal input{
    background: #FFFFFF !important;
    border: 1px solid #D7DADD !important;
    border-radius: 4px;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #FDB813 !important;
}
.xoo-el-form-container ul.xoo-el-tabs li{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}
a.xoo-el-lostpw-tgr {
    color: #F1AA00 !important;
    font-weight: 600 !important;
}
button.button.btn.xoo-el-action-btn.xoo-el-login-btn,button.button.btn.xoo-el-action-btn.xoo-el-register-btn {
    height: 44px !important;
    background: #FDB813 !important;
    border-radius: 5px;
}
#aas-shop-checkout-field tr.shipping input {
    margin-top: -13px;
}
tr.woocommerce-shipping-totals.shipping {
    display: none;
}
#delivery-method-content tr.woocommerce-shipping-totals.shipping {
    display: block !important;
}

.item-review .row.cart .quantity .button.minus,.item-review .row.cart .quantity .button.plus {
    display: none;
}
.item-review .row.cart .quantity input[type=number] {
    width: 88px !important;
    max-width: 88px;
    border: 1px solid #ddd !important;
}
div#billing-address {
    border-top: unset !important;
}
.product_cat-aa-shop .price-wrapper {
    padding: 10px 0px;
    display: none;
}
.product_cat-aa-shop .product-container {
    padding-top: 50px;
}
.aashop-product-list .product-image-holder img {
    height: 235px;
    object-fit: contain;
}
.cart-product-image-holder {
    max-width: 230px;
    max-height: 230px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cart-product-image-holder img {
    height: auto;
}
.cart .product-image-holder{
    width: unset;
}
.row.cart .col-md-7.product-name.pull-left .col-md-5 {
    padding-left: 15px;
}

.aa-shop-cart {
    border-top: 1px solid #E2E2E2;
}
.row.cart {
    padding: 25px 0px;
    border-bottom: 1px solid #E2E2E2;
}
.sub-total-holder  {
    position: relative;
}

.col-md-7.product-name.pull-left p {
    margin-bottom: 20px;
}
.item-review .row.cart .col-md-7.product-name.pull-left {
    padding-left: 45px;
}
a.button-continue-shopping.button.primary.is-outline {
    display: none;
}
#aa-shop-continue {
    display: block;
}
#delivery-method-content tr.cart-discount {
    display: none;
}
div#aas-shop-checkout-field {
    position: relative;
    top: 15px;
}

p.comment-form-author, p.comment-form-email {
    position: relative;
    bottom: 172px;
}
p.comment-form-comment {
    position: relative;
    top: 112px;
}
.logged-in p.comment-form-comment {
    top: 0;
}
.xoo-wsc-basket {
    display: none !important;
}
.aashop-product-prices.single {
    position: relative;
}
.aashop-product-prices.single .aashop-price-member, .aashop-product-prices.single .aashop-price-nonmember {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #595959;
}
.aashop-product-prices.single .divider {
    border-left: 3px solid #595959;
    height: 19px;
    position: absolute;
    top: 4px;
}
.aashop-product-prices.single > div:first-child{
    border: unset !important;
}
.aashop-product-prices.single {
    position: relative;
    margin-bottom: 40px;
    top: 45px;
}


.aashop-product-rating.single .aashop-product-rating-count{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.badge-container.is-larger.absolute.left.top.z-1 {
    display: none;
}
.discounted_percent.single {
    z-index: 1;
}
div#aashop-cart-icon {
    background: url(/wp-content/uploads/2022/08/aashop-cart-icon.png);
    width: 27px;
    height: 25px;
    background-size: cover;
    display: none;
}
div#aashop-cart-icon div {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 13.8889px;
    line-height: 16px;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    background: #086AD8;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
    position: relative;
    right: -13px;
    bottom: 5px;
}
.woocommerce div#aashop-cart-icon,.page-id-3082 div#aashop-cart-icon, .page-id-11 div#aashop-cart-icon{
    display: block
}
.row.cart:first-of-type {
    border-top: 1px solid #E2E2E2;
}
.page-id-10 .order-total th,.page-id-10 .order-total td {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 150%;
    color: #231F20;
}
.page-id-10 .cart-sidebar .cart-subtotal th,.page-id-10 .cart-sidebar .cart-subtotal td,.page-id-10 .cart-sidebar  .cart-subtotal span.woocommerce-Price-currencySymbol{
font-family: 'Helvetica';
font-style: normal;
font-weight: 700;
font-size: 16px !important;
line-height: 160%;
color: #231F20;
}
.aa-shop .row.cart {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
div#billing-address-content label {
    font-family: 'Inter','Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}
.page-id-11.logged-in .aa-shop .large-5.col {
    top: -78px;
}
.woocommerce-form-coupon-toggle.aashop {
    display: none;
}
.aa-shop.checkout-review {
    position: relative;
}
.aa-shop .order-total-th, th.order-total-th.aashop {
    display: none;
}
.aa-shop th.order-total-th.aashop{
    display: block;
}
.default .aashop-discount-label, .default .shipping-cost {
    display: none;
}
.aa-shop tr.order-total {
    border-top: 1px solid #E5E8ED;
}

.cart-discount {background: unset;}
tr.aashop-discount-label th {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}
.aa-shop .select2-selection__rendered {
    position: relative;
    top: -10px;
}
.aa-shop  tr.fee th {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 160%;
    color: #231F20;
}
.aa-shop .fee span.woocommerce-Price-amount.amount {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 160%;
    text-align: right;
    color: #231F20;
}
/*.aa-shop ul.woocommerce-error.message-wrapper {
    position: absolute;
    bottom: -45px;
}*/
.aa-shop tr.aashop-discount-label th {
    width: 100%;
}
div#delivery-method-content .aashop-discount-label,div#delivery-method-content .fee {
    display: none;
}
.aa-shop .shipping-cost th,.aa-shop .shipping-cost td {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #231F20;
}
.coupon-holder {
    background: #F4F4F4;
    border-radius: 4px;
    height: 40px;
    padding: 6px;
    vertical-align: middle;
}
.coupon-holder .code-holder {
    font-family: 'Inter', 'Helvetica', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #9A9CA5;
}
.coupon-holder img {
    width: 14px;
    height: 14px;
    float: right;
}
a.remove-coupon {
    position: relative;
    top: 5px;
}
/*.aa-shop .cart-discount,tr.cart-discount.coupon-aashop{
    display: none
}*/
.cart-discount {
    background: unset !important;
} 
.coupon-holder {
    display: none;
}
.aa-shop .message-container.container.success-color.medium-text-center,div#delivery-method-content tr.shipping-cost {
    display: none;
}
.image-tools.absolute.bottom {
    position: absolute !important;
    top: 14px;
    left: 410px;
    width: 56px;
    height: 140px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #fff;
}
span.woo-selected-variation-item-name {
    display: none !important;
}
td.value.woo-variation-items-wrapper {
    position: relative;
    top: -45px;
    left: 50px;
}
.single_add_to_cart_button span.woocommerce-Price-currencySymbol {
    font-size: 22px !important;
}
.row.cart .col-md-7.product-name.pull-left dl.variation {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* text-align: center; */
    color: #231F20;
    text-transform: unset;
}
.cart_totals thead th {
    text-transform: unset;
}
.product-tabs {
    border-top: unset;
    border-bottom: 1px solid #231F20;
}
.product-footer .woocommerce-tabs {
    border-top: unset !important;
}
.product-tabs.nav-line-bottom>li>a:before,.product-tabs.nav-line-grow>li>a:before,.product-tabs.nav-line>li>a:before{
    background-color: unset !important;
}
li#tab-title-description.active, li#tab-title-reviews.active {
    width: 115px !important;
    margin-right: 41px !important;
}
.woocommerce-tabs .tab-panels .panel.active {
    display: block !important;
    padding: 20px;
}
.woocommerce-tabs #reviews p.stars {
    margin-top: 0;
}
/*.woocommerce-tabs #reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
}
/*.woocommerce-tabs #reviews p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}*/
.xoo-el-sidebar {
    display: none !important;
}
form.xoo-el-action-form.xoo-el-form-login h3 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #2E2E2E;
}
form.xoo-el-action-form.xoo-el-form-login p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #787A80;
    margin-bottom: 40px;
}
.page-id-11 .item-review .row.cart .quantity input[type=number]{
    pointer-events: none;
}
#delivery-method-content input {
    position: relative;
    bottom: 0px;
}
#delivery-method-content th {
    display: none;
}
#delivery-method-content label.shipping__list_label {
    width: 100%;
    position: relative;
}
#delivery-method-content label.shipping__list_label .woocommerce-Price-amount.amount {
    position: absolute;
    right: 60px;
    text-align: left !important;
}
div#free-shipping-holder p img {
    width: 42.02px;
    height: 29.74px;
    margin-right: 14px;
}
#free-shipping-holder {
margin:36px 0px
}
#free-shipping-holder p{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 140%;
/* or 25px */
color: #231F20;
}
#reviews .comment_container img {
    display: none;
}
#reviews .comment_container time {
    position: relative;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #787A80;
    top: 5px;
}
#tab-reviews #comments .commentlist li .meta strong {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1E212C;
}
.star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before{
    color: #FDB813 !important
}
#tab-reviews #comments .commentlist li .star-rating {
    margin-top: 85px !important;
}
.review-inappropriate,span.review_helpful,div#reviews_summary h3  {
    display: none;
}
.woocommerce-product-rating {
    width: 30%;
    float: left;
}
#tab-reviews .reviews_bar {
    width: 50%;
    float: left;
}
#reviews_summary .woocommerce-product-rating .ywar_review_count {
    float: unset !important;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
color: #1E212C;
display: block;
}
div#reviews_summary {
    position: relative;
    height: 190px;
}
#reviews_summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    margin-right: 1em;
    position: relative;
    top: 15px;
    height: 115px;
}
#reviews_summary .woocommerce-product-rating p {
    position: absolute;
    top: 100px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #6B6B6B;
}
span.ywar_scala_rating {
    background-color: #E5E8ED !important;
    height: 4px !important;
    border-radius: 40px;
}
span.ywar_perc_rating {
    height: 4px !important;
    border-radius: 40px;
}
span.ywar_stars_value {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #787A80;
    position: relative;
    bottom: 9px;
    left: 25px;
}
.ywar_votereview {
    margin: unset !important;
    border:unset !important;
    width: 28px  !important;
}

#reviews_order {
    border-bottom: 1px solid #E5E8ED !important;
}
#tab-reviews #comments .commentlist li {
    margin: unset !important;
    box-shadow: unset !important;
    border: unset !important;
    border-bottom: 1px solid #E5E8ED !important;
    border-radius: unset !important;
    padding: unset !important;
    margin-bottom: 30px !important;
}
div.reply {
    padding: 10px 0;
    float: right;
    display: none;
}
h3#reply-title p {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6B6B6B;
    margin-top: 20px;
}

span.ywar_num_reviews {
    font-family: 'Helvetica' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    display: flex;
    align-items: center !important;
    text-align: right !important;
    color: #787A80 !important;
    position: relative;
    bottom: 10px;
}
.product-summary .woocommerce-product-rating {
    top: -72px;
}
.product-summary .star-rating {
    font-size: 18px !important
}
.aashop-product-prices.single.not_rated {
    top: 7px;
}

.featured-slider button.slick-arrow {
    display: none !important;
}

.featured-slider .product-image-holder img {
    width: 253px;
    height: 253px;
    max-width: 253px !important;
}
.featured-slider .slick-list.draggable {
    height: 565px;
    margin-bottom: 70px;
}
div#payment label {
    font-size: 14px;
}
div#payment img {
    width: 100px;
}
.featured-slider .aashop-product-item-wrapper {
    position: relative;
    height: 488px !important;
}
.featured-slider .aashop-product-rating-count {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
}
.flex-col.hide-for-medium.flex-left.flex-grow {
    position: relative;
}
li#menu-item-103 {
    margin-right: 0 !important;
    position: absolute;
    right: 0;
}
.header-nav-main li:last-child {
    margin-right: unset !important;
    position: unset !important;
    right: unset !important;
}
#mobile-cart {
    display: none;
}
.slick-dots {
    bottom: -24px;
}
.featured-slider .product-image-holder {
    width: 266px;
    height: 253px;
    margin-bottom: 38px
}
.featured-slider .aashop-product-prices {
    margin: 4px 0;
}
.featured-slider .product-list-inner {
    height: 500px;
    width: 282px;
    padding: 10px;
}
.featured-slider .aashop-product-item-wrapper:hover .product-list-inner,.featured-slider .aashop-product-item-wrapper:focus .product-list-inner {
     box-shadow: 0px 20px 40px rgb(51 51 51 / 20%);
    transition: box-shadow 0.3s; 
    -webkit-transition: box-shadow 0.3s; 
    -moz-transition: box-shadow 0.3s;
}
.featured-slider .aashop-product-name {
    height: 42px;
    margin-bottom: 12px;
    width: 280px
}
.featured-slider .aashop-product-rating-stars .fa-star {
    font-size: 16px;
}
.featured-slider .aashop-price-member, .featured-slider .aashop-price-nonmember {
    font-size: 16px !important;
}
.featured-slider .aashop-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    bottom: 0px;
}
.featured-slider .aashop-product-name {
    font-weight: bold;
    font-size:18px;
}
.featured-slider .aashop-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 16px;
    line-height: 16px;
    width: 255px !important;
    height: 44px;
    margin: unset;
    padding: 12px
}

span.xoo-wsch-close.xoo-wsc-icon-cross {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #787A80;
    font-weight: unset;
}
span.xoo-wsc-pname a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 150%;
    color: #1E212C;
}
.woocommerce-variation-availability {
    display: none;
}
select#selectYearId {
    height: 37px;
}
select#selExpiryMonth {
    height: 37px;
}
div#stocks-holder {
    margin-bottom: 10px;
    font-size: 17px;
}

@media(min-width: 1200px) {
	.aashop-product-list > li {
		width: 23%!important;
		margin-right: 1%!important;
		margin-left: 1%!important;
	}
}

@media(max-width: 1199px) and (min-width: 768px) {
	.aashop-product-list > li {
		width: 31.33%!important;
		margin-right: 1%!important;
		margin-left: 1%!important;
	}
}

@media(max-width: 767px) {
	.show-on-desktop {
		display: none !important;
	}
	#aashop-banner .vc_col-sm-5 .vc_column-inner {
		padding: 0 !important;
		margin-right: 0px !important;
	}
	.aashop-product-list .product-image-holder img {
		height: 235px;
		object-fit: contain!important;
	}
	.aashop-product-list > li {
		width: 48%;
		margin-right: 1%!important;
	}
	.aashop-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		margin-left: 0px!important;
		margin-top: 10px!important;
	}
}

@media(min-width: 768px) {
	.show-on-mobile {
		display: none !important;
	}
}