/*
Theme Name: El Derech
Theme URI: https://ovs.co.il
Author: OVS Israel
Author URI: https://ovs.co.il
Description: El Derech Habria
Version: 1.0
Text Domain: elderech
*/
/* http://meyerweb.com/eric/tools/css/reset/
      v2.0 | 20110126
      License: none (public domain)
   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 14px;
    margin-top: 0 !important;
}

strong {
    font-weight: bold;
}

.page-content ul {
    list-style-position: inside;
    margin: 1em 0;
}

.page-content ul li {
    list-style-type: disc;
}


.page-content h1 { font-size: 34px; font-weight: bold; line-height: 2em;}
.page-content h2 { font-size: 30px; font-weight: bold; line-height: 2em;}
.page-content h3 { font-size: 24px; font-weight: bold; line-height: 2em;}
.page-content h4 { font-size: 22px; font-weight: bold; line-height: 2em;}
.page-content h5 { font-size: 20px; font-weight: bold; line-height: 2em;}
/* General */
body {
    font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
    direction: rtl;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    padding-top:32px;
}

body.woocommerce div.product div.images {
    width: 25%;
    margin-left: 5%;
}
.single-product .page-content > .page-title {
    display: none;
}

.entry-summary .product-title {
    margin-top: 0;
}
body.woocommerce div.product div.summary {
    width: 60%;
    text-align: justify;
}

body.admin-bar {
    padding-top: 0;
}
#main {
    width: 100%;
    position: relative;
}

.page-content {
    padding: 20px 0;
}


#header,
#main > section {
    padding-left: calc((100% - 1200px)/2);
    padding-right: calc((100% - 1200px)/2);
}
header:before {
    content: ' ';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 74px;
    display: block;
    background: #c1c1c1;
    z-index: -1;
}

header:after {
    content: ' ';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 127px;
    display: block;
    background: #c1c1c1;
    z-index: -1;
}

/* Header */
section#header {
    display: flex;
    justify-content: space-between;
}

#headers {
    display: block;
    width: 84%;
}
#headers > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}
#main-menu {
    width: 80%;
}
#main-menu .menu > ul {
    display: flex;
    justify-content: space-between;
}


#main-menu .menu > ul a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 400ms;
}

#main-menu .menu > ul li.current-menu-item a{
    color: #e1005a;
    font-weight: bold;

}

#main-menu .menu > ul li:hover a{
    color: #e1005a;
}


#mini-cart {
    width: 16%;
}

#logo {
    width: 15%;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: relative;
}

#logo img {
    width: 130px;
    height: auto;
}
#logo a {
    display: block;
    text-align: center;

}
#logo div {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
#logo span {
    display: block;
    color: #27454f;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

#headers > div#top-header {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    margin-bottom: 10px;
    gap: 10px;
}

#socials {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-right: 40px;
    margin-top: 7px;
    order: 3;

}
#socials a {
    background: url('/wp-content/themes/elderech/images/socials.png');
    width: 22px;
    height: 22px;
    display: block;

}

#socials a.youtube {    background-position: 0 0; }
#socials a.twitter {    background-position: 22px 0; }
#socials a.linkedin {    background-position: 44px 0; }
#socials a.facebook {    background-position: 66px 0; }

#socials a:hover {background-position-y: 22px;}

#phone {
    order: 2
}
#phone a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background: url('images/phone.png') center right no-repeat;
    padding-right: 20px;
    text-decoration: none;
    line-height: 26px;
    transition: color 400ms;
}

#search-bar {
    order: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 2px;
}

#search-bar input[type="text"] {
    width: 350px;
    padding: 5px;
    border: none;
    font-size: 16px;
    color: #000;
}
#search-bar input[type="text"]:focus {
    border: none;
}
#search-bar input[type="submit"] {
    background: url('images/search.svg') center center no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

#phone:hover a {
    color: #e1005a;
}

