h5{
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 600 !important;
	margin-block-end: 0.6rem !important;
	margin-block-start: 1.5rem !important;
}
.home-banner-wrap{
	position: relative;
}
.home-banner-wrap:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(31, 40, 113, 0.9) 0%, rgba(31, 40, 113, 0.7) 40%, rgba(0, 0, 0, 0.3) 100%);
}
.service-grid-loop .elementor-widget-image img:before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(31, 40, 113, 0.9) 0%, rgba(31, 40, 113, 0.7) 40%, rgba(0, 0, 0, 0.3) 100%);
}
.home-banner-wrap > .elementor-element{
	position: relative;
	z-index: 1;
}
.home-banner-text .elementor-heading-title span{
	color: #92D137;
}
.home-banner-icon-wrap .elementor-widget-heading .elementor-heading-title{
	position: relative;
	padding-left: 24px;
	white-space: nowrap;
}
.home-banner-icon-wrap .elementor-widget-heading .elementor-heading-title:before{
	content:"";
	display: block;
	position: absolute;
	left:0;
	top:-0.5px;
	width: 20px;
	height: 20px;
	background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/CheckIcon.svg') no-repeat center center;
	background-size: 100% auto;
}

.home-gallery-wrap .e-gallery-container{
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	justify-content: center;
}
.home-gallery-wrap .e-gallery-container .e-gallery-item{
	width: calc(20% - 13px);
}
.home-table-wrap .spec-table tr td{
	padding: 5px 0;	
	border: none !important;
	background: transparent;
	width: 144px;
}
.home-table-wrap .spec-table tr td,
.home-table-wrap .spec-table tr td strong{
	font-weight: 400;
	color: #000;
}
.home-table-wrap .spec-table tr td:not(:first-child){
	padding-left: 24px;
	color: #4D4D4D;
	width: auto;
}

.home-tab-custom-wrap .e-n-tabs{
	align-items: center;
}
.home-tab-custom-wrap .e-n-tabs .e-n-tabs-heading{
	border: 2px solid #1F2871;
	border-radius: 100px;
	padding: 4px;
}
.home-tab-custom-wrap .e-n-tabs .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]){
	background: transparent !important;
	color: #1F2871 !important;
}
.home-tab-custom-wrap .e-n-tabs .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]):hover{
	background: rgba(31, 40, 113, 0.08) !important;
}

.inner-banner:before{
    content:"";
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(31, 40, 113, 0.9) 0%, rgba(31, 40, 113, 0.7) 40%, rgba(0, 0, 0, 0.3) 100%);
}

@media (min-width:992px){
	.home-solar-wrap{
		position: relative;
	}
	.home-solar-wrap .home-solar-image{
		position: absolute;
		top: 0;
		right: 0;
		width: 50vw;
		height: 100%;
		overflow: hidden;
	}
	.home-solar-wrap .home-solar-image .elementor-widget-image{
		height: 100%;
	}
	.home-solar-wrap .home-solar-image img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
	}
}

/*contact form*/
.contact-form-main-wrap .form-group-field .form-input-field {
    width: 50%;
}
.contact-form-main-wrap .form-group-field {
    display: flex;
    gap: 30px;
}
.contact-form-main-wrap .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.contact-form-main-wrap p {
    margin-bottom: 20px;
}
 
.contact-form-main-wrap p label {
    color: #4A5565;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.contact-form-main-wrap .field-names .form-control{
	border:1px solid #D3D8DD!important;
	border-radius:8px!important;
	height:50px;
}

.contact-form-main-wrap .field-names textarea.form-control {
    height: 186px;
    resize: none;
}

.elementor-shortcode .wpcf7 .wpcf7-form .contact-form-main-wrap .contact-submit .submit_btn {
    width: 100%;
    background: #92D137;
    color: #000000;
}




.step-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    counter-reset: item;
}

.step-boxes:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/line-2.svg') repeat-x center center;
    z-index: 0;
}

.step-boxes .step-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    padding: 0 16px 16px 16px;
    text-align: center;
    counter-increment: item;
    width: 254px;
    max-width: calc(25% - 44px);
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: none;
    margin-top: 40px;
}

