/*
Theme Name: Euro Fresh
Theme URI: https://eurofresh.in/
Author: Parthiban
*/

@font-face {
    font-family: 'Crabmeal';
    src: url(../fonts/Crabmeal.eot?#iefix) format("embedded-opentype"), url(../fonts/Crabmeal.otf) format("opentype"), url(../fonts/Crabmeal.woff) format("woff"), url(../fonts/Crabmeal.ttf) format("truetype"), url(../fonts/Crabmeal.svg#Crabmeal) format("svg");
    font-weight: normal;
    font-style: normal
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F4F0EB;
    border-radius: 10px
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F4F0EB;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.4)
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

::-moz-selection {
    color: #101010;
    background: #FDDE74
}

::selection {
    color: #101010;
    background: #FDDE74
}

body {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: .02em;
    color: #101010;
    background: #ffffff
}

a {
    color: #101010;
    outline: 0;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none;
    outline: 0
}

a:hover,
a:focus {
    color: #78b322;
    text-decoration: underline;
    outline: 0
}

a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	 font-family: 'Encode Sans', sans-serif;
    color: #101010;
    line-height: 1.3em;
    letter-spacing: .03em;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #101010
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #78b322
}

h1 {
    font-size: 38px;
    font-weight: 600
}

h1.h1_large {
    font-size: 40px
}

h1.h1_xxlarge {
    font-size: 46px;
    line-height: 1.2em
}

h2 {
    font-size: 32px;
    font-weight: 600
}

h2.h2_xlarge {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 21px
}

h5 {
    font-size: 19px
}

h6 {
    font-size: 17px
}

p {
    padding: 0 0 20px;
    margin: 0;
    font-size: 15px;
	line-height: 32px;
		
}

em {
    font-style: italic
}

strong,
b {
    font-weight: 700
}

.t-secondary-400 {
    font-weight: 400
}

.t-secondary-400 b {
    font-weight: 900
}

.text-small p,
.text-small {
    font-size: 14px !important;
    line-height: 1.6em
}

.text-medium p,
.text-medium {
    font-size: 16px !important;
    line-height: 1.6em !important
}

.text-large p,
.text-large {
    font-size: 17px !important;
    line-height: 1.6em !important
}

.text-xlarge p,
.text-xlarge {
    font-size: 18px !important;
    line-height: 1.6em !important
}

.text-xxlarge p,
.text-xxlarge {
    font-size: 20px !important;
    line-height: 1.6em !important
}

.line-spacing-sm {
    line-height: 1.2em !important
}

.text-primary,
a.text-primary:hover {
    color: #78b322 !important
}

.text-secondary,
a.text-secondary:hover {
    color: #fdde74 !important
}

.text-grey {
    color: #aaaaaa !important
}

.text-white {
    color: #ffffff !important
}

.fontSecondary {
    font-family: 'Nunito', sans-serif
}

.bg-grey {
    background: #efefef !important
}

.bg-none {
    background: none !important
}

.bg-primary-light {
    background: #f1f1f1 !important
}

.bg-primary {
    background: #01C293 !important
}

.bg-secondary {
    background: #fdde74 !important
}

.pl-15 {
    padding-left: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pt-80 {
    padding-top: 90px
}

.pb-80 {
    padding-bottom: 90px
}

.py-80 {
    padding-top: 90px;
    padding-bottom: 90px
}

.my-80 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mt-80 {
    margin-top: 90px
}

.mb-80 {
    margin-bottom: 90px
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px; 
}
.pb-70 {
    padding-bottom: 70px; 
}
.my-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}
.icon-f img {
    max-height: 70px
}

.icon-f svg {
    max-height: 65px
}

.icon-w img {
    width: 70px
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 10
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

ol li {
    width: calc(100% - 20px);
    list-style-type: decimal;
    list-style-position: outside;
    margin: 7px 0 7px 20px
}

ul,
ol {
    margin-bottom: 20px
}

.custom-ordered-list {
    list-style: none;
    counter-reset: my-awesome-counter
}

.custom-ordered-list li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    margin: 7px 0
}

