﻿/* .select2-container {
  width: 100% !important;
  background-color: white;
  min-height: 31px;
  min-width: 364px;
  text-align: left;
} */

.select2-container--default {
  background-color: white !important;
  color: black !important;
}

.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  margin: 2px 8px;
 b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
}

.select2-dropdown {
  border: 1px solid #ddd !important;
}

/* .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-results__option, .select2-container {
  font-size: 12px !important;
} */

  .select2-container .select2-selection--single {
    /* height: 40px !important; */
    box-sizing: content-box;
  }

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  padding-left: 18px !important;
} */

.select2-container--open {
  box-shadow: none !important
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  border-radius: 1px !important;
}

.select2-container--default .select2-results__option ul {
  margin: 0;
  padding-left: 20px;
}

.select2-container--default .select2-results__option li {
  list-style-type: disc;
  margin-left: 10px;
}
/* 
.selectedRow {

.select2-container--default .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.selectedRow,
.imgSquarDropdownOptionValue:hover,
.materialDropdownOptionValue:hover, 
.sizeDropdownOptionValue:hover 
{
  background-color: #ddd !important;
} */

.select2-dropdown {
  z-index: 1 !important;
}

.product-essential .product-details-overview-grid .overview {
  border: 0px !important;
}

.product-essential .product-details-overview-grid .overview h3 {
  background-color: white !important;
  color: #444444;
  font-size: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 6px 5px !important;
}

/* .product-first-add-to-cart-panel {
  padding-left: 8px !important;
} */

.overview .product-first-qty-input, .variant-overview .product-first-qty-input {
  width: 109px !important;
}

.product-first-overview .banner-text
{
  margin: 20px 0;
}

.product-first-overview .banner-image {
  max-width: 100%;
  height: auto;
}

.product-first-overview .line-spacing {
  line-height: 1.6;
}

.most-popular-text {
  color: #36d07b;
}

.imgSquarDropdownOption .most-popular-text {
  font-size: 12px;
  padding-left: 5px;
}

  .faux-text {
  background: #dddddd;
  border-radius: 4px;
  height: 20px;
  margin-bottom: 5px;
}

  .faux-text.short {
    width: 75%;
  }

.placeholder {
  max-width: 400px;
}

.shimmer {
  overflow: hidden;
  position: relative;
}

  .shimmer::before {
    content: "";
    position: absolute;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: shimmer 1s infinite;
  }

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}