.v-carousel__controls {
    background-color: #2085f5;
}

.bounce-enter-active {
    animation: bounce-in .5s;
}
.bounce-leave-active {
    animation: bounce-in .5s reverse;
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.modal-open {
    overflow: hidden;
}

.v-tooltip__content {
    background-color: #07053d;
    border-radius:8px;
    line-height:18px;
    pointer-events: all;
}

.tooltip-product{
    font-size: 10px;
    color: cyan;
}
.tooltip-product.link:hover{
    cursor: pointer;
    font-size: 11px;
    color: #498e91;
}
.tooltip-category{
    font-size: 16px;
    color: #eee;
}
.tooltip-category.link:hover{
    cursor: pointer;
    font-size: 17px;
    color: #bbb;
}
.vloader-centered-dialog
{
    background: #282c2d;
    box-shadow: none;
    border-radius: 6px;
    width: auto;
    color: whitesmoke;
}
.thumbnail-brand {
    display: block;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857;
    background-color: #2185f5;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail-brand:hover {
    background-color: #003c88;
    cursor: pointer;
}

.thumbnail-brand .caption {
    padding: 9px;
    color: #eee;
    text-align: center;
}

.thumbnail-brand .caption .h4 {
    display: block;
    margin: 1.33em 0;
    font-weight: bold;
}

.thumbnail-brand:hover .caption {
    padding: 9px;
    color: yellow;
}



.thumbnail-brand > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}


.thumbnail-container-product {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #eee;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 0.5%;
}

.thumbnail-container-product .image {
    display:block;
    line-height: 100%;
    width: 15%;
    height: 100%;
    float: left;
    text-align: left;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.v-icon .notranslate .mdi .mdi-cart .theme--light {
    color: red;
}
.thumbnail-container-product .name {
    display: table;
    /*line-height: 150%;*/
    width: 70%;
    height: 100%;
    float: left;
    text-align: center;
    /*font: bold italic 14px times;*/
    color: #000;
    line-height: 1.5;
    font-size: 115%;
    font-family: "Roboto Condensed", Sans-serif;
}


.thumbnail-container-product .cart {
    display:inline-block;
    line-height: 75px;
    width: 15%;
    height: 100%;
    clear: both;
    text-align: center;
}

.thumbnail-container-product .image.mobile{
    width: 25%;
}
.thumbnail-container-product .name.mobile{
    width: 60%;
}
.thumbnail-container-product .cart.mobile{
    width: 15%;
}

.thumbnail-container-product .name span{
    display: table-cell;
    vertical-align: middle;
}
.thumbnail-container-product .name span.mobile{
   font-size: 10px;
}

.thumbnail-container-product .cart v-btn{
    /*display: inline-block;*/
    /*background-image: url(/resources/img/cart.png);*/
    /*width: 35px;*/
    /*height: 35px;*/

    /*background-color: #fffda7;*/
    /*border: 1px solid darkgray;*/
    /*border-radius: 4px;*/
    /*vertical-align:middle;*/
}

.thumbnail-container-product .image img{
    vertical-align:middle;
}
.thumbnail-container-product:hover {
    background-color: #83bcfc;
    cursor: pointer;
}


.thumbnail-container-product:hover .name {
    color: yellow;
}

.footer-rights {
    font-size: 10px;
    padding-bottom: 0;
    background-color: #141414;
    color: #c47700;
}

.footer-rights span.left{
    display: inline-block;
    min-width: 70%;
    text-align: left;
    float: left;
}


.footer-rights span.right{
    display: inline-block;
    min-width: 30%;
    text-align: right;
    color: yellow;
}
.footer-rights span.right:hover{
    color: darkgreen;
    cursor: pointer;
}

.footer-contacts {
    background-color: black;
    color: #c47700;
    padding-top: 1%;
}

.footer-contacts p{
    padding-left: 10%;
}

.footer-contacts a:link {
    color: yellow;
    text-decoration: none;
}

.footer-contacts a:link:hover {
    color: darkgreen;
    cursor: pointer;
}

.footer-form {
    padding: 1% 10% 2%;
}
.cart-arrow{
    font-size: 22px;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
    color: red;
}
.cart-drop{
    font-size: 22px;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
    color: red;
}
.cart-arrow:hover{
    color: #4d4d4d;
}
.cart-drop:hover{
    color: #4d4d4d;
}

.cart-form-container {
    border-radius: 5px;
    background-color: #55a5ff;
    color: #eee;
    padding-top: 1%;
}
.cart-form-container p{
}
.cart-form {
    padding: 1% 2% 2%;
}

.product-form-container {
    border-radius: 5px;
    background-color: #eee;
    color: #000;
    padding-top: 1%;
}
.product-form-container p{
}
.product-form {
    padding: 1% 2% 2%;
}


.breadcrumb {
    font-size: 8px;
    color: #838383;
}
.breadcrumb:hover {
    color: #000000;
    cursor: pointer;
}

.tool-bar-my.v-sheet.theme--light.v-toolbar{
    border-radius: 8px;
    background: #eee;
    text-align: center;
    border: 2px solid #000;
    color: #eee;
    margin-bottom: 13px;
}

.tool-bar-my-select.v-sheet.theme--light.v-toolbar{
    background: transparent;
    text-align: center;
    color: #000;
}

.tool-bar-my-select .v-toolbar__content{
    padding: 0px;
    flex-flow: column nowrap;
}

.select-categories{

    display: block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    position: relative;
    color: #000;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    background: #eee;
}

.select-categories::before, .select-categories::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.div-spacer{
    margin-top: 7px;
}

.select-categories select {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*background: none;*/
    /*box-sizing: border-box;*/
    width: 100%;
    padding: 15px 30px;
    /*margin: 0;*/
    /*border: 2px solid transparent;*/
    /*font-size: 25px;*/
    /*outline: none;*/
}
.select-categories select:focus {
    background-color: transparent;
    outline: none;
}
.select-categories option {
    font-weight: normal;
}
.select-categories x:-o-prefocus, .select-categories ::after {
    display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select-categories  select::-ms-expand {
        display: none;
    }
    .select-categories  select:focus::-ms-value {
        background: transparent;
        color: #000;
    }
}
@-moz-document url-prefix() {
    .select-categories  {
        overflow: hidden;
    }
    .select-categories  select {
        width: calc(100%);
    }
    @supports (-moz-appearance: none) {
        .select-categories  select {
            width: 100%;
        }
    }
    .select-ategories select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
}
@supports (-moz-appearance: none) {
    .select-categories {
        width: 100%;
    }
}
.select-categories::before, .select-categories::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    right: 16px;
}
.select-categories::before {
    bottom: 55%;
    border-width: 0 6.5px 8px 6.5px;
    border-bottom-color: inherit;
}
.select-categories::after {
    border-width: 8px 6.5px 0 6.5px;
    border-top-color: inherit;
    top: 55%;
}

