a {
    cursor: pointer;
}

.mainmenu>.container,
.mainmenu>.container>nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mainmenu>.container .navbar-toggler {
    margin-right: 10px !important;
}

.cart-table {
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    box-shadow: 1px 6px 6px 3px #aba484;
    border-radius: 5px;
}

.cart-table thead {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    border-collapse: collapse;
    border-spacing: 0;
}

.cart-table tr {
    border: none;
    border-bottom: 1px solid #e4e4e4;
}

.cart-table tbody,
.cart-table td,
.cart-table th {
    border: none !important;
    color: #6b6969 !important;
    /*font-weight: 400 !important;*/
    text-align: justify;
}

.cart-table img {
    max-width: 100px;
    max-height: 60px;
}

.cart-table .price {
    display: block;
    color: #0b4b30 !important;
}

section.cart {
    background: #72a2813b !important;
    padding: 20px 0;
}

section.cart .table-responsive {
    padding: 5px;
}

.checkout-list {
    padding: 30px 0 !important;
}

.cart-table .form-control {
    text-align: center !important;
    max-width: 100px;
}

.owl-item .item>img {
    max-height: 100px !important;
}

.btn-number[data-type="minus"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.btn-number[data-type="plus"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.cart-count {
    background: #c50f12 !important;
    color: #fff !important;
}

.product-item .product-item-img {
    padding: 0 !important;
    height: 240px;
    overflow: hidden;
}

.product-item-img>img,
.prod-img>img {
    max-height: unset !important;
}

/* .prod-info > h4 {
	height: 100px;
} */

.btn-number {
    background: #78a300 !important;
    color: #fff !important;
}

.card.cart-overview .card-body h6,
.card.cart-overview .card-body div,
.card.cart-overview .card-body .fa {
    font-weight: 400 !important;
    font-size: 15px !important;
}

#order-instruction>textarea {
    resize: none !important;
}

ul.simple-bread-crumb {
    color: #6b6969 !important;
    margin: 20px 0;
}

ul.simple-bread-crumb>li {
    display: inline-block !important;
    font-size: 15px !important;
}

ul.simple-bread-crumb>li:not(:last-child):after {
    content: ">";
    padding: 10px;
}

ul.simple-bread-crumb>li>a {
    color: #c50f12 !important;
    font-size: 15px !important;
}

.item-details .img-box>.cart-count-badge,
td>.cart-count-badge {
    display: block;
    background: #c50f12 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    padding: 2px;
    font-size: 11pt;
    font-style: normal !important;
    position: absolute;
    right: 25px;
}

.order-table {
    border: 1px solid #f6f3ea !important;
    border-radius: 5px !important;
    color: #0f0f0fcc !important;
}

.client-img {
    margin: 45px auto;
    max-width: 200px;
}

section.thank-you {
    min-height: 30% !important;
}

address {
    line-height: 30px;
}

.bg-wine {
    background: #c50f12 !important;
}

.text-wine {
    color: #c50f12 !important;
}

.bg-success {
    background: #78a300 !important;
}

.text-success,
.alert-success {
    color: #78a300 !important;
}

.print {
    display: none !important;
}

.contact-banner {
    background: url(../images/banner/spice2.jpg) center no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 0 !important;
}

.contact-banner>address {
    min-height: 50%;
    height: auto;
    width: 80%;
    background: #0008;
    color: #fff;
    margin: 25% auto;
    padding: 20px;
    text-align: justify;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 2px;
    -ms-word-break: break-word;
    word-break: break-word;
    white-space: pre-line;
    overflow-x: hidden;
    font-size: 14px;
}

.contact-banner a,
.contact-banner i {
    color: #fff !important;
    font-size: 14px;
    margin-top: 10px;
}

.contact-form-holder .form-control {
    border-radius: 0;
    height: 50px;
    padding: 10px;
    border-top: none !important;
}

.contact-form-holder textarea {
    height: 150px !important;
    resize: none;
}

.contact-form-holder label {
    border-radius: 0;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
}

.contact-form-holder label,
.contact-form-holder h2 {
    text-transform: uppercase;
}

.contact-us>div.row {
    background: #d2d2d236;
}

.prod-img {
    padding: 0 !important;
    height: 300px;
    overflow: hidden;
}

.prod-img>img {
    min-width: 100% !important;
    min-height: 100%;
}

section.about-us p {
    line-height: 40px;
    letter-spacing: 1px;
    word-spacing: 2.5px;
}

div[data-href] {
    cursor: pointer;
}

a {
    color: #78a300;
}

div[data-href]:hover .card-header,
div[data-href]:hover .card-footer {
    background: #f6f3ea !important;
    color: #78a300 !important;
}

ul.baloon {
    position: fixed;
    background: #fff;
    border: 2px solid transparent;
    min-width: 180px;
    min-height: 200px;
    z-index: 100000000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px;
    display: none;
    -webkit-box-shadow: -1px 1px 7px 0px #00000036;
    -moz-box-shadow: -1px 1px 7px 0px #00000036;
    box-shadow: -1px 1px 7px 0px #00000036;
}

ul.baloon>li {
    display: block;
    padding: 8px;
}

.baloon a {
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
}

.baloon li:first-child {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.baloon li:first-child>i {
    top: -20px;
    left: -webkit-calc(50% - 11px);
    left: -moz-calc(50% - 11px);
    left: calc(50% - 11px);
    position: absolute;
    pointer-events: none;
    border: none;
    font-size: 25px;
    background: #fff;
    -webkit-text-shadow: 0px -1px 2px #00000057;
    -moz-text-shadow: 0px -1px 2px #00000057;
    text-shadow: 0px -1px 2px #00000057;
    color: #fff;
    display: inline-block;
    width: 0;
    height: 0;
}


.popover-body {
    color: #c71918 !important;
    font-size: 16px;
}

section.legal p,
section.legal li {
    font-size: 15px !important;
    color: #444;
}


section.addresses .card address {
    height: 120px;
}

section.addresses .card address+a {
    height: 60px;
}

#saved-address .address-box:hover {
    background: #f9fdee !important;
    color: #78a300 !important;
}

.address-box input[type="radio"] {
    display: none !important;
}

.address-box .addr-type {
    width: fit-content;
    vertical-align: middle;
    display: inline-block;
}

label.address-checkbox {
    display: inline-block;
    width: 30px;
    height: 30px;
}

label.address-checkbox>.fa {
    font-size: 21px;
    opacity: 0;
    margin-top: 4px;
}

input:checked+label.address-checkbox {
    border: 1px solid #c50f12;
    background: #78a300;
    color: #c50f12;
}

input:checked+label.address-checkbox>.fa {
    opacity: 1;
}

#saved-address,
.change-address {
    font-size: 13px !important;
}

*[data-toggle] {
    cursor: pointer;
}

.address-fill {
    -webkit-animation: highlight 3s ease-in-out 0s;
    -moz-animation: highlight 3s ease-in-out 0s;
    -o-animation: highlight 3s ease-in-out 0s;
    animation: highlight 3s ease-in-out 0s;
}


.content-title-box .title {
    color: #29303b;
    font-size: 22px;
    font-weight: 700;
}

input.btn-login {
    border-color: #78a300;
    background: #78a300;
    color: #fff;
}

input.btn-login:hover {
    color: #78a300;
    background-color: #fff;
    outline-color: #78a300;
}

input.btn-register {
    border-color: #78a300;
    background: #78a300;
    color: #fff;
}

.login-field {
    color: #b2b4b9;
}

input.btn-register:hover {
    color: #78a300;
    background-color: #fff;
    outline-color: #78a300;
}

.sign-up-link {
    font-size: medium;
    color: #78a300;
}

.forgot-password-link {
    font-size: medium;
    color: #78a300;
}

.reset-pass-validation-error p {
    font-size: 15px;
    color: red;
}

.custom-control-checkbox {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    font-size: 0.9em;
}

.custom-checkbox {
    position: relative;
    display: block;
}

.card-form {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
}

.fa-star-o {
    padding: 0.1em;
}

.baloon-toggle .fa-chevron-down {
    font-size: 10px;
    color: #999;
    margin-top: -3px;
}

.baloon-toggle:hover .fa-chevron-down {
    color: #c50f12 !important;
}

form.legend label {
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    margin-left: 10px;
    color: #78a300;
}

form.legend label+.form-control {
    margin-top: -28px;
    padding: 30px;
    border-color: #78a300;
}

.bg-green {
    background-color: #f9fdee;
}

.mobile-view {
    display: none;
}

.mobile-view .fa-chevron-down {
    font-size: 12px;
}

#mobile-user-menu li {
    background: #000;
    border-color: #313335;
    border-radius: 0;
}

