/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#logo img {
    padding: 20px 0px;
}

.cart-totals td {
    padding: 10px 15px !important;
}
.cart-totals td:last-child {
    text-align: right !important;
}


.highlighted {
    -webkit-animation: highlight 2s ease;
    animation:  highlight 2s ease;
}

@-webkit-keyframes highlight {
    from { background: #ddfff5
    }
    to   { background: #ffffff }
}
@keyframes highlight {
    from { background: #ddfff5 }
    to   { background: #ffffff }
}

.table > :not(:first-child){
    border-top: 0px;
}
.block-form-1 .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.block-form-1 .form-group label:not(.error) {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #BBB;
    padding: 0 4px;
    transform: translateY(-50%);
    transition: all 200ms ease;
    cursor: text;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.block-form-1 .form-group input:focus + label:not(.error),
.block-form-1 .form-group input.focus-visible + label:not(.error),
.block-form-1 .form-group input:visited + label:not(.error),
.block-form-1 .form-group input:not(:placeholder-shown) + label:not(.error) {
    font-size: 70%;
    transform: translate3d(0, -50%, 0);
    top: 0;
    color: #999;
    background-color: #FFF;
}

.block-form-1 .form-group input::-webkit-input-placeholder {
    opacity: 1;
    text-align: center;
}
.block-form-1 .form-group input:-ms-input-placeholder {
    opacity: 1;
    text-align: center;
}
.block-form-1 .form-group input::-moz-placeholder {
    opacity: 1;
    text-align: center;
}

.block-form-1 .form-control.border-bottom {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.block-form-1 .form-control.border-bottom + label:not(.error) {
    left: 0;
    color: #BBb !important;
}

.swal2-title{
    font-size: 1em !important;
}
.swal2-popup {
    width: 21em !important;
}
.swal2-cancel{
    margin-right: 5px;
}

.swal2-confirm{
    margin-left: 5px;
}