.custom-ordered-list li::before {
    content: counter(my-awesome-counter) ".";
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    font-family: 'Crabmeal', sans-serif;
    top: 4px;
    left: 0
}

@media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
        font-size: 35px
    }
    h1.h1_large {
        font-size: 38px
    }
    h1.h1_xxlarge {
        font-size: 40px;
        line-height: 1.4em
    }
    h2 {
        font-size: 28px
    }
    h2.h2_xlarge {
        font-size: 32px
    }
}

@media (max-width: 767px) {
    body {
        letter-spacing: .01em
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.25em;
        letter-spacing: .01em
    }
    h1 {
        font-size: 32px
    }
    h1.h1_large {
        font-size: 34px
    }
    h1.h1_xxlarge {
        font-size: 36px;
        line-height: 1.3em
    }
    h2 {
        font-size: 28px
    }
    h2.h2_xlarge {
        font-size: 30px
    }
    h3 {
        font-size: 21px
    }
    .pt-80 {
        padding-top: 50px
    }
    .pb-80 {
        padding-bottom: 50px
    }
    .py-80 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .my-80 {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .mt-80 {
        margin-top: 50px
    }
    .mb-80 {
        margin-bottom: 60px
    }
    .py-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-70 {
        padding-top: 50px; 
    }
    .pb-70 {
        padding-bottom: 50px; 
    }
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 40px
    }
    h1.h1_large {
        font-size: 54px;
        line-height: 1.2em
    }
    h1.h1_xxlarge {
        font-size: 60px;
        line-height: 1.15em
    }
    h2 {
        font-size: 32px
    }
    h2.h2_xlarge {
        font-size: 44px
    }
    body {
        font-size: 16px
    }
    .text-medium p,
    .text-medium {
        font-size: 18px !important
    }
    .text-large p,
    .text-large {
        font-size: 20px !important
    }
    .text-xlarge p,
    .text-xlarge {
        font-size: 25px !important
    }
    .text-xxlarge p,
    .text-xxlarge {
        font-size: 30px !important
    }
    .container {
        max-width: 1290px
    }
}

picture,
video {
    display: block
}

source,
img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}

.border-radius {
    border-radius: 20px
}

.border-radius-sm {
    border-radius: 15px
}

.content_main {
    width: 100%;
    float: left;
    background: #ffffff
}

input {
    outline: 0 !important;
    outline-width: 0 !important
}

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

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border: 2px solid #101010;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    color: #101010;
    background-color: #fff;
    border-color: #78b322 !important;
    box-shadow: none;
    outline: 0
}

input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search-md]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
textarea.md-textarea:focus:not([readonly])+label {
    color: #101010;
    font-weight: 500
}

select {
    height: 42px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0 20px !important;
    outline-color: inherit
}

select::-ms-expand {
    display: none
}

select:focus {
    outline: 0;
    outline: none;
    box-shadow: none;
    outline-color: inherit
}

select option {
    font-weight: 500;
    padding: 6px 10px
}

select.form-control:not([size]):not([multiple]) {
    background: url(../images/arrow_down.png) no-repeat right 18px center;
    background-size: 11px 11px
}

.form-group {
    margin-bottom: 1.5em
}

.form-control {
    width: 100%;
    height: 42px;
    background: #ffffff;
    border: 2px solid #101010;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px;
    padding: 6px 22px;
    box-sizing: border-box;
    color: #101010
}

textarea.form-control {
    height: 90px
}

.input-group .btn:not(:disabled):not(.disabled):hover,
.input-group .btn:not(:disabled):not(.disabled):active,
.input-group .btn:not(:disabled):not(.disabled):focus {
    transform: translateY(0) !important
}

.input-group .form-control {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0
}

.input-group .btn {
    border-bottom-left-radius: 0
}

.input-group .form-control:focus+.btn {
    box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.1);
    background: #01C293
}

