/*-----product page------*/

.loox-rating {
    cursor: pointer;
    text-decoration: underline;
    font-size: 15px;
    margin: 10px 0;
}

.product-surfup .product-title {
    font-size: 2.5em !important;
    line-height: 1.1em !important;
    font-weight: lighter !important;
}

.product-surfup .product-shop .prices {
    font-weight: normal !important;
}

.product-surfup .product-shop .prices .price{
    font-size: 1.7em !important;
    font-weight: lighter !important;
}

.product-surfup .product-shop .prices .afterpay-paragraph {
    margin-top: 10px !important;
}

.product-surfup .product-shop .groups-btn .wrapper-button #product-add-to-cart {
    line-height: 10px;
    font-size: 1.5em;
}

.product-service__info .info-container{
    display: flex;
    justify-content: space-around;
}

.product-service__info .info-container .info__block {
    text-align: center;
    flex-basis: 31.8%;
}

.product-service__info .info-container .info__block .icon_block {
    font-size: 3em;
}

.product-service__info .info-container .info__block .text_block .main{
    margin: 0;
    font-weight: bold;

}

.product-service__info .info-container .info__block .text_block .main{
    font-size: 0.9em;
}

.tab-content .rte .product-description_section {
    padding: 50px 0;
}

.tab-content .rte .product-description_section .top-text__block {
    text-align: center;
}

.tab-content .rte .product-description_section .top-text__block h2 {
    font-size: 2.7em;
    margin-bottom: 0.5em;
}

.tab-content .rte .product-description_section .top-text__block p {
    font-size: 1.5em;
}

.tab-content .rte .product-description_section .description_bullet {
    font-size: 1.5em;
}

.tab-content .rte .product-description_section .description_bullet ul li span {
    display: table;
}

.tab-content .rte .product-feature_section .feature-grid__block-mobile {
    display: none;
}

.tab-content .rte .product-description_section .media-video__block {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
}

.tab-content .rte .product-description_section .media-video__block .video-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.tab-content .rte .product-description_section .media-image__block {
    width:100%;
    margin: 0 auto;
}

.tab-content .rte .product-description_section .media-image__block .image-display {
	width: 100%;
}


.tab-content .rte .product-feature_section {
    background-color: #f7f7f7;
    padding: 20x 10px;
}

.tab-content .rte .product-feature_section .top-text__block {
    text-align: center;

}

.tab-content .rte .product-feature_section .top-text__block h2 {
    font-size: 2.7em;
    margin-bottom: 0.5em;
}

.tab-content .rte .product-feature_section .top-text__block p {
    font-size: 1.5em;
}

.tab-content .rte .product-feature_section .feature-grid__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
}

.tab-content .rte .product-feature_section .feature-grid__block .grid-item{
    width: 33.3333%;
    padding: 1.5vw;
}

@media screen and (min-width:415px) and (max-width: 768px) {
    .tab-content .rte .product-feature_section .feature-grid__block .grid-item{
        width: 50%;
    }
    
}

@media screen and (max-width:414px) {
    .tab-content .rte .product-feature_section .feature-grid__block {
        display: none;
    }

    .tab-content .rte .product-feature_section .feature-grid__block-mobile {
        display: block;
    }

    .tab-content .rte .product-feature_section .feature-grid__block-mobile .grid-item .feature-title {
        margin: 30px 0 15px;
        font-size: 1.8em;
        font-weight: bold;
        min-height: 50px;
    }
    
    .tab-content .rte .product-feature_section .feature-grid__block-mobile .grid-item .feature-content {
        font-size: 1.2em;
    }

    .product-service__info .info-container .info__block .text_block .sub {
        display: none;
    }

    .product-surfup .product-img-box .slider-nav.hide-thumbernail {
        display: none;
    }

    .product-surfup .product-img-box .product-photo-container .thumb img {
        width: 70%;
    }
    
}

.tab-content .rte .product-feature_section .feature-grid__block .grid-item .feature-title {
    margin: 30px 0 15px;
    font-size: 1.8em;
    font-weight: bold;
    min-height: 50px;
}

.tab-content .rte .product-feature_section .feature-grid__block .grid-item .feature-content {
    font-size: 1.2em;
}

.wrapper-container #shopify-section-footer-3 div[data-location="bottom"] {
    display:none;
}



/*-------------------------------*/

/*------------ home page --------*/
.header-panel-top .row{
    align-items: center;
}

.slide-content .slide-text {
    margin-left: 0 !important;
}

.slick-dots {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .widget-title .box-title .title {
        padding: 0 !important;
    }
}

#insta-feed  .slider-arrow {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    font-size: 30px !important;
}




/*-------------------------------*/
/*------------ collection page --------*/

.product-item .product-des {
    margin: auto;
    width: 10%;
}

.sidebar-links .widget-content li a:hover {
    color: #ffab6a;
}

.collection-image .desktop-img {

}

.collection-image .mobile-img {
    display: none;
}

