/**
Theme Name: Velvet
Theme URI: https://velvetshop.lt
Author: Tular Techna
Description: Autorinė "Tular Techna" WordPress tema.
Version: 1.1
Text Domain: velvet
**/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0
}
a {text-decoration: none;}
ul, li  {margin:0;padding:0;list-style-type:none;}
/* Pašalinti rodykles Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Pašalinti rodykles Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* 🖼️ Display */
.b {display: block}
.ib { display: inline-block; }
.i { display: inline; }
.f { display: flex; }
.g { display: grid; }
.h { display: none; }

/* 📏 Width & Height */
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.max-w { max-width: 1400px; margin: 0 auto; } /* Centruoti turinį */

/* 📍 Positioning */
.rel { position: relative; }
.abs { position: absolute; }
.fix { position: fixed; }
.sticky { position: sticky; }

/* 🏗️ Flexbox */
.f-c { display: flex; flex-direction: column; }
.f-r { display: flex; flex-direction: row; }
.jc-c { justify-content: center; }
.jc-sb { justify-content: space-between; }
.ai-c { align-items: center; }
.gp {gap:10px}
.gp2 {gap:20px}

/* 🖋️ Text Alignment & Style */
.c {text-align:center}
.l {text-align:left}
.r {text-align:right}
.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

/* 📦 Margin & Padding */
.m-0 { margin: 0; }
.m-auto { margin: auto; }
.p-0 { padding: 0; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }

