.StripeElement{
    max-width: 455px;
    margin-bottom: 20px;
}

.woocommerce-checkout #payment ul.payment_methods{
    margin-bottom: -10px;
}

#new-pricing-main-section .fastspring_btn{
    display: block;
    text-align: center;
    width: 100% !important;
}

#new-pricing-main-section .fastspring_btn.continue{
    background-color: transparent !important;
    border-width: 2px !important;
    border-color: #000 !important;
}

.coupon_wrap .form-row.coupon-applied-row{
    background-color: #D9E4E8;
    padding: 7px 10px;
}

.coupon_wrap .form-row.coupon-applied-row a{
    float: right;
    color: #223841;
    font-weight: 400;
}

.coupon_wrap .form-row.coupon-applied-row .coupon{
    font-weight: 600;
    color: #223841;
}

.woocommerce-checkout .shop_table .items .item.addon{
    margin-top: 19px !important;
    border-top-style: solid;
    border-width: 1px;
    border-color: #D2E2E5;
    padding-top: 19px !important;
}

.shop_table .item.addon .addon-wrap{
    margin-bottom: -7px !important;
    position: relative;
    top: -2px;
}

.shop_table .cart-total .line.coupon-line .right{
    color: #009058;
}

.woocommerce-checkout .col2-set .col-2{
    position: sticky;
    top: 100px;
    z-index: 2;
}

.woocommerce button.button.alt:hover{
    padding: 0.3em 1em;
}

.woocommerce button.button.alt:hover:after{
    display: none;
}

.woocommerce button.button.alt:after{
    display: none;
}

.woocommerce button.button.alt{
    background-color: #006170;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    background-color: #599CA6;
    border-color: #599CA6;
}

.woocommerce #payment #place_order:after{
    content: "$";
    display: inline-block;
    margin-left: 4px;
    opacity: 1;
    font-size: 23px;
    margin-top: 6px;
}

.woocommerce #payment #place_order:hover:after{
    margin-left: 9px;
}

.woocommerce #payment #place_order.processing:after{
    display: none !important;
}

.shop_table .qty select{
    width: 100% !important;
    height: 38px;
    margin-top: 3px;
    text-align: left !important;
    padding-left: 15px;
    background-color: #F4FAFB;
    border-color: #8898B4;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    display: none;
}

.shop_table .qty select option{
    padding: 100px 0px;
}

.shop_table .quantity{
    padding-left: 0;
}

.woocommerce .quantity, .woocommerce-page .quantity {
	width: 74px !important;
}

.shop_table .item > .qty{
    height: 45px;
}

.shop_table .item > .qty .custom-select{
    position: relative;
    cursor: pointer;
}

.shop_table .item > .qty .custom-select .select-hide{
    display: none;
}

.shop_table .select-selected{
    height: 38px;
    border-style: solid;
    border-width: 1px;
    width: 100% !important;
    height: 38px;
    margin-top: 3px;
    text-align: left !important;
    padding-left: 15px;
    background-color: #F4FAFB;
    border-color: #8898B4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-top: 4px;
}

.shop_table .select-items{
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 10px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 6px 10px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 6px 10px 3px rgba(0,0,0,0.25);
}

.shop_table .select-items div{
    padding: 3px 10px;
}

.shop_table .select-items div:hover, .shop_table .select-items div.same-as-selected{
    background-color: #D3E4E1;
}

.shop_table .select-selected:after{
    content: "\35";
    font-family: ETmodules!important;
    transform: rotate(90deg);
    display: inline-block;
    font-size: 21px;
    position: absolute;
    right: 8px;
    color: #808A8E;
}

.woocommerce-checkout .coupon_wrap .form-row.add-coupon-row{
    position: absolute;
    right: 14px;
    width: 54px;
    text-align: center;
    top: 7px;
    font-size: 15px;
    color: #838D91;
}

.woocommerce-checkout .coupon_wrap .form-row.add-coupon-row a{
    color: #838D91;
    cursor: pointer;
    font-weight: 500;
}

.woocommerce-checkout .coupon_wrap .form-row.add-coupon-row a:hover{
    color: #000;
}

.woocommerce-checkout .coupon_wrap{
    display: none;
}

.woocommerce-checkout #payment div.payment_box{
    background-color: #ebf5f3 !important;
    margin-top: 0;
    padding: 20px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #c3dad6;
    position: relative;
}

.woocommerce-checkout #payment ul.payment_methods li.active{
    position: relative;
    z-index: 22;
    border-bottom-style: none;
}

@media(max-width: 980px){
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width: 100% !important;
        padding: 3px !important;
    }
}

.woocommerce-checkout header{
    display: none !important;
}

.woocommerce-order .hero h2 a{
    color: #3b9ea9;
}

.woocommerce-order .hero h2 a:hover{
    color: #2ea3f2;
}

.et_pb_menu__icon.et_pb_menu__cart-button{
    position: relative;
    height: 40px;
}

.et_pb_menu__icon.et_pb_menu__cart-button .amount{
    background-color: #8b0b28;
    font-size: 10px;
    color: #fff;
    min-width: 15px;
    height: 15px;
    border-radius: 31%;
    padding: 2px 1px 0px 0px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: -10px;
    opacity: 1;
}

body.woocommerce-checkout:not(.et-tb) #main-content .container{
    padding-top: 40px;
}

#currency-row{
    float: right !important;
    margin-top: 14px;
    position: sticky;
    top: 37px;
    z-index: 1;
}

#currency-row select{
    
width: 78px;
    
text-align: left;
    
padding: 5px;
    
border-width: 2px;
    
border-color: #E0E0E0;
    
border-radius: 3px;
    
font-weight: 500;
    
font-size: 15px;
}

.woocommerce-checkout #main-content {
    background-color: #EBF5F3 !important;
}

.woocommerce-checkout .et-l--footer{
    display: none;
}

.woocommerce form .form-row select{
    border-color: #B8C1D1;
    padding-left: 10.5px;
}

.woocommerce-checkout .terms.mobile-only{
    display: none;
}

@media(max-width: 980px){
    .woocommerce-checkout .terms{
        display: none;
    }
    .woocommerce-checkout .terms.mobile-only{
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button{
    color: #fff !important;
}

.woocommerce-checkout .extra-note {
    background-color: #fff0;
    width: 100%;
    border-radius: 4px;
    padding: 14px 16px;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    color: #405259;
}

.woocommerce-checkout #currency-row.mobile-only{
    display: none;
}

@media(max-width: 980px){
    .woocommerce-checkout #currency-row{
    }
    .woocommerce-checkout #currency-row.mobile-only{
        display: block;
        margin: auto 0;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media(max-width: 580px){
    .shop_table .price{
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    .shop_table .item-addon .name .info,
    .shop_table .item.addon .cerberus.addon-bubble{
        text-wrap: nowrap;
    }

    .shop_table .item-addon .name{
        width: 100% !important;
    }

    .shop_table .qty{
        float: right !important;
        width: 50% !important;
        text-align: right;
    }
    .shop_table .quantity{
        display: inline-block;
        text-align: left;
    }
    .shop_table .select-items{
        text-align: left;
    }
}

.woocommerce-checkout .terms .editions {
    margin-top: 3px;
    display: inline-block;
}

.loading-modal{
    background-color: transparent !important;
    border: initial !important;
}

.loading {
  border: 16px solid #EBF5F3; /* Light grey */
  border-top: 16px solid #000; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  text-align: center;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row select{
    color: #404040;
}

#new-pricing-main-section .fs-product-box{
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo Variable Local", "Archivo", sans-serif !important;
    font-weight: 550 !important;
}

strong {
    font-weight: 550 !important;
}

body {
    font-family: "Roboto Flex Local", "Roboto", sans-serif !important;
}

#stripe-payment-data .legal{
    color: #858585;
    font-size: 12px;
    max-width: 449px;
    /* font-style: italic; */
    margin-bottom: 20px;
}

.no-scroll{
    height: 100%;
    overflow: hidden;
}

.slider-wrap .slide{
    padding: 8px;
}

