@-moz-document url-prefix(){
	.elementor-location-header .attachment-full.size-full{
		widht:250px !important;
}

}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button svg{
	display:none !important;
}
.tribe-events-c-subscribe-dropdown__button--active{
	border:0px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#chm_gradient h1 {
  background: linear-gradient(to bottom, #fff 0%, #DFCBAE 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff !important;
}

/*HEADER***/
.elementor-sticky--effects#chmheader{
    background: #fff;
    box-shadow: 0 8px 15px 0 rgba(25,29,37,.12)!important;
}
.elementor-sticky--effects#chmheader .elementor-widget-image img{
    width:60%;
}
/**HOME**/
#chmshape{
    border-top-right-radius: 250px;
}


/**WOOCOMMERCE**/
.product-category a{
	border-color:#333;
}
.products .product a.button{
	color:#fff !important;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.elementor-products-grid .product .button,
.woocommerce a.wc-backward{
    color:#fff !important;
	font-size: 16px;
	font-family: "Gilroy", Sans-serif !important;
    fill: var( --e-global-color-3f5d9b4 );
    color: var( --e-global-color-3f5d9b4 );
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-6a08e6d ) 0%, var( --e-global-color-33109d0 ) 100%);
    box-shadow: 0px 4px 10px 0px rgb(231 206 155 / 47%);
    border-radius: 20px 20px 20px 20px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled{
    color:#fff !important;
    font-family: "Gilroy", Sans-serif !important;
    opacity:1;
} 
.woocommerce a.wc-backward:hover{
    color:#fff;
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-accent ) 100%);
}
.woocommerce-info{
    border-color:#3B1C00;
}
.woocommerce-info::before{
    color:#3B1C00;
}
.woocommerce table.shop_table td{
    padding: 9px 15px;
}
.woocommerce-customer-details h2,
.woocommerce-order-details h2{
    font-size:30px;
    font-weight:600;
}
.woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
    

/*****CART********/
.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.elementor-products-grid .product .button, .woocommerce a.wc-backward{
    padding:10px;
    font-weight:700;
}
.woocommerce-checkout input[type=text]{
    padding:0.5rem;
    font-size:18px;
}
.woocommerce-checkout .select2-container .select2-selection--single{
    height:40px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
    padding-top:5px;
    padding-bottom:5px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:7px;
}

.woocommerce-message::after { line-height:1px; }
.woocommerce-checkout .page-header,
.woocommerce-cart .page-header{
    background:#3CA7A2;
    position:relative;
    min-height:240px;
}
.woocommerce-checkout .page-header h1,
.woocommerce-cart .page-header h1{
    background-image: url("../images/Shire-Donuts-Pink-Donut-Smaller.png");
	background-position: 182px -388px;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 240px;
}
.woocommerce-checkout .page-header h1::before,
.woocommerce-cart .page-header h1::before{
    background-image: url("../images/donutclear.png")!important;
	background-position: 182px -488px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	height: 108px !important;
	content: " ";
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -14px;
}
.woocommerce-cart #content,
.woocommerce-checkout #content{
    padding:0px;
}
.woocommerce-checkout .page-header h1::after,
.woocommerce-cart .page-header h1::after{
    content : "-";
    color:#3ca7a2;
    background:url(../images/title_line.png)no-repeat !important;
    display:block;
    margin-top: -35px;
    height:60px;
    background-position:right;
    font-size:5px;
}
.woocommerce-checkout .page-header h1,
.woocommerce-cart .page-header h1{
    color:#fff;
    max-width:1140px;
    margin:0 auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:63px;
}

.woocommerce-checkout .page-content,
.woocommerce-cart .page-content{
    max-width:1140px;
    margin:0 auto;
    margin-top:50px;
    padding-left:20px;
    padding-right:20px;
}
.calculated_shipping h2{
    font-weight:700;
    font-size:28px;
}
.woocommerce button.button{
        font-size: 16px;
    fill: var( --e-global-color-3f5d9b4 );
    color: var( --e-global-color-3f5d9b4 );
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-6a08e6d ) 0%, var( --e-global-color-33109d0 ) 100%);
    font-weight: 700;
    box-shadow: 0px 4px 10px 0px rgb(231 206 155 / 47%);
    border-radius: 20px 20px 20px 20px;
}
.pre_order_donuts .woocommerce-message .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    font-size: 19px;
    fill: var( --e-global-color-3f5d9b4 );
    color: var( --e-global-color-3f5d9b4 );
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-6a08e6d ) 0%, var( --e-global-color-33109d0 ) 100%);
    font-weight: 700;
    box-shadow: 0px 4px 10px 0px rgb(231 206 155 / 47%);
    border-radius: 20px 20px 20px 20px;
}
.pre_order_donuts .woocommerce-message .button:hover,
.woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-accent ) 100%);
    color:#fff;
}
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
}
.woocommerce-cart .shop_table .coupon input{
    width:120px !important;
}
.cart_totals h2{
    font-size:30px;
    font-weight:600;
}
.woocommerce-cart .woocommerce-cart-form__cart-item td.product-remove,
.woocommerce-cart .woocommerce-cart-form__cart-item td.product-thumbnail {
    text-align: center;
}
.woocommerce-cart .woocommerce a.remove {
    width: 100%;
}
.woocommerce-cart .woocommerce a.remove:hover{
    background:transparent !important;
    color:red !important;
}

