
.default-search ul {
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

form.default-search {
    /* margin: 0 auto; */
    /* max-width: 1308px; */
    height: 60px;
    overflow: hidden;
    transition: 0.5s ease-out;
    display: flex;
    align-items: center;
    width: 170px;
}

.default-search button {
    background-color: #ec3131;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    flex-shrink: 0;
}
.default-search input {
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    height: 36px;
    flex-grow: 1;
    position: relative;
    font-size: 18px;
    background: transparent;
    text-align: left;
    color: #fff !important;
    width: 120px;
}

.default-search input::placeholder {
    color: #fff;
    font-size: 13px;
}

.default-search  .search-btn-v {
    padding-right: 20px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
}


.menu .search #search-b{
    display: none !important;
}

@media (max-width: 976px) {
    .menu .search .default-search{
	display: none;
    }
}

.categories .accordion-panel > .container:hover > .checkmark {
    color: #ec3131;
    background-color: transparent;
    border: 1px solid #ec3131;
}

.categories .accordion-panel > .container:hover > span {
    color: #ec3131;
}

.categories .accordion-panel > .container > .container:hover >.checkmark {
    color: #ec3131;
    background-color: transparent;
    border: 1px solid #ec3131;
}

.categories .accordion-panel > .container > .container:hover > span {
    color: #ec3131;
}

.categories .accordion-panel > label.container{
    cursor: pointer;
}

.long-arrow-right{
  display: block;
  margin: 30px auto;
  width: 23px;
  height: 22px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  margin-left: 35px;
}
.long-arrow-right{
 transform: rotate(135deg);
}

.long-arrow-right::after{
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.product-links a.disabled {
    border: 1px solid #ec3131;
    padding: 10px 10px 8px 10px;
    color: #222;
    margin-left: 5px;
}


.product-links a.disabled:hover {
    background:#ec3131;
    border: 1px solid #fff;
    color:#fff;
}
.product-links a.disabled {
    font-size: 14px;
}
.sale-product-links a.sale-disabled {
    border: 1px solid #fff;
    padding: 10px 10px 8px 10px;
    color: #fff;
    margin-left: 10px;
}


.sale-product-links a.sale-disabled:hover {
    background:#fff;
    border: 1px solid #ec3131;
    color:#ec3131;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 450px;
    height: auto;
}


.popup-content a{
    display: block;
}
.popup-content img{
    width: 100%;
}

body.popup-active {
    overflow: hidden; /* Prevent scrolling when popup is open */
}

.popup-button {
    /* background: #fc2a1a;*/
    position: absolute;
    right: 10%;
    bottom: 15px;
    width: 77px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 20px 5px;
}

.catalog li {
    padding-right: 30px;
}


/*.btns a:has(img[alt="search"]) {*/
/*    display: none;*/
/*}*/

.star:before {
  content: "★";
  display: inline-block;
  font-size: 28px;
  color: #ec3131;
  cursor:pointer;
}
.star span.info{
  position:absolute;
  top:30px;
  left:0;
  text-align:right;
  opacity:0;
  font-size:16px;
}
.star:hover span.info {
  opacity:1;
}

@media (max-width: 976px) {
    .popup-content {
	    padding: 10px;
	    width: 330px;
	}
	.star span.info {
    font-size: 10px;
}
}
.burger-menu ul {
    justify-content: left;
}
.burger-menu a {
    font-size: 14px;
    padding: 0px 15px;
}

.soc-3.policy {
    color: #fff;
}

.policy a {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    padding-left: 10px;
}

.soc-media.soc-1 {
    color: #fff;
}

.main.main-container h1 {
    margin-bottom: 30px;
}

.main.main-container h1::after {
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
}

.main.main-container {
    height: 100vh;
    text-align: center;
}

.popup-content .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: #9a5151;
    border-radius: 100%;
    padding: 5px 8px 5px 9px;
}

.is_strategy {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    background: #f2f2f2;
    z-index: 1111111111111111111;
    box-shadow: 0 2px 15px rgb(0 0 0 / 72%);
    padding: 14px;
    border-radius: 5px;
}

.is_strategy button.reg-bt {
    color: #ffffff;
    background: #ec3131;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 6px;
    float: right;
    cursor: pointer;
}

.is_strategy h2 {
    font-size: 16px;
    padding-bottom:10px;
}

.is_strategy p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}

.is_strategy p a {
    color: red;
}

.is_strategy form.bt {
    padding-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: right;
}

.is_strategy .form-group.bt-group {
    display: flex;
    gap: 8px;
    justify-content: right;
    align-items: center;
}

.is_strategy .close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ec3131;
    width: 17px;
    text-align: center;
    cursor: pointer;
}

.product-img {
    position: relative;
}

p.product_code {
    position: absolute;
    z-index: 111111;
    bottom: 10px;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.products-list .sun-slide p.product_code{
    display:none;
}

.products-list .sun-slide:hover p.product_code{
    display:block;
}
