/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://urban-fogger.com/
Author:       	dnz
Author URI:     https://urban-fogger.com/
Template:     	storefront
Description:  	Storefront Child Template
Version:      	1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    outline: none !important;
    transition: all 0.3s ease-in-out;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.circle-1,
.circle-2,
.wp-video * {
    transition: none;
}

.woocommerce-product-gallery * {
    transition: all ease-in-out;
}

div.circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: none;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.8s ease-out;
    border: 0.15em solid #FFA56D;
    z-index: 1000;
    opacity: 0.7;
}

div.circle-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #F949A1;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.4s ease-out;
    z-index: 1001;
    opacity: 0.7;
}

body, button, input, textarea, select {
    font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: normal;
}

.wc-block-product-categories {
    margin-bottom: 0 !important;
}

.widget-area ul, ol {
    margin: 0;
    padding: 0;
}

.widget {
    margin: 0;
}

.site-header {
    padding: 1em 0;
    position: fixed;
    top: unset;
    right: 0;
    left: 0;
    border: none;
    box-shadow: 0 0 1em rgba(0, 0, 255, 0);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    /* box-shadow: 0 0 1em rgba(0, 0, 255, 0.1); */
}

.site-header.scrolled {
    /* padding: 0.5em; */
    padding: 0;
}

.site-header.scrolled .custom-logo-link img  {
    width: 40px;
    border-radius: 50%;
}

.site-header.scrolled .title  {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.site-header.scrolled .tagline  {
    font-size: 0;
    line-height: 0.01em;
}

.site-content {
    padding: 8em 0 0;
    min-height: 50em;
}

article.hentry {
    width: 100%;
    margin: 0 auto;
    /* background: #fff; */
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) article.hentry {
    max-width: 40em;
}

/*

home archive post-type-archive post-type-archive-product logged-in admin-bar custom-background wp-custom-logo wp-embed-responsive theme-storefront woocommerce-shop woocommerce woocommerce-page woocommerce-demo-store woocommerce-js storefront-align-wide left-sidebar woocommerce-active customize-support

archive tax-product_cat term-entryway-furniture term-21 logged-in admin-bar custom-background wp-custom-logo wp-embed-responsive theme-storefront woocommerce woocommerce-page woocommerce-demo-store woocommerce-js storefront-align-wide left-sidebar woocommerce-active customize-support

product-template-default single single-product postid-1966 logged-in admin-bar custom-background wp-custom-logo wp-embed-responsive theme-storefront woocommerce woocommerce-page woocommerce-demo-store woocommerce-js storefront-align-wide left-sidebar woocommerce-active customize-support

*/

/* header .col-full, */
/* footer .col-full, */
/* .woocommerce-shop .col-full, */
/* .woocommerce-page:not(.single) .col-full */
.col-full {
    /* width: 100%; */
    width: 90%;
    max-width: 85em;
    margin: 0 auto;
    padding: 0;
    /* padding: 0 3em; */
    /* box-sizing: content-box; */
    /* box-sizing: border-box; */
    /* background: red; */
}

::-moz-selection {
    /* color: #222; */
    /* background: #FFD166; */
    /* background: #ffa56d; */
    color: #fff;
    background: #f949a1;
  }
  
::selection {
    /* background: #ffa56d; */
    color: #fff;
    background: #f949a1;
}

.ab-item img {
    display: inline-block;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    /* scrollbar-width: thin; */
    /* scrollbar-color: #4f46e5 #ffffff; */
}

/* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
    /* width: 8px; */
}

*::-webkit-scrollbar-track {
    /* background: #ffffff; */
}

*::-webkit-scrollbar-thumb {
    /* background-color: #4f46e5; */
    /* border-radius: 2px; */
    /* border: 2px solid #ffffff; */
}
/* ===== Scrollbar CSS End ===== */

/* ------ */
/* HEADER */
/* ------ */

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
    /* width: 60px; */
    /* border-radius: 25%; */

    width: 65px;
    border-radius: 20%;
    /* border-radius: 50%; */
}

@media (min-width: 769px) {
    header .col-full {
        display: flex;
        align-items: center;
    }
}

.logo {
    display: flex;
    align-items: center;
    margin: 0;
}

div.title,
div.tagline {
    font-weight: 500;
    line-height: 1.1rem;
    width: max-content;
    padding: 0 0.5rem;
}

div.title {
    font-size: 1.6rem;
    margin: 0.5rem 0;
    position: relative;
    letter-spacing: 0.2rem;
}

div.title::after {
    content: '®';
    font-size: 0.95rem;
    position: absolute;
    top: -6px;
    right: -6px;
}

div.tagline {
    font-size: 0.9rem;
    letter-spacing: 0.325rem;
    padding: 0 0.6rem;
}

.site-header .custom-logo-link,
.woocommerce-active .site-header .main-navigation,
.woocommerce-active .site-header .site-header-cart {
    margin: 0;
}

.woocommerce-active .site-header .main-navigation {
    width: -webkit-fill-available;
    width: -moz-available;
}


.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a,
.site-header-cart .cart-contents {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    /* padding: 1em 0.5em; */
    padding: 1em;
    width: max-content;
}

.main-navigation ul li a,
.main-navigation ul li > a {
    font-size: 0.95rem;
    font-weight: 900;
    /* text-transform: uppercase; */
    letter-spacing: 0.05rem;
    display: block;
    width: max-content;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: #444;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover {
    background: rgba(0 0 255 / 3%);
}

#site-header-cart {
    width: max-content;
}

