* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html.sfPageEditorWrp {
    font-size: 62.5%;
}

body,
html {
    background-color: #F0F0F0;
}

body {
    min-width: 100%;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'HelveticaNeueLTStdRoman';
    color: #372f2c;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

a,
a:link,
a:visited {
    color: #009DDF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

[contentEditable=true]:focus,
[tabindex]:focus,
a:focus,
area[href]:focus,
button:focus,
iframe:focus,
input:focus,
input[type=radio]:focus,
select:focus,
textarea:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #232C77;
    outline-offset: 2px
}

.pt-0 {
    padding-top: 0px !important;
}

/* btn */
.btn,
.btn:link,
.btn:visited {
    font-size: 20px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    text-decoration: none;
    background-color: #EB8C00;
    display: inline-block;
    min-width: 222px;
    text-align: center;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    background-color: #009DDF;
}

.btn-white-outline,
.btn-white-outline:link,
.btn-white-outline:visited {
    font-size: 20px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    text-decoration: none;
    border: 3px solid #FFFFFF;
    display: inline-block;
    min-width: 222px;
    text-align: center;
    padding: 13px 58px;
    font-weight: normal;
    background-color: transparent;
    cursor: pointer;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
    background-color: #EB8C00;
    color: #fff;
}

.btn-white-outline.yellow-outline {
    border-color: #EB8C00;
    color: #EB8C00;
}

.btn-white-outline.yellow-outline:hover,
.btn-white-outline.yellow-outline:focus {
    color: #fff;
}

.btn-white-outline.blue-outline,
.btn-white-outline.blue-outline:link,
.btn-white-outline.blue-outline:visited {
    border-color: #232C77;
    color: #232C77;
}

.btn-white-outline.blue-outline:hover,
.btn-white-outline.blue-outline:focus {
    color: #fff;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

.container {
    width: 100%;
    max-width: 1474px;
    padding: 0 15px;
    margin: 0 auto;
}

/* fullWrapper */
.fullWrapper {
    width: 100%;
    overflow: hidden;
}

/* headerWrapper */
.headerWrapper {
    width: 100%;
}

.topHeader {
    padding: 7px 0;
    width: 100%;
    background-color: #232C77;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}

.topHeader .container {
    display: flex;
    justify-content: space-between;
}

.visit-link a {
    padding: 0 60px 0 0;
    font-size: 14px;
    color: #fff;
    display: block;
    font-family: 'HelveticaNeueLTStdRoman';
    text-decoration: none;
    background-image: url(../images/link-icon.svg);
    background-position: center right;
    background-repeat: no-repeat;
    outline-color: #fff;
}

.visit-link a:hover,
.visit-link a:focus {
    color: #EB8C00;
}

.topMenu ul {
    list-style: none;
    display: flex;
}

.topMenu li {
    margin: 0 0 0 50px;
}

.topMenu li a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: 'HelveticaNeueLTStdRoman';
    outline-color: #fff;
}

.topMenu li a:hover,
.topMenu li a:focus {
    color: #EB8C00;
}

/* bottomHeader */
.bottomHeader {
    width: 100%;
    min-height: 125px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.bottomHeader .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoArea a {
    display: block;
}

.headBottomMenu {
    display: flex;
    align-items: center;
}

.headBottomMenu ul {
    list-style: none;
    display: flex;
}

.headBottomMenu li {
    margin: 0 0 0 65px;
}

.headBottomMenu li:first-child {
    margin-left: 0px;
}

.headBottomMenu li a {
    font-size: 20px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #009DDF;
    text-decoration: none;
}

.headBottomMenu li a:hover,
.headBottomMenu li a:focus {
    color: #EB8C00;
}

.shop-basket {
    margin: 0 0 0 50px;
    position: relative;
}

.shop-basket a {
    display: block;
    position: relative;
    cursor: pointer;
}

.shop-basket a span {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 100%;
    background-color: #EB8C00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.basket-drop {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
    width: 400px;
    overflow: auto;
    position: absolute;
    right: -10px;
    top: 36px;
    z-index: 9;
    overflow: visible;
    display: none;
}

.basket-drop.open {
    display: block;
}

.basket-drop:before {
    border: 10px solid;
    border-color: transparent transparent #ccc;
    content: "";
    position: absolute;
    top: -20px;
    right: 13px;
    overflow: inherit;
}

.basket-drop:after {
    border: 9px solid;
    border-color: transparent transparent #fff;
    content: "";
    position: absolute;
    top: -17px;
    right: 14px;
    overflow: inherit;
}

.basket-drop .basket-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 0px;
    background-image: url(../images/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
}

.basket-drop .actionBtn {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.basket-drop .actionBtn.pt {
    padding-top: 44px;
}

.basket-drop .actionBtn .btn,
.basket-drop .actionBtn .btn-white-outline {
    width: 100%;
    padding: 12px 10px;
}

.basket-drop .basket-items {
    padding: 30px;
    overflow: auto;
    height: auto !important;
    max-height: 210px !important;
    padding: 20px;
    order: 2;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.basket-drop .basket-card {
    padding: 10px;
    margin-bottom: 10px;
}

.basket-drop .basket-card .basket-image {
    width: 65px;
    height: 65px;
    padding: 10px;
}

.basket-drop .basket-card .basket-title {
    font-size: 18px;
}

.basket-drop .basket-card .product-code,
.basket-drop .basket-card .product-cart-price {
    font-size: 16px;
    font-family: 'HelveticaNeueLTStdRoman';
}

.basket-drop .increment-decrement {
    width: 82px;
}

.basket-drop .increment-decrement button {
    width: 26px;
    height: 26px;
    background-size: 10px auto;
}

.basket-drop .increment-decrement input[type=number] {
    width: 30px;
    height: 26px;
    font-size: 13.6px;
}

.basket-drop .basket-card .basket-remove-btn {
    font-size: 16px;
}

.basket-drop .basket-card .basket-card-right {
    width: 100px;
    padding: 0px;
}

.basket-drop .basket-card .basket-card-left {
    width: calc(100% - 110px);
}

.basket-drop .basket-card .content {
    width: calc(100% - 75px);
}

/* mobileMenu */
.menuToggle {
    display: none;
    margin: 0 0 0 20px;
    width: 26px;
    height: 17px;
    border: none;
    background-image: url(../images/menu-bar.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    cursor: pointer;
}

.mobileMenu {
    width: 320px;
    height: 100%;
    position: fixed;
    right: -340px;
    top: 0;
    background: #fff;
    overflow: auto;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    display: none;
}

.menu-open .mobileMenu {
    visibility: visible;
    opacity: 1;
    right: 0px;
}

.mobileLogo {
    width: 100%;
    padding: 18px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

.mobileLogo img {
    max-width: 150px;
}

.mobileMenu .menu {
    padding: 15px 20px;
}

.mobileMenu .menu ul {
    list-style: none;
}

.mobileMenu .menu li {
    margin-bottom: 10px;
}

.mobileMenu .menu li a {
    display: block;
    font-size: 16px;
    color: #232C77;
    text-decoration: none;
}

.mobileMenu .menu .top {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

.mobileMenu .menu .top li a {
    font-size: 18px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #009DDF;
}

.mobileMenu .menu li a:hover {
    color: #EB8C00;
}

.menu_close {
    width: 25px;
    float: left;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 26px;
    border: none;
    background: none;
    font-size: 0px;
}

.menu_close span {
    position: absolute;
    height: 5px;
    width: 100%;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
}

.menu_close span:before {
    position: absolute;
    left: 0;
    top: -9px;
    background-color: #232C77;
    content: '';
    width: 100%;
    height: 5px;
    transform: rotateZ(45deg) scaleX(0.75) translate(12px, -3px);
    -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(12px, -3px);
    -o-transform: rotateZ(45deg) scaleX(0.75) translate(12px, -3px);
}

.menu_close span:after {
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #232C77;
    content: '';
    width: 100%;
    height: 5px;
    transform: rotateZ(-45deg) scaleX(0.75) translate(12px, 3px);
    -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(12px, 3px);
    -o-transform: rotateZ(-45deg) scaleX(0.75) translate(12px, 3px);
}


/* midWrapper */
.midWrapper {
    width: 100%;
}

/* bannerArea */
.bannerArea {
    width: 100%;
    min-height: 930px;
    background: rgb(67, 176, 42);
    background: linear-gradient(210deg, rgba(67, 176, 42, 1) 0%, rgba(24, 87, 10, 1) 100%);
}

.bannerArea .container {
    position: relative;
}

.bannerArea .text {
    width: 42%;
    padding: 20px 0 0 0;
}

.bannerArea .text img {
    margin: 0 0 -8px -12px;
}

.bannerArea h1,
.bannerArea .herobanner-toptitle {
    font-size: 44px;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 24px;
}

.bannerArea p {
    font-size: 20px;
    color: #fff;
    padding: 0 14% 20px 0;
}

.bannerArea .image {
    width: 850px;
    position: absolute;
    top: -16px;
    right: -25px;
}

/* innerbannerArea */
.bannerArea.innerbannerArea {
    min-height: 200px;
    display: flex;
    align-items: center;
}

.bannerArea.innerbannerArea .container::after {
    width: 195px;
    height: 180px;
    content: "";
    position: absolute;
    bottom: -20px;
    right: 15px;
    background-image: url(../images/leaf.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bannerArea.innerbannerArea h1 {
    margin-bottom: 0px;
}

.bannerArea.innerbannerArea p {
    padding: 0px;
    margin-top: 20px;
}

.bannerArea.innerbannerArea .text {
    width: 48%;
    padding: 30px 0;
}

/* paperArea */
.paperArea {
    margin: -356px 0 0 0;
    padding: 160px 0 0 0;
    width: 100%;
    min-height: 627px;
    text-align: center;
    background-image: url(../images/paper-tap.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.paperArea h2 {
    margin: 0 0 20px 0;
    font-size: 84px;
    line-height: 1.156;
    letter-spacing: -0.25px;
    color: #fff;
    font-family: 'HelveticaNeueLTStdBd';
}

.paperArea p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    padding: 0 110px 38px 110px;
}

.paperArea.adjust-space {
    margin: -70px 0 -50px;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.paperArea.adjust-space p {
    font-size: 32px;
    text-shadow: 1px 1px 1px #000;
    padding: 0px 100px;
}

/* productArea */
.productArea {
    width: 100%;
    padding: 70px 0 0 0;
    position: relative;
    z-index: 1;
}

.productArea h2 {
    font-size: 44px;
    color: #43B02A;
    margin-bottom: 45px;
}

.productBoxs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0 0 55px 0;
}

.productBoxs .eco-box {
    width: calc(25% - 24px);
}

.productBoxs .singleImage {
    width: calc(75% - 8px);
}

    .productBoxs .singleImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.productBoxs .text-box {
    width: calc(25% - 16px);
}

.productBoxs .threeBox {
    width: calc(75% - 16px);
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.productBoxs .threeBox .eco-box {
    width: calc(33.33% - 22px);
}

/* .text-box */
.text-box h3,
.text-box .sort-title {
    font-family: 'HelveticaNeueLTStdBd';
    color: #18570A;
    font-size: 24px;
    line-height: 1.1666666666666667;
    padding-right: 18%;
    margin-bottom: 25px;
}

.text-box p {
    color: #18570A;
    font-size: 20px;
    padding-right: 18%;
    margin-bottom: 38px;
}

.text-box .btn-white-outline {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* eco-box */
.eco-box {
    width: 100%;
    position: relative;
    background-color: #43B02A;
}

.eco-box .image {
    width: 100%;
    height: 306px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.eco-box .image .imgH {
    width: 100%;
    height: 238px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eco-box .image .imgH a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eco-box .image .imgH img {
    max-height: 100%;
}

.eco-box .image .leaf-text {
    font-size: 16px;
    line-height: 1.25;
    color: #43B02A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 34px;
    margin: 0 25px 10px 25px;
    min-height: 55px;
    position: relative;
}

.eco-box .image .leaf-text::before {
    width: 24px;
    height: 34px;
    content: "";
    background-image: url(../images/shop-eco-friendly-packing-materials.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
}

.eco-box.not-button .text {
    padding-bottom: 0px;
}

.eco-box .text {
    padding: 20px 35px 143px 35px;
}

.eco-box .text h3 {
    font-size: 28px;
    line-height: 1.1;
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    margin-bottom: 10px;
}

.eco-box .text h3 a {
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    text-decoration: none;
}

.eco-box .text h3 a:hover {
    text-decoration: underline;
}

.eco-box .text p {
    margin-bottom: 23px;
    font-size: 20px;
    color: #fff;
    max-width: 225px;
}

.eco-box .text p span {
    display: block;
}

.eco-box .text p strong {
    font-weight: normal;
    font-family: 'HelveticaNeueLTStdBd';
}

.eco-box .text .btn {
    font-size: 16px;
    min-width: calc(100% - 70px);
    width: calc(100% - 70px);
    padding: 9px;
    position: absolute;
    bottom: 28px;
    left: 35px;
}

/* increment-decrement */
.increment-decrement {
    display: flex;
    align-items: center;
    width: 120px;
    margin-bottom: 0;
}

.increment-decrement button {
    font-size: 15px;
    color: #000000;
    background-color: #F0F0F0;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 0px;
    cursor: pointer;
}

.increment-decrement button.decrementBtn {
    background-image: url(../images/minus.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.increment-decrement button.incrementBtn {
    background-image: url(../images/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.increment-decrement input[type=number] {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    outline: none;
    -moz-appearance: textfield;
    font-size: 16px;
    color: #000000;
    border-radius: 0px;
}

.increment-decrement input[type=number]::-webkit-outer-spin-button,
.increment-decrement input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* serviceArea */
.serviceArea {
    padding: 122px 0 75px 0;
    width: 100%;
    position: relative;
    background-color: #43B02A;
    background-image: url(../images/vlad-kutepov.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.serviceArea .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.serviceArea .container::before {
    width: 227px;
    height: 266px;
    content: "";
    position: absolute;
    top: -300px;
    left: 15px;
    background-image: url(../images/electric-vehicle-leaf-top.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.serviceArea .container::after {
    width: 172px;
    height: 165px;
    content: "";
    position: absolute;
    bottom: -178px;
    right: 120px;
    background-image: url(../images/electric-vehicle-leaf-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.serviceArea h1,
.serviceArea h2 {
    font-size: 44px;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 30px;
}

.serviceArea p {
    color: #fff;
    font-size: 20px;
    padding-right: 10%;
}

.serviceArea .text {
    width: 62%;
}

.serviceArea .right-btn {
    padding-top: 20px;
}

.serviceArea .right-btn .btn-white-outline {
    min-width: 401px;
}

.serviceArea.innerBanner-2 .container::before,
.serviceArea.innerBanner-2 .container::after {
    display: none;
}

.serviceArea.innerBanner-2+.productArea {
    padding-top: 30px;
}

.serviceArea.innerBanner-2 {
    padding: 40px 0;
}

.serviceArea.innerBanner-2 p strong {
    font-family: 'HelveticaNeueLTStdBd';
    font-weight: normal;
}

.serviceArea.innerBanner-2 p {
    margin-bottom: 7px;
    padding-top: 20px;
}

.serviceArea.innerBanner-2 h1,
.serviceArea.innerBanner-2 h2 {
    margin-bottom: 0px;
}

/* movedayArea */
.movedayArea {
    padding: 80px 0;
    width: 100%;
    background-color: #232C77;
}

.movedayArea video {
    display: block;
}

.movedayArea.green-bg {
    background-color: #43B02A;
}

.movedayArea .container {
    position: relative;
}

.movedayArea .text {
    width: 43%;
    position: relative;
    z-index: 1;
}

.movedayArea .text h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 20px;
}

.movedayArea .text p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 45px;
}

.movedayArea .image {
    width: 977.5px;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 8px;
}

.movedayArea.left-image-text-right .image {
    right: auto;
    left: -120px;
}

.movedayArea.left-image-text-right .container {
    display: flex;
    justify-content: flex-end;
}

.movedayArea.plain-style {
    padding: 0px;
}

.movedayArea.plain-style .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 2800px;
}

.movedayArea.plain-style .text {
    padding: 30px;
}

.movedayArea .image-2 {
    width: 57%;
}

.movedayArea .image-2 img {
    width: 100%;
}

.movedayArea.plain-style-left .container {
    flex-direction: row-reverse;
}

/* latestArea */
.latestArea {
    width: 100%;
    padding: 110px 0 120px 0;
}

.latestArea .text-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 60px;
    position: relative;
}

.latestArea .text-btn .btn-white-outline::after {
    width: 19px;
    height: 19px;
    content: "";
    display: inline-block;
    background-image: url(../images/link-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.latestArea .text-btn .btn-white-outline {
    padding-left: 45px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.latestArea h2 {
    font-size: 44px;
    color: #232C77;
}

.latestArea .latest {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.latestArea .latest .news-box {
    width: calc(33.33% - 21px);
}

.latestArea .latest.newslider {
    gap: 0px;
}

.latestArea .latest.newslider .news-box {
    width: 100%;
}

.latestArea .latest.newslider .owl-stage {
    display: flex;
}

.latestArea .latest.newslider .news-box {
    height: 100%;
}

.latestArea .latest.newslider .owl-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
    width: 100%;
    float: left;
}

.latestArea .latest.newslider .owl-dots.disabled {
    display: none;
}

.latestArea .latest.newslider .owl-dot {
    background: none;
    border: 2px solid #232C77;
    border-radius: 50%;
    float: left;
    height: 10px;
    margin: 0 5px;
    width: 10px;
}

.latestArea .latest.newslider .owl-dot {
    border-color: #232C77;
}

.latestArea .latest.newslider .owl-dot.active {
    background: #232C77;
}

/* news-box */
.news-box {
    width: 100%;
    background-color: #232C77;
    border-bottom: 1px solid #707070;
}

.news-box .image video {
    object-fit: cover;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.news-box .image {
    width: 100%;
    position: relative;
}

.news-box .image a {
    display: block;
}

.news-box .image img {
    width: 100%;
}

.news-box .text {
    width: 100%;
    padding: 34px 39px 58px 39px;
    border: 1px solid #707070;
    border-bottom: none;
}

.news-box h3 {
    font-size: 28px;
    font-family: 'HelveticaNeueLTStdBd';
    line-height: 1;
    color: #009DDF;
    margin-bottom: 25px;
}

.news-box h3 a {
    color: #009DDF;
    text-decoration: none;
}

.news-box p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.news-box .readmore {
    padding: 0 38px 0 0;
    font-size: 20px;
    color: #fff;
    font-family: 'HelveticaNeueLTStdBd';
    text-decoration: none;
    display: inline-block;
    background-image: url(../images/link-icon.svg);
    background-position: center right;
    background-repeat: no-repeat;
    outline-color: #fff;
    position: absolute;
    bottom: 34px;
    left: 39px;
}

.news-box .readmore:hover,
.news-box .readmore:focus {
    color: #EB8C00;
}

/* pagination */
.pagination {
    width: 100%;
    padding: 30px 0 80px 0;
    position: relative;
    z-index: 2;
}

.pagination ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 66px;
}

.pagination li a {
    width: 32px;
    height: 32px;
    display: block;
    font-size: 24px;
    color: #009DDF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a.active {
    font-family: 'HelveticaNeueLTStdBd';
}

.pagination li a.prev {
    font-size: 0px;
    background-image: url(../images/arrow_prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pagination li a.next {
    font-size: 0px;
    background-image: url(../images/arrow_next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* basketArea */
.basketArea {
    width: 100%;
    padding: 50px 0;
}

.basketArea .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.basketArea .leftBox {
    width: 64%;
    padding: 30px;
    background-color: #fff;
}

.basketArea h2 {
    font-size: 32px;
    font-family: 'HelveticaNeueLTStdBd';
    line-height: 1;
    color: #232C77;
    margin-bottom: 25px;
}

.basket-card {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #43B02A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(67, 176, 42);
    background: linear-gradient(210deg, rgba(67, 176, 42, 1) 0%, rgba(24, 87, 10, 1) 100%);
}

.basket-card:last-child {
    margin-bottom: 0px;
}

.basket-card .basket-card-left {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 190px);
}

.basket-card .basket-image {
    width: 100px;
    height: 100px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.basket-card .basket-image img {
    max-height: 100%;
}

.basket-card .content {
    width: calc(100% - 120px);
}

.basket-card .basket-card-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
}

.basket-card .basket-title {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'HelveticaNeueLTStdBd';
    color: #fff;
    margin-bottom: 7px;
    text-decoration: none;
    display: block;
}

.basket-card .product-code {
    color: #fff;
    margin-bottom: 7px;
}

.basket-card .product-cart-price {
    color: #fff;
    font-family: 'HelveticaNeueLTStdBd';
}

.basket-card .product-cart-price .incvattxtblack {
    font-size: 11px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStdRoman';
    display: inline;
}

.basket-card .increment-decrement {
    margin: 0px;
}

.basket-card .basket-remove-btn {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
}

.basketArea .rightBox {
    width: 33%;
    padding: 30px;
    background-color: #fff;
}

.basketArea .rightBox table {
    border: none;
    width: 100%;
}

.basketArea .rightBox table th,
.basketArea .rightBox table td {
    border: none;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 10px;
}

.basketArea .rightBox table td {
    border: none;
    font-size: 20px;
    text-align: right;
    font-family: 'HelveticaNeueLTStdBd';
}

.basketArea .rightBox table .incvattxtblack {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-family: 'HelveticaNeueLTStdRoman';
    text-align: left;
    margin-bottom: 10px;
}

.basketArea .rightBox table .grand-totals {
    font-size: 48px;
    font-family: 'HelveticaNeueLTStdRoman';
    line-height: normal;
}

.basketArea .rightBox .basket-card .basket-card-left {
    width: 100%;
}

.basketArea .rightBox .basket-card {
    padding: 10px;
    margin-bottom: 10px;
}

.basketArea .rightBox .basket-card .basket-image {
    width: 80px;
    height: 80px;
    padding: 10px;
}

.basketArea .rightBox .basket-card .content {
    width: calc(100% - 90px);
}

.basketArea .rightBox .basket-card .basket-title {
    font-size: 20px;
}

.basketArea .rightBox .basket-items {
    margin-bottom: 25px;
}

.basketArea .checkout-btn {
    width: 100%;
    min-width: 100%;
    background-color: #232C77;
}

.basketArea .checkout-btn:hover {
    background-color: #009DDF;
}

.coupon-form {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.coupon-form .input-text {
    background-color: #fff;
    width: calc(100% - 140px);
    height: 46px;
    border: 1px solid #707070;
    text-align: center;
    outline: none;
    font-size: 16px;
    color: #000000;
    border-radius: 0px;
    text-align: left;
    padding: 0 20px;
    border-right: 0px;
}

.coupon-form .btn {
    padding: 0px;
    min-width: 140px;
}

/* form-details */
.form-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-details h3 {
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    font-family: 'HelveticaNeueLTStdBd';
    margin-bottom: 15px;
}

.form-details .field {
    width: 48%;
    margin-bottom: 20px;
}

.form-details label {
    font-family: 'HelveticaNeueLTStdRoman';
    color: rgb(109, 109, 109);
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: inherit;
    text-transform: none;
}

.form-details .input-text {
    background-color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid rgb(194, 194, 194);
    text-align: center;
    outline: none;
    font-size: 16px;
    color: #000000;
    border-radius: 0px;
    text-align: left;
    padding: 0 15px;
}

.form-details .field.check-field {
    width: 100%;
    display: flex;
}

.form-details .field.check-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #009DDF;
    margin: 1px 10px 0 0;
}

/* relatedSlider */
.relatedSlider {
    margin-bottom: 50px;
}

.relatedSlider .owl-stage {
    display: flex;
}

.relatedSlider .eco-box {
    height: 100%;
}

.relatedSlider .eco-box .image .imgH img {
    width: auto;
}

.relatedSlider.owl-carousel .owl-nav {
    position: absolute;
    top: -90px;
    right: 0px;
    display: flex;
    gap: 15px;
}

.relatedSlider.owl-carousel .owl-nav.disabled {
    display: none;
}

.relatedSlider.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 0px;
    background-image: url(../images/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    background-color: #232C77;
}

.relatedSlider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
    background-image: url(../images/arrow_right.svg);
}

/* productDetails */
.productDetails {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.productDetails .left {
    width: 40%;
    background-color: #fff;
    padding: 30px;
    position: relative;
    padding-bottom: 50px;
}

.productDetails .left p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    background: #43B02A;
    font-size: 16px;
    margin: 0px;
}

.productDetails .left p strong {
    font-family: 'HelveticaNeueLTStdBd';
    font-weight: normal;
}

.productDetails .right {
    width: 58%;
    background-color: #fff;
    padding: 30px;
}

.productDetails h1 {
    font-size: 44px;
    line-height: 1.14;
    color: #232C77;
    margin-bottom: 24px;
}

.productDetails p {
    font-size: 16px;
    margin-bottom: 20px;
}

.productDetails strong {
    font-size: 16px;
    font-family: 'HelveticaNeueLTStdBd';
    font-weight: normal;
}

.productDetails .price {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.productDetails .incvattxtblack {
    font-size: 12px;
    margin: 0 0 -6px -10px;
}

.productDetails .price strong {
    font-size: 32px;
    color: #43B02A;
}

.productDetails .increment-decrement {
    margin: 0px;
}

.productDetails .increment-decrement input[type=number] {
    border: 1px solid #b8b8b8;
}

.productDetails .qty {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}

.productDetails h2,
.productDetails h3 {
    font-size: 20px;
    font-family: 'HelveticaNeueLTStdBd';
    margin-bottom: 10px !important;
    color: #372f2c;
}

.bannerArea.innerbannerArea.productTitle {
    min-height: auto;
    margin-bottom: 40px;
}

.bannerArea.innerbannerArea.productTitle h1 {
    margin: 0px;
}

.bannerArea.innerbannerArea.productTitle .container::after {
    width: 65px;
    height: 62px;
    bottom: 0px;
}

.bannerArea.innerbannerArea.productTitle+.productArea {
    padding-top: 0px;
}

/* reviewWrapper */
.reviewWrapper {
    padding: 55px 0;
    width: 100%;
    background-color: #009DDF;
    text-align: center;
}

.reviewWrapper .container {
    max-width: 982px;
}

.reviewWrapper h2 {
    font-size: 44px;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 29px;
}

.reviewWrapper .item {
    width: 100%;
}

.reviewWrapper p {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 25px;
}

.reviewWrapper .name {
    font-family: 'HelveticaNeueLTStdBd';
    font-size: 20px;
    color: #fff;
}

.reviewWrapper .reviewSlider {
    width: 100%;
}

.reviewWrapper .reviewSlider .owl-nav button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: -246px;
    font-size: 0px;
    background-image: url(../images/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.reviewWrapper .reviewSlider .owl-nav button.owl-next {
    left: auto;
    right: -246px;
    background-image: url(../images/arrow_right.svg);
}

/* movekitWrapper */
.movekitWrapper {
    width: 100%;
    background: rgb(67, 176, 42);
    background: linear-gradient(210deg, rgba(67, 176, 42, 1) 0%, rgba(24, 87, 10, 1) 100%);
}

.movekitWrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding-left: 0px;
    max-width:2000px;
}
    .movekitWrapper .image img {
        width: 100%;
    }
.movekitWrapper .image {
    width: calc(59% - 16px);
    margin-top: 0px;
}

.movekitWrapper .text {
    width: calc(41% - 16px);
    padding: 30px 0;
}

.movekitWrapper h2 {
    font-size: 44px;
    line-height: 1.14;
    color: #fff;
    margin-bottom: 33px;
}

.movekitWrapper p {
    margin-bottom: 33px;
    font-size: 20px;
    color: #fff;
}

/* footerWrapper */
.footerWrapper {
    width: 100%;
    background-color: #fff;
}

.footerTop {
    width: 100%;
    padding: 80px 0 50px 0;
}

.footerTop .logo {
    display: inline-block;
}

.footerTop .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footerTop .col {
    width: calc(25% - 24px);
}

.footerTop .col+div {
    width: calc(75% - 9px);
}

.footerTop .col+div .sfContentBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.footerTop .col+div .sfContentBlock .col {
    width: calc(33.33% - 21px);
}

.footerTop .col+div .sfContentBlock::after,
.footerTop .col+div .sfContentBlock::before {
    display: none;
}

.footerTop h3 {
    margin-bottom: 39px;
    color: #009DDF;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStdBd';
    margin-top: 0;
    border: none;
    padding: 0px;
    line-height: 1.4;
}

.footerTop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerTop li {
    margin-bottom: 30px;
}

.footerTop li a {
    font-size: 18px;
    color: #232C77;
    text-decoration: none;
}

.footerTop li a:hover,
.footerTop li a:focus {
    color: #EB8C00;
}


/* copyrightArea */
.copyrightArea {
    padding: 19px 0;
    width: 100%;
    background: #232C77;
    font-size: 16px;
    color: #fff;
}


/* textArea */
.textArea {
    width: 100%;
    padding: 40px 0;
}

.textArea .content {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    min-height: 250px;
}

.textArea h1,
.textArea h2,
.textArea .blue-title,
.textArea h3,
.textArea h4,
.textArea h5,
.textArea h6 {
    margin-bottom: 15px;
    font-family: 'HelveticaNeueLTStdBd';
    color: #232C77;
    margin-top: 0;
    padding-bottom: 0;
    font-weight: normal;
    line-height: 1.4;
}

.textArea h1 {
    font-size: 34px;
}

.textArea h2,
.textArea .blue-title {
    font-size: 32px;
}

.textArea h3 {
    font-size: 28px;
    border: none;
    margin-top: 0;
}

.textArea h4 {
    font-size: 24px;
}

.textArea h5 {
    font-size: 20px;
}

.textArea h6 {
    font-size: 16px;
}

.textArea p {
    margin-bottom: 15px;
}

.textArea strong {
    font-family: 'HelveticaNeueLTStdBd';
    font-weight: normal;
}

.textArea a {
    color: #009DDF;
    text-decoration: underline;
}

.textArea a:hover {
    text-decoration: none;
}

.textArea ul,
.textArea ol {
    padding: 0 0 20px 20px;
}

.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.bg-white {
    background-color: #fff;
}

.d-none {
    display: none !important
}

.serviceArea.innerBanner-2 p:empty {
    display: none;
}

.eco-box .price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
    width: 100%;
    position: absolute;
    bottom: 64px;
    left: 0;
    padding: 0 35px;
}

.eco-box .price-qty .price {
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0 5px;
}

.eco-box .price-qty .price .incvattxt {
    font-size: 12px;
    width: 100%;
    text-align: right;
}

.eco-box .price-qty .price strong {
    font-size: 24px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTStdBd';
}

.address {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.address .col {
    width: 50%;
}

.heading-icon {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.heading-icon svg,
.heading-icon img {
    margin-right: 10px;
    margin-top: -4px;
}
.mb-20 {
    margin-bottom: 20px;
}
.productBoxs.single {
    align-items: normal;
}
.productBoxs.textImgBox {
    align-items:flex-start;
}
/* deliveryGreen */
.deliveryGreen {
    margin: 30px -30px -30px -30px;
    padding: 30px;
    background: #43B02A;
    font-size: 1rem;
    color: #fff;
}

    .deliveryGreen .free {
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

        .deliveryGreen .free::before {
            width: 44px;
            height: 27px;
            content: "";
            background-image: url(../images/truck.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
        }

    .deliveryGreen p {
        margin-bottom: 5px !important;
        font-size: 1rem;
        color: #fff;
    }
.video-wrapper {
    line-height: 0;
}

    .video-wrapper iframe {
        display: block;
        width: 100%;
        border: none;
    }