/* =================== ОБЩИЕ СТИЛИ КНОПОК =================== */

button.btn,
.btn-primary,
.btn.btn-light.btn-lg,
button.btn-light,
#cart .btn-lg,
#product-info .btn-group button {
  border-radius: 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / .5);
}

/* =================== ОБЩИЕ СТИЛИ КАРТОЧЕК И БЛОКОВ =================== */

.product-thumb,
#product-category #content h1+.row,
#form-product .input-group,
.nav-tabs,
.related-item {
  background: #F4FBF5;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / .5);
}

/* =================== ОБЩИЕ СТИЛИ INPUT / SELECT =================== */

input.form-control,
.form-select,
textarea#input-text,
textarea#input-comment,
#form-product .input-group input {
  border: 1px solid #39843d;
  box-shadow: 0 2px 6px rgb(0 0 0 / .4);
  border-radius: 10px;
}

/* =================== ОСТАЛЬНЫЕ СТИЛИ =================== */
*, *::before, *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0 
}
 body {
     width: 100%;
     height: 100%;
     font-family: "Roboto", sans-serif;
     background-color: #fff;
     transition: all .5s ease 0s 
}
 a {
     color: #37803B 
}
 h1, h2, h3, h4, h5 {
     color: #39843d 
}
 legend {
     padding: 7px 0;
     margin-bottom: 20px;
     border-bottom: 1px solid #e5e5e5 
}
 label {
     font-size: 12px;
     font-weight: 400 
}
 button:focus {
     outline: none !important 
}
 #container {
     width: 100%;
     min-height: 100%;
     position: absolute;
     margin-bottom: 300px 
}
 #content, #column-left {
     padding-bottom: 30px 
}
 @media (min-width:576px) {
     #content, #column-left {
         padding-bottom: 30px 
    }
}
 #alert {
     z-index: 9999;
     position: fixed;
     top: 30%;
     left: 50%;
     width: 400px;
     margin-left: -200px 
}
 @media (min-width:992px) {
     #alert {
         width: 600px;
         margin-left: -300px 
    }
}
 @media (min-width:1140px) {
     #alert {
         width: 600px;
         margin-left: -300px 
    }
}
 @media (min-width:1320px) {
     #alert {
         width: 600px;
         margin-left: -300px 
    }
}
 #logo {
     text-align: center;
     margin: 7px 0 7px 0 
}
 #logo img {
     max-width: 150px 
}
 @media (min-width:768px) {
     #logo {
         text-align: left 
    }
}
 #cart {
     margin-bottom: 10px 
}
 #cart .img-thumbnail {
     min-width: 100px 
}
 #cart .btn-lg {
     font-size: 15px;
     line-height: 18px;
     padding: 14px 35px 
}
 #cart .dropdown-menu {
     background: #eee 
}
 #cart .dropdown-menu li {
     min-width: 300px 
}
 @media (max-width:768px) {
     #cart .dropdown-menu li {
         min-width: 100% 
    }
}
 #menu {
     background-color: #229ac8;
     background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
     background-repeat: repeat-x;
     border: 1px solid #1f90bb;
     border-color: #1f90bb #1f90bb #145e7a;
     min-height: 40px;
     border-radius: 10px;
     padding: 0 1rem;
     margin-bottom: 20px 
}
 #menu .navbar-nav>li>a {
     color: #fff;
     text-shadow: 0 -1px 0 rgb(0 0 0 / .25);
     padding: 10px 15px 10px 15px;
     background-color: #fff0 
}
 #menu .navbar-nav>li>a:before {
     bottom: 9px;
     opacity: 0 
}
 #menu .dropdown-menu {
     border-top-left-radius: 0;
     border-top-right-radius: 0 
}
 #menu .dropdown-inner {
     display: flex;
     flex-direction: column 
}
 #menu .dropdown-inner ul {
     width: 100%;
     min-width: 200px 
}
 @media (min-width:960px) {
     #menu .dropdown:hover .dropdown-menu {
         display: block 
    }
     #menu .dropdown-inner {
         flex-direction: row 
    }
     #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
         left: -200px 
    }
}
 #category {
     float: left;
     font-size: 18px;
     font-weight: 700;
     line-height: 40px;
     color: #fff;
     text-shadow: 0 1px 0 rgb(0 0 0 / .2) 
}
 #menu .navbar-toggler i {
     color: #fff;
     border-color: #fff;
     font-size: .9em 
}
 div.required .form-label:before {
     content: "* ";
     color: red;
     font-weight: 700 
}
 .form-switch-lg {
     font-size: 20px;
     min-height: 30px;
     line-height: 30px 
}
 .nav-tabs {
     margin-bottom: 15px 
}
 .form-check .form-check-input {
     margin-top: .25rem 
}
 footer {
     border: 1px solid #333;
     position: relative;
     bottom: -1px;
     width: 100%;
     padding-top: 30px;
     background-color: #333;
     border-top: 1px solid #333;
     color: #E78B04 
}
 footer hr {
     border-top: none;
     border-bottom: 1px solid #666 
}
 footer a {
     color: #fff;
     text-decoration: none;
}
 footer a:hover {
     color: #000 
}
 footer h5 {
     font-size: 16px;
     font-weight: 500;
     color: #E78B04;
     margin-top: 10px;
     margin-bottom: 10px 
}
 .breadcrumb {
     margin: 0 0 20px 0;
     padding: 8px 0;
     border: 1px solid #fff0;
     border-radius: var(--bs-border-radius);
     background-color: #fff0 
}
 .breadcrumb i {
     font-size: 15px 
}
 .breadcrumb>li.breadcrumb-item {
     text-shadow: 0 1px 0 #FFF;
     padding: 0 30px;
     position: relative;
     white-space: nowrap;
     padding-left: 0 
}
 .breadcrumb>li.breadcrumb-item>a {
     text-decoration: none;
     color: #212121 
}
 .breadcrumb>li.breadcrumb-item:after {
     content: "";
     display: block;
     position: absolute;
     top: 8px;
     right: 14px;
     width: 6px;
     height: 6px;
     border-right: 2px solid #9e9e9e;
     border-bottom: 2px solid #9e9e9e;
     transform: rotate(-45deg) 
}
 .breadcrumb>li.breadcrumb-item+li:before {
     content: "";
     padding: 0 
}
 .breadcrumb>li.breadcrumb-item:last-child:after {
     border: 0 
}
 .product-thumb {
     border: 1px solid #ddd;
     position: relative;
     height: 100%;
     overflow: hidden 
}
 .product-thumb .image {
     text-align: center 
}
 .product-thumb .description {
     padding: 15px;
     margin-bottom: 0 
}
 .product-thumb .description h4 {
     font-weight: 700 
}
 .product-thumb .button {
     display: inline-block;
     position: absolute;
     width: 174px;
     gap: 10px;
     justify-content: center;
     background: #39843d21;
     backdrop-filter: blur(1px);
     left: 0;
     right: 0;
     margin: auto;
     padding: 5px;
     border-radius: 60px;
     filter: drop-shadow(0 5px 7px rgb(54 55 57 / .23));
     border: 1px solid #39843d14 
}
 .product-thumb .button button {
     width: 33.33%;
     border: none;
     border-top: 1px solid var(--bs-border-color);
     background-color: var(--bs-tertiary-bg);
     color: var(--bs-gray-600);
     line-height: 38px;
     text-align: center;
     width: 45px;
     height: 44px;
     display: block;
     padding: 0;
     border-radius: 40px;
     border: 0;
     box-shadow: none;
     display: inline-block;
     margin: 0 3px 
}
 .product-thumb .button button:hover {
     color: var(--bs-gray-600);
     background-color: #ddd;
     text-decoration: none;
     cursor: pointer 
}
 .rating .fa-stack {
     width: 20px 
}
 .rating .fa-star {
     color: #999;
     font-size: 15px 
}
 .rating .fa-star {
     color: #E78B04;
     font-size: 15px 
}
 .price {
     color: #444 
}
 .price-new {
     font-weight: 500;
     color: #B35500;
     font-weight: 700;
     background-color: #FFF3E0;
     padding: 6px 12px;
     border-radius: 10px;
     display: inline-block;
     box-shadow: 0 2px 10px rgb(245 124 0 / .5);
     transition: transform 0.3s ease 
}
 .price:hover {
     transform: scale(1.05) 
}
 #common-home.container, main>.container:first-child {
     max-width: 100%;
     padding: 10px 
}
 #common-home>* {
     max-width: 100%;
     margin: 0 auto 
}
 #common-home #content>.row, #common-home #content>div {
     max-width: 1400px;
     margin-left: auto;
     margin-right: auto 
}
 #common-home #content>h3 {
     max-width: 1370px;
     margin: 0 auto;
     margin-bottom: 10px;
     position: relative;
     padding-bottom: 6px;
     margin-bottom: 15px 
}
 h1 {
     position: relative;
     padding-bottom: 8px;
     margin-bottom: 20px 
}
 #common-home #content>h3:before, h1:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 3px;
     background: #DB6A00;
     border-radius: 10px;
     bottom: 0;
     left: 0 
}
 #common-home #content {
     padding: 0;
     overflow: hidden 
}
 #cart, #logo {
     margin: 0px !important 
}
 #menu {
     background: #39843d !important;
     border-radius: 10px;
     margin-bottom: 0;
     border: 0;
     box-shadow: 0 2px 6px rgb(0 0 0 / .7) 
}
 .navbar-collapse {
     justify-content: center 
}
 #cart .btn-lg {
     background: #fff0;
     border-radius: 50px;
     border: 0;
     color: #333;
     padding: 10px 5px;
     padding-right: 14px;
     text-align: right;
     border: 2px solid #39843d 
}
 #cart>div.d-grid {
     display: flex !important;
     justify-content: flex-end 
}
 .product-thumb {
     background: #F4FBF5;
     border-radius: 10px;
     border: 0;
     margin-top: 0;
     transition: all .5s ease 0s;
     box-shadow: 0 2px 6px rgb(0 0 0 / 0.4);
     border-radius: 10px 
}
 .product-thumb .image img {
     border-radius: 10px 
}
 .description {
     text-align: center 
}
 .description h4 a {
     font-weight: 400;
     font-size: 16px;
     font-weight: 700 
}
 .description p {
     font-size: 13px;
     color: #515151 
}
 .product-thumb .content {
     position: relative 
}
 .product-thumb .button {
     top: auto;
     bottom: -250px;
     transition: all .8s ease 0s 
}
 .product-thumb .content form .button button:first-child {
     background: #39843d !important;
     color: #fff !important;
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 .product-thumb .content form .button button:hover {
     background: #db6a00 !important;
     color: #fff !important 
}
 .product-thumb:hover .button {
     bottom: 20px 
}
 #menu .dropdown-menu {
     background: #ffffffcf;
     border: 0;
     border-radius: 10px;
     border: 1px solid #39843d14;
     box-shadow: none !important;
     backdrop-filter: blur(23px) 
}
 #menu .dropdown-menu a:before, #menu a:before {
     position: absolute;
     content: '';
     left: 12px;
     height: 1px;
     width: 0;
     background-color: #323232;
     bottom: 3px;
     transition: all 0.5s ease 0s 
}
 #menu .dropdown-menu a:hover:before, #menu a:hover:before {
     width: 50px 
}
 .dropdown-item {
     position: relative 
}
 .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
     color: var(--bs-dropdown-link-hover-color);
     background: #fff0 
}
 .breadcrumb {
     margin-top: 25px 
}
 .breadcrumb i.fa-home:before {
     content: "Home";
     font-family: "Roboto", sans-serif;
     font-weight: 400;
     font-size: 14px 
}
 .list-group {
     border-radius: 10px 
}
 .list-group-item.active {
     background: #fff0;
     border-color: #dee2e6;
     color: #212121;
     font-weight: 600;
     border-left: 2px solid #39843d 
}
 .list-group-item:hover {
     background: #fff0;
     border-color: #dee2e6;
     color: #db6b01 
}
 #product-category #content h1+.row {
     background-color: #F4FBF5;
     border-radius: 10px;
     margin-bottom: 20px;
     padding: 10px 5px;
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 #product-category #content .img-thumbnail {
     border: 0;
     border-radius: 10px 
}
 .btn-primary {
     background: #39843d !important;
     border-color: #39843d;
     box-shadow: 0 2px 6px rgb(0 0 0 / .7) 
}
 .page-link {
     color: #39843d 
}
 .active>.page-link {
     background: #39843d !important;
     box-shadow: 0 2px 6px rgb(0 0 0 /0.4) 
}
 #cart .dropdown-menu {
     background: #ffffffcf;
     border-radius: 10px;
     border: 1px solid #39843d14;
     box-shadow: none !important;
     backdrop-filter: blur(23px) 
}
 #cart .dropdown-menu .table>:not(caption)>*>*, .table-striped>tbody>tr:nth-of-type(odd)>* {
     background: transparent !important;
     border-color: #7f7f7f2e;
     --bs-table-bg-type: transparent !important 
}
 #cart .table-bordered>:not(caption)>* {
     border-color: #7f7f7f2e 
}
 #cart .dropdown-menu p.text-end a strong {
     padding: 7px 13px;
     background: #39843d;
     margin-top: 6px;
     display: inline-block;
     border-radius: 10px;
     color: #fff;
     font-weight: 400 !important 
}
 #output-cart .table-bordered>:not(caption)>*>*, #checkout-confirm .table-bordered>:not(caption)>*>* {
     background: #f3f4f8 
}
 #product-info .btn-group button {
     text-align: center;
     width: 45px;
     height: 44px;
     display: block;
     padding: 0;
     border-radius: 40px;
     border: 0;
     box-shadow: none;
     display: inline-block;
     margin: 0 3px;
     color: #39843d;
     font-size: 15px;
     border: 1px solid #46A04B;
     box-shadow: 0 2px 6px rgb(0 0 0 / .5) 
}
 #product-info .btn-group button:hover {
     background: #39843d !important;
     border-color: #39843d !important;
     color: #fff;
     box-shadow: 0 2px 6px rgb(0 0 0 / .7) 
}
 #product-info .magnific-popup>a>.img-thumbnail {
     background: #f4fbf5;
     border-radius: 10px;
     border: 0;
     padding: 8px 
}
 .nav-tabs {
     background-color: #f4fbf5;
     padding: 5px;
     border-radius: 10px;
     margin-bottom: 20px;
     border: 1px solid #C2EBC8;
     box-shadow: 0 2px 6px rgb(0 0 0 / .5) 
}
 .nav-tabs .nav-link {
     border: 0;
     margin: 10;
     box-shadow: 0 2px 6px rgb(0 0 0 / .4);
     border-radius: 10px;
     margin-right: 7px;
     color: #121212;
     margin: 3px 5px 
}
 .nav-tabs .nav-link.active {
     background: #39843d;
     color: #fff;
     box-shadow: 0 2px 6px rgb(0 0 0 / .7) 
}
 #form-product .input-group {
     display: block 
}
 #form-product .input-group .input-group-text {
     padding: 0;
     margin-bottom: 5px;
     background: #fff0;
     border: 0 
}
 #form-product .input-group {
     background-color: #f4fbf5;
     padding: 10px;
     border-radius: 10px;
     border: 1px solid #C2EBC8;
     box-shadow: 0 2px 6px rgb(0 0 0 / .5) 
}
 #form-product .input-group input {
     width: 100%;
     margin-bottom: 10px;
     border-radius: 10px;
     padding: 10px 15px 
}
 #form-product .input-group button {
     width: 100%;
     border-radius: 10px 
}
 .img-thumbnail {
     border-color: #C2EBC8 
}
 .navbar-nav .dropdown-toggle:after {
     content: "\f107";
     font-family: "Font Awesome 6 Free";
     font-size: 13px;
     display: block;
     float: right;
     margin-left: 5px;
     margin-top: 0;
     font-weight: 700 
}
 @media (min-width:992px) {
     #common-home #content>.row, #common-home #content>div {
         max-width: 962px;
         margin-left: auto;
         margin-right: auto 
    }
     #common-home #content>h3 {
         max-width: 962px 
    }
}
 @media (min-width:1200px) {
     #common-home #content>.row, #common-home #content>div {
         max-width: 1170px;
         margin-left: auto;
         margin-right: auto 
    }
     #common-home #content>h3 {
         max-width: 1170px 
    }
}
 @media (min-width:1400px) {
     #common-home #content>.row, #common-home #content>div {
         max-width: 1370px;
         margin-left: auto;
         margin-right: auto 
    }
     #common-home #content>h3 {
         max-width: 1370px 
    }
}
 @media (max-width:991px) {
     #common-home #content>.row, #common-home #content>div, #product-category #content h1+.row {
         max-width: 100%;
         margin-left: auto;
         margin-right: auto;
         max-width: calc(100% - 15px) 
    }
     #common-home #content>h3 {
         max-width: calc(100% - 15px) 
    }
     #logo {
         text-align: center;
         margin-bottom: 14px !important 
    }
     #menu {
         position: relative;
         min-height: auto;
         background: #39843d !important 
    }
     #menu #category {
         color: #fff;
         text-shadow: none !important 
    }
     .navbar-collapse {
         position: absolute;
         top: 40px;
         width: 100%;
         left: 0;
         background: #fff;
         z-index: 3;
         border: 1px solid #39843d14;
         box-shadow: none !important;
         backdrop-filter: blur(23px);
         background: #ffffffcf;
         border: 0 
    }
     #menu .dropdown-menu {
         max-width: calc(100% - 15px);
         margin-left: auto;
         margin-right: auto 
    }
     #menu .navbar-nav>li>a {
         text-shadow: none;
         color: #39843d 
    }
     .navbar-toggler {
         background: #fff0;
         right: 20px;
         color: #121212 !important;
         border: 0;
         padding: 0 
    }
     #menu .navbar-toggler i {
         color: #fff;
         border-color: #fff0 
    }
     .navbar-toggler:focus {
         box-shadow: none 
    }
     .product-thumb .button {
         position: relative;
         bottom: 0px !important;
         justify-content: space-between;
         display: flex 
    }
     #product-category #content h1+.row>div {
         width: 100%;
         margin-bottom: 10px 
    }
     .breadcrumb {
         margin-top: 2px;
         margin-bottom: 2px 
    }
     #cart .btn-lg {
         border-width: 2px !important 
    }
}
 @media (max-width:660px) {
     #cart>div.d-grid {
         justify-content: center;
         margin-bottom: 10px 
    }
     #common-home #content>h3+.row>div, #product-category #product-list>div {
         width: 50%;
         padding: 5px;
         margin-bottom: 5px !important 
    }
     .product-thumb, .product-thumb .image img {
         border-radius: 10px 
    }
     .product-thumb .description {
         padding: 15px 5px 
    }
     .product-thumb {
         padding: 2px 
    }
     .product-thumb .button button {
         width: 30px;
         height: 30px;
         line-height: 32px;
         margin: 0 
    }
     .product-thumb .button {
         position: relative;
         bottom: 0px !important;
         border-radius: 0;
         background: #fff0;
         border: 0;
         width: 100%;
         justify-content: center;
         display: flex 
    }
     .description p {
         font-size: 12px;
         line-height: 16px 
    }
     #logo img {
         max-width: 150px 
    }
}
 .fixed-btn {
     position: fixed;
     right: 20px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     z-index: 999;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 22px;
     text-decoration: none;
     box-shadow: 0 4px 10px rgb(0 0 0 / .3);
     transition: opacity 0.3s ease, transform 0.3s ease;
     opacity: 0;
     pointer-events: none 
}
 #call-button {
     bottom: 130px;
     background-color: #db6a00 
}
 .fixed-btn.show {
     opacity: 1;
     pointer-events: auto 
}
 #back-to-top:hover {
     background-color: #555 
}
 .breadcrumb {
     margin: 25px 0 20px;
     padding: 8px 0;
     background: #fff0;
     border-radius: var(--bs-border-radius);
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     gap: 10px 
}
 .breadcrumb i.fa-home:before {
     content: var(--fa);
     font-family: "Font Awesome 6 Free";
     font-weight: 900 
}
 .fa-home {
     --fa: "\f015" 
}
 .breadcrumb>li.breadcrumb-item {
     position: relative;
     white-space: nowrap;
     padding-right: 18px 
}
 .breadcrumb>li.breadcrumb-item:not(:last-child)::after {
     content: "";
     position: absolute;
     top: 50%;
     right: 4px;
     width: 6px;
     height: 6px;
     border-right: 2px solid #9e9e9e;
     border-bottom: 2px solid #9e9e9e;
     transform: translateY(-50%) rotate(-45deg) 
}
 #back-to-top {
     bottom: 10px;
     background-color: #28a745 
}
 .fixed-btn.show {
     opacity: 1;
     pointer-events: auto 
}
 #back-to-top:hover {
     background-color: #218838 
}
 #call-button:hover {
     background-color: #28a745 
}
 @media (max-width:991px) {
     #call-button {
         display: flex 
    }
}
 @media (min-width:992px) {
     #call-button {
         display: none 
    }
}
 #cart .btn-lg {
     background-color: #DB6A00;
     color: #fff;
     border: none;
     border-radius: 10px;
     padding: 10px 18px;
     font-size: 16px;
     display: flex;
     align-items: center;
     gap: 8px;
     transition: background-color 0.3s ease, box-shadow 0.3s ease;
     box-shadow: 0 2px 6px rgb(0 0 0 / .7) 
}
 #cart .btn-lg:hover {
     background-color: #DB6A00;
     box-shadow: 0 4px 10px rgb(0 0 0 / .5) 
}
 .dropdown-menu a, .dropdown-menu .dropdown-item {
     white-space: normal !important;
     word-break: break-word;
     max-width: 250px 
}
 nav .navbar-nav>li>a {
     white-space: normal;
     word-wrap: break-word 
}
 input.form-control {
     border: 1px solid #39843d;
     box-shadow: 0 2px 6px rgb(0 0 0 / .4);
     border-radius: 10px 
}
 button.btn {
     border: 1px solid #006505;
     box-shadow: 0 2px 6px rgb(0 0 0 / .5);
     border-radius: 10px 
}
 .card.text-primary.text-center {
     min-height: 100%;
     box-shadow: 0 2px 6px rgb(0 0 0 / .5) 
}
 .product-thumb .image {
     overflow: hidden;
     border-radius: 10px 
}
 .product-thumb .image img {
     transition: transform 0.3s ease;
     width: 100%;
     display: block 
}
 .product-thumb .image img:hover {
     transform: scale(1.1) 
}
 footer a:hover, footer a:focus, footer a:active {
     color: #E78B04;
     text-decoration: underline 
}
 .breadcrumb>li.breadcrumb-item>a:hover, .breadcrumb>li.breadcrumb-item>a:focus, .breadcrumb>li.breadcrumb-item>a:active {
     color: #E78B04;
     text-decoration: underline 
}
 a:hover, a:focus, a:active {
     color: #E78B04;
     text-decoration: underline 
}
 #menu .navbar-nav>li>a:hover, #menu .navbar-nav>li>a:focus, #menu .navbar-nav>li>a:active {
     color: #E78B04;
     text-decoration: underline 
}
 #form-product .input-group button:hover {
     background-color: #db6a00 !important;
     color: #fff !important;
     border-color: #db6a00 !important 
}
 .card-body.fs-5.fw-bold:hover, .card-body.fs-5.fw-bold:focus, .card-body.fs-5.fw-bold:active {
     color: #E78B04;
     text-decoration: underline;
     transition: color 0.3s ease, text-decoration 0.3s ease 
}
 #input-shipping-company {
     display: none !important 
}
 #input-shipping-address-2 {
     display: none !important 
}
 #input-shipping-country {
     display: none !important 
}
 div.col.mb-3:has(#input-payment-company), div.col.mb-3:has(#input-shipping-company) {
     display: none !important 
}
 div.col.mb-3:has(#input-payment-address-2), div.col.mb-3:has(#input-shipping-address-2) {
     display: none !important 
}
 div.col.mb-3:has(#input-payment-country), div.col.mb-3:has(#input-shipping-country) {
     display: none !important 
}
 div.col.mb-3:has(input[name="account"]) {
     display: none !important 
}
 form#form-register div.col.mb-3:has(input[id$="postcode"]) {
     display: none !important 
}
 #checkout-cart .accordion#accordion .accordion-item:has(#collapse-shipping), #checkout-cart .accordion#accordion .accordion-item .accordion-header:has(.accordion-button[data-bs-target="#collapse-shipping"]) {
     display: none !important 
}
 .input-group-text {
     border-color: #39843d 
}
 .btn-primary:hover {
     background-color: #db6a00 !important;
     border-color: #ff6200 !important;
     text-decoration: underline !important 
}
 .table.table-bordered th.text-end, .table.table-bordered td.text-end {
     min-width: 110px 
}
 .table.table-bordered td:has(.input-group) {
     min-width: 130px 
}
 .form-select {
     border-color: #39843d;
     box-shadow: 0 2px 6px rgb(0 0 0 / .4);
}
 @font-face {
     font-family: 'Roboto-Italic';
     src: url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Italic.woff2) format('woff2'), url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Italic.woff) format('woff');
     font-weight: 400;
     font-style: normal 
}
 @font-face {
     font-family: 'Roboto-Bold';
     src: url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Bold.woff2) format('woff2'), url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Bold.woff) format('woff');
     font-weight: 400;
     font-style: normal 
}
 @font-face {
     font-family: 'Roboto-Medium';
     src: url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Medium.woff2) format('woff2'), url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Medium.woff) format('woff');
     font-weight: 400;
     font-style: normal 
}
 @font-face {
     font-family: 'Roboto-Regular';
     src: url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Regular.woff2) format('woff2'), url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Regular.woff) format('woff');
     font-weight: 400;
     font-style: normal 
}
 @font-face {
     font-family: 'Roboto-Black';
     src: url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Black.woff2) format('woff2'), url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Black.woff) format('woff');
     font-weight: 400;
     font-style: normal 
}
 @font-face {
     font-family: 'Roboto-Light';
     src: url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Light.woff2) format('woff2'), url(catalog/view/stylesheet/fonts/Roboto/subset-Roboto-Light.woff) format('woff');
     font-weight: 400;
     font-style: normal 
}
 label.input-group-text {
     border-color: #39843d;
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 button.btn.btn-light.btn-lg {
     border-color: #39843d 
}
 select#input-sort {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 select#input-limit {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 a.btn.btn-light {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 a.btn.btn-danger {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4);
     border-color: #f90008 
}
 span.input-group-text {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4);
     border-color: #39843d 
}
 textarea#input-text {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4);
     border-color: #39843d 
}
 textarea#input-comment {
     box-shadow: 0 2px 6px rgb(0 0 0 / .4) 
}
 @media (max-width:991.98px) {
     #product-category .row:has(#input-sort, #input-limit) {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         max-width: 100%;
         margin: 0 
    }
     #product-category .row:has(#input-sort, #input-limit) .col-6 {
         flex: 1 1 50%;
         max-width: 50%;
         padding: 0 5px;
         display: flex;
         box-sizing: border-box 
    }
     #product-category .row:has(#input-sort, #input-limit) .input-group {
         width: 100%;
         flex: 1;
         min-width: 0 
    }
     #product-category .row:has(#input-sort, #input-limit) .input-group-text {
         font-size: .8rem;
         padding: 3px 5px;
         white-space: nowrap 
    }
     #product-category .row:has(#input-sort, #input-limit) .form-select {
         font-size: .8rem;
         padding: 3px 15px 3px 5px;
         flex: 1;
         min-width: 0;
         text-overflow: ellipsis 
    }
}
 @media (max-width:767.98px) {
     #product-category .row:has(#input-sort, #input-limit) .col-lg-3 {
         flex: 0 0 100%;
         max-width: 100%;
         padding: 0 5px 
    }
     #product-category .row:has(#input-sort, #input-limit) .col-6 {
         flex: 1 1 50%;
         max-width: 50%;
         flex-shrink: 0 
    }
}
 @media (max-width:400px) {
     #product-category .row:has(#input-sort, #input-limit) .input-group-text {
         font-size: .7rem;
         padding: 2px 4px 
    }
     #product-category .row:has(#input-sort, #input-limit) .form-select {
         font-size: .7rem;
         padding: 2px 12px 2px 4px 
    }
}
 .related-category-wrapper {
     margin: 10px 10px;
     padding: 10px 10px;
     background-color: #f9f9f9;
     border-radius: 10px 
}
 .section-title {
     margin-bottom: 20px;
     font-size: 20px;
     font-weight: 700 
}
 .related-category-products {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between 
}
 .related-item {
     flex: 0 0 calc(20% - 16px);
     box-sizing: border-box;
     border: 1px solid #ddd;
     border-radius: 10px;
     padding: 10px;
     text-align: center;
     background: #fff;
     transition: box-shadow 0.3s 
}
 .related-item:hover {
     box-shadow: 0 0 10px rgb(0 0 0 / .1) 
}
 .related-item img {
     width: 50%;
     height: auto;
     object-fit: contain;
     margin-bottom: 10px 
}
 .related-name {
     font-size: 14px;
     font-weight: 700;
     margin-bottom: 5px;
     line-height: 1.3 
}
 .related-price {
     font-weight: 700;
     color: #db6a00;
     font-size: 14px 
}
 @media (max-width:767px) {
     .related-category-products {
         flex-wrap: nowrap;
         overflow-x: auto;
         padding-bottom: 10px;
         scroll-snap-type: x mandatory;
         -webkit-overflow-scrolling: touch 
    }
     .related-item {
         flex: 0 0 40%;
         min-width: 40%;
         margin-right: 10px;
         scroll-snap-align: start 
    }
     .related-item img {
         width: 70% 
    }
}
/* Контейнер для иконок */
 .footer-social-icons {
     display: flex;
     justify-content: center;
    /* Змінено з center на left для вирівнювання по лівому краю */
     align-items: center;
     gap: 15px;
    /* Расстояние между иконками */
     padding: 20px 0;
}
/* Общие стили для каждой иконки-ссылки */
 .footer-social-icons .social-icon {
     display: inline-flex !important;
     justify-content: center !important;
     align-items: center !important;
     width: 30px !important;
     height: 30px !important;
     border-radius: 50% !important;
     color: #ffffff !important;
     font-size: 18px !important;
     text-decoration: none !important;
     transition: transform 0.3s ease, opacity 0.3s ease !important;
}
 .footer-social-icons .social-icon:hover {
     opacity: 0.85;
     transform: translateY(-3px);
}
/* --- Цвета брендов --- */
 .footer-social-icons .social-icon.youtube {
     background-color: #FF0000 !important;
}
 .footer-social-icons .social-icon.twitter {
     background-color: #000000 !important;
}
 .footer-social-icons .social-icon.instagram {
    /* Градиент для Instagram */
     background: #d6249f !important;
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}
 .footer-social-icons .social-icon.facebook {
     background-color: #1877F2 !important;
}
 .footer-social-icons .social-icon.linkedin {
     background-color: #0A66C2 !important;
    /* Офіційний колір LinkedIn */
}
 .footer-social-icons .social-icon.pinterest {
     background-color: #E60023 !important;
    /* Офіційний колір Pinterest */
}
 #cart-button {
     position: fixed;
     right: 20px;
     bottom: 70px;
     width: 50px;
     height: 50px;
     background: #fff;
     color: #db6a00;
    /* значок корзины оранжевый */
     border-radius: 50%;
     box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
     text-align: center;
     line-height: 50px;
     z-index: 999;
     font-size: 20px;
     transition: opacity 0.3s;
}
 #cart-button:hover i {
     color: #894404;
}
 #cart-button:hover, #call-button:hover, #back-to-top:hover {
     text-decoration: none;
}

#input-newsletter, label[for="input-newsletter"] {
  display: none !important;
}