.input-group .form-control.error+.btn,
.input-group .form-control.error+.btn:active,
.input-group .form-control.error+.btn:not(:disabled):active,
.input-group .form-control.error+.btn:not(:disabled):focus,
.input-group .form-control.error:focus+.btn {
    background: #F83483
}

.input-group .form-control.error,
.input-group .form-control.error:focus {
    border-color: #F83483 !important
}

label {
    position: relative
}

.col-form-label {
    padding-top: calc(.6rem + 1px)
}

@media (max-width: 991px) {
    .col-form-label {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .input-group.mob-fw {
        flex-direction: column
    }
    .input-group.mob-fw .form-control {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        margin-bottom: 6px
    }
    .input-group.mob-fw .btn {
        width: 100%;
        border-bottom-left-radius: 25px;
        padding: 6px 0;
        height: 38px
    }
}

@media (min-width: 1366px) {
    select {
        height: 45px !important
    }
    .form-control {
        height: 45px;
        font-size: 16px;
        padding: 10px 22px
    }
}

.getstarted_signup {
    position: relative
}

.wrong-entry {
    animation: wrong-log .5s
}

@-moz-keyframes wrong-log {
    0%,
    100% {
        left: 0
    }
    20%,
    60% {
        left: 8px
    }
    40%,
    80% {
        left: -8px
    }
}

@-webkit-keyframes wrong-log {
    0%,
    100% {
        left: 0
    }
    20%,
    60% {
        left: 8px
    }
    40%,
    80% {
        left: -8px
    }
}

@keyframes wrong-log {
    0%,
    100% {
        left: 0
    }
    20%,
    60% {
        left: 8px
    }
    40%,
    80% {
        left: -8px
    }
}

.check-cus,
.radio-cus {
    width: 100%;
    display: inline-block;
    position: relative
}

.check-cus input[type=checkbox],
.radio-cus input[type=radio] {
    display: none
}

.check-cus label,
.radio-cus label {
    width: auto;
    padding-left: 25px !important;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    margin: 0;
    cursor: default !important
}

.check-cus label:before,
.radio-cus label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #333333;
    position: absolute;
    top: 5px;
    border-radius: 100%;
    left: 0;
    z-index: 5
}

.check-cus label:after,
.radio-cus label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #ffffff;
    position: absolute;
    top: 10px;
    border-radius: 100%;
    left: 5px;
    display: none
}

.check-cus label:before {
    border-radius: 3px
}

.check-cus label:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z' fill='%23fff'/%3E%3C/svg%3E");
    width: 11px;
    height: 11px;
    background: none;
    position: absolute;
    top: 3px;
    border-radius: 100%;
    left: 3px;
    display: none;
    z-index: 6;
}

.check-cus input[type=checkbox]:checked+label:after,
.radio-cus input[type=radio]:checked+label:after {
    display: block;
    z-index: 5;
}

.check-cus input[type=checkbox]:checked+label:before,
.radio-cus input[type=radio]:checked+label:before {
    border-color: #8005D8
}

.md-form .form-group {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px
}

.check-cus input[type=checkbox]:checked+label:before,
.radio-cus input[type=radio]:checked+label:before {
    border-color: #8005D8;
    background: #8005D8;
    color: #ffffff;
}

.md-form .form-group label {
    width: 100%;
    display: inline-block;
    color: #888888;
    font-size: 15px;
    z-index: 2;
    cursor: text;
    position: absolute;
    left: 0;
    top: 14px;
    line-height: 1.2em;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.md-form .form-group label span {
    background: #ffffff;
    padding: 0 4px;
    line-height: 1em
}

.md-form .form-group label span sup {
    margin-left: 2px
}

.md-form .form-control {
    border-color: #dbdbdb
}

.md-form .form-control:focus {
    background-color: transparent
}

.md-form .form-control:focus~label,
.md-form .form-control.not-empty~label,
.md-form select.form-control~label,
.md-form .country-select label {
    top: -6px;
    font-size: 13px;
    color: #888888
}

.md-form #li-vatNumber .input-group .input-group-text {
    border-width: 2px;
    border-right: none;
    border-radius: 0 0 0 22px;
    padding: 0 20px;
    font-weight: 700
}

