html{
    scroll-behavior: smooth !important;
}

/* .btn-primary {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
    color: #000000 !important;
    display: table !important;
    padding: 16px 45px !important;
    border: 1px solid #062601 !important;
    background-color: transparent !important;
} */
.product-box .btn-primary {
    padding: 16px 50px !important;
    margin: 0 auto !important;
}
.btn-primary:hover {
    background: #062601 !important;
    color: #fff !important;
}
.btn-secondary {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
    color: #fff !important;
    display: table !important;
    padding: 15px 30px !important;
    background: #062601 !important;
    border: 1px solid transparent !important;
}
.btn-secondary:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

header {
    position: fixed !important;
    background-color: #fff !important;
}

/*video style*/
.hero-block.hero-video {
    height: 758px;
    /* height: calc(100vh - 105px); */
    padding: 0 !important;
    min-height: 100%;
}
/* .hero-block.hero-video {
    height: calc(100vh - 105px);
    padding: 0 !important;
    min-height: 100%;
} */

.hero-block.hero-video video {
    width: 100%;
	/* height: 100%; */
    height: 758px;
    /* height: calc(100vh - 105px); */
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.hero-block.hero-video .hero_content {
    position: absolute;
    top: 153px;
    left: 180px;
    z-index: 1;
}

.hero-video.hero-block:before {
    background-image: unset;
}

.hero-wrp.hero-video .container {
    padding: 0;
}

.hero-home .hero-bottom-info {
    padding: 0 12px;
}

.hero-bottom-info {
    padding: 0;
}



/*video style end*/
/*==========28/03/2023=========*/
.woocommerce .woocommerce-ordering select {
    padding: 10px;
    font-size: 15px;
    line-height: 19px;
    background-color: transparent !important;
    height: 40px;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0 ,0.3);
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/down-ic.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

.product-box .btn-primary {
    position: absolute !important;
    bottom: 20px;
    left: 50% !important;
    transform: translate(-50%, 0);
    padding: 16px 20px !important;
    margin: 0 auto !important;
    max-width: 201px;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

/* .equipment-product-block ul li {
    display: flex;
    flex-direction: column;
} */

.equipment-product-block ul {
    align-items: unset;
  
}

.equipment-product-block .product-box {
    height: calc(100% - 20px);
    padding: 30px 30px 80px 30px;
    position: relative;
}

.single-product .qib-container {
    display: none !important;
}

 .mower-product-wrp .mower-product-dt .product-detail-discretion-wrp .accordion .accordion-item {
    margin: 0 0 28px;
}

.product-detail-discretion-wrp .prd-description {
    margin: 0;
    border: none;
}

.mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations {
    padding: 0 !important;
}

.mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {
    background-color: transparent;
    border: 1px solid #909090;
    color: #909090;
    max-width: 203px;
    width: 100%;
    padding: 16px 14px;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    width: 202px;
}

.mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation.woovr-variation-active {
    /* box-shadow: 0 0 0 2px #062601; */
    /* border-color: transparent; */
    color: #062601;
    box-shadow: none;
    border-color: #062601;
}

.mower-product-block .mower-product-dt .product-bottom-info .woovr-variation-radio .woovr-variation-name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mower-product-block .mower-product-dt .product-bottom-info .woovr-variation-availability {
    display: none !important;
}

.mower-product-block .mower-product-dt .product-bottom-info .woovr-variation-radio .woovr-variation-selector {
    display: none;
}

.product-detail-discretion-wrp .product-bottom-info h3 {
    margin: 0 0 28px;
}

.mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary {
    height: auto !important;
}

.mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: flex-end;
    margin: 40px 0 0 0;
}

.mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap .single_variation {
    display: inline-block;
    font-size: 55px;
    line-height: 56px;
    margin: 0 20px 0 0;
    font-weight: 300;
}

.mower-product-block .mower-product-dt .product-bottom-info > .price {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 18px;

    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-family: 'rotalight';
    color: #000000;
}

.mower-product-block .mower-product-dt .product-bottom-info > .price ins {
    font-family: 'rotalight';
    font-weight: 300;
    color: #56bf2a;
}

.mower-product-block .mower-product-dt .product-bottom-info > .price del {
    font-size: 30px;
    line-height: 28px;
    color: #787878;
    margin-top: 10px;
}

.product-detail-discretion-wrp .accordion-body ul {
    margin: 0 0 40px;
    border-bottom: 1px solid #062601;
    padding-bottom: 30px;
}

.equipment-product-block .product-box a.wc-forward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    margin-bottom: 10px;
}

