/*
Theme Name: NA Child
Theme URI: https://wordpress.org/
Author: Naji Amer @n_for_all
Author URI: https://wordpress.org/
Description: Child theme, use this to customize the na theme
Template: na-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: na

*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --wc-form-border-color: rgb(139 139 139 / 80%);
}

body {
    font-family: Inter, Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}


.rtl .woocommerce #payment #place_order,
.rtl.woocommerce-page #payment #place_order {
    float: none;
}

.page-template-page-boxed-notitle {
    padding-top: 10rem;
}

.page-template-page-boxed-notitle .navbar-fixed-top {
    background: #000;
}

.h2,
h2 {
    font-size: 25px;
}

.navbar-brand img {
    height: 70px;
}


.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.wp-block-separator {
    border-top: 1px solid #eee !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.label {
    font-family: Lora;
    color: #333;
}

ul {
    padding-left: 20px;
}

.home .entry-title h2 {
    text-align: center;
    margin: 30px 0 50px;
}

.na-slider-wrapper .na-slide-inner:before {
    background: url("img/back.svg") no-repeat center center;
    opacity: 0.9;
    display: none;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.single #main .woocommerce-breadcrumb {
    margin-top: -100px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.42);
}

.single #main>div.container {
    padding: 0;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    background-color: #fff;
}

.single #main div.product.type-product {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}

.woocommerce span.onsale {
    height: 3.236em;
    width: 3.236em;
    overflow: hidden;
}

.panel {
    border-top: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    background-color: #fff;
}

.woocommerce table.cart td.actions .coupon .input-text {
    min-width: 0;
}

.woocommerce table.cart td.actions .coupon {
    flex-wrap: wrap;
    display: flex;
}

.woocommerce-page table.cart td.actions .coupon .input-text+.button {
    padding: 0.2rem 1rem;
    line-height: 1.4;
}

.woocommerce span.sku_wrapper {
    display: none;
}

td.label {
    display: table-cell !important;
}

.single #main div.product.type-product:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}

.mouse {
    opacity: 0.8;
    border-width: 1px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 2px;
}

body.scrolling .navbar-default {
    background-color: #000;
    transition: all ease 0.5s;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    line-height: 3.6rem;
    text-align: left;
    width: 45px;
    box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding: 4px;
    border: 1px solid #f7f7f7;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    height: 38px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    line-height: 3.8rem;
}

.btn,
#ajaxy-cart .product-view-cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border-color: #d98b31;
    color: #d98b31;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 400;
    padding: 8px 25px;
    margin-bottom: 10px;
    background: #f7f9f6;
    line-height: inherit;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #d7872a;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
    float: left;
    line-height: 34px;
    margin-right: 5px;
    background: #d7872a;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 3px;
}

.woocommerce-variation.single_variation .woocommerce-variation-price span {
    color: #fff;
    font-family: Roboto Condensed;
    letter-spacing: -0.3px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #d7872a;
}

#ajaxy-cart .product-view-cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: transparent;
    border-width: 1px;
    border-style: solid;
}

.btn:hover,
#ajaxy-cart .product-view-cart .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #d7872a;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #d7872a;
    color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15rem;
    float: left;
    padding: 0.5rem;
}

.decorated.green {
    color: #d98b31;
}

.decorated.green:before {
    background: #d98b31;
}

.decorated {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0;
}

.decorated.center:before {
    left: 50%;
    transform: translateX(-50%);
}

.decorated:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    background: #343434;
}

a {
    color: #d98b31;
}

a:hover {
    color: #d98b31;
    text-decoration: underline;
}

.woocommerce ul.products li.product {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.woocommerce-product-details__short-description {
    font-size: 1.4rem;
    clear: both;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    margin-top: 4rem;
}

.home .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    margin-top: 0rem;
}

.home .woocommerce ul.products li.product .woocommerce-product-details__short-description {
    display: block;
    font-size: 1.2rem;
    clear: none;
}

.woocommerce ul.products li.product .product_meta {
    margin-bottom: 15px;
    font-size: 12px;
}

.woocommerce ul.products li.product .tagged_as {
    display: none;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.8rem;
}

.home .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 2.5rem;
}

.products.columns-2 .product .woocommerce-list-image {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.widget.woocommerce.widget_product_tag_cloud .tagcloud>a {
    font-size: 12px !important;
}

.na-slider-wrapper .na-slide-inner .na-slide-text {
    font-family: lora;
}

.archive .widget.woocommerce {
    margin-bottom: 45px;
}

.copyright ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

.copyright ul.menu li a {
    display: block;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.51);
}

.copyright ul.menu li:last-child {
    border: 0;
}

.archive .navbar-default,
.single .navbar-default {
    background: #000;
}

.copyright ul.menu li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.copyright .menu-footer-menu-container {
    display: inline;
    margin-left: 30px;
}

.copyright .menu {
    display: inline-block;
}

section.related.products>h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
}

.woocommerce section.related.products ul.products li.product .woocommerce-loop-category__title,
.woocommerce section.related.products ul.products li.product .woocommerce-loop-product__title,
.woocommerce section.related.products ul.products li.product h3,
.woocommerce section.related.products ul.products li.product .price {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #81aa6e;
}

.woocommerce-column--billing-address {
    display: none;
}

section.related.products {
    padding-top: 30px;
    clear: both;
    border-top: 1px solid #f7f7f7;
}

#main .main-inner section#section-gallery {
    margin-top: 30px;
}

#main .main-inner section#section-newsletter {
    padding: 45px 0;
    background: #f7f7f7;
    /* margin-top: 30px; */
    /* background: rgba(91, 91, 91, 0.9); */
}