.slider-wrap .slider-block{
    background: #e4f1ef;
    display: block;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #cfe7e3;
    flex-wrap: wrap;
    border-style: solid;
    transition: all 0.25s ease;
}

.slider-wrap .slider-block:hover{
    background:#006170;
    transition: all 0.25s ease;
}

.slider-wrap .slider-block img{
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.slider-wrap .slider-block:hover img{
    
filter: brightness(0) invert(1);
}

.slider-wrap .slider-block h4{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333435;
}

.slider-wrap .slider-block:hover h4{
    color: #fff;
}

.slider-wrap .slider-block .inner{
    display: block;
    width: 100%;
    text-align: center;
}

.slider-wrap .next-arrow,
.slider-wrap .prev-arrow{
    position: absolute;
    z-index: 2;
    top: 48%;
    right: -35px;
    height: 30px;
    width: 41px;
    cursor: pointer;
}

.slider-wrap .next-arrow:before,
.slider-wrap .prev-arrow:before{
    content: "5";
    font-size: 40px;
    color: #b5b5b5;
    font-family: ETmodules!important;
    font-weight: 400!important;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
}

.slider-wrap .prev-arrow{
    left: -35px;
    right: initial;
}

.slider-wrap .prev-arrow:before{
    content: '4';
}

@media(max-width: 600px){
    .slider-wrap .prev-arrow{
        left: 10px;
    }
    .slider-wrap .next-arrow{
        right: 10px;
    }
}

.reseller-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 21px;
    column-gap: 10px;
}

.reseller-form h5{
    width: 100%;
    font-size: 22px !important;
    text-align: left;
}

.reseller-form button{
    align-content: center;
    width: 100%;
    justify-content: center;
}

.reseller-form div{
    /* display: flex; */
    width: 100%;
    position: relative;
}

.reseller-form div label{
    display: block;
    width: 100%;
}

.reseller-form .product-type{width: calc(100% - 115px);}

.reseller-form .dr-license{
    width: 91px;
    display: inline-block;
    text-align: center;
}

.reseller-form .dr-license input{
    width: 30px;
    /* float: right; */
    position: relative;
    top: 0px;
    margin: 0 auto;
}

.reseller-form div.button{
    width: 100%;
}

.reseller-form textarea{
    display: block;
    width: 100% !important;
    height: 96px !important;
    margin-bottom: 6px;
    padding: 5px 15px;
    border: 1px solid #d4d9e2;
    border-radius: 3px;
    color: #434c5e;
    font-size: 14px;
    transition: border-color .2s ease;
}

.reseller-form .comments{
    width: 100%;
}

.reseller-form .page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 21px;
    column-gap: 10px;
}

.reseller-form .page-2{
    display: none;
}

.reseller-form .submit-button{
    display: none;
}

.reseller-form .error-popup{
    max-width: 300px;
}

div .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 94%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.6;
}

div .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

div.dr-license:hover .tooltiptext,
div.est-close-date:hover .tooltiptext{
  visibility: visible;
  opacity: 1;
}

.reseller-form .form-title{
    display: block;
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
}

.reseller-form .form-info{
    text-align: left;
}
/* Single Post Updates */
.single .entry-content-wrap h1, h2, h3, h4, h5, h6 {
	clear: none;
}
.single .entry-content-wrap{
    display: block;
}
.single .featured-img{
    max-width: 300px;
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
}

@media(max-width: 650px){
    .single .featured-img{
        max-width: 100%;
        margin-left: 0;
    }
}

.single .entry-content .content{
    position: relative;
}

.single .has-post-thumbnail .entry-content .content > :first-child{
    display: inline-block;
    padding-top: 0;
    /*max-width: calc(100% - 303px);*/
}

@media(max-width: 829px){
    .single .has-post-thumbnail .entry-content .content > :first-child{
        max-width: initial;
    }
}

.single .entry-content .content h1,
.single .entry-content .content h2,
.single .entry-content .content h3,
.single .entry-content .content h4,
.single .entry-content .content h5,
.single .entry-content .content h6{
    padding-top: 27px;
    padding-bottom: 20px;
}
/* End Single Post Updates */