.mower-product-dt .product-detail-discretion-wrp .product-bottom-info .btn-secondary {
    height: auto !important;
    margin: 0 !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.cart-order .order-box .coupon .btn-group .input-text {
    max-width: 176px !important;
    width: 100% !important;
    margin-right: 12px;
    background-color: #F3F3F3 !important;
    color: #909090;
}

.cart-order .order-box .coupon .btn-group .input-text:hover {
    background: #F3F3F3 !important;
    color: #909090 !important;
}

.cart-order .order-box .coupon .btn-group .btn-primary {
    padding: 16px 28px !important;
    background-color: #fff;
}

.cart-order .order-box .coupon .btn-group .btn-primary:focus-visible {
    outline: none !important;
}

.woocommerce-shipping-methods {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #cac9c9;
}

.woocommerce-shipping-methods .form-checkbox label {
    align-items: flex-start !important;
    font-size: 18px;
    font-weight: 400;
}

.woocommerce-shipping-methods .form-checkbox {
    margin-bottom: 10px;
}

.billing-form .delivery-method .form-checkbox {
    margin-bottom: 10px;
}

.cart-order .order-box ul li h4 span {
    font-weight: 400;
    font-size: 25px;
    display: inline-block !important;
}

.cart-order .order-box ul li h5 span {
    display: inline-block !important;
}

.cart-order .order-box ul li h5 {
    margin: 0;
}

.cart-order .order-box .coupon {
    border-bottom: 1px solid #062601;
    padding: 0 0 34px 0;
}

.cart-order .order-box .woocommerce-shipping-methods {
    padding: 20px 0 10px 0 !important;
}

.cart-order .order-box .wc-proceed-to-checkout .btn-secondary {
    max-width: 202px;
    width: 100%;
}

.order-box .woocommerce-shipping-calculator .shipping-calculator-button {
    font-size: 16px;
    color: #000;
    line-height: 18px;
}

.woocommerce-shipping-methods .form-checkbox input:checked + label:after {
    top: 4px !important;
    left: 10px !important;
    width: 6px !important;
    height: 14px !important;
}

.woocommerce-shipping-methods .form-checkbox label:before {
    width: 22px !important;
    min-width: 25px !important;
    height: 24px !important;
    margin-right: 22px !important;
}

.woocommerce-shipping-destination {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 18px;
}

.cart_totals  .woocommerce-shipping-calculator {
    padding: 0 0 6px 0;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.shipping-calculator-form .select2-selection__rendered {
    padding: 5px 8px!important;
}
.shipping-calculator-form .form-row input.input-text {
    padding: 10px !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.shipping-calculator-form .form-row input.input-text::placeholder {
    color: #444;
}

.shipping-calculator-form .wp-element-button {
    background-color: #062601 !important;
    border: 1px solid #062601 !important;
    color: #fff !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.shipping-calculator-form .wp-element-button:hover {
    background-color: #fff !important;;
    color: #062601 !important;
}

.product-detail-discretion-wrp .product-bottom-info .btn-primary {
    padding: 16px 6px !important;
    margin: 11px 0 11px auto;
}

/*checkout page*/
.billing-form .woocommerce-billing-fields {
    padding: 0 13px;
}

.woocommerce-shipping-fields .shipping_address .form-row,
.billing-form .billing-data-block .form-row input.input-text,.billing-form .billing-data-block .form-row textarea {
    border: none !important;
}

.woocommerce-shipping-fields .shipping_address .form-row .input-text {
    border: none !important;
}

.billing-form .woocommerce-shipping-fields .woocommerce-form__label span {
    position: relative;
    display: flex;
    align-items: center;
}

.billing-form .woocommerce-shipping-fields .woocommerce-form__label span::before {
    content: "";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px solid #062601;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    display: block;
}

.billing-form .woocommerce-shipping-fields  .woocommerce-form__label .input-checkbox:checked + span::after  {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #062601;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.woocommerce-shipping-fields .input-checkbox {
    display: none;
}

.delivery-method .payment-method #payment div.payment_box {
    background: transparent;
    padding: 0;
}

.delivery-method .payment-method #payment label,
.delivery-method .payment-method #payment div.payment_box p {
    font-family: 'Rota';
    font-size: 20px;
    line-height: 23px;
    color: #000 !important;
}

.delivery-method .payment-method #payment div.payment_box::before {
    display: none;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row {
    padding: 15px 17px 16px 17px !important;
    margin: 0 0 30px 0 !important;
    border: 1px solid #062601 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state,
.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country {
    border: none !important;
    padding: 0 !important;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country .select2-container--default .select2-selection--single{
    padding: 15px 17px 16px 17px !important;
    margin: 0 0 0 0 !important;
    border: 1px solid #062601 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 25px;
    font-size: 20px !important;
    font-weight: 400;
    color: #909090 !important;
    height: auto !important;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.col-half {
    width: 48.5%;
    height: 100%;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .row {
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row .woocommerce-input-wrapper .input-text,
.woocommerce-billing-fields__field-wrapper .billing-data-block .form-row .woocommerce-input-wrapper .input-text::-webkit-input-placeholder{
    font-size: 20px !important;
    font-weight: 400;
    color: #909090 !important;
    height: auto !important;
    outline: none !important;
}

.order-list h5 span {
    display: inline-block !important;
}

.billing-form .woocommerce-shipping-fields .woocommerce-form__label span {
    font-size: 20px !important;
    line-height: 22px !important;    
}

.woocommerce-shipping-fields .shipping_address .form-row {
    padding: 10px 14px 10px 14px !important;
    margin: 0 0 20px 0 !important;
    border: 1px solid #062601 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .thwcfd-field-state .select2-container .select2-selection--single,
.shipping_address .woocommerce-shipping-fields__field-wrapper .thwcfd-field-country .select2-container .select2-selection--single {
    border: none !important;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper .thwcfd-field-state
.select2-container--default .select2-selection--single .select2-selection__rendered ,
.shipping_address .woocommerce-shipping-fields__field-wrapper .thwcfd-field-country
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.woocommerce-additional-fields .form-row .input-text {
    padding: 16px !important;
}

.woocommerce-additional-fields .form-row ::-webkit-input-placeholder {
    font-size: 16px;
}

.billing-form .delivery-method {
    margin-top: 40px;
}

.delivery-method .payment-method .woocommerce-checkout-payment {
    background: #fff !important;
}

.cart-box ul li .input-text {
    border-color: #000 !important;
    font-size: 20px !important;
}

.cart-box ul li .qib-container button {
    background-color: #fff !important;
    font-size: 35px !important;
    border-color: #000 !important;
}

.cart-box ul li .qib-container button:focus-visible,
.cart-box ul li .qib-container button:focus {
    outline: none !important;
    border: 1px solid #000 !important;
}

.cart-box ul li .qib-container .minus.qib-button {
    border-right: none !important;
}

.cart-box ul li .qib-container .plus.qib-button {
    border-left: none !important;
}

footer .foot-logo .btn-primary {
    border-color: #fff !important;
    color: #fff !important;
}

footer .foot-logo .btn-primary:hover {
    background-color: #fff !important;
    color: #062601 !important;
}

.woocommerce-privacy-policy-text a {
    display: inline-block;
    color: #000;
}

.woocommerce-privacy-policy-text {
    font-family: 'Rota';
    font-size: 20px;
    line-height: 22px;
}

.delivery-method .woocommerce-checkout #payment ul.payment_methods li img {
    margin-top: 10px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    color: #000;
    display: inline-block;
    font-weight: 500;
}

.woocommerce-privacy-policy-text a:hover {
    color: #515151;
}
.payment-method .form-row.woocommerce-invalid label {
    color: #000 !important;
}

.payment-method .woocommerce-terms-and-conditions-checkbox-text {
    position: relative;
    padding: 0 0 0px 50px;
}

.payment-method .woocommerce-terms-and-conditions-checkbox-text::before {
    content: "";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    width: 27px;
    height: 27px;
    border: 1px solid #062601;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    display: block;
    position: absolute;
    top: -4px;
    left: 0px;
}

.payment-method .input-checkbox:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    width: 5px;
    height: 13px;
    border: solid #062601;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.payment-method .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox {
    display: none;
}

.woocommerce-error {
    border-top-color: #062601;
}

.woocommerce-error::before {
    color: #062601;
}

.order-list .order-list-box ul li h3 {
    justify-content: space-between;
}

.order-list .order-list-box ul li h3 span {
    display: inline;
}

.order-list .order-list-box ul li h3 > span {
    text-align: right;
    flex: 0 0 75px;
    max-width: 75px;
    width: 100%;
    margin-left: 15px;
}

.woocommerce-message {
    border-top-color: #062601;
    background: transparent;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    color: #062601 !important;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
    background: #062601 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    border: 1px solid #062601 !important;
}

.woocommerce-notices-wrapper .woocommerce-message .wp-element-button:hover {
    background: #fff !important;
    color: #062601 !important;
    border: 1px solid #062601 !important;
}

.cart-block .cart-box ul li {
    margin-right: 0;
}

.cart-box .product-dt h3 {
    width: 320px;
    /* width: 100%; */
}

.cart-block table.shop_table {
    border: none !important;
    width: auto !important;
    margin: 0 !important;
}

.cart-block .wp-element-button {
    border: 1px solid #062601 !important;
    background-color: transparent !important;
    color: #000 !important;
    padding: 19px 20px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    width: 202px !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.cart-block .wp-element-button:hover {
    background-color: #062601 !important;
    color: #fff !important;
}

.cart-block table.shop_table td {
    padding: 0 !important;
}

.cart-block .cart-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0 0;
}

.cart-block .cart-btns .btn-primary {
    margin: 0 !important;
    max-width: 202px;
    width: 100%;
    padding: 16px 33px !important;
}

.woocommerce-shipping-calculator .shipping-calculator-form .form-row {
    padding: 0 !important;
    margin: 0 0 16px !important;
}

.order-list .order-list-box ul li .box-img img {
    max-height: 100px;
}

.cart-box .product-img img {
    max-width: 192px;
    max-height: 146px;
    margin: 0 auto;
    object-fit: contain;
}

.product-bottom-info .stock.out-of-stock {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.mower-product-dt .simple-pro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.mower-product-block .simple-pro .btn-secondary {
    margin-left: 0 !important;
    height: auto !important;
    width: 202px;
}

.mower-product-block .simple-pro .price {
    margin: 0 !important;
    font-size: 55px !important;
    line-height: 56px !important;
    font-weight: 300 !important;
    margin: 0 0 5px 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    color: #e1a604;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 18px;
    font-weight: 500;
}

.single-product .equipment-product-block .product-box .box-img img {
    max-height: 200px;
    object-fit: contain;
}

.woocommerce-NoticeGroup {
    padding: 0 0 20px 0;
}

.cart-box .quantity .qty {
    outline: none !important;
}

.cart-box .quantity .qty:focus {
    border-color: #cac9c9;
    border-left: none !important;
    border-right: none !important;
    border-width: 1px !important;
}

.product-dt .btn-arrow {
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    color: #000;
    display: block;
    margin: 10px 0 0 0;
}

.product-dt .btn-arrow:hover {
    color: #56bf2a;
}

.product-detail-discretion-wrp .accordion .accordion-item .accordion-body p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}

.equipment-product-wrp .equipment-title .woocommerce-ordering {
    margin: 0;
}

.zi_product_landing_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zi_product_landing_block ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 60px;
}

/* .zi_product_landing_block ul li {
   
} */

.product-bottom-info .zi_product_landing_block ul li {
    margin: 0 10px 0 0 !important; 
    width: 202px;
}

.zi_product_landing_block h3 {
    margin: 0 40px 0 0 !important;
}

.landing_zi_price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 30px 0 0 0;
}

.product-bottom-info .zi_product_landing_block ul li:last-child {
    margin-right: 0 !important;
}

.product-detail-discretion-wrp .product-bottom-info .landing_zi_price h2 {
    margin: 10px 20px 0 0px !important;
}

.btn-primary {
    outline: none !important;
}

.contact-form .btn-primary {
    background-color: #fff !important;
    color: #062601 !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.contact-form .btn-primary:hover {
    background-color: #062601 !important;
    color: #fff !important;
}

.product-bottom-info .zi-variable {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-bottom-info .zi-variable .woovr-variations {
    display: flex;
    align-items: center;
}

.mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation:last-child {
    margin-right: 0;
}

.product-box .box-img img {
    max-height: 200px;
    object-fit: contain;
}

.equipment-product-block.product-sub-image .product-box {
    padding: 30px 30px 50px 30px;
}

.product-img .flex-control-nav {
    display: none;
    
}

/* .product-img .flex-direction-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
} */

.product-img .flex-direction-nav li a {
    position: relative;
}

.product-img .flex-direction-nav a.flex-next {visibility:hidden;}
.product-img .flex-direction-nav a.flex-prev {visibility:hidden;}

.flex-direction-nav a.flex-prev::after {
    visibility:visible;
    content: "\f060";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 20px;   
    font-weight: bold;
    color: #000;
}

.flex-direction-nav a.flex-next::before {
    visibility:visible;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 20px;   
    font-weight: bold;
    color: #000;
}

.product-img div.images.woocommerce-product-gallery {
    position: unset !important;
    width: 100% !important;
}

.flex-nav-prev {
    position: absolute;
    left: 0;
    top: 50%;
}

.flex-nav-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.mower-product-block .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mower-product-wrp .mower-product-block .product-img {
    padding: 64px 105px;
    background: #f3f3f3;
    margin: 0 0 25px;
    border: none;
    position: relative;
}

/* .product-img .flex-direction-nav li a::before {
    position: absolute;
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    left: 0;
    top: 50%;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
} */

/* a.flex-next::after {
    visibility:visible;content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 20px;   
    font-weight: bold;
} */

.equipment-product-block ul li a.button {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    display: table;
    padding: 16px 45px;
    border: 1px solid #062601;
    background-color: transparent;
}

.single-product .product-bottom-info .price {
    font-family: "Rota" !important;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 18px;
    color: #062601 !important;
}

.single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount {
    /* font-family: "Cabinet Grotesk" !important; */
    font-family: "Rota" !important;
    display: inline-block;
    font-size: 55px;
    line-height: 56px;
    margin: 0 20px 0 0;
    font-weight: 300;
    color: #062601 !important;
}

/* .flex-nav-next {
    position: absolute;
    top: 50%;
    right: 0;
} */

.about-banner .banner-block .banner-info ul li h4 span {
    line-height: 25px;
    margin: 2px 0 0 0;
}

.cart-desktop {
    /* padding: 0 0 0 40px; */
    padding: 0 0 0 95px;
    position: relative;
}

.cart-count {
    position: absolute;
    top: -15px;
    right: -19px;
    color: #000;
    background-color: #062601;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 8px;
}

.cart-desktop:hover {
    opacity: 0.4;
}

.cart-mobile:hover {
    opacity: 0.4;
}

.quickdial ul li a {
    color: #062601;
    text-decoration: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.quickdial ul li a:hover {
    color: #b2d98a;
}

.payment-method .woocommerce-checkout-payment label img {
    margin-top: 20px !important;
}

.error-section {
    margin: 220px 0 100px 0;
}

.error-section .main_title h1 {
    font-size: 85px;
    line-height: 88px;
    margin: 0;
}

.error-section .block_title h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
    padding: 20px 0;
}

.error-section .common_detail p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px 0;
}

.error-section  .btn_orange {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    display: table;
    padding: 16px 45px;
    border: 1px solid #062601;
    margin: 0 auto;
}

.error-section  .btn_orange:hover {
    background-color: #062601;
    color: #fff;
}

/* .hero-home { margin: 100px 0 0 0; } */
/* .hero-home { margin: 100px 0 0 0; height: calc(100vh - 100px); }
.admin-bar .hero-home { height: calc(100vh - 130px); } */
.hero-home { margin: 100px 0 0 0; height: calc(100vh - 149px); max-height: 788px; }
.admin-bar .hero-home { height: calc(100vh - 179px); }

.hero-home .container {
    height: 100%;
}

.hero-home .hero-block.hero-video {
    height: 100%;
}

.hero-home .hero-block.hero-video video {
    height: 100%;
}

.product-landing-banner .landing-banner {
    margin: 100px 0 0 0;
}

.about-banner {
    margin: 100px 0 0 0;
}

.contact-form-wrp .contact-form .wpcf7-response-output {
    border: none !important;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    padding: 0;
    margin: 0;
}

.overlay-top .btn-primary {
    padding: 15px 45px;
}

.overlay-top ul li {
    margin: 0 10px 0 0;
}

.request-banner {
    margin: 90px 0 0 0;
}

.equipment-banner .hero-block {
    margin: 100px 0 0 0;
}

.product-detail-discretion-wrp .zi-simple-pro {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.product-detail-discretion-wrp .zi-simple-pro h2 {
    margin-right: 16px;
    margin-top: 8px;
}

.product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li {
    margin: 0 0 4px !important;
}

.woocommerce-info {
    border-color: #062601 !important;
}

.mower-product-block .simple-pro .price {
    margin: -20px 20px 5px 0px !important;
}

.mower-product-dt .simple-pro {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

    margin-top: 45px;
}

/* 4-04-2023 Start */
.comparison-wrp .equipment-product-wrp {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.comparison-wrp .equipment-product-wrp.fixed {
    background-color: #fff;
    position: fixed;
    top: 105px;
    width: 1536px;
    max-width: 100%;
}

.comparison-wrp .equipment-product-wrp.fixed .box-img {
    display: none;
}

.comparison-wrp .equipment-product-wrp.fixed .equipment-product-block .product-box {
    padding: 20px 30px 40px 30px;
}

.comparison-wrp .comparison-block > h3 {
    text-align: center;
}

.comparison-wrp .comparison-block ul li .btn-primary {
    margin: 41px auto 0;
}


/* 4-04-2023 End */

/* 5-04-2023 Start */
.wpml-ls-legacy-dropdown a {
    font-family: "Cabinet Grotesk";
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    border: none;
    background-color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    background: transparent;
    border: none;
}

.wpml-ls-sub-menu .wpml-ls-link:hover {
    color: #b2d98a;
}

.wpml-ls-legacy-dropdown {
    margin: 0 0 0 32px;
    width: 3.5em;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 11px;
    background: transparent;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: none;
    border-bottom: none;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    background-color: #fff;
}
/* 5-04-2023 End */

/* 6-04-2023 Start */
.product-wrp .product-dt .pro-btn {
    display: flex;
    align-items: center;
}

.product-wrp .product-dt .pro-btn a:first-child {
    margin: 0 25px 0 0;
}

.navbar .navbar-nav .dropdown-menu {
    border: none;
    background-color: #b2d98a;
    padding: 0 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar .navbar-nav .dropdown-menu li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.navbar .navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar .navbar-nav .dropdown-menu li a {
    font-size: 18px;
    line-height: 22px;
    color: #062601;
    font-weight: 500;
    padding: 0;
    position: relative;
}

.navbar .navbar-nav .dropdown-menu li a::after {
    content: "";
    border-left: 4px solid #062601;
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.navbar .navbar-nav .dropdown-menu li a:hover {
    background-color: transparent;
    font-weight: 600;
}

.navbar .navbar-nav .dropdown-menu .current-menu-item a {
    font-weight: 600;
}

.navbar .navbar-nav .dropdown-menu .current-menu-item a::after {
    opacity: 1;
}

.navbar .navbar-nav .dropdown-menu li a:hover::after {
    opacity: 1;
}
/* 6-04-2023 End */

/*11-04-2023*/
.cart-empty {
    margin: 180px 0 0 0;
}

.cart-empty .return-to-shop .wp-element-button {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    display: table;
    padding: 14px 35px;
    border: 1px solid #062601;
    background-color: #fff;
}

.cart-empty .return-to-shop {
    margin: 20px 0;
}

.cart-empty .return-to-shop .wp-element-button:hover {
    background: #062601 !important;
    color: #fff !important;
}

.cart-empty .woocommerce-info::before {
    color: #062601;
}

.cart-block .product-quantity .wp-element-button {
    background-color: #fff !important;
    width: 100% !important;
    padding: 8px 0 !important;
    border: none !important;
    font-size: 47px !important;
    /* line-height: 38px !important; */
    outline: none !important;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 25px !important;
    height: 40px;
}

.cart-block .product-quantity .wp-element-button:hover {
    color: #000 !important;
}

.cart-block .product-quantity .wp-element-button.minus {
    border-right: none !important;
}

.cart-block .product-quantity .wp-element-button.plus {
    border-left: none !important;
}

.product-landing-banner .landing-banner {
    min-height: 542px
}

.product-bottom-info .quantity {
    border: 1px solid #062601;
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.product-bottom-info .quantity .minus:hover
.product-bottom-info .quantity .plus:hover {
    background-color: #fff;
    color: #000;
}

.product-bottom-info .quantity .plus,
.product-bottom-info .quantity .minus {
    background-color: #fff;
    font-size: 40px;
    padding: 0 10px!important;
    line-height: 36px;
    font-weight: 300;
    color: #000;
}

.product-bottom-info .qty.text {
    border: none;
    padding: 0 !important;
    width: 50px !important;
    font-size: 20px;
    line-height: 22px;
    outline: none;
}

.product-bottom-info .quantity .minus:hover,
.product-bottom-info .quantity .plus:hover {
    background-color: #fff !important;
    color: #000;
    outline: none !important;
}

.product-bottom-info .cart {
    display: flex;
    align-items: center;
}

.product-bottom-info ul li a.active, .product-bottom-info ul li a:hover {
    box-shadow: none;
    border-color: #062601;  
}
/*11-04-2023*/





/*pagination*/
.woocommerce-pagination .page-numbers {
    border: none !important;
}

.woocommerce-pagination .page-numbers li {
    margin: 0 10px 0 0 !important;
    border: none !important;
    width: auto;
}

.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
    border: 1px solid #000 !important;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #062601;
    color: #fff;
    border-color: #062601;
}

/*pagination*/
/*18/04/2023*/

/* 29-4-2023 */
.delivery-method .payment-method {
    margin-top: 30px;
}

.category-block .category-box a {
    padding: 50px 90px 50px 29px !important;
}

.omniva-terminals-list {
    margin-top: 20px;
}

.omniva-terminals-list .dropdown {
    height: auto !important;
    padding: 15px 17px !important;
    border: 1px solid #062601 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.omniva-terminals-list .inner-container .search-input {
    color: #000000 !important;
    background: transparent !important;
    border: 1px solid #aaa !important;
    margin: 4px 0;
    width: calc(100% - 8px);
    margin: 4px auto;
    display: block !important;
}

.omniva-terminals-list .inner-container ul li a {
    text-decoration: none;
    color: inherit;
}

.omniva-terminals-list .inner-container ul li.selected,
.omniva-terminals-list .inner-container ul li:hover {
    color: #fff !important;
    background: #0073aa !important;
}

.omniva-btn {
    margin-top: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-direction: row-reverse;
    width: auto !important;
    max-width: initial !important;
    padding: 5px 5px 5px 30px !important;
}

.omniva-btn img {
    right: auto !important;
    left: 0;
    top: 0 !important;
}

.esto-pay-countries {
    line-height: 25px;
    font-size: 20px !important;
    font-weight: 400;
    color: #909090 !important;
    width: 100%;
    height: auto !important;
    padding: 15px 17px !important;
    border: 1px solid #062601 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    outline: none !important;
}

.product-box p {
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.product-box .box-img .onsale {
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    min-width: initial;
    min-height: initial;
    font-family: 'rotabold';
    color: #062601;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #b2d98a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/* 29-4-2023 */

/* 4-5-2023 */
.equipment-product-wrp .equipment-product-block {
    margin-bottom: 70px;
}

.equipment-product-wrp .equipment-product-block:last-child {
    margin-bottom: 0;
}

.omniva-terminals-list .dropdown {
    font-size: 20px;
    line-height: 30px;
}

.omniva-terminals-list .inner-container .search-input {
    height: 45px;
    width: calc(100% - 8px) !important;
    padding: 6px 15px !important;
    border-color: #000000 !important;
    background: #ffffff !important;
    font-size: 16px;
    line-height: 25px;
    outline: none;
}

.omniva-terminals-list .inner-container .search-input:focus {
    background: #ffffff !important;
}

.omniva-terminals-list .inner-container ul li {
    padding: 15px !important;
    margin: 0 !important;
    font-size: 18px;
    line-height: 25px !important;
}
/* 4-5-2023 */

/* 5-5-2023 */
.product-box h4 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    font-family: 'rotabold';
    font-size: 25px;
    line-height: 31px;
    color: #000000;
}

.product-box h4 ins {
    color: #56bf2a;
}

.product-box h4 del {
    font-family: 'rotaregular';
    font-size: 17px;
    line-height: 21px;
    color: #787878;
}

.woocommerce span.onsale {
    left: 0;
    top: 0;
    min-width: initial;
    min-height: initial;
    font-family: 'rotabold';
    color: #062601;
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    padding: 20px;
    background-color: #b2d98a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product-detail-discretion-wrp .zi-simple-pro h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    font-family: 'rotabold';
    font-size: 55px;
    line-height: 55px;
    color: #000000;
}

.product-detail-discretion-wrp .zi-simple-pro h2 ins {
    font-family: 'rotalight';
    font-weight: 300;
    color: #56bf2a;
}

.product-detail-discretion-wrp .zi-simple-pro h2 del {
    text-decoration: line-through;
    font-family: 'rotalight';
    font-weight: 300;
    font-size: 30px;
    line-height: 28px;
    color: #787878;
    margin-top: 10px;
}
/* 5-5-2023 */

/* 8-5-2023 */
header .country-languages {
    position: absolute;
    right: 50px;
    top: 5px;
}

header .country-languages .btn {
    font-family: "Cabinet Grotesk";
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #062601 !important;
    background: none !important;
    border: none;
    padding: 0;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

header .country-languages .btn:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 0;
    top: 11px;
    background: transparent;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: none;
    border-bottom: none;
    text-decoration: none;
    color: transparent;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

header .country-languages:hover .dropdown-menu {
    display: block !important;
    left: 50% !important;
    top: 100% !important;
    margin: -1px 0 0 !important;
    padding: 10px 0;
    min-width: inherit;
    max-width: auto;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
}

header .country-languages .dropdown-menu li a {
    font-family: "Cabinet Grotesk";
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    background: none !important;
}

header .country-languages .dropdown-menu li a:hover {
    color: #56bf2a;
}

header .country-languages .dropdown-menu.show {
    display: none;
}

.hero-bottom-info ul {
    overflow: hidden;
}

.hero-bottom-info ul li {
    position: relative;
}

.hero-home .hero-bottom-info ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 60000px;
    background: #ffffff;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.hero-bottom-info ul li:last-child:before {
    display: none;
}

.hero-home .hero-bottom-info ul li a {
    border: none;
    position: relative;
    z-index: 9;
}

.hero-home .hero-bottom-info ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 60000px;
    z-index: -1;
    opacity: 0;
    background: #ffffff;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.hero-bottom-info ul li a:hover:before {
    opacity: 1;
}
/* 8-5-2023 */

/* 9-5-2023 */
.equipment-banner.hero-wrp .hero-bottom-info ul li {
    position: relative;
}

.equipment-banner.hero-wrp .hero-bottom-info ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 60000px;
    background: #062601;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.equipment-banner.hero-wrp .hero-bottom-info ul li a {
    border: none;
    position: relative;
    z-index: 9;
}

.equipment-banner.hero-wrp .hero-bottom-info ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 60000px;
    z-index: -1;
    opacity: 0;
    background: #062601;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.equipment-banner.hero-wrp .hero-bottom-info ul li a:hover:before {
    opacity: 1;
}

.navbar-light .navbar-nav {
    margin-right: 25px;
}

.esto-pay-countries {
    height: 54px !important;
    border: 1px solid #062601 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
/* 9-5-2023 */

/* 27-03-26 */

.hero-bottom-block.hero-bottom-info ul {
    align-items: stretch;
}

.hero-bottom-block.hero-bottom-info ul li a {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    padding: 18px 16px;
    height: 100%;
    background: transparent;
}

.hero-bottom-block.hero-bottom-info ul li {
    height: auto;
}

.hero-bottom-block.hero-bottom-info ul li a:hover {
    background: rgb(255, 255, 255, 0.5);
}

.hero-home .hero-bottom-block.hero-bottom-info ul li a:before {
    background: rgb(255, 255, 255, 0.5);
}

.hero-bottom-info ul li a:hover i {
    transform: translate(4px, 0) !important;
    -webkit-transform: translate(4px, 0) !important;
    -moz-transform: translate(4px, 0) !important;
    -ms-transform: translate(4px, 0) !important;
    -o-transform: translate(4px, 0) !important;
}

.comparison-table {
    width: 100%;
    max-width: 1536px;
}

.comparison-table tr.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    background-color: #062601;
}

.comparison-table .table-wrapper {
    overflow: auto !important; 
    height: 100vh;
    scrollbar-gutter: stable;
    position: relative;
}

.comparison-table .table-wrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #757575;
    opacity: 0;
}
 
.comparison-table th.sticky,
.comparison-table td.sticky {
    position: sticky;
    left: 0;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #000000;
}

.comparison-table tr th {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    padding: 16px 20px;
    width: 100%;
    min-width: 110px;
    text-align: left;
    vertical-align: top;
}

.comparison-table tr .sticky {
    width: 100%;
    min-width: 150px;
    background: #ffffff;
}

.comparison-table thead tr .sticky {
    background: #062601;
    z-index: 1;
}

.comparison-table thead tr th {
    position: sticky;
}

.comparison-table tr td {
    font-size: 20px;
    color: #062601;
    padding: 10px;
    text-align: left;
}

.comparison-table tbody tr .sticky {
    padding: 10px 20px 10px 0;
}

.comparison-table .product-item {
    width: 100%;
    max-width: 260px;
}

.comparison-table .product-item .product-box {
    padding: 10px;
    margin: 0;
}

.comparison-table .product-item .product-box h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.comparison-table .product-item .product-box .box-img {
    min-height: 120px; 
    margin-bottom: 10px;
}

.comparison-table .product-item .product-box .box-img img {
    max-height: 120px; 
}

.comparison-table tr td .btn-primary {
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 20px;
}

.table-wrapper::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #062601, #0b3d02);
    border-radius: 5px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #145a04;
}

.table-wrapper {
    scrollbar-width: thin;
    scrollbar-color: rgba(6, 38, 1, 0.5) #f1f1f1;
} 

.table-wrapper::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.table-wrapper::-webkit-scrollbar-corner {
    background: transparent !important;
}

.hero-bottom-block .carouselTicker__list {
	display: flex;
	flex-wrap: nowrap;
    margin: 0;
}

.hero-bottom-block .carouselTicker__item {
	float: none !important;
	border: none !important;
    margin: 0 !important;
	white-space: nowrap !important;
}

.outlet-product .equipment-product-block ul li {
    width: 25%;
}

.outlet-offer.offer-wrp .offer-block.aos-init.aos-animate .offer-info {
    padding: 101px 160px 46px 69px;
}

.outlet-offer.offer-wrp .offer-info h2 {
    margin-bottom: 48px;
    font-family: "Cabinet Grotesk";
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
    line-height: 66px;
    color: #C0F251;
    text-transform: uppercase;
    white-space: unset !important;
}

.outlet-offer.offer-wrp .offer-info p {
    margin-bottom: 55px;
    font-family: Rota;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FFF;
    max-width: 625px;
}

.outlet-offer.offer-wrp .offer-info .btn-primary {
    border-color: #FFF !important;
    color: #FFF !important;
}

.outlet-offer.offer-wrp .offer-info .btn-primary:hover {
    background-color: #FFF !important;
    color: #062601 !important;
}

.equipment-banner .hero-bottom-info ul li a {
    padding: 18px 16px;
}

/* 27-03-26 */

@media (min-width: 1800px) and (max-width: 1899px) {
    .equipment-product-block .product-box .btn-primary {padding: 16px 38px !important;}

    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 14px !important; }
    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}

    .zi_product_landing_block h3 { margin: 0 10px 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 172px; }

    .hero-block.hero-video .hero_content { position: absolute; top: 93px; left: 160px; }
}

@media (min-width: 1700px) and (max-width: 1799px) {
    .equipment-product-block .product-box .btn-primary {padding: 16px 38px !important;}

    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 14px !important; }
    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}

    .zi_product_landing_block h3 { margin: 0 10px 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 172px; }

    .hero-block.hero-video .hero_content { position: absolute; top: 93px; left: 160px; }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .equipment-product-block .product-box .btn-primary {padding: 16px 38px !important;}

    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 14px !important; }
    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}

    .zi_product_landing_block h3 { margin: 0 10px 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 172px; }

    .hero-block.hero-video .hero_content { position: absolute; top: 93px; left: 160px; }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .zi_product_landing_block h3 { margin: 0 10px 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 172px; }

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {    width: 162px;}
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {padding: 14px 14px;}

    .hero-block.hero-video .hero_content { position: absolute; top: 93px; left: 160px; }
}