a#mini-cart-cta  {
    background: rgb(104, 188, 69);
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 28px;
    padding: 0 10px;
    color: black;
    text-decoration: none;
    display: block;
    position: relative;
    margin-top: 3px;
}
a#mini-cart-cta:after {
    content: ' ';
    position: absolute;
    left: 10px;
    top: -4px;
    height: 38px;
    width: 38px;
    background: transparent url('images/cart.png') center center no-repeat
}

/* Home */

#home-slider {
    margin-top: 10px;
    padding: 40px 0;
    box-shadow: inset 0 0 100px rgba(0,0,0,0.1);
}

#home-books {
    padding: 0 calc((100% - 1200px )/2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#home-banner-dt {display: block; padding: 1em 0;}
#home-banner-m {display: none; padding: 1em 0;}

#home-banner-dt img,
#home-banner-m img {
    max-width: 100%;
}

.home-book { text-align: center; width: 18%}
.home-book img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.home-book a.home-book-thumb {
    height: 280px;
    display: flex;
    align-items: flex-end;
}
.home-book a.button {
    border: 1px #9c9c9c solid;
    border-radius: 4px;
    line-height: 20px;
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    color: #000;
    margin-top: 20px;
    transition: background-color 500ms;
}
.home-book a.button:hover,
.home-book:hover a.button
{
    background-color: rgb(104, 188, 69);
}


body.single-post #page-main {
    background-color: #f6f6f1;
    padding: 2em;
    border-radius: 4px;
}

body.single-post #page-sidebar {
    width: 26%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0em;
    line-height: 2em;

}

#more-books {
    background-color: #e1005a;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 2.3em;
    width: 30%;
    margin: 0 auto;
    position: relative;
    top: 55px;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    transition: all 300ms;

}

#more-books:hover {
    top: 54px;
    left: -1px;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.3);
}

#home-bottom {margin-top: 50px; display: flex; justify-content: space-between}

#home-about {
    width: 50%;
    display: inline-block;
    margin: 30px 0;
}

#home-about h2,
#home-contact h2
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#home-about p {
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 0.8em;
}

#home-about p a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    display: block;
}

#home-contact {
    width: 46%;
    display: inline-block;
    margin: 30px 0;
}

#contact-wrap {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    /* background-color: rgba(213,211,193, 0.4); */
    flex-wrap: wrap;
}
.contact-col {
    width: 100%;
}
#contact-wrap br {
    display: none;
}
#contact-wrap input,
#contact-wrap textarea {
    background-color: rgba(227,227,227, 0.4);
    padding: 2px 5px;
    line-height: 2.0em;
    width: 100%;
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 4px;
}

#contact-wrap textarea {
    height: 90px;
    font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
    font-size: 16px;
    color: black;
}

#contact-wrap input[type="submit"] {
    width: 230px;
    background: rgb(104, 188, 69);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 4px;
    padding: 2px 10px;
    margin: 0 auto;
    display: block;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    background-color: #f19393;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f19393;
    background-color: #f19393;
    color: white;
    border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #bae098;
    background-color: #bae098;
    width: 50%;
    text-align: center;
    border-radius: 4px;
    color: #000;
}

/* Store */
h1.page-title {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
    max-width: 180px;
    margin: 0 auto 20px;
}

.woocommerce span.onsale {
    background-color: #e1005a;
}

.woocommerce-loop-product__title {
    color: black;
    text-align: center;
    font-weight: bold;
}
span.price {
    text-align: center;
    font-size: 16px;
}
.woocommerce ul.products li.product .price {
    font-size: 20px;
    color: #333;
}

span.price ins {
    font-size: 20px;
    color: white;
    background: #e1005a !important;
    padding: 2px 10px;
    text-decoration: none;
}

.woocommerce ul.products li.product a {
    position: relative;
    display: block;
}

.woocommerce ul.products li.product a img {
    display: block;
    height: 200px;
    width: auto;
    margin: 0 auto;
    position: relative;
}