.wpcf7-form span.wpcf7-not-valid-tip {
    display: none !important;
}

#section-newsletter div.wpcf7>form {
    display: inline-block;
}

#section-newsletter div.wpcf7 .ajax-loader {
    position: absolute;
    right: -30px;
    top: 10px;
}

.wpcf7-form {
    position: relative;
}

#section-newsletter .wpcf7-form .wpcf7-text {
    border: 1px solid #f1f1f1;
}

#section-newsletter .wpcf7-form .wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 38px;
    border: 0;
    padding: 0 15px;
    background: #d98b31;
    border-radius: 0 3px 3px 0;
}

.na-slider-wrapper .na-slide-inner .na-slide-text h1 {
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 10px #000;
    font-size: 230%;
}

.na-slider-wrapper .na-slide-inner .na-slide-text .btn {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    font-family: inherit;
    margin-top: 15px;
    font-size: 16px;
    background-color: transparent;
}

.woocommerce div.product form.cart .variations label {
    padding-top: 0.7rem;
}

#main .main-inner section:nth-child(2n) {
    background: #f7f7f7;
}

#main .main-inner section:nth-child(2n) {
    background: #fff;
}

.na-slider-wrapper .na-slide-inner .na-slide-text {
    max-width: 80%;
    text-align: center;
    margin-left: 10%;
}

.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    background: transparent;
}

.navbar-default .navbar-nav>li ul.sub-menu li>a:hover {
    background-color: rgba(129, 170, 110, 0.2);
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: rgba(117, 164, 99, 0.15);
    color: rgba(255, 255, 255, 0.7);
}

.navbar-default .navbar-nav>li.menu-item-has-children>a:after {
    border-color: rgba(255, 255, 255, 0.17) transparent;
}

.entry-header {
    background: #000;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.6);
}

.subfooter .payment-icon svg path {
    fill: rgba(255, 255, 255, 0.51);
}

.subfooter .payment-icon:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}

.subfooter .payment-icon svg {
    float: left;
}

