
:root {
  --theme-gradient-primary: linear-gradient(90deg,#1f2732 0%, #1f2732 50%, #1f2732 100%);
  /* --theme-gradient-primary: linear-gradient(90deg,#003270 0%, #06499a 50%, #003270 100%); */
  --theme-color-primary: #e9a01c;
  --theme-color-primary-hover: #ca8b17;
  --theme-color-secondary: #003270;
  --theme-color-secondary-hover: #032856;
}


@media (max-width: 1400px) {
  #header-search {
    position: relative;
  }

  #top-search {
    top: 100%;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 2;
    border-radius: 20px;
    padding: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  #top-search {
    top: 0;
    position: relative;
    left: 0px;
    border-radius: 20px;
    padding: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  #header-search {
    background: #1f2732;
    border-radius: 20px 20px 0 0;
    padding: 0 10px;
  }
  #navbar-menu > .navbar-nav > li > a,
  #menu .navbar-nav > li > a:after {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
  #top-navbar-menu > .navbar-nav > li > a {
    padding: 15px 10px 25px 10px;
  }
  .main-menu .dropdown-menu {
    border-radius: 0px 0px 20px 20px!important;
    border-top: none;
  }
  .header-logo-wrapper {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .module-support-info.center-content .banner-item {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (max-width: 576px) {
  #header-search {
    background: #1f2732;
    border-radius: 20px 20px 0 0;
    padding: 10px 10px 0;
  }
}


/* .header-account-cart {
  justify-content: space-between;
} */

#top-menu {
  margin: 0;
}

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

#top-search .btn {
  border-radius: 20px 0 0 20px;
}
#top-search input {
  border-radius: 0 20px 20px 0;
}

.module.carousel.slide {
  margin: 0;
}
.module-support-info.type-2 .banners-wrapper {
  border-radius: 0 0 20px 20px;
  padding-top: 1.8rem;
}

#top {
  background: #003270;
  background: linear-gradient(90deg,#003270 0%, #06499a 50%, #003270 100%);
}

.section-title img {
	position: absolute;
	right: 0;
	top: 0px;
	background: #e9a01c;
	border-radius: 15px;
}

.module-categories .banner-item {
  background: #f5f5f5;
}

.phone-item,
.social-follow:before {
  background-color: var(--theme-color-primary);
  color: #222;
  font-weight: bold;
}
.social-follow--text span {
  color: var(--theme-color-primary);
}
.style-2 .product-thumb .prices-wrapper i {
  color: #1f2732;
}
.section-title.type-3:before {
  background: #1f2732;
}
ul.article-info {
  padding-bottom: 0;
  margin-bottom: 0;
}

#breadcrumb-block {
  background-color: var(--theme-color-primary);
  margin-bottom: 40px;
}
#breadcrumb-block .breadcrumb {
  position: relative;
}
#breadcrumb-block .breadcrumb:after {
	content: "";
	display: block;
	background: #1f2732;
	height: 10px;
	top: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	margin-top: 10px;
	border-radius: 0 0 20px 20px;
	right: 0;
}

.products-table {
  margin: 0;
}
.products-table thead th div {
  border-radius: 0!important;
  border-bottom: 1px solid #ddd;
  background: none;
  color: #222;
}

.checkout-box {
  background: none;
  border: 1px solid #eee;
}

#checkout-confirm {
  background: #f2f9ff;
}
.products-table a {
	font-size: 14px;
}

#category-info {
	border-radius: var(--theme-border-radius);
	background: #f5f5f5;
	border: none;
}

.contact-center-box-r {
  color: #222;
}