#content {
    min-height: auto;
        background-color: #ffffff;
    border-radius: 8px;
}

/*.input-group {
    display: flex;
    max-width: 10%;
}*/

@media (min-width:992px) {
.i-buy {
    display: flex;
    }
}

@media (max-width:991px) {
.i-buy {
    display: grid;
    }
}

.input-quantity-buttons {
    display: flex;
    gap: 1.6rem 1.4rem;
}

/*.alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /*width: 50%;
    height: 50%;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}*/

.alert-dismissible .close {
    opacity: 1;
    top: -20px;
    color: #f51627;
    right: -5px;
    top: 0px;
}

#menu-desktop .dropdown-menu {
    padding: 0px 0;
}

.tab-content {
        margin-bottom: 15px;
        /*background-color: rgba(0, 0, 0, 0.8);*/
            border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 991px) {
.stock-out {
    background-color: transparent;
    }
}

@media (max-width: 991px) {
.dropdown-menu {
    padding: 10px;
    }
}

@media (max-width: 991px) {
.stock-in {
    background-color: transparent;
    }
}

/*@media (max-width: 767px) {
    button#quantity-increase {
        background-color: #ffffff;
    }

    button#quantity-decrease {
        background-color: #ffffff;
    }
}*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}

.pagination>li>a, .pagination>li>span {
    color: #000000;
}

.menu-desktop .dropdown-menu > li > a:hover {
        background: transparent;
    color: #ff0301;
}

#top .btn-link:hover, #top-links a:hover {
    color: #ff0301;
    background-color: transparent;}

.thumbnail img {
    background-color: white;
}

#product-product .input-group .btn {
    border-radius: 0px;
}

#quantity-decrease {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

#quantity-increase {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#product-product .form-control {
    height: 35px;
}

/*#simplecheckout_cart .form-control {
    text-align: center;
}*/

#account-return .form-group label {
   /* color: #fff;*/
}

#account-return .row {
    background-color: #fff;
    border-radius: 8px;
        padding: 15px;
}

#account-login .row  {
    background-color: #fff;
    border-radius: 8px;
        padding: 15px;
}

#account-account .row  {
    background-color: #fff;
    border-radius: 8px;
        padding: 15px;
}

#account-download .row  {
    background-color: #fff;
    border-radius: 8px;
        padding: 15px;
}

#account-login .row .row  {
    background-color: #fff;
}

#account-wishlist .row {
    background-color: #fff;
    border-radius: 8px;
}

#product-search .row {
    background-color: #fff;
    border-radius: 8px;
}

#affiliate-login .row {
    background-color: #fff;
    border-radius: 8px;
}

/*#affiliate-login h2 {
    color: #000000;
}*/

#account-voucher .row {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
}

#account-voucher .form-group label {
    /*color: #fff;*/
}

#product-manufacturer .row {
    background-color: #fff;
    border-radius: 8px;
}

#account-download .row {
    background-color: #fff;
    border-radius: 8px;
}

#information-sitemap .row {
    background-color: #fff;
    border-radius: 8px;
}

#affiliate-register .row {
    background-color: #fff;
    border-radius: 8px;
}

/*#affiliate-register .form-group label {
    color: #fff;
}*/

#product-product .alert {
    /*margin-right: -15px;
    margin-left: -15px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;*/
    max-width: 550px;
    width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 2px;
    z-index: 1024;
        display: block;
}

span.currency-symbol {
    font-size: 24px;
}

@media (min-width: 768px) {
    .navbar-nav {
        /*display: flex;*/
        justify-content: center;
        text-align: center;
    }
}

/* Стиль для контейнера слайдера */
.image-slider {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px; /* Додає місце для стрілок */
}

/* Зображення */
.image-slider li {
  margin: 0 5px;
  list-style: none;
}

.image-slider img {
  width: 100%;
  border-radius: 5px;
}

/* Стрілки */
.slick-prev, .slick-next {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Розташування стрілок */
.slick-prev {
  left: 0 !important; /* Тепер вони не перекривають зображення */
}

.slick-next {
  right: 0 !important;
}

/* Ефект при наведенні */
.slick-prev:hover, .slick-next:hover {
  background-color: #f0f0f0;
}

.t ab-pane.active p {
    /*color: white !important;*/
    font-size: 14px !important;
        background-color: transparent !important;
            border-bottom-color: transparent !important;
}

/*.tab-pane.active td {
        background-color: transparent !important;

}

.tab-pane.active span {
    background-color: transparent !important;
        color: white !important;
}

.tab-pane.active strong {
    background-color: transparent !important;
}*/

.alert img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 5px;
}

.alert .buy-button {
    margin-top: 5px;
}

.alert .close {
    position: relative;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.image-container.me-3 {
    text-align: center;
    padding: 10px;
}

@media (max-width:991px) {
.alert {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Якщо потрібно розташувати close праворуч */
}
}

@media (max-width:991px) {
.alert .fa-check-circle:before {
    right: 5px;
    position: relative;
}
}

.alert .close {
    display: flex;
    align-items: center;
}

.alert.alert-success.alert-dismissible a {
    display: contents;
}

.text-container.flex-grow-1 {
    text-align: center;
}

@media (max-width:991px) {
.button-container.ms-3 {
    display: grid;
    gap: 10px;
    }
}

@media (min-width:992px) {
.button-container.ms-3 {
    display: grid;
    gap: 10px;
    display: flex;
        gap: 10px;
        justify-content: center;
    }
}

.alert-overlay-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1009;
}

/* Заборона прокрутки */
.overflow-hidden {
    overflow: hidden;
    height: 100vh;
}

.alert-success {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    margin-right: -15px;
    margin-left: -15px;
}

.btn-sm-buy {
    width: 100%;
    padding: 10px 20px;
    background: #ff0000;
    font-size: 14px;
    color: #fff;
    border: none;
}

.btn-sm-resume {
    width: 100%;
    padding: 10px 20px;
    background: #e2e7eb;
    font-size: 14px;
    color: #000;
    border: none;
}

form#form-review {
    padding: 15px;
}

.container-header {
    /*display: flex;*/
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1500px) {
    .container-header {
        width: 1600px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .container-header {
        width: 1170px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container-header {
        width: 970px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container-header {
        width: 750px;
    }
}

#top-links {
    display: contents;
}

.dflex a {
    color: #ffffff;
    /* text-shadow: 0 1px 0 #FFF; */
    text-decoration: none;
}

.dflex a + a {
    margin-left: 15px;
}

.simplecheckout-cart .btn-primary {
        display: table-cell;
            height: 34px;
}

i.fa.fa-chevron-right.fa-5x {
    right: 5px;
    position: absolute;
    top: 5px;
}

.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /*background-color: #f66604;*/
    top: 20% !important;
}

.owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /*background-color: #f66604;*/
    top: 20% !important;
}

i.fa.fa-chevron-left.fa-5x {
    position: absolute;
    top: 5px;
    left: 5px;
}
