@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
  font-weight: 300;
}

h2 {
  font-size: 27px;
  font-weight: 300;
}

h3 {
  font-size: 21px;
  font-weight: 300;
}

h4 {
  font-size: 15px;
}

footer h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #ff6600;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

input {
  outline: none;
  outline-offset: 0;
}
input:active, input :hover, input :focus {
  outline: none;
  outline-offset: 0;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

ul li {
  list-style-type: none;
}
ul li a:hover {
  color: #333333;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 200px;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #fafafa;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .nav > .list-inline .list-inline-item > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .nav > .list-inline .list-inline-item .dropdown > a:hover {
  color: #222;
}
#top .nav > .list-inline .list-inline-item > a:hover {
  color: #222;
}
#top .nav > .list-inline > .list-inline-item:hover {
  color: #222;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}

@media (max-width: 768px) {
  #top a {
    font-size: 1.75em;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
/* logo */
#logo img {
  max-height: 40px;
}

/* search */
#search {
  border: 1px solid #CCC;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  color: #333;
  outline: none;
}
#search .btn-search {
  font-size: 15px;
  line-height: 18px;
  border-left: none;
  border-radius: 0;
  color: #333;
  text-shadow: none;
  transition: transform 0.3s ease, color 0.3s ease;
}
#search .btn-search:hover {
  transform: scale(1.2);
  color: #ff6600;
}
#search input::placeholder {
  color: #AAA;
}

/* cart */
#header-cart .btn-lg {
  font-size: 25px;
  color: #666;
  height: 40px;
  padding: 0 1rem;
  border: none;
}
#header-cart .btn:hover {
  color: #222;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}

@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #ffffff;
  min-height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
  font-weight: 300;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#menu .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
#menu .dropdown-inner {
  display: flex;
  flex-wrap: wrap;
}
#menu .dropdown-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu .dropdown-inner ul li a {
  display: block;
  padding: 10px 15px;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
#menu .dropdown-inner ul li:hover a {
  color: #ff6600;
  background-color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  color: #ff6600;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
#menu .see-all:hover, #menu .see-all:focus {
  color: #ffffff;
  background-color: #ff6600;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #333333;
}
#menu .navbar-toggler i {
  color: #333333;
  border-color: #333333;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #333333;
  text-transform: uppercase;
  padding: 10px 15px;
  min-height: 15px;
  background-color: transparent;
  position: relative;
  transition: color 0.3s ease;
}
#menu .navbar-nav > li > a:hover {
  color: #ff6600;
}
#menu .navbar-nav > li > a:hover:after {
  width: 100%;
}
#menu .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ff6600;
  transition: width 0.3s ease;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #333333;
  }
  #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #ff6600;
  }
}
/* content */
#content {
  min-height: 600px;
}
#content .wishlist {
  position: relative;
  right: 0;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  color: #303030;
  font-size: 1.1em;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #444;
  text-decoration: underline;
}
footer a:hover {
  color: #ff6600 !important;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .social-media-link {
  margin: 0 1rem;
  font-size: 1.8rem;
  color: #ff6600;
}
footer .phone-link {
  color: #333333;
  text-decoration: none;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: #ff6600;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
  color: #ff6600;
}
.pagination .page-item.active > .page-link {
  background-color: #ff6600;
  border-color: #ff6600;
}
.pagination .page-item.active > .page-link {
  background-color: #ff6600;
  border-color: #ff6600;
}

.form-select {
  border-radius: 0;
}

.page-link {
  color: #ff6600;
}
.page-link:hover {
  background-color: rgba(255, 102, 0, 0.2);
  color: #ff6600;
}

/* buttons */
.btn-light {
  color: #555;
  border: 2px solid #f8f9fa;
  border-radius: 0;
  padding: 8px 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border: 2px solid #b6b6b6;
}

.btn-primary {
  color: #ff6600;
  background-color: white;
  border: 2px solid #ff6600;
  border-radius: 0;
  padding: 8px 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #ff6600 !important;
  color: #fff;
  background-position: center;
  border: 2px solid #ff6600 !important;
}
.btn-primary:active {
  background-color: #cc5200;
  transform: translateY(0);
}

.btn-secondary {
  border: 1px solid #ff6600;
  background: none;
  color: #ff6600;
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #ffffff !important;
  background-color: rgb(255, 102, 0);
  border-color: #ff6600;
}