.site-header-cart .cart-contents span {
    display: none;
}

.site-header-cart .cart-contents::after {
    content: '\f290';
    background: rgb(249, 73, 161);
    background: linear-gradient(135deg, rgba(249, 73, 161, 1) 0%, rgba(255, 165, 109, 1) 100%);
    color: #fff;
    /* color: rgba(255, 255, 255, 0.85); */
    /* width: 2.2em; */
    /* height: 2.2em; */
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* margin: -1.1em 0 0; */
}

.site-header-cart > li {
    display: flex;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a,
.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
    font-size: 0.9rem;
    border-radius: 0.5em;
}

.main-navigation ul.menu li > ul.sub-menu,
.main-navigation ul.menu li > ul.sub-menu li > ul.sub-menu {
    /* background: rgba(255, 255, 255, 0.8); */
    /* backdrop-filter: blur(15px); */
    background: #FBFDFF;
    box-shadow: 0 0 1em rgba(0, 0, 255, 0.1);
    border-radius: 0.5em;
    overflow: hidden;

    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.main-navigation ul.menu li:hover > ul.sub-menu,
.main-navigation ul.menu li > ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}

/* ---------- */
/* HEADER END */
/* ---------- */

/* --------- */
/* SHOP PAGE */
/* --------- */

ul.products, .wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
}

.site-main ul.products li.product {
    background: #fff;
    padding: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
}

.site-main ul.products.columns-3 li.product {
    flex: 30%;
    max-width: 33%;
    /* margin: 0 0.5em 0.5em 0; */
    margin: 0 1em 1em 0;
    float: none;
    width: auto;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #d6ebff; */
}

.products .product {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.products .product.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.woocommerce-LoopProduct-link {
    flex: 1;
}

.woocommerce-LoopProduct-link > * {
    margin: 0 auto 1em !important;
    line-height: 1;
}

.star-rating,
.star-rating span {
    font-family: inherit;
    height: 1.1em;
    width: 5.8em;
}

.star-rating::before,
.star-rating span::before {
    font-family: "Font Awesome 5 Free";
}

ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button, .added_to_cart.alt, .added_to_cart, .widget a.button.checkout, .added_to_cart, .site-header-cart .widget_shopping_cart a.button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    margin: 0 auto;
    padding: 0.3em;
    border-radius: 0.5em;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(142deg, rgba(249,73,161,1) 0%, rgba(255,165,109,1) 100%);
    border: none;
}

.added_to_cart.wc-forward {
    margin-top: 0.5em;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.button.product_type_variable.add_to_cart_button::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: -45px;
    left: -40px;
    transition: all 0.6s ease-in-out;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover::before,
.button.product_type_variable.add_to_cart_button:hover::before {
    width: 1000px;
    height: 1000px;
    top: -295px;
    left: -290px;
    background: rgba(255, 255, 055, 0.1);
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after,
.button.product_type_variable.add_to_cart_button::after {
    content: '\f290';
    position: absolute;
    display: block;
    width: unset;
    height: unset;
    margin: 0;
    top: 12px;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    line-height: 1em;
    transition: 0.6s ease-in-out;
    /* -webkit-animation-fill-mode: forwards; */
    /* animation-fill-mode: forwards; */
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover::after,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after,
.button.product_type_variable.add_to_cart_button:hover::after,
.button.product_type_variable.add_to_cart_button.loading::after {
    transform: rotate(360deg);
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:not(:hover)::after,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after,
.button.product_type_variable.add_to_cart_button:not(:hover)::after,
.button.product_type_variable.add_to_cart_button.loading::after {
    transform: rotate(0deg);
}

ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500;
    color: #555;
    font-size: 0.95rem;
    /* padding-top: 0.5em; */
}

ul.products li.product .price {
    font-weight: 600;
    /* color: #777; */
    color: #555;
}

.storefront-sorting {
    margin: 0 0 1em;
    padding: 1em;
    border-radius: 1em;
    background: #fff;
    display: flex;
    /* border: 1px solid #d6ebff; */
    align-items: center;
    font-size: 0.85rem;
}

.woocommerce-ordering {
    padding: 0;
    margin: 0 1em 0 0;
    position: relative;
}

/* .woocommerce-ordering:active {
    border: 2px solid #f00;
} */

.woocommerce-ordering::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0.4em;
    right: 1em;
    pointer-events: none;
}

.storefront-sorting select {
    padding: 0.65em 2em 0.65em 1em;
    /* background: #eff7ff; */
    background: #ebf5ff;
    border: 2px solid #ebf5ff;
    border-radius: 0.5em;
    font-size: 0.85rem;
    line-height: 1.5;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.storefront-sorting select:hover {
    border-color: #ffa56d;
}

.storefront-sorting select option {
    /* background: #faa; */
}

.woocommerce-result-count {
    font-weight: 500;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    background: #ffa56d;
    padding: 0em 0.75em;
    font-weight: 600;
}

.woocommerce-pagination .page-numbers li .page-numbers.current,
.wc-block-grid__product-onsale, .onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #fff;
}

.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers.current {
    background: #f949a1;
}
    
.left-sidebar .widget-area, .right-sidebar .widget-area {
    /* width: 20%; */
    width: 24%;
    margin: 0;
    background: #fff;
    padding: 1em;
    border-radius: 1em;
    /* border: 1px solid #d6ebff; */
}

.site-main ul.products li.product img {
    border-radius: .6em;
    opacity: .85;
    width: 100%;
    filter: brightness(0.95);
}

.site-main ul.products li.product img:hover {
    opacity: .9;
    transform: scale(1.03) rotate(0.3deg);
}

#secondary .widget li {
    /* display: flex; */
    display: block;
    font-weight: 600;
    /* padding: 0 1rem 0 0; */
    border-radius: 0.5rem;
    position: relative;
}

#secondary .widget li:hover {
    background: #eff7ff;
    /* padding: 0 1rem 0; */
}