.woocommerce ul.products li.product a h2 {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 3em;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    /* height: 270px; */
}
.woocommerce ul.products li.product a .price {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 2em;
    display: block;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-left: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 4px;
    background-color: transparent;
}
.woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n){
    border-left: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-left: 0.8%;
}
.woocommerce ul.products li.product .button {
    background-color: rgb(104, 188, 69);
    text-align: center;
    transition: all 500ms;
    color: white;
}
.woocommerce ul.products li.product .button:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border: 1px solid #ccc;
}

/* Single Product */
.woocommerce div.product div.summary,
.woocommerce div.product div.images {
    float: none;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.woocommerce div.product div.images img {
    max-width: 100%;
    width: auto;
}
h1.product-title {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0;
    color: #383838;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 24px;
    color: #383838;
    margin-bottom: 30px;
}
.woocommerce div.product p.price del {
    font-size: 0.8em;
}
.woocommerce div.product p.price ins {
    color: #e1005a;
}


.woocommerce-product-details__short-description{
    line-height: 1.5em;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

#product-long-description {
    line-height: 1.2em;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    top: 45px;
    right: 0;
    left: auto;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce div.product form.cart .button {

    width: 300px;
    line-height: 2em;
    background-color: #e1005a;
}

.related.products h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 30px 0;
}

a.added_to_cart.wc-forward {
    position: absolute !important;
    background-color: #e1005a;
    color: black;
    line-height: 1.5em;
    padding: 2px 20px;
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
    color: white;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    white-space: nowrap;
}

/* Footer */
footer {
    margin: 50px 0;
}
#footer-wrap {
    padding: 20px calc((100% - 1200px) / 2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

#credits {
    width: 49%;
    display: inline-block;
}

#bottom-menu {
    width: 49%;
    display: inline-block;
}

#bottom-menu div.menu > ul {
    display: flex;
    justify-content: flex-end;
}
#bottom-menu div.menu > ul > li {
    margin-right: 15px;
}

#bottom-menu div.menu > ul > li a {
    text-decoration: none;
    color: #000;
}

#menu-toggle,
#menu-mobile {display: none}



.woocommerce-cart-form {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
}
.woocommerce-cart-form .product-name a{
    text-decoration: none;
    color: #000;
}
.woocommerce-cart-form .product-name a:hover {
    text-decoration: underline;
}
.woocommerce a.remove {
    color:#ffc7c7;
}
.woocommerce .quantity .qty {
    line-height: 2em;
    font-size: 16px;
    background: transparent;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart_totals h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}

.cart_totals table {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #e1005a;
}

.woocommerce button.button {
    background-color: rgb(104, 188, 69);
}



/* Checkout */

form.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#customer_details {
    width: 47%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-NoticeGroup {
    width: 100%;
}
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1,
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2,
#order_review{
    float: none;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
}
.woocommerce-billing-fields h3,
h3#order_review_heading.replaced {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 15px;
    color: #e1005a;
}
h3#order_review_heading {
    display: none;
}

h3#order_review_heading.replaced {
    display: block;
}

#order_review {
    width: 47%
}
.woocommerce form .form-row {
    margin-bottom: 16px;
}
.woocommerce form .form-row label {
    line-height: 1.4em;
}

#order_comments,
.woocommerce form .form-row input.input-text {
    line-height: 1.5em;
    border-radius: 4px;
    border: 1px solid #999;
    font-size: 1.1em;
    color: black;
    padding: 0.2em 0.5em;
    background-color: rgba(239, 239, 239, 0.25);
}


#modify-cart {
    text-align: center;
    display: inline-block;
    line-height: 2em;
    padding: 0 1em;
    background-color: rgb(104, 188, 69);
    margin-bottom: 1em;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.8em;
    color: #333;
}

.woocommerce-privacy-policy-text {
    font-size: 0.8em;
}



/* Thankyou Page */
.woocommerce-thankyou-order-received,
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 20px;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
    color: #e1005a;
}
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
    width: 42%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 2%;
}

.woocommerce ul.order_details {
    background-color: rgb(104, 188, 69);
    padding: 1em;
    font-size: 16px;
    width: 70%;
    margin: 30px auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #bbb;
}

