@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html {
    font-size: 14px;
    
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif!important;
  color:black!important;
}
.navbar-toggler{
    background-color:white!important;
}
.product-item a{
    color:black;
}
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

header{
    background-color:black;
}

.product-list, .product-body{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}

    .product-list .product-item {
        width: 32%;
        border: 1px solid rgba(44, 62, 80, 0.2);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
        padding:10px;
        margin-right:0.5%;
        margin-left:0.5%;
        position:relative;
        margin-bottom:12px;
    }

.product-item img{
    width:70%;
    display:block;
    float:left;
}

.price{
   
    font-size:30px;
    /*background-color:#ffd800e6;
    color:red;*/
    padding:5px;
    font-weight:bold;
    
}
img.print-image{
    width:30%;
    float:right;
}
.sizes span {
    border: 1px solid rgba(44, 62, 80, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    width:40px;
    height:40px;
    border-radius:50%;
    display:block;
    text-align:center;
    line-height:40px;
    margin-right:5px;
    cursor:pointer;
}
.bookmark-url {
    display: block;
    border: 1px solid rgba(44, 62, 80, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    padding:10px 10px 10px 50px;
    margin-bottom:10px;
    background-size:30px auto;
    background-repeat:no-repeat;
    background-position:center left 10px;
    text-decoration:none;
}

.bookmark-url.instagram{
    background-image:url(instagram.svg);
}
    .bookmark-url.tiktok {
        background-image: url(tiktok.svg);
    }
    .bookmark-url.facebook {
        background-image: url(facebook.svg);
    }
    .bookmark-url.telegram {
        background-image: url(telegram.svg);
    }
    .bookmark-url.vkontakte {
        background-image: url(vkontakte.svg);
    }
    .bookmark-url.linkedin {
        background-image: url(linkedin.svg);
    }
    .bookmark-url.whatsapp {
        background-image: url(whatsapp.svg);
    }
.sizes{
    display:flex;
    justify-content:center;
}

.item-name{
    display:block;
    text-align:center;
    font-size:20px;
    margin:8px 0;
    clear:both;
    width:100%;
}
.product-body{
    justify-content:space-between;
}
.product-images{
    width:48%;
}
.product-images .main-image{
    width:100%;
    height:400px;
    object-fit:contain;
}
.product-description{
    width:48%;
}
.note-delete, .note-edit{
    border:none;
    background:none;
    float:right;
}
.note-delete{
    background-color:red;
}
.note-edit{
    background-color:green;
}
.note-delete img, .note-edit img{
    width:18px;
}
.note-delete img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(336deg) brightness(102%) contrast(104%);
}
.note-edit img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(336deg) brightness(102%) contrast(104%);
}
.slider a{
    width:31%;
    height:150px;
    margin-right:1%;
    margin-left:1%;
    object-fit:cover;
    margin-top:10px;
    display:block;
}
.slider img{
    object-fit:cover;
    width:100%;
    height:100%;
}
.product-description .sizes{
    justify-content:flex-start;
    margin-top:10px;
}

.product-price{
    display:block;
    margin-top:10px;
    font-weight:bold;
    font-size:30px;
}
.slider{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.product-body .sizes span.active {
    background-color: #ffd800e6;
    border-color: #ffd800e6;
}
.product-body .sizes span.disabled {
  cursor:not-allowed;
}
.product-body textarea {
    border: 1px solid rgba(44, 62, 80, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    width:100%;
    resize:none;
    height:50px;
    outline:none;

}
    .product-body textarea:focus {
        border: 1px solid rgba(44, 62, 80, 0.4);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .send-order {
        border: 1px solid rgba(44, 62, 80, 0.2);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
        padding: 10px;
        background-color: black;
        color: white;
    }

    .qr-list{
        display:flex;
        
    }

    .qr-item{
        width:29%;
        margin-left:1%;
        margin-right:1%;
    }

    .qr-item img{
        width:100%;
    }

    .qr-setup{
        display:none;
    }

@media (max-width: 640.98px) {

    
    .product-list .product-item{
        width:100%;
    }

    .product-images, .product-description{
        width:100%;
    }

    
}