.btn-secondary:focus {
  outline: none; /* Видалення контурів фокусу для сучасного вигляду */
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #333;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.btn-danger i {
  font-size: 16px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #ff6600 !important;
  background: none;
  border: none;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
  border-radius: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.product-thumb {
  margin-bottom: 15px;
}
.product-thumb a {
  color: #333;
  font-weight: 300;
}
.product-thumb a:hover {
  color: #ff6600;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 5px 15px;
  min-height: 110px;
}
.product-thumb .description p {
  font-weight: 300;
  min-height: 60px;
}
.product-thumb .btn-wishlist {
  position: absolute;
  right: 0;
  bottom: 115px;
}
.product-thumb .button-group {
  position: relative;
  display: flex;
  background-color: #fff;
}
.product-thumb .button-group button {
  flex: 33%;
  font-size: 15px;
  border-radius: 0;
  display: inline-block;
  border: none;
  background: none;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.product-thumb .button-group button:hover {
  background-color: #fff;
  /* Залишаємо фон білим при наведенні */
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button i {
  font-size: 20px;
  /* Початковий розмір іконки */
  transition: transform 0.3s ease, color 0.3s ease;
}
.product-thumb .button-group button:hover i {
  transform: scale(1.2);
  /* Збільшує іконку на 20% при наведенні */
  color: #ff6600;
  /* Помаранчевий колір іконки при наведенні */
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
  font-size: 20px;
}

.price-new {
  font-weight: 300;
}

.price-old {
  color: #dc512c;
  font-size: 15px;
  font-weight: 300;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  margin: 10px;
  font-size: 15px;
  font-stretch: expanded;
  color: #333;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check .form-check-input {
  margin-right: 10px;
  margin-top: 0px;
}
.form-check .form-check-input:checked {
  border-color: #ff6600 !important;
  background-color: #ff6600 !important;
  color: #fff;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.quantity-product-circle {
  background-color: #ff6600;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 55%;
  text-align: center;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-group-item {
  border: none;
  padding: 10px 15px;
  color: #333;
  font-weight: 300;
  background-color: #fff;
  text-decoration: none;
}
.list-group-item.active {
  background-color: rgba(255, 102, 0, 0.1);
  color: #ff6600;
  font-weight: 400;
}
.list-group-item .form-check:hover {
  color: #ff6600;
  font-weight: 600;
}
.list-group-item a {
  color: inherit;
  text-decoration: none;
}

.btn-action {
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.btn-action:hover {
  color: #ff6600;
  transform: scale(1.2);
}

table {
  border-color: transparent !important;
}

#product-info h1 {
  font-size: 25px;
}
#product-info .wishlist i {
  font-size: 1.5rem;
}
#product-info .btn-group {
  left: -70px;
  top: -0.35rem;
}
#product-info .btn-group button {
  color: #333;
  transition: color 0.15s ease;
}
#product-info .btn-group button:hover {
  color: #ff6600;
}

.option-buttons label {
  font-size: 15px;
  font-weight: 300;
}
.option-buttons .form-check {
  display: inline-block;
  margin-right: 1rem;
  padding-left: 0;
}
.option-buttons .form-check .form-check-input {
  display: none;
}
.option-buttons .form-check .btn-radio {
  display: inline-block;
  padding: 10px 15px;
  margin: 15px 0px;
  min-width: 60px;
  border: 1px solid #333;
  border-radius: 0;
  background-color: transparent;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.option-buttons .form-check .btn-radio:hover {
  border-color: #ff6600;
}
.option-buttons .form-check .form-check-input:checked + .btn-radio {
  border-color: #ff6600 !important;
  background-color: #ff6600 !important;
  color: #fff;
}

.img-thumbnail {
  border: 0;
  min-width: 150px;
}

.quantity-display {
  display: inline-block;
  width: 40px;
  font-size: 1.1rem;
  text-align: center;
  padding: 8px;
}

.price-text {
  font-size: 0.75rem;
  font-weight: 500;
}

#product .tab-pane {
  margin-top: 5em;
}

#shopping-cart {
  margin-bottom: 3rem;
}
#shopping-cart input {
  max-width: 4rem;
  border-radius: 0;
}
#shopping-cart .btn-danger i {
  font-size: 1.5rem;
}
#shopping-cart .btn-update {
  color: #ff6600;
  background-color: #ffffff;
  border-color: #ffffff;
}
#shopping-cart .fa-circle-xmark {
  color: #ff6600;
  background-color: #ffffff;
  border-color: #ffffff;
}

#city-list {
  position: absolute;
  z-index: 1000;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: none;
  display: none;
}
#city-list .list-group-item {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.card {
  border: none;
}
.card .form-check-label {
  display: block;
  width: 100%;
}
.card .card-header {
  border: none;
  background: none;
  color: #ff6600;
}
.card .card-footer {
  background: none;
}

.accordion-button:not(.collapsed) {
  background: none;
}

@media (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
  .carousel .carousel-control-next {
    opacity: 0;
    right: 0px !important;
  }
  .sm-shopping-cart {
    position: relative;
  }
  .sm-shopping-cart .quantity-product-circle {
    top: 10px;
  }
}


/*# sourceMappingURL=stylesheet.css.map */
