﻿#budgetwidgetview{
    background-color:#F3F3F3;
}
#budgetPreloader {
    z-index: 9999;
    padding: 18px 18px !important;
    display: block;
    text-align: center;
    font-weight: 700;
    color: Black;
    font-size: 20px;
}

.hidden {
    display: none;
}

.mySlides {display: none}
img {vertical-align: middle;}
.fade:not(.show) {
    opacity: 1!important;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    /* top: 50%; */
    width: auto;
    padding-top: 18px;
    /* margin-top: -22px; */
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    font-size: 12px;
    top: 0;
    float: right;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.account-budget .active {
    background-color: #083E6D !important;
}
#downloadSizeForm {
    width: fit-content !important;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}

.UnitForAddToCart{
    float:left;
    border-radius: 40px !important;
    margin-right: 10px;
}

.UnitForAddToCartInCart {
    border-radius: 40px !important;
    width: 70px;
    height: 37px !important;
    margin-bottom: 2px !important;
    margin-top: 2px;
    margin-right: 4px;
}

.UnitForAddToCart_Category{
    border-radius: 40px !important;
    min-width: 64px;
    margin-right: 5px;
}

.product-quantity_productBox .quantity-down {
    cursor: pointer;
    width: 25px;
    line-height: 38px;
    text-align: center;
}

.product-quantity_productBox .quantity-up {
    cursor: pointer;
    width: 25px;
    line-height: 38px;
    text-align: center;
}

.list-attributes-size dl{
    margin-bottom: unset;
    text-align: center;
}

.list-attributes-size select{
    border-radius: 40px !important;
}

.list-attributes-size .text-prompt {
    font-size: 16px;
}

.qty-input {
    border: 0px;
    max-height: 80%;
}

.unit-selector {
    max-width: 70px;
    overflow: hidden;
}

i#budgetRefresh {
    cursor: pointer;
}

@media (min-width:768px) {
    i#budgetRefresh {
        cursor: pointer;
        float: right;
        margin: 15px 0;
    }

    #budgetwidgetview .account-budget-body, #budgetwidgetview .account-budget-footer{
        display: block;
    }
}

@media (max-width:767px) {
    #budgetwidgetview .account-budget-body{
        display: none;
    }
}

i#budgetRefresh:hover {
    animation: fa-spin 2s infinite linear;
}
