body{
  background:  #f5f5f7;;
}

/*-------------------*/
/* GENERAL */
/*-------------------*/
*{
  font-family: 'Max Sans', sans-serif !important;
  font-weight: 400;
}
.fa {
  font-family: FontAwesome !important;
}
/*
.carousel-item-caption{
}
*/
.notification-area {
  visibility: hidden;
}
.notification-success, .notification-error {
  display: none;
}
.carousel-prev, .carousel-next {
  display: none !important;
}
.fixed {
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 3000;
}
.product-name:hover{
  color: #4E505B;
}

.item-description h3 {
}

#comingsoon {
  display: flex;
}
#wrapper > div.content {
  min-height: 0 !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
#upper-navigation {
  position: sticky;
}
#header-catnav.fixed {
  width: 100%;
}
.nav_shadow{
  width: 100%;
  opacity: .3;
  position: absolute;
}
.navigation-bar {
  display: none;
}
.navigation-bar #wrapper {
  display: flex;
  justify-content: space-between;
  padding: 4px 20px;
  align-items: center;
}
.right .balance-info {
  margin-right: 10px;
}
.top-area .right a.balance-info {
  margin: 0 0 0 20px;
}
.right #search {
  margin: 0 0 0 20px;
  background-color: transparent;
}
.right .search input[type="text"] {
  left: 0;
  padding: 5px 12px;
  border-radius: 35px !important;
  border: none;
  background-color: #fff;
  width: calc(100% - 24px);
  margin: 0;
}
i.fa.fa-search {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/15201921114b8e26e8b211a613ca5c04262e81f5/search-icon.svg?1751913353) 0 0;
  width: 18px;
  height: 18px;
  background-size: contain;
}
i.fa.fa-search:before {
  display: none;
}
i.fa.fa-shopping-cart {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/03d2f414481afa97fe663d62938c80c1b5b890c0/cart-icon.svg?1751913353) 0 0;
  width: 21px;
  height: 18.94px;
  background-size: contain;
}
i.fa.fa-shopping-cart:before {
  display: none;
}
#mobilecartcount {
  background: rgb(255, 0, 0);
  width: 17px;
  height: 14px;
  border-radius: 15px;
  border: 0;
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0px;
}
.banner {
  text-align:center;
  padding:10px;
  color:white!important;
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/83b608bf3d539d4cca433858bd00e69aae6a9b5a/gradient-header2.jpg?1751913353) 0 0;
  font-size:12px;
}
.banner a {
  color:white!important;
  text-decoration:none!important;
  font-size:12px!important;
}
/*-------------------*/
/* HEADER */
/*-------------------*/

div.top-area .logo {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/7128c035f6d894a8b656a1054d6b6c4765b71968/max-header-logo.png?1751913355) no-repeat 0 0;
  background-size: contain;
  width: 76px;
  height: 55px;
}

#header {
  padding: 13px 10px;
  background-color: #000000;
}
.top-area {
  display: flex;
  justify-content: space-between;
}
.navigation-bar.top-area {
  display: none;
}
.top-area::after {
  display: none;
}
.top-area .left, .top-area .right {
  float: none;
  display: flex;
  color: #fff;
  align-items: center;
}
#header a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#header a:hover, #header a:focus {
  color: #8298AB;
}
a#searchdropdown, a.cart, a.phone, a.balance-info {
  float: none;
  display: flex;
  font-size: 14px;
}
.top-area .right a {
  padding: 0 0 0 20px;
}
.top-area .right a span {
  padding-left: 5px;
}
#gradient-header {
  width: 100%;
  height: 30px;
  /* background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/83b608bf3d539d4cca433858bd00e69aae6a9b5a/gradient-header2.jpg?1751913353) 0 0; */
  background: #4F6984;
}
#mobilecart {
  display: none;
}
#category-navigation i.fa.fa-times {
  display: none;
}
.left {
  line-height: 12px;
}
.categories-container {
  /* border-left: 1px solid #fff; */
  padding: 0 0 0 35px;
  margin-left: 20px;
  height: 30px;
  display: flex;
  align-items: center;
}
.categories-container ul {
  display: flex;
  gap: 8px 26px;
  flex-wrap: wrap;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-navigation .container ul.level-0 > li > a {
  font-size: 14px;
  padding: 0 25px 15px;
}
.category-navigation .container ul.level-0 > li > a:hover {
  color: #4E505B;
}
#category-navigation {
  margin-bottom: 0;
}
#category-navigation1 {
  display: none;
}

@media (max-width: 1200px){
#header-catnav {
    width: 100%;
}
}

/*-------------------*/
/* CONTENT */
/*-------------------*/
#wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  width: calc(100% - 40px);
  max-width: 1400px;
}
#wrapper > div.content {
  padding: 0;
}
.bxslider {
  width: 500% !important;
}
.bxslider li.bx-clone {
  display: none;
}
.bxslider li {
  width: 33.33vw !important;
}


/*-------------------*/
/* SLIDESHOW */
/*-------------------*/
/*
.slick-track {
  width: 500% !important;
  transform: none !important;
}
.slick-slide {
  width: 30vw !important;
}
*/
.slider {
  padding: 22px 0px 5rem;
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
}
.slider::after {
  content: "";
  position: absolute;
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/5cdf000123bb4865cd36ea4420473631ef9f8d69/ground2.jpg?1751913354) no-repeat;
  width: 100%;
  height: 51%;
  background-size: cover;
  bottom: 0;
  z-index: 5;
}
.slick-list {
  z-index: 6;
  overflow: visible;
}
.slick-track {
  display: flex !important;
  align-items: center;
  background-color: transparent;
  height: 550px;
}
.slick-slide {
  display: flex !important;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-top: 150px;
}
.slick-slide.slick-current {
  padding-top: 60px;
  transition: .2s;
}
.slick-slide li {
  justify-content: center;
  display: flex !important;
  align-items: center;
  position: unset;
}
.patterns_container, .shapes_container {
  position: absolute;
  z-index: -1;
  display: none;
}
.slick-slide.slick-current .patterns_container, .slick-slide.slick-current .shapes_container {
  display: flex;
  justify-content: center;
}
.patterns_container img {
  width: 100% !important;
  position: relative;
  transform: scale(0);
  visibility: hidden;
  transition: .5s;
}
.slick-slide.slick-current .patterns_container img, .slick-slide.slick-current .shapes_container img {
  transform: scale(1);
  visibility: visible;
  transition-delay: .5s !important;
}
.patterns_container.max {
  top: 8%;
  left: 3%;
  transition: .4s;
}
.shapes_container img {
  left: 5%;
  width: 95% !important;
  top: -22%;
  position: relative;
}
.patterns_container.three {
  top: 4%;
  left: -8%;
}
.patterns_container.three img {
  width: 70% !important;
}
.shapes_container.three {
  left: -32%;
  top: 15%;
}
.shapes_container.three img {
  width: 70% !important;
}
.shapes_container.three.b {
  left: -40%;
}
.shapes_container.three.b img {
  width: 59% !important;
}
.patterns_container.one {
  top: 6%;
}
.patterns_container.one img {
  width: 95% !important;
}
.shapes_container.one {
  top: 10%;
  left: -8%;
}
.shapes_container.one img {
  width: 90% !important;
}
.patterns_container.two {
  top: 8%;
}
.patterns_container.two img {
  width: 95% !important;
}
.shapes_container.two {
  top: 5%;
  left: -3%;
  width: 90%;
}
.shapes_container.two img {
  width: 100% !important;
}

