.transition-fast {
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
body {
  font-family: "Proxima Nova", sans-serif;
  transition: transform 0.7s ease-in-out;
  position: relative;
  overflow-x: hidden;
}
button {
  background: transparent;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.btn-primary {
  border: 1px solid #fff;
  padding: 15px 25px;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to right, transparent 30%, #FFC300 100%) !important;
  background-size: 300% 200%;
  background-position: 0 0;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.btn-primary:hover {
  background-position: 100% 100%;
}
h2.title {
  color: #5c3a31 !important;
  text-shadow: 0px 0px 4px #FFD60A !important;
}
h2.title b {
  color: #5c3a31 !important;
}
.btn-secondary {
  border: 1px solid #000814;
  padding: 15px 25px;
  color: #000814;
  display: inline-block;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.btn-secondary:hover {
  background: #FFD60A;
  border-color: #FFD60A;
}
.btn-light {
  border: 1px solid #a4afba;
  padding: 15px 25px;
  color: #a4afba;
  display: inline-block;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.btn-light:hover {
  background: #FFD60A;
  border-color: #FFD60A;
  color: #3f4953;
}
.title {
  font-weight: 900;
  font-size: 24px;
  text-align: center;
}
.title b {
  color: #FFC300;
}
body.offcanvas-active {
  position: relative;
  transform: translateX(-400px);
  overflow: hidden;
}
.custom-offcanvas-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -99;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.custom-offcanvas-overlay.show {
  opacity: 1;
  z-index: 1030;
}
.custom-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 400px;
  background: #000814;
  z-index: 999;
  color: #fff;
  padding: 30px;
  overflow-y: auto;
  transform: translateX(400px);
  transition: transform 0.7s ease-in-out;
}
.custom-offcanvas #offcanvas-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.custom-offcanvas ul {
  list-style: none;
  padding: 20px 40px 20px 0;
}
.custom-offcanvas ul li {
  display: block;
  margin: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
  padding-bottom: 10px;
}
.custom-offcanvas ul li:hover {
  border-color: #FFC300;
}
.custom-offcanvas ul li a {
  color: #fff;
}
.header {
  position: relative;
}
.header .navbar-brand p {
  color: #5c3a31;
  text-shadow: 0px 0px 4px #FFD60A;
  text-transform: uppercase;
  font-size: 20.4px;
  text-align: center;
}
.header .navbar-dark {
  padding: 18px 0;
  background: #111;
}
.header .navbar-dark a {
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}
.header .navbar-dark a i {
  margin-right: 5px;
}
.header .navbar-dark__contacts a:last-child {
  margin: 0;
}
.header .navbar-dark .link-personal-area {
  margin: 0;
}
.header__content {
  position: relative;
  color: #fff;
  padding: 35px 0;
  background-image: url(../images/back-yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.1s ease-in-out;
}
.header__content.p-equal {
  padding: 35px 0;
}
.header__content .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header__content .swiper-slide {
  padding: 200px 0 280px;
}
.header__content .swiper-slide h2 {
  font-weight: 900;
  font-size: 48px;
  color: #fff;
}
.header__content .swiper-slide p {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}
.header__content .navbar-brand {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}
.header__content .navbar-brand img {
  max-width: 450px;
}
.header__content .navbar__menu {
  display: flex;
  align-items: center;
}
.header__content .navbar__menu-list ul {
  margin: 0 25px 0 0;
  padding: 0;
  list-style: none;
}
.header__content .navbar__menu-list ul li {
  display: inline-block;
  margin-left: 15px;
}
.header__content .navbar__menu-list ul li:first-child {
  margin: 0;
}
.header__content .navbar__menu-list ul li a {
  color: #fff;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
  padding-bottom: 5px;
}
.header__content .navbar__menu-list ul li a:hover {
  color: #5c3a31;
  border-bottom: 1px solid #5c3a31;
}
.header__content .navbar__menu-icons {
  display: flex;
  align-items: center;
}
.header__content .navbar__menu-icons a {
  color: #fff;
  margin: 0px 10px;
}
.header__content .navbar__menu-icons a i {
  font-size: 20px;
}
.header__content .navbar__menu-icons-cart {
  position: relative;
  margin-right: 15px !important;
}
.header__content .navbar__menu-icons-cart i {
  font-size: 26px !important;
}
.header__content .navbar__menu-icons-cart .counter {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background: #FFC300;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.header__content .navbar__menu-icons-hamburger {
  position: relative;
  display: block;
  padding: 10.5px;
}
.header__content .navbar__menu-icons-hamburger span:first-child {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 17.5px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.header__content .navbar__menu-icons-hamburger span:nth-child(2) {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.header__content .navbar__menu-icons-hamburger span:last-child {
  position: absolute;
  right: 0;
  top: 16px;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.header__content .navbar__menu-icons-hamburger:hover span:first-child {
  top: 3px;
}
.header__content .navbar__menu-icons-hamburger:hover span:last-child {
  top: 17px;
}
.header .advantages {
  background: #FFC300;
  position: relative;
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .advantages__item {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header .advantages__item-icon {
  font-size: 48px;
}
.header .advantages__item-title {
  font-weight: 800;
  font-size: 16px;
}
.callback-popup {
  width: 60px;
  height: 60px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: #FFC300;
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-pagination-bullet {
  padding: 0 15px;
  background: #fff !important;
  border-radius: 2px;
  height: 3px;
}
.swiper .swiper-pagination-bullet-active {
  background: #FFC300 !important;
}
.categories {
  padding: 50px 0;
}
.categories .swiper-wrapper {
  display: flex;
  align-items: center;
}
.categories .swiper-slide {
  position: relative;
}
.categories .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.categories .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 30, 62, 0.6);
  color: #fff;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.categories .swiper-slide .overlay:hover {
  opacity: 1;
}
.categories .swiper-slide .overlay h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.popular-goods {
  padding: 30px 0 50px;
}
.popular-goods .card {
  box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.25);
  border: none;
}
.popular-goods .card .card-body {
  text-align: center;
}
.popular-goods .card .card-body .card-title {
  font-weight: 900;
  font-size: 18px;
}
.popular-goods .card .card-body .card-price {
  font-weight: 900;
  font-size: 16px;
  color: #FFD60A;
}
.popular-goods .card .card-body .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-goods .card .card-body .actions a {
  margin: 10px;
  border: 1px solid #000814;
  color: #000814;
  padding: 10px 15px;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.popular-goods .card .card-body .actions a.add-wishlist.active,
.popular-goods .card .card-body .actions a.add-wishlist:hover {
  border-color: #E41B1B;
  color: #E41B1B;
}
.popular-goods .card .card-body .actions a.add-cart.active,
.popular-goods .card .card-body .actions a.add-cart:hover {
  border-color: #FFD60A;
  color: #FFD60A;
}
.promotions .swiper .swiper-slide {
  position: relative;
}
.promotions .swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}
.promotions .swiper .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(24, 24, 24, 0.15);
}
.promotions .swiper .swiper-slide .overlay h2 {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
}
.new-goods {
  padding: 60px 0;
}
.new-goods .card {
  border: none;
}
.new-goods .card-body {
  padding: 0 0 0 16px;
}
.new-goods .card h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 16px;
  color: #000814;
}
.new-goods .card .card-price {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
  color: #FFC300;
}
.new-goods .card .actions {
  display: flex;
}
.new-goods .card .actions a {
  margin-right: 10px;
  border: 1px solid #000814;
  color: #000814;
  padding: 5px 10px;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.new-goods .card .actions a i {
  font-size: 14px;
}
.new-goods .card .actions a:last-child {
  margin: 0;
}
.new-goods .card .actions a.add-wishlist.active,
.new-goods .card .actions a.add-wishlist:hover {
  border-color: #E41B1B;
  color: #E41B1B;
}
.new-goods .card .actions a.add-cart.active,
.new-goods .card .actions a.add-cart:hover {
  border-color: #FFD60A;
  color: #FFD60A;
}
::placeholder {
  color: #fff !important;
}
.callback-form {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../images/back-yellow-brown.jpg) 0 0 / cover no-repeat;
  padding: 80px 0;
}
.callback-form label {
  color: #fff;
  padding-bottom: 10px;
}
.callback-form input {
  background: transparent;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
  border-color: #fff;
}
.callback-form input:focus {
  background: transparent;
  color: #fff;
  border-color: #5c3a31;
  box-shadow: 0 0 0 0.25rem rgba(92, 58, 49, 0.25);
}
.callback-form .title {
  color: #fff !important;
  text-shadow: none !important;
}
.pagination .page-item.active a {
  background: #FFC300 !important;
  border-color: #FFC300 !important;
}
.pagination .page-link {
  color: #222 !important;
}
.modal ol li {
  margin-bottom: 10px;
}
.modal ol li a {
  color: #001D3D;
  padding-bottom: 3px;
  border-bottom: 1px solid #001D3D;
}
.modal input {
  margin-top: 5px;
  background: transparent;
  border-radius: 0;
  border-color: #aaa;
  color: #222;
  padding: 10px 15px;
}
.modal input:focus {
  background: transparent;
  color: #222;
  border-color: #FFD60A;
  box-shadow: 0 0 0 0.25rem rgba(255, 214, 10, 0.25);
}
.logos {
  background: #cccccc;
}
.logos .swiper-wrapper {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.logos .swiper-slide {
  text-align: center;
}
.logos .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 150px;
  filter: grayscale(1);
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.logos .swiper-slide img:hover {
  filter: grayscale(0);
}
footer {
  background: #111;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a i {
  margin-right: 5px;
}
footer .brand-name {
  font-weight: 900;
  font-size: 24px;
}
footer ul.list-unstyled a {
  font-weight: 300;
}
footer h5 {
  color: #fff;
  font-weight: 800;
}
footer input {
  background: transparent !important;
  border-radius: 0 !important;
  color: #fff !important;
}
footer input:focus {
  background: transparent !important;
  color: #fff !important;
  border-color: #FFD60A !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 214, 10, 0.25) !important;
}
footer .btn-primary {
  background: #FFC300;
  border-color: #FFC300;
}
h1.title {
  text-align: left;
}
.breadcrumb a {
  color: #001D3D;
}
.category-list li {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dfdee2;
}
.category-list li:last-child {
  border-bottom: none;
}
.category-list li a {
  color: #003566;
  font-size: 16px;
font-weight:bold;
}
.category-list li a span:before {
  content: ' - (';
}
.category-list li a span:after {
  content: ')';
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #FFD60A;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #FFD60A;
}
.irs--round .irs-bar {
  background-color: #FFD60A;
}
.irs--round .irs-handle {
  border-color: #FFD60A;
  top: 27px;
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 3px rgba(255, 255, 0, 0.3);
}
.btn {
  border: none;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.2);
  padding: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #FFD60A;
}
.card-good {
  box-shadow: 0px 0px 8px rgba(34, 34, 34, 0.15);
  border: none;
}
.card-good .card-body {
  text-align: center;
}
.card-good .card-body .card-title {
  font-weight: 900;
  font-size: 18px;
}
.card-good .card-body .card-price {
  font-weight: 900;
  font-size: 16px;
  color: #FFD60A;
}
.card-good .card-body .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-good .card-body .actions a {
  margin: 10px;
  border: 1px solid #000814;
  color: #000814;
  padding: 10px 15px;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.card-good .card-body .actions a.add-wishlist.active,
.card-good .card-body .actions a.add-wishlist:hover {
  border-color: #E41B1B;
  color: #E41B1B;
}
.card-good .card-body .actions a.add-cart.active,
.card-good .card-body .actions a.add-cart:hover {
  border-color: #FFD60A;
  color: #FFD60A;
}
.catalog {
  padding: 50px 0;
}
.catalog .filters-list .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #003566;
Font-weight:bold;
}
.catalog .filters-list .accordion-collapse {
  padding: 10px 15px;
}
.catalog .filters-list .accordion-collapse .price-inputs {
  display: flex;
  align-items: center;
}
.catalog .filters-list .accordion-collapse .price-inputs .range-separator {
  width: 30px;
  height: 2px;
  background: #bbb;
  margin: 0 10px;
}
.cart__header {
  display: flex;
  justify-content: end;
  align-items: center;
  box-shadow: 0px 10px 25px rgba(0, 29, 61, 0.05);
  padding: 25px 30px;
  border-radius: 25px;
}
.cart__header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FFC300;
  margin: 0;
}
.cart__header-clear-cart {
  color: #e74c3c;
  font-size: 14px;
  font-weight: bold;
}
.cart__item {
  box-shadow: 0px 10px 25px rgba(0, 29, 61, 0.05);
  padding: 25px 30px;
  margin: 25px 0;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__item-image-box {
  width: 15%;
  text-align: center;
}
.cart__item-image-box img {
  object-fit: cover;
}
.cart__item-about {
  height: 100%;
  width: 30%;
}
.cart__item-about-title {
  padding-top: 5px;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #202020;
}
.cart__item-about-subtitle {
  line-height: 10px;
  font-size: 16px;
  color: #909090;
}
.cart__item-counter {
  width: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__item-counter .btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FFC300;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #202020;
  cursor: pointer;
}
.cart__item-counter .count {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
}
.cart__item-prices {
  height: 100%;
  text-align: right;
}
.cart__item-prices .amount {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 800;
  color: #202020;
}
.cart__item-prices .amount:after {
  content: ' ₽';
}
.cart__item-prices .save {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #1687d9;
  cursor: pointer;
}
.cart__item-prices .remove {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #E44C4C;
  cursor: pointer;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}
.checkout {
  box-shadow: 0px 10px 25px rgba(0, 29, 61, 0.05);
  padding: 30px 35px;
  border-radius: 25px;
}
.checkout h2 {
  font-size: 20px;
  font-weight: 900;
  color: #000814;
  margin: 0 0 40px 0;
}
.checkout h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #FFC300;
  margin-top: 10px;
}
.checkout__total,
.checkout__amount {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.checkout__total-dashed,
.checkout__amount-dashed {
  flex-grow: 1;
  border-bottom: 1px dashed #dfdee2;
  margin: 0 10px;
  padding-bottom: 10px;
}
.checkout__total-all:after,
.checkout__amount-all:after {
  content: ' ₽';
}
.auth {
  padding: 50px 0;
}
.custom-card {
  box-shadow: 0px 10px 25px rgba(0, 29, 61, 0.05);
  padding: 30px 35px;
  border-radius: 25px;
}
.custom-card ::placeholder {
  color: #00122e !important;
}
.custom-card .form-group {
  margin-bottom: 15px;
}
.custom-card .form-group:last-child {
  margin-bottom: 0;
}
.custom-card label {
  margin-bottom: 10px;
}
.custom-card input,
.custom-card select {
  border-color: #000814;
  color: #000814;
}
.custom-card input:focus,
.custom-card select:focus {
  border-color: #FFD60A;
  box-shadow: 0 0 0 0.25rem rgba(255, 214, 10, 0.25);
}
.custom-card h2 {
  font-size: 20px;
  font-weight: 900;
  color: #000814;
  margin: 0 0 40px 0;
}
.custom-card h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #FFC300;
  margin-top: 10px;
}
.custom-card .vertical-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-card .vertical-menu li {
  margin-bottom: 25px;
}
.custom-card .vertical-menu li:last-child {
  margin-bottom: 0;
}
.custom-card .vertical-menu li a {
  font-weight: bold;
  color: #000814;
  padding-bottom: 10px;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.custom-card .vertical-menu li a:hover {
  color: #FFC300;
}
.custom-card .vertical-menu li.active a {
  border-bottom: 1px solid #FFC300;
  color: #FFC300;
}
.product-view {
  margin-top: 50px;
}
.product-view .main-image {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 10px 25px rgba(0, 29, 61, 0.05);
}
.product-view .card-price {
  font-weight: 900;
  font-size: 16px;
  color: #FFD60A;
}
.product-view .nav-pills {
  margin-top: 30px;
}
.product-view .nav-pills .nav-link {
  color: #222 !important;
  border-radius: 0;
}
.product-view .nav-pills .nav-link.active,
.product-view .nav-pills .show > .nav-link {
  background: transparent;
  border-bottom: 2px solid #FFC300;
}
.product-view .tab-content {
  margin-top: 25px;
}
.product-view .actions {
  display: flex;
  align-items: center;
}
.product-view .actions a {
  margin: 10px;
  border: 1px solid #000814;
  color: #000814;
  padding: 10px 15px;
  -webkit-transition: all 0.25s 0s ease;
  -moz-transition: all 0.25s 0s ease;
  -o-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.product-view .actions a:first-child {
  margin-left: 0;
}
.product-view .actions a.add-wishlist.active,
.product-view .actions a.add-wishlist:hover {
  border-color: #E41B1B;
  color: #E41B1B;
}
.product-view .actions a.add-cart.active,
.product-view .actions a.add-cart:hover {
  border-color: #FFD60A;
  color: #FFD60A;
}
.page {
  padding: 0 0 80px 0;
}
.page-content img {
  width: 100% !important;
  height: auto !important;
}
.filter-block {
  background: #eee;
  border-radius: 10px;
  top: 25px;
  padding: 35px 35px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.filter-block a {
  display: block;
  margin-bottom: 10px;
  color: #0a53be;
  text-decoration: underline;
}
.filter-block .title {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 250px !important;
  }
  .navbar-brand p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */