
#main::after {
    content: " ";
    clear: both;
    display: block;
}

#main {
    width: 98%;
    float: right;
    font-family: 'yekan', serif;

    margin: 1%;
    padding: 0.5%;

}

.head {
    float: right;
    width: 100%;
}

.head i {
    width: 12px;
    height: 16px;
    background-image: url(../../../public/images/slices.png);
    background-position: -36px -650px;
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}

.head h4 {
    font-size: 12pt;
    margin: 7px;
    font-weight: normal;
    float: right;
}

.btn_green {
    width: 150px;
    height: 35px;
    background: #23bc23;
    border-radius: 3px;
    box-shadow: 0 2px 2px #3e3e3e;
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 33px;
}

.head .btn_green {
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}

.right_arrow {
    width: 9px;
    height: 9px;
    display: block;
    background-image: url(../../../public/images/slices.png);
    background-repeat: no-repeat;
    background-position: -36px -653px;
    float: right;
    margin-left: 9px;
    margin-top: 7px;
}

#showcartTitel {
    font-size: 15pt;
    font-family: 'lale', serif;
    border-bottom: 1px solid #eee;
    /*width: 65%;*/
    margin: 0;
    color: #f9af00
}

.row2 {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

.content1 {
    width: 100%;
    float: right;
    padding-top: 1%;
    position: relative;
}

.content1 .part1 {
    float: right;
    width: 65%;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    margin: 7px 0;
}

.content1 .part1 .right2 {
    float: right;
    width: 22%;
}

.content1 .part1 .right2 img {
    width: 100%;
    /*height: 200px;*/
}

.content1 .part1 .left2 {
    float: left;
    width: 74%;

}

.content1 .part1 .left2 .title {
    font-size: 12pt;
    color: #818181;
}

.content1 .part1 .left2 .circle {
    float: right;
    width: 2%;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

.content1 .part2 {
    float: left;
    width: 30%;
    position: absolute;
    left: 0;
    margin: 0;
    box-shadow: 0 2px 9px 4px #ccc;
    border-radius: 10px;
    padding: 1% 1% 1% 1%;
    background-color: #fff;
    z-index: 3;
}

.counter {
    width: 20%;
    position: relative;
}

.counter .add {
    background-image: url(../../../public/images/slices.png);
    background-position: -910px -662px;
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    float: right;
    margin-top: 4px;
    margin-left: 10px;
    cursor: pointer;
}

.counter .minuse {
    background-image: url(../../../../public/images/slices.png);
    background-repeat: no-repeat;
    background-position: -941px -662px;
    width: 15px;
    height: 13px;
    display: inline-block;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.removeBtn {
    float: left;
    background: red;
    color: #fff;
    padding: 1.5% 2%;
    font-size: 10pt;
    border-radius: 5px;
    box-shadow: 0 2px 2px 2px #ccc;
    cursor: pointer;
}

@media screen and (max-width: 650px) {
    #main {
        margin-top: 5%;
    }

    .head .btn_green {
        width: 120px;
    }
    .head i{
        margin-top: 3px !important;

    }
    #showcartTitel{
        font-size: 10pt !important;
    }

    .part1 {
        width: 100% !important;
        position: relative;
    }

    .part1 .right2 {
        width: 30% !important;

    }

    .content1 .part1 .right2 img {
        height: unset !important;
        position: absolute;
        width: 30%;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 2rem;

    }

    .part1 .left2 {
        width: 65% !important;
    }

    .part1 .left2 .row2 {
        margin-bottom: 5px !important;
    }

    .part1 .left2 .right_arrow {
        display: none;
    }

    .part1 .left2 .headT {
        font-size: 10pt !important;
    }

    .part1 .left2 .circle {
        width: 7% !important;
    }

    .part1 .left2 .counter {
        width: 100% !important;
    }

    .content1 .part1 .left2 .title {
        font-size: 10pt;
    }

    .titleSpan {
        font-size: 8.7pt !important;
    }

    .part2 {
        position: relative !important;
        width: 100% !important;
        top: unset !important;
        margin: unset !important;
        left: 0 !important;
    }


}