.slider .slick-prev, .slick-prev:hover, .slick-prev:focus {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/532a25ed72f8c2d92cb8b66934468afd16c0738b/arrow-left-icon.svg?1751913353) !important;
  z-index: 101;
  width: 100px;
  height: 100px;
  left: 30px;
  border-radius: 50%;
  top: 38%;
  background-size: cover !important;
}
.slider .slick-next, .slick-next:hover, .slick-next:focus {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/667a1866facdbcafd504c8e16eae34853153edbd/arrow-right-icon.svg?1751913354) !important;
  z-index: 102;
  width: 100px;
  height: 100px;
  right: 30px;
  border-radius: 50%;
  top: 38%;
  background-size: cover !important;
}
.slick-arrow::before {
  display: none;
}
.slick-slide a {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
.slick-slide img {
  width: 55%;
  transition: .4s;
}
.slick-slide.slick-current li > a img:hover {
  width: 110% !important;
  transition: .4s;
}
.slick-dots {
  background-color: #FFF;
  bottom: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
.slick-dots li.slick-active {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
.slick-dots li button {
  background-color: #4F6984;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: .4;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 16px;
  height: 16px;
}
.carousel-caption-container {
  z-index: 7;
  position: relative;
  background: none;
}


.carousel-item-caption {
  background-color: transparent;
  top: -6px;
  margin: 0;
  height: auto;
  color: #000;
  text-align: center;
  width: 100vw;
  display: none;
  padding: 0;
  max-height: 100%;
  line-height: 1;
  padding-bottom: 40px;
}
.carousel-item-caption h2 {
  font-size: 66px;
  color: #4E505B;
  line-height: 1;
}
.carousel-item-caption p {
  color: #575757;
  font-size: 2em;
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}
.carousel-item-caption a {
  background-color: #4F6984;
  color: #FFF;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 40px;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
}
.content-block.featured-products {
  margin-top: 60px;
  padding: 0;
  background-color: #f5f5f7;
  max-width: 100%;
}


.content-block.featured-products h5 {
  color: #4E505B;
  text-align: center;
  font-size: 4em;
  font-weight: 300;
  margin-bottom: 2.75rem;
  margin-top: 5rem;
}
.content-block.featured-products .product-list .product.featured {
  width: 24%;
  border-bottom: 0;
  height: auto;
  background: transparent;
}
.content-block.featured-products .product-list .product.featured .image-carousel, .product-list .product .image-carousel {
  margin: auto;
  background: none;
  width: 100% !important;
  height: auto;
}
.product-list .product .image-carousel, .product-list .product .image-carousel ul li {
  width: 100% !important;
  height: 100%;
  margin: 0 0 !important;
}
.product-list .product .footer {
  text-align: left;
  font-size: 14px;
  width: 100%;
  bottom: 0px;
  margin: 12px 0 0 0;
  height: 100px;
  max-height: 65px;
}
.product-list .product .footer a {
  font-size: 16px !important;
  font-weight: 600;
}

.product-left-section{
background: #fff;
}
.product-list {
  padding-top: 30px;
  margin-left: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  gap: 50px;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-list .product {
  padding: 0 !important;
  margin: 0 !important;
  width: calc((100% - 150px) / 4) !important;
  border: none;
  display: flex;
  flex-direction: column;
  float: none;
  background: none;
  height: auto;
  min-height: auto;
}
.product-list .product .image-carousel {
  border: 2px solid #dedede !important;
  box-sizing: border-box;
  background-color: #FFF !important;
  display: flex;
  align-items: center;
  /*min-height: 326px;*/
}
.product-list .product .image-carousel ul {
  float: none;
  position: relative;
  width: 100%;
}
.product-list .product .image-carousel ul li {
  width: 100% !important;
  height: auto;
  display: none;
  float: none;
  align-items: start;
}
.product-list .product .image-carousel ul li.start {
  display: flex !important;
}
.product-list .product .image-carousel ul li:first-of-type {
  display: block;
}
.product-list .product .image-carousel ul li img {
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(.95);
}
.product-list .product .image-carousel:hover ul li img {
  transition: .3s;
  transform: scale(1);
}
.product-list .product .image-carousel ul li {
  background: none !important;
}
.products.filtering-results p.info, .products.filtering-results div.selected-filters {
  display: none;
}

.products.filtering-results {
  margin-top: -35px;
}
.sort-form .new_search {
  background: none;
  border: 1px solid #555;
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
}
.sort-form .new_search > div:first-of-type {
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.sort {
  height: 100%;
}
.sort::after {
  content: "";
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/d742f2874ef96e20aba441472c194032d42d8b2a/arrow-down.png?1751913354);
  background-repeat: no-repeat;
  background-size: 17px 10px;
  width: 21px;
  height: 13px;
  position: absolute;
  top: 14px;
  visibility: visible;
  right: 13px;
}
.sort select, .sort span {
  height: auto !important;
  line-height: 1 !important;
  padding: 10px 0;
  float: none;
  text-indent: 0;
  width: 100%;
  max-width: 100% !important;
  display: flex;
  align-items: center;
}
span.big-select span.select-text {
  padding: 0 0 0 5px;
  font-size: 18px;
  color: #888;
}
.products .product-list {
  
  display: flex;
  flex-direction: row;
  width: 100%;
	margin-bottom: 15%;
  /*
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0 !important;
  */
}
.products .product-list .product {
  float: none;
  /*
  width: 100% !important;
  height: 100%;
  */
}
.products .product-list .product:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.products .product-list .product:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.products .product-list .product:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}
.products .product-list .product:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
.products .product-list .product:nth-child(5) {
  grid-area: 1 / 3 / 3 / 5;
}
.products .product-list .product:nth-child(6) {
  grid-area: 3 / 1 / 5 / 3;
}
.products .product-list .product:nth-child(7) {
  grid-area: 3 / 3 / 4 / 4;
}
.products .product-list .product:nth-child(8) {
  grid-area:  3 / 4 / 4 / 5;
}
.products .product-list .product:nth-child(9) {
  grid-area: 4 / 3 / 5 / 4;
}
.products .product-list .product:nth-child(10) {
  grid-area: 4 / 4 / 5 / 5;
}



.filtering-container {
  width: calc(100% - 300px);
  position: relative;
  z-index: 100;
  display: flex;
  margin-top: 50px;
  align-items: start;
}
#filter-button {
  display: block;
}
.category-name {
  font-size: 22px;
  padding: 0 20px;
  font-weight: bold;
  color: #4E505B;
  margin-top: -2px;
}
.filterfullwidth {
  position: relative;
  left: 0;
  right: 0;
  background: #f6f6f6;
  z-index: 3000;
  width: calc(100% - 300px);
}
.filter-rule {
  width: 150px;
  position: relative;
}
.filter-rule .menu-title {
  color: #000000 !important;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 20px;
  height: auto;
  line-height: 1;
  background-position-y: 4px !important;
  margin: 3px 0;
}
#filter-system {
  margin: auto;
  width: 100% !important;
  display: none;
}
#filter-system .search-form {
  display: none;
}
.filter-rule ul.top-container {
  position: absolute;
  background-color: #FFF;
  width: 210px;
  left: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  top: 30px;
}
.product-list.flo {
  padding-top: 130px;
  margin-left: 7px;
}
.filter-rule h4 {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/b2f74be73a3c83f55431b1322daeabce0bc35d78/filtering_marker1.png?1751913353) no-repeat right 13px;
  padding: 0 0 0 20px;
  background-position: right;
}
.filter-rule h4.closed {
  background-position: right -31px;
  margin: 3px 0;
}
.filtering {
  border-bottom: 0;
}
.filtering .filter-rule ul li a {
  font-size: 16px;
}
.filtering .filter-rule ul li a.selected {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/fa701d898d7d953a10f24b7f418212365c223dcf/check-icon.png?1751913354);
  background-position: 4px 0px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.filtering .filter-rule span.count {
  display: none;
}
.product .footer label {
  line-height: 1.5;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.product-list .product-price {
  font-size: 12px !important;
  font-weight: normal !important;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page .product-page-main {
  max-width: 100%;
  padding: 0;
}
div.product-wrapper {
  display: flex;
}
div.product-wrapper .product-left-section, div.product-wrapper .product-right-section {
  float: none;
  width: 50%;
}
div.product-wrapper::before {
  display: none;
}
.product-page .product-gallery, .product-page .product-reviews-container {
  width: 100%;
}
/* .product-page:before {
  content:"";
  background-color:#f6f6f6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.product-page {
  background-color:#f6f6f6;
}*/
div.product-wrapper .product-right-section {
  border: 0;
  background: #f5f5f7;
  padding: 2rem 0 0 6rem;
  width: calc(50% - 6rem);
}
.product-page .product-header {
  text-align: left;
  padding: 10px 20px 16px;
}
.product-page .product-title {
  padding-bottom: 0;
}
.product-page .product-title h1 {
  padding: 0;
}
.product-page .product-price > div {
  font-size: 16px;
}
.select-area .ddcommon {
  background: none;
  border: 1px solid #585858;
  border-radius: 24px;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0px 10px 1px;
}
.select-area .ddcommon::after {
  content: "";
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/d742f2874ef96e20aba441472c194032d42d8b2a/arrow-down.png?1751913354);
  background-repeat: no-repeat;
  background-size: 17px 10px;
  width: 21px;
  height: 13px;
  position: absolute;
  top: 14px;
  visibility: visible;
  right: 13px;
}
.product-page .stock {
  padding: 0 0 20px 20px;
  display: block;
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: 500;
  color: #4E505B !important;
}
.prod_option_block .form-item label, .product-quantity th, .product-page table.product-summary .h1 {
  font-size: 18px;
  color: #5C5C5C !important;
  font-weight: 500 !important;
}
table.product-quantity tfoot th, table.product-summary tfoot th {
  padding-left: 20px !important;
}
table.product-quantity tfoot td, table.product-summary tfoot td {
  padding-right: 20px;
}
.product-page table.product-summary .price, .product-page table.product-summary tr.total td {
  font-size: 18px;
  font-weight: bold;
}
th.minimum-order-quantity-help, tr.discounted-price-per-item {
  display: none;
}
.product-page .total-info > div.add-to-cart-area .btn {
  background-color: #4F6984;
  border: 0;
  border-radius: 30px;
  font-size: 22px;
  max-width: 100% !important;
  width: auto !important;
  padding: 15px 35px 12px !important;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 1;
}

.btn {
  background-color: #4F6984;
}

.btn:hover{
  background-color:#003399 ;
  transition: .5s;
}

.btn_2{
  background-color: #4F6984;
}

.btn_2:hover{
  background-color:#003399 ;
  transition: .5s;
}

.custom-button {
  padding: 12px 20px 12px;
}

.item-quantity .update-item {
  padding: 12px 20px 12px;
  width: 103px;
}

.item-quantity .update-item, .item-quantity .remove-item, .item-quantity .move-item-to-cart {
  padding: 12px 20px 12px !important;
  /* width: 86px; */
}
.product-page {
  padding: 0;
}
.product-gallery .images-wrapper a.nav.next, .main-img a.nav.next {
  background: transparent url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/0810c40c60495d508c43ce365cb1c74ed4555324/scroll-right.gif?1751913353 ) center center no-repeat;
}
.product-gallery .images-wrapper a.nav.prev, .main-img a.nav.prev {
  background: transparent url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/138aef0abcb9c9c9eeafb8d52e2e8d6f94b5f7a5/scroll-left.gif?1751913354 ) center center no-repeat;
}
.main-img a.nav.next, .main-img a.nav.prev {
  position: absolute;
  width: 15px;
  height: 50px;
  display: block;
  cursor: pointer;
  z-index: 1;
  border-radius: 3px;
  top: calc(50% - 25px);
  box-sizing: border-box;
  padding: 30px;
}
.main-img a.nav.next {
  right: 0;
}
.main-img a.nav.prev {
  left: 0;
}
#lightbox img {
  height: 80vw !important;
  max-height: 600px;
}
#lightboxOverlay, #lightbox {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.product-gallery .images-wrapper {
  margin: auto;
}
.product-page .product-title h1 {
  font-size: 3em;
  line-height: 62px;
  color: #4E505B;
  font-weight: 400;
}
.product-page .total-info {
  border: none;
}
.product-page .product-price > div {
  font-size: 26px;
  font-weight: normal;
}
.product-page .tabs-body > div {
  font-size: 18px;
  border: none;
  padding: 5px;
}
.product-page .product-tabs > ul li {
  border: none;
  padding: 0;
}
.product-page .product-tabs > ul li a {
  font-size: 18px;
  color: #000;
  padding: 10px 0 0 10px;
  text-transform: capitalize;
}
.product-page .select-area {
  float: right;
  margin-right: 0 !important;
}
.prod_option_block {
  margin-bottom: 0;
  border: none;
}
.prod_option_block .select-area {
  margin-left: 0;
}
.prod_option_block h3 {
  display: none;
}
/*
.product-options .ddcommon {
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/590aac87a307cdbb8fac6694fc682738d02f659d/select-noborder.png?1751913354) no-repeat 0 0;
}
*/
.product-page .product-info, .product-page .product-additional-info {
  margin-bottom: 0;
}
#quantity .ui-widget.ui-widget-content, #quantity .ui-button {
  border: none;
}
.product-page table.product-quantity input.amount, #quantity .ui-widget.ui-widget-content {
  background: transparent;
}
.product-page table.product-quantity input.amount {
  text-align: right;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
}
.related-products {
  padding: 60px 0 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.related-products::after {
  display: none;
}
.related-products h4 {
  padding-bottom: 28px;
  width: 100%;
  color: #4E505B;
  text-align: center;
  font-size: 4em;
  padding-top: 30px;
  font-weight: 300;
  line-height: 1;
}
.related-products .product, .recently-viewed-products .product {
  margin: 0px 5px 5px 5px;
  border: 0 !important;
}
.related-products .product .image-carousel {
  margin: auto;
  vertical-align: middle;
  background: none !important;
  /*height: 326px;
  max-height: 326px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FFF !important;
}
.related-products .product .footer, .related-products .product .footer .product-price {
  text-align: left !important;
}
.related-products .product .footer{
  margin: 12px auto 20px auto;
  position: relative;
  bottom: 0;
  z-index: 3000;
  max-height: 100px;
}
.related-products .product .footer label{
  width:100%;
  line-height: 1;
}
.related-products .product .footer .product-name a {
  font-size: 16px !important;
}

.related-products .product .footer .product-name a:hover {
  color: #4E505B;
}
.product-name {
  font-size: 16px !important;
}

.related-products .product .footer .product-price {
  font-weight: normal !important;
  font-size: 12px !important;
}
.related-products .product .image-carousel ul li img {
  height: auto;
  width: auto;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  width: auto;
}
.related-products .product .image-carousel ul {
  float: none;
  position: relative;
  height: 100%;
  width: auto;
}
.related-products .product .image-carousel ul li {
  background: none !important;
  height: 100%;
  width: auto !important;
}
.related-products .product .footer .product-price{
	line-height:18px!important;
}
.product-additional-info .tabs-body .product-description p, .product-additional-info .tabs-body .product-description p span {
  font-size: 16px !important;
  color: #4E505B;
}
.product-page .product-gallery, .product-page .product-reviews-container {
  width: 100%;
}
.product-page .gallery-main {
  padding: 20px 0 40px 0;
}
.product-page .main-img {
  height: 100%;
  line-height: 100%;
  border: none;
}
.product-page .main-img img {
  max-width: 500px;
  max-height: 504px;
  width: 100%;
}
.product-gallery .images-wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 110px;
}
.product-gallery .images-wrapper .images-container {
  width: 100%;
  height: 110px;
}
.product-gallery .images-wrapper .images {
  height: 100px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.product-page .gallery-main ul li {
  height: 100px;
  width: 100px;
  margin: 0 8px;
}
.product-page .gallery-main ul li a {
  display: block;
}
.product-page .gallery-main ul li a img {
  height: 100px !important;
  width: auto !important;
}
.overviewclone {
  display: block;
  line-height: 28px;
  height: 28px;
  color: #000 !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.overviewclone span {
  font-weight: bold !important;
}

.product-page .product-price > div.current-price::after, .add-to-cart-area::after, .recently-viewed-products, .zoomContainer {
  display: none !important;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.empty-cart, .btn_remove, .empty-cart:hover, .btn_remove:hover {
  background: #999;
  border-color: #999;
}
.empty-cart, .btn_remove, .continue-shopping, .update-item, .cart-total .button {
  border-radius: 50px !important;
}
.cart-page h1 {
  font-size: 28px;
}
.btn.update-item, .cart-total .button {
  border: 0;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/
#footer {
  width: 100%;
  /* background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/727523e6e37a7353ab4f8ee4c4f8f4d72a0ac3a7/gradient-footer2.jpg?1751913353) 0 0; */
  background: #000000;
  margin: 0;
}
.footer-arc {
  display: flex;
  background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/2a75617448fad45cd70cad2f05cfb19e970ae811/footer-arc.svg?1751913353) no-repeat center top;
  content: "";
  background-size: 105%;
}
.footer-arc img {
  visibility: hidden;
  width: 100%;
}
#footer::before {
  display: none !important;
}
.footer-main {
  padding: 23px 20px;
  display: flex;
  max-width: 1400px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-main:last-of-type {
  padding-top: 0;
}
div#footer::before {
  padding-bottom: 40px !important;
  border-top: 0 !important;
  margin: 0 auto;
}
#footer .logo {
  background: url('https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/6f3bc13c26087de6662f1e72eb7e75bdd9ecb833/max-logo-white.svg?1751913353') no-repeat;
  background-size: contain;
  width: 140px;
  min-height: 38px;
  background-position-x: left;
  background-position-y: center;
  margin: 0;
}
.footer-block.with-logo {
  width: 200px;
  border-right: 2px solid #FFF;
}
.footer-block {
  width: calc((100% - 202px) / 5);
  display: flex;
  float: none;
}
#footer ul {
  list-style: none;
  float: none;
  text-align: left;
  padding: 0px 0px;
  width: auto;
  display: flex;
  /* border-left: 2px solid #FFF; */
  margin-left: 30px;
}
#footer ul li {
  margin: 0 21px;
  padding: 0;
  list-style: none;
  display: list-item;
  text-align: center;
}
#footer ul li:last-of-type {
  margin-right: 0;
}
#footer .nav-bar > .level-0::after {
  display: none;
}
#footer .nav-bar > .level-0 > a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  padding: 12px 0 8px;
  font-size: 18px;
}
#footer .level-0.account-links {
  display: none;
}
#footer .backtotop ul li {
  margin: 0;
}
.backtotop {
  display: none;
}
.backtotop a {
  font-size: 14px !important;
  margin: 20px;
}
#footerlegal {
  font-size: 15px;
  font-weight: 400;
  max-width: 1010px;
  color: #fff;
}

