.not_login .snize-price-list, .not_login .snize-in-stock, .not_login .snize-out-of-stock, .not_login .snize-button{display: none !important}
@media (max-width: 767px){
    .columns .sidebar-main{order:0;top:30px;}
    .block-collapsible-nav{position: relative;}
    .page-title-wrapper{top: 20px;}
    .block .block-title{margin: 55px 0 10px;}
    .page-title-wrapper .page-title{padding: 10px ;}
    /**.page-title-wrapper .page-title span.base{display: none !important;}**/
    .base_bottom{height: 3px;  width: 60px;  background: #16a6b6;border-radius: 10px;  position: relative;}
    .nav.item.item_title h3:after{font-size: 12px;content: '\e81a';padding-right:20px;display: inline-block;font-weight: normal;float: right;font-family: 'porto-icons';}
    .nav.item.item_title.active h3:after{content: '\e81c';}
    .sidebar.sidebar-main .sidebar-content{border-bottom: none !important;}
    .sm_page_tile{font-size: 20px; line-height: 21px;color: #16a6b6;position: relative; top: -20px;}
    .sm_page_bottom{width: 60px;height: 3px;background: #16a6b6;border-radius: 20px;position: relative;top: -14px;}
}
.item_title{padding: 0 10px;}

.cat-list-title-link, .cat-list-title-link:hover{color: #303030 !important;font-weight: bold !important;background: #fff !important;}







.block-title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 0px 20px;
}

.page-banner img {
    width: 100%;
    height: auto;
}

.page-banner {
    margin-bottom: 20px;
}

.cms-page {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.block-grid {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
}

.grid-item {
    width: 32%;
    display: flex;
    flex-flow: nowrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: flex-end;
}

.grid-item:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    transition: all 250ms ease;
}

.grid-image {
    padding: 10px 10px;
}

.grid-image img {
    max-width: 100%;
    height: auto;
}

.grid-icon {
    padding: 10px 10px;
}

.grid-icon img {
    max-width: 160px;
    height: auto;
}

.grid-label {
    padding: 10px 20% 20px;
}

.bar-item {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
    padding: 25px 15px;
}

.bar-item:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    transition: all 250ms ease;
}

.bar-icon {
    width: 160px;
    height: 160px;
}

.bar-icon img {
    width: 100%;
    height: auto;
}

.bar-item:nth-child(odd) {
    background-color: #fbf0f2;
}

.bar-label {
    font-size: 20px;
    line-height: 36px;
    padding: 0px 0px 10px;
}

.bar-detail {
    font-size: 16px;
    line-height: 36px;
    padding: 10px 0px 20px 0px;
}

.bar-content {
    flex: 1;
    max-width: 86%;
    padding: 10px 20px;
}

a.page-link {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    background-color: #16a6b6;
    padding: 10px 20px;
}

a.page-link:hover {
    opacity: 0.9;
    color: #ffffff;
    background-color: #0b8997;
}

.page-actions {
    text-align: center;
    padding: 30px 0px 30px;
}

.lightspot-item {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
    padding: 25px 15px;
}

.lightspot-item + .lightspot-item {
    border-top: 2px solid #f7f7f7;
}

.lightspot-icon {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.lightspot-content {
    flex: 1;
    max-width: 86%;
    padding: 10px 20px;
}

.lightspot-detail {
    font-size: 16px;
    line-height: 36px;
    padding: 10px 0px 20px 0px;
}

.lightspot-detail p {
    margin-bottom: 10px;
}

.lightspot-icon:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(2px);
    z-index: 3;
}

.lightspot-icon .icon-label {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    z-index: 7;
}

.block-timeline {
    overflow: auto;
}

.timeline-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: nowrap;
    flex-direction: row;
    align-items: flex-end;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 15px;
    margin: 10px auto 120px auto;
}

.timeline-item {
    cursor: pointer;
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0px 15px;
}

.timeline-item-content {
    width: 160px;
    min-height: 210px;
    max-width: 100%;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    background-color: #16a6b6;
    border-radius: 20px;
    padding: 30px 20px 30px;
}

.timeline-item:nth-child(even) .timeline-item-content {
    background-color: #666666;
}

.timeline-container:after {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
    background-color: #777777;
    z-index: 9;
}

.timeline-box {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

.timeline-icon {
    left: 0;
    right: 0;
    bottom: -95px;
    position: absolute;
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    padding: 0px 0px;
    z-index: 10;
}

.location-point {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border: 3px solid #777777;
    border-radius: 100%;
    margin: 3px auto 10px;
}

.timeline-index {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border: 2px solid #666666;
    border-radius: 100%;
    padding: 0px;
    /* text-shadow: 1px 1px 3px #0081c1; */
    -webkit-text-stroke: 1px #0081c1;
}

img.timeline-img {
    width: 60px;
    height: auto;
    transform: scale(1);
}

.timeline-item:hover img.timeline-img {
    animation:  icon_bounce 1s linear infinite;

}

@keyframes icon_bounce{
    0%{
        opacity: 0.96;
        transform: scale(0.9) translate(0,0);
    }
    50%{
        opacity: 1;
        transform: scale(1) translate(0, 2px);
    }
    100%{
        opacity: 0.96;
        transform: scale(0.9) translate(0,0);
    }
}



@media only screen and (max-width: 767px) {

    .grid-item {
        width: 49%;
    }

    .bar-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bar-icon {
        order: 1;
    }

    .bar-content {
        order: 2;
        max-width: 100%;
    }

    .lightspot-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .lightspot-icon {
        order: 1;
    }

    .lightspot-content {
        order: 2;
        max-width: 100%;
    }

    .timeline-container {
        width: 200px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .timeline-item {
        justify-content: flex-end;
        padding: 30px 15px;
    }

    .timeline-container:after {
        width: 2px;
        height: 100%;
        top: 0;
        left: unset;
        right: 0px;
        bottom: 0;
    }

    .timeline-icon {
        top: 0;
        left: unset;
        right: -69px;
        bottom: 0;
        flex-direction: row;
    }

    .location-point {
        margin: 10px;
    }

    img.timeline-img {
        display: none;
    }

    a.page-link {
        font-size: 16px;
    }

}



@media only screen and (max-width: 500px) {

    .grid-item {
        width: 100%;
    }
    .cms-au-wholesale .grid-item {
        width: 49%;
    }
    .cms-au-wholesale .grid-icon img {
        max-width: 120px;
    }
    .cms-au-wholesale .grid-label {
        padding: 10px 0px 20px;
    }

}

