.navbar{
    background-color: #34515e !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
}
.main-section{
    background: rgb(142,172,187);
    background: linear-gradient(180deg, rgba(142,172,187,1) 0%, rgba(142,172,187,1) 21%, rgba(96,125,139,1) 100%);

}
.img-responsive{
    object-fit: cover;
    height: 294px;
    width: 353px;
}
.card-content{
    height: 124px;
}
.align-items-center{
    padding-top: 40px;
}
.searchShopsCard .align-items-center{
    padding-top: 0px;
}
.list-group-item{
     padding-top: 8px;
}
.modal{
    color:black;
}
section{
    position: relative;
    background-color: rgba(96,125,139,1)
    width: 100%;
    min-height: 650px;
}
.partner{
    padding: 10px;
}
.partner img{
    background-color: white;
    height:100px;
    max-width: 100%;
}

.btn-primary{
    background-color: #34515e !important;
    color: #faff00 !important;
    border-color: #34515e;
}
.search_des{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shopIcon{
    width: 150px;
    position: relative;
}
.py-4 .container{
    margin-bottom: 15px;
}

.analyticsBox{
    margin: 8px;
    border-radius: 23px;
    background: white;
    height: 100%;
    box-shadow:0 1rem 4rem rgba(0,0,0,0.175);
    min-height: 150px;
}
.analyticsBox h5{
    margin-top: 25px;
    margin-left: 10px;
}
.analyticsBox h2{
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.h100{
    height: 100%;
}
.h200p{
    min-height: 150px;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
    position: relative;
    overflow: hidden;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    width: 100%;
}
.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #282828;
}
.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card .card-content span.card-title {
    line-height: 48px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}
.card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}
a{
    text-decoration: none;
}


.searchShopsCard {
    border: none;
    border-radius: 10px;
    #background-color: #000
}
.moreShopsCard .align-items-center{
    padding-top: 0px;
}
.moreShopsCard {
    width: 400px;
    border: none;
    border-radius: 10px;
}

.stats {
    background: #f2f5f8 !important;
    color: #000 !important
}

.articles {
    font-size: 10px;
    color: #a1aab9
}

.number1 {
    font-weight: 500
}

.followers {
    font-size: 10px;
    color: #a1aab9
}

.number2 {
    font-weight: 500
}

.rating {
    font-size: 10px;
    color: #a1aab9
}

.number3 {
    font-weight: 500
}


.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card_stats {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card_stats .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}
.payout-card .title{
    color: white;
    font-family: inherit;
    font-size: 24px;
    margin: 15px;
}
.payout-card .minInfo{
    color: white;
    font-family: inherit;
    font-size: 12px;
    margin: 15px;
}
.payout-card .kntInfo{
    color: white;
    font-family: inherit;
    font-size: 17px;
    margin: 15px;
}
.payout-card .payButton{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.payout-card{
    margin: 15px;
    float:left;
    width: 360px;
    height: 180px;
    border-radius: 10px;
    position: relative;
}
.sepa-card{
    background: rgb(34,113,195);
    background: linear-gradient(63deg, rgba(34,113,195,1) 11%, rgba(179,176,176,1) 52%, rgba(255,190,50,1) 89%);
}
.paypal-card{
    background:linear-gradient(-120deg, #003087, #009cde, #012169);
}
.amazon-card{
    background:linear-gradient(120deg, #ff9900, #146eb4);
}
/* STYLES SPECIFIC TO FOOTER  */
.footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #070617;
}
.footer .col {
    width: 190px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}
.footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}
.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer .col ul li a{
    color: #999999 !important;
}
.footer .col ul li {
    color: #999999 !important;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.clearfix {
    clear: both;
}
@media only screen and (min-width: 1280px) {
    .contain {
        width: 1200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1139px) {
    .contain .social {
        width: 1000px;
        display: block;
    }
    .social h1 {
        margin: 0px;
    }
}
@media only screen and (max-width: 950px) {
    .footer .col {
        width: 33%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px) {
    .footer .col {
        width: 50%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
    .footer .col {
        width: 100%;
    }
}

html, body{
    height: 100%;
}
#app{
    min-height: 100%;
}


.rowAddress {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

.col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
}

.col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}

.col-75 {
    -ms-flex: 75%; /* IE10 */
    flex: 75%;
}

.col-25,
.col-50,
.col-75 {
    padding: 0 16px;
}

.AdressContainer {
    background-color: #34515e;
    padding: 5px 20px 15px 20px;
    border: 1px solid #34515e;
    border-radius: 3px;
}

.address {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

label {
    margin-bottom: 10px;
    display: block;
}

.icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

.btn-address {
    background-color: #04AA6D;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.btn-address:hover {
    background-color: #45a049;
}

span.price {
    float: right;
    color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
    .row {
        flex-direction: column-reverse;
    }
    .col-25 {
        margin-bottom: 20px;
    }
}

#shopImage{
height: 300px;
width: 100%;
object-fit: none;
}
