/*
====================================================================
1.0 Theme base layout and colors starts
====================================================================
 */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    width: 100%;
}

:root {
    --white: #ffffff;
    --black: #000;
    --light-grey: #fafafa;
    --grey: #989898;
    --blue: #0082cb;
    --dark-blue: #00295b;
    --yellow: #fff000;

}

img {
    max-width: 100%;
}

.white {
    color: var(--white);
}

.white-bg {
    background-color: var(--white);
}

.black {
    color: var(--black);
}

.black-bg {
    background-color: var(--black);
}

.grey {
    color: var(--grey);
}

.grey-bg {
    background-color: var(--grey);
}

.light-grey-bg {
    background-color: var(--light-grey);
}

.blue {
    color: var(--blue);
}

.blue-bg {
    background-color: var(--blue);
}

.yellow {
    color: var(--yellow);
}

.yellow-bg {
    background-color: var(--yellow);
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-60 {
    font-size: 60px;
}

.f-80 {
    font-size: 80px;
}

.f-700 {
    font-weight: 700;
}

.pad-0 {
    padding: 0;
}

.pad-70 {
    padding: 70px 0;
}

.pad-80 {
    padding: 80px 0;
}

.capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.a-center {
    align-items: center;
}

.j-center {
    justify-content: center;
}

.br-5 {
    border-radius: 5px;
}

a,
a *,
a::before,
a::after {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

button,
button::before,
button:after {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

p a {
    color: var(--blue);
}

body {
    background-color: #fafafa;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1230px;
    }
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 700;
}

/*
====================================================================
Theme base layout and colors ends
====================================================================
 */

/*
====================================================================
Lazy Loading
====================================================================
 */
.lazy {
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

/*
====================================================================
Lazy Loading Ends
====================================================================
 */
/*
====================================================================
HEADER
====================================================================
 */
header#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    background-color: var(--white);
    z-index: 99;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
}

header .container-fluid {
    padding: 15px 25px;
}

#logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#logo-wrapper img {
    width: 131px;
    max-width: 100%;
    height: auto;
}

#logo-wrapper .site-description {
    padding-left: 25px;
    width: 175px;
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: var(--grey);
    font-weight: 500;
}

#main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#main-menu li {
    padding: 0 25px;
    position: relative;
    text-align: center;
}

#main-menu li a {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    font-weight: 500;
}

#main-menu li a:hover {
    color: var(--blue);
    text-decoration-line: none;
}

#cart-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cart-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
    background-color: var(--blue);
    padding: 10px 20px;
    width: 200px;
    flex-basis: 200px;
    max-width: 100%;
    border-radius: 25px;
    margin-left: auto;

}

#cart-button:hover {
    text-decoration-line: none;
    color: var(--yellow);
}

.cart-icon {
    width: 22px;
    height: 19px;
    position: relative;
    display: flex;
    mask: url("/wp-content/uploads/2023/03/cart.svg") no-repeat center;
    -webkit-mask: url("/wp-content/uploads/2023/03/cart.svg") no-repeat center;
    background-color: var(--yellow);
    margin-left: 12px;
    margin-right: 5px;
}

.number-of-cart-items {
    color: var(--yellow);
}

#login-header {
    padding: 15px;
}

.login-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

#login-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration-line: underline;
}

#login-link:hover,
login-link:focus {
    color: var(--white);
}

#login-header .key {
    display: flex;
    width: 25px;
    height: 14px;
    mask: url("/wp-content/uploads/2023/02/Key.svg") no-repeat center;
    -webkit-mask: url("/wp-content/uploads/2023/02/Key.svg") no-repeat center;
    background: var(--yellow);
    margin-right: 9px;
}

/*
====================================================================
HEADEREnds
====================================================================
 */
/*
====================================================================
Buttons
====================================================================
 */
.arrow {
    width: 21px;
    height: 16px;
    display: flex;
    mask: url("/wp-content/uploads/2023/02/right-arrow.svg") no-repeat center;
    -webkit-mask: url("/wp-content/uploads/2023/02/right-arrow.svg") no-repeat center;
    background-color: var(--blue);
}

.right-arrow {
    margin-left: 12px;
}

/*
====================================================================
Buttons Ends
====================================================================
 */
/*
====================================================================
Woocommerce Products
====================================================================
 */
.product-loop-wrapper {
    padding: 0 10px;
    /*margin-bottom: 30px;*/
    margin-bottom: 20px;
}