@media screen and (max-width:768px) {
    .collection-image .desktop-img {
        display:none;
    }
    
    .collection-image .mobile-img {
        display: initial;
    }

}
/*-------------------------------*/

/*---------------cart page----------------*/

.cart__promo_reminder {
    width: 90%;
    margin: 3em auto;
    font-weight: bold;
}

.cart__promo_reminder p {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.5em;
}

.cart__promo_reminder p .product_link {
    font-size: 1.3em;
}

.cart__promo_reminder p .tc_link {
    color: #2d2d2d;
    text-decoration: underline;
}
/*-------------------------------*/
/*-------------about us ---------*/
#shopify-section-template--15469652410627__main .slick-track .slick-slide:hover {
    transition: all .5s ease-in-out;
    transform: translateY(-10px);
}

#shopify-section-template--15469652410627__main .slick-track .slick-slide {
    transition: all .5s ease-in-out;
    transform: translateY(10px);
}
@media only screen and (min-width: 768px ){
    #shopify-section-template--15469652410627__main .slick-track {
        width:80% !important;
        min-width: 750px;
        margin:10px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    #shopify-section-template--15469652410627__main .bottom-content .block-content .item {
        padding-left:80px;
        padding-right: 80px;
    }

}

.stars-active {
    color: #fea33a;
}

.store-item .storeinfo_link .store-icon, .store-item .storeinfo_link .store-title {
    transform: translateY(10px);
    transition: all .5s ease-in-out;
}

.store-item .storeinfo_link:hover .store-icon, .store-item .storeinfo_link:hover .store-title{
    color: #c6ab58;
    transform: translateY(-10px);
    transition: all .5s ease-in-out;
}

/*-------------------------------*/
/*---------------custom block banner-----------*/

.banner-content .subscribe-form {
    width: 100%;
}

.banner-content .subscribe-form .email-input {
    margin: auto;
}

@media (min-width:768px) {
    .banner-small-img.border-banner {
        max-width: 1000px;
        width: 80%;
        margin: auto;
        border: 1px #ecedef solid;
    }

    .banner-small-img.border-banner .banner-content {
        padding: 25px 55px 30px;
        align-items: baseline;

    }

    .banner-small-img.border-banner .banner-content p {
        max-width:100%;
    }


}

.banner-small-img.border-banner .line {
    display: none;
}

.product-surfup .product_top .mobile-title__section {
    display: none;
}

.product-surfup .product_top .product-shop .tabs__product-page .wrapper-tab-content .tab-links {
    font-size: 14px !important;
    letter-spacing: .5px;
    padding: 20px;
    position: relative;
    font-weight: 900
}

.product-surfup .product_top .product-shop .tabs__product-page .wrapper-tab-content .tab-links:after,
.product-surfup .product_top .product-shop .tabs__product-page .wrapper-tab-content .tab-links:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #202020;
    left: 0;
    top: calc(50% - 2px)
}

.product-surfup .product_top .product-shop .tabs__product-page .wrapper-tab-content .tab-links:after {
    transform: rotate(90deg);
}

.product-surfup .product_top .product-shop .tabs__product-page .wrapper-tab-content .tab-links.active:after {
    display: none;
}

@media screen and ( max-width: 414px ) {
    .product-surfup .product_top .mobile-title__section {
        display: block;
    }

    .product-surfup .product-shop .desktop-title__section {
        display: none;
    }
}

/*--------------------------------------------------------*/
/*--------------- custom block banner bottom -------------*/
@media (min-width: 768px) {

.banner-middle-img>.row {
    max-width: 1500px;
    margin: auto;
}

.banner-middle-img .column {
    padding-left: 0;
    padding-right: 0;
}

.banner-middle-img .banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    text-align:left;
    max-width: 350px;
    font-family: Roboto, sans-serif;
}
.banner-middle-img .banner-content h2 {
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.banner-middle-img .banner-content p {
    max-width:100%;
}

.banner-middle-img .banner-content .banner-des {
    line-height:24px;
}

}

.banner-middle-img .banner-content .banner-main-title {
    font-weight: lighter;
}


/*--------------------------------------------------------*/
/*-------- popup component--------------------------------*/

.wrapper-newsletter .halo-modal-body .column-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.halo-modal .halo-modal-body .promo_event-btn {
    margin-bottom: 20px;
}

.halo-modal .halo-modal-body #promo-event .btn {
    width: 100%;
    min-width: inherit;
    background: var(--background_3);
    color: var(--color_3);
    border-color:var(--border_3);
}

@media (max-width: 767px) {
    .halo-modal .halo-modal-content .halo-modal-body {
        overflow: hidden !important;
        flex-direction: column;
    }

    .wrapper-newsletter .halo-modal-body .column-left {
        display: initial !important;
        width: 100% !important;
    }
    .wrapper-newsletter .halo-modal-body .column-left img {
        width: 100% !important;
    }
    .wrapper-newsletter .halo-modal-body .column-right m-hide {
        display: none !important;
    }
}

/*--------------------------------------------------------*/