@media (min-width: 1501px) and (max-width: 1850px) {
    .comparison-wrp .equipment-product-wrp.fixed {width: 1406px;}
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .cart-box .product-dt h3 { width: 210px; }

    .zi_product_landing_block h3 { margin: 0 0 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 142px; }
    .product-bottom-info .zi_product_landing_block ul li a {padding: 11px 16px;}
    .zi_product_landing_block ul {margin: 0 0 0 20px;}

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {    width: 162px;}
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {padding: 14px 14px;}

    .hero-bottom-info ul li a { display: flex; align-items: center; justify-content: center;}
    .zi-simple-pro h2 {font-size: 44px;line-height: 34px; }
    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount {font-size: 36px; line-height: 52px; margin: 0 10px 0 0;}

    /*11/04/2023*/
    .hero-block.hero-video video {height: 628px;}
    .hero-block.hero-video {height: 628px;min-height: 100%;}
    /*11/04/2023*/

    /*14/04/2023*/
    .category-block .category-box a h4 {max-width: 200px;}
    /*14/04/2023*/
    
    .mower-product-block .simple-pro .price {font-size: 40px !important; line-height: 52px !important;}

    /* 5-5-2023 */
    .mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 28px; line-height: 28px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 40px; line-height: 40px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 28px; line-height: 28px; }
    /* 5-5-2023 */

}

@media (min-width: 1300px) and (max-width: 1399px) {
    .cart-box .product-dt h3 { width: 210px; }
    
    .zi_product_landing_block h3 { margin: 0 0 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 142px; }
    .product-bottom-info .zi_product_landing_block ul li a {padding: 11px 16px;}
    .zi_product_landing_block ul {margin: 0 0 0 20px;}

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {    width: 162px;}
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {padding: 14px 14px;}

    .hero-bottom-info ul li a { display: flex; align-items: center; justify-content: center;}
    .zi-simple-pro h2 {font-size: 45px;    line-height: 34px; }
    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount {font-size: 36px; line-height: 52px; margin: 0 -10px 0 0;}
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap{flex-wrap: wrap;}

    /*11/04/2023*/
    .hero-block.hero-video video {height: 628px;}
    .hero-block.hero-video {height: 628px;min-height: 100%;}
    .product-introduction { padding: 160px 0 220px; }
    .woocommerce div.product form.cart {flex-direction: column;}
    .mower-product-block .simple-pro .price{ font-size: 52px !important; line-height: 54px !important;}
    .product-bottom-info .cart { display: flex; align-items: flex-start;}
    .product-bottom-info .quantity { margin-bottom: 10px !important; }
    /*11/04/2023*/

    /*14/04/2023*/
    .category-block .category-box a h4 {max-width: 200px;}
    /*14/04/2023*/

    .mower-product-block .simple-pro .price {font-size: 40px !important; line-height: 52px !important;}

    /* 5-5-2023 */
    .mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 28px; line-height: 28px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 40px; line-height: 40px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 28px; line-height: 28px; }
    /* 5-5-2023 */

    /* 9-5-2023 */
    .hero-home { height: calc(100vh - 130px); }
    .admin-bar .hero-home { height: calc(100vh - 160px); }
    .hero-block.hero-video .hero_content { top: 70px; }
    /* 9-5-2023 */

}