.copyright {
    line-height: 35px;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ajaxy-cart-total>span span {
    line-height: 12px;
}

.ajaxy-cart-total>span {
    padding: 0;
    margin: 0;
    float: right;
    line-height: inherit;
}

.ajaxy-cart-total {
    top: 15%;
    right: 0;
    left: auto;
    background-color: #d98b31;
}

/* .ajaxy-cart-total {
    background: transparent;
    color: #333;
    font-weight: bold;
    position: static;
    display: inline-block;
    font-size: 14px;
} */

.subfooter .payment-icon {
    width: 55px;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 5px 5px;
    margin-right: 5px;
}

.subfooter .payment-icons {
    display: inline-block;
    float: right;
}

.subfooter {
    color: rgba(255, 255, 255, 0.5);
    background: #000;
    text-align: left;
    padding: 15px 0;
    font-size: 16px;
}

.the_champ_outer_login_container {
    position: relative;
}

.the_champ_outer_login_container::after {
    content: "";
    display: table;
    clear: both;
}

.the_champ_outer_login_container+div:after {
    content: "OR";
    position: absolute;
    left: 50%;
    line-height: 20px;
    margin-top: -10px;
    background: #fff;
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-left: -30px;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2);
}

.the_champ_outer_login_container+div {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.theChampLogin {
    display: block;
    width: 200px;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
}

.the_champ_outer_login_container {
    background: #3c589a;
    width: 230px;
    border-radius: 3px;
    margin: 0 auto;
}

.the_champ_social_login_title {
    float: right;
    line-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.social-icon {
    font-size: 22px;
    display: inline-block;
    width: 36px;
    border: 1px solid #74a463;
    border-radius: 50%;
    line-height: 34px;
    margin: 10px 4px;
}

.social-icon.icon-facebook {
    border-color: #3B5998;
    color: #3B5998;
}

.social-icon.icon-instagram {
    border-color: #262626;
    color: #262626;
}

.social-icon.icon-twitter {
    border-color: #1DA1F2;
    color: #1DA1F2;
}

.social-icon.icon-pinterest {
    border-color: #C92228;
    color: #C92228;
}

#whatsapp,
#call {
    background: #fff;
    border-radius: 50%;
    bottom: 18pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    display: inline;
    height: 45pt;
    padding: 0px;
    position: fixed;
    right: 70pt;
    top: auto;
    width: 45pt;
    z-index: 2147483646;
    font-size: 45px;
    text-align: center;
}

#call {
    right: 122pt;
    color: #638ea4;
    font-size: 38px;
    line-height: 45pt;
}

#shop-filters {
    display: none;
}

#ship-to-different-address {
    margin-left: 4px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: relative;
    margin-left: 0;
}

.woocommerce form .form-row .input-checkbox {
    margin-right: 0;
}

.about_paypal {
    display: block;
    width: 100%;
}

.gallery {
    width: 100%;
}

.gallery>figure>div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    height: 100%;
    width: 100%;
}

.gallery>figure {
    display: inline-block;
    margin: 0;
    width: 12.5%;
    padding: 2px;
    padding-top: 12.5%;
    overflow: hidden;
    float: left;
    position: relative;
}

.gallery>figure img {
    object-fit: cover;
    height: 100%;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 10px solid #81aa6d;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -10px;
    left: 0;
    margin: -10px 0 0 2em;
}

label.checkbox>span {
    font-size: 14px;
}

label.checkbox {
    font-weight: normal;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #515151;
    border: 1px solid #81aa6e;
}

.form-row.place-order {
    background-color: #fff;
}

tr.order-total {
    background: #ecf2ea;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(129, 170, 110, 0.16);
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #81aa6e;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    padding: 1.5rem;
    background: #f7f7f7;
    margin-bottom: 0.5rem;
}

.woocommerce form .form-row label {
    font-weight: normal;
}

.woocommerce-billing-fields {
    display: none;
}

.shipping_address>h3 {
    margin-top: 0;
}

#ship-to-different-address {
    margin: 0;
    padding: 0;
    display: none;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set {
    width: 49%;
    float: left;
}

#order_review_heading,
#order_review {
    width: 49%;
    float: right;
}

#order_review {}

