﻿/*2021 s*/

#content .slide-2-style {
    margin: 0px 0px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* padding: 0px 14px 0px 26px; */
    height: 600px;
    border-radius: 10px;
    height: 360px;
    margin-bottom: 30px;
    width: 952px;
}

#content .category-banner {
    width: 208px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

    #content .category-banner img {
        /* width: 186px;*/
        border-radius: 8px;
    }




#content .slide-2-style ul {
    /* overflow: hidden; */
    /* background: #fff; */
}

#content .slide-2-style .clip {
    float: left;
    text-align: center;
    position: relative;
    /*		width: 208px !important;*/
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 10px 10px;
    height: 346px;
}

    #content .slide-2-style .clip:hover {
        border: 1px solid rgba(0, 140, 50, .6);
        box-shadow: 0 1px 2px 0 rgba(0,140,50,.5);
    }


    #content .slide-2-style .clip a {
        padding: 10px 10px 10px 10px;
        display: block;
        text-align: left;
        font: 500 14px Roboto, sans-serif;
        text-decoration: none;
    }


    #content .slide-2-style .clip figure {
        text-align: left;
        margin: auto;
        margin-bottom: 24px;
    }


        #content .slide-2-style .clip figure img {
            width: 196px;
            border-radius: 16px;
            padding: 8px;
        }


    #content .slide-2-style .clip p.name {
        color: #000;
        font: 500 14px Roboto, sans-serif;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.34;
        text-align: center;
    }

    #content .slide-2-style .clip p.category-name {
        padding-bottom: 10px;
        width: 190px;
        text-align: center;
        border-top: solid 1px #ddd;
        padding-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font: 500 14px Roboto, sans-serif;
        height: 45px;
        color: #000;
    }

        #content .slide-2-style .clip p.category-name a {
            color: #000;
        }

            #content .slide-2-style .clip p.category-name a:hover {
                color: #009936;
                text-decoration: underline;
            }


    #content .slide-2-style .clip p.price {
        text-align: center;
        font: 700 21px Roboto, sans-serif;
    }

    #content .slide-2-style .clip p.old-price {
        color: #7d7d7d;
        text-decoration: line-through;
        float: left;
        border-right: 1px solid #009936;
        padding-right: 6px;
        margin-right: 6px;
        font: 600 14px Roboto, sans-serif;
    }

    #content .slide-2-style .clip .discount-block {
        height: 22px;
        text-align: left;
    }

        #content .slide-2-style .clip .discount-block .discount {
            color: #009936;
            font-size: 10px;
            font: 600 12px Roboto, sans-serif;
        }

    #content .slide-2-style .clip .discount span {
        font-size: 14px;
        font-weight: bold;
    }

#content .slide-category-title {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
}

#content .slide-2-style .all-see {
    float: right;
    display: block;
    margin-top: -20px;
    margin-right: 22px;
}

    #content .slide-2-style .all-see a {
        font: 600 15px Roboto, Arial;
        display: block;
        color: #009936;
    }

        #content .slide-2-style .all-see a:hover {
            color: #000;
        }


#content .slide-2-style .slick-prev,
#content .slide-2-style .slick-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 43px;
    cursor: pointer;
    top: 40%;
    text-indent: -5000px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

    #content .slide-2-style .slick-prev:focus,
    #content .slide-2-style .slick-next:focus {
        outline: none;
    }

#content .slide-2-style .slick-prev {
    background: url(/Content/images/prev-arrow.png);
    border-right: solid 1px #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-radius: 5px;
    left: 4px;
    background-color: #fff;
    background-size: 36px;
    background-position-y: center;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
}

    #content .slide-2-style .slick-prev:hover {
        background: url(/Content/images/prev-arrow-hover.png);
        border-right: solid 1px #048c34;
        border-top: solid 1px #048c34;
        border-bottom: solid 1px #048c34;
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }

#content .slide-2-style .slick-next {
    background: url(/Content/images/next-arrow.png);
    right: 0px;
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-radius: 5px;
    background-color: #fff;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
}

    #content .slide-2-style .slick-next:hover {
        background: url(/Content/images/next-arrow-hover.png);
        border-left: solid 1px #048c34;
        border-top: solid 1px #048c34;
        border-bottom: solid 1px #048c34;
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }


/* 2021 e*/


/*2021 2 s*/

#content .slide-1-style {
    width: 1200px;
    margin: 20px 0px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0 1px 1px 0 rgba(85,85,85,.5);*/
    padding: 0px 20px 20px 0px;
    border-radius: 8px;
}

    #content .slide-1-style ul {
        overflow: hidden;
        background: #fff;
    }

    #content .slide-1-style .clip {
        float: left;
        text-align: center;
        position: relative;
        border-radius: 8px;
        margin: 10px 10px;
        border: 1px solid rgb(210, 210, 210);
        border-radius: 8px;
        min-height: 318px;
        padding: 16px 10px;
    }

        #content .slide-1-style .clip:hover {
            border: 1px solid rgba(0, 140, 50, .6);
            /*box-shadow: 0 1px 2px 0 rgba(0,140,50,.5);*/
            box-shadow: rgb(0 0 0 / 10%) 0px 2px 16px 0px;
        }




        #content .slide-1-style .clip a {
            padding: 10px 10px 10px 10px;
            display: block;
            text-align: left;
            font: 500 14px Roboto, sans-serif;
            box-sizing: border-box;
            text-decoration: none;
        }




        #content .slide-1-style .clip picture {
            text-align: left;
            margin: auto;
            margin-bottom: 20px;
            padding: 8px;
        }


            #content .slide-1-style .clip picture img {
                width: 160px;
                border-radius: 8px;
            }

#content .campaign .clip a:hover picture img {
    border: 1px solid rgba(0, 140, 50, .5);
}

#content .slide-1-style .clip p.name {
    color: #000;
    font: 500 14px Roboto, sans-serif;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.34;
}

#content .slide-1-style .clip p.category-name {

    padding-bottom: 10px;
    width: 190px;
    text-align: center;
    border-top: solid 1px #ddd;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 500 14px Roboto, sans-serif;
    height: 45px;
    color: #000;
}

    #content .slide-1-style .clip p.category-name a {
        color: #000;
    }

        #content .slide-1-style .clip p.category-name a:hover {
            color: #009936;
            text-decoration: underline;
        }


#content .slide-1-style .clip p.code {
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
    margin-bottom: 12px;
    text-align: left;
    width: 190px;
    font-size: 13px;
}

#content .slide-1-style .clip p.price {
    text-align: left;
    font: 600 18px Roboto, sans-serif;
    text-align: center;
}

#content .slide-1-style .clip p.old-price {
    color: #7d7d7d;
    text-decoration: line-through;
    float: left;
    border-right: 1px solid #009936;
    padding-right: 6px;
    margin-right: 6px;
    font: 600 14px Roboto, sans-serif;
}

#content .slide-1-style .clip .discount-block {
    height: 30px;
    text-align: left;
}

    #content .slide-1-style .clip .discount-block .discount {
        color: #009936;
        font-size: 10px;
        font: 600 12px Roboto, sans-serif;
    }

#content .slide-1-style .clip .discount span {
    font-size: 14px;
    font-weight: bold;
}

#content .slide-1-style .clip .magaza-icon {
    font-size: 10px;
    color: #009936;
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-top: 1px;
}

#content .slide-1-style .title {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    font: 600 22px Roboto, Arial;
    display: flex;
}

#content .slide-1-style .all-see {
    margin-top: 7px;
    margin-left: 22px;
}

    #content .slide-1-style .all-see a {
        font: 600 15px Roboto, Arial;
        display: block;
        color: #009936;
        text-decoration: none;
    }

        #content .slide-1-style .all-see a:hover {
            color: #000;
        }