#secondary .widget li:hover a,
#secondary .widget li:hover span {
    color: #1f2937;
}

#secondary .widget li a {
    /* flex: 1; */
    padding: 0.5rem 0 0.5em 1em;
    text-decoration: none;
    display: block;
}

#secondary .widget li:hover a {
    padding-left: 2em;
}

#secondary .widget li span {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    color: #888;
}

.wc-block-product-categories-list-item-count {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    pointer-events: none;
}

.wc-block-product-categories-list-item-count:before,
.wc-block-product-categories-list-item-count:after {
    display: none;
}

/* ------------- */
/* SHOP PAGE END */
/* ------------- */

/* .footer-widgets.col-4 .block {
    width: 15%;
    margin-right: 8%;
}

.footer-widgets.col-4 .block:first-child {
    width: 30%;
} */

.left-sidebar .content-area,
.right-sidebar .content-area {
    width: 100%;
    margin: 0;
}

.woocommerce-page .content-area {
    width: 75%;
    margin: 0;
}

.single-product .content-area {
    width: 100%;
    margin: 0;
}

.site-footer a {
    text-decoration: none;
    font-weight: 500;
}

.site-footer a:hover {
    /* text-decoration: underline; */
    /* color: #4f46e5 !important; */
    color: #f949a1 !important;
}

.site-header-cart .widget_shopping_cart a.button {
    margin: 0.5rem;
}

.wc-forward::after,
.woocommerce-Button--next::after {
    content: '\f061';
    margin-left: 1rem;
}

.woocommerce-pagination {
    margin-left: auto;
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
    border-radius: 0.5rem;
    overflow: hidden;
    display: inline-flex;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    /* color: #f6b528; */
    color: #ffa56d;
}

ul.products li.product .star-rating, ul.products .wc-block-grid__product .star-rating, .wc-block-grid__products li.product .star-rating, .wc-block-grid__products .wc-block-grid__product .star-rating {
    font-size: 1em;
}

.site-header-cart .widget_shopping_cart {
    opacity: 0;
    pointer-events: none;
    right: 0;
    /* display: block; */
    min-width: 20rem;
    left: unset;
    /* background: #fff; */
    background: #eff7ff;
    border-radius: 0.5rem;
    overflow: hidden;
    font-size: 1rem;

    /* border: 1px solid #d6ebff; */

    /* -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25); */
    /* -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25); */
    /* box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25); */
}

.site-header-cart .widget_shopping_cart .product_list_widget {
    height: auto;
}

.site-header-cart:hover .widget_shopping_cart {
    opacity: 1;
    pointer-events: all;
    left: unset;
    background: #FBFDFF;
    box-shadow: 0 0 1em rgba(0, 0, 255, 0.1);
    border-radius: 0.5em;
    overflow: hidden;
    display: block;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    color: #b11c1c;
    content: "\f00d";
    text-align: right;
}

dl.variation {
    display: none;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
    max-width: 3rem;
    float: left;
    margin: 0 1rem 0 0;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: right;
    /* top: auto; */
}

.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total {
    background-color: #fff;
    /* background-color: #eff7ff; */
}

