h1, h2, h3, h4, h5, h6{
    text-transform: initial;
}
a, a:hover{
    text-decoration: none;
}
.et_pb_row {
    max-width: 1150px !important;
}
.event-date{
  color:#fff;
  font-size:14px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  padding-right: 5px;
}
#resp-header h2{
    margin-bottom:0 !important;
    padding-bottom:10px !important;
}
.serv-ul ul{
    padding-top:0;
    padding-bottom:0;
    padding-left: 18px;
}
.et_pb_toggle_close .et_pb_toggle_title:before{
  background-color: #e9e9e9;
  border-radius: 50px;
}
.et_pb_toggle_open .et_pb_toggle_title:before{
  background-color: #e9e9e9;
  border-radius: 50px;
}
.et_pb_toggle_content{
  padding-top: 10px !important;
}
.et_pb_toggle_open .et_pb_toggle_title:before{
     content:"\32"!important;
}
.et_pb_toggle_close .et_pb_toggle_title:before{
     content:"\33"!important;
}
.cart-panel .col-sm-12 {
    justify-content: center;
    display: flex;
}
/*lp add to cart and buy now button css codes---*/
p.select {
    width: 100%;
    border: none;
}
.payment {
    padding: 8px 0;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 10px;
}
.payment-select {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    padding: 3px 10px 9px 10px;
    border-bottom: 1px solid #e4e4e4;
}
.payment-select label {
    width: 50%;
    margin-bottom: 0;
    font-weight: 500;
}
.payment-select label.radio {
    flex-basis: calc(100% - 200px);
}
.payment-select:hover {
  background-color: #fef2e3;
  color: #f78d06;
}
.package-select input[type=radio] {
    border: 0px;
    width: 30%;
    height: 1.2em;
    vertical-align: text-bottom;
}
label>input[type="radio"] {
    display: none;
}
span.months {
    padding-left: 30px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
}
label>input[type="radio"]:checked+* {
    color: #f78d06;
}
label>input[type="radio"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 1rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
    position: absolute;
    left: 0;
    margin-top: 7px;
}
label>input[type="radio"]:checked+*::before {
    background: radial-gradient(#fbbc0b 0%,#fbbc0b 40%,transparent 50%,transparent);
    border-color: #fbbc0b;
}
.payment-select span.value {
    flex-basis: 200px;
    text-align: right;
    font-size: 20px;
    padding-left: 31px!important;
    font-weight: 600;
    float: none!important;
}
.price {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 12px;
    margin-bottom: 0px!important;
}
.ship-img {
    background: url(https://www.astroved.com/us/wp-content/uploads/2022/02/delivery-icon.png) no-repeat 1px 4px;
    display: inline-block;
    padding: 2px 0 2px 35px;
}
.buy-now-btn {
    background-color: transparent;
    border: 2px solid #f78d06;
    padding: 8px 35px;
    text-transform: none;
    border-radius: 11px;
    margin-right: 10px;
    color: #f78d06;
}
.buy-now-btn:hover{
    color: #f78d06;
}
.cart-btn {
    background: #f78d06;
    border: 2px solid #f78d06;
    padding: 8px 35px;
    text-transform: none;
    border-radius: 11px;
    color: #fff;
    font-size: 15px;
}
.coupon-head {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #000000!important;
    letter-spacing: -1px;
    line-height: 1.5em;
}
.product-price {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 8px;
}
.buy-now-cart-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0px;
}
.buy-now-cart-btn {
  display: inline-flex;
  width: 100%;
  margin-left: 0px !important;
}
.add-cart-buy-now {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0px;
}
.add-cart-buy-now {
    display: inline-flex;
    width: 100%;
    margin-left: 0px !important;
}
.buy-now-btn:hover {
    text-decoration: none;
}
.cart-btn:hover{
    color: #fff;
    text-decoration: none;
}
hr.payment-section-line {
    border-top: 2px solid #f2f2f2;
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 0!important;
    margin-right: 0!important;
    display: none;
}
.sp-code-module {
  margin-top: -27px;
  margin-bottom: 10px !important;
}
/*dynamic coupon code css*/
.coupon-head.single {
  border-bottom: 2px solid #efefef;
}
.coupon-head.multiple {
  border-bottom: 2px solid #efefef;
  padding-top: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 450px) and (min-width: 0px){
  .coupon-head {
    font-size: 17px!important;
  }
}
/*lp header css code---*/
.row.header-wrap {
    display: flex;
    align-items: center;
}
.logo-img {
    background: rgba(0, 0, 0, 0) url(/us/wp-content/uploads/images/astroved-logo.jpg) no-repeat scroll 0 100%;
    display: block;
    height: 70px;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    background-size: 125px 70px;
    margin-bottom: 10px;
}
.caption-wrap {
    display: none;
}
.details-wrap a {
    display: inline-block;
    text-transform: uppercase;
    color: #007bff;
    font-weight: 600;
}
.top-textlink {
    margin-right: 10px;
}
@media only screen and (max-width: 767px){
    .logo-img {
        background: url(/us/wp-content/uploads/images/astroved-logo-mob.jpg) no-repeat;
        height: 33px;
        width: 150px;
        margin: 0 auto;
    }
    .av-logo {
        padding: 5px 0px 15px;
    }
    
    .leadlanding .details-wrap.d-flex.justify-content-end {
        justify-content: center !important;
    }
}
/*lp css code-------*/

/*form css code---*/
a.js-open-modal {
  font-family: Open Sans,sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 5px;
  text-decoration: none;
}
a.js-open-modal:hover{
    text-decoration: none;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 50%!important;
    transform: translate(-50%,-50%);
    background: #fff;
    height: 200%!important;
    width: 100%!important;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    overflow: hidden!important;
    background-color: rgb(0 0 0 / 40%);
}
.modal.visible {
    display: block;
}
.modal-inner {
    position: fixed;
    top: 77%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 500px;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 14px;
    padding: 20px;
}
p.model-header {
    font-weight: 600;
}
.model-header span {
  float: right;
  cursor: pointer;
}
.model-header span a{
    color: #000;
}
.sign-up-aksh-form-row {
    display: block;
    margin-top: 20px;
}
.sign-up-aksh-form-row .form-field {
    width: 100%!important;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
.sign-up-aksh-form-row input {
    font-size: 12px;
    font-weight: 500;
    background-color: #fff!important;
    border: 1px solid #c8c5c5;
    border-radius: 5px;
    color: #5a5959!important;
    width: 100%;
    margin: 0px;
}
.form-field.form-submit-button {
    margin-bottom: 5px!important;
}
.sign-up-aksh-form-row .form-field input[type="submit"] {
    background-color: #f78d06!important;
    padding: 12px 38px!important;
    color: #fff !important;
    width: auto;
    margin: 0px;
    border: none !important;
}
.sign-up-aksh-form-row label {
    font-size: 12px;
    float: left;
    padding-bottom: 10px;
    padding-top: 2px;
    color: red;
    margin-bottom: 0px;
}
#specials_nl .success-info {
  background: #bde9c2;
  color: #000;
  font-size: 18px;
  padding: 4%;
  margin: 14px 10px 20px;
}
#specials_nl .success-info p {
  font-size: 14px;
}
/*timer css code--*/
.time-row {
    display: flex;
    justify-content: center;
}
.time-colbtn{
  margin-top:10px;
  margin-left:15px;
}
.offer {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 24px;
  text-align: center;
  padding: 0;
  font-weight: 800;
}
.timerwap {
    text-align: center;
    display: inline-flex;
}
.head-timer {
    display: flex;
}
.head-timer li {
  margin-bottom: 0;
}
.timerwap li{
  min-width: 40px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.timerwap .value {
  font-size: 28px;
  font-weight: 600;
  padding-right: 5px !important;
  padding-top: 2px;
}
.timerwap .label {
  display: inline-flex;
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  padding-top: 3px;
  text-transform: none;
  font-weight: 600;
  padding: 0px;
}
span.value{
  float: none !important;
}
/*mobile banner hide and show---*/
.resp-tit-hide{
  display:none;
}
@media only screen and (max-width: 1181px)
{
  .resp-tit-hide{
    display:block !important;
  }
  .dsk-tit-hide{
    display:none;
  }
}
/*fixed header dsk and mob view--*/
.sticker {
  padding: 10px;
  text-align: center;
  background: #ffffff;
  font-weight: 500;
}
.sticker::after {content: '';display: none;}
.sticker.stick {
  display: block;
  width: 100%;
  left:0px;
  padding-top: 15px;
  padding-bottom: 15px !important;
  box-shadow: 0px 12px 18px -6px rgb(135 134 134 / 30%);
}
.sticker {
  display: none;
}
.stick {
  position:fixed;
  top: 0px;
}
.view-btn  {
  padding: 8px 25px 8px;
  border-radius: 5px;
  font-size: 14px;
}
.title-btn {
  display: flex;
  justify-content:center;
  width: 100%;
}
.dynamic-title {
  width: 80%;
}
.dynamic-title-text {
  text-align: left;
  font-size: 20px;
}
.sticker-mob {
  padding: 10px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  left:0px;
  backdrop-filter: blur(7px);
}
.sticker-mob::after {content: '';display: none;}
.sticker-mob.stick-mob {
  display: block;
}
.sticker-mob {
  display: none;
}
.stick-mob {
  position:fixed;
  bottom:-2px;
}
.fixed-btn-package-mob {
  padding: 8px 10px 8px;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
}
.fixed-btn-package-mob a {
    display: block;
    color: #800324;
}
@media only screen and (max-width: 900px){
  .sticker.stick{
    padding-left: 0% !important;
  }
  .dynamic-title {
    width: 70% !important;
  }
}

/* Read More / Less */
.pa-toggle-text .et_pb_text_inner {
  max-height: 200px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.pa-toggle-text .et_pb_text_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,0),white);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,white));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),white);
}
.pa-toggle-text .pa-text-expand-button {
  padding: 0;
  text-align: center;
  color: #007bff !important;
}
.pa-toggle-text .pa-text-expand-button span {
  cursor: pointer;
}
.pa-toggle-text .pa-text-expand-button .pa-text-toggle-icon {
  font-family: ETMODULES, "sans-serif";
}
.pa-toggle-text .pa-text-toggle-expanded {
  max-height: 100%;
  transition: max-height 0.3s ease-in;
}
.pa-toggle-text .pa-text-toggle-expanded.et_pb_text_inner:after {
  background: none;
}


