/* Custom Styles
* Add your custom styles to this file or create another file and add it to the $ctsc_custom_styles list
*/
.wcsatt-options-wrapper {
  display:flex;
  flex-direction:column
}

.wcsatt-options-prompt-radios{
  padding-left: 0px !important;
}

.wcsatt-options-wrapper .wcsatt-options-prompt-label {
  display:flex;
  align-items:center;
  padding:15px;
  border:2px solid #000;
  border-radius:8px;
  cursor:pointer;
  transition:all 0.3s ease;
}

.wcsatt-options-wrapper .wcsatt-options-prompt-label .wcsatt-options-prompt-action{
  display:flex;
  align-items:center;
  padding-left:15px;
  
  border-radius:8px;
  cursor:pointer;
  
    font-size: 18px;
  font-weight: 600;
  
}

.variable-items-wrapper {
  display:grid!important;
  grid-template-columns:repeat(2,1fr)!important;
  gap:8px!important;
  width:100%!important;
  max-width:none!important;
  margin:15px 0!important;
  padding:0!important
}
.variable-items-wrapper .variable-item.button-variable-item {
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-width:0!important;
  height:auto!important;
  padding:15px 10px!important;
  background-color:#ffffff!important;
  border:2px solid #000000!important;
  border-radius:6px!important;
  transition:all 0.2s ease;
  box-shadow:none!important
}
.variable-item-contents span {
  color:#000000!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
  text-align:center
}
.variable-items-wrapper .variable-item.button-variable-item.selected {
  background-color:#000000!important;
  border-color:#000000!important;
  box-shadow:none!important
}
.variable-items-wrapper .variable-item.button-variable-item.selected .variable-item-contents span {
  color:#ffffff!important
}
.reset_variations {
  display:none!important
}
.woocommerce-product-gallery .flex-viewport {
  border-width:0.68px;
  border-color:#bfbfbf
}

.woocommerce-product-gallery ol {
  min-height: 150px !important;
  padding-top: 10px !important;
  background:linear-gradient(to right, transparent, 96%, white );
}

.woocommerce-product-gallery ol>li>img {
  opacity: 1.0 !important;
  border:4px solid #7c7c7c!important
}
.woocommerce-product-gallery ol>li>img.flex-active {
  border:4px solid #000!important
}
.wcsatt-options-product-prompt li {
  padding-top: 14px;
  
}

.wcsatt-options-product-prompt ul {
  padding: 0px;
}

.wcsatt-options-product-prompt {
  padding: 0px;
  
  margin-bottom: 0px !important;
}

.wcsatt-options-wrapper-grouped.closed .wcsatt-options-prompt-label-subscription {
  border-radius: 8px;
  background-color: #C9AB5B40;
}

.wcsatt-options-wrapper-grouped.open .wcsatt-options-prompt-label-subscription  {
  border-radius: 8px 8px 0px 0px;
  border-bottom: 0px;
  background-color: #C9AB5B40;
}

.wcsatt-options-wrapper-grouped.closed .wcsatt-options-product-wrapper {
  background-color: #C9AB5B40;
}
.wcsatt-options-wrapper-grouped.open .wcsatt-options-product-wrapper {
  padding-left: 50px;
    padding-right: 15px;
  border:2px solid #000000;
  border-top: 0px;
    border-radius: 0px 0px 8px 8px;
  background-color: #C9AB5B40;
}
.wcsatt-options-product-dropdown {
  border:2px solid #000;
  border-radius: 1px;
  padding:5px;
  width:100%;
  font-size: 16px;
  
}

.wcsatt-options-product-dropdown-label {
  display: none !important;
  overflow: hidden;
}

input.wcsatt-options-prompt-action-input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
    font: inherit;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #000;
  border-radius: 100% !important;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  
  
}

input.wcsatt-options-prompt-action-input[type="radio"]::before  {
  content: '';
  width: 0.9em;
  height: 0.95em;
  border-radius: 50% !important;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1.5em 1.5em #000;
  color: #aaa;
  
}

input.wcsatt-options-prompt-action-input[type='radio']:checked  {
  background-color: #000;
}
  
input.wcsatt-options-prompt-action-input[type='radio']:checked::before  {
  transform: scale(1);

}

.single_add_to_cart_button {
  flex-grow: 1;
  
}

.woocommerce-variation-add-to-cart {
    display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}

.woocommerce-variation-add-to-cart .quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
    justify-content: center;
  min-width: 100px;
  max-width: 250px;
  padding: 0px;
  margin: 0px;
  font-size:16px !important;
  border:2px solid #000;
  border-radius: 8px;
  
}

.woocommerce-variation-add-to-cart .quantity input[type=number] {
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: textfield !important;
  padding: 0.5em !important;
  margin: 0px;
  font-size:16px !important;
  max-width: 3.5em !important;
}


.woocommerce-variation-price .price {
  display: none;
}

.single_variation_wrap{
  display: flex;
  flex-direction:column-reverse
}

.wcsg_add_recipient_fields_container, .wcsatt-add-to-subscription-wrapper {
  display: flex;
  border:2px solid #000;
  padding:15px;
  border-radius: 8px;
  background-color: RGBA(87,55,105,0.25);
}

.wcsatt-add-to-subscription-action {
  font-size: 18px !important;
  font-weight:600!important;
}

.qck-prompt-col {
    display: flex;
    justify-content: end;
    position: absolute;
  right: 30px;
  width: 33%;
}

.qck-prompt-price {
  font-size: 18px !important;
  font-weight:600!important;
  position: relative;
  right: 0px;
  & span {
    padding-left:5px;
    }
}

.qck-prompt-banner {
    position: absolute;
    top: -32px;
    color: #fff;
    background-color: #000;
    padding-top: 0.15em !important;
    padding-bottom: 0.15em !important;
    padding-left: 2em !important;
    padding-right: 2em !important;
    border-radius: 8px;
}

.wcsatt-options-prompt-label-subscription .original_price {
    text-decoration: line-through 2px;
    color: #878787;
}

.wcsg_add_recipient_fields_container, .qcktsc-add-to-subscription-container {
  margin-top: 15px;
	width:100%
}

.wcsg_add_recipient_fields_container {
  margin-bottom: 15px;
  flex-direction: row !important;
  flex-wrap: wrap;
}

.wcsg_add_recipient_fields_container .wcsg_add_recipient_fields {
  margin-top: 15px;
  display: flex;
  width: 100%
}

.wcsg_add_recipient_fields_container label {
 margin: 0px !important;
}

.qcktsc-add-to-subscription-container {
  margin-top: 40px;
}

.qty-button {
  background-color: #fff !important;
  border:0px solid #000;
  color: #000000 !important;
  height: 100%;
  
  cursor:pointer;
  font-size: 24px;
  
  font-weight: 700 !important;
  padding-top: 13px !important;
  padding-left: 0.5em !important;
  padding-bottom: 13px !important;
  padding-right: 0.5em !important;
}

.qty-button:hover {
  background-color: #f4f4f4 !important;
}