div.the_champ_horizontal_sharing li.the_champ_google_plus_share,
div.the_champ_horizontal_counter li.the_champ_google_plus_share {
    width: 60px;
}

div.the_champ_horizontal_sharing li.the_champ_facebook_recommend,
div.the_champ_horizontal_counter li.the_champ_facebook_recommend {
    width: 115px;
    text-align: center;
}

div.the_champ_horizontal_sharing li.the_champ_twitter_tweet,
div.the_champ_horizontal_counter li.the_champ_twitter_tweet {
    width: 64px;
}

div.the_champ_horizontal_sharing li.the_champ_pinterest_pin,
div.the_champ_horizontal_counter li.the_champ_pinterest_pin {
    width: 100px;
}

div.the_champ_horizontal_sharing li.the_champ_pinterest_pin>span,
div.the_champ_horizontal_counter li.the_champ_pinterest_pin>span {
    float: left;
}

div.the_champ_horizontal_sharing li {
    float: left;
    width: auto !important;
    margin-right: 3px !important;
}

ul.the_champ_sharing_ul li.theChampSharingRound,
ul.heateor_ss_follow_ul li.theChampSharingRound {
    padding-top: 2px !important;
}

.the_champ_horizontal_sharing .theChampSharing {
    border-radius: 2px;
}

ul.the_champ_sharing_ul li:last-child {
    float: right !important;
}

.order-shipping-duration {
    display: block;
    padding: 15px;
    background: #ecf2eb;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: normal;
    width: 49%;
    float: right;
}

.entry-header h1.entry-title {
    text-align: center;
}

.navbar-default .navbar-nav>li.wpml-ls-item a {
    line-height: 20px;
    padding: 0 5px;
    font-size: 11px;
}

.navbar-default .navbar-nav>li.wpml-ls-item {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 100%;
    margin-right: -80px;
    margin-left: 0px;
    border-radius: 0 0 5px 5px;
}

.show-password-input {
    display: none;
}

.heateor_ss_sl_optin_container {
    display: none;
}