@media (min-width: 1200px) and (max-width: 1299px) {
    .cart-box .product-dt h3 { width: 210px; }
    
    .zi_product_landing_block h3 { margin: 0 0 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 142px; }
    .product-bottom-info .zi_product_landing_block ul li a {padding: 11px 16px;}
    .zi_product_landing_block ul {margin: 0 0 0 20px;}

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {    width: 162px;}
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {padding: 14px 14px;}

    .hero-bottom-info ul li a { display: flex; align-items: center; justify-content: center;}
    .zi-simple-pro h2 {font-size: 44px;line-height: 34px; }
    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount { font-size: 36px; line-height: 52px; margin: 0 -10px 0 0; }

    /* 6-04-2023 Start */
    .product-wrp .product-dt .pro-btn a { width: 155px; }
    /* 6-04-2023 End */

    /*11/04/2023*/
    .hero-block.hero-video video {height: 628px;}
    .hero-block.hero-video {height: 628px;min-height: 100%;}
    .product-introduction { padding: 160px 0 220px; }
    .woocommerce div.product form.cart {flex-direction: column;}
    /* .mower-product-block .simple-pro .price{ font-size: 52px !important; line-height: 54px !important;} */
    .mower-product-block .simple-pro .price{ font-size: 40px !important; line-height: 40px !important;}
    .product-bottom-info .cart { display: flex; align-items: flex-start;}
    .product-bottom-info .quantity { margin-bottom: 10px !important; }  
    /*11/04/2023*/

    /*14/04/2023*/
    .category-block .category-box a h4 {max-width: 200px;}
    /*14/04/2023*/

    /* 5-5-2023 */
    .mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 28px; line-height: 28px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 40px; line-height: 40px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 28px; line-height: 28px; }
    /* 5-5-2023 */

    /* 9-5-2023 */
    .hero-home .hero-block h2 { font-size: 65px; line-height: 65px; }
    .hero-home { height: calc(100vh - 130px); }
    .admin-bar .hero-home { height: calc(100vh - 160px); }
    /* .hero-block.hero-video .hero_content { top: 45px; } */
    .hero-block.hero-video .hero_content { top: 80px; }
    /* 9-5-2023 */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart-box .product-dt h3 { width: 140px; }
    .cart-box .product-img img { max-width: 100% !important; }

    .zi_product_landing_block h3 { margin: 0 0 0 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 132px; }
    .product-bottom-info .zi_product_landing_block ul li a {padding: 11px 16px;}
    .zi_product_landing_block ul {margin: 0;}

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {    width: 162px;}
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {padding: 14px 14px;}

    .equipment-banner .hero-block { margin: 70px 0 0 0; }

    /* 6-04-2023 Start */
    .product-wrp .product-dt .pro-btn a { width: 155px; height: 46px; }
    .product-wrp .product-dt .pro-btn a img {height: 100%;}
    /* 6-04-2023 End */

    /*11-04-2023*/
    .cart-block .product-quantity .wp-element-button { font-size: 36px !important;}
    .woocommerce div.product form.cart {flex-direction: column;}
    /* .mower-product-block .simple-pro .price{ font-size: 52px !important; line-height: 54px !important;} */
    .mower-product-block .simple-pro .price{ font-size: 40px !important; line-height: 40px !important;}
    .product-bottom-info .cart { display: flex; align-items: flex-start;}
    .product-bottom-info .quantity { margin-bottom: 10px !important; }

    /* 5-5-2023 */
    .mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 28px; line-height: 28px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 40px; line-height: 40px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 28px; line-height: 28px; }
    /* 5-5-2023 */

    /* 9-5-2023 */
    .hero-home { height: calc(100vh - 130px); }
    .admin-bar .hero-home { height: calc(100vh - 160px); }
    /* 9-5-2023 */ 

    .comparison-table tr th { font-size: 20px; }
    .comparison-table .product-item .product-box .box-img img { max-height: 120px; }
    .comparison-table .product-item .product-box .box-img { min-height: 120px; margin-bottom: 15px; }
    .product-box h4 { font-size: 20px; }
    .comparison-table .product-item .product-box { padding: 10px; }
    .comparison-table tr .sticky { min-width: 140px; }
    
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .equipment-product-block .product-box .btn-primary {padding: 12px 7px !important; max-width: 138px;}
    .equipment-product-block .product-box { padding: 20px 20px 80px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 20px 50px 20px !important; }

    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}
    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 13px !important; }
    .woocommerce-shipping-methods .form-checkbox input:checked + label:after { top: 6px !important; }
    .woocommerce-shipping-methods .form-checkbox label:before { top: 2px !important;margin-right: 16px !important; }
    .woocommerce-shipping-methods .form-checkbox label {font-size: 16px;}
    .cart-order .order-box .wc-proceed-to-checkout .btn-secondary {max-width: 172px;}
    .woocommerce-shipping-destination {padding-bottom: 10px; padding-top: 5px;}

    .billing-wrp {margin: 50px 0 0 0;}
    .cart-wrp { margin: 60px 0 0 0;}

    .overlay-top h4 { font-size: 33px !important; line-height: 45px !important; margin: 0 10px 0 10px !important; }
    .overlay-top .btn-secondary {padding: 15px 15px !important;}

    /* 4-04-2023 Start */
    .comparison-wrp .equipment-product-wrp.fixed {width: 1146px;}
    .comparison-wrp .equipment-product-wrp.fixed .equipment-product-block .product-box {padding: 20px 20px 40px 20px !important;}
    /* 4-04-2023 end */

    /* 29-4-2023 start */
    .category-block .category-box a { padding: 30px 60px 30px 20px !important; }
    .product-box p { min-height: 40px; }
    /* 29-4-2023 end */

    /* 4-5-2023 start */
    .equipment-product-wrp .equipment-product-block { margin-bottom: 50px; }
    /* 4-5-2023 end */

    /* 5-5-2023 start */
    .product-box .box-img .onsale { width: 50px; height: 50px; font-size: 25px; line-height: 35px; }
    .woocommerce span.onsale { font-size: 20px; line-height: 28px; padding: 15px 20px; }
    /* 5-5-2023 end */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 50px 75px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 24px; }
    /* 8-05-2023 End */
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .equipment-product-block .product-box .btn-primary {padding: 12px 7px !important; max-width: 138px;}
    .equipment-product-block .product-box { padding: 20px 20px 80px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 20px 50px 20px !important; }

    .product-detail-discretion-wrp .product-bottom-info .row { align-items: flex-end !important; }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap .single_variation { display: inline-block; font-size: 48px; line-height: 52px; margin: 0 14px 0 0; }
    .mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary { margin: 0 !important; }

    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}
    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 13px !important; margin: 0 0 10px 0; max-width: 100% !important; width: 100% !important; font-size: 16px !important; line-height: 18px !important; }
    .woocommerce-shipping-methods .form-checkbox input:checked + label:after { top: 6px !important; }
    .woocommerce-shipping-methods .form-checkbox label:before { top: 2px !important;margin-right: 16px !important; }
    .woocommerce-shipping-methods .form-checkbox label {font-size: 16px;}
    .cart-order .order-box .wc-proceed-to-checkout .btn-secondary {max-width: 172px;}
    .woocommerce-shipping-destination {padding-bottom: 10px; padding-top: 5px;}
    .cart-order .order-box .coupon {padding: 0 0 24px 0;}
    .cart-order .order-box ul li { padding: 20px 0; }

    /* .hero-block.hero-video .hero_content { position: absolute; top: 30px; left: 40px; } */
	.hero-block.hero-video { height: 460px; } 
	.hero-block.hero-video video { height: 460px; }
    .billing-wrp {margin: 40px 0 0 0;}
    .overlay-top .btn-secondary { font-size: 15px !important; padding: 7px 12px !important;}
    .product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li { margin: 0 0 12px !important; }

    /* 4-04-2023 Start */
    .comparison-wrp .equipment-product-wrp.fixed {width: 936px;}
    .comparison-wrp .equipment-product-wrp.fixed .equipment-product-block .product-box {padding: 20px 20px 20px 20px !important;}
    /* 4-04-2023 End */

    .mower-product-wrp { padding: 110px 0 0; }
    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount {margin: 0 !important;}

    .hero-block.hero-video .hero_content { top: 73px; left: 110px; }
    .hero-block h2 { font-size: 60px !important; line-height: 62px!important; }

    /* 29-4-2023 start */
    .category-block .category-box a { padding: 15px 55px 15px 15px !important; }
    /* 29-4-2023 end */

    /* 4-5-2023 start */
    .equipment-product-wrp .equipment-product-block { margin-bottom: 35px; }
    /* 4-5-2023 end */

    /* 5-5-2023 start */
    .product-box .box-img .onsale { width: 50px; height: 50px; font-size: 25px; line-height: 35px; }
    .woocommerce span.onsale { font-size: 20px; line-height: 28px; padding: 15px 20px; }
    /* 5-5-2023 end */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 50px 75px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 24px; }
    /* 8-05-2023 End */

    .product-box .box-img img { max-width: auto; }
    .equipment-banner .hero-bottom-info ul li a { padding: 10px 8px; }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .equipment-product-block .product-box .btn-primary {padding: 12px 7px !important; max-width: 138px;}
    .equipment-product-block .product-box { padding: 20px 20px 80px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 20px 50px 20px !important; }

    .product-detail-discretion-wrp .product-bottom-info .row { align-items: flex-end !important; }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap .single_variation { display: inline-block; font-size: 48px; line-height: 52px; margin: 0 14px 0 0;}
    .mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary {margin: 0 !important;}

    /*cart page start*/
    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}
    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 13px !important; margin: 0 0 10px 0; max-width: 100% !important; width: 100% !important; font-size: 16px !important; line-height: 18px !important; }
    .woocommerce-shipping-methods .form-checkbox input:checked + label:after { top: 4px !important; left: 8px !important; }
    .woocommerce-shipping-methods .form-checkbox label:before { top: 2px !important;margin-right: 16px !important; }
    .woocommerce-shipping-methods .form-checkbox label {font-size: 16px;}
    .cart-order .order-box .wc-proceed-to-checkout .btn-secondary {max-width: 172px;}
    .woocommerce-shipping-destination {padding-bottom: 10px; padding-top: 5px;}
    .cart-order .order-box .coupon {padding: 0 0 15px 0;}
    .cart-order .order-box ul li { padding: 20px 0; }
    .cart-order .order-box .coupon .btn-group .btn-primary:focus-visible {border: 1px solid #062601 !important;outline: none !important}
    .woocommerce-shipping-methods .form-checkbox label:before {width: 22px !important; min-width: 20px !important; height: 20px !important;}

    .cart-box .product-img img {max-width: 100% !important;}
    /*cart page end*/

    /*checkout page start*/
    .woocommerce-input-wrapper .input-text, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row .woocommerce-input-wrapper .input-text::-webkit-input-placeholder { font-size: 18px !important; }
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country .select2-container .select2-selection--single .select2-selection__rendered {font-size: 18px !important;}
    /*chekcout page end*/

    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount { font-size: 45px; line-height: 46px; margin: 0 8px 0 0; }

    .hero-block.hero-video .hero_content { position: absolute; top: 30px; left: 40px; }

	.hero-block.hero-video { height: 420px; }

	.hero-block.hero-video video { height: 420px; }
    .about-banner { margin: 80px 0 0 0; }
    .billing-wrp {margin: 40px 0 0 0;}
    .overlay-top .btn-secondary { font-size: 15px !important; padding: 7px 12px !important;}
    .product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li { margin: 0 0 10px !important; }

    /* 4-04-2023 Start */
    .comparison-wrp .equipment-product-wrp.fixed {width: 936px;}
    .comparison-wrp .equipment-product-wrp.fixed .equipment-product-block .product-box {padding: 20px 20px 20px 20px !important;}
    /* 4-04-2023 End */

    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount {margin: 0 !important;}
    .hero-block h2 { font-size: 64px!important; line-height: 63px!important; }

    /* 29-4-2023 start */
    .category-block .category-box a { padding: 15px 55px 15px 15px !important; }
    /* 29-4-2023 end */

    /* 4-5-2023 start */
    .equipment-product-wrp .equipment-product-block { margin-bottom: 35px; }
    /* 4-5-2023 end */

    /* 5-5-2023 start */
    .product-box .box-img .onsale { width: 50px; height: 50px; font-size: 25px; line-height: 35px; }
    .woocommerce span.onsale { font-size: 20px; line-height: 28px; padding: 15px 20px; }
    /* 5-5-2023 end */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 50px 75px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 24px; }
    /* 8-05-2023 End */

    .equipment-banner .hero-bottom-info ul li a { padding: 10px 8px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .equipment-product-block .product-box .btn-primary {padding: 12px 10px !important; max-width: 128px; font-size: 16px !important; line-height: 18px !important;}
    .equipment-product-block .product-box { padding: 20px 20px 80px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 20px 50px 20px !important; }

    .product-detail-discretion-wrp .product-bottom-info .row { align-items: flex-end !important; }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap .single_variation { display: inline-block; font-size: 36px; line-height: 42px; margin: 0 14px 0 0; }
    .mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary {margin: 0 !important;padding: 15px 26px !important;}

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation { font-size: 18px; line-height: 19px; }

    /*cart page start*/
    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}
    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 12px 10px !important; margin: 0 0 10px 0; max-width: 100% !important; width: 100% !important; font-size: 16px !important; line-height: 18px !important; }
    .woocommerce-shipping-methods .form-checkbox input:checked + label:after { top: 4px !important; left: 8px !important;    width: 6px !important; height: 12px !important; }
    .woocommerce-shipping-methods .form-checkbox label:before { top: 2px !important;margin-right: 16px !important; }
    .woocommerce-shipping-methods .form-checkbox label {font-size: 16px;}
    .cart-order .order-box .wc-proceed-to-checkout .btn-secondary { max-width: 132px; padding: 8px 30px !important;}
    .woocommerce-shipping-destination {padding-bottom: 10px; padding-top: 5px;}
    .cart-order .order-box .coupon {padding: 0 0 4px 0;}
    .cart-order .order-box ul li { padding: 20px 0 0 0; }
    .cart-order .order-box .coupon .btn-group .btn-primary:focus-visible {border: 1px solid #062601 !important;outline: none !important}
    .woocommerce-shipping-methods .form-checkbox label:before {width: 22px !important; min-width: 20px !important; height: 20px !important;}
    /*cart page end*/

    /*checkout page start*/
    .woocommerce-input-wrapper .input-text, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row .woocommerce-input-wrapper .input-text::-webkit-input-placeholder { font-size: 18px !important; }
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country .select2-container .select2-selection--single .select2-selection__rendered {font-size: 18px !important;}
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row { padding: 12px 12px 12px 12px !important;}
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state .select2-container--default .select2-selection--single, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country .select2-container--default .select2-selection--single {padding: 12px 12px 12px 12px !important;}
    /*chekcout page end*/
    .woocommerce form .form-row .required { right: 62%; }
    .payment-method .woocommerce-terms-and-conditions-checkbox-text { display: inline-block !important; }
    .single-product .equipment-product-block .product-box .box-img img { max-height: 160px; object-fit: contain; }

    .single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount { font-size: 35px; line-height: 36px; margin: 0 0px 0 0; }

    .cart-box .product-dt h3 { width: 100px; }
    .cart-box .product-dt a { display: block; margin: 0 16px; }
    .cart-box .product-img img { max-width: 96px; max-height: 96px; margin: 0; object-fit: contain; }
    .product-subtotal .woocommerce-Price-amount.amount { font-size: 18px; line-height: 19px; }
    .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) { width: 25px !important; }

    .zi_product_landing_block h3 { margin: 0 0 10px 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 132px; }
    .product-bottom-info .zi_product_landing_block ul li a {padding: 11px 16px;}
    .zi_product_landing_block ul {margin: 0;}
    .zi_product_landing_block {flex-direction: column; align-items: flex-start;}
    .landing_zi_price {margin: 20px 0 0 0;}
    .woocommerce form .form-row .required {display: none;}

    /* .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {    width: 122px;    padding: 9px 14px;} */
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation {padding: 12px 14px; width: 122px;}

    .hero-block.hero-video .hero_content { position: absolute; top: 30px; left: 40px; }

	.hero-block.hero-video { height: 420px; }
    .hero-home .hero-block.hero-video { height: 420px; }

	.hero-block.hero-video video { height: 420px; }
    .product-landing-banner .landing-banner { margin: 70px 0 0 0; }
    .about-banner { margin: 70px 0 0 0; }
    /* .hero-home .hero-bottom-info {padding: 0;} */
    .request-banner { margin: 60px 0 0 0; }

    .equipment-banner .hero-block { margin: 80px 0 0 0; }
    .billing-wrp {margin: 30px 0 0 0;}
    .overlay-top .btn-secondary { font-size: 14px !important; padding: 7px 12px !important;}
    .overlay-top h2 { font-size: 22px !important; line-height: 28px !important; }
    .overlay-top h4 {margin: 0 !important;}

    .product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li { margin: 0 0 10px !important; }
    .mower-product-block .simple-pro .price { font-size: 38px !important; line-height: 56px !important;}

    /* 4-04-2023 Start */
    .comparison-wrp .equipment-product-wrp.fixed {width: 696px;}
    .comparison-wrp .equipment-product-wrp.fixed .equipment-product-block .product-box {padding: 20px 20px 20px 20px !important;}
    /* 4-04-2023 End */

    /* 5-04-2023 Start */
    .wpml-ls-legacy-dropdown a {font-size: 16px; line-height: 22px;}
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {width: 8px; height: 8px;}
    .wpml-ls-legacy-dropdown { margin: 0 0 0 20px; }
    /* 5-04-2023 End */

    /* 6-04-2023 Start */
    .product-wrp .product-dt .pro-btn a { width: 140px; height: 42px; }
    .product-wrp .product-dt .pro-btn a img {height: 100%;}
    /* 6-04-2023 End */

    /*11-04-2023*/
    .cart-empty { margin: 140px 0 0 0; }
    /* .cart-block .cart-box .product-quantity .wp-element-button {
        background-color: #fff !important;
    } */
    .woocommerce div.product form.cart {flex-direction: column;}
    .product-bottom-info .cart { display: flex; align-items: flex-start;}
    .product-bottom-info .quantity { margin-bottom: 10px !important; }
  
    /*11-04-2023*/
    .single-product .product-bottom-info .price { font-size: 36px !important; }
    .mower-product-wrp { padding: 90px 0 0 !important; }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap {flex-wrap: wrap;}
    .product-bottom-info .quantity {float: none !important;}

    
    /* 29-4-2023 start */
    .category-block .category-box a { padding: 15px 15px 55px 15px !important; }
    /* 29-4-2023 end */

    /* 4-5-2023 start */
    .equipment-product-wrp .equipment-product-block { margin-bottom: 35px; }
    /* 4-5-2023 end */

    /* 5-5-2023 start */
    .product-box .box-img .onsale { width: 50px; height: 50px; font-size: 25px; line-height: 35px; }
    .woocommerce span.onsale { font-size: 18px; line-height: 25px; padding: 12px 20px; }
    .mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 25px; line-height: 25px; margin-top: 5px; }
    .product-detail-discretion-wrp .zi-simple-pro { flex-direction: column; }
    .product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 40px; line-height: 40px; }
    .product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 25px; line-height: 25px; }
    /* 5-5-2023 end */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 50px 75px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 24px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 24px; }


    header .country-languages .btn { font-size: 16px; line-height: 22px; }
    header .country-languages .dropdown-menu li a { font-size: 16px; line-height: 22px; }
    header .country-languages .btn:after { width: 8px; height: 8px; }
    /* .hero-bottom-info ul li:before { display: none; }
    .hero-bottom-info ul li a:before { display: none; } */
    /* 8-05-2023 End */

    /* 9-5-2023 Start */
    .hero-home,
    .admin-bar .hero-home { height: auto; }
    .hero-home .hero-block.hero-video video { margin-bottom: -7px; }
    /* 9-5-2023 End */


    /*10-05-2023*/
    .hero-home{
        max-height: 100%;
    }
    /*10-05-2023*/

    /* .hero-bottom-block.hero-bottom-info ul li a:hover { background: #062601; }   
    .hero-home .hero-bottom-block.hero-bottom-info ul li a:before { background: #062601; }
    .hero-bottom-block.hero-bottom-info ul li a:hover i { transform: translate(0, -50%); } */

    .comparison-table tr th { font-size: 20px; min-width: 120px; }
    .comparison-table .product-item .product-box .box-img img { max-height: 130px; }
    .comparison-table .product-item .product-box .box-img { min-height: 130px; margin-bottom: 15px; }
    .product-box h4 { font-size: 20px; }
    .comparison-table .product-item .product-box { padding: 10px; }
    .comparison-table tr .sticky { min-width: 210px; }
    .table-wrapper .btn-primary { font-size: 16px; line-height: 20px; padding: 8px 18px; }
    .hero-bottom-info.hero-bottom-block { position: absolute; }
    .hero-bottom-info.hero-bottom-block ul li a { font-size: 18px; color: #ffffff; }
    .outlet-product .equipment-product-block ul li { width: 33.33%; }

    .equipment-banner .hero-bottom-info{position: relative;padding: 0}
	.equipment-banner .hero-bottom-info ul{display: block; border-top: none;border-bottom: none;}
	.equipment-banner .hero-bottom-info ul li{width: 100%;border-bottom: 1px solid #000;}
    .equipment-banner .hero-bottom-info ul li a{ overflow: hidden; border: none; padding: 19px 40px 18px 21px;color: #062601;font-size: 15px;line-height: 19px;display: block;position: relative;}
	.equipment-banner .hero-bottom-info ul li a div{display: flex;}
	.equipment-banner .hero-bottom-info ul li a div span{margin-left: auto;}
	.equipment-banner .hero-bottom-info ul li a i{position: absolute;right: 17px;top: 50%;transform: translate(0, -50%);}
	.equipment-banner .hero-bottom-info ul li a:hover{background: #062601;color: #fff;}
	.equipment-banner .hero-bottom-info ul li a:hover i{ transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); }
    .equipment-banner.hero-wrp .hero-bottom-info ul li:before { display: none; }

}

@media (max-width: 767px) {
    .product-detail-discretion-wrp .product-bottom-info .row { align-items: flex-end !important; }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap .single_variation { display: inline-block; margin: 16px 0 12px 0; }
    .mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary {margin: 0 !important;padding: 15px 26px !important;width: 203px;}

    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation { font-size: 18px; line-height: 19px; padding: 15px 12px; }

    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap {margin-top: 11px;flex-direction: column;align-items: flex-start;}

    .product-detail-discretion-wrp .product-bottom-info h3 { margin: 0 0 18px; }

    /*cart page start*/
    .cart-order .order-box .coupon .btn-group .input-text { max-width: 156px !important;}
    .cart-order .order-box .coupon .btn-group .btn-primary { padding: 16px 10px !important; margin: 0 0 10px 0; max-width: 100% !important; width: 100% !important; font-size: 20px !important; line-height: 25px !important; }    
    .woocommerce-shipping-methods .form-checkbox input:checked + label:after { top: 4px !important; left: 8px !important;    width: 6px !important; height: 12px !important; }
    .woocommerce-shipping-methods .form-checkbox label:before { top: 0px !important;margin-right: auto !important;margin: 0 auto 8px !important; }
    .woocommerce-shipping-methods .form-checkbox label {font-size: 16px;}
    .cart-order .order-box .wc-proceed-to-checkout .btn-secondary { max-width: 100%; padding: 16px 30px !important;}
    .woocommerce-shipping-destination {padding-bottom: 10px; padding-top: 5px;}
    .cart-order .order-box .coupon {padding: 0 0 4px 0;}
    .cart-order .order-box ul li { padding: 20px 0 0 0; }
    .cart-order .order-box .coupon .btn-group .btn-primary:focus-visible {border: 1px solid #062601 !important;outline: none !important}
    .woocommerce-shipping-methods .form-checkbox label:before { width: 27px !important; min-width: 27px !important; height: 27px !important; }
    .cart-order .order-box .btn-group { display: block; padding: 0 20px; }
    .cart-order .form-checkbox input:checked + label:after {left: 50% !important;}

    .cart-order .form-checkbox label {margin: 0 0 12px 0;font-size: 17px; line-height: 20px;}
    .cart-order .order-box ul li h4 span { font-weight: 400; font-size: 18px; display: inline-block !important; }
    .woocommerce-cart .wc-proceed-to-checkout {padding: 0 !important;}
    /*cart page end*/

    /*checkout page start*/
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.col-half {width: 100%;}
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row { padding: 14px 17px 15px 17px !important;margin: 0 0 19px 0 !important;}
    .billing-form .billing-data-block {margin: 0;}
    .billing-wrp .delivery-method .woocommerce-shipping-methods .form-checkbox label:before { margin: 0 28px 0 8px !important; }
    .billing-wrp .delivery-method .woocommerce-shipping-methods .form-checkbox label:after { top: 4px !important; left: 18px !important; width: 9px !important; height: 15px !important; }

    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row .woocommerce-input-wrapper .input-text, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row .woocommerce-input-wrapper .input-text::-webkit-input-placeholder {font-size: 17px !important;}
    .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-state .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields__field-wrapper .billing-data-block .form-row.thwcfd-field-country .select2-container .select2-selection--single .select2-selection__rendered  { font-size: 17px !important; }
    .woocommerce-additional-fields .form-row ::-webkit-input-placeholder {padding: 10px !important;}
    .billing-form .woocommerce-shipping-fields .woocommerce-form__label span { font-size: 18px !important; line-height: 20px !important; }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {max-width: 202px;width: 100%;margin: 0 auto;}
    .billing-form .delivery-method { margin-bottom: 0; }
    .billing-form { padding: 45px 45px 30px 45px !important; }
    /*chekcout page end*/

    .woocommerce-additional-fields .form-row .input-text { padding: 0 !important; }

    .billing-form .woocommerce-shipping-fields .woocommerce-form__label .input-checkbox:checked + span::after { top: 11px; }

    .payment-method .woocommerce-terms-and-conditions-checkbox-text { display: block; }
    .payment-method .woocommerce-terms-and-conditions-checkbox-text::before { left: 0; }

    .cart-block .cart-btns { margin: 20px 0; }
    .cart-block .cart-btns { flex-direction: column !important; }
    .cart-block table.shop_table { margin: 10px 0 0 0 !important;max-width: 224px !important;width: 100% !important; }
    .cart-block .wp-element-button { padding: 16px 16px !important; font-size: 17px !important; line-height: 17px !important; width: 100% !important; }
    .cart-block .cart-btns .btn-primary { padding: 16px 10px !important; max-width: 220px;width: 100%; }
    .cart-block .cart-box ul li { text-align: center; }
    .woocommerce-shipping-methods .form-checkbox input:checked + label:after { top: 6px !important; }
    .cart-box .product-img { padding: 0 20px; }
    .payment-method .woocommerce-terms-and-conditions-checkbox-text { display: inline-block !important; }
    .mower-product-dt .simple-pro { align-items: flex-start !important; }
    .description-info { margin: 0 0 22px; }
    .cart-box .product-dt { width: 100% !important; justify-content: center; }
    .cart-box .product-dt h3 { width: 100% !important; }
    .cart-box .product-thumbnail  .product-img { padding: 0 !important; }
    .product-remove a { margin: 0 auto !important; }
    .single-product .equipment-product-block .product-box .box-img img { max-height: 140px; object-fit: contain; }
    .contact-form-wrp .contact-form h2 br { display: none; }

    .product-detail-discretion-wrp .accordion .accordion-item .accordion-body p { font-size: 16px; line-height: 26px; }

    .equipment-product-wrp .equipment-title .row { flex-direction: column; align-items: flex-start !important; }

    .equipment-product-wrp .equipment-title .dropdown {margin-top: 10px;}

    .zi_product_landing_block h3 { margin: 0 0 10px 0 !important; }
    .product-bottom-info .zi_product_landing_block ul li { margin: 0 10px 0 0 !important; width: 148px; }
    .product-bottom-info .zi_product_landing_block ul li a {padding: 11px 16px;}
    .zi_product_landing_block ul {margin: 0;}
    .zi_product_landing_block {flex-direction: column; align-items: center;}
    .landing_zi_price {margin: 20px 0 0 0; justify-content: center;}

    .hero-block h2 { font-size: 40px !important; line-height: 42px !important; margin: 0 0 12px!important; text-align: center; }
    .mower-product-wrp { padding: 50px 0 25px !important; }
    .product-bottom-info .zi-variable { flex-direction: column; align-items: flex-start; }
    .product-bottom-info .zi-variable .woovr-variations { flex-direction: column; }
    .mower-product-block .mower-product-dt .product-detail-discretion-wrp .product-bottom-info .woovr-variations .woovr-variation { margin: 10px 0 0 0; }
    .post-type-archive-product .equipment-product-block ul { flex-flow: wrap !important; }
    .add_to_cart_button.loading::after,.add_to_cart_button.added::after {position: absolute !important; right: 2px !important;}

    .woocommerce form .form-row .required {display: none;}
    .cart-mobile {position: relative;margin: 0 0 0 200px;}
    /* .cart-mobile img { position: absolute; right: -140px; top: -14px;} */
    .cart-desktop {display: none !important;}

    .hero-block.hero-video .hero_content { position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%, -50%); }
	.hero-block.hero-video { height: 533px; }
	.hero-home .hero-block.hero-video { height: 533px; }

	.hero-block.hero-video video { height: 533px; }
    .delivery-method .payment-method #payment label, .delivery-method .payment-method #payment div.payment_box p { font-size: 17px; line-height: 20px; }
    .woocommerce-privacy-policy-text { font-size: 17px; line-height: 22px; }
    .error-section .block_title h3 { font-size: 24px; line-height: 28px;}
    .error-section .main_title h1 { font-size: 70px; line-height: 74px;}
    .error-section .block_title h3 {padding: 10px 0;}
    .error-section { margin: 170px 0 80px 0; }
    .hero-home { margin: 80px 0 0 0; }

    .product-landing-banner .landing-banner { margin: 80px 0 0 0; }

    .about-banner { margin: 70px 0 0 0; }
    .hero-home .hero-bottom-info {padding: 0;}
    .request-banner { margin: 60px 0 0 0; }
    .equipment-banner .hero-block { margin: 90px 0 0 0; }
    .privacy-wrp {margin: 70px 0 0 0;}
    .cart-block .woocommerce-cart-form {margin: 0;}
    .woocommerce-cart-form { margin: 50px 0 0 0; }
    .billing-wrp {margin: 90px 0 0 0;}
    .cart-wrp h2 {margin: 0;}
    .cart-wrp {margin: 30px 0 0 0;}
    footer .quicklinks ul li:last-child a { margin-left: auto !important; }
    /* .product-detail-discretion-wrp .product-bottom-info {flex-direction: column;} */
    .product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li { margin: 0 0 18px !important; }
    .mower-product-block .simple-pro .price { margin: 0px 20px 5px 0px !important; }
    .mower-product-dt .simple-pro {flex-direction: column !important;}

    /* 4-04-2023 Start */
    /* .comparison-wrp .equipment-product-wrp.fixed {width: auto; position: relative;}  */
    .comparison-wrp .equipment-product-wrp.fixed {width: 100%; max-width: 516px;} 
    /* 4-04-2023 End */

    /* 5-04-2023 Start */
    .wpml-ls-legacy-dropdown { margin: 0 0 0 0; }
    .wpml-ls-sidebars-lang-sidebar {display: none;}
    /* 5-04-2023 End */

    /* 6-04-2023 Start */
    .flag .wpml-ls-legacy-list-horizontal {padding: 0; border: none;}
    .flag .wpml-ls-legacy-list-horizontal a {padding: 0;}
    .flag .wpml-ls-legacy-list-horizontal li {margin: 0 40px 0 0;}
    .flag .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {font-weight: 700;}
    .flag .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {margin-bottom: 0;}
    .product-wrp .product-dt .pro-btn a:first-child { margin: 0 18px 0 0; }
    /* 6-04-2023 End */

    /*11-04-2023*/
    .cart-empty { margin: 130px 0 0 0; }
    .cart-empty .return-to-shop .wp-element-button {padding: 10px 26px;}
    .woocommerce div.product form.cart {flex-direction: column;}
    .product-bottom-info .cart { display: flex; align-items: flex-start;}
    .product-bottom-info .quantity { margin-bottom: 10px !important; }
    /*11-04-2023*/

    /* .product-detail-discretion-wrp .product-bottom-info .landing_zi_price h2 { font-size: 44px !important; line-height: 48px !important;} */
    .product-detail-discretion-wrp .product-bottom-info .landing_zi_price { flex-direction: column; }
    .product-detail-discretion-wrp .product-bottom-info .landing_zi_price h2 { font-size: 40px !important; line-height: 45px !important; margin-bottom: 20px !important; }

    /*18/04/2023*/
    /* .comparison-overflow {overflow: auto;} */
    .page-template-tpl_compare .comparison-wrp {overflow: auto !important;}
    .page-template-tpl_compare .comparison-block ul {overflow: unset !important;}
    /* .page-template-tpl_compare .equipment-product-block ul {flex-wrap: nowrap !important;overflow-y: scroll;} */
    .page-template-tpl_compare .equipment-product-block ul {flex-wrap: nowrap !important;}
    .page-template-tpl_compare .comparison-block {width: 100%;display: table;}
    .comparison-wrp .comparison-block > h3 { text-align: left !important; font-size: 17px; line-height: 19px; }
    /* .comparison-block ul {position: relative;}
    .comparison-block ul::after {content: " ";border-bottom: 1px solid #000;position: absolute;bottom: 0;width: 100%;height: 2px;} */
    /*18/04/2023*/

    /* 4-5-2023 start */
    .equipment-product-wrp .equipment-product-block { margin-bottom: 25px; }
    .omniva-terminals-list .dropdown { font-size: 18px; line-height: 25px; }
    .omniva-terminals-list .inner-container ul li { font-size: 16px; line-height: 22px !important; padding: 10px 15px !important; }
    /* 4-5-2023 end */

    /* 5-5-2023 start */
    .product-box .box-img .onsale { width: 42px; height: 42px; font-size: 20px; line-height: 28px; }
    .product-box h4 del { font-size: 12px; line-height: 18px; }
    .woocommerce span.onsale { font-size: 16px; line-height: 22px; padding: 10px 20px; }
    .mower-product-block .mower-product-dt .product-bottom-info > .price { margin-bottom: 20px !important; }
    .mower-product-block .simple-pro .price { font-size: 42px !important; line-height: 50px !important; }
    .mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 25px; line-height: 25px; margin-top: 5px; }
    /* .product-detail-discretion-wrp .product-bottom-info h2 { font-size: 42px !important; line-height: 50px !important; } */
    .mower-product-dt .simple-pro { margin-top: 30px; }
    .product-detail-discretion-wrp .zi-simple-pro { justify-content: flex-start; flex-direction: column; flex-direction: column; }
    .product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 40px !important; line-height: 40px !important; margin-bottom: 20px !important; }
    .product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 25px; line-height: 25px; }
    /* 5-5-2023 end */

    /* 8-5-2023 start */
    .comparison-wrp .comparison-description { overflow: hidden; overflow-x: auto; display: flex; flex-wrap: wrap; flex-direction: column; }
    .page-template-tpl_compare .equipment-product-block ul { align-items: flex-start; }
    .page-template-tpl_compare .equipment-product-block { flex: 1 0 0; max-width: 100%; width: 100%; }
    .comparison-wrp .equipment-product-block ul li { height: 209px; }
    .comparison-wrp .equipment-product-wrp.fixed .equipment-product-block ul li { height: 125px; }

    /* header { margin-top: 50px; } */
    header .country-languages .btn { font-size: 16px; line-height: 22px; }
    header .country-languages .dropdown-menu li a { font-size: 16px; line-height: 22px; }
    header .country-languages .btn:after { width: 8px; height: 8px; }
    header .btn-group.country-languages { display: none; }
    header .country-languages { position: relative; right: auto; top: auto; }
    header .country-languages ul li.active a,
    header .country-languages ul li a.active { font-weight: 700; color: #062601; }
    /* .hero-bottom-info ul li:before { display: none; }
    .hero-bottom-info ul li a:before { display: none; } */
    /* 8-5-2023 end */

    /* 9-5-2023 Start */
    .hero-home,
    .admin-bar .hero-home { height: auto; }
    .hero-home .hero-block.hero-video video { margin-bottom: -7px; }
    /* 9-5-2023 End */

     /*10-05-2023*/
     .hero-home{
        max-height: 100%;
    }
    /*10-05-2023*/

    .comparison-table tr th { font-size: 16px; min-width: 100px; max-width: 120px; white-space: normal; }
    .comparison-table .product-item .product-box .box-img img { max-height: 80px; }
    .comparison-table .product-item .product-box .box-img { min-height: 80px; margin-bottom: 10px; }
    .product-box h4 { font-size: 16px; margin: 0 !important; }
    .comparison-table .product-item .product-box { padding: 10px; }
    .comparison-table tr .sticky { min-width: 100px; }
    .table-wrapper .btn-primary { font-size: 16px; line-height: 20px; padding: 8px 18px; }
    .comparison-table tr td { font-size: 16px; padding: 6px 10px; }
    .comparison-table .product-item .product-box h4 { font-size: 18px; line-height: 22px; }
    .outlet-product .equipment-product-block ul li { width: 50%; }
    
}

