/* Minification failed. Returning unminified contents.
(59,22): run-time error CSS1039: Token not allowed after unary operator: '-theme-deafult'
(195,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-deafult'
(205,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-deafult'
(216,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-deafult'
(254,32): run-time error CSS1039: Token not allowed after unary operator: '-theme-deafult'
 */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


ul.delivery-icons li {
    display: inline-block;
    width: 22px;
    margin-right: 2px;
}

    ul.delivery-icons li img {
        display: block;
        width: 100%;
    }

.show-img-rwd img {
    width: 100%;
    max-width: 100%;
}

.text-validation-summary {
    color: red;
    font-size: 14px;
}

.text-validation {
    color: red;
}

.input-group .form-control, .form-group .form-control {
    height: inherit;
}

.qa-title {
    display: inline-block;
    padding: 0 4px;
    background: var(--theme-deafult);
    color: #fff;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -2px;
}

.select_input select {
    padding: 17px 20px;
    /*margin-bottom: 30px;*/
    height: inherit;
    font-size: 10pt;
}

/*
input:focus ,select:focus{
    outline: none !important;
    border: 1px solid red;
    box-shadow: 0 0 10px #719ECE;
}*/

.icon-fs-close {
    font-size: 16pt;
}

.cart-title {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #222222;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem
}

.payment-subtitle {
    font-size: 16pt;
    font-weight: 900;
}

.checkbox-label {
    font-size: 14pt;
}

.bootstrap-datetimepicker-widget li {
    display: list-item;
}

.cart-pop-subtext {
    font-size: 12px;
    color: #333333;
}

.div-border {
    border: 1px solid #dddddd;
}

.top-line-icon {
    color: #00B900 !important;
    font-size: 22px;
}

.member-list {
    font-size: 12pt !important;
}

.list-table {
    border: none;
    background-color: #f8f8f8;
    font-size: 14px;
    margin-top: 30px;
}

    .list-table h3 {
        text-transform: capitalize;
        font-size: 16px;
        color: black;
        margin-bottom: 15px;
    }

    .list-table table th, .list-table table th {
        border-top: none;
    }

    .list-table table th, .list-table table td {
        vertical-align: middle;
        /*text-transform: capitalize;*/
        text-align: center;
    }

.mobile-table table {
    background-color: #f8f8f8;
    border-radius: 20px;
    font-size: 14px;
}

.mobile-table h3 {
    text-transform: capitalize;
    font-size: 16px;
    color: black;
    margin-bottom: 15px;
}

.js-cart-btn {
    line-height: unset;
    padding: 0px;
}

.label-tip {
    color: red;
    font-size: 12pt;
}

.btn-previous {
    padding: 13px 29px;
    color: #ffffff;
    letter-spacing: 0.05em;
    border: 2px solid #B2B2B2;
    background-image: linear-gradient(30deg, #B2B2B2 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.rating {
    font-size: 16px;
}

.navigation-bar .icon {
    color: var(--theme-deafult);
    font-size: 18pt
}

.navigation-bar h4 {
    font-size: 16pt;
    margin-bottom: 0px;
}

h3.title {
    color: var(--theme-deafult);
    font-weight: 900;
}

.content {
    color: black;
    font-size: 12pt;
    line-height: 24px;
}

.content-important {
    color: var(--theme-deafult);
    font-size: 20pt;
}

.img-mw-100 {
    max-width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: black;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: black;
    }


.main-nav-center ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .main-nav-center ul li a:hover {
        background-color: var(--theme-deafult);
        color: #fff;
        border-radius: 50%;
    }