#featured-products-row {
    margin-top: 30px;
}

.product-loop-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    padding: 0 0 20px 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 10px;
}

.product-loop-inner .onsale {
    position: absolute;
    top: 5px;
    left: 5px;
    color: var(--black);
    z-index: 2;
    width: 44px;
    height: 44px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.woocommerce-loop-product__link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;

}


.woocommerce-loop-product__link .product-image-wrapper {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.woocommerce-loop-product__link .product-image-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    width: auto;
}


.woocommerce-loop-product__link .loop-title-wrapper {
    width: 100%;
    padding: 0 10px;

}

.woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-decoration-line: none;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    /*min-height: 45px;*/
}

.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:focus {
    text-decoration-line: none;
}

.woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce-loop-product__link:focus .woocommerce-loop-product__title {
    text-decoration-line: none;
    color: var(--black);
}

.short-description-loop,
.product-loop-inner .info {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration-line: none;
    color: var(--black);
}

.woocommerce-loop-product__link .price {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #0082cb;
    font-weight: 300;
    margin-bottom: 20px;
}

.product-type-variable .price .amount,
.price ins {
    font-weight: 700;
    text-decoration-line: none;
}

.product-loop-inner .add_to_cart_button,
.product-loop-inner .product_type_simple {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
    justify-content: center;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 19px;
    padding: 3px 10px 3px 10px;
}


.product-loop-inner .add_to_cart_button:hover,
.product-loop-inner .add_to_cart_button:focus,
.product-loop-inner .product_type_simple:hover,
.product-loop-inner .product_type_simple:focus {
    text-decoration-line: none;
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}

/*.product-loop-inner .add_to_cart_button::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 7px;*/
/*    left: 16px;*/
/*    width: 22px;*/
/*    height: 19px;*/
/*    -webkit-mask: url("/wp-content/uploads/2023/02/Cart-1.svg") no-repeat center;*/
/*    mask: url("/wp-content/uploads/2023/02/Cart-1.svg") no-repeat center;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background: var(--blue);*/

/*}*/

.product-loop-inner .add_to_cart_button.product_type_variable::before {
    display: none;
}

.product-loop-inner .added_to_cart,
.my-button {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 19px;
    padding: 3px 20px 3px 20px;
}

.product-loop-inner .added_to_cart:hover,
.product-loop-inner .added_to_cart:focus,
.my-button:hover,
.my-button:focus {
    text-decoration-line: none;
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}

.product-loop-inner .add_to_cart_button:hover::before,
.product-loop-inner .add_to_cart_button:focus::before {
    background: var(--yellow);
}

.product-loop-inner:hover {
    background-color: #FFF;
    filter: drop-shadow(0px 12px 23px rgba(0, 0, 0, 0.07));
}

.product-loop-inner .wp-element-button {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
    justify-content: center;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 19px;
    padding: 3px 20px 3px 20px;
}

.product-loop-inner .wp-element-button:hover,
.product-loop-inner .wp-element-button:focus {
    text-decoration-line: none;
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}

.woocommerce-message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    border: 1px solid;
    border-color: var(--blue);
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}

.woocommerce-message a {
    padding-right: 15px;
    color: var(--blue);
}

.woocommerce-message a:hover,
.woocommerce-message a:focus {
    text-decoration-line: none;
    color: var(--yellow);
}


/*.woocommerce-error::before,*/
/*.woocommerce-info::before,*/
/*.woocommerce-message::before {*/
/*    font-family: WooCommerce;*/
/*    content: "\e028";*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 10px;*/
/*}*/

/*.woocommerce-message::before {*/
/*    content: "\e015";*/
/*    color: #8fae1b;*/
/*}*/

/*
====================================================================
Woocommerce Products Ends
====================================================================
 */
/*
====================================================================
Banner Section Starts
====================================================================
 */
#bottom-banner {
    position: relative;
    background-color: var(--blue);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

.banner-button {
    width: 100%;
    padding: 25px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, .22);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner-button:hover {
    color: var(--white);
    text-decoration-line: none;
    border-color: var(--yellow);
}

.banner-button-wrapper:last-of-type .banner-button {
    margin-left: -1px;
}

.banner-button-wrapper:first-of-type .banner-button {
    margin-right: -1px;
}

.buttons-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.banner-button-wrapper {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.banner-button .button-icon {
    mask: url('/wp-content/uploads/2023/03/Arrow-Right.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2023/03/Arrow-Right.svg') no-repeat center;
    background: var(--yellow);
    flex-basis: 24px;
    width: 24px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    display: flex;
    margin-left: 15px;
}

.buttons-wrapper {
    margin-top: 20px;
}

/*
====================================================================
Banner Section Ends
====================================================================
 */
/*
====================================================================
Footer Starts
====================================================================
 */
footer {

    margin-top: auto;
}

#footer-wrapper {
    background-color: var(--dark-blue);
    padding: 25px 35px;
}

#footer-wrapper .row {
    align-items: center;
}

#footer-join p {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#footer-join a {
    margin-left: 20px;
    border-radius: 30px;
    border: 2px solid #0082cb;
    padding: 8px 25px;
    text-decoration-line: none;
    color: #FFF;
}

#footer-join a:hover {
    border-color: var(--yellow);
}

#menu-social-footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    flex-basis: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
}

#footer-social-visitor #menu-social-footer-menu {
    justify-content: center;
}

#menu-social-footer-menu li:last-of-type {
    margin: 0;
}

#menu-social-footer-menu li {
    margin: 0 15px;
}

#menu-social-footer-menu li.social-link a {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #0082cb;
    position: relative;
    display: flex;
    color: #00295b;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#menu-social-footer-menu li.social-link a:hover,
#menu-social-footer-menu li.social-link a:focus {
    color: #FFF;
    text-decoration-line: none;
}

#menu-social-footer-menu li a {
    color: #FFF;
}

/*
====================================================================
Footer bottom
====================================================================
*/
.footer-bottom {
    padding: 35px 20px;
    background-color: var(--dark-blue);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom .container-fluid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#privacy-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#privacy-menu li {
    padding: 0 10px;
    position: relative;
    margin: 0 2px;
}

#privacy-menu li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #5eb2e1;
    border-radius: 50%;
    top: 11px;
    left: -2px;
}

#privacy-menu li a, .copyright, .footer-crafted p, .footer-more-info p {
    font-size: 14px;
    font-weight: 400;
    color: #5eb2e1;
}

#privacy-menu li a:hover, .footer-more-info p a:hover {
    text-decoration: none;
    color: var(--white);
}

.footer-more-info p a {
    color: var(--white);
}

.copyright {
    margin-right: 10px;
}

.footer-crafted p {
    position: relative;
    padding-left: 10px;
}

.footer-crafted p:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #5eb2e1;
    border-radius: 50%;
    top: 11px;
    left: -2px;
}

.footer-crafted p a {
    text-underline: none;
    color: #5eb2e1;
}

.footer-crafted p a:hover {
    color: var(--white);
    text-decoration: none;
}

/*
====================================================================
Footer Ends
====================================================================
 */
.page-wrapper {
    padding-top: 180px;
}

.page-wrapper.not-login {
    padding-top: 210px;
}

.default-page ul {
    margin-top: 20px;
}

.default-page h3 {
    font-size: 24px;
}

.default-page ul li, .default-page ol li {
    margin-bottom: 25px;
    padding-left: 10px;
}

.default-page ol li::marker {
    color: #5eb2e1;
    font-weight: 700;
    font-family: "Manrope";
    font-size: 16px;
}

.default-page ul li {
    list-style: none;
    position: relative;
}

.default-page ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: 10px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #5eb2e1;
}

.default-page {
    padding-top: 150px;
}

.page-wrapper #login-pop-header {
    border: none;
}

.second-column {
    padding: 0;
}

#products-row {
    padding-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid var(--blue);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error {
    border-color: #FF0000;
}

.woocommerce-info::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: var(--blue);

}

.woocommerce-error::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #ff0000;
}

/*
===========================
LOGIN POPUP
===========================
 */
#popupLogin .modal-content {
    border-radius: 10px;
    filter: drop-shadow(0px 23px 16px rgba(0, 0, 0, 0.25));
    background-color: #ffffff;
    border: none;
}

#popupLogin .modal-body {
    padding: 0;

}

#login-pop-header {
    padding: 10px 15px 40px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
}

#login-pop-header img {
    padding: 70px 0;
}

#login-form-wrapper {
    padding: 45px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#login-form-wrapper form,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .lost_reset_password {
    width: 380px;
    flex-basis: 380px;
    max-width: 100%;
    margin: 0 auto;
}