@media (min-width: 576px) and (max-width: 767px) {
    .equipment-product-block .product-box .btn-primary {    padding: 8px 8px !important; max-width: 88px; font-size: 13px !important; line-height: 13px !important; bottom: 11px;}
    .equipment-product-block .product-box { padding: 20px 12px 47px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 12px 30px 20px !important; }
    .installation-banner:before { height: 100% !important; }
    .zi-simple-pro h2 {font-size: 44px;line-height: 34px;margin: 0 10px 0 0px !important; }

    /* 4-04-2023 Start */
    .product-detail-discretion-wrp .product-bottom-info .btn-primary {margin: 10px 0 10px !important;}
    /* 4-04-2023 End */
    

    /* 29-4-2023 start */
    .category-block .category-box a { padding: 58px 35px 20px 10px !important; }
    .product-box p { min-height: 32px; }
    /* 29-4-2023 end */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 20px 55px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 14px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 10px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 10px; }
    /* 8-05-2023 End */
}

@media (max-width: 575px) {
/* 5-5-2023 start */
.mower-product-block .mower-product-dt .product-bottom-info > .price { margin-bottom: 15px !important; }
.mower-product-block .simple-pro .price { font-size: 35px !important; line-height: 42px !important; }
.mower-product-block .mower-product-dt .product-bottom-info > .price del { font-size: 22px; line-height: 22px; margin-top: 5px; }
.product-detail-discretion-wrp .product-bottom-info .landing_zi_price h2 { font-size: 30px !important; line-height: 40px !important; margin-bottom: 10px !important;}
.product-detail-discretion-wrp .product-bottom-info h2 { font-size: 30px !important; line-height: 40px !important; }
.product-detail-discretion-wrp .zi-simple-pro h2 { font-size: 35px !important; line-height: 40px !important; margin-bottom: 15px !important; }
.product-detail-discretion-wrp .zi-simple-pro h2 del { font-size: 22px; line-height: 22px; }
/* 5-5-2023 end */
}