@media only screen and (max-width: 765px){
    /*timer responsive--*/
    .offer {
        background-color: transparent!important;
        padding: 0!important;
        margin-top: 0px;
        display: inline-flex;
        width: 100%;
    }
    .head-timer ul{
        text-align:left;
    }
    .timerwap ul {
        display: flex;
        height: 28px;
        margin-top: -5px!important;
        text-align: left;
    }
    .timerwap li {
        display: inline-flex;
        min-width: 30px!important;
        padding-right: 2px!important;
        padding-left: 2px!important;
    }
    .timerwap .value {
        font-size: 17px!important;
        font-weight: 700;
    }
    .timerwap .label {
        font-size: 17px!important;
        padding-top: 9px;
        font-weight: 700;
        padding-right: 2px;
    }
    a.js-open-modal {
        font-size: 12px!important;
        padding: 8px 12px!important;
    }
    .time-colbtn {
        margin-top: 0px;
        margin-left: 15px;
    }
    /*signup form----*/
    .modal-inner {
        width: 80%;
    }
    /*payment slect--*/
    .payment-select {
        display: block!important;
    }
    .payment-select label {
        width: 100%;
        margin-bottom: 5px;
    }
    span.months{
        line-height: 1.5;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .head-timer ul li span, .head-timer ul li p {
        font-size: 22px!important;
    }
}
@media only screen and (max-width: 600px){
    .col-sm-6.keep-shop {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .col-sm-6.check-out.right {
        flex-basis: 100%;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 30px;
    }
    .cart-panel .col-sm-12 {
        display: flex;
        flex-wrap: wrap;
    }
}

.more-astro{
    display: none;
}