@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.scicon {
    display: inline-block;
    border-radius: 256px;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    color: #fff;
    background-color: #000;
    user-select: none;
}

.scicon.fa-exclamation {
    padding: .75em 1.0625em;
}

.scicon.fa-plus, .scicon.fa-minus {
    padding: .75em .8125em;
}

.scicon.fa-question {
    padding: .75em .875em;
}

.scicon.fa-times {
    padding: .75em .9065em;
}

.scicon.fa-check {
    padding: .75em .75em;
}

.scicon.green {
    background-color: rgb(16,224,191);
    color: rgb(0,194,124);
}

.btn .pill {
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    user-select: none;
    padding: .75em .8125em;
    margin-right: 8px;
}

.btn.fg-green {
    color: rgb(69, 125, 57);
}

.btn.fg-green .pill {
    background-color: rgb(69, 125, 57);
}

.chat {
    overflow-y: auto;
    overflow-x: hidden;
    height: 350px;
}

.chat-form {
    height: 50px;
    padding-left: 20px;
    width: 100%;
    margin-top:20px;
}

.chat-form .btn {
    background-color: rgb(248, 63, 123);
    color: #fff;
    border: none;
    border-radius: 10px;
}

.chat article {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ccc;
    color: #333;
}

.chat article h4 {
    font-size: 14px;
    color: rgb(79, 99, 138);
    font-weight: 700;
}

.chat article h4 small {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.chat article p {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin-bottom: 0px;
}

.chat article.sender {
    background-color: rgb(204, 228, 247);
    border-top-left-radius: 0px;
}

.chat article.note {
    background-color: #fbe78f;
    border-top-left-radius: 0px;
}


.chat article.recipient {
    background-color: rgb(124, 188, 169);
    border-bottom-left-radius: 0px;
}

.form-group .option, .form-section {
    display: none;
}

#getaddress_input, #getaddress_dropdown {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom:20px;
}

#getaddress_button {
    margin-bottom:20px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #28a745;
    border: #28a745 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

footer a{
    color:#fff !important;
}

.color-white{
    background-color: #fff;
    border: none;
    width: 100%;
    color: #000;
    opacity: 0.5;
    font-size:14px !important;
    font-weight:500;
    letter-spacing:1.2px;
    padding:10px;
}

.basket{
    background-color: #46999d;
    border: none;
    width: 100%;
    color: #fff !important;
    border-radius: 25px !important;
}

.card-title{
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-size:20px;
    font-weight: 600;
    letter-spacing:1.2px;
}

.card{
    color: rgba(0, 0, 0, 0.7) !important;
}

#demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#demo i {
    background-color: rgb(223, 56, 89);
    padding: 1.4rem
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

.caraback {
    padding:30px;
    display: flex;
    align-items: center;
    background-color: rgb(233, 150, 150);
    font-family: 'Open Sans'
}

.hidden {
    display: none;
}

.nav-link{
    letter-spacing:2.2px;
}

.card{
    border-radius:10px !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.card-body {
    padding: 40px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {

    padding: 0px 20px !important;
    padding-bottom:5px !important;
}

.basket{
    background-color: #c7e8ff;
    border: none;
    color: #fff !important;
    border-radius: 25px !important;
    padding:0px !important;
    min-width:200px !important;
    margin-right:30px !important;
}

.sep-line{
    width:2px;
    background-color:#cceaff;
}

.basket-price{
    padding:10px !important;
    background-color: #c7e8ff;
    min-width:100px !important;
    border-radius: 25px !important;
    color:#47668f !important;
}

.basket-checkout{
    padding:10px !important;
    background-color: #47668f;
    border-radius: 25px !important;
    border-radius: 25px !important;
    min-width:100px !important;
}

.container{
    max-width:1600px;
}

.thin{
    font-weight:300;
    color:#3a404b;
}

.home-intro{
    font-size:16px;
    line-height:30px;
}

.flexy-box{
    display:flex;
}

.box-padding{
    margin-top:100px;
    margin-bottom:100px;
}

.infobox{
    font-size:18px;
}

.btn-default{
    background-color:#fff;
}