@media (min-width: 448px) and (max-width: 575px) {
    .equipment-product-block .product-box .btn-primary {    padding: 8px 8px !important; max-width: 88px; font-size: 13px !important; line-height: 13px !important; bottom: 11px;}
    .equipment-product-block .product-box { padding: 20px 12px 47px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 12px 30px 20px !important; }


    /* header {height: 100%;} */
    header .container {height: 100%;}
    .navbar {height: 100%;}
    .navbar-collapse {HEIGHT: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
    .lang-bix {padding: 0;width: 100%; width: calc(100% + 60px);}
    /* header .container {
        padding: 0 !important;
    } */
    .lang-bix ul { display: flex; align-items: center; justify-content: center; margin: 0 0 28px 0; }
    .lang-bix img { position: relative; left: 0; right: 0; width: 100%; bottom: 0; }
    .navbar-light .navbar-nav { margin-left: 0; }
    header.header-height { height: 100%; }
    .navbar-light .navbar-nav { width: 100%; }
    .installation-banner:before { height: 100% !important; }

    /* .cart-mobile img { position: absolute; right: -100px; top: -12px; } */
    .cart-mobile { margin: 0 0 0 160px;}
    .zi-simple-pro h2 { font-size: 34px !important; line-height: 37px !important; margin: 4px 10px 0 0px !important; }

    /* 4-04-2023 Start */
    .product-detail-discretion-wrp .product-bottom-info .btn-primary {margin: 10px 0 10px !important;}
    /* 4-04-2023 End */

    /* 29-4-2023 start */
    .category-block .category-box a { padding: 58px 35px 20px 10px !important; }
    .product-box p { min-height: 32px; }
    /* 29-4-2023 end */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 20px 55px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 14px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 10px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 10px; }
    /* 8-05-2023 End */
}