#login-form-wrapper form label,
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .lost_reset_password label {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce-account .woocommerce-form-login .password-input {
    width: 100%;
}

#login-form-wrapper form input[type=text],
#login-form-wrapper form input[type=password],
.woocommerce-account .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce-form-login input[type=password],
.woocommerce-account .lost_reset_password input[type=text],
.woocommerce-account .lost_reset_password input[type=password] {
    border-radius: 5px;
    background-color: rgba(226, 167, 120, 0);
    border: 2px solid rgba(0, 0, 0, .2);
    padding: 8px 10px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    outline: none;
    margin-bottom: 15px;
}

#login-form-wrapper form input[type=text]:hover,
#login-form-wrapper form input[type=password]:hover,
#login-form-wrapper form input[type=text]:focus-within,
#login-form-wrapper form input[type=password]:focus-within,
.woocommerce-account .woocommerce-form-login input[type=text]:hover,
.woocommerce-account .woocommerce-form-login input[type=password]:hover,
.woocommerce-account .woocommerce-form-login input[type=text]:focus-within,
.woocommerce-account .woocommerce-form-login input[type=password]:focus-within,
.woocommerce-account .lost_reset_password input[type=text]:focus-within,
.woocommerce-account .lost_reset_password input[type=password]:focus-within {
    outline: none;
}


#login-form-wrapper form input[type="checkbox"],
.woocommerce-account .woocommerce-form-login input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    transform: translateY(-0.075em);
    position: relative;
    margin-right: 10px;
}