@-moz-document url-prefix() {
    .select-categories {
        border-right: 2px solid #000;
    }
    .select-categories:hover {
        border-right: 2px solid #000;
    }
}
.select-categories:hover select {
    box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
    border-color: #000;
}
.select-categories:hover select:focus {
    outline-color: transparent;
}
.select-categories:hover::before {
    border-bottom-color: #2185f5;
}
.select-categories:hover::after {
    border-top-color: #2185f5;
}
.select-categories select {
    border: 2px solid #000;
    border-radius: 8px;
    font-weight: 400;
    color: inherit;
    width: 100%;
    /*padding: 11px 15px;*/
    line-height: normal;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    /*transition: all 0.3s ease;*/

}
.select-categories select:hover {
    border-color: #000;
    letter-spacing: 2px;
    color:#2185f5;
    background-color: #eee;
    cursor: pointer;
}
.select-categories select[disabled], .select-categories select:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.select-categories select:not(:focus):invalid {
    color: #c0c729;
}

/**,*/
/**:before,*/
/**:after {*/
    /*box-sizing: inherit;*/
/*}*/

.w3-modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.w3-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.w3-modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .w3-modal-content {
        width: 100%;
    }
    /*.modalWindowCart .body{*/
        /*height: 85%;*/
    /*overflow-y: auto;*/
    /*}*/
}

.modalBackground {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 22, 22, 0.25);
    z-index: 100;
}

.modalWindowIndexOrder {
    padding: 20px;
    background-color: #fff;
    color: #5d4037;
    height:85%;
    width: 70%;
    box-shadow: 0 0 5px 2px #999;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 90%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.modalWindowIndexReview {
    padding: 20px;
    background-color: #fff;
    color: #5d4037;
    height:97%;
    width: 70%;
    box-shadow: 0 0 5px 2px #999;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 90%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}


.modalWindowCart {
    background-color: #2185f5;
    color: #eee;
    height:85%;
    width: 80%;
    box-shadow: 0 0 5px 2px #000000;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 90%;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}


.modalWindowCart .title {
    display: flex;
    font-weight: bold;
    max-height: 10%;
    height: 10%;
    text-align: center;
    font-size: 16px;
}

.modalWindowCart .body {
    display: flex;
    flex-direction: column;
    min-height: 80%;
    height: 80%;
    overflow-y: auto;
}

.modalWindowCart .body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background-color: #55a5ff;
}

.modalWindowCart .body::-webkit-scrollbar
{
    width: 12px;
    background-color: #55a5ff;
}

.modalWindowCart .body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 3, 106, 0.7);
    background-color: #55a5ff;
}


.modalWindowCart .actions {
    display: flex;
    height: 10%;
    max-height: 10%;
    line-height: 20px;
}

.empty-cart {
    font-size: 20px;
    margin: auto;
}

.cart-submit-message {
        background-color: #005700;
        color: #fffda7;
        font-size: 30px;
        text-align: center;
        padding-left: auto;
        padding-right: auto;
}




.container-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 1s;
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #64f5f5;
    border-radius: 50%;
    background-color: #3319ee;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cfced1;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #64f5f5;
    border-radius: 50%;
    background-color: #3319ee;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cfced1;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #64f5f5;
    border-radius: 50%;
    background-color: #3319ee;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cfced1;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #64f5f5;
    border-radius: 50%;
    background-color: #3319ee;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cfced1;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #64f5f5;
    border-radius: 50%;
    background-color: #3319ee;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}
.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #cfced1;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}