/* 🎨 Background & Borders & colors*/
.bw { background-color: #fff; }
.bb { background-color: #000; }
.border { border: 1px solid #ddd; }
.rad { border-radius: 5px; }
.fcw {color:#fff}
.fcb {color:#1e1e1e}
.fcc {color: #ccc}
style {display: none;}

.logo, .logo a {color: #fff;font-size:50px;text-align: center;margin-right: 35px;}
nav {margin: 15px 0;}.logo a span {color: #874c62;}
nav ul li a {display: block;padding: 10px 20px;text-transform: uppercase;color: #fff;}
.add-to-wishlist.added .fa {font-weight: 800;}
.comp.ajax-compare-button.added {color: green;}



@media (min-width: 768px) {
#bgs { display: none;position: fixed;bottom: 0;left: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 63%);z-index: 14;}
div#search-panel,div#wishlist-panel, div#user-panel {display: none;}
.wishlist-container {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;gap: 20px;}
.wishlist-item {padding: 10px;color: black;border: 1px silver solid;}
.wishlist-item a {color: black;}
.wishlist-item a strong {color: black;font-size:20px;padding: 5px;display: block;max-width: 200px;}
.panel-content strong {color:#000;font-size: 30px;font-weight: 400;}
#user-panel .panel-content, #search-panel .panel-content, #cart-panel .panel-content, #wishlist-panel .panel-content {z-index: 16;color:black;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;padding: 20px;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);width: 100%;text-align: center;}
#user-panel .panel-content,#search-panel .panel-content,#cart-panel .panel-content {max-width:80%;}
.panel-content ul.woocommerce-mini-cart li {background: #874c62;display: flex;justify-content: flex-start;align-items: center;padding: 0;}
.panel-content ul.woocommerce-mini-cart li a {display: flex;font-size: 18px;line-height: 18px;color: #fff;font-weight: 100;align-items: center;padding: 3px 15px;justify-content: flex-start;}
.panel-content ul.woocommerce-mini-cart li span.quantity {font-size: 10px;padding: 0px 5px 0px 2px;border: 0;color: #000;flex-direction: column;}
p.woocommerce-mini-cart__total.total strong {
    font-size: 20px;
}
.panel-content ul.woocommerce-mini-cart li span span.woocommerce-Price-amount.amount {font-size: 14px;color: #000;}
.panel-content ul.woocommerce-mini-cart li a.remove.remove_from_cart_button {display: none;color: #f05a04;font-size: 40px;margin-left: 12px;margin-right: 0;font-weight: 100 !important; border:0;}
.panel-content ul.woocommerce-mini-cart li a img {width: 50px;height: auto;margin: 10px;position: relative;transform: none;}
.panel-content p a.button.wc-forward {margin: 10px;background: #792444;color: #ffffff;text-transform: uppercase;letter-spacing: 1px;padding: 15px;border-radius: 0;}
.panel-content ul.woocommerce-mini-cart  {list-style: none;padding: 0;margin: 0;}
span.uzdarom {position: absolute;top: 10px;right: 25px;font-size: 31px;color: black;}
#search-panel .panel-content form {max-width: 800px;width: 100%;display: flex;margin: 0px auto;}
#search-panel .panel-content form input[type="search"] {width: 100%;color: black;background: white;padding: 1em 80px 1em 1em;outline: 0;appearance: none;border: 1px solid #afafaf;border-radius: 3px;}


}


.user-desktop {display: flex;flex-direction: row;align-items: center;justify-content: center;width: 200px;position: absolute;right: 10px;top: 40px;}
.user-desktop div {margin: 0px 5px}
.user-desktop div i.fa{font-size:20px}
.menu-bar {display:none;} 
.term-description {font-size: 18px;line-height: 1.5;padding: 10px;}
/* Blogas */

main h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #1e1e1e;
  font-weight: 600;
}

/* Responsive Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

/* Card Styling */
article.artic {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artic:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.artic a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.artic a img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Title */
.artic a h2 {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
  color: #333;
  transition: color 0.3s ease;
}

.artic:hover h2 {
  color: #9b6c4a; /* Velvet akcentas */
}

/* Excerpt */
.the_excerpt {
  padding: 0 1.2rem 1.5rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.newsas img.attachment-velvetshop-article-thumb.size-velvetshop-article-thumb.wp-post-image {float: right;margin: 0 25px 25px 20px;max-width: 100%;height: auto;}
/* preke */
nav.woocommerce-breadcrumb {
    background: #874c62;
    color: #fff !important;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {color: #fff;}
span.product-brand {color: #54595F;}
span.product-brand a {color: #1e1e1e;}
.rr2 {display: flex;position: relative;}
.gnd {flex: 1;width:65%}
.product-gallery {width: 100%;padding-right: 45px;display: flex;gap: 10px;}
.woocommerce div.product div.summary {margin-bottom: 2em;width:35%;flex: 1;}
.swiper-container {overflow: hidden;}
.thumbnail {outline:0;cursor: pointer;padding: 5px;border: 1px solid transparent;transition: border-color 0.3s;}
.thumbnail:hover {outline:0;-webkit-transform: scale3d(0.86, 0.86, 0.86);transform: scale3d(0.86, 0.86, 0.86);border: 1px solid #bbb;}
.swiper-backface-hidden .swiper-slide {max-height: 131px;}
.swiper-backface-hidden .swiper-slide img {-o-object-fit: cover;object-fit: cover;width: 120px;height: auto;-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);}
.swiper-slide-active {border: 1px solid #874c62;}
.big-image {flex-grow: 1;position: relative}
.big-image img {width: 100%;height: auto;cursor: pointer;display: block;transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;transform: translateX(0);opacity: 1;}
.big-image img.fade-out {transform: translateX(-20px);opacity: 0;}
.big-image img.fade-in {transform: translateX(0);opacity: 1;}
.swiper-button-next, .swiper-button-prev {background: rgba(0, 0, 0, 0.1);border-radius: 50%;width: 30px;height: 30px;}
.comic {margin-top: 30px;max-width: 94%;display: flex;align-items: center;flex-direction: row;justify-content: space-around;flex-wrap: nowrap;background-color: #F3F4FC;margin-bottom: 15px;border-radius: 3px;border: 1px solid #DEE3F2;font-weight: 500;color: #47486F;text-align: center;}
.br {border-right: 1px solid #dee3f2;border-left: 1px solid #DEE3F2;padding: 20px;text-align: center;width: 33%;}
h1.product_title.entry-title {color: #000;font-weight: 500;font-size:24px;text-align: left;}
div#primary {flex: 3}
.summary.entry-summary:after {clear: both;content: "";display: table;}
.kaina .f-r span {font-size:18px}
.offer-regular-price span {text-decoration: line-through;font-size: 14px !important;}
.offer-price span.price {text-decoration: none;font-size: 30px !important;color: #850c0c !important;}
.short-description {margin: 30px 0 30px 0;color: #54595F;}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {content: " ";display: block !important;clear: none !important;}
.pirkti {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;row-gap: 15px;}
.quantity {display: flex;align-items: center;border: 1px solid #000;border-radius: 5px;width: fit-content;padding: 5px;}
.quantity button {background: none;border: none;font-size:20px;padding: 5px 10px;cursor: pointer;}
.quantity input.qty {width: 1.6em !important;text-align: center;border: none;outline: none;font-size: 16px;background: none;}
#cart-panel.open {
  display: block;
}
.woocommerce div.product div.summary form.cart .button {height:45px;color: #ffffff;
    background: #874c62;
    border: 1px solid #000000;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;width: auto;margin: 0 0 0;display: inline-block;border-radius:0;}
.scf {padding:0 25px 025px 0; border-bottom:solid 1px #f5f5f5;margin-bottom: 15px;}
.scf div i {font-size: 21px;margin-right:7px;font-weight: normal;}
.scf div.share i {font-weight: 900;}
.scf div {display: flex;align-items: center;cursor: pointer;font-size: 15px;font-weight: 500;line-height: 28px;letter-spacing: 0.5px;}
.scf div i.fa {color: #874c62;}
.askusmodalbg, .askusmodal {display:none;}
.askusmodalbg {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;}
.askusmodal {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;padding: 20px;border-radius: 8px;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);z-index: 1000;width: 300px;text-align: center;}
.askusmodalcontent {text-align: left;position: relative;}
.close-modal {position: absolute;top: -20px;right: -10px;cursor: pointer;font-size: 30px;color: #333;}
.m-kontaktas a[href^="tel:"]:before {content: "\f095";display: inline-block;font-family: "Font Awesome 5 Free";font-size: 16px;font-weight: 700;transform: rotateZ(94deg);color: black;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.m-kontaktas a[href^="mailto:"]:before {padding-right: 15px;content: "\f0e0";display: inline-block;font-family: "Font Awesome 5 Free";font-size: 16px;font-weight: 700;color: black;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.m-kontaktas a {display: block;border-bottom: 1px solid silver;padding: 10px;text-align: left;color: #000000;}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {display:none !important;}
.gspa {align-items: center;padding: 10px;font-size: 20px;font-weight: 400;border-radius: .25rem;background: #f5f5f5;}
.gspa img {max-width:80%;height: auto;}
.gspa i.fas {font-size: 85px !important;color: #874c62;-webkit-text-stroke: 1px rgb(255 255 255);}
.secu {padding: 15px;}
.infus {text-align: center;display: flex;flex-direction: row;padding: 15px;flex-wrap: wrap;justify-content: center;align-items: center;}
.woocommerce-tabs.wc-tabs-wrapper {margin-top: 35px;padding-bottom: 20px;border-bottom: 1px solid #874c62;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {box-shadow: 2px 2px 0 #874c62;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid #874c62;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {border: 1px solid #874c62;background-color: #874c62;color: #000000;}
div#tab-description, .newsas {font-size: 17px;line-height: 1.6;color: #333;font-family: Arial, sans-serif;text-align: left;padding: 15px;background-color: #f9f9f9;border-radius: 5px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #ffffff;}
.related h2 {font-weight: 400;}
ul.products {display: grid;gap: 20px;grid-template-columns: repeat(4, 1fr);}
header.woocommerce-products-header {background: transparent;color: #000;box-shadow: none;font-weight: 300;border-bottom: 1px solid #874c62;}
h1.woocommerce-products-header__title.page-title {font-weight: 400;text-align: center;}
ul.products::before
ul.products li.product {list-style: none;padding: 15px;border-radius: 10px;display: flex;flex-direction: column;justify-content: space-between;min-height: 380px;}
ul.products li.product .woocommerce-loop-product__title {flex-grow: 1;display: flex;align-items: center;justify-content: center;text-align: center;font-size: 16px;font-weight: 400;color: #000;padding: 10px !important;height: 170px;}

/* Užtikriname, kad kaina ir mygtukas visada būtų apačioje */
ul.products li.product .price,
ul.products li.product .add_to_cart_button {margin-top: auto;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {position: relative;border: 1px solid #874c62; transition: padding 0.3s ease, border 0.3s ease, opacity 0.3s ease;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {opacity: 0.7;border: 1px solid #000;padding: 10px;}
.woocommerce ul.products li.product .price ins {text-decoration: none;font-size: 23px !important;color: #000 !important;}
.woocommerce ul.products li.product .price del {color: #000;opacity: .5;display: block;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {text-align: center;height: 70px;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price del span.amount bdi {color: #000000;font-size: 14px;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price span.amount bdi {color: #000000;font-size: 24px;font-weight: 400;text-align: center;}
span.onsales {position: absolute;top: 0;left: 0;background: #ff8300;color: #fff;padding: 7px;}
.product-paskirtis {
    align-items: center;
    text-align: center;
    font-size: 16px;height:35px;
    color: #ff8300;
    padding: 0 0 10px 0 !important;
}
.woocommerce-ordering {position: relative;display: inline-block;font-family: Arial, sans-serif;}
.woocommerce-ordering select {appearance: none;width: 220px;padding: 10px;border: 2px solid #ddd;background-color: #fff;font-size: 16px;cursor: pointer;transition: all 0.3s ease;}
.woocommerce-ordering select:hover {border-color: #5f4e3b;}
.woocommerce-ordering select:focus {outline: none;border-color: #5f4e3b;box-shadow: 0 0 5px rgba(255, 102, 0, 0.5);}
.woocommerce-ordering {position: relative;}
.woocommerce-ordering::after {content: "\f107";font-family: "Font Awesome 5 Free";font-weight: 900;position: absolute;top: 50%;right: 15px;transform: translateY(-50%);pointer-events: none;color: #666;}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {color: #000;font-size: 20px;text-transform: uppercase;letter-spacing: 1px;background: #874c62;}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {background: #90db90;font-size: 20px;text-transform: uppercase;letter-spacing: 1px;border-color: #874c62;outline: 0;}
li.woocommerce-MyAccount-navigation-link a {color: #000;display: block;}
nav.woocommerce-MyAccount-navigation ul {display: flex;flex-wrap: nowrap;flex-direction: row;}
.woocommerce-ordering select:focus + .woocommerce-ordering::after {color: #5f4e3b;} 
button.wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button {border-radius: 0;width: 100%;}

/* sidebar */
#woocommerce-sidebar {flex: 1;padding: 20px;color: #000;background: #fff9f2;margin-right: 10px;}
#woocommerce-sidebar .widget {margin-bottom: 20px;padding: 5px;   }
#woocommerce-sidebar .widget-title {font-size: 18px;font-weight: bold;color: #ffcc99;text-transform: uppercase;margin-bottom: 10px;}
ul.wc-block-product-categories-list,
ul.wc-block-product-categories-list ul {padding-left: 0;margin: 0;position: relative;}
.wc-block-product-categories-list li ul {
  padding-left: 15px;
}
ul.wc-block-product-categories-list li.wc-block-product-categories-list-item {display: flex;justify-content: space-between;flex-direction: column;}
ul.wc-block-product-categories-list li ul li {display: block;padding: 5px 0;border: none;color: #5a5244;}
.product-cat-menu li.cat-item, .product-cat-menu li.cat-item ul.children {margin-top: 10px;}
ul.wc-block-product-categories-list li a {display: block;color: #5f4e3b;width: 93%;padding: 15px 7px;border-bottom: 1px solid #874c62;}
span.wc-block-product-categories-list-item-count {width: 34px;text-align: center;}

/*order */
div#customer_details {display: block;width: 100%;}
form.checkout.woocommerce-checkout {display: flex;flex-direction: row;flex-wrap: nowrap;gap: 30px;}
h3#order_review_heading {display: none;}
div#order_review {display: flow-root;width: 70%;}
.woocommerce-billing-fields__field-wrapper {display: flex;width: 100%;flex-wrap: wrap;flex-direction: row;background: #fbefe0;padding: 10px 5px;}
.woocommerce form .form-row {flex: 1 1 50%;padding: 7px;margin: 0px !important;}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {font-weight: 400;font-size: 23px;}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {border: 1px solid #b3967e;background: #fff;padding: 15px;color: #000000;font-size: 16px;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {background: rgb(135 76 98 / 0%);border-radius: 5px;}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {display: block;border-bottom: 1px solid white;padding: 3px;color: black;margin: 0;}
.woocommerce-info {border-top-color: #874c62;background: #fbefe0;}
button#place_order {background: green;display: block;width: 100%;font-size: 25px;text-transform: uppercase;font-weight: 400;letter-spacing: 2px;height: 60px;}
#cart-panel, #share-panel, #search-panel, #wishlist-panel {display:none;}
 a.page-numbers {
padding: 10px 15px !important;
    color: #ffffff;
    background: rgb(112 35 64);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 10px 15px !important;
    color: #000000;
    background: rgb(112 35 64 / 26%);
}
.related-products {
  margin-top: 3rem;
}
.related-products h3 {text-align:center;
  font-size: 1.5rem;font-weight:300;
  margin-bottom: 1.5rem;
}
.product-grid {
display: grid;
    grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 5px;
}
.product-card {
  border: 1px solid #d5d5d5;
  padding: 1rem;
  text-align: center;
}
.product-card img {
  max-width: 100%;
  height: auto;
}
.product-card h4 {color: #000000;  font-size: 18px;font-weight: 400;
  font-size: 1rem;font-weight:300;
  margin: 0.5rem 0;
}
.price {
color: #000000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

/* 📱 Responsive */
@media (max-width: 1060px) {
.user-desktop {flex-direction: column;background: black;z-index: 15;padding: 10px;width: 40px;position: fixed;top: 40%;}
ul.products,.grid, .product-grid {grid-template-columns: repeat(3, 1fr);}
.product-gallery {padding-right: 25px;flex-direction: column-reverse;}
.swiper-vertical>.swiper-wrapper {flex-direction: row !important;display: inline-flex;max-width: 130px;height: 100%;}
.logo, .logo a {margin: auto;}
header .f-r {flex-wrap: wrap;}
.ismobile {margin: auto;}
}
	.product-cat-menu {display:none}
@media (max-width: 767px) {
	.everypay-wrapper .payment-method-options {display: flex;flex-direction: column;}
    #woocommerce-sidebar {
        order: 2;
        width: 100%;
        margin-top: 30px;
    }

    #primary.content-area {
        order: 1;
        width: 100%;
    }

.product-cat-menu {display:block}
.infomenu, .rekvizitus {flex: 1 1 100%;}
.divasas {flex-direction: column;}
.thumbnails {overflow: scroll;}
form.checkout.woocommerce-checkout {flex-direction: column;}div#order_review {width: 100%;}
.user-desktop, span.uzdarom, .m-hide { display: none; } /* Paslėpti mobiliuosiuose */
.f-m-c { flex-direction: column; } /* Mobile: flexbox stulpeliu */
.comp, .add-to-wishlist, .askus, .share {padding: 10px;background: #f1f1f1;color: #595959;}
.panel-content form input[type="search"] {width: 100%;padding: 15px;margin-top: 20px;border: 1px solid #874c62;}
.comic {max-width: 100%;}
.kaina {text-align: center;padding: 10px;}
.product-gallery {padding-right: 0;}
.gnd {flex: 1;width:100%;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #dddddd;}
.woocommerce div.product div.summary {width: 100%;}
ul.products,.grid,  .product-grid  {grid-template-columns: repeat(2, 1fr);gap: 2px;}
#primary.content-area,
#woocommerce-sidebar {flex: none;width: 100%;}
form.cart {padding: 15px;}
.menu-bar {position: fixed;bottom: 0;left: 0;width: 100%;height: 60px;
/*background: linear-gradient(359deg, #55240c, #b0747f);*/background: #874c62;backdrop-filter: blur(10px);display: flex;align-items: center;justify-content: space-around;z-index: 13;/*box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.4), 0px 5px 10px rgba(255, 255, 255, 0.2) inset;*/}
.menu-btn {background: transparent;color: white;border: none;cursor: pointer;width: 50px;height: 50px;text-align: center;}
.icon-outlined {padding: 5px 0 0 0;font-size: 35px;        color: #ffffff;
        -webkit-text-stroke: 1px rgb(0 0 0);}
.close-icon {cursor: pointer;display: none;}
.menu-panel {position: fixed;bottom: -70%;left: 0;width: 100%;height: 70%;background: white;transition: bottom 0.3s ease-in-out;box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);padding: 20px 0;z-index: 12;}
.slide-panel {position: fixed;bottom: -60%;left: 0;width: 100%;height: 60%;background: white;transition: bottom 0.3s ease-in-out;box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);padding: 20px 0;text-align: center;z-index: 12;}
.menu-panel, .slide-panel { display: flex;flex-direction: column;}
.menu-panel .panel-content, .slide-panel .panel-content, .search-bar .panel-content, .phone-bar .panel-content  {flex: 1;color: black;overflow-y: auto;padding: 0 10px 60px 20px;}
.slide-panel.active {bottom: 0;}
.menu-panel.active {bottom: 0;}
.panel-content ul.woocommerce-mini-cart li {background: #874c62;border-bottom: 1px solid #572c3c;display: flex;justify-content: space-between;align-items: center;padding: 0;}
.panel-content ul.woocommerce-mini-cart li a {display: flex;font-size: 18px;line-height: 18px;color: #fff;font-weight: 100;align-items: center;padding: 3px 15px;justify-content: flex-start;}
.panel-content ul.woocommerce-mini-cart li span.quantity {font-size: 10px;padding: 0px 5px 0px 2px;border: 0;color: #000;flex-direction: column;}
.panel-content ul.woocommerce-mini-cart li span span.woocommerce-Price-amount.amount {font-size: 14px;color: #000;}
.panel-content ul.woocommerce-mini-cart li a.remove.remove_from_cart_button {display: none;color: #f05a04;font-size: 40px;margin-left: 12px;margin-right: 0;font-weight: 100 !important; border:0;}
.panel-content ul.woocommerce-mini-cart li a img {width: 50px;height: auto;margin: 10px;position: relative;transform: none;}
.panel-content p a.button.wc-forward {margin: 10px;background: #333;color: #ffffff;text-transform: uppercase;letter-spacing: 1px;padding: 15px;border-radius: 0;}
p.woocommerce-mini-cart__total.total {
    text-transform: uppercase;
    margin: 15px 0px 30px 0;
    font-size: 18px;
}
.panel-content strong
 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.panel-content ul.woocommerce-mini-cart  {list-style: none;padding: 0;margin: 0;}
#cart-panel, #share-panel, #search-panel {display:block;}
nav ul li a {color: #000;background: rgb(247 247 247);}
.logo, .logo a {margin-right: auto;}
nav.woocommerce-breadcrumb {width: 100%;max-width: 100%;
overflow: hidden;white-space: nowrap;text-overflow: ellipsis;overflow-x: scroll;padding: 6px !important;justify-content: flex-start;}
.grid {grid-template-columns: 1fr;gap: 1.5rem;}
article.artic {border-radius: 1rem;padding: 1rem;box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);}
.artic a h2 {font-size: 1.2rem;text-align: left;padding: 0.5rem 0;}
.the_excerpt {font-size: 0.95rem;line-height: 1.6;color: #444;}
.artic a img {border-radius: 0.5rem;}
.newsas img.attachment-velvetshop-article-thumb.size-velvetshop-article-thumb.wp-post-image {float: none;width: 100%;}
main h1 {font-size: 1.5rem;font-weight: 400;}
}

.toggle-subcat {
    position: absolute;
    right: 0;
    padding: 10px 14px;
}




@media (max-width: 500px) {
.comic {display: none;}
.scf {flex-wrap: wrap;padding: 0;}
.scf div {margin-bottom: 7px;display: inline-block;width: 49%;}
}