.site-header-cart .widget_shopping_cart .total,
.site-header-cart .widget_shopping_cart .total strong{
    color: #1f2937 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.product_list_widget li,
.widget_shopping_cart p.total {
    /* border-bottom: 1px solid #FFD166; */
    border-bottom: 1px solid #d6ebff;
}

.site-info {
    padding: 1rem 0 0;
    font-weight: 600;
    border-top: 1px solid rgba(0 0 0 / 10%);
    margin-top: 2em;
}

.widget {
    /* margin: 0 0 1.5rem; */
}

.footer-widgets {
    padding-top: 2rem;
}

/* .site-header {
    width: 100%;
    padding: 2rem 0;
    border: none;
    margin-bottom: 2rem;
} */

.main-navigation ul.menu, .main-navigation ul.nav-menu {
    margin: 0;
    justify-content: end;
    display: flex;
}

.woocommerce-active .site-header .site-header-cart {
    /* max-width: 50%; */
    /* width: 12rem; */

    /* width: fit-content;
    display: flex;
    justify-content: end;

    background-color: #eff7ff;
    padding: 0.6rem 1.4rem;
    border-radius: 0.8rem;
    margin: 0 0 0 0.3rem; */

    /* background-color: #eff7ff; */

    /* width: fit-content; */
    /* display: flex; */
    /* justify-content: end; */
    /* padding: 0.6rem 1.2rem; */
    /* padding-right: 0; */
    /* margin: 0 0 0 0.3rem; */
}

.site-header-cart .cart-contents {
    /* padding: 0;
    display: flex;
    align-items: center;
    width: max-content; */
}

/* .woocommerce-active .site-header .site-branding {
    width: auto;
    float: none;
    margin: 0;
    background-color: red;
} */

.storefront-primary-navigation .col-full {
    max-width: unset;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

/* .widget_nav_menu ul li::before,
.site-header-cart .cart-contents::after {
    color: #4f46e5;
    opacity: 1;
} */

/* .site-header-cart .cart-contents::after {
    content: '\f290';
} */

.widget_nav_menu ul li::before {
    content: "\f105";
    transition: all 0.6s ease-in-out;
}

.widget_nav_menu ul li:hover::before {
    color: #f949a1;
    opacity: 1;
}

.main-navigation ul.menu>li.menu-item-has-children>a::after, .main-navigation ul.menu>li.page_item_has_children>a::after, .main-navigation ul.nav-menu>li.menu-item-has-children>a::after, .main-navigation ul.nav-menu>li.page_item_has_children>a::after {
    /* content: '\f107'; */
    content: '';
    display: none;
}

/* .site-header-cart .cart-contents::after {
    display: contents;
    font-size: 1.1rem;
} */

/* .site-header-cart .cart-contents .amount, .site-header-cart .cart-contents .count {
    font-size: 1.1rem;
    letter-spacing: 0.3px;
}

.site-header-cart .cart-contents .count::before {
    content: '(';
}

.site-header-cart .cart-contents .count::after {
    content: ')';
    margin-right: 0.327em;
} */

/* .page .site-content .col-full {
    max-width: 40rem;
    width: 80%;
    min-height: 40rem;
    min-height: 45rem;
} */

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
    /* color: #000000; */
    /* text-transform: uppercase; */
    font-weight: 600;
}

.page .site-content .col-full h1 {
    text-align: center;
    letter-spacing: -2px;
    /* font-size: 3rem; */
    /* margin: 2rem auto 3rem; */
    margin: 2rem auto 4rem;
    position: relative;
    display: table;
}

/* .page .site-content .col-full h1:before {
    content: ' ';
    background: #FFD166;
    position: absolute;
    top: 2rem;
    left: -1rem;
    right: -1rem;
    bottom: 0;
    z-index: -1;
} */

/* .page .site-content .col-full p,
.page .site-content .col-full ul {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
} */

.page .site-content .col-full .hentry .entry-content a:not(.button) {
    /* background: #4f46e5; */
    /* color: #fff; */
    /* color: #4f46e5; */
    /* padding: 0.1rem 0.3rem; */
    text-decoration: none;
    font-weight: 500;
}

.page .site-content .col-full .hentry .entry-content a:not(.button):hover {
    /* background: #FFD166; */
    /* color: #1f2937; */
    color: #fff;
    background: #f949a1;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    width: 100%;
    background: #fff;
    background-color: #fff !important;
    /* border: 2px solid #eee; */
    border: 2px solid #e1edfe;
    border-radius: 0.6rem;
    box-shadow: none;
    padding: 0.6rem 1.2rem;
    resize: none;
    overflow: hidden;
    max-height: 15em;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    background: #fff;
    border: 2px solid #ffa56d;
}

.wpcf7-not-valid-tip {
    color: #EF476F;
    margin: 0.3rem 1.3rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    margin: 0 auto;
    padding: 0.3em 2em;
    /* padding: 0.3em 0; */
    border-radius: 0.5em;
    overflow: hidden;
    background: linear-gradient(142deg, rgba(249, 73, 161, 1) 0%, rgba(255, 165, 109, 1) 100%);
    border: none;
    position: relative;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:not(.add_to_cart_button):hover,
.widget a.button:hover {
    filter: hue-rotate(-60deg);
}

.site-footer {
    /* font-size: 1.1rem; */
    padding: 3rem 0 4rem;
    margin-top: 3rem;
}

.site-footer p {
    line-height: 2;
}

.widget .widget-title, .widget .widgettitle {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    border: none;
    margin: 0;
}

.site-footer .widget {
    margin: 0;
}

.footer-widgets {
    border: none;
}

.woocommerce-pagination .prev::after {
    content: "\f104";
    top: 51%;
}

.woocommerce-pagination .next::after {
    content: "\f105";
    top: 53%;
}

b, strong {
    /* color: #4f46e5; */
}

.main-navigation ul.menu li > ul.sub-menu,
.main-navigation ul.menu li > ul.sub-menu li > ul.sub-menu {
    /* background-color: #fff;
    left: 0;
    border-radius: 0.5rem;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    border: 2px solid #eff7ff;
    background: #eff7ff; */

    /* -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.05); */
    /* -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.05); */
    /* box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.05); */
}

.main-navigation ul.menu li > ul.sub-menu li > ul.sub-menu {
    /* top: -40px; */
    /* left: 100%; */

    /* top: 0;
    left: calc(100% + 1px);
    background-color: #d6ebff;
    border: 2px solid #d6ebff;
    border-top-left-radius: 0; */
}

.main-navigation ul.menu li:hover > ul.sub-menu,
.main-navigation ul.menu li > ul.sub-menu li:hover > ul.sub-menu {
    /* opacity: 1;
    pointer-events: all; */
}

.main-navigation ul ul li a, .secondary-navigation ul ul li a {
    /* min-width: 13rem; */
}

/* .main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a,
.site-header ul.menu li.current-menu-item > a,
.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a, */
/* .main-navigation ul.sub-menu a, */
.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a,
.main-navigation ul.nav-menu ul li.current-menu-item a {
    /* font-size: 1rem;
    padding: 0.6rem 1.2rem;
    margin: 0; */
    font-weight: 600;
    white-space: nowrap;
    width: auto;
}

.main-navigation ul.nav-menu ul li.current-menu-item > a {
    /* color: #4f46e5; */
}

.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover>a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover>a, .main-navigation ul.nav-menu ul li.focus {
    /* background-color: unset; */
    /* background-color: #d6ebff; */
}

.main-navigation ul.menu ul li.menu-item-has-children>a::after, .main-navigation ul.menu ul li.page_item_has_children>a::after, .main-navigation ul.nav-menu ul li.menu-item-has-children>a::after, .main-navigation ul.nav-menu ul li.page_item_has_children>a::after {
    content: '\f105';
}

/*
background: #eff7ff;
background-color: #d6ebff;
*/

.woocommerce-account .content-area {
    width: 100%;
}

.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    float: left;
    margin-left: 0;
    /* margin-right: auto; */
    width: 30%;
    background: #fff;
    padding: 1em;
    border-radius: 1em;
    /* margin-top: 1em; */
    font-size: 0.9rem;
}

.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
}

