@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #333e48;
  text-align: left;
  background-color: #f4f4f4;
  letter-spacing: 0.35px;
}

body {
  zoom: 90%;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
}

.__container {
  min-width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

@media (min-width: 1650px) {
  .__container {
    width: 1650px;
    margin: 0 auto;
  }
}

/* =====###=====###=====### header =====###=====###=====### */
header ._top_header {
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}

header .__hot_line {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .__hot_line li a {
  text-decoration: none;
  color: #333e48;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}

header .__hot_line li:not(:first-child) a {
  background: repeating-linear-gradient(to right, red 0, #00f 50%, red 100%);
  color: #fff;
}

header .__user {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .__user li a {
  text-decoration: none;
  color: #333e48;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
}

header .__user .__sub_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  min-width: 200px;
  z-index: 2;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.15s;
}

header .__user > li:hover .__sub_menu {
  visibility: visible;
  transform: translateY(0);
}

header .__user .__sub_menu li a {
  display: block;
  padding: 0.75rem;
  border-bottom: 1px solid #ccc;
}

header .__user .__sub_menu li button {
  width: 100%;
  display: block;
  padding: 0.75rem;
  border: none;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 12px;
  text-align-last: left;
  color: #333e48;
}

@media (max-width: 1649px) {
  header .__logo_header {
    flex: 0 0 200px;
    max-width: 200px;
  }
}

header ._main_header {
  padding: 20px 0;
}

header .__logo_header {
  flex: 0 0 255px;
  max-width: 255px;
}

header .__logo_header a {
  display: inline-block;
}

header .__logo_header a img {
  max-width: 150px;
}

header .__search_header {
  flex: 1;
}

header .__search_header form {
  position: relative;
  width: 95%;
}

header form input {
  width: 100%;
  height: 42px;
  padding: 0 75px 0 15px;
  border-radius: 20px;
  border: 1px solid #ed1b24;
  outline: 0;
}

header form .__search_submit {
  position: absolute;
  top: 0;
  right: -1px;
  width: 60px;
  height: 42px;
  background: #ed1b24;
  border: none;
  padding: 0;
  color: #fff;
  border-radius: 0 20px 20px 0;
}

header .__cart_order_header {
  flex: 0 0 350px;
  max-width: 350px;
}

header .__cart_order_header ul {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .__cart_order_header a {
  text-decoration: none;
  color: #333e48;
}

header .__cart_order_header a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

header .__cart_order_header svg {
  border: 1px solid;
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

header .__cart_order_header a span:first-child {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 16px;
}
header .__count_cart {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  background-color: #ed1b24;
}

/* =====###=====###=====### nav =====###=====###=====### */
nav {
  margin-bottom: 30px;
}

nav ._main_menu {
  flex: 0 0 250px;
  max-width: 250px;
}

.__banner {
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
}

.__banner_left {
  flex: 0 0 calc(100% - 455px);
  max-width: calc(100% - 455px);
  padding: 0 10px;
}

nav .__banner_right {
  flex: 0 0 455px;
  max-width: 455px;
}

nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin-right: -5px; */
  border: 1px solid #ccc;
  border-bottom: none;
}

nav ul li a {
  text-decoration: none;
  color: #333e48;
  display: block;
  padding: 11px;
  font-weight: 600;
  font-size: 13px;
}

nav ul li > a {
  border-bottom: 1px solid #ccc;
}

nav ul .__sub_main_menu {
  position: absolute;
  width: calc(100% - 230px);
  height: 100%;
  border: 1px solid #ccc;
  left: 230px;
  top: 0;
  z-index: 2;
  background: #fff;
  gap: 15px;
  flex-wrap: wrap;
  display: none;
}

nav ul li:hover .__sub_main_menu {
  display: flex;
  align-content: flex-start;
}

nav ul .__sub_item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  /* height: 50%; */
  overflow-y: hidden;
}

nav .__item_title a {
  font-weight: 600;
  color: #ed1b24;
  text-transform: capitalize;
}

nav .__item_chil a {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}

nav .__item_chil a:hover {
  color: #ed1b24;
}

.__banner_right .__banner_right_item:first-child {
  margin-bottom: 18px;
}

.__banner_right .__banner_right_item a {
  display: block;
}

.__banner_right .__banner_right_item img {
  width: 100%;
}

.__banner_bottom {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  gap: 10px;
  padding-left: 10px;
  padding-top: 20px;
  justify-content: space-between;
}

.__banner_bottom_item {
  flex: 0 0 calc((100% / 3) - 10px);
  max-width: calc((100% / 3) - 10px);
}

.__banner_bottom_item a {
  display: block;
  line-height: 0;
}

.__banner_bottom_item a img {
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  text-align: center;
  font-size: 36px;
  color: #ccc;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

/* =====###=====###=====### footer =====###=====###=====### */
footer {
  background: #202c43;
  color: #fff;
  padding: 20px 0;
  line-height: 1.5;
}

footer .__ablut_link {
  text-align: right;
}

footer .__ablut_link a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 5px;
  line-height: 0;
  margin-right: 10px;
}

footer .__ablut_link a:first-child {
  background: #4267b2;
}

footer .__ablut_link a:nth-child(2) {
  background: #ed1b24;
}

footer .__ablut_link a:nth-child(3) {
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  margin-right: 0px;
}

/* =====###=====###=====### footer =====###=====###=====### */
.__social {
  position: fixed;
  z-index: 2;
  right: 15px;
  bottom: 20px;
}

.__social ul {
  list-style: none;
}

.__social ul a {
  text-decoration: none;
  color: #333e48;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
}

.__social ul a > span > * {
  display: block;
}

.__social ul a .__icon {
  display: inline-block;
  width: 38px;
  font-size: 20px;
  text-align: center;
  color: #ed1b24;
}

.__social svg {
  width: 40px;
}

/* =====###=====###=====### footer =====###=====###=====### */
.__breadcrumb {
  padding: 20px 0;
}
.__breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.__breadcrumb li.breadcrumb-item.active {
  color: #4267b2;
}
.__breadcrumb a {
  text-decoration: none;
  color: #333e48;
  font-weight: 600;
}

/* =====###=====###=====### __feedback =====###=====###=====### */
.__feedback {
  padding: 30px 0;
  background: #fbd2d3;
}
.__feedback .owl-carousel .owl-item img {
  height: 240px;
  object-fit: fill;
}

.__feedback_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}

/* =====###=====###=====### __showroom =====###=====###=====### */
.__showroom {
  background: #fff;
  padding: 20px 0 0;
  margin-bottom: 1px;
}

.__showroom_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
}

.__showroom .flex {
  gap: 15px;
  /* justify-content: space-between; */
}

.__showroom_item {
  flex: 0 0 calc((100% / 4) - 12px);
  max-width: calc((100% / 4) - 12px);
  padding-bottom: 20px;
}

.__showroom_item .__title_item {
  background: #243a76;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.__showroom_item .__title_item span:first-child {
  display: inline-block;
  background: #ed1b24;
  padding: 5px 10px;
  font-size: 16px;
}

.__showroom_item .__info_item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.__showroom_item .__info_item li {
  margin-bottom: 5px;
}

.__showroom_item .__info_item i {
  color: #777;
  margin-right: 5px;
}

/* =====###=====###=====### __policies_item =====###=====###=====### */
.__policies {
  padding: 60px 0;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.__policies .flex {
  gap: 15px;
  justify-content: space-between;
}

.__policies .__policies_item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.__policies .__icon_item {
  font-size: 28px;
  color: #ed1b24;
}

.__policies .__text_item {
  flex: 1;
}

.__policies .__text_item span {
  display: block;
}

.__policies .__text_item span:first-child {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* =====###=====###=====### __pagination =====###=====###=====### */
.__pagination .pagination {
  margin-bottom: 0;
}

.__pagination .active > .page-link,
.__pagination .page-link.active {
  color: #fff;
}

.__pagination .page-link {
  border: none;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 600;
  color: #243a76;
  padding: 10px 15px;
  display: inline-block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.fa-star {
  font-size: 10px;
}
.fa-star.active {
  color: #f5ab00;
}

/* =====###=====###=====### product_carousel =====###=====###=====### */
.__product_carousel .__image_item a {
  display: block;
  text-align: center;
}

.__product_carousel .__image_item img {
  width: 100%;
  margin: 0 auto;
  height: 260px;
  object-fit: fill;
}

.__product_carousel .__image_item {
  margin-bottom: 5px;
}

.__product_carousel .__vote_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  flex-direction: column;
}

.__product_carousel .__vote_item .__star {
  font-size: 10px;
}

.__product_carousel .__vote_item .__codes {
  font-size: 12px;
  font-weight: 600;
}

.__product_carousel .__price_item {
  display: flex;
  flex-wrap: wrap;
  min-height: 45px;
}

.__product_carousel .__price_item > span:last-child {
  margin-top: auto;
  width: 100%;
}

.__product_carousel .__name_item {
  margin-bottom: 5px;
}

.__product_carousel .__name_item a {
  display: inline-block;
  color: #243a76;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.__product_carousel .__price_item > * {
  display: inline-block;
}

.__product_carousel .__price_item del {
  color: #666;
  padding-right: 10px;
}

.__product_carousel .__price_item span {
  color: #ed1b24;
}

.__product_carousel .__price_item span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #333e48;
  padding-top: 5px;
}

.__product_carousel .__status_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.__product_carousel .__status_item .__contact {
  color: #0074da;
}

.__product_carousel .__status_item .__stocking {
  color: green;
}

.__add_to_cart button {
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
  color: #666;
}

.__add_to_cart a {
  padding: 0;
  border: none;
  background: none;
  font-size: 16px;
  color: #666;
  text-decoration: none;
}

.app_invalid_feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.form_field_invalid .app_invalid_feedback {
  display: block;
}

.form_field_invalid input {
  border-color: #dc3545;
}

.form_field_invalid textarea {
  border-color: #dc3545;
}

.__no_data {
  flex: 1;
  padding: 30px;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
}

.__no_data i {
  font-size: 36px;
  color: #d1d1d1;
}

.app_toast {
  position: fixed;
  right: 15px;
  z-index: 1;
  top: 15px;
}
