﻿body {
}
.fotoprofil {
    margin-top: 50px;
}
.note {
    margin-top: -20px;
    font-size: 13px;
    color: #bababa;
    text-align: justify;
}
@media(max-width: 450px) {
    .kanan {
        border-top: 1px solid #bababa;
        margin-top: -30px;
    }
   
    .menukanan{
        margin-top:-120px;
    }


    .linkNamaProduk {
        padding-top:10px;
       margin-left:100px;
       margin-top:-80px;
    }
    .text-namaproduk2{
        display:none;
    }
    .bungkus{
        float:right;
    }

 
}

@media(max-width : 800px) {

    
  }
.closemodal {
    top: -17px;
    position: absolute;
    z-index: 1;
    right:-9px;
    cursor:pointer;
}


    .profil {
        width: 130px;
        height: 130px;
    }

.fotoproduk {
    /*background-color: orangered;
        height: 260px;*/
    max-width: 100%;
    max-height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    text-align: center;
}
    .fotoprodukmodal {
    background-color: orangered;
    height: 180px;
    }

    .wishlist {
        margin-top: 10px;
        font-family: rubik;
        font-size: 13px;
        color: #6e6e6e;
    }

    .wish {
        margin-right: 8px;
        cursor: pointer;
    }

    .share {
        margin-left: 8px;
        cursor: pointer;
    }

    .shared {
        margin-right: 8px;
    }

    .namaproduk {
        font-family: rubik;
        font-size: 24px;
        font-weight: bold;
    }
.namaprodukmodal {
    font-family: rubik;
    font-size: 17px;
    font-weight: bold;
}

    .star {
        color: yellow;
        font-size: 16px;
        margin-right: 5px;
    }

    .rate {
        font-family: rubik;
        font-size: 15px;
        font-weight: bold;
        margin-right: 15px;
    }

    .ulasan {
        font-family: rubik;
        font-size: 12px;
        margin-right: 15px;
    }

    .terjual {
        font-family: rubik;
        font-size: 13px;
        margin-right: 5px;
        margin-left: 15px;
        font-weight: bold;
    }

    .hargasebelum {
        margin-top: 25px;
        font-family: rubik;
        font-size: 13px;
        font-weight: bold;
        color: #6e6e6e;
        text-decoration: line-through;
    }

    .hargasesudah {
        font-family: rubik;
        font-size: 27px;
        font-weight: bold;
        color: #ff4e00;
    }
.hargasesudahmodal {
    font-family: rubik;
    font-size: 17px;
    font-weight: bold;
    color: #ff4e00;
}

.totalorder {
    color: rgba(126,126,126,1);
    font-family: Rubik;
    font-weight: Medium;
    font-size: 15px;
}

    .tambahcatatan {
        margin-top: 15px;
        font-family: rubik;
        font-size: 13px;
        color: #6f42c1;
        cursor: pointer;
    }

    .pencil {
        margin-right: 15px;
    }

    .btnmasukan {
        margin-top: 20px;
        background: #ff4e00;
        color: white;
        font-weight: 300;
        border-radius: 0px;
        font-size: 13px;
        cursor: pointer;
        border: 2px solid #ff4e00;
    }

    .topnav {
        border-bottom: 1px solid #B8B8B8;
        overflow: hidden;
    }
        .topnav a {
            font-family: Rubik;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 19px;
            color: #a6a6a6;
            float: left;
            display: block;
            text-align: center;
            padding: 14px 7px;
            text-decoration: none;
        }

            .topnav a:hover {
                font-family: Rubik;
                font-style: normal;
                font-weight: bold;
                font-size: 18px;
                line-height: 19px;
                border-bottom: 2px solid #FF4E00;
                color: #FF4E00;
            }

            .topnav a.activ {
                font-family: Rubik;
                font-style: normal;
                font-weight: bold;
                font-size: 12px;
                line-height: 19px;
                border-bottom: 2px solid #FF4E00;
                color: #FF4E00;
            }

.collapsible {
    font-weight:bold;
    font-family:rubik;
    color: purple;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
}
.collapsible:hover {
    font-weight: bold;
    font-family: rubik;
    color: rebeccapurple;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
}


.contentt {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
.dropbtn {
    margin-left: 8px;
    cursor: pointer;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 1;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color:white;
    width: 350px;
    height: 100px;
    margin-left: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: grey;
        padding: 12px 16px;
        text-decoration: none;
        z-index: 2;
    }

.show {
    display: block;
}

.myaccordion {
    max-width: 500px;
    margin: 20px auto;
}
    .myaccordion .card-header {
        border-bottom-color: #EDEFF0;
        background: transparent;
    }
    .myaccordion .fa {
        transition: all 0.4s;
    }
    .myaccordion .collapsed .fa-angle-up {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