/**CHECKOUT**/
.woocommerce-checkout h3{
    font-size:30px;
    color:#333;
    font-weight:600;
}
.woocommerce-checkout-payment {
    margin-bottom: 50px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
	border-color:#666666;
}

/**GRAVITY FORM**/
#chmfooter .gform_wrapper.gravity-theme .ginput_complex span{ 
    flex:auto;
}
#chmfooter .name_last,
#chmfooter .name_first{
    padding:0% !important;
}
#chmfooter .name_first{
    margin-bottom:15px;
}


/** Pre Order Form **/
.pre_order_donuts{
	position:relative;
}
.pre_order_donuts button.single_add_to_cart_button.button.alt {
    border: 0px;
}
.pre_order_donuts .field {margin:15px 0 25px;}
.pre_order_donuts .field label{display:block;margin-bottom:10px;}
.pre_order_donuts .field span.description{line-height:1.3em;margin-bottom:10px;display: none;}
.pre_order_donuts .item_selections .field label{font-weight:bold;}
.pre_order_donuts .item_selections_wrap {
	display:none;
}
.pre_order_donuts .item_selections {
	display: flex;
	flex-wrap: wrap;
}
.pre_order_donuts .item_selections .item{
	text-align:center;
	padding: 15px;
    flex: 1 1 25%;
	max-width:25%;
}
.pre_order_donuts .item_selections div.item_count{display:flex;font-size:22px;}
.pre_order_donuts .item_selections input.count{text-align:center;font-size:22px;}
.pre_order_donuts .field_shop{
    background:#fcf1e9;
    padding: 20px !important;
    border-radius: 10px;
    width:100% !important;
}
.pre_order_donuts .field.field_shop .options{
    font-size:28px;
    font-family: "Gilroy", Sans-serif; !important;
     display: inline;
     font-weight:400;
}
.pre_order_donuts .field.field_shop label {
    font-size:28px;
    font-weight:600;
    display: inline-block;
    padding-right:30px;
    margin-top:5px;
     font-family: "Gilroy", Sans-serif; !important;
}
.pre_order_donuts .field{
    width: 50%;
    display: inline-block;
    padding: 0 10px;
}
.pre_order_donuts .field label{
    font-family: "Gilroy", Sans-serif; !important;
    font-size:18px;
    font-weight:600;
}
.pre_order_donuts .field select {
    font-family: "Gilroy", Sans-serif !important;
}
.pre_order_donuts .add_to_cart{
    text-align:right;
    margin-top:25px;
}
.pre_order_donuts .item_selections .field{
    width: auto;
    display: block;
}
.pre_order_donuts .item_selections input.count,
.pre_order_donuts .item_count button {
    border-radius: 0;
}
.pre_order_donuts .item_selections .item_count button{
    background:transparent;
    color:#000;
    border-color: #b2b2b2;
    box-shadow: none;
    border:0px;
}
.pre_order_donuts .item_selections .field label{
    font-size: 20px;
    font-weight: 600;
}
.pre_order_donuts .item_selections .item_count{
    border:1px solid #b2b2b2;
    border-radius:5px;
}
.pre_order_donuts .item_selections .item_count .count{
    border-top:0px;
    border-bottom:0px;
    border-color: #b2b2b2;
}
.pre_order_donuts .item_selections_wrap {
    border-top: 4px solid #faf1e9;
    padding-top: 10px;
    margin-top:30px;
}

.pre_order_donuts .donutpcsw{
	position:relative;
}
.pre_order_donuts .donutpcs{
	display:flex;
	position: sticky;
    width: 100%;
    background: #fff;
    position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 85px;
	align-items: center;
	justify-content: center;
	padding:15px 0;
}
.pre_order_donuts .donutpcs .b,.pre_order_donuts .donutpcs .p{
	width:36px;
	height:36px;
	display:inline-block;
	
	
}
.pre_order_donuts .donutpcs .counter{
	font-size:2em;
	padding:0 0.2em;
	font-weight:700;
}
.pre_order_donuts .donutpcs .b{
	background: url(../images/donut_b.png) no-repeat center center;
	background-size:contain;
}
.pre_order_donuts .donutpcs .p{
	background: url(../images/donut_p.png) no-repeat center center;
	background-size:contain;
}
.pre_order_donuts .woocommerce-message,
.pre_order_donuts .woocommerce-message .button{
    font-family: "Gilroy", Sans-serif !important;
}
/*
.pre_order_donuts .how_many option{
	display:none;
}
*/
.pre_order_donuts .how_many,
.pre_order_donuts .pickup_by,
.pre_order_donuts .pickup_time,
.pre_order_donuts .pickup_day{
    padding: 1rem 1rem;
    border-color:#b2b2b2;
    border-radius:5px;
}