#login-form-wrapper form input[type="checkbox"]::before,
.woocommerce-account .woocommerce-form-login input[type="checkbox"]::before {
    content: "";
    width: 18px;
    height: 14px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-image: url('/wp-content/uploads/2023/03/Checked.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -1px;
    top: 1px;
}

#login-form-wrapper form input[type="checkbox"]:checked::before,
.woocommerce-account .woocommerce-form-login input[type="checkbox"]:checked:before {
    transform: scale(1);
}

#login-form-wrapper form input[type=submit],
.woocommerce-account .woocommerce-form-login button[type=submit],
.woocommerce-account .lost_reset_password button[type=submit] {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: #0082cb;
    outline: none;
    box-shadow: none;
    border: none;
    width: 100%;
    text-align: center;
    margin: 15px auto;
}

#login-form-wrapper .register-link,
.woocommerce-account .woocommerce-form-login .lost_password {
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

#login-form-wrapper .register-link a,
.woocommerce-account .woocommerce-form-login .lost_password a {
    color: var(--blue);
}

#login-form-message {
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

#popupLogin .close-popup {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff000;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    outline: none;
    border: none;
}

#popupLogin .close-popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
===============================
ACCOUNT PAGE
===============================
 */
.woocommerce-account h2 {
    text-align: center;
}

.woocommerce-account .woocommerce {
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-account form p {
    text-align: center;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.woocommerce-account .woocommerce-notices-wrapper {
    width: 100%;
    flex-basis: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 340px;
    flex-basis: 340px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    border-radius: 10px;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    padding: 33px 0;
    width: 240px;
    max-width: 100%;
    margin-top: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
    display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 5px 10px 5px 40px;
    display: block;
    width: 100%;
    text-decoration-line: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #fff000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: calc(100% - 340px);
    flex-basis: calc(100% - 340px);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
    color: #0083c0;
}

.woocommerce-MyAccount-orders,
.woocommerce-account .shop_table {
    width: 100%;
}

.woocommerce-MyAccount-orders thead,
.woocommerce-account .shop_table thead {
    border-bottom: 2px solid #0083c0;
}

.woocommerce-MyAccount-orders thead .woocommerce-orders-table__header:last-of-type,
.woocommerce-account .shop_table thead tr td:last-of-type {
    text-align: right;
}

.woocommerce-MyAccount-orders thead tr th,
.woocommerce-account .shop_table thead tr th {
    font-size: 16px;
    line-height: 24px;
    color: #0083c0;
    font-weight: 700;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__row,
.woocommerce-account .shop_table thead {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__row td,
.woocommerce-account .shop_table td {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__row td:last-of-type,
.woocommerce-account .shop_table tr td:last-of-type,
.woocommerce-account .shop_table thead td:last-of-type,
.woocommerce-account .shop_table thead tr th:last-of-type {
    text-align: right;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.woocommerce-MyAccount-content form label {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.woocommerce-MyAccount-content form input,
.woocommerce-MyAccount-content form optgroup,
.woocommerce-MyAccount-content form select,
.woocommerce-MyAccount-content form textarea {
    border-radius: 5px;
    background-color: rgba(226, 167, 120, 0);
    border: 2px solid rgba(0, 0, 0, .1);
    width: 375px;
    max-width: 100%;
    /*height: 48px;*/
    padding: 10px;
}

.woocommerce-MyAccount-content form select,
.woocommerce-MyAccount-content form .select2-selection--single {
    border-radius: 5px !important;
    background-color: rgba(226, 167, 120, 0) !important;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    width: 375px !important;
    max-width: 100% !important;
    height: 48px;
    padding: 10px !important;
    text-align: left !important;
}

.woocommerce-MyAccount-content form .select2-selection__arrow {
    top: 12px !important;
}

.woocommerce-MyAccount-content form input:focus-visible,
.woocommerce-MyAccount-content form optgroup:focus-visible,
.woocommerce-MyAccount-content form select:focus-visible,
.woocommerce-MyAccount-content form textarea:focus-visible {
    outline: none;
    border-color: var(--blue);
}

.woocommerce-MyAccount-content form button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
    background-color: var(--blue);
    padding: 10px 20px;
    width: 375px;
    flex-basis: 375px;
    max-width: 100%;
    border-radius: 25px;
    margin-left: 0;
    margin-right: auto;
    border: 1px solid var(--blue);
    outline: none;
}

.woocommerce-MyAccount-content form button:hover {
    color: var(--blue);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p {
    margin-bottom: 15px;
}

.default-page .woocommerce-MyAccount-content h3,
.default-page .woocommerce-MyAccount-content legend {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}

.woocommerce-no-products-found {
    display: block;
    width: 100%;
}

/*
==========================
CHECKOUT
==========================
 */
.woocommerce-order-received .woocommerce-order {
    border-radius: 10px;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    margin: 0 -1px 24px 0;
    text-align: left;
    border-collapse: separate;
    padding: 40px 20px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 30px;
    text-align: center;
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
    text-align: center;
}

.woocommerce-order-received .woocommerce-order-details {
    margin: 30px auto;
}

.woocommerce-order-received .woocommerce-table--order-details {
    width: 100%;
    margin-top: 20px;
}

.woocommerce-order-received .woocommerce-table--order-details td {
    padding: 20px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;

}

.woocommerce-table--order-details tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/*.woocommerce-notices-wrapper{*/
/*    width: 100%;*/
/*    flex-basis: 100%;*/
/*}*/
.woocommerce-lost-password form span.password-input{
    width: 100%;
    flex-basis: 100%;
}
@media (min-width: 991.9px) {
    .show-lg {
        display: none !important;
    }
}

@media (max-width: 1399.9px) {
    #logo-wrapper img {
        width: 130px;
    }

    #main-menu li {
        padding: 0 10px;
    }

    #logo-wrapper .site-description {
        width: 150px;
        padding-left: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .footer-bottom .container-fluid {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left {
        margin-bottom: 5px;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-left {
        justify-content: center;
    }
}

@media (max-width: 991.8px) {
    #logo-wrapper .site-description {
        padding-left: 25px;
        width: 175px;
        max-width: 100%;
        font-size: 14px;
        line-height: 16px;
    }

    .show-lg {
        display: block;
    }

    .hide-lg {
        display: none !important;
    }

    .pad-80 {
        padding: 50px 0;
    }

    .pad-70 {
        padding: 40px 0;
    }

    #footer-join p {
        justify-content: center;
        margin-bottom: 15px;
        text-align: center;
    }

    #menu-social-footer-menu {
        justify-content: center;
    }

    /*hamburger menu*/
    .hamburger-menu {
        z-index: 2;
        position: absolute;
        top: -25px;
        right: 5px;
        width: 50px;
        height: 30px;
        cursor: pointer;
    }

    .bar,
    .bar:after,
    .bar:before {
        width: 40px;
        height: 4px;
        border-radius: 10px;
    }

    .bar {
        position: relative;
        transform: translateY(25px);
        background: #0083c0;
        transition: all 0ms 300ms;
    }

    .bar.animate {
        background: rgba(255, 255, 255, 0);

    }

    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        background: #0083c0;
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: #0083c0;
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
    }

    .bar.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
    }

    /*nav menu*/
    .show {
        left: 0;
        opacity: 1;
    }

    .hide {
        opacity: 0;
        left: 100%;
    }

    .mobile-nav {
        background: rgb(255, 255, 255, .95);
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        text-align: center;
        transition: .2s ease;
        padding: 50px 0;
        overflow: auto;
        /*  transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease;
        transition:left .5s ease-in-out;*/
    }

    .mobile-menu-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mobile-main-menu {
        width: 100%;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #mobile-main-menu li {
        width: 100%;
        padding: 15px 0;
    }

    #mobile-main-menu li a {
        display: block;
        width: 100%;
        padding: 0;
        color: var(--dark-blue);
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
    }

    #mobile-main-menu li a:hover,
    #mobile-main-menu li a:focus {
        color: var(--yellow);
        text-decoration-line: none;
    }


    .default-page ul li, .default-page ol li {
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 270px;
        flex-basis: 270px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: calc(100% - 270px);
        flex-basis: calc(100% - 270px);
    }

    .woocommerce-ordering select {
        text-align: center;
        width: 100%;
    }

    .product-archive-top > * {
        text-align: center;
    }

    #products-archive-results-mobile {
        text-align: center;
    }

    .woocommerce-ordering {
        margin-left: auto;
        margin-right: auto;
    }

    .ysm-search-widget .search-field[type="search"] {
        text-align: left;
    }

}

