@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&display=swap');
body{
    background-color:black;
    color:hotpink;
    color:white;
    margin-left:7%;
    margin-right: 7%;
    margin-top: 7%;
    font-family: 'Baloo Chettan 2', cursive;
    text-align: center;
}
h1{
    font-size: 50px;
}

.commsheet {
    width: 100%;
    height: auto;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #333; 
    /* border-radius: 10px; */
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: hotpink; 
    /* border-radius: 10px; */
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: palevioletred; 
  }

.currency-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
    height: 40px;
    background-color: aquamarine;
    color: black;
    text-align: center;
    padding-top: 10px;
    font-weight: bolder;
}

.dropdown {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 16vw;
    height: 40px;
    background-color: aquamarine;
    text-align: center;
    color: black;
    font-weight: bolder;
    padding-top: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.dropdown-content {
    margin-top: 16px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 16vw;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    /* padding: 12px 16px; */
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.total{
    font-size: 100px;
    font-size: 10vw;
    text-align: left;
    margin-bottom: -2.5vw;
}
.totals{
    font-size: 20px;
    font-size: 2vw;
    text-align: left;
}

.comm-bar{
    display: flex;
    align-items: center;
}

.comm-bar *{
    padding: 10px;
    width: 30vw;
    font-size: 4vw;
    color: rgba(255, 105, 180, 0.385);
    background-color: #050505;
}

.comm-bar #current{
    font-size: 4vw;
    color: hotpink;
    background-color: #181818;
}

.comm-content {
    width: 100%;
    height: 100%;
    background-color: #181818;

    display: grid;
    /* grid-template-columns: auto auto auto; */
    /* background-color: #2196F3; */
    padding: 10px;
}

.comm-option {
    display: flex;
    outline: 1px solid #333;
}

.comm-option .title{
    width: 15vw;
    font-size: 4vw;
    text-align: center;
    /* padding-left: 10%;
    padding-top: 3%;
    padding-bottom: 3%; */

    /* background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8); */
    padding: 20px;
    font-weight: bolder;
    /* font-size: 30px; */
}

.comm-option .title #price{
    font-size:2vw;
    font-weight: 100;
}

.comm-option .thumb{
    width: auto;
    /* width: 150px; */
    height: 25vw;
}

.comm-option .select-container{
    padding-left: 10vw;
}

.comm-option .select{
    width: 20vw;

    transform: translate(0,3vw);
    margin: 5vw;

    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    
    right: 0;
    position: absolute;
}

.comm-option .select .select-img{
    width: 100px;
    height: auto;
    opacity: 50%;
    /* right: 0; */
    /* position: absolute; */
}

.comm-note {
    font-size: 1.5vw;
}

.comm-choice {
    display: flex;
    outline: 1px solid #333;
}

.comm-choice .title {
    width: 18vw;
    font-size:3vw;
    font-weight: 100;
}

.comm-choice .title #price {
    width: 18vw;
    font-size:2vw;
    font-weight: 100;
}

/* The switch - the box around the slider */
.switch {
    position: absolute;
    right: 0;
    display: inline-block;
    /* width: 60px;
    height: 34px; */
    width: 10vw;
    height: 5vw;
    transform: translate(-10vw,1vw);
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 4.5vw;
    width: 4.5vw;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: hotpink;
}

input:focus + .slider {
    box-shadow: 0 0 1px hotpink;
}

input:checked + .slider:before {
    -webkit-transform: translateX(4.7vw);
    -ms-transform: translateX(4.7vw);
    transform: translateX(4.7vw);
}

/* Rounded sliders */
.slider.round {
    border-radius: 5vw;
}

.slider.round:before {
    border-radius: 50%;
}
.subtitle {
    width: 13vw;
}


#comm-section-details .continue-button {
    width: 100%;
    padding: 3vw;
}
#comm-section-details .continue-button button {
    width: 40vw;
    height: 9vh;
    color: hotpink;
    background-color: #222;
    border-color: rgba(0, 0, 0, 0);
    font-size: 5vw;
    transform: translate(-2vw,0);
}

#comm-section-summary h1 {
    font-size: 5vw;
    margin: 0;
}

.comm-section-summary-total {
    text-align: left;
    margin-left: 5vw;
    font-size: 3vw;
    outline: 1px solid #333;
}

.comm-section-summary-total .title {
    font-size: 4vw;
}

.comm-section-summary-total ul {
    font-size: 3vw;
}

.comm-section-summary-total li {
    display: flex;
}

.comm-section-summary-total ul .title {
    font-size: 3vw;
    width: 40vw;
}

.summary-info {
    font-size: 2vw;
    text-align: left;
    padding-left: 3vw;
}

.summary-info ul {
    font-size: 2vw;
}

.twitter-dm-button {
    background-color: #1d9bf0;
    border-radius: 999px;
    width: 50%;
    height: 7vw;
    margin: auto;
    font-size: 4vw;
    font-weight: bolder;
    color:white;
    
    /* position: absolute; */
    /* margin-left: 24vw; */
}

@media (pointer:none), (pointer:coarse), (max-width: 780px) {
    .summary-info {
        font-size: 4vw;
        padding-left: 6vw;
    }
    
    .summary-info ul {
        font-size: 5vw;
    }
    #comm-section-summary h1 {
        font-size: 10vw;
    }
    .comm-section-summary-total {
        font-size: 4vw;
    }
    .total{
        font-size: 20vw;
        text-align: center;
        margin-bottom: -5vw;
    }
    .totals{
        font-size: 3vw;
        text-align: center;
    }
    .comm-option .thumb{
        height: 26vw;
        width: auto;
    }
    .comm-option .select{
        width: 25vw;
        /* transform: translate(0,0vw); */
    }
    .comm-option .select .select-img{
        width: 10vw;
        height: auto;
        /* right: 0; */
        /* position: absolute; */
    }
    .comm-option .title #price{
        font-size:3.5vw;
        font-weight: 100;
    }
    .comm-note {
        font-size: 3vw;
    }
    .subtitle {
        width: 40vw;
        font-size: 3vw;
    }
    .comm-choice .title {
        width: 20vw;
        font-size:4vw;
        font-weight: 100;
    }
    
    .comm-choice .title #price {
        width: 15vw;
        font-size:3vw;
        font-weight: 100;
    }
}

/* * {
    outline: 1px solid rgba(255, 0, 0, 0.157);
} */
