
:root {
  --theme-large-shadow: 0px 10px 15px -4px rgba(135, 143, 155, 0.1);
  --theme-small-shadow: 0px 5px 5px -4px rgba(135, 143, 155, 0.1);
  --theme-grey-gradiant: linear-gradient(45deg,#fff 0%, #fff 50%, #f5f5f5 100%);
}

@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) {
  #navbar-menu > .navbar-nav > li > a,
  #menu .navbar-nav > li > a:after {
    color: #222;
    font-size: 14px;
  }
  #top-navbar-menu > .navbar-nav > li > a {
    padding: 10px;
  }
  .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 {
    padding: 10px 10px 0;
  }
  #header-cart {
    padding: 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, var(--theme-color-secondary), var(--theme-color-secondary));
  background-repeat: repeat-x;
  border-color: var(--theme-color-secondary) var(--theme-color-secondary) var(--theme-color-secondary);
}
.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: var(--theme-color-secondary) var(--theme-color-secondary) var(--theme-color-secondary);
}

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

.module.carousel.slide {
  margin: 0;
}

.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);
}

ul.article-info {
  padding-bottom: 0;
  margin-bottom: 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;
}

.order-block {
  border: 1px solid #eee;
  background: var(--theme-grey-gradiant);
  box-shadow: var(--theme-large-shadow);
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #eee;
  background: var(--theme-grey-gradiant);
  box-shadow: var(--theme-large-shadow);
  font-size: 1rem;
  line-height: 38px;
}
#product-info .product-summary {
	border: 1px solid var(--theme-light-border);
  box-shadow: var(--theme-small-shadow);
}
#product-info .reward-block {
  border: 1px solid #f7f79e;
  box-shadow: var(--theme-small-shadow);
}
#breadcrumb-block {
  background: var(--theme-grey-gradiant);
  box-shadow: var(--theme-large-shadow);
}

#tab-specification tbody tr > td div {
  background: #fff;
  border: 1px solid #eee;
}
#tab-specification tbody tr > td:first-child div {
  border-radius: 0 20px 20px 0;
}
#tab-specification tbody tr > td:last-child div {
  border-radius: 20px 0 0 20px;
}
#tab-specification tbody tr > td div span {
  background: none;
  padding: 0 10px;
}

.style-2 .product-thumb, .product-thumb {
  box-shadow: var(--theme-large-shadow);
}

#carousel-banner-0 .carousel-inner {
	box-shadow: 0px 10px 15px -4px rgba(135, 143, 155, 1);
	border-radius: var(--theme-border-radius);
}

.module-categories .row {
  box-shadow: 0px 10px 15px -4px rgba(135, 143, 155, 0.2);
}


@media (min-width: 992px) {
  .side-dropdown .dropdown-menu {
    background: var(--theme-grey-gradiant);
    box-shadow: var(--theme-large-shadow);
  }
}