.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 65%;
    float: right;
    /* margin-left: 10%; */
    margin-right: 0;
}

.woocommerce-account:not(.woocommerce-lost-password) .site-content .col-full {
    /* max-width: 90rem; */
    /* max-width: 60rem; */
    /* max-width: 65rem; */
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f2b9";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f290";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f011";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f46d";
}

.page .site-content .col-full .hentry .entry-content .woocommerce-MyAccount-navigation-link a {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #707785;
    border-radius: 0.5rem;
}

.woocommerce-MyAccount-navigation ul li a::before {
    transition: all 0.3s ease;
    padding-top: 0.2em;
}

.page .site-content .col-full .hentry .entry-content .woocommerce-MyAccount-navigation-link a:hover {
    /* background: #d6ebff; */
    background: #eff7ff;
    padding-left: 1rem;
    color: #1f2937;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0.5rem;
    border-bottom: none;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
    border-top: none;
}

button.loading::after, input[type=button].loading::after, input[type=reset].loading::after, input[type=submit].loading::after, .button.loading::after, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading::after, .added_to_cart.loading::after {
    content: "\f110";
}

.addresses header.title a::before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free';
}

.my_account_orders .button.view::after {
    content: "\f06e";
    font-family: 'Font Awesome 5 Free';
}

.page .site-content .col-full .hentry .entry-content a.woocommerce-button {
    color: #fff;
}

table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
    vertical-align: middle;
}

table.my_account_orders {
    font-size: inherit;
    border-radius: 0.6rem;
    overflow: hidden;
}

.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
    float: left;
    margin: 0;
    width: 50%;
}

.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
    margin: 0;
    width: 50%;
    float: left;
}

.addresses header.title a {
    float: none;
}

.select2-container--default .select2-selection--single {
    /* background: #eff7ff; */
    background: #fff;
    border: 2px solid #e0f0ff;
    border-radius: 0.6rem;
    padding: 0.6rem;
    margin: 0;
    height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25%;
    right: 1rem;
}

.show-password-input::after {
    content: "\f06e";
}

.star-rating::before, .star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
}


fieldset, fieldset legend {
    background: #fff;
    /* border: 2px solid #eff7ff; */
    border-radius: 0.6rem;
}

fieldset legend {
    margin-left: 0;
    /* background: #eff7ff; */
    text-transform: uppercase;
}

abbr[title] {
    text-decoration: none;
}

.woocommerce-MyAccount-content h2 {
    font-size: 1.6rem;
}

.page.woocommerce-account .site-content .col-full p {
    font-size: 1.1rem;
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 2rem 0;
}


/* .page .site-content .col-full p, .page .site-content .col-full ul {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 2rem 0;
} */

/* .woocommerce-MyAccount-content .form-row-first {
    
} */

.woocommerce-MyAccount-content .button.alt {
    text-transform: none;
}

/* .page.woocommerce-checkout .site-content .col-full {
    max-width: 65rem;
} */

.page.woocommerce-checkout .content-area {
    width: 100%;
    float: none;
}

/* textarea, */
#payment .woocommerce-terms-and-conditions {
    transition: none !important;
}

#payment .place-order .button {
    font-size: 1.1rem;
}

.woocommerce-MyAccount-content table,
#order_review .shop_table,
#payment .place-order {
    border-radius: 0.6rem;
    font-size: 1.1rem;
    font-size: 1rem;
    overflow: hidden;
    margin: 0 0 2rem;
}

/* .woocommerce-MyAccount-content table { */
    /* font-size: 1rem; */
/* } */

/* .page.woocommerce-cart .site-content .col-full {
    max-width: 65rem;
} */

.page.woocommerce-cart .content-area {
    width: 100%;
}

.page.woocommerce-cart .site-content .col-full p,
.page.woocommerce-cart .site-content .col-full ul,
.wc-proceed-to-checkout .button.checkout-button {
    font-size: 1rem;
}

.wc-proceed-to-checkout .button.checkout-button {
    float: right;
    /* text-transform: none; */
    font-size: 1rem;
}

.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
    width: 100%;
}

.page.woocommerce-cart table {
    border-radius: 0.6rem;
    font-size: 1.1rem;
    font-size: 1rem;
    overflow: hidden;
    margin: 0 0 2rem;
}

.page.woocommerce-cart  .cart-contents {
    color: #1f2937;
}

/* .page.woocommerce-cart .cart-contents:hover {
    color: #606a78;
} */

a.remove::before {
    content: "\f00d";
    color: red;
}

