:root {
    --primary: #2FAA74;
    --accent: #C62C2C;
    --text: #212121;
    --purpleText: #211C56;
    --placeholder: #6E6E6E;
    --gray: #F2F2F2;
    --light:#fff;
    --hover :#2f996b;
    --gray2 :#ececec ;
    --light-gray:#F5F5F5;
}
::placeholder {
  color: var(--placeholder);
  opacity: 1; /* Firefox */
}
a:hover {
    text-decoration: none;
}
body {
    color: var(--text);
    font-size: 12pt;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.container {
    max-width: 1280px;
    display: flow-root;
    margin: 0 auto;
}
.over-flow {
    overflow: hidden;
}
/*#region labelLeaf */
label.leaf {
    position: relative;
    padding: 0 20px;
    color: var(--primary);
}
label.leaf:before , label.twoLeaf:before , label.threeLeaf:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(View/1021/LeafIcons/labelLeaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
label.twoLeaf {
    position: relative;
    padding: 0 30px;
    color: var(--primary);
    display: flow-root;
}
label.twoLeaf:before {
    background-image: url(View/1021/labelTwoLeaf.svg);
    width: 26px;
    height: 20px;
    background-size: contain;
}
label.twoLeaf.center , label.oneLeaf.center {
    display: table;
    margin: 15px auto;
    padding: 0 30px 0 0;
}
label.threeLeaf {
    position: relative;
    display: flow-root;
    padding: 0 25px 10px 0;
    text-align: justify;
}
label.threeLeaf:before {
    background-image: url(View/1021/LeafIcons/3leaf.svg);
}
label span.purple , label.purple {
    color: var(--purpleText);
}
label span.important , label.important {
    color: var(--accent);
}
label span.primary , label.primary {
    color: var(--primary);
}
label span.badge {
    color: var(--light);
    background-color: var(--accent);
    border-radius: 25px;
    padding: 3px 10px;
}
/*#endregion*/

/*#region searchBox */
.searchBox {
    display: flex;
}
.searchBox .input {
    margin:0;
    float: right;
    width: 100%;
    padding-left: 45px;
}
.searchBox .btn.oneLeaf {
    margin: 0px -40px 0 0;
    font-size: 12pt;
}
/*#endregion*/

/*#region گلبرگ روی عکس ها*/
.leafImage {
    position: relative;
    display: inline-block;
    width: 100%;
}
.leafImage:before {
    content: '';
    position: absolute;
    width: 101px;
    height: 70px;
    background-image: url(View/1021/leafIamge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(2deg);
    z-index: 2;
}
.leafImage.gradient:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
    linear-gradient(to bottom ,
                    transparent ,
                    #2faa7475) ;
    top: 0;
    border-radius: 50px;
    right: 0;
}
.leafImage.bottom-left:before {
    bottom: -10px;
    left: -18px;
}
.leafImage.top-right:before {
    top: -39px;
    right: -56px;
    z-index: -1;
    width: 130px;
    height: 100px;
}
.leafImage img {
    border-radius: 50px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.boxLeaf.top-left , .boxLeaf.top-right {
    position: relative;
    background-color: var(--light-gray);
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    box-sizing: border-box;
}
.boxLeaf.top-left:before , .boxLeaf.top-right:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: -40px; 
    left: -35px;
    background-image: url(View/1021/boxLeaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.boxLeaf.top-right {
    width: auto;
    border-radius: 10px;
}
.boxLeaf.top-right:before {
    background-image: url(View/1021/LeafIcons/3leaf.svg);
    top: 5px;
    right: -21px;
    z-index: 5;
    transform: rotate(105deg);
    background-size: 30px;
    width: 30px;
    height: 30px;    
}
/*#endregion*/

/*#region info and default button */
.info {
    float: right;
    padding: 10px 0;
}
.info p {
    margin: 0 30px;
    width: 100%;
    transform: scale(0);
    transition: all ease 0.5s;
}
.info div , .seeDefaultImage {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--purpleText);
    border-radius: 50%;
    cursor: pointer;
}
.info div:hover + p {
    transform: scale(1);
    transition: all ease 0.5s;
}
.info div {
    float: right;
    margin: 0 10px;
}
.info div:after , .seeDefaultImage:after {
    content: '';
    width: 100%;
    height: 100%;
    display: flow-root;
    -webkit-mask-image: url(View/1021/icon/info.svg);
    -webkit-mask-position: center ;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: var(--light);
}
.seeDefaultImage {
    background-color: var(--accent);
}
.seeDefaultImage:after {
    -webkit-mask-image: url(View/1021/icon/eye.svg);
    -webkit-mask-size: 15px;
}
/*#endregion */

/*#region arrow */
.arrowBox {
    position: relative;
    display: flow-root;
    width: 40px;
    height: 40px;
}
.arrowBox.arrow-left:before , .arrowBox.arrow-right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(View/1021/icon/Polygon.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    top: 0;
    cursor: pointer;
    background-color: var(--gray);
    transition: all ease 0.5s;
}
.arrowBox.arrow-left:hover:before , .arrowBox.arrow-right:hover:before {
    background-color: var(--accent);
    transition: all ease 0.5s;
}
.arrowBox.arrow-right:before {
    right: 0;
}
.arrowBox.arrow-left:before {  
    left: 0;
    transform: rotate(180deg);
}

.arrowBox {
    float: left;
    margin-right: 20px;
}
/*#endregion*/

/*#region input*/
.input , .txtArea {
    width: 100%;
    background-color: var(--gray);
    border-radius: 50px;
    display: flow-root;
    border: none;
    padding: 10px 20px;
    font-size: 12pt;
    color: var(--text);
    box-sizing: border-box;
}
.txtArea {
    min-height: 100px;
    border-radius: 25px;
    resize: none;
    padding: 15px;
}
.center {
    text-align: center;
}
.right {
    text-align: right !important;
}
.left {
    text-align: left !important;
}
/*#endregion */

/*#region button */
.btn {
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: var(--primary);
    color: var(--light);
    cursor: pointer;
    font-family: 'Vazir';
    position: relative;
    transition: all ease .5s;
    float: left;
    font-size: 10pt;
    z-index: 9;
}
.btn:hover {
    background-color: var(--hover);
    transition: all ease .5s;
    text-decoration: none;
}
.btn.oneLeaf , .btnInput.oneLeaf {
    position: relative;
    display: flow-root;
}
.btn.oneLeaf:before , .btnInput.oneLeaf:before {
    content: '';
    position: absolute;
    background-image:url(View/1021/LeafIcons/3leaf.svg) ;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: -22px;
    left: -15px;
}
.btn.accent {
    background-color: var(--accent);
    margin-left:10px ;
}
.btnInput.twoLeaf {
    position: relative;
    display: inline-block;
    float: left;
}
.btn.twoLeaf:before , .btn.twoLeaf:after , .btnInput.twoLeaf:before , .btnInput.twoLeaf:after{
    content: '';
    position: absolute;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 0;
}
.btn.twoLeaf:before , .btnInput.twoLeaf:before {
    background-image:url(View/1021/LeafIcons/3leaf.svg) ;
    left: -29px;
    transform: rotate(-70deg);
}
.btn.twoLeaf:after , .btnInput.twoLeaf:after {
    background-image:url(View/1021/LeafIcons/3leaf.svg) ;
    right: -29px;
    transform: rotate(110deg);
}
.btn.center {
    float: unset;
    margin: 0 auto;
    display: flow-root;
}
a.btn.center {
    width: fit-content;
}
/*#endregion*/

/*#region a and header*/
.a {
    text-decoration: none;
    color: var(--text);
    font-size: 12pt;
    transition: all ease 0.5s;
}
.a:hover {
    color:var(--primary);
    text-decoration: none;
    transition: all ease 0.5s;
}
.menu {
    margin: 35px 0;
    float: right;
}
.menu a {
    margin-left: 20px ;
}
.header {
    background-image: url(View/1021/backHeader.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 0 50px;
    position: relative;
}
.header a {
    margin: 35px 0 0 35px;
    display: inline-block;
}

.loginLink {
    float: left;
    margin: 35px 0 0 75px;
}
.loginLink a {
    margin: 0 0 0 0 ; 

}
.loginLink .a:before {
    content: '';
    position: absolute;
    width: 151px;
    height: 31px;
    -webkit-mask-image: url(View/1021/headerIcon.svg);
    -webkit-mask-position: right;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: #bcbcbc;
    top: 34px;
    left: -40px;
    transition: all ease 0.5s;
}
.loginLink .a:hover:before {
    background: var(--primary);
    transition: all ease 0.5s;
}
.fixLeaf {
    background-image: url(View/1021/LeafIcons/Group.svg);
    position: absolute;
    bottom: -28px;
    right: -40px;
    width: 116px;
    height: 144px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobileMenu {
    display: none;
}
.bottomMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: var(--light);
    z-index: 50;
    border-top: 1px solid var(--text);
}
.bottomMenu a {
    position: relative;
    width: calc(25% - 4px);
    display: inline-block;
    height: 60px;
}
.bottomMenu a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    background: var(--text);
    top: 35%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.bottomMenu a:nth-child(1):before{
    -webkit-mask-image: url(View/1021/icon/Home.svg);
}
.bottomMenu a:nth-child(2):before{
    -webkit-mask-image: url(View/1021/icon/Category.svg);
}
.bottomMenu a:nth-child(3):before{
    -webkit-mask-image: url(View/1021/icon/stethoscope.svg);
}
.bottomMenu a:nth-child(4):before{
    -webkit-mask-image: url(View/1021/icon/profile.svg);
}
.bottomMenu p {
    margin: 33px 0;
    display: flow-root;
    text-align: center;
    color: var(--text);
    font-size: 10pt;
}
.bottomMenu {
    display: none;
}
/*#endregion */

/*#region footer */
.footer {
    position: relative;
}
.footer p{
    width: 100%;
    margin: 0 auto;
    font-size: 12pt;
    padding: 15px 0;
    text-align: justify;
    color: var(--text);
    line-height: 35px;
}
.footer h2 {
    margin:0;
    color: var(--purpleText);
    font-size: 17pt;
}
.license {
    display: inline-flex;
}
.license a img {
    border: 1px solid #b7b7b7;
    border-radius: 19px;
    width: 85px;
    margin-left: 25px;
}
.footer > div {
    background-color: var(--gray);
    margin-top: 15px;
}
.footer:before {
    content: '';
    position: absolute;
    background-image: url(View/1021/footerIcon.svg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    height: 334px;
    bottom: -85px;
    left: -106px;
} 
/*#endregion */

/*#region switch */
.switchBox {
    display: inline-flex;
    height: 35px;
    align-items: center;
    margin: 6px 0;
}

.switchBox .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
}

.switchBox .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switchBox  label {
    margin: 0 10px;
    font-size: 11pt;
    color: var(--text);
    cursor: pointer;
}
.labelSwitch {
    display: contents;
}

.labelSwitch.off {
    display: none;
}
.switchBox .switch .slider {
    position: absolute;
    cursor: pointer;
    overflow: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switchBox .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    top: 50%;
    bottom: 4px;
    background: var(--accent);
    -webkit-transition: 0.4s;
    transform: translate( 0 , -50%);
    transition: 0.4s;
}
.accent .switch .slider:before {
    background: var(--placeholder);
}

.switchBox .switch input:checked + .slider:before {
    transform:translate(calc(100% + 1px), -50%) ;
    background: var(--accent);
}

.switchBox .switch .slider.round {
    border-radius: 34px;
}

.switchBox .switch .slider.round:before {
    border-radius: 50%;
}
/*#endregion*/

/*#region select2*/
.input.select2 {
    padding: 0;
}
.select2-container{
width: 100% !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding: 10px 20px !important;
    border-radius: 50px;
}
.select2-container .select2-selection--single{
    border: none !important;
    height: 100%;
    border-radius: 25px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    color: var(--text);
    border: none;
    font-size: 14px;
    text-align: right;
    background: var(--gray);
}

.select2-container .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

.select2-dropdown{
    z-index: 99999;
    border-color: transparent;
    border-radius: 0 0 8px 8px;
    background-color: white;
    border: 1px solid var(--gray);
    box-shadow: 0 0 2px 6px #40404006;
}

.select2-search--dropdown{
    padding: 10px 9px;
}

.select2-container .select2-search--dropdown .select2-search__field{
    border-color: transparent;
    padding: 6px 16px !important;
    height: auto;
    border-radius: 30px;
    color: var(--text) !important;
    background: #9f9f9f24;
}

.select2-container .select2-results__option{
    font-weight: 500;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5rem;
    border-radius: 25px !important;
    margin: 5px 10px;
    transition: all ease .3s;
}

.select2-container .select2-results__option:last-child{
    margin-bottom: 0;
}
.select2-container .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected]{
    background-color: transparent !important;
    color: var(--text);
    border-radius: 8px;
}
.select2-container .select2-results__option[aria-selected] {
    background-color:var(--light) !important;
}
.select2-results{
    padding: 0 0px 16px;
}

.select2-container .select2-selection--single .select2-selection__arrow{
    width: auto;
    padding-left: 16px;
    left: 16px !important;
    top: 0;
    padding: 0 !important;
    height: 100%;
}

.select2-container.select2-container .select2-selection--single .select2-selection__arrow{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.select2-container.select2-container .select2-selection--single .select2-selection__arrow i{
    transform: rotate(0deg);
    transition: all ease-in-out .4s;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow i{
    transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.select2-dropdown {
    z-index: 99999;
    border-color: transparent;
    border-radius: 25px;
    background-color: var(--light);
    border: 0; 
    box-shadow: 0 0 2px 6px #40404006;
}
.select2-container--open .select2-dropdown {
    left: 0;
    top: 10px;
    box-shadow: 0px 0px 16px -8px rgba(112,112,112,1);
    background-color: var(--light);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.icon {
    -webkit-mask-image: url(View/1021/icon/arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 23px;
    background: var(--accent);
    width: 20px;
    height: 20px;
    -webkit-mask-repeat: no-repeat;
}
.select2-container .select2-results__option:hover{
    background-color: var(--gray) !important;
    color: var(--text);
}

/*#endregion*/

/*#region radio*/
.radio span input {
    display: none;
}
.input.radio {
    width: auto;
    padding:5px;
    display: table;
}
/* .radio span {
   padding: 0 5px;
} */
.radio label {
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 11pt;
    position: relative;
    transition: all ease 0.5;
}
.radio input:checked + label  {
    color: var(--light);
    background-color: var(--accent);
    transition: all ease 0.5s;
}
/*#endregion */

/*#region file*/
.file input {
    display: none;
}
.file .input {
    position: relative;
    cursor: pointer;
    text-align: right;
    color: var(--placeholder);
    overflow: hidden;
    max-height: 44px;
}
.file .input .center {
    text-align: center;
} 
.file .input:before {
    content: '';
    position: absolute;
    background-image: url(View/1021/inputTypeFile.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 23px;
    top: 4px;
    left: 0;
    background-color: var(--gray);
    width: 39px;
    height: 35px;
}
/*#endregion */

/*#region checkbox */
.checkbox input:checked + label.checkBoxFake {
    background: var(--primary);
    transform: scale(1);
}
.checkbox.accent input:checked + label.checkBoxFake {
    background: var(--accent);
    transform: scale(1);
}
.checkbox input + label.checkBoxFake:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    transition: all ease 0.3s;
    cursor: pointer;
    border: 3px solid var(--light);
    border-width: 0 0 3px 3px;
    top: 5px;
    right: 4px;
    transform: rotate(-45deg) scale(0);
}

.checkbox input:checked + label.checkBoxFake:after {
    content: "";
    transform: rotate(-45deg) scale(1);
}
.accient input:checked + label.checkBoxFake {
    background: var(--accient);
    transform: scale(1);
}
.checkbox input ~ label.checkBoxFake {
    position: relative;
    background-color: var(--gray);
    transition: all ease 0.3s;
}

.checkbox {
    display: inline-flex;
    justify-items: center;
    align-items: center;
    color: var(--text);
    font-size: 11pt;
    cursor: pointer;
}

.checkbox label.checkBoxFake {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0 5px 5px;
    cursor: pointer;
}

.checkBoxContainer {
    display: inline-block;
    height: 40px;
    align-items: center;
}

.checkbox input {
    display: none;
}

.checkbox label:not(.checkBoxFake) {
    user-select: none;
    font-size: 11pt;
    cursor: pointer;
}
/*#endregion*/

/*#region list*/
.list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flow-root;
    background-color: var(--light-gray);
    border-radius: 10px;
    padding: 0 10px;
}
.list label {
    color: var(--purpleText);
    font-size: 16pt;
    padding: 20px 0;
    display: flow-root;
}
.list span {
    display: grid;
    grid-template-columns: 5% 25% 25% 25% 20%;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid var(--gray2);
}
.list span:first-of-type {
    padding: 20px 0;
}
.list span {
    padding: 10px 0;
}
.mobileList {
    display: none;
}
/*#endregion */

/*#region Tooltip*/
.parentTooltip {
    position: relative;
    overflow: visible;
}
.tooltip {
    position: relative;
    top: 0;
    /* left: 40px; */
    display: block;
    /* width: max-content; */
    float: left;
    /* transform: translate(-50% , -50%); */
}

.tooltip .tooltiptext {
    display: block;
    visibility: hidden;
    min-width: 100px;
    background-color: #555555cc;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: relative;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    width: 20px;
    right: 50%;
    transform: translate(-60% , -70px);
    font-size: 8.5pt;
    transition: all ease .5s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.img img{
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    transform: translate(30px, 25px);
    border-radius: 10px;
}
.tooltip {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    clip: rect(0,0,0,0);
    box-sizing: border-box;
    width: 0;
    height: 0;
    padding: 0;
    cursor: default;
    color: #fff;
    font-family: Vazir;
    font-size: 9pt;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    border-width: 0;
    border-style: solid;
    background-color: #000000;
    border-radius: 4px;
    transition: all ease .5s ;
    border: none;
}

/* Tooltip visibility class toggled by jQuery */
.tooltip.isVisible {
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-width: 1px;
    opacity: 1;
    transition: all ease .5s;
}

/* Tooltip positioning */
/** Common styles: Horizontally Centered **/
.tooltip, /*** Default is equivalent to .tip-bottom ***/
.tooltip.tip-bottom,
.tooltip.tip-top {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
/** Common styles: Bottom positions **/
.tooltip, /*** Default is equivalent to .tip-bottom ***/
.tooltip.tip-bottom,
.tooltip.tip-bottom-left,
.tooltip.tip-bottom-right {
    top: 110%;
    top: calc(100% + 5px);
}
/** Common styles: Top positions **/
.tooltip.tip-top,
.tooltip.tip-top-left,
.tooltip.tip-top-right {
    top: auto;
    bottom: 110%;
    bottom: calc(100% + 5px);
}
/** Common styles: Corner positions **/
.tooltip.tip-bottom-left,
.tooltip.tip-bottom-right,
.tooltip.tip-top-left,
.tooltip.tip-top-right {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
/** Common styles: Left corner positions **/
.tooltip.tip-bottom-left,
.tooltip.tip-top-left {
    right: 50%;
    left: auto;
    margin-right: -25px;
}
/** Common styles: Right corner positions **/
.tooltip.tip-bottom-right,
.tooltip.tip-top-right {
    margin-left: -25px;
}
/** Common styles: Vertically Centered **/
.tooltip.tip-left,
.tooltip.tip-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
/** Left position only **/
.tooltip.tip-left {
    right: 110%;
    right: calc(100% + 5px);
    left: auto;
}
/** Right position only **/
.tooltip.tip-right {
    left: 110%;
    left: calc(100% + 5px);
}

/* Tooltip arrow shared base styles */
.tooltip:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    pointer-events: none;
}
/** Common styles: Horizontally Centered, Up/Down arrows **/
.tooltip:after, /*** Default is equivalent to .tip-bottom:after; ***/
.tooltip.tip-bottom:after,
.tooltip.tip-top:after {
    left: 50%;
    margin-left: -10px;
}
/** Common styles: Up arrow **/
.tooltip:after, /*** Default is equivalent to .tip-bottom:after; ***/
.tooltip.tip-bottom:after,
.tooltip.tip-bottom-left:after,
.tooltip.tip-bottom-right:after {
    top: -20px;
    border-color: transparent transparent #000000 transparent;
}
/** Common styles: Down arrow **/
.tooltip.tip-top:after,
.tooltip.tip-top-left:after,
.tooltip.tip-top-right:after{
    top: auto;
    bottom: -20px;
    border-color: #373739 transparent transparent transparent;
}
/** Common styles: Left-/Right-aligned, Up/Down arrows **/
.tooltip.tip-bottom-left:after,
.tooltip.tip-bottom-right:after,
.tooltip.tip-top-left:after,
.tooltip.tip-top-right:after {
    margin-left: 0;
}
/** Common styles: Right-aligned, Up/Down arrows **/
.tooltip.tip-bottom-left:after,
.tooltip.tip-top-left:after {
    right: 15px;
    left: auto;
}
/** Common styles: Left-aligned, Up/Down arrows **/
.tooltip.tip-bottom-right:after,
.tooltip.tip-top-right:after {
    left: 15px;
}
/** Common styles: Vertically Centered, Left/Right arrows **/
.tooltip.tip-left:after,
.tooltip.tip-right:after {
    top: 50%;
    margin-top: -10px;
    margin-left: auto;
}
/** Right arrow **/
.tooltip.tip-left:after {
    right: -20px;
    left: auto;
    border-color: transparent transparent transparent #373739;
}
/** Left arrow **/
.tooltip.tip-right:after {
    left: -20px;
    border-color: transparent #373739 transparent transparent;
}

/*#endregion*/@media screen and (min-width: 600px) and (max-width: 1024px) {
.footer {
    padding: 0 20px 0px;
}
.footer > div {
    background-color: var(--light);
    width: 40%;
}
/*#region header*/
.header {
    padding: 0 30px;
}
.menu a {
    display: none;
}
.mobileMenu {
    display: flow-root;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: var(--light);
    z-index: 55;
}
.mobileMenu a {
    display: flow-root;
    padding: 10px 30px;
}
.mobileMenu img {
    width: 160px;
    display: flow-root;
    margin: 15px auto;
}
.backWardMobileMenu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 54;
}
.loginLink {
    margin: 35px 0;
}
.loginLink a:before {
    display: none;
}
.mobileMenuIcon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin: 35px 0;
}
.mobileMenuIcon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(View/1021/menu.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--text);
    top: 0;
    right: 0;
}
/*#endregion*/
.arrowBox {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
/*#region list */
.list > span:first-child {
    display: none;
}
.mobileList {
    display: flow-root;
}
.list span {
    grid-template-columns: 50% 50%;
    row-gap: 10px;
}
.list .btn {
    float: unset;
    display: flow-root;
    margin: 0 auto;
}
/*#endregion */}@media screen and (min-width: 0) and (max-width: 600px) {
/*#region footer*/
.footer {
    padding: 0 20px;
}
.footer > div {
    padding: 0 0 115px 50px;
    display: flow-root;
    background-color: var(--light);
}
.footer:before {
    bottom: -116px;
    left: -80px;
    background-size: 400px;
}
/*#endregion */
.fixLeaf {
    display: none;
}
/*#region header*/
.header {
    padding: 0 30px;
    display: none;
}
.menu a {
    display: none;
}
.mobileMenu {
    display: flow-root;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: var(--light);
    z-index: 55;
}
.mobileMenu a {
    display: flow-root;
    padding: 10px 30px;
}
.mobileMenu img {
    width: 160px;
    display: flow-root;
    margin: 15px auto;
}
.backWardMobileMenu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 54;
}
.loginLink {
    margin: 35px 0;
}
.loginLink a:before {
    display: none;
}
.mobileMenuIcon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin: 35px 0;
}
.mobileMenuIcon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(View/1021/menu.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background: var(--text);
    top: 0;
    right: 0;
}
.bottomMenu {
    display: inline-block;
}
/*#endregion*/
.arrowBox {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
/*#region list */
.list > span:first-child {
    display: none;
}
.mobileList {
    display: flow-root;
}
.list span {
    grid-template-columns: 50% 50%;
    row-gap: 10px;
}
/*#endregion */}
.containerHerb
{
    padding: 0 20px;
}

infoherb
{
    display: block;
    width: 100%;
    margin: 50px 0 70px;
}

infoherb h2
{
    color: var(--purpleText);
    text-align: center;
    font-size: 25pt;
}

infoherb p
{
    text-align: justify;
    line-height: 2;
    font-size: 12pt;
}

.searchHerb
{
    display: block;
    float: left;
    margin: 0 0 20px;
}

herb
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    grid-gap: 40px;
    margin-bottom: 50px;
}
herb div {
    position: relative;
}
herb .boxherb
{
    width: 100%;
    display: block;
    background-color: var(--light-gray);
    border-radius: 22px;
    padding-bottom: 25px;
    position: relative;
}
herb div:hover .boxherb + .bookMark {
    height: 45px;
    transition: all ease 0.5s;
}
herb .bookMark:hover:before {
    height: 45px;
    background-color: rgb(0, 0, 0);
    /* transition: all ease 0.5s; */
}
.bookMark {
    width: 21px;
    height: 30px;
    display: flow-root;
    position: absolute;
    top: 0;
    left: 30px;
    transition: all ease 0.5s;
    cursor: pointer;
}
herb .bookMark:before
{
    content: "";
    position: absolute;
    -webkit-mask-image: url(View/1021/icon/bookMark.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    width: 100%;
    height: 100%;
    background-color: #5c5c5c;
    transition: all ease 0.5s;
}

herb .boxherb::after
{
    content: '';    
    position: absolute;
    width: 100px;
    height: 70px;
    background-image: url(View/1021/leafIamge.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 1px;
    bottom: 1px;
    transform: translate(-20%, 20%);
}

herb .boxherb imgherb
{
    display: block;
    width: 100%;
    height: 200px;
    background-color: #6e6e6e17;
    border-radius: 22px;
    padding: 25px 0;
}

herb .boxherb imgherb img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


herb .boxherb priceinfoherb
{
    padding-right: 20px;
    display: block;
}

herb .boxherb p
{
    color: var(--purpleText);
    font-weight: bold;
    font-size: 15pt;
}

herb .boxherb priceinfoherb > span
{
    color: var(--purpleText)!important;
}

herb .boxherb priceinfoherb span:nth-child(n+1)
{
    color: var(--primary);
}
.tooltip, .tooltip.tip-bottom, .tooltip.tip-bottom-left, .tooltip.tip-bottom-right {
    top: calc(100% + 20px);
}@media screen and (min-width: 600px) and (max-width: 1024px) {
herb
{
    grid-template-columns: repeat(3,1fr);
}}@media screen and (min-width: 0) and (max-width: 600px) {
herb
{
    grid-template-columns: repeat(1,1fr);
}
herb .boxherb imgherb {
    height: auto;
}
.searchHerb {
    width: 100%;
}
infoherb h2 {
    font-size: 20pt;
}
.fixLeaf {
    display: none;
}}