@media (max-width: 767.8px) {
    h1 {
        font-size: 36px;

    }

    h3,
    .h3 {
        font-size: 26px;

    }
    .page-wrapper {
        padding-top: 100px;
    }

    .page-wrapper.not-login {
        padding-top: 120px;
    }

    /*.page-wrapper {*/
    /*    padding-top: 150px;*/
    /*}*/
    #login-pop-header img {
        padding: 30px 0;
    }

    #login-pop-header {
        padding-bottom: 20px;
    }

    #login-form-wrapper {
        padding: 20px 15px;
    }

    #custom-login-form-container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    #products-row {
        padding-bottom: 30px;
    }

    .default-page ul {
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        flex-basis: 100%;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        flex-basis: 100%;
    }

    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
        width: 100%;
        flex-basis: 100%;
    }


}

@media (max-width: 575.8px) {
    #logo-wrapper a {
        max-width: calc(100% - 160px);
    }

    #footer-join a {
        margin-left: auto;
        margin-top: 15px;
        margin-right: auto;
        width: 320px;
        flex-basis: 320px;
        max-width: 100%;
        text-align: center;
    }

    #menu-social-footer-menu li:first-of-type {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .banner-button-wrapper {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .banner-button-wrapper:first-of-type .banner-button {
        margin-right: auto;
    }

    .banner-button-wrapper:last-of-type .banner-button {
        margin-left: auto;
        margin-top: -1px;
    }

    .woocommerce-loop-product__link .product-image-wrapper,
    .woocommerce-loop-product__link .product-image-wrapper {
        height: 250px;
    }

    #login-pop-header img {
        max-width: 200px;
    }

    .product-loop-inner {
        width: 320px;
        flex-basis: 320px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .product-loop-inner .wp-element-button {
        max-width: 90%;
    }

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 10px 20px 10px 48px;
    }

    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .lost_reset_password {
        max-width: 100%;
        width: 100%;
    }

    .footer-left, #privacy-menu {
        flex-direction: column;
        align-items: center;
    }

    #privacy-menu li:before, .footer-crafted p:before {
        display: none;
    }

    .footer-bottom {
        padding: 25px;
    }

    .f-80 {
        font-size: 60px;
    }

    /*.woocommerce-ordering select {*/
    /*    text-align: right;*/
    /*}*/
    #products-archive-menu {
        padding: 0;
    }

    .product-loop-wrapper {
        padding: 0 5px;
    }
    .woocommerce-loop-product__link .product-image-wrapper,
    .woocommerce-loop-product__link .product-image-wrapper {
        height: 200px;
        padding: 10px;
    }

    .product-loop-inner {
        padding: 10px;
    }


    .woocommerce-loop-product__link .loop-title-wrapper {
        padding: 0;
    }


}

@media (max-width: 420px) {

    #logo-wrapper img {
        width: 100px;
    }

    #logo-wrapper .site-description {
        font-size: 12px;
        padding-left: 10px;
        width: 160px;
    }

    .f-80 {
        font-size: 50px;
    }


}