.prx{
    border-radius: 0px;
    width: 150px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.tan{
    display:none;
}

 .bir{
        
        background-color: blueviolet;
    border-radius: 10%;
    }
.mdiscount-rate {
    float: left;
    width: auto;
    display: none;
    height: auto;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    background-color: #f6465d;
    padding: 4px 6px;
    margin-right: 10px;
    border-radius: 1px;
    position: absolute;
    top: 8px;
    right: 35px;
}
.pds{

    left: 89%;
}

.prin{

    border-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.atas{
    display: none!important;
}


@media only screen and (max-width: 600px) {

    .atas{
        display: flex!important;
    }
 

    .prx{
        border-radius: 8px;
        width: 100%!important;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        margin-bottom: 10px;
    }
    
    .pds{
    
        left: 20%;
    }
    .prin{

        border-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    #product-detail-app .product-widget-list {
        display: flex;
        flex-direction: column;
        width: 85%;
        margin-left: 20px;
        color: #333;
    }

    .mdiscount-rate {
        float: left;
        width: auto;
        height: auto;
        display: inline;
        color: #fff;
        font-size: 14px;
        line-height: 13px;
        font-weight: 400;
        background-color: #f6465d;
        padding: 4px 6px;
        margin-right: 10px;
        border-radius: 1px;
        position: absolute;
        top: 8px;
        right: 35px;
    }
    .product-review {
        font-size: 12px;
        line-height: 16px;
        margin-left: 12px;
        display: none;
    }
    .scrollup i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #222;
        border-radius: 0.1875rem;
        z-index: 999999;
        margin-bottom: 40px;
    }
    .brandspace-landing-page {
        padding: 0 10px;
        width: 100%;
        display: none;
    }
    .tan{
        display: inline-flex;
    }
    .tan .col{

        text-transform: lowercase;
    }
    .tan .col a{
        padding: 10px;
    /* width: 10px; */
    /* height: 23px; */
    line-height: 3;
    color: white;
    font-size: 14px;
    }
    .at{
        display: none;
    }
  
  }


  .page-top-banner .ptb-inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
}
.page-top-banner .main-bg-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: inline-block;
}
.page-top-banner .ptb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
}

@media screen and (min-width: 50em)
{
    .page-top-banner .ptb-title {
        font-size: 4.375rem;
        line-height: .933;
    }
}

.page-top-banner .ptb-title {
    
    letter-spacing: 1px;
    text-align: left;
    color: #0a0a0a;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1;
    text-transform: none;
}
.add-sebet {
    position: absolute;
    top: 50px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}



.add-sebet::before{
    
color: #828282;
}

.add-sebet.active:before {
    color: #19c303;
}