/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

button, .button, .cta_button[title], .hs-button {
  text-decoration: none;
}

button, .button, .cta_button[title], .hs-button,
.cp-tab-navigation-wrapper .tab-menu__link--active-branch, .cp-tab-navigation-wrapper .tab-menu__link.tab-menu__link--active-link, .cp-tab-navigation-wrapper .tab-menu__link:hover {
  transition: all ease-in-out .27s;
  background:linear-gradient(286.45deg, #FFA472 8.21%, #F58547 91.09%);
  background: 
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

button:hover, .button:hover, .cta_button[title]:hover, .hs-button:hover,
.cp-tab-navigation-wrapper .tab-menu__link--active-branch:hover, 
.cp-tab-navigation-wrapper .tab-menu__link.tab-menu__link--active-link, 
.cp-tab-navigation-wrapper .tab-menu__link:hover {
  color:#fff;
  border-radius: 32px 0px 32px 0px;
}

.cp-card:not(.cp-card-widget):not(.cp-card-border):hover a.cp-action-link.button {
  border-radius: 32px 0px 32px 0px;
}

form{
  font-family: Stolzl !important;
}

form label,
form label span{
  color: #000 !important;
  font-family: Stolzl !important;
}

input[type=checkbox]:checked:before{
  border: solid #A82400 !important;
  border-width: 0 3px 3px 0 !important;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea, .payment-wrapper .stripe-card-stripe-elements{
  font-family: Stolzl;
  font-size: 1rem !important;
  border: 2px solid #000 !important;
  border-radius: 1.25rem !important;
}

form .hs-button[type="submit"]{
  font-family: Stolzl !important;
  font-weight: 700 !important;;
  font-size: 1.125rem !important;
}

form:not(.hs-form) input[type='submit']:hover,
form .hs-button:hover {
  border-radius: 32px 0px 32px 0px;
}

.header__logo {
  max-width: 72px;
}

.cp_body-wrapper h1 {
  color: #576d7c;
}

button:disabled,
.button:disabled {
  background: #c8c8c8;
}

/** Login **/
.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form label.hs-login-widget-password-label {
  padding-bottom: unset;
  margin-bottom: unset;
}

.systems-page form input#hs-login-widget-password {
  margin-top: 1em;
}

.systems-page form a.hs-login-widget-show-password {
  position: absolute;
  bottom: .85em;
  right: 1.5em;
}

.systems-page form a.hs-login-widget-show-password svg {
  width: 2em;
  height: 2em;
}

@media (max-width: 430px) {
  .systems-page form a.hs-login-widget-show-password {
    bottom: .25em;
    right: 1em;
  }
}

.dnd-section:has(.systems-page){
  padding: 5rem 1rem;
}
@media(min-width: 64rem){
  .dnd-section:has(.systems-page){
    padding: 12.5rem 1rem;
  }
}

/** Customer Dashboard **/
.cp-customer-dashboard a[href='https://www.avisystems.com/customer/past-orders'],
.cp-customer-dashboard a[href='https://www.avisystems.com/customer/membership/manage'],
.cp-ticket-edit a[href='https://www.avisystems.com/customer/past-orders'],
.cp-ticket-edit a[href='https://www.avisystems.com/customer/membership/manage'],
.cp-past-orders a[href='https://www.avisystems.com/customer/past-orders'],
.cp-past-orders a[href='https://www.avisystems.com/customer/membership/manage']{
  display: none;
}

/** Product **/
@media(min-width: 768px) {
  a.button.addons-button {
    margin-left: 1em;
  }
}

/** Cart **/
#cart .button {
  background-color: unset;
  color: #fff;
}

.add-qty-cart{
  border-radius: .25rem !important;
}

.cart-item-list .cart-item:first-child,
.cart-item-list .cart-item{
  box-shadow: 0 0 20px rgba(0,0,0,.15) !important;
  border: none !important; 
  border-radius: 1.125rem !important;
}

.add-qty-cart input{
  box-shadow: .5px solid rgba(0,0,0,.2) !important;
}

.cart-item-list .o--name{
  max-width: 26.25rem;
}

.cart-item-list .o--name strong{
  font-size: 1.5rem !important;
}

.cart-item-cost{
  font-size: 1rem;
  font-weight: 700; 
}

/** Checkout **/
.payment-selection > .span6:first-child {
  display: none;
}

.form-checkout .form-field .payment-box {
  background: #080 !important;
  border-radius: .75rem !important;
}

.form-checkout .form-field .payment-box:before {
  border-color: #080 !important;
}

/* AE Custom Code */
.ae-breadcrumbs{
  padding: 1.25rem 0;
  position: relative;
  z-index: 1;
}

.ae-breadcrumbs-list{
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
  gap: 1.25rem;
}

.ae-breadcrumbs-list-item,
.ae-breadcrumbs-list-item-link{
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

.ae-breadcrumbs-list-item-link:hover,
.ae-breadcrumbs-list-item-link:focus{
  color: #fff;
}

.ae-breadcrumbs-list-item.active{
  font-weight: 700;
}

.ae-breadcrumbs-list-item-separator{
  margin: 0.625rem;
  width: 0.625rem;
  height: 1px;
  background-color: #C92600;
}

/* Buttons */
/* Will need to replace the colors for the theme global variables */

.body-wrapper button,
.body-wrapper .button,
.body-wrapper .hs-button {
  font-family: Stolzl;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s;
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase !important;
  padding: 1rem 2.5rem .875rem 2.5rem !important;
  border-radius: 1.875rem;
  border: 2px solid #008800 !important;
  text-decoration: none;
  background: #fff;
  color: #008800 !important;
  background: #fff !important;
  margin: 0;
}

.body-wrapper button:hover,
.body-wrapper button:focus,
.body-wrapper .button:hover,
.body-wrapper .button:focus,
.body-wrapper .hs-button:hover,
.body-wrapper .hs-button:focus{
  font-family: Stolzl;
  font-weight: 700;
  background-color: #008800 !important;
  color: #fff !important;
  border-radius: 1.875rem !important;
}

.body-wrapper button:has(svg),
.body-wrapper .button:has(svg),
.body-wrapper .hs-button:has(svg){
  display: inline-flex;
  width: auto;
  gap: 0.625rem;
  align-items: center;
}

.body-wrapper .button--primary{
  color: #fff !important;
  font-weight: 700;
  background-color: #008800 !important;
  border-color: #008800 !important;
  color: #fff !important;
}

.body-wrapper .button--primary:hover,
.body-wrapper .button--primary:focus{
  border-radius: 1.875rem;
  background-color: #fff !important;
  color: #008800 !important;
}

.body-wrapper .button--primary:hover svg,
.body-wrapper .button--primary:focus svg{
  fill: #008800 !important;
}

.body-wrapper .button--secondary{
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.body-wrapper .button--secondary:hover,
.body-wrapper .button--secondary:focus{
  background: linear-gradient(90deg, #C92600 0%, #A82400 100%);
  border: 2px solid #C92600;
  border-radius: 1.875rem;
}

.body-wrapper .button--tertiary{
  color: #000;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border: none;
  position: relative;
}

.body-wrapper .button--tertiary:hover,
.body-wrapper .button--tertiary:focus{
  background: none;
  border-radius: 1.875rem;
}

.body-wrapper .button--tertiary::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FA4F21;
  bottom: 5px;
}

.body-wrapper .button--tertiary svg{
  width: 0.625rem;
  height: 0.625rem;
}


.body-wrapper .button--blue{
  background-color: #4657A7 !important;
  border-color: #4657A7 !important;
  color: #fff !important;
}

.body-wrapper .button--blue:hover,
.body-wrapper .button--blue:focus{
  background-color: #fff !important;
  color: #4657A7 !important;
}

.body-wrapper .button--blue:hover svg,
.body-wrapper .button--blue:focus svg{
  fill: #4657A7;
}

.body-wrapper button:disabled,
.body-wrapper .button:disabled,
.body-wrapper .hs-button:disabled {
  opacity: 0.2 !important;
  cursor: default;
}

/* No button */

.body-wrapper .no-button,
.body-wrapper .no-button:hover,
.body-wrapper .no-button:focus,
.body-wrapper .no-button:active {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  color: initial !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  transition: none !important;
  padding: 0 !important;
}


body,
.body-wrapper{
  background-color: #fff !important;
}

.content-wrapper {
  max-width: 90rem;
  width: 100%;
}

.content-wrapper--medium {
  max-width: 105rem;
  width: 100%;
}

.content-wrapper--large {
  max-width: 115rem;
  width: 100%;
}

.dnd-section > .row-fluid{
  max-width: 87.5rem !important;
}


html {
  font-family: Stolzl;
  font-size: 16px;
}

body {
  font-family: Stolzl;
  color: #000;
  background-color: #fff;
}

ul {
  font-size: ;
}


/* Paragraphs */

p {
  font-family: Stolzl;
  color: #000;
  font-size: clamp(1rem, 3vw, 1.125rem);
}

span{
  font-family: Stolzl;
}

/* Anchors */

a {
  font-family: Stolzl;
  color: #000;
}

a:hover,
a:focus {
  color: #008800;
}

a:active {
  color: #008800;
}

hr {

}

/* Headings */

h1,
.h1 {
  font-family: Stolzl;
  font-size: clamp(2.5rem, 4.5vw, 5.125rem) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #000;
}

h2,
.h2 {
  font-family: Stolzl;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

h3,
.h3 {
  font-family: Stolzl;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  text-transform: uppercase;
  color: #000;
}

h4,
.h4 {
  font-family: Stolzl;
  font-size: clamp(1rem, 3vw, 1.25rem);
  text-transform: uppercase;
  color: #000;
}

h5,
.h5 {
  font-family: Stolzl;
  font-size: clamp(1rem, 3vw, 1.25rem);
  text-transform: uppercase;
  color: #000;
}

h6,
.h6 {
  font-family: Stolzl;
  font-size: clamp(1rem, 3vw, 1.25rem);
  text-transform: uppercase;
  color: #000;
}


/* Login, Membership Templates Overrides */
.tab-menu__link:hover,
.tab-menu__link:focus,
.tab-menu__link--active-link,
.tab-menu__link--active-branch{
  color: #fff !important;
  background: #008800 !important;
  border-radius: 1.25rem !important;
  border: 1px solid #008800 !important;
}

.cp-tabs-wrapper .cp-tabs-contents,
.cp-theme-layout-2 .cp-customer-membership-details{
  border-radius: 1.25rem;
}

/* CP Modal Overrides */
@media(max-width: 48rem){
  #related-products.cp-modal .related-products--row{
    flex-wrap: wrap;
    padding: 0 0 2.5rem;
  }
}

@media(max-width: 48rem){
  #related-products.cp-modal .related-products--image-col,
  #related-products.cp-modal .related-products--image-col img{
    max-width: 100%;
  }
}

@media(max-width: 48rem){
  #related-products.cp-modal .related-products--row .related-products--details-col{
    flex: unset;
  }
}

#related-products.cp-modal .related-products--quantity-col .related-products--quantity-increment,
#related-products.cp-modal .related-products--quantity-col .related-products--quantity-decrement{
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

#related-products.cp-modal .related-products--quantity-col .related-products--quantity-increment:hover,
#related-products.cp-modal .related-products--quantity-col .related-products--quantity-increment:focus,
#related-products.cp-modal .related-products--quantity-col .related-products--quantity-decrement:hover,
#related-products.cp-modal .related-products--quantity-col .related-products--quantity-decrement:focus{
  color: #008800 !important;
}

@media(max-width: 48rem){
  #related-products.cp-modal .related-products--quantity-col{
    flex-direction: row !important;
    max-width: 12.5rem;
    order: 1;
  } 
}

@media(min-width: 64rem){
  #related-products.cp-modal .related-products--quantity-col input{
    margin: 0 10px;
  }
}

@media(max-width: 48rem){
  #related-products.cp-modal .related-products--price-col{
    order: 1;
  }
}

/* CP Dashboard Order Confirmation Styling Overrides */
.cp-theme-layout-2 .cp-product-order:hover{
  transition: all 0.4s;
}

.cp-theme-layout-2 .cp-product-order:hover{
  background: #080 !important;
}