.text-zol {
    color: var(--pink);
}

.btn-zol {
    color: #fff;
    background-color: #ee117a;
    border-color: #ee117a
}

.btn-zol:hover {
    color: #fff;
    background-color: #ee117a;
    border-color: #ee117a
}

.extra_tools {
    position: absolute;
    left: -17px;
    top: 40px;
    z-index: 99999999;
}

.share-buttons {
    display: flex;
    align-items: baseline;
}

.share-buttons button {
    padding: 5px;
    border-radius: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.share-button {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 16px;
}

.companies-list .company img {
    width: auto;
    height: 105px;
    object-fit: contain;
    margin: auto;
}

header.site-header li.menu-item div.link-wrap a:hover {
    color: white;
}

.fixed-header nav .menu > li .link-wrap [class^="icon-"] {
    margin-right: 0px !Important;
}

@media only screen and (max-width: 600px) {
    .navbar-brand img{
        width: 120px !important;
    }
    .share-buttons button {
        padding: 2px;
        border-radius: 0px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        z-index: 99;
    }

    .extra_tools {
        position: absolute;
        left: -7px;
        top: 50px;
    }

    .product .mid-column .package-action-buttons {
        justify-self: flex-start;
    }
}

.compare-for-me input[type="checkbox"] {
    display: none;
}

.compare-for-me img {
    cursor: pointer;
}

span.not-frayer{
    background: var(--pink);
    width: 35px;
    height: 35px;
    display: block;
    font-size: 19px;
    text-align: center;
    border-radius: 50%;
}


/*.site-header li.not-frayer .count, .fixed-header li.not-frayer .count {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 3px;
    background-color: var(--pink);
    border-radius: 100%;
    font-size: var(--fz12);
    color: #fff;
}

.site-header li.not-frayer, .fixed-header li.not-frayer {
    position: relative;
}

.fixed-header li.not-frayer .count {
    top: 15px;
}*/

.fixed-header li.my-compares .count {
    top: 16px;
}

.product .mid-column {
    padding: 20px 20px 0 20px;
    display: grid;
}

.product .mid-column .small-info-list li {
    display: flex;
    align-items: center;
    font-size: var(--fz14);
    font-weight: var(--fw500);
    margin: 5px 0px 5px 20px;
}


.favorite .nav-link {
    display: flex;
    width: 40px;
    height: 40px;
    background: url(https://www.zolzolzol.co.il/assets/images/heart_zol.png) no-repeat !important;
    background-position: -2830px -30px !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white !important;
    filter: hue-rotate(25deg);
}

/*.heart {
    width: 40px;
    height: 40px;
    background: url("https://www.zolzolzol.co.il/assets/images/heart_zol.png") no-repeat;
    background-position: -30px -30px;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
    filter: hue-rotate(25deg);
}*/

.heart.is-active {
    background-color: var(--pink);
    color: white;
}

.heart.is-active {
    transition-duration: 1s;
    background-position: -2830px -30px;
}


.heart-mobile {
    width: 40px;
    height: 40px;
    background: url("https://www.zolzolzol.co.il/assets/images/heart_zol.png") no-repeat;
    background-position: 1%;
    cursor: pointer;
    transition: background-position 1s steps(28);
    z-index: 9999999;
    transition-duration: 0s;
    filter: hue-rotate(25deg);
    position: absolute;
    top: 0px;
    left: 0px;
}

.heart-mobile.is-active {
    transition-duration: 1s;
    background-position: -2825px -25px;
}

header.site-header li.menu-item a:hover {
    color: black !important;
}

header span.icon-chevron-down {
    position: absolute;
    left: calc(50% - 2px);
    bottom: 10px;
}

input.approve_policy {
    padding: 0px !important;
}


#youtubeButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ee117a;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(224 102 186 / 27%);
}

.mobile-inner span.count {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pink);
    border-radius: 100%;
    font-size: var(--fz12);
    color: #fff;
    margin-left: 10px;
}