.step-boxes .step-box:before {
    content: counter(item);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 2px solid #92D137;
    border-radius: 100px;
    color: #92D137;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    background-color: #fff;
    margin-top: -30px;
    transition: 500ms;
}
.step-boxes .step-box.active{
    border-color: #92D137;
    box-shadow: 0 0 1px 1px #92D137;
}
.step-boxes .step-box.active:before{
    background-color: #92D137;
    color: #fff;
}
.step-boxes .step-box.completed:before{
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/line-check.svg') no-repeat center center;
    background-color: #92D137;
    font-size: 0px;
}
.step-boxes .step-box .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 86px;
    background-color: #EDF9DC;
    border-radius: 100px;
    margin-top: 18px;
}

.step-boxes .step-box .icon img {
    display: block;
    width: 36px;
    height: auto;
}

.step-boxes .step-box h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 26px 0 0 0;
}

.step-boxes .step-box p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #636363;
    margin: 10px 0 0 0;
}




.step {
    display: none;
}

.step.active {
    display: block;
}
.step-form-container{
    display: block;
    margin: 36px 0 0 0;    
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    padding: 34px;
}
.step-form-box{
    display: block;
}
.step-form-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.step-form-head > img{
    display: block;
    width: 318px;
    margin-left: auto;
}
.step-form-head .left-side{
    display: flex;
    flex-flow: column;
    gap: 6px;
}
.step-form-head h2{
    margin: 0 !important;
}
.field-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.field-colm{
    display: block;
    float: left;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding: 0 8px 20px 8px;
}
.field-colm.half{
    max-width: 50%;
    flex: 0 0 50%;
}
.field-colm.full{
    max-width: 100%;
    flex: 0 0 100%;
}
.field-title{
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.field-title span{
    display: block;
    width: 100%;
    color: #636363;
    font-size: 14px;
    line-height: 24px;
    margin: 4px 0 0 0;   
}
.field{
    display: block;
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #D5D5D8 !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    height: 60px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    transition: 400ms !important;
    box-shadow: none !important;
}
select.field{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/down-arrow.svg') no-repeat right 16px center !important;
    background-size: 14px auto !important;
    padding-right: 42px !important;
}
textarea.field{
    height: 174px !important;
    resize: none;
}
.field:focus{
    border-color: #92D137 !important;
    outline-color: #92D137 !important;
    box-shadow: 0 0 1px 1px #92D137 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.with-val{
    position: relative;
}
.with-val .val-txt{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 60px;
    border-left: 1px solid #D5D5D8;
    font-size: 16px;
    line-height: 20px;
}
.with-val .field{
    padding-right: 60px !important;
}
.field-upload{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.field-upload input{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400%;
    height: 800px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.up-box{
    display: flex;
    align-items: center;
    background-color: #F9FFF0;
    border: 1px dashed #92D137;
    border-radius: 8px;
    padding: 24px;
    min-height: 200px;
    position: relative;
}
.up-box:before{
    /* content: "";
    display: block;
    position: absolute; */
    top: 6px !important;
    right: 6px !important;
    transform: inherit !important;
    /* width: 24px;
    height: 24px;
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/line-check.svg') no-repeat center center;
    background-size: 10px auto;
    background-color: #92D137;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: 400ms; */
}
.up-box img{
    display: block;
    width: 72px;
    height: auto;
}
.up-box .txt-sec{
    display: block;
    width: calc(100% - 72px);
    padding: 0 0 0 24px;    
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.up-box .txt-sec span{
    color: #6DAA15;
}
.up-box .txt-sec small{
    display: block;
    color: #636363;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.field-upload input.uploaded ~ .up-box:before{
    opacity: 1;
    visibility: visible;
}
.field-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}
.site-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    background: transparent;
    border: 2px solid #1F2871;
    border-radius: 8px;
    color: #1F2871;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 16px;
    min-width: 160px;
}
.site-btn:hover,
.site-btn:focus,
.site-btn:active{
    background-color: rgba(31, 40, 113, 0.05) !important;
    color: #1F2871 !important;
}
.site-btn.fill{
    color: #000;
    background-color: #92D137;
    border-color: #92D137;
}
.site-btn.fill:hover,
.site-btn.fill:focus,
.site-btn.fill:active{
    background-color: #aaf144 !important;
    border-color: #aaf144 !important;
}
.site-btn:disabled{
    opacity: 0.5;
}
.site-btn.min-300{
    min-width: 300px;
}
.radio-options{
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.radio-options > label{
    display: inline-flex;
    margin: 8px;
    max-width: calc(33.333333% - 16px);
    flex: 0 0 calc(33.333333% - 16px);
    position: relative;
}
.radio-options > label input{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.radio-options > label .txt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #D5D5D8;
    border-radius: 8px;
    padding: 8px 42px 8px 16px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: 400ms;
    position: relative;
    transition: 400ms;
}
.radio-options > label .txt:after,
.up-box:before{
    content: "";
    display: block;
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/line-check.svg') no-repeat center center;
    background-size: 12px auto;
    background-color: #92D137;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    transition: 400ms;
    opacity: 0;
    visibility: hidden;
    box-shadow: none;
}
.radio-options > label input:checked ~ .txt{
    border-color: #92D137;
    box-shadow: 0 0 1px 1px #92D137;
}
.radio-options > label input:checked ~ .txt:after{
    opacity: 1;
    visibility: visible;
}

.radio-options > label input[type='checkbox'] ~ .txt{
    padding-right: 16px;
    padding-left: 46px;
}
.radio-options > label input[type='checkbox'] ~ .txt:after,
.radio-options > label input[type='checkbox'] ~ .txt:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/check-box.svg') no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: auto;
    left: 16px;
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
    transition: 400ms;
}
.radio-options > label input[type='checkbox'] ~ .txt:after{
    background: url('https://trading-centre.twebexponent.co.uk/wp-content/uploads/2026/07/check-box-checked.svg') no-repeat center center;
    opacity: 0;
    visibility: hidden;
}
.radio-options > label input[type='checkbox']:checked ~ .txt:after{
    opacity: 1;
    visibility: visible;
}
.radio-options > label input[type='checkbox']:checked ~ .txt:before{
    opacity: 0;
    visibility: hidden;
}

.elementor-pagination{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.elementor-pagination .page-numbers{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #92D137;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #92D137;
}
.elementor-pagination .page-numbers:hover, .elementor-pagination .page-numbers.current{
    background: #92D137;
    color: #fff;
}

/* user account */
nav.woocommerce-MyAccount-navigation {
	padding-left: calc((100% - 1400px) / 2);
	margin-top: 50px;
	position: sticky;
	top: 10px;
	margin-bottom: 50px;
}
nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	border: 1px solid #d7d7d7;
	padding: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
	padding: 10px;
	text-align: center;
	color: var(--dark-blue);
	display: block;
	transition: 0.3s all;
	background: #fef9f1;
	text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
	background: #fff;
	color: #92D137;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #92D137 !important;
	color: #fff !important;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
	padding-right: calc((100% - 1400px) / 2);
	margin-top: 50px;
	margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #92D137;
	text-decoration: underline;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
	padding: 16px;
	border: 1px solid #d7d7d7;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address a.edit {
	background: #92D137;
	color: #fff;
	padding: 8px 20px;
	text-decoration: none;
}
.woocommerce-address-fields input {
	width: 100%;
	padding: 14px;
	border: 1px solid #d7d7d7;
}
.woocommerce-address-fields span.select2-selection.select2-selection--single {
	height: 50px;
	padding: 8px;
	border-radius: 0;
	border: 1px solid #d7d7d7;
}
.woocommerce-address-fields button {
	width: 100%;
	height: 50px;
	background: #92D137 !important;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	font-weight: 400 !important;
	letter-spacing: 2px;
	margin-top: 30px !important;
}
form.woocommerce-EditAccountForm.edit-account input {
	width: 100%;
	padding: 14px;
	border: 1px solid #d7d7d7;
}
form.woocommerce-EditAccountForm.edit-account button {
	width: auto !important; margin: 0 !important;
    height: 40px !important;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
	a {
	color: #92D137;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
	background: #92D137;
	color: #fff !important;
	border-radius: 0;
}

.woocommerce-mini-cart__empty-message{
    text-align: center !important;
}
.wc-block-components-product-name{
    color: #92D137 !important;
}

#customer_login input,
form.woocommerce-ResetPassword.lost_reset_password input {
    width: 100%;
    padding: 14px;
    border: 1px solid #d7d7d7;
}
#customer_login input[type="radio"] {
    width: auto;
    transform: translate(0px, 1px);
}
form.woocommerce-ResetPassword.lost_reset_password {
    border: 1px solid #d7d7d7;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    width: 100%;
}
#customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
#customer_login button.woocommerce-button.button.woocommerce-form-login__submit,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    width: 100%;
    background: #92D137;
    color: #fff !important;
    text-transform: uppercase;
    border: 0;
    transition: 0.3s all;
    letter-spacing: 2px;
    font-weight: 400;
    border-radius: 0;
    height: 45px;
    margin-top: 20px;
}
#customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
#customer_login button.woocommerce-button.button.woocommerce-form-login__submit:hover,
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover {
    background: #000;
}
#customer_login
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input {
    width: auto;
}
#customer_login p.woocommerce-LostPassword.lost_password a {
    color: var(--dark-blue);
}
form.woocommerce-ResetPassword.lost_reset_password {
    width: 100%;
    max-width: 700px;
    padding: 15px;
    margin: 100px auto 60px;
}

