.elementor-11 .elementor-element.elementor-element-9b420f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-809a0d7{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-11 .elementor-element.elementor-element-3bc7884{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-ef809c0{column-gap:0px;font-family:"akinet", Sans-serif;font-weight:400;color:#000000;}/* Start custom CSS */input{
    border-radius: 25px;
}

select{
    border-radius: 25px;
}
#billing_first_name{
    border-radius: 25px;
}
#billing_last_name{
    border-radius: 25px;
}
#billing_company{
    border-radius: 25px;
}
#billing_country{
    border-radius:25px;
}
#billing_address_1{
    border-radius: 25px;
}
#billing_address_2{
    border-radius: 25px;
}
#billing_city{
    border-radius: 25px;
}

 #billing_state  form .form-row .select2-container ..select2-container{
    border-radius: 25px;
}

#shipping_first_name{
    border-radius: 25px;
}
#shipping_last_name{
    border-radius: 25px;
}
#shipping_company{
    border-radius: 25px;
}
#shipping_country{
    border-radius: 25px;
}
#shipping_address_1{
    border-radius: 25px;
}
#shipping_address_2{
    border-radius: 25px;
}
#shipping_city{
    border-radius: 25px;
}
#shipping_state{
    border-radius: 25px;
}

.woocommerce-checkout .woocommerce-info{
    border-radius: 25px;
}

#order_comments{
    border-radius: 25px;
}
#order_review .shop_table{
    border-radius: 25px;
    margin-bottom: 10px;

}
#payment ul.payment_methods {
    border-radius: 25px;
}
#place_order{
    border-radius: 25px;
    background-color: #35D3EE;
}

-webkit-border-radius: 0;/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'akinet';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://akinet.com.co/wp-content/uploads/2023/02/Raleway-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */