/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
.btn.secondary, .btn.primary, .out-of-stock-notification button, .out-of-stock-notification button:hover {
  border-radius: 5px;
  padding: 5px 20px;
}
* {
  line-height: 1.25;
  font-family: 'Google Sans' !important;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
/* Chrome, Safari, Edge, Opera */
.product-page-main .product-quantity #quantity input::-webkit-outer-spin-button,
.product-page-main .product-quantity #quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.product-page-main .product-quantity #quantity input[type=number] {
  -moz-appearance: textfield;
  background-color: #FFF;
  border: 1px solid #2c2c2c;
}

ul {
  list-style: none;
}
li {
  line-height: 1.2 !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container ul.nav > li > a {
  margin: 14px 0px 14px 40px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.header-links.categories {
  width: calc(100% - 100px);
  justify-content: end;
}
.header-icons {
  width: 110px;
}
.header-icons > button, .header-icons > .dropdown, .header-icons > a {
  position: relative;
}
.header-container a.cart-link span, .header-container a.wishlist-link span {
  position: absolute;
  font-size: 9px;
  background: #FF7CFF;
  color: #fff;
  padding: 0px 0px;
  border-radius: 50%;
  right: -8px;
  top: -4px;
  width: 15px;
  height: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header-icons > a svg, .header-icons button svg {
  height: 18px;
  stroke: none;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT/PRODUCTS PAGE */
/*-------------------*/
.loader {
  --d:40px;
  width: 5px;
  height: 5px;
  margin: 120px auto;
  border-radius: 50%;
  color: #0084D6;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {transform: rotate(1turn)}
}

.sub-categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
  margin-top: 30px;
}
.sub-categories-container > div {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.sub-categories-container > div img {
  width: 100%;
  height: auto;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-carousel-container {
  margin-top: 20px;
}
.featured-products h1 {
  font-size: 28px;
  text-align: left !important;
}
.featured-products .product-list {
  justify-content: space-between;
}
.featured-products .product-thumbnail {
  width: calc((100% - 160px) / 4) !important;
}

.homepage-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 4rem;
}
.homepage-box {
  width: calc(50% - 15px);
  height: auto;
  background-color: #e6e6e6;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  display: inline-flex;
  align-items: end;
}
/**
.homepage-box.hbox1 {
  background: url(https://assets.mybrightsites.com/uploads/sites/8697/themes/33284/c2384db418b938f482c2725089a3d6a8502c50ca/Get_It_Now_Home_Page.png?1780440690);
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox2 {
  background: url(https://assets.mybrightsites.com/uploads/sites/8697/themes/33284/22b7cbbdef13fe897fa0f4ee1d37273528b7ab48/Google_Gfiber-WebGrid-01-MM26-02_V2.png?1779301692);
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox3 {
  background: url(https://assets.mybrightsites.com/uploads/sites/8697/themes/33284/0ae2dd3a04f7427bd1bdf7d804ca7710ea7e359d/grid-box-03.jpg?1779299335);
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox4 {
  background: url(https://assets.mybrightsites.com/uploads/sites/8697/themes/33284/aa52b602e44f1c2d61d14dac0d4cb209f027bc7d/grid-box-04.jpg?1779299335);
  background-size: contain;
  background-position: center center;
}**/
.homepage-box div {
  z-index: 2;
  position: absolute;
  padding: 0 35px;
  bottom: 20px;
}
.homepage-box p {
  font-size: 30px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 5px;
}
.homepage-box a {
  padding-top: 10px;
  display:inline-block;
  color:#FFF !important;
}
.homepage-box img {
  width: 100%;
  height: auto;
}
#page-showing > div {
  left: 0 !important;
  position: relative !important;
  height: auto !important;
  width: auto !important;
  z-index: 0 !important;
  top: 0px !important;
}
#page-showing img {
  width: 100%;
  height: auto;
}
.need-something-custom, .google-web-ecoIcons {
  margin-top: 50px;
  text-align: center;
}
.need-something-custom img {
  width: 100%;
}
.google-web-ecoIcons img {
  max-width: 600px;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-list {
  gap: 30px;
}
.product-thumbnail {
  margin: 0 !important;
  padding: 1rem 0;
}
.product-thumbnail .thumbnail-img-container a {
  justify-content: center;
  overflow: hidden;
}
.featured-products .product-thumbnail .thumbnail-img-container, .featured-products .product-thumbnail .thumbnail-img-container a {
  min-height: 350px;
}
.product-thumbnail .thumbnail-img-container img {
  height: 530px;
  width: auto;
  max-width: none;
  margin: auto;
}
.featured-products .product-thumbnail .thumbnail-img-container img {
  width: 100%;
  height: auto;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 18px;
}
/*-------------------*/
/* PRODUCTS/CATEGORY */
/*-------------------*/
.category-title-container {
  display: none;
}
.category-title-container h1 {
  text-align: center;
  font-size: 30px;
}
.selections-row {
  display: none;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main {
  margin-top: 60px;
}
.product-page-main h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
.zoomContainer {
  display: none !important;
}
.product-page-main .product-price div {
  font-size: 20px;
}
.product-page-main .main-img-container {
  width: 100%;
  border: 1px solid #f5f5f5;
}
.product-page-main .main-img {
  background-color: #e6e6e6;
}
.related-products-thumbnails, .recently-viewed-products-thumbnails {
  gap: 30px;
  justify-content: start;
}
.recently-viewed-products .product-thumbnail, .related-products .product-thumbnail {
  padding: 0;
  width: calc((100% - 60px) / 3) !important;
  margin: 0 !important;
}
.recently-viewed-products .product-thumbnail img, .related-products .product-thumbnail img {
  max-height: 100%;
}
.recently-viewed-products .thumbnail-img-container, .related-products .thumbnail-img-container {
  border: none;
}

.product-page-main .images-wrapper {
  align-items: start;
  padding-right: 20px;
}
.product-page-main .images-container {
  max-height: 100%;
  height: 100%;
}
.product-page-main .images-wrapper ul {
  width: 100%;
  position: relative;
  height: 100%;
  max-width: 120px;
}
.product-page-main .images-wrapper ul li {
  border-color: #f5f5f5;
  margin: 0 0 5px;
  max-width: 120px;
  min-width: 120px;
  overflow: hidden;
  min-height: 120px;
  border-radius: 0
}
.product-page-main .images-wrapper ul li a {
  min-width: 118px;
  width: 100%;
}
.product-page-main .images-wrapper ul li .small-thumb {
  max-height: none;
  max-width: 120px;
}
.product-page-main .images-wrapper > button {
  display: none;
}
.gallery-main {
  display: flex;
  flex-direction: row-reverse;
}
.product-page .main-img img {
  max-width: 100%;
}
.product-header {
  border: none;
}
.product-page-main .total-info .product-quantity #quantity {
  max-width: 180px;
  display: flex;
}
.product-page-main .total-info .product-quantity #quantity input {
  max-width: 54px;
  text-align: center;
}
a.quantity-btn {
  border: 1px solid #3273de;
  color: #3273de !important;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-size: 16px !important;
  width: 18px;
  font-weight: 600;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.quantity-btn.plus {
  margin-bottom: 3px;
}
a.quantity-btn:hover {
  background-color: #3273de;
}
a.quantity-btn svg path {
  fill: #3273de !important;
}
a.quantity-btn:hover svg path {
  fill: #FFF !important;
}
.product-page-main .total-info .product-quantity #quantity {
  max-width: 100%;
  width: 100%;
  margin-top: 12px;
}
.product-page-main .total-info .product-quantity #quantity > div, .product-page-main .total-info .product-quantity #quantity > div > div {
  display: flex;
  width: 100%;
  align-items: center;
}
.product-page-main .add-to-cart-area {
  margin: 0 0 0 15px;
}
.product-page-main .total-info .product-quantity .add-to-cart-area .btn.add-to-cart {
  max-width: 200px !important;
  display: flex;
  flex-wrap: wrap;
  padding: 3px 50px;
  font-size: 16px;
  text-transform: none;
  border-radius: 52px !important;
  font-weight: normal;
}
.product-page-main .total-info .product-quantity-container {
  padding: 0;
  margin-bottom: 12px;
  border: none;
}
.product-summary {
  margin-top: 20px;
}

.product-summary-footer .summary-footer .name {
  font-weight: normal;
}
.product-header .product-overview {
  margin-bottom: 50px;
}
.product-price {
  margin-top: 20px !important;
}
.product-option-thumb, .logo-location-thumb {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border: none !important;
  color: #000;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-page form > div h2 {
  text-align: center;
}
.shopping-cart thead tr th {
  font-size: 18px;
  padding: 13px 0;
}
.btn.remove-cart-item, .btn.remove-cart-item img {
  padding: 0 0 !important;
  height: 14px;
  line-height: 14px;
}
.cart-quantity-input {
  text-align: center;
  border-bottom: 2px solid #eb1000 !important;
  width: 76px;
}
.shopping-cart tbody tr td {
  padding: 20px 0 !important;
}
.shopping-cart .btn.cart-checkout-btn {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 35px !important;
  line-height: 1;
  font-size: 16px !important;
  font-weight: normal !important;
}
.checkout-steps .btn.secondary {
  padding: 0;
}
.btn.secondary.btn-item-summary {
  padding: 4px 15px 3px;
}
/*-------------------*/
/* LOGIN/REGISTER */
/*-------------------*/
.login-register-page h3 {
  margin-bottom: 20px;
}
.form-control, .form-select, .form-control:focus, .form-select:focus {
  background-color: #f5f5f5;
  border: none;
  padding: 10px 12px;
  box-shadow: none !important;
  border-radius: 0;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #f5f5f5;
  border: none;
  padding: 2px 0px;
  box-shadow: none !important;
  border-radius: 0;
}
.login-btn-and-links, #new_website_user > div:last-of-type {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.login-btn-and-links > input.btn.secondary, #new_website_user > div button {
  line-height: 1 !important;
  display: inline;
  height: 36px;
}
#new_website_user > div button {
  padding: 5px 15px;
  width: 200px;
}
.login-btn-and-links p {
  margin-top: 6px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border: none;
  margin-top: 4rem !important;
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6 {
  margin-bottom: 5px;
}
.footer-container .links.categories li:last-of-type {
  display: none;
}
.footer-container .links.categories a {
  padding: 0px 0px !important;
}
.footer-container p {
  padding: 0 !important;
  margin: 0;
  text-align: right;
}
.footer-container .footer-copyright h4 {
  text-align: right;
}
.footer-container .copyright-section .links.pages {
  flex-direction: row !important;
  justify-content: center;
}
.custom-footer-links {
  display: flex;
  flex-direction: row !important;
  width: 100%;
}
.copyright-section {
  border: none;
}
ul.custom-footer-links {
  margin: 0;
  justify-content: center;
}
.footer-links > div {
  display: flex;
}
.footer-links > div ul {
  padding-right: 35px !important;
}
.footer-links > div ul.categories {
  display: block;
  /* -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 30px; */
}
.custom-footer-links li, .custom-footer-links li a, .footer-links > div li, .footer-links > div li a {
  padding: 0px 0px !important;
}
.footer-container .accordion-item {
  border: none;
}
#footer-accordion-nav-heading {
  margin: 0;
}
#footer-accordion-nav-links div.accordion-body {
  padding: 0;
}
#footer-accordion-nav-heading button {
  padding: 10px 0;
}
.copyright-section {
  padding-bottom: 20px;
}
.copyright-section .custom-footer-links li a {
  padding: 0 5px !important;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (max-width: 1400px) {
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 350px;
  }
  .product-thumbnail .thumbnail-img-container img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .featured-products .product-thumbnail {
    width: calc((100% - 80px) / 2) !important;
  }
  .home-shop-links li a {
    padding: 0 !important;
  }
  .login-register-page > div {
    padding: 0 0 3rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .product-thumbnail {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 600px) {
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 300px;
  }
  .sub-categories-container > div {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .homepage-box {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  ul.custom-footer-links {
    flex-direction: column !important;
  }
  .copyright-section {
    padding: 0 1rem;
  }
  ul.custom-footer-links li, ul.custom-footer-links li a {
    padding: 0 !important;
  }
  .featured-products .product-thumbnail {
    width: 100% !important;
  }
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 210px;
  }
}