.md-form #li-vatNumber .form-group label {
    top: -6px;
    font-size: 13px;
    color: #101010
}

.md-form #li-vatNumber .form-group .form-control {
    border-bottom-left-radius: 0
}

.md-form #li-vatNumber .input-group {
    flex-wrap: nowrap
}

.md-form .form-control:focus~label span,
.md-form .form-control.not-empty~label span {
    background: #ffffff
}

.md-form span.error {
    width: 100%;
    float: left;
    position: static !important;
    margin-top: 3px !important;
    margin-bottom: -7px !important;
    z-index: 5;
    color: #F83483;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: .01em;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right
}

.md-form .form-control.error {
    border-color: #F83483
}

.md-form .form-control.error:focus {
    border-color: #F83483 !important
}

.bg-paper-tear2 .md-form .form-control {
    background: none;
    border-color: #333333
}

.bg-paper-tear2 .md-form .form-group label span {
    background: #F4F0EB
}

button,
button:focus {
    outline: 0
}

.btn,
.cta {
    padding: 13px 20px 10px;
    line-height: 1.3;
    font-size: 14px!important;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff !important;
    border: none
}

.btn svg,
.cta svg {
    width: 13px;
    height: 13px;
    margin-top: -3px;
    margin-left: 0.25em;
}

.cta:not(:disabled):not(.disabled):hover,
.cta:not(:disabled):not(.disabled):focus,
.cta:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):hover,
.btn:not(:disabled):not(.disabled):focus,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-1px) !important;
    text-decoration: none
}

.btn:disabled {
    cursor: not-allowed !important;
    opacity: .5
}

.cta,
.btn.btn-primary {
    background-color: #222222;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.cta:not(:disabled):not(.disabled):focus,
.cta:not(:disabled):not(.disabled):active,
.cta:not(:disabled):not(.disabled):active,
.cta:not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):hover {
    background-color: #78b322 ;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
    outline: 0
}