/*-------------------*/
/*     CAROUSEL      */
/*-------------------*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00CCFF;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000066;

}

.max_spotlight_div .bx-pager{
  bottom: 7%;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (max-width: 1400px) {
  #wrapper, .footer-main {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .slider .slick-prev, .slick-prev:hover, .slick-prev:focus,
  .slider .slick-next, .slick-next:hover, .slick-next:focus {
    width: 60px;
    height: 60px;
  }
  div.product-wrapper .product-right-section {
    padding: 2rem 0 0 2rem;
    width: calc(50% - 2rem);
  }
  .footer-main {
    flex-direction: column;
  }
  #footer .logo {
    margin: 0 auto 20px;
  }
  #footer ul {
    margin: 0;
    border: none;
    justify-content: center;
    flex-wrap: wrap;
  }
  .slider {
    padding: 15px 0px 3rem;
  }
  .slick-track {
    height: 400px;
  }
  .slick-dots {
    bottom: 40px;
  }
  .carousel-item-caption h2 {
    font-size: 50px;
  }
  .carousel-item-caption p {
    font-size: 20px;
  }
}
@media screen and (min-width: 661px){
  .related-products .product .footer{
  	width: 100% !important;
  }
}
@media screen and (max-width: 1024px){
  /* featured products */
  .content-block.featured-products .product-list .product.featured:nth-of-type(odd) {
    /* margin: auto 2% auto 22%; */
  }
  .content-block.featured-products .product-list .product.featured:nth-of-type(even) {
    /* margin: auto 22% auto 2%; */
  }
  
  /* products */
  .products .product-list {
    grid-column-gap: 25px;
  }
  .product-list .product {
    width: 32% !important;
  }

  /* product */
  .related-products {
    padding: 0 0 0 20px;
  }
  .related-products .product {
    width: 30% !important;
  }
  .products.filtering-results {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px){
  /* featured products */
  .content-block.featured-products .product-list .product.featured:nth-of-type(odd) {
    /* margin: auto 2% auto 13%; */
  }
  .content-block.featured-products .product-list .product.featured:nth-of-type(even) {
    /* margin: auto 13% auto 2%; */
  }
  .product-list .product {
    width: 35% !important;
  }

  /* products */
  .product-list .product {
    width: 45% !important;
  }

  /* product */
  .related-products .product {
    width: 35% !important;
  }
  .related-products .product:nth-of-type(odd) {
    margin-left: 12%;
  }
  .slick-track {
    height: 320px;
  }
  .navigation-bar.top-area {
    display: block;
    padding: 0;
  }
  .navigation-bar {
    width: 100%;
    /* background: url(https://assets.mybrightsites.com/uploads/sites/5091/themes/26480/56b6797e4949499e5cf3034c1a99063757c3f28e/gradient-burger.jpg?1751913355) 0 0; */
    background: #4F6984;
    z-index: 3003;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
  }
  .navigation-bar #wrapper #dropdown {
    display: flex !important;
    gap: 20px;
    padding-right: 0;
  }
  i.fa.fa-search {
    width: 20px;
    height: 20px;
  }
  i.fa.fa-shopping-cart {
    width: 27px;
    height: 24px;
  }#upper-navigation {
    padding-top: 53px;
  }
  #header {
    padding: 30px 0;
  }
  #header-catnav {
    z-index: 3002;
    margin-top: 45px;
    display: none;
  }
  #header-catnav .left, #header-catnav .right, #gradient-header {
    display: none;
  }
  #category-navigation {
    display: none;
  }
  #category-navigation1 {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3004;
    margin-bottom: 0;
    padding: 0 5px;
  }
  #category-navigation1 #wrapper {
    padding: 0 20px;
  }
  #category-navigation1 .container {
    text-align: left;
  }
  .category-navigation .container ul.level-0 li {
    text-align: left;
  }
  i.fa.fa-bars, i.fa.fa-times {
    color: #fff;
    float: left;
  }
  #category-navigation1 i.fa.fa-times {
    display: block;
    color: #000000;
    line-height: 40px !important;
    float: right;
    font-size: 40px;
    padding: 0 4px 4px 4px;
    height: 30px;
    cursor: pointer;
  }
  #category-navigation1 i.fa-times:before {
    content: "\00d7";
  }
  .category-navigation .container ul.level-0 > li > a {
    font-size: 16px;
    padding: 15px 0 0;
  }
  #searchdropdown {
    margin: 0;
    display: flex;
    align-items: center;
  }
  #search.search-wrapper {
    width: calc(100% - 40px);
    box-shadow: none;
    border-radius: 50px;
    padding: 0;
    top: 0px;
    height: 40px;
    margin: 4px 20px 15px;
    float: none;
  }
  .search input[type="text"] {
    font-size: 16px;
    padding: 10px 15px;
    left: 0;
    width: calc(100% - 30px);
    border: none;
	margin: 0 !important;
  }
  #mobilecart {
    display: block;
    float: right;
    line-height: 25px;
  }
  #mobilecart a.cart {
    padding: 0;
    position: relative;
  }
  #mobilecartcount {
    width: 17px;
    height: 14px;
    border-radius: 8px;
    top: -6px;
    right: -6px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 840px){
  div.product-wrapper {
    display: block;
  }
  div.product-wrapper .product-left-section, div.product-wrapper .product-right-section {
    width: 100%;
  }
  div.product-wrapper .product-right-section {
    padding: 2em 0;
  }
  .slick-slide {
    visibility: hidden;
  }
  .slick-track {
    height: 370px;
  }
  .slick-slide.slick-active {
    width: calc((100vw - 470px) / 2) !important;
  }
  .slick-slide.slick-active.slick-current {
    visibility: visible;
    width: 350px !important;
  }
} 
@media screen and (max-width: 660px){
  .slider .slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: 10px;
  }
  .slider .slick-next, .slick-next:hover, .slick-next:focus {
    right: 10px;
  }
  /* featured products */
  .featured-products .product-list {
    margin: 0 auto;
  }
  .content-block.featured-products .product-list .product.featured {
    margin: auto !important;
  }
  .content-block.featured-products .product-list .product.featured {
    width: 100%;
  }
  .product-list .product .image-carousel, .product-list .product .image-carousel ul li {
    /* width: 280px !important;
    max-width: 280px !important; */
    height: auto;
    max-height: 100% !important;
    line-height: 100%;
    margin: auto !important;
  }
  
  .backtotop {
    display: block;
  }
  
  div#footer::before {
    padding-bottom: 10px !important;
  }
  .footer-main {
    padding: 10px 0px 20px;
    min-height: unset;
  }
  .footer-block {
    float: none;
  }
  #footer .nav-bar {
    margin-bottom: 0;
  }
  .footer-block, .footer-block.with-logo {
    width: 100%;
  }
  .footer-block.with-logo {
    padding: 10px 0 9px;
  }
  .footer-block ul.social {
    margin-bottom: 0;
  }
  .footer-block > div, #footer ul li {
    margin-left: 0;
  }
  #footer ul li {
    padding: 0;
  }
  #footer .nav-bar {
    padding-left: 0;
  }
  .nav-bar > .level-0 > a {
    font-size: 12pt;
  }
  .product-list.flo, .related-products {
    margin-left: 0;
    display: block;
  }
  .products .product-list .product {
    margin-bottom: 30px !important;
  }
  .product-page .product-gallery, .product-page .product-reviews-container {
    width: 100%;
  }
  .product-page .main-img img {
    max-width: 100%;
  }
  .product-list .product .image-carousel ul li img {
    width: auto;
    margin: auto;
  }
  .related-products .product {
    width: 100% !important;
  }  
  .related-products .product .footer .product-name, .related-products .product .footer .product-price {
    max-width: 502px !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .related-products .product:nth-of-type(odd) {
    margin-left: 0;
  }
  .cart-page div.cart-buttons-container {
    width: 100%;
  }
  .cart-total {
    display: block;
    width: 100%;
  }
  .cart-page .subtotal, .cart-total .button {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .prod_option_block .form-item label {
    width: auto;
    padding-left: 10px;
  }
}

@media screen and (max-width: 375px){
  /* featured products */
  .product-list .product .image-carousel, .product-list .product .image-carousel ul li {
    width: 280px !important;
    max-width: 280px !important;
  }
  .product-list .product .image-carousel, .product-list .product .image-carousel ul li, .product-list .product img, .recently-viewed-products .product .image-carousel, .recently-viewed-products .product .image-carousel ul li, .recently-viewed-products .product img, .related-products .product .image-carousel, .related-products .product .image-carousel ul li, .related-products .product img {
    max-width: 280px !important;
    margin: auto !important;
  }

  /* product */
  table.product-summary {
    max-width: 100% !important;
  }
}