@media (max-width: 447px) {
    .equipment-product-block .product-box .btn-primary {    padding: 8px 8px !important; max-width: 88px; font-size: 13px !important; line-height: 13px !important; bottom: 11px;}
    .equipment-product-block .product-box { padding: 20px 12px 47px 20px !important; }
    .equipment-product-block.product-sub-image .product-box { padding: 20px 12px 30px 20px !important; }
    .product-bottom-info ul li { margin: 0 8px 0px 0px; }
    .hero-block { padding: 78px 24px 140px; }
    .hero-block h2 { margin: 0 0 7px !important; }
    .mower-product-wrp { padding: 30px 0 25px !important; }
    header .container {height: 100%;}
    .navbar {height: 100%;}
    .navbar-collapse {HEIGHT: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
    .lang-bix {padding: 0;width: calc(100% + 60px);}
    .lang-bix ul { display: flex; align-items: center; justify-content: center; margin: 0 0 28px 0; }
    .lang-bix img { position: relative; left: 0; right: 0; width: 100%; bottom: 0; }
    .navbar-light .navbar-nav { margin-left: 0; }
    header.header-height { height: 100%; }
    .navbar-light .navbar-nav { width: 100%; }
    .product-detail-discretion-wrp .product-bottom-info .btn-primary { width: 192px;}
    .product-detail-discretion-wrp .product-bottom-info .btn-secondary { width: 192px;}
    .post-type-archive-product .equipment-product-block ul { flex-flow: wrap !important; }
    .installation-banner:before { height: 100% !important; }

    .cart-order .order-box .coupon .btn-group .btn-primary {max-width: 220px !important; width: 100% !important;    margin: 0 auto 10px auto;}
    .cart-order .order-box .btn-group {padding: 0 !important;}

    .second-choosing-wrp {padding: 76px 0 75px !important;}

    /* .cart-mobile img { position: absolute; right: -60px; top: -14px; } */
    .cart-box {margin-top: 40px;}
    .cart-mobile { margin: 0 0 0 80px;}
    .product-detail-discretion-wrp .zi-simple-pro {flex-direction: column;}
    .zi-simple-pro h2 {margin: 0 0 10px 0 !important;}

    /* 4-04-2023 Start */
    .product-detail-discretion-wrp .product-bottom-info .btn-primary {margin: 10px 0 10px !important;}
    .product-box p { min-height: 32px; }
    /* 4-04-2023 End */

    /* 8-05-2023 Start */
    .mower-product-wrp .mower-product-block .product-img { padding: 20px 55px !important; }
    .mower-product-wrp .mower-product-block .product-img .woocommerce-product-gallery { margin: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a { font-size: 0 !important; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:before,
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav a:after { font-weight: 400; font-size: 14px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-prev { left: 10px; }
    .mower-product-wrp .mower-product-block .product-img .flex-direction-nav .flex-nav-next { right: 10px; }
    /* 8-05-2023 End */

    /* 11-5-2023 start */
    .equipment-product-block .product-box { padding-bottom: 60px !important; }
    .equipment-product-block .product-box h4 { margin: 0 !important; }
    /* 11-5-2023 end */
}

@media (max-width: 462px) {
    .equipment-product-wrp .equipment-title .row { flex-direction: column; align-items: flex-start !important; }
    .woocommerce .woocommerce-ordering select { margin-top: 5px; }
    .equipment-product-wrp .equipment-title { margin: 0 0 15px !important;}
}

@media (max-width: 340px) {
    .cart-box a { margin: 0 !important; }
    .product-remove a { margin: 0 auto !important; }
    .second-choosing-wrp {
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 97%) !important;
    }
    .product-box .box-img img {
        max-width: 80px !important;
    }
}

@media (max-width: 365px) {
    .product-block-even.product-block .product-dt { padding: 0 40px 0 30px !important; }
    .product-detail-discretion-wrp .product-bottom-info .btn-primary {width: 170px;}
    .product-detail-discretion-wrp .product-bottom-info .btn-secondary { width: 172px; }
    .product-bottom-info .zi_product_landing_block ul li {width: 128px;}
    .equipment-title .dropdown .woocommerce-ordering select {width: 270px !important;}
}

@media (min-width: 376px) and (max-width: 420px) {
    .product-block-even.product-block .product-dt {
        padding: 0 0px 0 40px !important;
    }
}

/* @media ( max-height: 1024px ) { */
    /* .hero-block.hero-video video {height: calc(100vh - 108px);}
    .hero-block.hero-video { height: 578px; min-height: 100%; }
    .hero-block.hero-video video {height: 578px;} */
    /* .hero-block.hero-video video {height: 638px;}
    .hero-block.hero-video { height: 100%; padding: 0 !important; min-height: 100%; } */
    /* .hero-block.hero-video .hero_content { position: absolute; top: 73px; left: 160px; z-index: 1; }
    .hero-bottom-info {bottom: 7px;}     */
/* } */

/* @media ( max-height: 985px ) {
    .hero-block.hero-video video {height: 478px;}
    .hero-block.hero-video { height: 100%; padding: 0 !important; min-height: 100%; }
    .hero-block.hero-video .hero_content { position: absolute; top: 73px; left: 160px; z-index: 1; }
    .hero-bottom-info {bottom: 7px;}   
} */

/* @media ( height: 800px ) {
    .hero-block.hero-video video {height: 478px;}
    .hero-block.hero-video { height: 100%; padding: 0 !important; min-height: 100%; }
}

@media (max-height: 730px) {
    .hero-block.hero-video video {height: 478px;}
    .hero-block.hero-video { height: 100%; padding: 0 !important; min-height: 100%; }
} */

/* @media (max-height: 720px) {
    .hero-block.hero-video video {height: 450px;}
    .hero-block h2 {font-size: 65px !important;line-height: 70px !important;}
    .hero-block.hero-video .hero_content {top: 73px;left: 110px;}
} */


del span {
    text-decoration: line-through !important;
}

/* 21-6-2023 */

.mower-product-wrp .titlebar h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}

.cart-wrp h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 93%;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}

.equipment-banner .hero-block h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
}

.installation-banner .banner-content h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 35px;
}

.about-banner .banner-block .banner-info h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 35px;
}

.contact-content h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 35px;
}

.privacy-wrp.typography h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 68px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}

.contact-content h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 55px;
}

.comparison-wrp .titlebar h1 {
    font-weight: 800;
    font-size: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 42px;
}

.blog-wrp .blog-detail h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}

.hero-block h1 {
    font-weight: 800;
    font-size: 115px;
    line-height: 115px;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 15px;
}

.hero-block h1 span {
    color: #062601;
}

.archive .offer-wrp .offer-block.aos-init.aos-animate .offer-info {
    padding: 101px 160px 46px 69px;
}

.archive .offer-wrp .offer-info h2 {
    margin-bottom: 48px;
    font-family: "Cabinet Grotesk";
    font-style: normal;
    font-weight: 800;
    font-size: 75px;
    line-height: 66px;
    color: #C0F251;
    text-transform: uppercase;
    white-space: unset !important;
}

.archive .offer-wrp .offer-info p {
    margin-bottom: 55px;
    font-family: Rota;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FFF;
    max-width: 625px;
}

.archive .offer-wrp .offer-info .btn-primary {
    border-color: #FFF !important;
    color: #FFF !important;
}

.archive .offer-wrp .offer-info .btn-primary:hover {
    background-color: #FFF !important;
    color: #062601 !important;
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .cart-wrp h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 30px;
    }
    .equipment-banner .hero-block h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 20px;
        line-height: 40px;
    }
    .privacy-wrp.typography h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 55px;
        line-height: 40px;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .hero-block h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .archive .offer-wrp .offer-info h2 {
        font-size: 65px !important;
        line-height: 56px !important;
    }

    /* 31-03-26 */
    .outlet-offer.offer-wrp .offer-info h2 {
        font-size: 65px !important;
        line-height: 56px !important;
    }
    /* 31-03-26 */
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .hero-home .hero-block h1 {
        font-size: 65px;
        line-height: 65px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .mower-product-wrp {
        margin-top: 40px !important;
    }
    .mower-product-wrp .titlebar h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .cart-wrp h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .hero-block h1 {
        font-size: 60px !important;
        line-height: 62px!important;
    }
    .installation-banner .banner-content h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 20px;
        line-height: 40px;
    }
    .privacy-wrp.typography h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 30px;
        line-height: 40px;
    }
    .comparison-wrp .titlebar h1 {
        font-size: 40px;
        margin: 0 0 30px;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .hero-block h1 {
        font-size: 60px !important;
        line-height: 62px!important;
    }
    .archive .offer-wrp .offer-block.aos-init.aos-animate .offer-info {
        padding: 35px 45px 35px 35px;
    }
    .archive .offer-wrp .offer-info h2 {
        font-size: 44px !important;
        line-height: 44px !important;
    }

    /* 31-03-26 */
    .outlet-offer.offer-wrp .offer-block.aos-init.aos-animate .offer-info {
        padding: 35px 45px 35px 35px;
    }
    .outlet-offer.offer-wrp .offer-info h2 {
        font-size: 44px !important;
        line-height: 44px !important;
    }
    /* 31-03-26 */
}

@media (min-width: 992px) and (max-width: 1024px) {
    .mower-product-wrp {
        margin-top: 40px !important;
    }
    .mower-product-wrp .titlebar h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .cart-wrp h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .hero-block h1 {
        font-size: 64px!important;
        line-height: 63px!important;
    }
    .installation-banner .banner-content h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 20px;
        line-height: 40px;
    }
    .privacy-wrp.typography h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 30px;
        line-height: 40px;
    }
    .comparison-wrp .titlebar h1 {
        font-size: 40px;
        margin: 0 0 30px;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .hero-block h1 {
        font-size: 64px!important;
        line-height: 63px!important;
    }
    .archive .offer-wrp .offer-block.aos-init.aos-animate .offer-info {
        padding: 35px 45px 35px 35px;
    }
    .archive .offer-wrp .offer-info h2 {
        font-size: 44px !important;
        line-height: 44px !important;
    }
    /* 31-03-26 */
    .outlet-offer.offer-wrp .offer-block.aos-init.aos-animate .offer-info {
        padding: 35px 45px 35px 35px;
    }
    .outlet-offer.offer-wrp .offer-info h2 {
        font-size: 44px !important;
        line-height: 44px !important;
    }
    /* 31-03-26 */
}

@media (min-width: 768px) and (max-width: 991px) {
    .mower-product-wrp .titlebar h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .cart-wrp {
        padding: 92px 0 !important;
    }
    .cart-wrp h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .equipment-banner .hero-block h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .installation-banner .banner-content h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 35px;
        margin: 0 0 20px;
        line-height: 40px;
    }
    .privacy-wrp.typography h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 13px;
    }
    .comparison-wrp .titlebar h1 {
        font-size: 40px;
        margin: 0 0 30px;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .hero-block h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .archive .offer-wrp .offer-block.aos-init.aos-animate .offer-info {
        padding: 35px 45px 35px 35px;
    }
    .archive .offer-wrp .offer-info h2 {
        font-size: 42px !important;
        line-height: 42px !important;
    }
    .archive .offer-wrp .offer-info p {
        font-size: 30px;
        line-height: 30px;
    }
    /* 31-03-26 */
    .outlet-offer.offer-wrp .offer-block.aos-init.aos-animate .offer-info {
        padding: 35px 45px 35px 35px;
    }
    .outlet-offer.offer-wrp .offer-info h2 {
        font-size: 42px !important;
        line-height: 42px !important;
    }
    .outlet-offer.offer-wrp .offer-info p {
        font-size: 30px;
        line-height: 30px;
    }
    /* 31-03-26 */
}