.post_background {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

body, a, h1, h3, h4, h5, h6, span, label, select, option, li, ul, p {
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 600px) {
    .product .mid-column .package-action-buttons > *:not(:last-child) {
        border-left: 0px !Important;
    }
}

.c-otp {
    text-align: center
}

.c-otp__label {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.c-otp__input {
    border: solid 1px #B8B8B8;
    border-radius: 3px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    height: 50px;
    margin-right: 3px;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    width: 55px !important;
}

div#otp-inputs {
    direction: ltr;
}

input.c-otp__input {
    border: 0px;
    border-bottom: 2px solid #B8B8B8;
    border-radius: 0px !important;
}

input.c-otp__input:active, input.c-otp__input:focus {
    border-color: #0d6efd;
}

.btn-zol:hover {
    background-position: left;
    border-color: #282828 !important;
}

.btn-zol {
    background: linear-gradient(to left, var(--pink) 50%, var(--blue) 50%) right;
    background-size: 200%;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-zol .fa {
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-zol:hover > .fa {
    transform: rotate(360deg);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-zol-dark:hover {
    background-position: left;
    border-color: #ee117a !important;
}

.btn-zol-dark {
    color: white !important;
    background: linear-gradient(to left, var(--blue) 50%, var(--pink) 50%) right;
    background-size: 200%;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-zol-dark .fa {
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-zol:hover > .fa {
    transform: rotate(360deg);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar li .dropdown-menu {
    border: 0px;
}


.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ee117a
}


.scroll-wrap {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    padding: 30px 10px;
    margin-bottom:50px;
}

.compare-container {
    min-width: 280px;
}

.inner-circle-new {
    width: 60px;
    height: 60px;
    margin: auto;
    background: #ee117a;
    font-size: 50px;
    color: white;
    border-radius: 50%;
    margin-top: -60px;
}

.timeline-step {
    background: #8080801f;
    border-radius: 25px;
    border: 1px solid #00000021;
    box-shadow: 0px 0px 5px #00000021;
}


.custom-shape-divider-bottom-1688560145 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1688560145 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 258px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1688560145 .shape-fill {
    fill: #f1f1f1;
}

.custom-shape-divider-bottom-1688560145-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1688560145-footer svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 60px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1688560145-footer .shape-fill {
    fill: #282828;
}


.custom-shape-divider-top-1688560378 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1688560378 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 258px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1688560378 .shape-fill {
    fill: #8080801C;
}

@media (max-width: 767px) {
    .articles .posts {
        grid-template-columns: repeat(1, 1fr);
    }
}

.fa-3xs {
    font-size: .480em;
    line-height: .1em;
    vertical-align: 0.225em;
}

.shop-categories .categories-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !Important;
    grid-gap: 10px;
}

@media (max-width: 767px) {
    .shop-categories .categories-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !Important;
        grid-gap: 10px;
    }
}

.shop-categories .category a {
    min-height: 140px;
    padding: 20px 0px 11px;
}

.shop-categories .category .name {
    margin-top: 20px;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('https://zolzolzol.co.il/assets/images/slider_bg.png');
    background-size: auto 110%;
    background-repeat: no-repeat;
    z-index: -1;
}

.welcome-box-new {
    position: relative;
    width: 100%;
}

.welcome-box-new .container {
    padding-top: 40px;
    /* padding-bottom: 80px; */
}

.shop-categories .categories-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.shop-categories .category .name {
    font-size: 1.1rem;
}


@media only screen and (max-width: 768px) {

    .slider_image {
        margin-top: 0px;
        margin-left: -10px;
    }

    .circle {
        display: none;
    }

    .shop-categories .categories-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .circle {
        background-size: auto 110%;
        background-position: 50% center;
    }
}

.shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.shape-divider svg {
    position: relative;
    display: block;
    width: calc(180% + 1.3px);
    height: 70px;
}

.shape-divider .shape-fill {
    fill: #FFFFFF;
}

.shop-categories {
    position: relative;
    z-index: 10;
}

h1.ft-title {
    font-weight: bold;
    letter-spacing: -3px;
    margin: 0px !important;
}

.after-banner-ft p {
    margin: 0px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.timeline-steps .timeline-content {
    padding: 30px;
    width: 100%;
}

.timeline-step {
    background: var(--blue);
    color: white;
    min-height: 200px;
    cursor: pointer;
}

.timeline-step, .inner-circle-new {
    transition: all 0.5s ease;
}

.timeline-step:hover {
    background: var(--pink);
    transition: all 0.5s ease;
}

.timeline-step:hover .inner-circle-new {
    background: var(--blue);
    transition: all 0.5s ease;
    transform: rotate(360deg);
}


@media only screen and (max-width: 600px) {
    .timeline-steps .timeline-step {
        display: flex;
        flex-direction: wrap;
    }

    .timeline-steps {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (min-width: 600px) {
    #navbarSupportedContent .dropdown-menu {
        box-shadow: 0px 10px 16px #00000038;
    }
}

.copy_right {
    height: 50px;
    padding-top: 15px;
    border-top: 1px solid #80808033;
}

#mobileNavbar.show {
    padding-bottom: 130px !important;
}


.big_breadcrumbs {
    position: relative;
    background: transparent;
    margin-bottom: 130px;
}

div.big_breadcrumbs .bread_crumbs_background {
    background: #282828;
    color: white;
    padding-right: 100px;
}

.big_breadcrumbs h1, .big_breadcrumbs h2 {
    margin-bottom: 0px;
}

.big_breadcrumbs h1.page-title {
    font-weight: bold;
    font-size: 50px;
}

.custom-shape-divider-top-1688660500 {
    position: absolute;
    bottom: -106px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    /* direction:ltr !Important; */
}

.custom-shape-divider-top-1688660500 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 107px;
}

.custom-shape-divider-top-1688660500 .shape-fill {
    fill: #282828;
}

@media only screen and (max-width: 768px) {
    div.big_breadcrumbs .main_page_title {
        padding-right: 0px !Important;
        text-align: center;
    }

    .custom-shape-divider-top-1688660500 svg {
        display: none;
    }

    div.big_breadcrumbs .main_page_title {
        background: #282828;
        min-height: auto;
    }

    .big_breadcrumbs {
        margin-bottom: 30px;
    }

    div.big_breadcrumbs .bread_crumbs_background {
        padding-right: 0px !Important;
    }

    .slider_img_wrap img {
        width: 100% !Important;
        height: auto !Important;
    }

    .slider_img_wrap {
        height: auto !Important;
        top: 60px !important;
        padding: 5px !IMPORTANT;
        border: 1px solid #80808040;
    }

    .custom-shape-divider-top-1688660500 {
        display: none;
    }
}

.slider_img_wrap {
    /* box-shadow: 0px 0px 15px #ffffff38; */
    position: absolute;
    top: 10px;
    z-index: 10;
    /* border: 21px solid #282828; */
    padding: 20px;
}

.slider_img_wrap img {
    height: auto;
    width: 100%;
}

.breadcrumbs {
    width: 100%;
    background-color: #282828 !important;
    border-top: 1px solid #ffffff0a;
}

.big_breadcrumbs h2.page-subtitle span {
    background: #ee117a;
}

.big_breadcrumbs h2.page-subtitle {
    margin-top: 10px;
}

div.sub-block ul.list-group li {
    background: transparent !important;
}

.product {
    border: 1px solid #80808057 !important;
    box-shadow: 0px 0px 5px #80808047;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
}

.product.openToggle {
    display: block;
}

.main-block {
    padding: 0px !important;
}

.mid-column {
    padding: 0px !important;
    padding-right: 20px !important;
}

.package-title {
}

.product .mid-column .woocommerce-loop-product__title {
    font-weight: bold !important;
}

.extra_tools {
    top: 23px;
}

.product .main-block {
    grid-template-columns: 135px minmax(0, 755px) 198px 170px !important;
    padding-left: 20px !important;
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
}

span.icon i {
    color: #ffffff !important;
    font-size: 15px !important;
    margin-left: 0px !important;
}

span.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border: 1px solid #ee117a;
    border-radius: 50%;
    background: #ee117a;
    margin-left: 10px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

span.icon:hover {
    background: var(--blue);
    border: 0;
    transform: scale(0.95);
}


span.icon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px var(--pink);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

span.icon:hover:after {
    transform: scale(0.9);
    opacity: 1;
}

.product .mid-column .small-info-list li {
    margin: 0px;
    margin-left: 10px;
}


@media only screen and (max-width: 600px) {
    .product .main-block {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0px !important;
    }

    .extra_tools {
        /*display: none !Important;*/
        width: 30px;
        left: -10px;
    }
}

@media only screen and (max-width: 600px) {
    .product .main-block .first-column img {
        padding: 0px !Important;
        width: 60% !Important;
    }

    .product .main-block .first-column {
        border-left: 1px solid #80808047 !Important;
        padding: 15px 0;
    }

    .product .mid-column-mobile {
        font-size: 30px !Important;
        width: 80% !important;
    }

    .product .main-block {
        grid-gap: 0px !important;
    }


    .product  .last-column  {
        margin: 0px !important;
        flex-direction: column!important;
        justify-content: flex-end!important;
        height: 100%!important;
        display: flex!important;
    }


    .last-column .price {
        font-size: 50px !important;
        align-items: center!important;
        justify-content: center!important;
        height: 100%!important;
        display: flex!important;
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }

    .product .mid-column .woocommerce-loop-product__title {
        display: block !Important;
    }

    .mid-column-mid {
        display: grid;
        grid-area: 3/span 2 !Important;
        display: grid;
        grid-gap: 10px 20px;
    }

    .product .mid-column {
        border-top: 1px solid #80808047 !Important;
    }

    .product .mid-column {
        grid-gap: 0px !important;
        padding: 10px !Important;
    }

    .mid-column-mid button {
        width: 100% !Important;
        text-align: center !Important;
        font-size: 16px !Important;
    }

    .product .to-join .toggle-package {
        display: block !Important;
        border-radius: 0px !important;
    }

    .product .to-join .compare_product ,.product .to-join .remove_compare_product ,.product .whatsapp-call {
        border-radius: 0px !important;
    }

    .product .last-column .selfJoinButton  {
        border-radius: 0px !important;
        margin: 0px !important;
    }

    .product .heart {
        border-radius: 0px !important;
    }

    .product .sub-block-inner {
        border-top: 1px solid #80808047 !Important;
        margin-top: 10px !Important;
    }

    .product .mid-column .package-title {
        border-bottom: 0px !important;
    }

    footer .title{
        margin-top: 15px !important;
        margin-bottom: 5px !important;
    }
}

.product .mid-column.mid-column-mid .to-join {
    display: block !Important;
}

.product .mid-column.mid-column-mid {
    padding: 0px !important;
    padding-right: 0px !important;
}


.login-form input:not([type="submit"]) {
    border: 1px solid #0000003d;
    padding: 9px 16px;
    text-align: right;
    transition: all .3s ease-in-out;
}


.compare-main-card {
    border-radius: 14px;
    padding: 15px;
    position: relative;
    border: 0;
    padding-top: 40px;
}

.compare-main-card .compare-item {
    height: 60px;
    max-height: 7em;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 5px;
}

.compare-main-card .empty-header {
    height: 265px !important;
    max-height: 265px !important;
}

.compare-card {
    background-color: #F5F5F7;
    border-radius: 14px;
    padding: 15px;
    position: relative;
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.compare-card .compare-item {
    height: 60px;
    max-height: 7em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 5px;
}

.compare-card .compare-item:not(:last-child) {
    border-bottom: 1px solid #D5D5D5;
}

.compare-card .compare-header {
    height: 275px;
    text-align: center;
    border-bottom: 1px solid #D5D5D5;
}

.compare-card .image-container {
    max-width: 84px;
    max-height: 70px;
    min-height: 70px;
    height: 70px;
    margin: auto auto 15px;
    border-bottom: 1px solid #D5D5D5;
}

.compare-card .remove-package {
    background-color: var(--pink);;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
}


.compare-item .field-icon {
    width: 35px;
    height: 35px;
    background: #f9f9f9;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.compare-item .field-icon i {
    color: var(--pink);
}

#sendDataModel .custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 610%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}


#sendDataModel .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 258px;
    transform: rotateY(180deg);
}

#sendDataModel .custom-shape-divider-bottom .shape-fill {
    fill: #282828;
}

.compare-container {
    flex-basis: min-content;
    flex-grow: 1;
    width: auto;

}

.empty-compare {
    margin-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    font-weight: revert;
}

@media (max-width: 767px) {
    .compare-container {
        min-width: 280px;
    }

    .compare-main-container {
        min-width: 200px;
    }

    .main-container {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: hidden;
        padding: 30px 0;
    }

    .scroll-wrap {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
        padding: 30px 10px;
        padding-left: 70px;
    }

    .dropdown-menu[data-bs-popper] {
        right: -110px !important;
    }
}

.count_md { background: #ffffff; width: 20px; height: 20px; border-radius: 50%; position: absolute; text-align: center; top: 12px; left: 0px; }

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--pink) !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.775em !important;
    left: 0.7125em !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.275em !important;
    right: 0.1em !important;
}


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

#mobileNavbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#mobileNavbar::-webkit-scrollbar-thumb {
    background-color: #ee117a;
    border-radius: 10px;
}

.product_form .approve_policy {
    border: 1px solid #212529 !important;
}

.custom_menu .dropdown-toggle::after {
    border-top: .3em solid #ee117a !important;
}

.product .sub-block .form .wpcf7 {
    position: sticky;
    top: 110px;
}