/*
Theme Name: DMWeb2Print
Author: Yaroslav Plaksii
Author URI: http://wordpress.org/
Description: Description.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav-item {
    display: inline-block;
}
.headerCon {
    height: 100px;
    background: url('./images/template/header-back.jpg') repeat-x;
}
.logo {
    float: left;
    cursor: pointer;
}
.rightSec {
    float: right;
    padding-top: 20px;
}
.myaccount {
    position: relative;
}
.myaccount {
    /* background: url('../../public/images/template/myaccount_icon.png') no-repeat left center; */
    padding-left: 18px;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    cursor: pointer;
}
.shoppingCart {
    color: #fff;
    background: url('./images/template/myaccountBtn-back.png') repeat-x;
    /*width: 140px;*/
    height: 25px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 5px;
    border: 1px solid #dc6b00;
    padding: 2px 0 2px 10px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    padding-right: 12px;
}
.navigation{
   max-width: 1000px;
  width: 100%;
  margin: auto;
}
.p-menuitem{
  background: rgba(0, 0, 0, 0) url('./public/images/template/menuback.png') no-repeat scroll 0 0;
}
span.p-menuitem-text{
  text-transform: uppercase;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
  width: 120px;
  height: 40px;
  font-weight: 400;
  font-size: 13px !important;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    width: 120px;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    font-size: 13px !important;
    color: black
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    font-size: 13px;
    color: black
}
.p-focus{
  color: black !important;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 5px;
    text-align: center;
}
.top-block>a{
  float: right;
}
.page {
    width: 100%;
    height: 124px;
}
.main-menu{
  width: 952px;
  margin: 0 auto;
}
.top-block{
  height: 76px;
  width: 952px;
  margin: 0 auto;
  text-align: right;
}
.list-menu{
  color: #b6b28e;;
}
.p-menubar {
    padding: 0.5rem;
    background:none !important;
    color: #b6b28e;
    border: none !important; 
    border-radius: none; 
    margin: 0 auto;
}
.p-menuitem-content{
  background-color: none;
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #000 !important;
    border: none;
}
.p-menuitem .p-menuitem-active .p-highlight{
  color: #000 !important;
}
.p-menuitem-content>a>span.p-menuitem-text{
  color: #b6b28e !important;
}
.p-menubar .p-submenu-list {
    z-index: 2;   
}
li.p-menuitem>ul.p-submenu-list{
  background-color: none !important;
}
.p-menuitem-content>a>span.p-menuitem-text{
  color: white !important;
}
.p-menubar .p-submenu-list{
  padding: 0;
  width: 175px !important;
}
.p-menubar .p-menuitem {
    border: 1px solid #737b82;
}
.navigation{
  display: flex;
  align-items: center !important;
}
.p-menuitem .list-menu{
  width: 175px !important;
  font-size: 13px !important;
}
.p-inputgroup{
  height: 25px;
}
.searchBar-button{
  height: 25px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: none;
  background-color: #ed640d !important;
  margin-left: -2px !important;
}
.searchBar {   
    width: 160px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    color: #000;
    font-size: 11px;
    padding: 7px 10px;
    border: 0;
    font-family: 'open_sansregular';
    font-weight: 600;
    font-style: italic;
}
input,input:focus,button,button:focus{
  outline: none;
  box-shadow:none !important;
  border:none !important;
}
.pi{
  line-height: 0 !important;
}
.link-menu>.p-menuitem-content>a>span{
  color: black !important;
}
.link-menu>.p-menuitem-content{
  background-color: #fff !important;
}
#overlay_menu_list>li:first-child{
  display:none !important;
}
.is-logged-class{
  width: 170px !important;
  height: 35px;
  line-height: 0.8;
  background-color: transparent !important;
}
.second-menu>div.p-menuitem-content>a.p-menuitem-link{
  text-align: left !important;
}
.container.top-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo {
    flex: 1;
}

.user-ifo {
    flex: 1;
    text-align: end; /* вирівнювання користувача правіше */
}

.p-inputgroup {
    flex: 2;
}

.searchBar {
    width: 100%;
}