.page .site-content .col-full .hentry .entry-content a.remove {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .site-content .col-full .hentry .entry-content a.remove:hover {
    background: rgba(0, 0, 0, 0.1);
}

.panel.entry-content strong {
    display: block;
}

.price span:first-child .woocommerce-Price-currencySymbol {
    /* display: none; */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
    margin: 0;
    padding: 1em;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.5em;
    border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: red;
}

#f12_captcha {
    position: absolute;
}

/* animations */

/* @-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} */


/* end of animations */

/* loader css */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebf5ff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}

#loader {
    border: 4px solid #fff;
    /* border-top: 16px solid #f949a1; */
    border-top: 4px solid #ffa56d;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loader-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}

/* end of loader css */

.single-product div.product .summary {
    margin: 0;
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    /* border: 1px solid #d6ebff; */
}

.single-product div.product .summary h1 {
    font-size: 1.6em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 1em;
}

.woocommerce-product-rating {
    float: right;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.woocommerce-product-rating .star-rating {
    line-height: 1em;
}

.single-product div.product .woocommerce-product-rating a {
    line-height: 1;
    font-size: 0.9rem;
    text-decoration: none;
}

.single-product div.product .summary .price {
    /* float: left; */
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
}

.single-product div.product form.cart {
    /* background: lightcyan; */
    clear: both;
    margin: 1em 0 0;
    padding: 0;
    display: block;
}

label {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}

.single-product div.product table.variations select {
    padding: 0.65em 2em 0.65em 1em;
    background: #ebf5ff;
    border: 2px solid #ebf5ff;
    border-radius: 0.5em;
    font-size: 0.85rem;
    line-height: 1.5;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 100%;
}

.single-product div.product table.variations .value {
    position: relative;
}

.single-product div.product table.variations .value::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0.6em;
    right: 1em;
    pointer-events: none;
}

.single-product div.product table.variations select:hover {
    border-color: #ffa56d;
}

.single-product div.product table.variations th, .single-product div.product table.variations td {
    line-height: 1.5;
}

a.reset_variations {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.3rem 0 0;
    font-size: 0.9rem;
    color: var(--wp--preset--color--cyan-bluish-gray);
}

a.reset_variations::before {
    content: '\f021';
}

a.reset_variations::after {
    content: ' Selections';
}

.single_variation span.amount {
    display: flex;
    align-items: center;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount:after {
    content: "(for selected options)";
    font-size: 1rem;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 0.25rem;
}

.edit-link,
.single-product div.product .product_meta,
.single-product div.product form.cart .quantity {
    display: none !important;
}

.single_add_to_cart_button.button.alt {
    width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin: 0;
    background: #fff;
    padding: 0;
    border-radius: 1em;
    /* border: 1px solid #d6ebff; */
}

.single-product div.product .woocommerce-product-gallery {
    /* position: absolute; */
    /* width: 45%; */
    /* margin: 0; */

    width: 100%;
    max-width: 40em;
    margin: 0;
    position: absolute;
    padding-bottom: 5em;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    margin: 0%;
    flex-basis: 17%;
    padding: 1.5%;
    border-radius: 0.5rem;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    border-radius: 1em;
}

.single-product div.product .summary,
.single-product div.product .woocommerce-tabs {
    /* float: right; */
    /* clear: both; */
    /* width: 50%; */
    /* margin: 0; */

    float: right;
    clear: both;
    width: 100%;
    max-width: 43em;
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    content: "\f00e";
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    border-radius: 50%;
    transform: scale(1.2);
    top: 1.5em;
    right: 1.5em;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(142deg, rgba(249, 73, 161, 1) 0%, rgba(255, 165, 109, 1) 100%);
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    filter: hue-rotate(-60deg);
}

.pswp,
.pswp * {
    transition: none;
}

.single-product div.product .summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid rgba(0 0 0 / 5%);
}

.single-product div.product .woocommerce-tabs {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.woocommerce-tabs ul.tabs,
.woocommerce-tabs .panel {
    float: none;
    clear: both;
    width: 100%;
}

.woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    border: none;
}

.woocommerce-tabs ul.tabs li {
    flex: 1;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
}

.woocommerce-tabs ul.tabs li::after {
    content: "";
    display: none;
}

.woocommerce-tabs ul.tabs li a {
    background: rgba(0 0 0 / 3%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-tabs ul.tabs li.active a {
    background: #fff;
}

.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}

.woocommerce-tabs .panel {
    padding: 2em;
}

.woocommerce-product-attributes tr:nth-child(odd) th,
.woocommerce-product-attributes tr:nth-child(odd) td {
    background: rgba(0 0 0 / 2%) !important;
}

.woocommerce-product-attributes tr:nth-child(even) th,
.woocommerce-product-attributes tr:nth-child(even) td {
    background: rgba(0 0 0 / 3%) !important;
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child, .site-content>.col-full>.woocommerce>.woocommerce-info:first-child, .site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    background: #46b450;
    color: #fff;
    margin: 0 auto 2em;
    /* padding: 1em; */
    font-size: 1rem;
    font-weight: 700;
    /* text-align: center; */
    border-radius: 0.5em;
    border: none;
}

.woocommerce-account article.hentry {
    max-width: 70em;
}

.woocommerce-account article.hentry * {
    /* font-size: 0.9rem !important; */
}

/* ------------------------------ */
/* ------------------------------ */
/* ------------------------------ */

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ffa56d;
    /* border-color: #ffa56d; */
    /* background: linear-gradient(142deg, rgba(249, 73, 161, 1) 0%, rgba(255, 165, 109, 1) 100%); */
    border-radius: 0.5em;
    padding: 0.3em 3em;
    text-align: center;
    font-weight: 600;
    border: none;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
}