#content .slide-1-style .slick-prev,
#content .slide-1-style .slick-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    text-indent: -5000px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}


    #content .slide-1-style .slick-prev:focus,
    #content .slide-1-style .slick-next:focus {
        outline: none;
    }

#content .slide-1-style .slick-prev {
    background: url(/Content/images/prev-arrow.png);
    border: solid 1px #eee;
    /*border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;*/
    border-radius: 8px;
    left: 4px;
    background-color: #fff;
    background-size: 36px;
    background-position-y: center;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 16px 0px;
}

    #content .slide-1-style .slick-prev:hover {
        background: url(/Content/images/prev-arrow-hover.png);
        border: solid 1px #048c34;
        /*border-top: solid 1px #048c34;
			border-bottom: solid 1px #048c34;*/
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }

#content .slide-1-style .slick-next {
    background: url(/Content/images/next-arrow.png);
    right: 0px;
    border: solid 1px #eee;
    /*	border-top: solid 1px #eee;
		border-bottom: solid 1px #eee;*/
    border-radius: 8px;
    background-color: #fff;
    background-size: 30px;
    background-position-y: center;
    background-position-x: center;
    display: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 16px 0px;
}

    #content .slide-1-style .slick-next:hover {
        background: url(/Content/images/next-arrow-hover.png);
        border: solid 1px #048c34;
        /*	border-top: solid 1px #048c34;
			border-bottom: solid 1px #048c34;*/
        background-color: #fff;
        background-size: 30px;
        background-position-y: center;
        background-position-x: center;
    }


/*2021 2 e */

/*Seller Info s*/

.first-spect {
    font-size: 15px;
    font-weight: 500;
    color: #009936;
}

[lang=tr] {
    text-transform: uppercase;
}

.upper {
    text-transform: uppercase;
}

#SellerInfoBtn {
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.content-t-slogans {
    margin-top: 10px;
    z-index: 1;
    position: relative;
    float: left;
}


    .content-t-slogans ul {
        font-size: 12px;
        color: #666;
    }

        .content-t-slogans ul li {
           line-height:13px;
        }


        .content-t-slogans ul li i {
            color: #FF9800;
        }


    .content-t-slogans .spec-link {
        text-align: center;
    }

        .content-t-slogans .spec-link a {
            background-color: #f1f1f1;
            padding: 4px 12px;
            border-radius: 16px;
            font-size: 11px !important;
            border: solid 4px #fff;
            font-weight: 600;
        }

        .content-t-slogans .spec-link .line {
            border-top: solid 1px #f1f1f1;
            margin-top: -10px;
        }


.seller-verify-qa {
    font-size: 12px;
    font-weight: 400;
    margin: 0px 4px 0px -6px;
    height: 20px;
    padding: 2px 0px 2px 10px;
    color: #7f8481;
    z-index: 0 !important;
    line-height: 14px;
}


.review-page-link {
    text-align: center;
}

.review-page-link a {
        background-color: #f1f1f1;
        border-radius: 16px;
        font-size: 11px !important;
        border: solid 4px #fff;
        font-weight: 600;
        height: 34px;
        display: block;
        width: 200px;
        margin: auto;
        line-height: 30px;
        z-index: 3;
        position: relative;
        color: #009936;
    }

 .review-page-link .line {
        border-top: solid 1px #f1f1f1;
        margin-top: -17px;
    }



.question-page-link {
    text-align: center;
}

    .question-page-link a {
        background-color: #f1f1f1;
        /* padding: 4px 12px; */
        border-radius: 16px;
        font-size: 11px !important;
        border: solid 4px #fff;
        font-weight: 600;
        height: 34px;
        display: block;
        width: 250px;
        margin: auto;
        line-height: 30px;
        z-index: 3;
        position: relative;
    }

    .question-page-link .line {
        border-top: solid 1px #f1f1f1;
        margin-top: -17px;
    }