@media (max-width:768px) {
    .order-shipping-duration {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce .col2-set,
    #order_review_heading,
    #order_review {
        width: 100%;
        float: none;
    }

    .gallery>figure {
        width: 25%;
        padding-top: 20%;
    }

    #main .main-inner section#section-gallery {
        margin-top: 0;
    }

    .woocommerce-message .button {
        background-color: #d98b31 !important;
        color: #fff !important;
        margin-left: 10px;
    }

    .woocommerce-message {
        margin-top: 10px;
        margin: 10px;
        border: 1px solid #d98b31;
        border-radius: 4px;
        background: rgba(118, 164, 99, 0.1411764705882353);
        padding: 1em 1em 1em 2.5em;
    }

    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        left: 0.8em !important;
    }

    .single #main .woocommerce-breadcrumb {
        margin-top: 0;
        margin-left: 30px;
        display: none;
    }

    .single .entry-header {
        margin-bottom: 0;
    }

    .entry-header {
        min-height: 100px;
    }

    .single #main div.product.type-product {
        margin-top: 0px;
    }

    .single #main div.product span.onsale {
        left: 1.3em;
        top: 1.8em;
    }

    .entry-header h1.entry-title {
        padding-top: 90px;
        padding-bottom: 10px;
    }

    .entry-header figure.entry-image img {
        display: none;
    }

    .popup {
        max-width: 90%;
    }

    .sidebar-shop #widget-area {
        position: fixed;
        display: none;
        z-index: 9999;
        bottom: 100px;
        max-height: calc(100% - 220px);
        overflow: auto;
        max-width: 80%;
        right: 20px;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.42);
        padding: 20px;
    }

    .sidebar-shop #widget-area.active {
        display: block;
    }

    #shop-filters.active i.fas:before {
        content: "\f00d";
    }

    .subfooter {
        padding-bottom: 100px;
    }

    .copyright .menu-footer-menu-container {
        display: block;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .copyright {
        line-height: 14px;
        display: block;
        font-size: 9px;
    }

    .copyright ul.menu li {
        display: block;
        border-right: 0;
        line-height: 20px;
    }

    .copyright ul.menu li a {
        font-size: 11px;
        line-height: 20px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        background-color: #fff;
    }

    #shop-filters {
        background: #fff;
        border-radius: 50%;
        bottom: 18pt;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
        display: inline;
        height: 45pt;
        padding: 0px;
        position: fixed;
        right: 174pt;
        top: auto;
        width: 45pt;
        z-index: 9999;
        font-size: 45px;
        text-align: center;
        color: #63a47b;
        font-size: 30px;
        line-height: 45pt;
    }

    #searchform {
        padding-top: 100px;
    }

    .row-flex {
        display: block;
    }

    .vertical-center {
        transform: none;
        position: static;
    }

    .copyright .menu-footer-menu-container {
        margin-left: 0px;
        font-size: 9px;
    }

    .copyright ul.menu li a {
        display: block;
        margin: 0 4px 0 0;
        color: rgba(255, 255, 255, 0.51);
    }

    .home .entry-title h2 {
        text-align: center;
        margin: 15px 0px;
    }

    .subfooter .payment-icons {
        float: left;
    }

    #ingredients .entry-content h3.decorated {
        font-size: 1.8rem;
    }

    #ingredients .entry-content>.row,
    #section-ingredients-ar .entry-content>.row {
        padding-top: 15px;
        padding-bottom: 15px;
        background-image: none !important;
    }

    .na-slider-wrapper .na-slide-inner .na-slide-text h1 {
        font-size: 130%;
    }

    .na-slider-wrapper {
        max-height: 400px;
    }

    .navbar-default {
        background-color: #000;
    }

    .woocommerce .woocommerce-tabs {
        width: 100% !important;
    }

    .woocommerce div.product .product_title {
        font-size: 2rem;
    }

    .entry-header figure.entry-image {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: none;
        top: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .single .woocommerce-variation-add-to-cart {
        clear: both;
        padding-top: 15px;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .entry-header h1.entry-title {
        font-size: 130%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        min-width: 0 !important;
    }

    .woocommerce-account .entry-header {
        min-height: 100px;
    }

    .woocommerce-account .entry-header h1.entry-title {
        padding-top: 90px;
    }

    .woocommerce-product-search>button {
        padding: 0;
    }

    ul.products .product .woocommerce-list-image {
        padding-top: 100% !important;
        margin-bottom: 15px;
    }

    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        padding-left: 0;
        padding-right: 0;
    }

    .entry-header {
        margin-bottom: 15px;
    }

    .navbar-default .navbar-nav>li.wpml-ls-item {
        position: static !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        padding: 15px !important;
    }

    .rtl .copyright ul.menu {
        display: block;
    }

    .rtl .copyright ul.menu li {
        display: inline-block;
    }

    .rtl .subfooter .payment-icons {
        float: right;
        margin-top: 5px;
    }
}

a.whatsapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #30bf39;
    border-radius: 100%;
    bottom: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
    color: hsla(0, 0%, 100%, .682);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px !important;
    padding: .5rem;
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 40px !important;
    z-index: 9999
}

a.whatsapp:hover {
    background-color: #53ca5b;
    color: #fff
}

a.whatsapp:before {
    -webkit-animation: zoomBig 2s linear infinite;
    animation: zoomBig 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 140px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 140px;
    z-index: 0
}

a.whatsapp:after,
a.whatsapp:before {
    border: 2px solid #30bf39 !important;
    height: 100px !important;
    width: 100px !important
}

@-webkit-keyframes zoomBig {
    0% {
        border-width: 3px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    40% {
        border-width: 2px;
        opacity: .5
    }

    65% {
        border-width: 1px
    }

    to {
        border-width: 1px;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes zoomBig {
    0% {
        border-width: 3px;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    40% {
        border-width: 2px;
        opacity: .5
    }

    65% {
        border-width: 1px
    }

    to {
        border-width: 1px;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}