.woocommerce .woocommerce-customer-details address {
    background-color: transparent;
    border: none;
}

.content-wrap.p404 {
    text-align: center;
    display: block;
}
.content-wrap.p404 h2,
.content-wrap.p404 img {
    display: block;
    margin: 0 auto;
}

.woocommerce-customer-details .col-1 {
    margin-bottom: 20px;
}

.woocommerce-order-details {
    float: none;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
}
.woocommerce-customer-details address {
    font-size: 0.9em;
    line-height: 1.5em;
}

#page-main {
    width: 66%;
    margin: 0 auto;
    line-height: 1.6em;
    display: inline-block;
    vertical-align: top;
}

#page-sidebar {
    width: 31%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding-top: 4em;
    line-height: 2em;
}

body.woocommerce-page #page-main {
    width: 100%;
}
body.woocommerce-page #page-sidebar {
    display: none;
}

.page-content p {
    margin-bottom: 1em;
}

#special-deals-page {
    display: flex;
}
#special-deals {
    width: 75%;
}
#special-deals ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: baseline;
}
#special-deals .woocommerce ul.products li.product {
    width: 19%;
    border-left: none;
    margin-left: 3%;
}

#sidebar li {
    list-style-type: none;
}

.widget_shopping_cart {
    list-style-type: none;
    padding: 10px;
    background-image: linear-gradient(to bottom right, #079f58, #6fbf46);
    background-color: #efefef;
    border-radius: 4px;
    line-height: 2em;
    position: sticky;
    top: 50px;
}
.widget_shopping_cart a {
    text-decoration: none;
    color: #fff;
    line-height: 1em;
}
.widget_shopping_cart .woocommerce-Price-amount,
.woocommerce-mini-cart__total {
    display: none;
}
.widget_shopping_cart span.quantity {
    display: inline;
    white-space: nowrap;
}
.deal-product-old-price {
    text-decoration: line-through;
    color: #999;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.deal-product-deal-price {
    background-color: #b21010;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    padding: 2px 20px;
    margin: 5px 0;
    display: block;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}
.deal-product-name {
    line-height: 1.2em;
    margin-bottom: 10px;
}
#special-deals .added_to_cart {
    display: none;
}
#special-deals-page {
    margin: 20px 0;
}
.wp-block-cover h2 {
    font-size: 4em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.button.checkout.wc-forward {
    background-color: #ff6e00;
    color: white;
}
.mini_cart_item a {
    display: inline-block;
}
.widgettitle {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
    text-align: right;
}

.mobile-search {
    display: none;
}
#mobile-search-toggle {
    display: none;
}
/* Mobile */


.datalogics-choose-location {
    background-color: #e11559;
    border-radius: 4px;
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
    font-size: 23px;
}
.cart-link {display: none}