@media (max-width: 767px) {
    .archive .offer-wrp .offer-mobile {
        padding: 19px 15px 14px 16px;
    }
    .archive .offer-wrp .offer-mobile h3 {
        font-family: 'Cabinet Grotesk';
        font-style: normal;
        font-weight: 800;
        font-size: 25px;
        line-height: 25px;
        color: #C0F251;
        margin-bottom: 13px;
    }
    .archive .offer-wrp .offer-mobile p {
        font-family: Rota;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 16px;
        color: #FFF;
        margin-bottom: 16px;
    }
    .archive .offer-wrp .offer-mobile .btn-primary {
        border-color: #FFF !important;
        color: #FFF !important;
        font-size: 18px;
        line-height: 18px;
        padding: 12px 20px;
        margin: 0 auto;
    }
    .archive .offer-wrp .offer-mobile .btn-primary:hover {
        background-color: #FFF !important;
        color: #062601 !important;
    }
    .archive .offer-mobile h2 {
        font-size: 35px;
    }

    /* 31-03-26 */
    .outlet-offer.offer-wrp .offer-mobile {
        padding: 19px 15px 14px 16px;
    }
    .outlet-offer.offer-wrp .offer-mobile h3 {
        font-family: 'Cabinet Grotesk';
        font-style: normal;
        font-weight: 800;
        font-size: 25px;
        line-height: 25px;
        color: #C0F251;
        margin-bottom: 13px;
    }
    .outlet-offer.offer-wrp .offer-mobile p {
        font-family: Rota;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 16px;
        color: #FFF;
        margin-bottom: 16px;
    }
    .outlet-offer.offer-wrp .offer-mobile .btn-primary {
        border-color: #FFF !important;
        color: #FFF !important;
        font-size: 18px;
        line-height: 18px;
        padding: 12px 20px;
        margin: 0 auto;
    }
    .outlet-offer.offer-wrp .offer-mobile .btn-primary:hover {
        background-color: #FFF !important;
        color: #062601 !important;
    }
    .outlet-offer.offer-mobile h2 {
        font-size: 35px;
    }
    /* 31-03-26 */
}

@media (min-width: 576px) and (max-width: 767px) {
    .mower-product-wrp {
        margin-top: 57px !important;
    }
    .mower-product-wrp .titlebar h1 {
        font-size: 25px;
        line-height: 26px;
        margin: 0 0 24px;
    }
    .cart-wrp {
        margin: 67px 0 0 0;
    }
    .cart-wrp h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0 0 21px;
    }
    .hero-block h1 {
        font-size: 40px !important;
        line-height: 42px !important;
        margin: 0 0 12px!important;
        text-align: center;
    }
    .installation-banner .banner-content h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0 0 20px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .privacy-wrp.typography h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 13px;
    }
    .comparison-wrp .titlebar h1 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 32px;
    }
    .comparison-wrp {
        padding: 90px 0 40px !important;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 30px;
    }
    .hero-block h1 {
        font-size: 40px !important;
        line-height: 42px !important;
        margin: 0 0 12px!important;
        text-align: center;
    }
}

@media (min-width: 448px) and (max-width: 575px) {
    .mower-product-wrp {
        margin-top: 57px !important;
    }
    .mower-product-wrp .titlebar h1 {
        font-size: 25px;
        line-height: 26px;
        margin: 0 0 24px;
    }
    .cart-wrp {
        margin: 67px 0 0 0;
    }
    .cart-wrp h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0 0 21px;
    }
    .hero-block h1 {
        font-size: 40px !important;
        line-height: 42px !important;
        margin: 0 0 12px!important;
        text-align: center;
    }
    .installation-banner .banner-content h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0 0 20px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .privacy-wrp.typography h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 13px;
    }
    .comparison-wrp .titlebar h1 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 32px;
    }
    .comparison-wrp {
        padding: 90px 0 20px !important;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 30px;
    }
    .hero-block h1 {
        font-size: 40px !important;
        line-height: 42px !important;
        margin: 0 0 12px!important;
        text-align: center;
    }
}

@media (max-width: 447px) {
    .mower-product-wrp {
        margin-top: 57px !important;
    }
    .mower-product-wrp .titlebar h1 {
        font-size: 25px;
        line-height: 26px;
        margin: 0 0 24px;
    }
    .cart-wrp {
        margin: 67px 0 0 0;
    }
    .cart-wrp h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0 0 21px;
    }
    .hero-block h1 {
        font-size: 40px !important;
        line-height: 42px !important;
        margin: 0 0 7px !important;
        text-align: center;
    }
    .installation-banner .banner-content h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0 0 20px;
    }
    .about-banner .banner-block .banner-info h1 {
        font-size: 25px;
        line-height: 23px;
        margin: 0;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .privacy-wrp.typography h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .contact-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 13px;
    }
    .comparison-wrp .titlebar h1 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 32px;
    }
    .comparison-wrp {
        padding: 87px 0 20px !important;
    }
    .blog-wrp .blog-detail h1 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 30px;
    }
    .hero-block h1 {
        font-size: 40px !important;
        line-height: 42px !important;
        margin: 0 0 12px!important;
        text-align: center;
        margin: 0 0 7px !important;
    }
    .archive .offer-wrp .offer-mobile p {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .archive .offer-wrp .offer-mobile .btn-primary {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 14px;
    }
    /* 31-03-26 */
    .outlet-offer.offer-wrp .offer-mobile p {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .outlet-offer.offer-wrp .offer-mobile .btn-primary {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 14px;
    }
    /* 31-03-26 */
}

/* 21-6-2023 */

/* 24-8-2023 */

.single-product .single_variation_wrap .single_variation .woocommerce-variation-price {
    text-align: right;
}

.single-product .product-bottom-info .price {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.single-product .product-bottom-info .single_variation_wrap .price ins .woocommerce-Price-amount.amount {
    color: #FB0404 !important;
    letter-spacing: -0.55px;
}

.single-product .product-bottom-info .single_variation_wrap .price del .woocommerce-Price-amount.amount {
    font-size: 30px;
    line-height: 30px;
    color: #434343 !important;
    letter-spacing: -0.3px;
}

.single-product del span.amount:before {
    background-color: #434343 !important;
}

.landing_zi_price .landing-price .zi-price-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.zi-price-block del {
    color: #434343 !important;
}

.zi-price-block del span:before {
    background-color: #434343 !important;
}

.zi-price-block .zi-display-price {
    color: #FB0404;
}

.woocommerce.single-product div.product span.price del {
    opacity: 1;
}

.comparison-block ul li span:first-child {
    display: block;
    color: #FB0404;
}

.comparison-block ul li span:nth-child(2) {
    position: relative;
    color: #062601 !important;
    font-size: 20px;
}

.comparison-block ul li span:nth-child(2):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #062601;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.single-product .product-bottom-info .single_variation_wrap .price .woocommerce-Price-amount.amount {
    margin: 0;
}

@media (min-width: 1200px) {
    .zi-price-block del {
        font-size: 30px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    /* .product-detail-discretion-wrp .product-bottom-info .btn-secondary {
        width: unset;
    } */
    .single-product .product-bottom-info .single_variation_wrap .price ins .woocommerce-Price-amount.amount {
        font-size: 40px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .single-product .product-bottom-info .single_variation_wrap .price ins .woocommerce-Price-amount.amount {
        font-size: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .single-product .product-bottom-info .single_variation_wrap .price ins .woocommerce-Price-amount.amount {
        font-size: 40px;
    }
}

@media (max-width: 1201px) {
    .comparison-block ul li span:nth-child(2) {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-product .product-bottom-info .single_variation_wrap .price ins .woocommerce-Price-amount.amount {
        font-size: 45px;
    }
    .product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator { font-size: 16px !important; }
    .product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator > img { width: 50px !important; }

    .zi-landshark-prod-calc-block { font-size: 16px !important; }
    .zi-landshark-prod-calc-block #esto_calculator { font-size: 16px !important; }
    .mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary { width: auto !important; }
}

@media (max-width: 767px){
.product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator { font-size: 16px !important; }
.product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator > img { width: 50px !important; }
.single-product .single_variation_wrap .variations_button { margin-top: 0 !important; }
.product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator { margin-bottom: 0 !important; }

.zi-landshark-prod-calc-block { font-size: 16px !important; }
.zi-landshark-prod-calc-block #esto_calculator { font-size: 16px !important; }
.single-product .product-bottom-info .single_variation_wrap .price ins .woocommerce-Price-amount.amount {
    font-size: 40px;
}
}
/* 24-8-2023 */

/* 3-9-2024 */
.product-detail-discretion-wrp .single_variation_wrap { flex-wrap: wrap; }
.product-detail-discretion-wrp .single_variation_wrap .woocommerce-variation-description > *:last-child { border-bottom: 1px solid #000000; padding-bottom: 15px; margin-bottom: 15px; }
.product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator { display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: flex-end; font-size: 20px; line-height: 25px; margin-bottom: 25px; }
.product-detail-discretion-wrp .single_variation_wrap .woocommerce-variation-description { font-size: 20px; line-height: 25px; }
.product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator > img { flex: 0 0 auto; margin-left: 15px; width: 60px !important; }
.product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator #esto_monthly_payment { font-weight: 700; color: #003FFF; }

.single-product .single_variation_wrap .single_variation .woocommerce-variation-price { display: inline-block; }
.single-product .product-bottom-info .price { align-items: flex-end; }


.zi-landshark-prod-calc-block { font-weight: 400; font-size: 20px; line-height: 25px; margin-top: 25px; }
.zi-landshark-prod-calc-block #esto_monthly_payment { color: #003FFF; }
.zi-landshark-prod-calc-block #esto_calculator { font-weight: 400; font-size: 20px; line-height: 25px; display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: flex-end; }
.zi-landshark-prod-calc-block #esto_calculator .woocommerce-Price-amount { color: #003FFF; }
.zi-landshark-prod-calc-block #esto_calculator > img { flex: 0 0 auto; width: 60px !important; margin-left: 15px; }
.mower-product-block .mower-product-dt .product-bottom-info > .price ins { color: #FB0404; line-height: 1; }
.landing_zi_price .landing-price .zi-price-block { color: #FB0404; }


.mower-product-dt .simple-pro { flex-direction: column;  align-items: flex-end; }
.mower-product-block .mower-product-dt .product-bottom-info > .price { align-items: flex-end; justify-content: flex-end; margin-bottom: 15px !important; }
.product-detail-discretion-wrp .zi-simple-pro h2 ins{ color: #FB0404; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {font-size: 26px !important;}
.single-product .single_variation_wrap .variations_button { margin-top: -110px; display: flex; flex-direction: column; align-items: flex-end !important; }
.single-product .single_variation_wrap .variations_button > * { margin-bottom: 15px !important; }
.single-product .single_variation_wrap .variations_button > *:last-child { margin-bottom: 0 !important; }
.mower-product-block .mower-product-dt .product-bottom-info .woocommerce-variation-add-to-cart .btn-secondary { width: 200px; }
/* 3-9-2024 */

/* 5-9-2024 Akanksha */
.zi-landshark-prod-calc-block.zi-landshark-simple-product {
    margin-bottom: 25px !important;
}
.single-product .product-bottom-info .price {
    margin-right: 200px;
    width: 380px;
}
.simple-pro.product-bottom-info .cart  {
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    margin-bottom: 0 !important;
}
.simple-pro.product-bottom-info .price {
    margin-right: 200px;
    width: 380px;
}
.mower-product-dt .simple-pro.product-bottom-info {
    flex-direction: row;
    margin-bottom: 0;
}
.product-bottom-info.simple-pro .quantity {
    margin-bottom: 15px !important;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .product-detail-discretion-wrp .product-bottom-info.zi-simple-product .btn-secondary {
        width: max-content !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .product-detail-discretion-wrp .product-bottom-info.zi-simple-product .btn-secondary {
        width: max-content !important;
    }
}

@media (min-width: 768px) {
    .product-detail-discretion-wrp .single_variation_wrap .woocommerce-variation-description {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-product .single_variation_wrap .single_variation .woocommerce-variation-price {
        margin-top: 30px;
    }
    .single-product .product-bottom-info .price {
        margin-right: 140px;
    }
    .product-detail-discretion-wrp .product-bottom-info.zi-simple-pro h2 {
        margin-left: -200px;
    }
    .product-detail-discretion-wrp .product-bottom-info.zi-simple-product .btn-secondary {
        width: max-content !important;
    }
}

@media (max-width: 767px) {
    .single-product .product-bottom-info .price {
        margin-right: 0;
        width: unset;
    }
    .zi-landshark-prod-calc-block .zi-landshark-detail .esto_calculator {
        text-align: center;
    }
    .product-detail-discretion-wrp .product-bottom-info.zi-simple-pro {
        justify-content: center !important;
    }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap {
        align-items: center !important;
    }
    .product-bottom-info .zi-variable {
        align-items: center !important;
    }
    .mower-product-block .mower-product-dt .product-bottom-info .single_variation_wrap {
        align-items: center !important;
    }
    .single-product .product-bottom-info .price {
        align-items: center !important;
        margin-top: 18px !important;
    }
    .single-product .single_variation_wrap .single_variation .woocommerce-variation-price {
        display: block !important;
    }
    .single-product .single_variation_wrap .variations_button {
        align-items: center !important;
    }
    .product-detail-discretion-wrp .single_variation_wrap .woocommerce-variation-description {
        text-align: center !important;
        display: flex;
        justify-content: center;
    }
    .zi-landshark-prod-calc-block #esto_calculator {
        justify-content: center !important;
    }
    .mower-product-dt .simple-pro.product-bottom-info {
        align-items: center !important;
    }
    .mower-product-block .mower-product-dt .product-bottom-info > .price {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .woocommerce div.product form.cart {
        align-items: center !important;
    }
}
@media (max-width: 575px) {
    .product-detail-discretion-wrp .zi-simple-pro h2 {
        font-size: 24px !important;
    }
    .product-detail-discretion-wrp .single_variation_wrap .calculator #esto_calculator {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }
    .zi-landshark-prod-calc-block #esto_calculator {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }
}
/* 5-9-2024 Akanksha */