#mobile-user-menu a {
    color: #fff;
}

#add_new_address {
    margin-top: 10px;
    display: block;
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    min-height: 300px;
    border: 2px dashed #ddd;
}

#add_new_address>p {
    margin-top: -webkit-calc(50% - 60px);
    margin-top: -moz-calc(50% - 60px);
    margin-top: calc(50% - 60px);
    font-size: 80px;
    color: #e4e4e4;
    text-align: center !important;
    height: 120px;
    width: 100%;
}

#add_new_address>p>b {
    display: block;
    width: max-content;
    margin: 15px auto;
    font-size: 30px;
}

#add_new_address:hover {
    background: #f6f3ea;
}

#search_btn {
    border: 1px solid #e4e4e4;
}

.search-btn:hover {
    background: #78a300;
}

.search-btn:hover .fa {
    color: #fff !important;
}

/*******************/

@-webkit-keyframes highlight {
    from {
        color: #78a300;
    }
}

@-moz-keyframes highlight {
    from {
        color: #78a300;
    }
}

@-o-keyframes highlight {
    from {
        color: #78a300;
    }
}

@keyframes highlight {
    from {
        color: #78a300;
    }
}

@media screen and (min-width: 600px) {
    .contact-form-holder {
        padding-top: 150px;
    }

    .contact-us {
        border-top: 1px solid #e4e4e4;
    }
}

