.elementor-kit-6{--e-global-color-primary:#FDAB2A;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#05ABBB;--e-global-color-70f0888:#FFFFFF;--e-global-color-c7ebdc6:#F9F4F0;--e-global-color-30c8574:#FF6304;--e-global-color-181a6b7:#F5F5F5;--e-global-color-db830c8:#E7E7E7;--e-global-color-dbe73e5:#F1E6DD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:normal;color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-30c8574 );font-family:"Roboto", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-30c8574 );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-6 label{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:1.8em;}.elementor-kit-6 h2{font-size:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gform-theme--framework  .gform_body .gfield input{
    border-radius: 30px;
    border:none;
}

.gform-theme--framework  .gform_body .gfield textarea {
    border-radius: 30px;
    border:none;
}

.dark .gform-theme--framework  .gform_body .gfield input{
    border-radius: 30px;
    border: solid 1px #000;
}

.dark .gform-theme--framework  .gform_body .gfield textarea {
    border-radius: 30px;
    border: solid 1px #000;
}

.gform-theme.gform-theme--framework.gform_wrapper  .gform_footer.top_label {
    justify-self: end;
}


.gform-theme.gform-theme--framework.gform_wrapper  .gform_footer input.button {
    border-radius: 30px;
    border:none;
    background-color: #000 !important;
    color:#fff;
}


.gform-theme--framework  .gform_body .gfield label , .gform-theme--framework  .gform_body .gfield legend  {
    color:#000;
    font-weight: bold; 
}

.dark .gform-theme--framework     .gform_body .gfield label , .dark .gform-theme--framework   .gform_body .gfield legend  {
    color:#000;
    font-weight: bold; 
}

.swiper-slide-inner{
    max-width: var(--content-width);
}

.customer-type {
	width: 56%;
}

.customer-type ul {
	display:flex;
	padding: 0;
	margin-bottom: 10px;
	gap: 10px;
}

.customer-type ul li {	
	flex: 50% 1 1;
	padding: 0;
	list-style: none;
}

.customer-type ul li button {
	min-width: 100%;
	border: none;
	background: #e7e7e7;
	color: #000;
	font-weight: bold;
}

.customer-type ul li button:disabled {
	background: #ff6304;
	color: #fff;
}

div.elementor-add-to-cart {
    display:flex;
    flex-direction: column-reverse;
}

p.stock {
    margin-top: 10px;
    color: #000 !important;
    display: flex;
    gap: 5px;
    align-items: center;
}

p.stock:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: gray;
    border-radius: 100px;
}

p.in-stock:before {
    background-color: green;
}

p.available-on-backorder:before {
    background-color: red;
}

p.non-stock-item:before {
    background-color: #ff6304;
}

p.short-description{
    color:#000;
}

p.sku{
    color:#000;
}

li.product a img
{
    height:225px !important;
}

@media (max-width: 1024px) 
{
    li.product a img
    {
        height:470px !important;
    } 
}

@media (max-width: 767px) 
{
    li.product a img
    {
        height:140px !important;
    } 
}

.woocommerce-loop-product__buttons{
    width:100%;
}

.product a.add_to_cart_button{
    width:100%;
    text-align: center;
}

.woocommerce-thankyou-order-received{
    font-size: 2rem;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #000;
    font-weight: 600;
}

.woocommerce-thankyou-order-details{
    padding:0 !important;
    color: #000;
}

.woocommerce-table--order-details tr th, .woocommerce-table--order-details tr td{
      color: #000 !important;
}

.woocommerce-customer-details address{
     color: #000 !important;
}

.woocommerce-product-attributes td {
    padding-left: 10px  !important;
}/* End custom CSS */