.product-select-container{
    display: flex;
    flex-direction: column;
    padding:30px;
    /* min-height: 90vh; */
    background: url("/_resources/themes/base-foundation-theme/images/water-bg.png") 100% no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-color:rgba(0, 65, 142,1) ;
}

#ProductImage{
    width: 560px;
}

.system-config{
    color: #fff;
    font-weight: 400;
    font-size: 20px; 
    margin: 0;
}

.product-select-container h2{
    color: #fff;
    font-weight: 200;
    font-size: 30px; 
    position: relative;
    bottom: 30px;
    margin: 0;
}
.product-select-container p{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.button-contain{
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.button-menu{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-self: center;
}


.active{
    background: #75cfff;
    color:#00418e;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

.product-includes{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(92deg, rgba(0, 65, 142, 0.00) 35.47%, rgba(38, 164, 234, 0.60) 91.69%), #00418E;
    display: flex;
    padding: 24px 32px;
    justify-content: center;
}

.product-includes h3, .product-includes span{
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin: 0;
}

#ProductDetails .flex-row{
    padding:24px 0;
}

#ProductDetails .flex-column{
    align-items: start;
    justify-content: center;
    gap: 0;
}

.cart-container{
    border-radius: 4px;
    background: #E6ECF4;
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.cart-container h2.product-title {
    line-height: 1;
    margin: 0;
}

.store-item-price__option__value {
    font-size: 32px;
    font-weight: 700;
    color: #EB5757;
}
.cart-func {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.customcart-addtocart{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    align-items: center;
}
.customcart-addtocart input{
    margin: 0;
}

.product-title{
    /* color: #00418E; */
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.price-contain{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.store-item-price {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.store-item-price__option {
    padding: 10px 12px 10px 12px;
}
.store-details .store-item-price span.store-item-price__option__value {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #e71724;
}
.price-black-label {
    font-size: 14px;
    color: #373737;
    text-transform: uppercase;
}

.store-quantity-option {
    position: relative;
    float: left;
    border: 1px #b9b9b9 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.cart-func .cart-qty {
    display: inline-block;
    margin: 0 0.4rem 0 0.4rem;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
}
.store-quantity-option {
    position: relative;
    float: left;
    border: 1px #b9b9b9 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.cart-func .store-quantity-option.cart-qty input {
    margin: 0;
    border: 0;
    width: 115px;
    font-size: 14px;
    color: #373737;
    height: auto;
    padding: 17px 12px 17px 12px;
    text-align: center;
    box-shadow: none;
}
.cart-qty-controller .cart-inc-qty {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 15px;
    color: #8c8c8c;
}
.cart-qty-controller .cart-dec-qty {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    padding: 15px;
    color: #8c8c8c;
}


/* Start Prod */
.store-product-grid-item {
    padding-bottom: 20px;
    margin: 0;
}
.store-product-grid-item img {
    width: 100%;
    padding: 24px 0;
}
.store-product-grid-item .product-box{
    background:white;
    border:thin silver solid;
}
.product-box-contain{
    padding:20px;
    background: #EBF0F6;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.store-product-grid-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.store-product-grid-item__price {
	font-size:22px;
	font-weight:600;
    line-height: 1;
    margin: 0;
}
.store-product-grid-item__price__old {
	font-size:1rem;
	font-weight:normal;
	color:#222;
	text-decoration:line-through;
}
/* End Prod */
.store-product-grid-thumb {
    text-decoration: none !important;
}
.store-product-grid-thumb:hover > .store-product-grid-title,
.store-product-grid-thumb:active > .store-product-grid-title,
.store-product-grid-thumb:focus > .store-product-grid-title {
    color: #222;
    text-decoration: none;
}

.product-photo-wrapper{
    width: 690px;
    height: 511px;
    margin: auto;
}

.skeleton {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 12px;

  &::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
      90deg,
      rgba(#fff, 0) 0,
      rgba(#fff, 0.2) 20%,
      rgba(#fff, 0.5) 60%,
      rgba(#fff, 0)
    );
    animation: shimmer 5s infinite;
    content: '';
  }

  @keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }
}

.skeleton-img {
  width: 690px;
  height: 511px;
}

.skeleton-text {
  width: 200px;
  height: 24px;
  margin-top: 10px;
}

.hidden {
  display: none;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}


@media only screen and (max-width: 800px) {

    
#ProductDetails .flex-row{
   flex-direction: column;
   align-content: center;
}

#ProductDetails .column-reverse{
    flex-direction: column-reverse;
 }
 .product-photo-wrapper{
    width: auto;
    height: auto;
}

}

@media only screen and (max-width: 640px) {
    .product-select-container h2{
        font-size: 24px;
        bottom: 24px;
    }
    #ProductImage{
        width: 100%;
    }
    .button-contain{
        padding:16px  0 ;
    }
    .button-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        align-self: stretch;
    }
    .selector {
        font-size: 14px;
        width: 48%;
        margin: 0;
        padding: 16px 20px;
    }
    .product-includes{
        padding: 20px;
    }
    .product-includes h3, .product-includes span{
        color:#fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
    }
    .cart-container h2.product-title {
        font-size: 24px;
        line-height: 1;
        margin: 0;
    }
}