.fade-hide-text-gradient {
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}

.seller-info-popup {
    display: block;
    position: absolute;
    cursor: auto;
    z-index: 100000;
    /* max-width: 400px; */
    /* width: 100%; */
    margin-right: 12px;
    margin-top: 15px;
}

    .seller-info-popup .triangle {
        margin: 0 auto;
        height: 10px;
        width: 125px;
    }


    .seller-info-popup .inner {
        position: relative;
        background-color: #ffffff;
        box-shadow: 0 2px 4px #0000003e;
        border-radius: 3px;
        border: 1px solid #009936;
        padding: 8px 0 0;
    }

        .seller-info-popup .inner .section-1 .info-section-1 {
            margin-left: 15px;
        }

 /*       .seller-info-popup .inner:before {
            content: "";
            position: absolute;
            top: -15px;
            left: 50%;
            width: 28px;
            height: 14px;
            display: block;
            background: url(/images/sun-icon.png);
            background-repeat: no-repeat;
            background-position: center center;
        }*/



        .seller-info-popup .inner .section-1 {
            display: flex;
        }


            .seller-info-popup .inner .section-1 .seller-info-tabiatana-logo {
                position: relative;
                width: 73px;
                text-align: center;
                margin-left: 10px;
                height: 100%;
                background-color: #f1f1f1;
            }


                .seller-info-popup .inner .section-1 .seller-info-tabiatana-logo img {
                    margin: 9px 9px 0 0;
                    /* height: 65px; */
                    width: 100%;
                }


            .seller-info-popup .inner .section-1 .info-section-1 {
                margin-left: 15px;
            }

                .seller-info-popup .inner .section-1 .info-section-1 .tabiatana-title {
                    font-size: 12px;
                    color: #007629;
                    font-weight: 600;
                    padding-top: 5px;
                }

                .seller-info-popup .inner .section-1 .info-section-1 .t-slogan {
                    line-height: 12px;
                    font-size: 11px;
                    color: #009936;
                    font-weight: 400;
                }

                .seller-info-popup .inner .section-1 .info-section-1 .section-2 {
                    width: 100%;
                    margin-top: 10px;
                }

                    .seller-info-popup .inner .section-1 .info-section-1 .section-2 div:first-child {
                        margin-left: 0;
                    }



                .seller-info-popup .inner .section-1 .info-section-1 div {
                    display: flex;
                }


                .seller-info-popup .inner .section-1 .info-section-1 .section-2 div .customer-support-text {
                    position: relative;
                    bottom: 6px;
                }

                .seller-info-popup .inner .section-1 .info-section-1 .section-2 .items-spec {
                    float: left;
                    margin-left: 12px;
                    height: 20px;
                    line-height: 20px;
                    font-size: 11px;
                    -webkit-font-smoothing: antialiased;
                    color: #615f5f;
                   /* padding-top: 5px;*/
                }

                    .seller-info-popup .inner .section-1 .info-section-1 .section-2 .items-spec i {
                        background-color: #e3e3e3;
                        color: #000;
                        font-size: 13px;
                        padding: 2px 0px;
                        width: 20px;
                        height: 20px;
                        border-radius: 4px;
                        line-height: 16px;
                        display: block;
                        text-align: center;
                        margin-right: 4px;
                    }

        .seller-info-popup .inner .seller-data-info {
            background-color: #f1f1f1;
            margin-top: 8px;
            padding: 8px 8px 8px 8px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .seller-info-popup .inner .seller-data-info .text {
                display: block;
                font-size: 11px;
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
              /*  white-space: nowrap;*/
                background-color: #ffffff;
                height: 15px;
                margin-bottom: 1px;
                padding: 0px 8px;
            }

                .seller-info-popup .inner .seller-data-info .text strong {
                    -webkit-font-smoothing: antialiased;
                    font-weight:500;
                }

/*Seller Info e*/