.netopia-container {
    /* margin: 2em 0 1em; */
    display: flex;
    align-items: center;
}

.netopia-container img {
    /* margin: 0 auto; */
    /* max-width: 50%; */
    /* width: 1000%; */
    margin-left: auto;
    max-width: 90%;
}

.netopia-container a {
    opacity: .8;
}

.netopia-container a:hover {
    opacity: 1;
}

.block.footer-widget-1 img {
    max-height: 2.5em;
    width: auto;
}

.woocommerce-store-notice {
    margin: 1em auto;
    border-radius: 1em;
    width: 90%;
    max-width: 90em;

    background: rgba(61 156 210 / 85%);
    backdrop-filter: blur(15px);

    overflow: hidden;

    padding-right: 10em;
}

a.woocommerce-store-notice__dismiss-link,
.demo_store a.woocommerce-store-notice__dismiss-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1em 2.5em 1em 1em;
    float: none;
    text-decoration: none;
}

a.woocommerce-store-notice__dismiss-link:hover,
.demo_store a.woocommerce-store-notice__dismiss-link:hover {
    background: rgba(0 0 0 / 30%);
}

.storefront-handheld-footer-bar ul.columns-3 li.my-account,
.storefront-handheld-footer-bar ul.columns-3 li.search {
    display: none;
}

.storefront-handheld-footer-bar {
    background: rgba(255 255 255 / 85%);
    backdrop-filter: blur(15px);
    box-shadow: none;
    right: 1em;
    bottom: 1em;
    border: none;
    width: 4em;
    height: 4em;
    left: unset;
    border-radius: 50%;
    overflow: hidden;
}

.storefront-handheld-footer-bar ul.columns-3 li {
    width: 100%;
}
/* .storefront-handheld-footer-bar ul.columns-3 li.cart, */
/* .footer-cart-contents, */
.storefront-handheld-footer-bar ul li > a {
    background: none;
}

.storefront-handheld-footer-bar ul li.cart>a::before {
    /* content: '\f291'; */
    content: '\f290';
}

.shop_table.shop_table_responsive,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
table.woocommerce-orders-table {
    background: #fff;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th,
table.woocommerce-orders-table th {
    background: #fff;
}

/* .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td, */
.shop_table.shop_table_responsive th,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th,
table:not( .has-background ) tbody td {
    background-color: rgba(0 0 0 / 2%);
}

/* .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr, */
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: rgba(0 0 0 / 1%);
}

table.cart td.product-remove, table.cart td.actions {
    border-top-color: #fff;
}

button[name="update_cart"] {
    margin: 1em;
}

#order_review table {
    background: #fff;
}

#payment .payment_methods>.wc_payment_method>label {
    margin-left: 0;
    background: #fff;
}

#order_review table:not( .has-background ) th {
    background-color: rgba(0 0 0 / 2%);
}

#payment {
    background: #fff;
    border-radius: 0.5em;
    overflow: hidden;
}

#payment .payment_methods li img:last-of-type {
    /* display: none; */
}

#payment .place-order,
.wc_payment_method.payment_method_netopiapayments {
    background: #fff;
    background-color: #fff;
}

.u-column1.col-1,
.u-column2.col-2 {
    padding: 0 1em;
}

.woocommerce-lost-password .entry-content {
    width: 90%;
    max-width: 40em;
    margin: 0 auto;
}

/* table.order_details, */
table.order_details th,
table.order_details tr {
    background: #fff;
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child, .site-content>.col-full>.woocommerce>.woocommerce-info:first-child, .site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin: 0 0 1em;
    font-size: 0.875em;
    font-weight: 600;
}

section.related.products {
    display: inline-block;
    width: 100%;
    background: #e1edfe;
    padding: 2em 2em 1em;
    margin-top: 5em;
    text-align: center;
    border-radius: 1em;
    clear: both;
}

#reviews .commentlist li {
    background: #f1f6fe;
    padding: 2em;
    border-radius: 1em;
    margin: 0 auto 1em;
}

#reviews .commentlist li .comment_container .comment-text {
    width: -webkit-fill-available;
    width: -moz-available;
}

#reviews .commentlist li p.meta {
    border-bottom: 1px solid rgba(0 0 0 / 5%);
}

.etsy {
    position: relative;
}

.etsy::after {
    content: '';
    background: #f949a1;
    display: inline-block;
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
}

.etsy.top::after {
    top: 1.2em;
    right: 0.5em;
}

.etsy.mobile::after {
    top: 1.5em;
    right: 0.5em;
}

.font-700 > a {
    font-weight: 700 !important;
}

table.variations .value a {
    display: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    margin: 0.5%;
    /* flex-basis: 10%; */
    flex-basis: 9%;
    padding: 0;
    border-radius: 0.51em;
    overflow: hidden;
}

.woocommerce-message a {
    float: right;
}

.site-header-cart .cart-contents::before {
    display: none;
}

.site-header-cart .cart-contents.cart-has-items::before {
    content: '';
    background: #46b450;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 2.7em;
    left: 2.7em;
    display: block !important;
}

.single-product div.product .variations_button {
    display: flex;
}

#menu-mobile a {
    color: #333;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    padding: 1.5em 1em;
}

#menu-mobile li:last-child a {
    border: none;
}

@media (max-width: 480px) {

}

