/* Custom Donation CSS */

#donate.module{
    margin-bottom: 170px;
}
#donate .content{
  padding-right: 60px;
}
#donate .single_add_to_cart_button{
    float: right!important;
}
#donate #donation .col-xs-12{
    position: static;
}
#donate .product-detail{
    position: static;
}
#donate .wc-pao-addons-container{
    position: absolute;
    top: 110px;
    width: calc(100% - 120px);
}
#donate h1{
  font-size: var(--font-xxl);
}
#donation{
  float: left;
  width: 100%;
  border-radius: 20px;
  padding: 60px;
  width: calc(100% - 40px);
  position: absolute;
}
#donation h1, #donation h1 + .price, #donation .first-payment-date, #donation #accordion, #donation form.cart .label, #donation .wc-tabs-wrapper, #donation .related, #donation .single_variation_wrap .woocommerce-variation-price, #donation .product_meta, .woocommerce-tabs, .single-product .product_meta{
    display: none;  
}
#donation .nav-tabs {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-left: 0!important;
    margin-top: 110px;
}
#donation .nav-tabs li {
    display: block;
    position: relative;
    float: left;
    font-weight: 700;
    width: 50%;
    font-size: 1em;
    position: relative;
    left: 0;
    margin-bottom: 0!important;
    text-align: center;
}
#donation .nav-tabs{
  display: flex;
}
#donation .nav-tabs li a {
  line-height: 1.35em;
  border-left: 0;
  color: var(--text);
  border: 1px solid var(--text);
  border-radius: 30px;
  background: transparent;
  display: block;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
}
#donation.black .nav-tabs li a{
  color: #fff;
  border-color: #fff;
}
#donation .nav-tabs li a.active {
  background: var(--lilac);
  color: var(--text);
  text-decoration: none;
}
#donation .nav-tabs li a:not(.active):hover{
  background: var(--lilac70);
}
#donation.lilac .nav-tabs li a.active{
  background: var(--watermelon);
}
#donation.lilac .nav-tabs li a:not(.active):hover{
  background: var(--watermelon70);
}
#donation .tab-content {
    float: left;
    width: 100%;
    padding: 0;
}
#donation .tab-pane {
    display: none;
    padding: 0;
}
#donation .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#donation .show {
    display: block !important;
}
#donation .fade.in, #donation .fade.show {
    opacity: 1;
}
#donation .images {
    display: none;
}
#donation .summary {
    width: 100%;
    margin: 0;
    float: left;
}
#donation form.cart {
    margin-bottom: 0;
}
#donation .tab-pane.active {
    display: block;
}
.woo-variation-swatches .variable-items-wrapper {
    margin: 0!important;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.selected, .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item:hover, .button-variable-items-wrapper.wvs-style-squared .variable-item.selected, .button-variable-items-wrapper.wvs-style-squared .variable-item:hover {
    box-shadow: none!important;
    color: var(--text);
    background: var(--lilac)!important;
}
#donation .tab-content input[type="radio"] {
    position: absolute;
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0!important;
    left: 0;
    background-color: transparent;
}
#donation .variable-items-wrapper{
    display: flex;
    flex-direction: unset;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img{
    display: none!important;
}
#donation .tab-content li{
  width: calc(25% - 15px);
  padding: 12px;
  display: inline-block;
  margin: 0 20px 30px 0;
  box-shadow: none;
  border-radius: 0;
  border-right: 0;
  height: auto;
  font-weight: 700;
  color: var(--black);
  border: 1px solid var(--text);
  border-radius: 30px;
  background: transparent;
}
#donation .tab-content li:nth-child(4), #donation .tab-content li:nth-child(5){
  margin-right: 0;
}
#donation .tab-content li:nth-child(5){
  width: 100%;
  margin-bottom: 0;
}
#donation.black .tab-content li, #donation.black .nav-tabs li a{
  background: #fff;
  color: var(--text)!important;
}
#donation.black .tab-content li.selected, #donation.black li *, #donation.black button *, #donation.black label{
  color: var(--text)!important;
}
#donation.black .nav-tabs li a.active{
  background: var(--lilac);
}
#donation .tab-pane{
  border: 0;
}
#donation.black button{
  background: var(--lilac)!important;
}
#donation .variations .variable-items-wrapper li:after, #donation .variations .variable-items-wrapper li:before{
    content: none!important;
}
#donation .tab-content label{
    color: var(--text);
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding: 17px 15px;
    display: block;
    border-radius: 28px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span{
    padding: 0;
}
.variations .variable-items-wrapper li{
    border: 1px solid var(--text);
}
#donation .woocommerce-notices-wrapper, #donation .reset_variations{
    display: none!important;
    opacity: 0!important;
}
.single_add_to_cart_button{
    border-radius: 28px!important;
    color: #fff!important;
    background-color: var(--text)!important;
    font-weight: 500!important;
    min-width: 230px;
    float: none!important;
}
#donation .woocommerce-variation-add-to-cart{
    text-align: center;
    margin: 40px 0 20px;
}
.product .single_variation_wrap .nyp, .wcopc .product-item .single_variation_wrap .nyp{
    text-align: center;
    margin-bottom: 0;
}
.product .nyp label, .wcopc .product-item .nyp label{
    font-weight: 500!important;
    font-size: 16px!important;
    padding: 0 0 10px!important;
}
.nyp .minimum-price{
    opacity: 1;
    margin-top: 5px!important;
    font-weight: 500;
}
.variations ul{
  padding-left: 0!important;
}