.woocommerce-cart [type=submit], button {border: 1px solid #33B3D0; color: #33B3D0;}
.woocommerce-cart [type=submit], button:hover {background-color: #F69001; color: #fff;}

.woocommerce-cart, .woocommerce-checkout{background: #F8F6F2;}
.woocommerce-cart .site-main, .woocommerce-checkout .site-main{max-width: 1310px !important; padding: 20px 15px 0;margin-top:120px;}
.woocommerce-cart .site-main .alignwide{margin-inline: 0px;}
.woocommerce-cart .page-header .entry-title, .woocommerce-checkout .page-header .entry-title{max-width: 1410px !important;}
.woocommerce-cart .wc-block-cart__submit-button{background-color: #92D137; color: #fff; text-decoration: none;}
.woocommerce-cart .wp-block-woocommerce-product-new{margin-top: 50px; margin-bottom: 50px;}
.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__products{gap: 25px; margin: 16px;}

.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product.wc-block-grid__product {
    width: calc((100% - 75px) / 4); border-radius: 10px; padding: 20px; flex: auto; max-width: inherit;
    background: #ffffff; box-shadow: 0 0 10px 0 #f1f1f1; display: flex; flex-direction: column;
}
.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product.wc-block-grid__product 
.wc-block-grid__product-add-to-cart{
    margin-top: auto; margin-bottom: 0; width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product.wc-block-grid__product 
.woocommerce-cart .wc-block-grid__products .wc-block-grid__product-image img{max-height: 200px;}

.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product-link{
    color: #0A0A0A !important; font-family: "Inter", Sans-serif;
    font-size: 18px; text-decoration: none;
}
.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product-link .wc-block-grid__product-title{
    font-weight: 500;
}
.woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product-price .woocommerce-Price-amount{
    color: #272727; font-family: "Inter", Sans-serif;
    font-size: 26px; font-weight: 700;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
    margin-right: 2.5283018868%; padding: 25px;
    width: 62%; background: #fff; border: 1px solid #92D137;
    border-radius: 10px;
}
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{
    font-size: 14px !important; font-family: "Inter", Sans-serif; margin-bottom: 10px; color: #6C6C6C;
}

.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    font-size: 18px; color: #000; font-family: "Inter", Sans-serif;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
    font-size: 24px; color: #000; font-weight: 700; opacity: 1; margin-top: -5px;
}


.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th{border-top: 0px; font-size:24px; font-family: "Inter", Sans-serif;} 
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    font-size: 18px; font-family: "Inter", Sans-serif; color: #000 !important; text-decoration: none;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price{
    font-size: 18px; font-family: "Inter", Sans-serif; color: #000 !important; font-weight: 700;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title{
    font-size: 24px;
    font-family: "Inter", Sans-serif;
}

.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar{
    background: #fff; border: 1px solid #92D137; border-radius: 10px; padding: 25px;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container{
    text-align: center;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-components-button{
    font-weight: 700; font-size: 14px; font-family: "Inter", Sans-serif; height: 60px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit 
.wc-block-components-button .wc-block-components-button__text{position: relative; padding-right: 16px;}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit 
.wc-block-components-button .wc-block-components-button__text:after{
    content: '';
    position: absolute; right: 0; top: 50%;
    width: 8px; height: 12px;  transform: translateY(-50%);
    background: url(/wp-content/themes/hello-elementor-child/assets/images/w-right-arrow.svg) no-repeat center center;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
    border: 0px;
}

.wc-block-components-sidebar-layout{margin-bottom: 50px !important;}

.woocommerce-cart .wc-block-cart__submit-button{border-radius: 10px;}

.woocommerce-checkout .wc-block-components-button:not(.is-link){
   color: #ffffff;
   background-color: #92D137;
}
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover{
   color: #fff;
   background-color: #000000;
}

/* thank you page */
.woocommerce-order{
    padding: 0 !important;
    max-width: 800px !important;
    margin: 50px auto !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #fef9f1;
    text-align: center;
    padding: 40px 10px;
    border-radius: 10px;
    color: #92D137;
    margin-bottom: 40px;
    font-size: 20px;
    border: 1px solid #92D137;
}
address {
    font-family: "Outfit", sans-serif;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
    color: #92D137;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.woocommerce-order-received h1{text-align: center; margin-top: 30px;}
.woocommerce-order{margin: 50px 0;}

.products-loop-achieve-wrap .products .product{
 display: flex !important;
    flex-flow: column !important;
    gap: 24px;
 border: 1px solid #D5D5D8;
 border-radius: 8px;
 padding: 20px 15px !important;
 box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.products-loop-achieve-wrap .products .product .attachment-woocommerce_thumbnail{
 aspect-ratio: 48 / 53;
    object-fit: contain;
    object-position: bottom center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.products-loop-achieve-wrap .products .product .price{
 color: #a2d631 !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700 !important;
    margin: 6px 0 0 0;
}
.products-loop-achieve-wrap .products .product .button,
.products-loop-achieve-wrap .products .product .added_to_cart,
.custom-product-loop-wrap .add_to_cart_button,
.custom-product-loop-wrap .added_to_cart{
 display: block;
 background: transparent;
 width: 100%;
 text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #92D137;
    border: 1px solid #92D137;
    border-radius: 8px;
 padding: 10px 14px;
 transition: 400ms;
 margin-top: auto !important;
}
.products-loop-achieve-wrap .products .product .button:hover,
.products-loop-achieve-wrap .products .product .added_to_cart:hover,
.custom-product-loop-wrap .add_to_cart_button:hover,
.custom-product-loop-wrap .added_to_cart:hover{
 border-color: #000;
 color: #000;
}
.products-loop-achieve-wrap .products .product .button:has(~ .added_to_cart),
.custom-product-loop-wrap .add_to_cart_button:has(~ .added_to_cart){
 display: none;
}

/* css added 2.9.2026 */
.woocommerce-notices-wrapper:has(.woocommerce-message) {
    position: absolute;
    z-index: 9;
    top: 91px;
    width: 100%;
}
body:has(.woocommerce-notices-wrapper .woocommerce-message) .product {
    margin-top: 90px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 19px;
    gap: 12px;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 60px;
    border: 1px solid #92D137;
    border-radius: 6px;
    overflow: hidden;
}
.woocommerce table.shop_attributes td {
    padding: 8px;
}

.custom-product-loop-wrap .elementor-widget-wc-add-to-cart {
    margin-top: auto !important;
}

@media only screen and (max-width: 768px){
	    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
        margin-right: 0; width: 100%; margin-bottom: 20px; padding: 15px;
    }

    .woocommerce-cart .wc-block-components-sidebar,
    .woocommerce-checkout .wc-block-components-sidebar{width: 100%; padding: 15px !important;}    

    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
    .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price{
        font-size: 16px;
    }
    .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .woocommerce-notices-wrapper:has(.woocommerce-message) {
        top: 74px;
    }
}

@media only screen and (max-width: 580px){   
 .woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__products{
        margin: 0 15px;
    }
    .woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product.wc-block-grid__product{
        width: calc((100% - 25px) / 1); margin: 0px;
	}
}