.btn.btn-outline-primary {
    border: 2px solid #101010;
    color: #101010 !important;
    background-color: transparent !important;
    padding: 11px 20px 8px
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:not(:disabled):not(.disabled):hover {
    background-color: #78b322 !important;
    border: 2px solid #78b322;
    color: #ffffff !important
}

.btn.btn-grey {
    background-color: #bbbbbb;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.btn.btn-grey:not(:disabled):not(.disabled):focus,
.btn.btn-grey:not(:disabled):not(.disabled):active,
.btn.btn-grey:not(:disabled):not(.disabled):active,
.btn.btn-grey:not(:disabled):not(.disabled):hover {
    background-color: #979797;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #ffffff;
    outline: 0;
    box-shadow: none
}

.btn.btn-sm {
    padding: 9px 15px 7px;
    font-size: 13px
}

.btn.btn-outline-primary.btn-sm {
    padding: 7px 15px 5px
}

.btn.btn-sm svg {
    width: 15px;
    height: 15px;
    top: 0px;
    position: relative
}

.btn.btn-lg {
    padding: 16px 28px 13px;
    font-size: 16px
}

.btn.btn-large {
    padding: 16px 28px 13px;
    font-size: 16px
}

.btn.btn-outline-primary.btn-lg {
    padding: 13px 28px 11px
}

.btn.btn-lg i {
    font-size: 19px;
    top: 2px;
    position: relative
}

.btn-play {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #101010;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    animation: shadow-pulse 2s infinite
}

.btn-play svg {
    width: 17px;
    fill: #fff;
    margin-left: 4px;
}

.btn-play:hover {
    background: #8005D8
}

.search-form .btn svg {
    width: 18px;
    height: 18px;
    margin-top: -5px;
    margin-left: 0;
}
.cta,
.btn.btn-eurofresh {
    background-color: #78b322;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.cta:not(:disabled):not(.disabled):focus,
.cta:not(:disabled):not(.disabled):active,
.cta:not(:disabled):not(.disabled):active,
.cta:not(:disabled):not(.disabled):hover,
.btn.btn-eurofresh:not(:disabled):not(.disabled):focus,
.btn.btn-eurofresh:not(:disabled):not(.disabled):active,
.btn.btn-eurofresh:not(:disabled):not(.disabled):active,
.btn.btn-eurofresh:not(:disabled):not(.disabled):hover {
    background-color: #78b322 ;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
    outline: 0
}
.link-more {
    font-size: 15px;
    font-weight: 700
}

.link-more svg {
    animation: arrowSlide 1s ease-in-out infinite;
    width: 13px;
    height: 13px;
    position: relative;
    top: 0px;
}

.link-more:hover {
    text-decoration: none
}

.link-more:hover svg {
    fill: #78b322;
}

a.btn:hover svg {
    fill: #fff;
}

a.btn:active svg {
    fill: #fff;
}

.link-more:hover {
    text-decoration: none
}

.link-more.no-anim svg {
    animation: none
}

.link-more.link-back svg {
    top: -2px;
    margin-right: 7px;
    width: 14px;
}


.btn.link-more svg {
    top: -2px;
}

.wrapper_main {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding-top: 90px
}
.swipe-area {
    position: fixed;
    width: 10px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1001;
    display: none
}
.menu-toggle {
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
    margin: -3px -12px 0 0
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    left: 0
}
.open-offcanvas .hamRotate {
    transform: rotate(45deg)
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 4;
    stroke-linecap: round
}
.ham .top {
    stroke-dasharray: 40 160
}
.ham .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms
}
.ham .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms
}
.open-offcanvas .ham .top {
    stroke-dashoffset: -64px
}
.open-offcanvas .ham .middle {
    transform: rotate(90deg)
}
.open-offcanvas .ham .bottom {
    stroke-dashoffset: -64px
}
.eurofresh-offcanvas {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: height .4s ease-in-out;
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    z-index: 1005;
    overflow-y: auto
}
.eurofresh-offcanvas ul {
    width: 100%;
    max-width: 540px;
    float: none;
    margin: 0 auto;
    padding: 0 30px;
    list-style: none
}
.eurofresh-offcanvas ul>li {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #101010;
    padding: 10px 0
}
.eurofresh-offcanvas ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
    font-size: 20px;
    color: #101010;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-family: 'Red Hat Display', sans-serif
}
.eurofresh-offcanvas ul li.current-menu-item>a,
.eurofresh-offcanvas ul li>a.active {
    color: #101010;
    font-weight: 700
}
.eurofresh-offcanvas ul li.menu-item-has-children>a:after {
	content: '';
	font-weight: 700;
	transition: transform .2s ease;
	position: absolute;
	right: 0;
	top: 8px;
	width:15px;
	height:20px;
	margin-top: 1px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z'/%3E%3C/svg%3E");
}
.eurofresh-offcanvas ul li.menu-item-has-children>a.active:after {
    transform: rotateZ(180deg)
}
.eurofresh-offcanvas ul li ul {
    padding: 8px 20px;
    display: none
}
.eurofresh-offcanvas ul li ul li {
    margin: 0;
    border: none;
    padding: 3px 0;
    line-height: 1.3em
}
.eurofresh-offcanvas ul li ul li.current-menu-item a {
    color: #78b322
}
.eurofresh-offcanvas ul li ul li a {
    font-size: 18px;
    padding: 5px 0
}
.eurofresh-offcanvas ul li ul li.menu_with_icon a {
    position: relative;
    padding-left: 60px !important
}
.eurofresh-offcanvas ul li ul li.menu_with_icon {
    position: relative;
    line-height: 1.2em
}
.eurofresh-offcanvas ul li ul li.menu_with_icon i {
    position: absolute;
    left: 13px;
    top: 50%;
    font-size: 28px;
    color: #78b322;
    transform: translateY(-50%)
}
.eurofresh-offcanvas ul li ul li a span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: 400
}
.eurofresh-offcanvas aside {
    width: 100%;
    display: inline-block;
}
.eurofresh-offcanvas .btns-center {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 10px 30px 70px 30px
}
.eurofresh-offcanvas .btns-center .btn {
    width: calc(100% - 20px);
    max-width: 230px;
    margin: 10px 10px;
}
.open-offcanvas .swipe-area {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: block
}
.open-offcanvas .eurofresh-offcanvas {
    height: 100%;
    padding: 80px 0 120px
}
body.open-offcanvas {
    overflow: hidden
}
@media (min-width: 1200px) {
.container {
    max-width: 1290px;
}
}
.ef-subtitle {
    font-family: "Shadows Into Light Two", cursive;
    font-size: 25px;
    letter-spacing: 1px;
}
.wrapper-main {
	width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding-top: 88px;
}
.eurofresh-header {
	width: 100%;
    display: inline-block;
    padding: 13px 0;
    transition: padding-top .3s linear, padding-bottom .3s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
}

.eurofresh-header .logo {
	width: 250px;
}
.eurofresh-header .h-menu ul {
	margin-bottom: 0;
}
.eurofresh-header .h-menu ul li {
	display: inline-block;
	margin: 0 15px;
}
.eurofresh-header .h-menu ul li:last-child {
	margin-right: 0;
}
.eurofresh-header .h-menu ul li a {
	color: #222120;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}
.eurofresh-header .h-menu ul li.active a {
    color: #78b322;
}
.eurofresh-header .h-menu ul li a:hover {
	color: #78b322;
}
.eurofresh-header.menu-shrink { 
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-filter-backdrop-filter: blur(10px);
    -o-filter-backdrop-filter: blur(10px);
    padding: 9px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 1px 0 5px;
}
@media (max-width: 991px) {
	.wrapper-main {
    padding-top: 62px;
}
.eurofresh-header .h-menu {
    display: none;
}
	.eurofresh-header {
    padding: 5px 0 !important;
}
.eurofresh-header .logo {
    width: 190px;
}
}
.eurofresh-hbanner {
    overflow: hidden;
}
.eurofresh-hbanner h1 {
    color: #fff;
    font-size: 36px;
    font-family: "Shadows Into Light Two", cursive;
    letter-spacing: 3px;
   }
   .eurofresh-hbanner h1 span {
color: #78b322;

   }
.eurofresh-hbanner .carousel-caption {
    top: 37%;
    z-index: 2;
}
.eurofresh-hbanner .carousel-item img {
    position: relative;
}
.eurofresh-hbanner .carousel-item.active img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    transform: scale(1.2);
    transition: 5s linear .5s;
}
.eurofresh-hbanner .carousel-item.drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
  }
  
@media (min-width: 1200px) {
	.eurofresh-hbanner h1 {
        font-size: 50px;
}
}
@media (max-width: 768px) {
    .eurofresh-hbanner h1 {
        font-size: 24px;
}
.eurofresh-hbanner .carousel-caption {
    top: 21%;
}
}
.eurofresh-products {
    position: relative;
}
.eurofresh-products:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(../images/shapes/fruits-bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 50.1345%;
    z-index: 1;
  }
  .eurofresh-products .container {
    z-index: 99;
    position: relative;
  }
.ef-card {
    overflow: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 18px;
}
.ef-card .ef-card-pic {
    overflow: hidden;
    position: relative;
    margin: 0 0 23px 0;
    text-align: center;
    background-color: #f7f7f7;
    z-index: 2;
    border-radius: 12px;
    min-height: 200px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.ef-card .ef-card-pic:before {
    --space: 0px;
    content: "";
    height: calc(100%);
    width: calc(100%);
    border-radius: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #80d264;
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.ef-card:hover .ef-card-pic:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 0.25;
}

.ef-card .ef-card-pic img {
    max-height: 115px;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}
.ef-card .ef-card-text {
    padding: 20px 20px 10px;
}
.ef-card .ef-card-text a:hover  {
    text-decoration: none !important;
}
.ef-card .ef-card-text a:hover h5 {
    color: #80d264;
}
.ef-card .ef-card-text h5 {
    font-weight: 600;
}
.ef-card .ef-card-text p {
    line-height: 29px;
}
.ef-card:hover .ef-card-pic img {
    transform: scale(1.15);
}
.orange-bg {
    background: transparent url("../images/product/product-bg-1.jpg") no-repeat 0 0;
}
.gray-bg {
    background: transparent url("../images/product/product-bg-2.jpg") no-repeat 0 0;
}
.green-bg {
    background: transparent url("../images/product/product-bg-3.jpg") no-repeat 0 0;
}
.red-bg {
    background: transparent url("../images/product/product-bg-4.jpg") no-repeat 0 0;
}
.eurofresh-commit .ef-commit-card {
    padding: 0 15px;
}
.eurofresh-commit .ef-commit-card img {
    max-width: 44px;
    margin-bottom: 15px;
}
.eurofresh-service .ef-service-card .eficon-box {
    height: 150px;
}
.eurofresh-service .ef-service-card {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 10px;
}
.eurofresh-service .ef-service-card .eficon-bg-img {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    background-size: contain;
  }
  .eurofresh-service .ef-service-card .eficon-img {
    float: left;
    width: 100%;
    text-align: center;
}
.eurofresh-service .ef-service-card .eficon-img img {
    width: 60px;
    height: 60px;
    z-index: 1;
    position: relative;
    margin: 40px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.eurofresh-service .ef-service-card:hover .eficon-img img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.eurofresh-service .ef-service-card p {
    line-height: 29px;
}
.eurofresh-fsafety-box {
    padding: 30px;
    border-radius: 15px;
    position: relative;
    background: #f1f1f1;
}
.eurofresh-fsafety-box:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url(../images/shapes/fruits-bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 50.1345%;
    z-index: 1;
  }
  .eurofresh-fsafety-box .eurofresh-fsafety-box-inner {
    position: relative;
    z-index: 99;
  }
.eurofresh-fsafety-box img {
    margin: 25px 15px;
    max-height: 105px;
}
.eurofresh-cta {
    background: #000;
    padding: 120px 50px;
    position: relative;
    z-index: 2;
}

.eurofresh-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../images/shapes/efcta-bg.jpg") no-repeat 0 0;
    background-size: cover;
    z-index: -1;
    opacity: .3;
    
}
.eurofresh-cta-box h2 {
    color: #fff;
    font-family: "Shadows Into Light Two", cursive;
    letter-spacing: 3px;
}
.eurofresh-cta-box h2 span {
    color: #80d264;
}
.eurofresh-cta-box a.btn {
	padding: 20px 40px;
}
.eurofresh-cta-box .ctabox-shape1 {
	position: absolute;
	right: 30%;
    top: -17px;
}
.eurofresh-cta-box .ctabox-shape2 {
	position: absolute;
	right: 32%;
    bottom: 10%;
}
@media (max-width: 768px) {
    .eurofresh-cta {
        padding: 80px 20px;
    }
}

footer {
    background: #000;
    padding: 70px 0 60px;
    color: #fff;
}
footer p {
color: #fff;
	font-size: 16px;	
}
footer h5 {
    color: #fff;
}
footer .f-logo {
	max-width: 260px;
}
footer p .f-love svg {
	width: 17px;
	fill:#78b322;
}
footer ul li {
margin: 3px 0;	
	
}
footer ul li a {
	
	color: #c7c7c7;
	font-size: 16px;
}
footer .f-copy {
    color: #c7c7c7; 
}
footer ul li a:hover {
    text-decoration: none;
}
footer .social ul li {
	display: inline;
	font-size: 15px;
    line-height: 1.4em;
}
footer .social ul li a {
	width: 40px !important;
    height: 40px !important;
    float: left !important;
    text-align: center !important;
    line-height: 38px !important;
    background: #1e1e1e !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin-right: 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .social ul li svg {
	width: 18px;
	height: 18px;
	margin-right: 0;
	fill: #fff;
}
footer .social ul li a:hover svg {
	fill: #fff;
}
footer .social ul li a:hover {
 background: #78b322 !important;
}
footer ul li svg {
    fill: #78b322;
    margin-right: 10px;
    width: 18px;
	height: 18px;
}
.eurofresh-pagebanner {
    background-color: #000;
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}
.eurofresh-pagebanner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/page-header.jpg") repeat center;
    background-size: cover;
    opacity: .3;
}

