
.list-attribute-custom .ets_input_group {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 9px;
    position: relative;
    margin-top: -2px;
    height: 16px;
}
.list-attribute-custom label {
    text-align: left;
    cursor: pointer;
    font-size: 13px;
}
.block-product-attribute-custom {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 25px;
}
.ets-eto-product-price label {
    display: unset;
    margin: 0;
}
.ets_notification_ex {
    margin: 010px 0 0;
    font-size: 85%;
}
.ets-eto-product-extra {
    margin-bottom: 15px;
}
.ets-eto-product-price {
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.block-product-attribute-custom .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.list-attribute-custom span.desc svg {
    width: 16px;
    vertical-align: middle;
    height: 16px;
    fill: #777;
    margin: 0 auto;
    display: inline-block;
    line-height: 16px;
    float: left;
}
.list-attribute-custom select.form-control {
    font-size: 13px;
    cursor: pointer;
}
.block-product-attribute-custom span.required:after {
    display: none!important;
}
.list-attribute-custom h5 {
    margin: 0;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.block-product-attribute-custom span.required:before {
    content: "*";
    color: #d70909;
}
.list-attribute-custom .ets_input_group input {
    cursor: pointer;
    min-width: 15px;
    min-height: 15px;
    vertical-align: -2px;
}
.list-attribute-custom .ets_input_group input:disabled, .list-attribute-custom .ets_input_group input[disabled="disabled"] {
    cursor: not-allowed;
}
.list-attribute-custom span.desc {
        width: 24px;
        height: 24px;
        background: #F2F2F2B2;
        border-radius: 20px;
        position: absolute;
        padding: 5px;
        right: 0;
        bottom: 0;
        text-align: center;
        
        cursor: pointer;
       
 
}
.ets_input_group ~ span.required {
    margin-left: -9px;
    margin-right: -2px;
}
.list-attribute-custom span.desc.hover .content,
.list-attribute-custom span.desc.hover:before,
.list-attribute-custom span.desc.hover:after {
    display: block;
    opacity: 1;
    visibility: visible;
}
.block-product-attribute-custom .list-attribute-custom .checkbox {
    display: block;
}
span.attribute_price_save {
    color: #999;
    font-style: italic;
    margin-left: 2px;
}
.attribute-custom-price span.price {
    font-weight: 600;
}
.block-product-attribute-custom .list-attribute-custom .checkbox {
    display: block;
}
.block-product-attribute-custom .list-attribute-custom .checkbox > label {
    padding-left: 4px;
    margin-left: -4px;
    display: inline-flex;
    width: auto;
    padding-right: 5px;
}
.block-product-attribute-custom .list-attribute-custom .checkbox.required.error > label span,
.block-product-attribute-custom .list-attribute-custom .checkbox.required.error > label {
    color: #d70909;
}
.checkbox.required.error .ets_input_check {
    border-color: #d70909;
}
.radio.required.error .ets_input_radio {
    border-color: #d70909;
}
input[type="checkbox"]:checked + .ets_input_check {
    background: #2fb5d2;
    border-color: #2fb5d2;
}
input[type="radio"]:checked + .ets_input_radio {
    background: #2fb5d2;
    border-color: #2fb5d2;
}
.ets_input_check, .ets_input_radio{
    border: 2px solid #777;
    width: 16px;
    height: 16px;
    background: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    vertical-align: middle;
    fill: #fff;
    padding: 0;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    border-radius: 2px;
}
.ets_input_radio{
    border-radius:16px;
}
.list-attribute-custom .ets_input_group input[type="checkbox"] {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0!important;
    margin: 0!important;
}
.list-attribute-custom .ets_input_group input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0!important;
    margin: 0!important;
}
.list-attribute-custom .product-discount {
    margin-left: 2px;
    display:inline-flex;
}
span.desc .content {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    bottom: 100%;
    position: absolute;
    min-width: 250px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    z-index: 100;
    margin-bottom: 8px;
    visibility: hidden;
    pointer-events: none;
    display: none;
}
.list-attribute-custom .has-discount .discount {
    font-size: inherit;
    padding: 1px 5px;
    font-weight: normal;
    text-transform: capitalize;
    margin-left: 5px;
}
.list-attribute-custom .current-price {
    display: inline-block;
}
.list-attribute-custom .product-discount .regular-price {
    margin-right: 5px;
}
.list-attribute-custom span.desc:after,
.list-attribute-custom span.desc:before {
    content: "";
    bottom: 100%;
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    visibility: hidden;
    pointer-events: none;
    display: none;
    margin-left: -4px;
    margin-bottom: 4px;
    width: 8px;
    height: 8px;
    background: #333;
    transform: rotate(45deg);
}
.list-attribute-custom span.desc:hover svg {
    fill: #333;
}
.block-product-attribute-custom h2 {
    text-transform: uppercase;
}
.block-product-attribute-custom .attribute-custom-price {
    font-size: 13px;
    margin-top: 10px;
}
.list-attribute-custom .ets_input_group input[type="checkbox"]:checked + .ets_input_check svg {
    display: inline-block;
    fill: #ffffff;
}
.ets_input_check svg {
    display: none;
}
@media (max-width: 767px){
    span.desc .content{
        max-width: 200px;
        min-width: 200px;
    }
}
.btn.ets_disabled.add-to-cart{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
section#we_similar p {
    margin: 0;
  }.block-product-attribute-custom .radio {
    display: flex
  ;
      flex-direction: column;
      width: 68px;
      gap: 4px;
  }.option-list {
    display: flex
  ;
    gap: 12px;
  }
  
  .option-list label {
    width: 68px;
    position: relative;
    margin: 0;
    height: 68px;
    border-radius: 3px;
    border-width: 1px;
    border: 1px solid #CCCCCC;
  }label:has(input[type="radio"]:checked) {
    /* border: 1px solid; */
    border: 2px solid #000000;
  }.option-list input {
    display: none;
  }span.product-name-option {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0%;
  }.block-product-attribute-custom .from-group-option {
    gap: 12px;
    display: grid
  ;
  }.ets-attribute-description-tooltip {
    visibility: hidden;
    background-color: #f2f2f2;
    box-shadow: 0px 4px 10px 0px #00000026;
    color: #000000;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 90%;
    opacity: 0;
    transition: opacity 0.3s;
    width: 300px;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 16px;
  }

 
  .ets-attribute-label:hover .ets-attribute-description-tooltip {
    visibility: visible; 
    opacity: 1; 
  }

  label:has(input[type="checkbox"]:checked) {
    /* border: 1px solid; */
    border: 2px solid #000000;
}

.next-btn, .prev-btn {
    position: relative;
    margin: auto;
    align-items: center;
    width: 20px;
    height: 60px;
    opacity: 0.7;
    border-radius: 5px;
    border: none;
    background: rgb(242, 242, 242);
    color: rgb(34, 34, 34);
    display: flex
;
    outline: 0;
    cursor: pointer;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 50%);
}

.next-btn:hover, .prev-btn:hover {
    background: #222222;
}

.nav-btn-carrocel {
    height: 0;
}
.prev-btn {
    top: -95px;
    left: -6px;
    float: left;
 }
 .next-btn:hover svg, .prev-btn:hover svg {
    fill: #fff;
}
.next-btn {
    top: -95px;
    right: -6px;
    float: right;
}