@media screen and (max-width:768px) {
    .mobile-view {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .contact-banner {
        display: none;
    }

    .contact-form-holder h2 {
        padding: 10px !important;
    }

    .contact-form-holder {
        padding: 15px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .contact-form-holder .row,
    .contact-form-holder .form-group {
        margin: 10px 0 !important;
    }

    .contact-form-holder .form-control {
        margin: 0 !important;
        max-width: 100% !important;
        display: block;
    }

    .cart-table img {
        max-width: 40px;
        max-height: 60px;
    }

    .cart-table .input-group .btn {
        font-size: 12px;
        max-width: 20px;
        height: 25px;
        padding: 5px !important;
        display: inline-block;
        text-align: center;
    }

    .cart-table th,
    .cart-table td {
        font-size: 13px;
    }

    .cart-table .price {
        font-size: 11px;
    }

    .cart-table .form-control {
        font-size: 10px;
        max-width: 30px;
        height: 25px;
        padding: 1px !important;
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }

    .print,
    .print * {
        display: block !important;
    }

    body,
    html,
    .container>section {
        height: auto !important;
        overflow: hidden !important;
    }

    a {
        text-decoration: none !important;
    }
}

/*price section*/
.price-section{
    margin-top:15px;
    text-align:center;
}
.price-section .price{
    font-size: 20px;
    font-weight: 600;
    color: #3c6382;
}
.price-section .price-2{
    font-size: 20px;
    font-weight: 600;
    color: #78a300;
}
.price-section .original_price{
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 14px;
}
.price-section .discount_price{
    color: #ff905a;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
}

.price-section-details{
    margin-top:15px;
    margin-bottom:15px;
}
.price-section-details .price{
    font-size: 20px;
    font-weight: 600;
}
.price-section-details .original_price{
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 14px;
}
.price-section-details .discount_price{
    color: #ff905a;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
}