@import "../../../../custom-icons.css";

/*
    General
*/

.btn, input, textarea {
    border-radius: 7px !important;
}

.gr-widget-container{
    width: 700px;
    max-width: 100%;    
}


.gr-btn-language {
    background: transparent !important;
    border: none !important;   
    outline: none !important;
    cursor: pointer;
}

.gr-btn-outline {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.gr-btn-outline.active, .gr-btn-outline:hover {
    background-color: var(--primary);
    color: white;
}

#section-print-qr li::marker {
    color: var(--primary);
}

.gr-shadow-box-v4 {
    box-shadow: 0 0 30px rgba(var(--tertiaryRGB),0.4);
    border-radius: 10px;
}

.u-image-icon-size-lg img {
    max-width: 100%;
    height: auto;
}

/*  
    End General
*/


/*
    General Slider
*/
.slider {
    height: 100px;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;    
    width: 81.5px;
    height: auto;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    border: 0.1em solid;
    border-color: #333;
    border-radius: 50%;
    width: 1.4em;
    height: 1.4em;
}

.swiper-button-prev::after, .swiper-button-next::after{
    color: #333;
    font-size: 0.7em;
    line-height: 0;
    font-weight: bold;
}

.gr-next-white, .gr-prev-white {
    border-color: #ffffff;
}

.gr-next-white::after, .gr-prev-white::after{
    color: #ffffff;
}

/*
    End General Slider
*/


/* 
    Social Slider 
*/

#gr-share-slider {
    padding-top: 12px;
    margin-bottom: 12px;
}

#gr-share-slider .swiper-slide {
    border-bottom: solid 2px #dcd9d9;
    width: 58.57px;    
}

#gr-share-slider .swiper-slide-active {
    border-bottom: solid 4px var(--primary);
}

#gr-share-slider .swiper-slide .social {
    width: 50px;
    height: 50px;
    padding: 5px;
}

#gr-share-slider-items a, #gr-share-slider-items a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/* 
    END Social Slider 
*/



/*
    Coupon Code, Personal Link
*/


.gr-personal-link-editable {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    height: 42.58px;
    border-radius: 7px !important;
}

/*
    End Coupon Code, Personal Link
*/



/*
    Share containers
*/
.gr-widget-share-container, .gr-widget-box {
    box-shadow: 0 0 30px rgba(var(--secondaryRGB),0.4);
    border-radius: 10px; 
}

.gr-widget-share-container {    
    width: 450px;   
}

.gr-widget-social-container {    
    width: 320px;   
}

/*
    End Share Section
*/



@media (max-width: 450px) {    

    .gr-widget-container{
        width: 100%;
    }

    #gr-share-slider .swiper-slide {
        width: 53.75px;
    }
}

@media (max-width: 980px) {   

    .gr-widget-share-container {
        width: 100%;
    }

    .gr-widget-social-container {    
        width: 100%;   
    }
}