/****EVENT****/
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{
    border-radius:50px;
    font-family:Gilroy, sans-serif;
}
.tribe-events-c-top-bar__nav-list-item button{
    background:transparent !important;
    
}
.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, 
.tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path{
    fill:#333 !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, 
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{
    font-size:16px;
    font-family:Gilroy, sans-serif;
}
.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover,
.tribe-events .tribe-events-c-top-bar__datepicker-button{
    background:transparent !important;
    border-radius:0px;
    font-size:16px !important;
    box-shadow:none !important;
    padding:10px;
    color:#000 !important;
    font-family:Gilroy, sans-serif;
}
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path{
    fill:#000;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
    background:transparent;
    font-family:Gilroy, sans-serif;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
    border-color:#333;
}
.tribe-events-c-subscribe-dropdown__button-text {
    background: transparent !important;
    color: #333 !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    font-family:Gilroy, sans-serif;
}
.tribe-events-c-subscribe-dropdown__button-text:hover{
    font-family:Gilroy, sans-serif !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path{
    fill:#333 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop,
.tribe-events .tribe-events-calendar-month__day-date-daynum{
    font-family:Gilroy, sans-serif;
}
.tribe-events-single h1 {
    font-size: 40px;
    font-family:Gilroy, sans-serif;
    font-weight:600;
}
.tribe-events-single h2{
    font-size:28px;
    font-weight:400;
}
.tribe-events-single .tribe-events-back{
    display:none !important;
}
#tribe-events-pg-template{
    max-width:1140px;
}
.single-tribe_events #chmheader{
    border-bottom:1px solid #e5e5e5;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{
    color:#000;
}
.tribe-events-meta-group-details {
    font-size: 16px;
}
.tribe-events .datepicker .day.active, 
.tribe-events .datepicker .day.active.focused, 
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover, 
.tribe-events .datepicker .month.active, 
.tribe-events .datepicker .month.active.focused, 
.tribe-events .datepicker .month.active:focus, 
.tribe-events .datepicker .month.active:hover, 
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus, 
.tribe-events .datepicker .year.active:hover{
    background:#C72481;
}

/**REPONSIVE**/

@media only screen and (min-width: 1200px) {
    .woocommerce-checkout #content,
    .woocommerce-cart #content{
        max-width:100%;
    }
    .woocommerce-checkout .page-header h1,
    .woocommerce-cart .page-header h1{
        padding-left:20px;
        padding-right:20px;
    }
}

@media only screen and (min-width: 992px) {
    .woocommerce-checkout #content,
    .woocommerce-cart #content{
        max-width:100%;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-checkout #content,
    .woocommerce-cart #content{
        max-width:100%;
    }
}

@media only screen and (min-width: 576px) {
    .woocommerce-checkout #content,
    .woocommerce-cart #content{
        max-width:100%;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-checkout .page-header h1, 
    .woocommerce-cart .page-header h1{
        background-position: 220px -250px;
    }
    .woocommerce-checkout .page-header h1::after,
    .woocommerce-cart .page-header h1::after{
        background-position: right !important;
        width:45%;
    }
}

@media only screen and (max-width: 767px) {
    .pre_order_donuts .item_selections .item{
        flex: 1 1 33%;
        max-width: 33%;
    }
    .pre_order_donuts .item_selections .item_count button{
        font-size:15px;
    }

}
@media only screen and (max-width: 568px) {
    .pre_order_donuts .item_selections .item{
        flex: 1 1 50%;
        max-width: 50%;
    }
    .woocommerce-checkout .page-header h1, 
    .woocommerce-cart .page-header h1{
        background-position: 220px -51px;
    }
    .woocommerce-checkout .page-header h1::after,
    .woocommerce-cart .page-header h1::after{
        background-position: right !important;
        width:55%;
    }
}
@media only screen and (max-width: 480px) {
    .pre_order_donuts .field {
        width: 100%;
        display: block;
        padding: 0;
    }
    .pre_order_donuts .field.field_shop .options,
    .pre_order_donuts .field.field_shop label{
        display:block;
        padding-right:0px;
        margin-top:0px;
        font-size:20px;
    }
    .pre_order_donuts .item_selections_wrap{
        padding-top:20px;
    }
    .pre_order_donuts .wc-forward {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px !important;
    }
    .pre_order_donuts .woocommerce-error::before, 
    .pre_order_donuts .woocommerce-info::before, 
    .pre_order_donuts .woocommerce-message::before{
        top: 4.5em;
    }
    .woocommerce-checkout .page-header h1, 
    .woocommerce-cart .page-header h1{
        background-position: 220px -80px;
    }
}
@media only screen and (max-width: 420px) {
    .pre_order_donuts .donutpcs{
        top:60px;
    }
}
@media only screen and (max-width: 360px) {
    .pre_order_donuts .item_selections .item{
        flex: 1 1 100%;
        max-width: 100%;
    }
}



 



































































/*1*/  