@media all and (max-width: 768px){

    body {
        padding-top: 0;
    }
    .mobile-menu div.menu ul {
        padding-right: 40px;
        padding-top: 30px;
        color: white;
    }
    .mobile-menu div.menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 1.5em;
        line-height: 2.5em;
    }

    section#header #headers {display: none}
    header:before {
        top: 50px;
        background-color: #cecece;
    }
    header:after {
        top: 75px;
        background-color: #cecece;
    }
    #logo {
        width: 100%;
    }
    #home-books {
        flex-wrap: wrap;
    }
    .home-book {
        width: 90%;
        margin: 0 auto;
    }
    #home-slider {
        box-shadow: none;
    }

    #home-banner-dt {display: none;}
    #home-banner-m {display: block;}

    #more-books {
        width: 90%;
    }

    #home-bottom {
        flex-wrap: wrap;
    }
    #home-about,
    #home-contact {
        width: 100%;
    }

    .home-book a.home-book-thumb {
        height: auto;
    }

    .content-wrap {
        overflow: hidden;
        margin:0;
    }
    .desktop-menu {display: none}


    body.page #content,
    body.single #content {
        padding: 1em 0;
    }

    #header, #main > section {
        padding: 0 15px;
    }
    #special-deals-page {
        flex-wrap: wrap;
    }
    #special-deals {
        width: 100%;
    }
    #special-deals .woocommerce ul.products li.product {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .deal-product-deal-price {
        display: initial;
        width: auto;
    }

    body.woocommerce div.product div.images {
        width: 100%;
        margin-left: 0;
    }
    body.woocommerce div.product div.summary {
        width: 100%;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        border-left: none;
    }
    #wpadminbar {display: none;}


    #menu-side { display: none }

    #menu-toggle {
        display: block;
        height: 50px;
        width: 50px;
        background-color: #6ebe45;
        z-index: 20100;
        position: fixed;
        top: 0;
        right: 0;
    }
    #menu-mobile {display: block}



    .mobile-menu {
        position: fixed;
        right: auto;
        left: -100%;
        transition: all 500ms ease-in;
        width: 90%;
        height: 100%;
        background-color: #029f59;
        color: white;
        z-index: 20000;
        top: 0;
        padding: 0 5%;
    }

    .mobile-menu.show {
        left:0;
    }

    #menu-mobile {
        width: 100%;
    }


    #menu-mobile li a {
        margin: 0.1em 0;
        padding: 0.4em 0;
        border-bottom: 1px dotted rgba(255,255,255,0.5);
        display: block;
        color: white;
        font-size: 25px;
        text-decoration: none;
        padding-right: 50px;
    }

    #menu-mobile .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1000ms linear;
        background-color: #63966ef5;
    }

    #menu-mobile li .sub-menu.show-sub-menu {
        height: auto;
        max-height: 600px;
    }


    #mobile-search-toggle{
        display: flex;
        height: 50px;
        width: 50px;
        background-color: #efefef;
        z-index: 20100;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
    }
    .mobile-search {

        position: fixed;
        right: auto;
        left: -100%;
        transition: all 300ms ease-in;
        width: 90%;
        height: 100%;
        background-color: #ffffff;
        color: #666;
        z-index: 20000;
        top: 0;
        padding: 0 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 20px;
        flex-wrap: wrap;
        gap: 20px;

    }
    .mobile-search.show {
        left:0;
    }

    .mobile-search input[type="text"] {
        width: 100%;
        font-size: 20px;
        color: #000;
        padding: 4px;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
    }
    .mobile-search input[type="text"]:focus {
        border: none;
    }
    .mobile-search input[type="submit"] {
        background: url('images/search.svg') left 15px center no-repeat;
        background-size: 20px;
        padding-left: 30px;
        width: 100%;
        height: 50px;
        border: 1px solid #000;
        background-color: #fff;
        cursor: pointer;
        margin-top: 20px;
    }

    /* Cart Page */
    .woocommerce-cart-form,
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
    }

    /* Checkout */
    form.woocommerce-checkout {
        flex-wrap: wrap;
    }

    #customer_details,
    #order_review {
        width: 100%;
    }

    /* Thankyou page */
    .woocommerce ul.order_details li {
        float: none;
        display: block;
        border-left: none;
        border-bottom: 1px dashed #333;
        margin: 1em 0;
    }

    .woocommerce-order .woocommerce-order-details,
    .woocommerce-order .woocommerce-customer-details {
        width: 100%;
        margin: 0 0 2em;
    }

    .woocommerce .woocommerce-customer-details address {
        max-width: 90%;
    }

    #credits {
        width: 100%;
        text-align: center;
        line-height: 2em;
    }
    #bottom-menu {
        width: 100%;
    }
    #bottom-menu div.menu > ul {
        justify-content: center;
    }
    #bottom-menu div.menu > ul > li {
        margin: 0 10px;
    }


    .woocommerce div.product div.summary, .woocommerce div.product div.images {
        width: 100%;
        display: block;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        width: 90%;
        float: none;
        margin: 0 auto 1em;
    }

    .cart-link {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 30px;
        left: 20px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #fde1a5 url(images/cart.png) center center no-repeat;
        background-size: 40px;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%);
        border: 1px solid rgba(0,0,0,0.3);
    }
}