.eurofresh-pagebanner .container {
    z-index: 99;
    position: relative;
}
.eurofresh-pagebanner h1 {
   color: #fff;
   font-family: "Shadows Into Light Two", cursive;
    letter-spacing: 3px;
}
.product-detail-box {
    background: #000;
    border-radius: 15px;
    padding: 50px 50px;
    position: relative;
}
.product-detail-box.prod-apple::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/apple-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .3;
}
.product-detail-box.prod-pear::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/pear-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-grape::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/grape-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-avocado::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/avocado-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-orange::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/orange-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-cherrie::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/cherrie-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-berrie::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/berrie-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-kiwi::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/kiwi-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-peache::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/peache-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box.prod-dragon::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 83 104 / 30%) url("../images/shapes/dragon-prod-bg.jpg") repeat center;
    background-size: cover;
    border-radius: 15px;
    opacity: .2;
}
.product-detail-box .product-detail-box-inner {
    position: relative;
    z-index: 99;
}
.product-detail-box h2 {
    color: #fff;
    font-family: "Shadows Into Light Two", cursive;
    letter-spacing: 3px;
}
.product-detail-box .prod-list:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-detail-box .prod-list {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-detail-box .prod-list img {
    max-height: 80px;
    margin-bottom: 30px;
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.product-detail-box .prod-list h6 {
    font-size: 14px;
    padding-bottom: 0;
}
.contact-info ul li svg {
    fill: #78b322;
    margin-right: 10px;
    width: 18px;
	height: 18px;
}
.contact-info h5 {
    padding-bottom: 5px;
    font-size: 17px;
}
.contact-info p {
    line-height: 27px;
}
.contact-info p svg {
    fill: #78b322;
    margin-right: 6px;
    width: 18px;
    height: 18px;
	position: relative;
    top: -1px;
}
.ef-contact-form {
    border: 2px solid #333;
    padding: 20px;
    border-radius: 10px;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-check {
    1% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}
.thank-you figure svg {
    width: 120px;
    display: block;
    margin: 0 auto
}

.thank-you .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0
}

.thank-you .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out
}

.thank-you .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards
}

.thank-you .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards
}
.ef-contact-form .wpcf7-not-valid-tip {
font-size: 11px;
position: absolute;
right: 0;
bottom: -17px;
line-height: 15px;
}
.ef-contact-form .wpcf7 form .wpcf7-response-output {
    margin: 7px 0 0;
    padding: 5px 8px;
    border: 2px solid #a9d7e5;
    background: #e8f3f7;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
}
.ef-contact-form .wpcf7 form.invalid .wpcf7-response-output, .ef-contact-form .wpcf7 form.unaccepted .wpcf7-response-output, .ef-contact-form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #a9d7e5;
}
.ef-contact-form .wpcf7-spinner {
    display: none;
}
 /* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 55px;
          height: 55px;
          bottom: 30px;
          right: 25px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width: 40px;
              height: 40px;
              bottom: 20px;
              right: 10px;
              font-size: 22px;
          }
      }