.searchBar-button {
    margin-left: 10px;
}
.container.top-head > * {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .container.top-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-ifo,
    .p-inputgroup {
        width: 100%;
    }
}
.p-inputgroup {
    display: flex;
    align-items: center;
}

.searchBar {
    width: 200px;
    margin-right: 0px;
}

.searchBar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* ширина кнопки з лупою */
    height: 30px; /* висота кнопки з лупою */
}
.footer-menu-container {
    text-align: center;
    margin: 20px 0;
}
.footer{
    background: #111;
}
.foot-fix{
    flex-wrap: nowrap !important;
}
.site-navigation{
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.footer-menu li {
    margin: 0 15px;
}

.footer-menu a {
    text-decoration: none;
    color: #fff;
}

.footer-menu a:hover {
    text-decoration: underline;
}
.footer-copy-soc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy-soc .col-6 {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
}

.text-left {
    justify-content: flex-start;
}

.text-right {
    justify-content: flex-end;
}
.social a {
    height: 34px;
    width: 34px;
    display: inline-block;
    background: url('./images/template/socIcon.png') no-repeat;
}
.social a.twitter {
  background-position: 2px 0;
}
.social a.twitter:hover {
  background-position: -38px 0; 
}
.social a.facebook {
  background-position: -158px 0;
}
.social a.facebook:hover {
  background-position:  -198px 0;
}
.social a.mail {
  background-position: -79px 0;
}
.social a.mail:hover {
  background-position: -119px 0;
}
/* Глобальні стилі */
body, html {
    height: 100%;
    margin: 0;
    background-color: #f5f7f8;
}

/* Контейнер для утримання всіх елементів */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Хедер і футер залишаються на своїх місцях */
header, footer {
    flex: 0 1 auto;
}

/* Основний контент займає решту простору */
.main-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Контентна секція */
.content {
    width: 100%;
    max-width: 100%;
    min-height: 50vh; /* Мінімальна висота */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Вертикальне центрування */
}

/* Стилі для flex-контейнеру */
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-1 {
    flex: 1 0 300px; /* Елемент займатиме 300px мінімум */
    margin: 10px;
}

/* Адаптивні стилі для мобільних пристроїв */
@media (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
}
h1{
  margin-left: 10px;
  font-size: 27px;
  font-family: Oswald;
  text-align: center;
}

.content-page{
    background: url('./images/template/body-back.png') !important;
    min-height: 100%;
    height: auto;
}
.content{
  background-color: white;
  padding: 10px;
}
/*************/
.body{
    min-height: 600px;
}
.bg-lightC{
    background-color: transparent;
}
.navbarPosFix{
    margin-top: -16px !important;
    padding: 0 !important;
    margin-bottom: -26px !important;
}
.navbarPosFixCustom{
    margin-top: -32px !important;
    padding: 0 !important;
    margin-bottom: 13px !important;
}
.col-md-8{
    /*margin-top: 50px;*/
    width: 1200px;
}
.nav-item {
    text-transform: uppercase;
    border: 1px solid #737b82;
    text-decoration: none !important;
    background: #9ca4ac;
    transition: background 0.5s ease, transform 0.2s ease;
}
.nav-item:hover{
    background: #d4d5d6;
    transform: scale(1.05);
}
.navbar {
    --bs-navbar-color:#fff !important;
    z-index: 1;
}
.dropdown-menu {
    text-align: center;
    background-color: #969ca8;
}
.dropdown-user{
    background-color: #f8f8f8;
    margin-left: -20px;
}

.li-user{
    text-decoration: none;
    color: #000;
}
.dropdown-item{
    color: #fff !important;
    background-color: #969ca8;
    transition:  color 0.4s ease, background 0.4s ease, transform 0.3s ease;
    width: 200px;
    white-space: normal;
    word-wrap: break-word;
    text-align: left !important;
    font-size: 13px !important;
}
.dropdown-item:hover{
    color: black !important;
    text-decoration: none;
    transition: 0.3s ease, transform 0.2s ease;
}
.nav-item li{
     border: 0 !important;
 }
.nav-item li:hover{
    transform: scale(1) !important;
}
.nav-item {
    display: block;
}
.nav-link{
    text-decoration: none !important;
    /*color: black;*/
    /*text-decoration: underline !important;*/
    font-weight: normal !important;
}
/*.nav-link:hover{*/
/*    color: #fff;*/
/*}*/
.BackGrem{
    background: none;
    /*overflow: hidden;*/
}
.topTxt {
    /*margin-top: 50px;*/
    text-align: center;
    padding: 30px;
}
h1{
    padding-top: 45px;
}
@media (max-width: 768px) and (min-width: 425px){
    /*.OtherDisplays{*/
    /*    margin-left: 135px;*/
    /*}*/
    .OtherDisplaysCart{
        justify-content: flex-end !important;
        margin-top: 13px !important;
        /*margin-left: 10px !important;*/
    }
    .OtherDisplaysSearchBar{
        justify-content: flex-end !important;
        margin-top: 13px !important;
        margin-left: 35px !important;
    }
    .container.top-head {
        flex-direction: row;
        align-items: center;
    }
}
@media (max-width: 530px){
    .OtherDisplays {
        margin-left: 0;
    }
}
@media (max-width: 530px) and (min-width: 482px){
    .OtherDisplaysSearchBar{
        margin-left: 70px !important;
    }
}
@media (max-width: 482px) and (min-width: 425px){
    .OtherDisplaysSearchBar{
        margin-left: 60px !important;
    }
    .searchBar {
        width: 160px;
    }
    .OtherDisplaysCart{
        margin-right: -10px;
    }
}
@media (min-width: 425px) and (max-width: 769px){
    .navbar-expand-md .navbar-nav {
        font-size: 12px;
    }
}
@media (min-width: 769px) and (max-width: 1023px){
    .navbar-expand-md .navbar-nav {
        font-size: 12px;
    }
}
@media (min-width: 375px) and (max-width: 425px){
    .OtherDisplays{
        justify-content: flex-end !important;
        margin-top: -62px !important;
    }
    .OtherDisplaysCart{
        justify-content: flex-end !important;
        margin-top: -28px !important;
        margin-left: 10px !important;
    }
    .OtherDisplaysSearchBar{
        justify-content: flex-end !important;
        margin-top: 45px !important;
        margin-left: -136px !important;
    }
    .searchBar {
        width: 160px;
    }
}
@media (max-width: 390px) {
    .shoppingCart{
        font-size: 0;
        width: 36px;
        padding: 3px 0 2px 10px;
    }
    .OtherDisplaysSearchBar{
        justify-content: flex-end !important;
        margin-top: 45px !important;
        margin-left: -60px !important;
    }
}
/*@media (min-width: 425px) and (max-width: 469px){*/
/*    .OtherDisplays{*/
/*        justify-content: flex-end !important;*/
/*        margin-top: -62px !important;*/
/*    }*/
/*    .OtherDisplaysCart{*/
/*        justify-content: flex-end !important;*/
/*        margin-top: 0px !important;*/
/*        margin-left: 10px !important;*/
/*    }*/
/*    .OtherDisplaysSearchBar{*/
/*        justify-content: flex-end !important;*/
/*        margin-top: 23px !important;*/
/*        margin-left: 4px !important;*/
/*    }*/
/*}*/
@media (max-width: 375px) {
    .userLinkStyle{
        font-size: 12px;
        line-height: 1;
    }
    .pi-guest{
        padding-top: 18px;
        margin-bottom: -2px;
        padding-right: 5px;
    }
    .OtherDisplays{
        justify-content: flex-end !important;
        margin-top: -62px !important;
    }
    .OtherDisplaysCart{
        justify-content: flex-end !important;
        margin-bottom: -50px !important;
        margin-top: -27px !important;
        margin-left: 10px !important;
    }
    .shoppingCart{
        font-size: 0;
        width: 36px;
        padding: 3px 0 2px 10px;
    }
    .OtherDisplaysSearchBar{
        justify-content: flex-end !important;
        margin-top: 42px !important;
        margin-left: -60px !important;
    }
    .searchBar {
        width: 160px;
    }
    .objAlign{

    }
    .h6, h6 {
        font-size: 14px;
    }
    .userLinkStyle{
        max-width: 64px;
        margin-bottom: -26px;
    }
}
@media (min-width: 768px) {
    #mobileNavbar{
        display: none !important;
    }

}
@media (max-width: 768px) {
    .dropdown-item{
        border-bottom: 1px solid #737b82 !important;
    }
}
@media (max-width: 768px) {
    .mobile-overlay-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: transparent;
        z-index: 1000;
        padding: 1rem;
        transform: translateX(-20px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        pointer-events: none;
        max-width: 336px;
    }

    .mobile-overlay-menu.show {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* Забороняємо Bootstrap миттєво ховати елемент */
    .mobile-overlay-menu.collapsing {
        height: auto !important;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform: translateX(-20px);
        opacity: 0;
        pointer-events: none;
    }
    .nav-item li {
        width: 0;
    }
    .dropdown-item{
        padding-left: 40px;
        width: 300px;
    }
    .nav-link{
        padding-left: 12px;
    }
}


.hTstylleBut{
    padding: .5rem;
    width: 100%;
    flex: 0 0 50%;
    /*max-width: 50%;*/
}
.duguduk{
    background-color: #e4e4e4;
    border-radius: .25rem !important;
}
.duguduk a{
    text-decoration: none;
}
.hTbackOfB{
    background: #ffffff !important;
    padding: 15px;
}
.menu-item-has-children:hover > ul {
    display: block;
}
.menu-item-has-children > a {
    pointer-events: auto !important; /* Відключає натискання на батьківський пункт */
}
.card{
    background: #fff;
    padding: 2rem;
    display: flex;
    /*width: 985px;*/
    margin: 0 auto !important;
    flex-direction: column;
    border: none;
    border-radius: 0;
    min-height: 483px;
}
.p-component {
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
}
.grid{
    display: flex;
    flex-wrap: wrap;
}
.p-dataview .p-dataview-content {
    background: #fff;
    color: #495057;
    border: 0 none;
    padding: 0;
}
.product-grid-item{
    margin: .5rem;
    border: 1px solid #dee2e6;    
}
/*.col-md-4 {*/
/*    width: 33.333%;*/
/*}*/
.img-prod{
    margin: 0 15%;
    max-width: 70%;
    cursor: pointer;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
   transition: transform 0.3s ease;  */
     background-color: #F7F2ED;
}
.img-fluid .img-prod{
     background-color: #F7F2ED;
}
  .img-prod:hover {
        transform: scale(1.05);
    }
.product-grid-item-content {
    text-align: center;
}
.product-name {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
/* Основний контейнер форми */
.woocommerce-form-login,
.woocommerce-form-register {
    background: #fff;
    width: 100%;
    max-width: 734px;
    padding: 20px;
    min-height: 200px;
    margin: auto;
    /*padding-bottom: 50px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-bottom: 8px;
}

/* Контейнер для авторизації */
.woocommerce-form-login {
    width: 100%;
    float: left;
    padding-right: 40px;
    margin-bottom: 35px;
}
/* Поля вводу */
.woocommerce-form input.input-text  {
    border: 1px solid #c3b8b8 !important;
    color: #9a9aba !important;
    display: block;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
}
.woocommerce form .form-row .input-text,.woocommerce form .form-row select{
     border: 1px solid #c3b8b8 !important;
}
/* Кнопка відправки */
.woocommerce-button,
button.woocommerce-Button {
    background: #ed640d;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    box-shadow: inset 0 0 3px #ddd;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid #dc6b00;
    transition: all 0.3s ease-in-out;
}

.woocommerce-button:hover,
button.woocommerce-Button:hover {
    background: #dc6b00;
}

/* Поле "Запам'ятати мене" */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #64676b;
}

/* Посилання "Забули пароль?" */
.lost_password a {
    color: #ed640d;
    font-size: 14px;
    text-decoration: none;
}

.lost_password a:hover {
    text-decoration: underline;
}
.woocommerce-form-login::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce img, .woocommerce-page img {
    all: unset;
}
/*register*/
.col2-set .col-1{
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;
    width: 100% !important;
    padding-bottom: 14px;
}
.col2-set .col-2{
    float: none !important;
    padding-left: 25px;
    padding-right: 25px;
    width: 100% !important;
}
.woocommerce-form-register{
    min-height: 80px;
}
.contentLogSigIn{
    max-width: 500px;
}
.logsigHead{
    color: #000;
    text-transform: uppercase;
    font-size: 23px;
    /*font-family: open_sanssemibold;*/
    display: block;
    margin-top: 25px;
}
.underlogsigHead{
    color: #64676b;
    text-transform: inherit;
    font-size: 19px;
    display: block;
    /*font-family: open_sanssemibold;*/
    padding-bottom: 14px;
}
/*********************************/
.custom-registration-form {
    max-width: 700px;
    /*margin: auto;*/
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-rowR {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.redStar {
    color: red;
}
.form-group{
    width: 312px !important;
}
.alreadyaccount {
    color: #ababab;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    text-transform: inherit;
}
.mt-2 {
    margin-top: .5rem !important;
}
.alreadyHave {
    color: #ed640d;
    font-size: 14px;
    text-decoration: none;
}
@media (max-width: 1000px){
    .custom-registration-form {
        padding: 18px;
    }
}
@media (max-width: 768px){
    .form-group {
        width: 100% !important;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .pw1{
        font-size: 0 !important;
    }
}
/*.custom-registration-form button:hover {*/
/*    background: #dc5705;*/
/*}*/
.contentReg{
    max-width: 700px;
}
.regPageLink{
    text-decoration: none;
}
.userLinkStyle{
    color: white;
    text-decoration: none;
    background: transparent;
}
.pi {
    font-family: primeicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-header::after, .main-navigation::after {
    content: "";
    display: table;
    clear: both;
}
/*.woocommerce-form-register{*/
/*    all: unset !important;*/
/*}*/

/* Основний контейнер */
.woocommerce-MyAccount-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Ліва колонка (Аватар + Меню) */
.woocommerce-MyAccount-navigation {
    width: 250px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.woocommerce-MyAccount-navigation img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    background: #9ca4ac;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    text-align: left;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #ffff;
    display: block;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background: #ff7b00 !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout{
    background: #f44336 !important;
}
/*.woocommerce-MyAccount-navigation ul :hover {*/
/*    background: #fff;*/
/*    color: #000;*/
/*}*/
/*.woocommerce-MyAccount-navigation ul li.is-active:hover{*/
/*    background: #ff7b00 !important;*/
/*    color: #fff !important;*/
/*}*/
/* Права колонка (Персональна інформація) */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    color: #ff7b00;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
    margin-bottom: 8px;
}

.woocommerce-MyAccount-content a {
    color: #ff7b00;
    text-decoration: none;
    font-weight: bold;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Кнопка виходу */
.woocommerce-MyAccount-navigation .logout {
    display: block;
    text-align: left;
    margin-top: 20px;
    color: #333;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation .logout:hover {
    color: #ff7b00;
}
.woocommerce-Input{
    border: 1px solid #c3b8b8 !important;
    color: #9a9aba !important;
    display: block;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
}
.CustHd{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.woocommerce-error{
    position: fixed !important;
    right: 0 !important;
}
.woocommerce-error li{
    /*opacity: 0; !* Початкова прозорість *!*/
    /*animation: fadeIn 1s ease-in forwards; !* Анімація 2 секунди *!*/
    /*animation-delay: 1s; !* Затримка анімації на 1 секунду *!*/

}

.woocommerce-notices-wrapper{
    color: transparent;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px 0;
}

.pagination a,
.pagination span {
    padding: 8px 12px;
    margin: 2px;
    text-decoration: none;
    background: #f8f8f8;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a:hover {
    background: #ff7b00;
    color: #fff;
}

.pagination a.active {
    background: #ff7b00;
    color: white;
    font-weight: bold;
}
.text-center-category {
    text-align: center !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
}
/*myaccount*/
.woocommerce-MyAccount-content{
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding-top: 0px !important;
}
/* Стиль для кнопки, коли вона розгорнута */
.accordion-button:not(.collapsed) {
    background-color: #ff7b00; /* Змінити на бажаний колір */
    color: white; /* Текст білий, коли розгорнуто */
    border-color: #ff7b00; /* Колір межі */
}

/* Стиль для кнопки, коли вона не розгорнута (закрита) */
.accordion-button.collapsed {
    background-color: #f1f1f1; /* Світлий колір для закритої кнопки */
    color: #000; /* Чорний текст для закритої кнопки */
    border-color: #ddd; /* Колір межі для закритої кнопки */
}

/* Допоміжний стиль для заголовка, щоб не було фону при фокусуванні */
.accordion-button:focus {
    box-shadow: none; /* Видаляє фокусну тінь, якщо не хочете її */
}
.accordion-button{
    position: unset;
}
th{
    text-align: center !important;
}
.fon-siz{
    font-size: 12px;
}
.table-dark th{
    background: #ff7b00 !important;

}
.align-middle{
    text-align: center;
    vertical-align: unset !important;
    font-weight: bold;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.pagination a,
.pagination .dots {
  padding: 6px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 4px;
  color: #333;
}

.pagination a.active {
  background-color: #ff7b00;
  color: #fff;
  font-weight: bold;
}

.pagination .dots {
  pointer-events: none;
  color: #999;
}
/* .product-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    padding: 15px;
    height: 100%; 
}

.product-grid-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.product-grid-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
} */
/* За ID — має найвищу специфічність */
#noontimelabels {
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  text-align: left;
}

/* Стилізація поля */
#noontimelabels input[type="text"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

/* Кнопка */
#noontimelabels button[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #dc6b00 !important;
  color: #fff;
  border: none;
  border-radius: 4px;
}

/* Мобільна адаптивність (опційно) */
@media (max-width: 480px) {
  #noontimelabels {
    padding: 1rem;
  }
}
a.checkout-button{
    background-color: #ff7b00 !important;
}
a.checkout-button:hover{
    background-color: #e86d00 !important;
}
.main-under{
    max-width: 1138px;
    margin: auto;
    background-color: white;
    justify-content: space-evenly;
    gap: 7%;
}
.block-of-content{
    background-color: white;
}
.signup-newsletter{
    background-color: #e0e0e0;
    font-size: 23px;
    max-width: 341px;
    margin-top: -6px !important;
}
.shownewsletterbox{
    color: #e86d00 !important;
    font-size: 20px;
    font-weight: bold;
}
.blocks{
    gap: 95px;
    padding-top: 12px;
}
.text-below-slider{
    background-color: #f5f7f8;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    margin-top: -21px;
    justify-content: left !important;
    padding-left: 50px;
    padding-top: 23px;
    padding-right: 50px;
}
.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table{
    white-space: nowrap;
}
h1{
    font-family: sans-serif !important;
}
.content{
    font-family: sans-serif !important;
}


.site-navigation {
    /*flex: 1 1 100%;*/
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-menu{
    gap: 12px;
}
@media (max-width: 830px) {
    .site-navigation{
        padding-top: 12px;
    }
    .footer-menu{
        flex-wrap: wrap;
    }
}
.rights-reserved{
    white-space: nowrap;
}
@media (max-width: 440px) {
    .foot-fix{
        flex-direction: column;
        display: flex;
    }
    .rights-reserved{
        margin-top: 12px;
    }
}
.foot-fix{
    display: flex;
    flex-wrap: wrap !important;
}
.reset-form-custom {
  max-width: 400px;
  margin: 0 auto; 
  text-align: center;
}

.reset-form-custom .reset-form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reset-form-custom .woocommerce-form-row {
  width: 100%;
  text-align: left;
}

.reset-form-custom label {
  display: block;
  margin-bottom: 5px;
}

.reset-form-custom input[type="password"] {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.reset-form-custom .reset-form-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
}

.reset-form-btn {
	border: none;
	cursor: pointer;
	padding: 12px;
    background-color: #dc6b00 !important;
    color: #fff !important;	
}