@media (max-width: 768px) {
    .woocommerce-page .content-area {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .storefront-sorting {
        display: block;
    }

    .woocommerce-ordering {
        width: 100%;
        margin: 0;
    }

    .storefront-sorting select {
        width: 100%;
    }

    .woocommerce-result-count {
        display: none;
    }

    .pagination, .woocommerce-pagination {
        border: none;
        margin: 0;
        padding-bottom: 0;
    }

    .site-main ul.products.columns-3 li.product {
        flex: 50%;
        max-width: 48%;
        margin: 0 0 1em;
    }

    .site-main .related.products ul.products.columns-3 li.product {
        flex: none;
        max-width: 100%;
    }

    .button.product_type_variable.add_to_cart_button::before,
    .button.product_type_variable.add_to_cart_button::after,
    ul.products::before,
    ul.products::after {
        display: none;
    }

    ul.products {
        justify-content: space-between;
    }

    .left-sidebar .widget-area, .right-sidebar .widget-area {
        width: 100%;
        margin: 0 auto;
    }

    .site-main {
        margin: 0;
    }

    .footer-widgets.col-4 .block:first-child,
    .footer-widgets.col-4 .block {
        width: 85%;
        margin: 0 auto 2em;
        font-size: 0.95rem;
    }

    .widget .widget-title, .widget .widgettitle {
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-bottom: 0.5rem;
    }

    .site-info {
        padding: 1em 0 2em;
    }

    .logo {
        position: absolute;
    }

    .site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
        width: 50px;
    }

    .scrolled div.title,
    div.title {
        font-size: 1em !important;
        letter-spacing: 0.14em !important;
        margin: 0.5em 0 0 !important;
    }

    .scrolled div.tagline,
    div.tagline {
        font-size: 0.7em !important;
        letter-spacing: 0.2em;
        margin: 0 0 0.35em;
        line-height: 1.1rem !important;
    }

    #site-navigation-menu-toggle {
        border-radius: 0.5em;
        padding: 0.4em 0.5em 0.4em 2.5em;
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
        background: none;
        border: 1px solid #999;
    }

    button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
        background-color: #222;
    }

    .site-header.scrolled {
        padding: 0.5em 0;
    }

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        display: initial;
    }

    .handheld-navigation, .menu>ul:not(.nav-menu), ul[aria-expanded=true] {
    }

    button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:not(.add_to_cart_button):hover, .widget a.button:hover {
        filter: none;
    }

    .main-navigation ul li a {
        width: auto !important;
        text-align: right;
    }

    .site-content {
        /* padding: 6em 0 0; */
        padding: 0;
    }

    .below-header-widget {
        margin: 6em auto 1em;
        width: 100%;
        max-width: 90%;
        padding: 1em;
        border-radius: 1em;
        background: #fff;
    }

    .wc-block-product-categories.is-dropdown {
        display: flex;
        justify-content: space-between;
    }

    .wc-block-product-categories__dropdown {
        width: 100%;
        max-width: 100%;
    }

    .wc-block-product-categories select {
        margin: auto;
        max-width: 97%;
        width: 97%;
        padding: 0.65em 2em 0.65em 1em;
        background: #ebf5ff;
        border: 2px solid #ebf5ff;
        border-radius: 0.5em;
        font-size: 0.85rem;
        line-height: 1.5;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
    }

    .wc-block-product-categories select::after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        top: 0.4em;
        right: 1em;
        pointer-events: none;
        position: absolute;
    }

    .wc-block-product-categories__button {
        padding: 0 1em !important;
    }

    .single-product div.product .woocommerce-product-gallery {
        position: unset;
        width: 100%;
        margin: 0 0 1em;
    }

    .single-product div.product .summary, .single-product div.product .woocommerce-tabs {
        float: none;
        clear: both;
        width: 100%;
        margin: 0 0 1em;
    }

    .single-product div.product .summary {
        margin-bottom: 0;
    }

    .single-product div.product .summary h1 {

    }

    .single-product div.product .summary {
        padding: 2em 1em;
    }

    .woocommerce-tabs ul.tabs li {
        font-size: 0.85em;
        line-height: 1.3em;
    }

    .page .site-content .col-full h1 {
        font-size: 2em;
        margin: 0.25em auto 0.75em;
    }

    .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content,
    .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        margin: 0 0 2em;
        padding: 0 1em;
    }

    .col2-set#customer_login .col-1, .col2-set.addresses .col-1,
    .col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
        float: none;
        width: 100%;
    }

    .single-product div.product .woocommerce-product-gallery {
        padding-bottom: 0;
    }

    section.related.products {
        margin-top: 0;
    }

    .site-footer {
        margin-top: 1em;
    }

    section.related.products {
        padding: 2em 1em 0;
    }

    .woocommerce-product-rating {
        float: none;
        margin-bottom: 1em !important;
    }

    ul.products li.product .woocommerce-loop-product__title {
        line-height: 1.3;
    }

    .site-header {
        background: #fff;
    }

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

}

@media (max-width: 1024px) {
    
    .woocommerce-result-count,
    .circle-1, .circle-2 {
        display: none;
    }

}

@media (max-width: 1200px) {

}

@media (max-width: 1440px) {
}

@media (min-width: 1025px) {
    #tab-additional_information {
        min-height: 30em;
    }
}

@media (min-width: 769px) {
    .below-header-widget {
        display: none;
    }
}

#tab-description p,
.page-template-default article p {
    text-align: justify;
}

/* delete this */

/* #payment-update-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

#popup-content h2 {
    margin-top: 0;
}

#popup-content button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#popup-content button:hover {
    background-color: #005a87;
} */

/* end of delete this */