#donation .variations_form .variable-item-radio-input-wrapper{
    padding: 0;
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#donation .variations_form .variable-item-radio-input-wrapper input.variable-item-radio-input{
    border: 0!important;
}
#donation .variations_form .variable-item-radio-input-wrapper .variable-item-radio-value-wrapper{
    margin: 0!important;
    font-size: 0;
    line-height: 0;
}
#donation .variations_form .variable-item-radio-input-wrapper .variable-item-radio-value-wrapper .variable-item-radio-value{
    font-size: 16px;
    line-height: 1.4em;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#donation .variations_form .radio-variable-item{
    padding: 12px!important;
    min-height: 48px;
    position: relative;
}
#donation .variations_form .radio-variable-item .variable-item-contents{
    position: static;
}
#donation .variations_form .radio-variable-item.selected{
    background: var(--lilac);
}
#donation h3{
    margin-bottom: 20px;
}
#donate .animated-line{
    top: 0px;
}
.wc-pao-addon-select li{
    width: 100%!important;
    border-radius: 0!important;
    border: 0!important;
    padding: 0!important;
    display: block!important;
    font-weight: 400!important;
}
.product-addon-totals{
    display: none!important;
}
#required_addons_validation_message{
    display: none!important;
}
.wc-pao-addons-container label{
    padding: 5px 0!important;
}

@media screen and (max-width: 1600px){
    #donate .animated-line{
        top: 80px;
    }
}

@media screen and (max-width: 1199px){
    #donate .wc-pao-addons-container {
        position: absolute;
        top: 90px;
        width: calc(100% - 60px);
    }
    #donation h3{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1099px){
    #donate .animated-line{
        top: 150px;
    }
}

@media screen and (max-width: 991px){
    #donate .animated-line{
        top: auto;
        bottom: -50px;
    }
    #donate .content{
        padding-right: 0;
    }
    #donation{
        position: relative;
        width: 100%;
    }
    #donate.module{
        margin-bottom: 0;
    }
    #donate.module:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 220px;
        background: #fff;
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    #donate .wc-pao-addons-container{
        width: calc(100% - 40px);
    }
    #donation .nav-tabs{
        margin-top: 100px;
    }
}

@media screen and (max-width: 480px){
    #donation h3{
        max-width: 350px;
    }
    #donate .wc-pao-addons-container{
        top: 110px;
    }
}
