@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');
:root {
    --color2: #e22726;
    --white: #ffffff;
    --themeColor: #1f1d1a;
}
body {
    color: var(--themeColor) font-family: 'Source Sans Pro', sans-serif;
}
a,
.btn,
input,
input[type="search"],
input[type="submit"] {
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a {
    color: inherit;
}
li.active a,
a:hover,
a:focus {
    text-decoration: none;
    color: var(--color2);
    outline: none;
}
.btn,
form input[type="submit"] {
    padding: 0.65rem 1.2rem;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: none;
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
    border-color: transparent;
    font-weight: 600;
    background: #e22726;
}
.btn:hover,
.btn:focus,
form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #f64241;
    color: #fff;
    border-color: transparent !important;
}
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .btn.customizeBageldBtn {
  background: #e22726;
}
_::-webkit-full-page-media, _:future, :root .btn.customizeBageldBtn:hover,
_::-webkit-full-page-media, _:future, :root .btn.customizeBageldBtn:focus {
  background: #f64241;
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
	@media {
	    .btn.customizeBageldBtn { 
	        background: #e22726;
	    }
        .btn.customizeBageldBtn:hover, .btn.customizeBageldBtn:focus{
            background: #f64241;
        }
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .btn.customizeBageldBtn { 
        background: #e22726;
    }
    .btn.customizeBageldBtn:hover, .btn.customizeBageldBtn:focus{
        background: #f64241;
    }
}
.next_step_btn {
    width: 40%;
}
@media screen and (max-width: 767px) {
    .next_step_btn {
        width: 70%;
    }
}
.edit_dtls {
    color: #e22726;
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: normal;
}
.form-control, input.form-control, select.form-control {
    color: var(--themeColor);
    border: 1px solid #cccccc;
    padding-left: 10px;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: 'Source Sans Pro', sans-serif;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(0 0 0 / 8%);
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly], input.form-control:disabled, select.form-control[readonly]{
    background-color: #fff;
}
select,
select.form-control {
    color: #585857;
    font-weight: normal;
    background-image: url(../images/dr_down.png) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position: center right !important;
    padding-right: 22px !important;
}
.select.active,
select.form-control.active {
    color: var(--themeColor);
}
.form-control:-moz-placeholder {
    color: #585857;
}
.form-control::-moz-placeholder {
    color: #666666;
}
.form-control:-ms-input-placeholder {
    color: #666666;
}
.form-control::-webkit-input-placeholder {
    color: #666666;
}
.form-row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.custom-control {
    padding-left: 1.75rem;
}
.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.custom-control-label::before {
    left: -1.75rem;
    width: 1.125rem;
    height: 1.125rem;
    border: #cccccc solid 1px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #eb5a50;
    background-color: #eb5a50;
}
.custom-control-label::after {
    width: 1.125rem;
    height: 1.125rem;
    left: -1.75rem;
}
.checkout-body .btn,
.checkout-body form input[type="submit"] {
    padding: 0.4rem 1.2rem;
    font-size: 1.3125rem;
}
.cancel-note {
    font-size: 0.81rem;
}
.paypal-desc {
    font-size: 11px;
}
.terms-check-field label {
    font-size: 0.9rem;
}
/*.kdialogWrap{ bottom: 0px;position:fixed; }*/
.kdialogWrap {
    bottom: initial;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
}
.kdialogWrap .kdialogContent {
    left: 24%;
    top: 145px;
}
.fontfomaly {
    font-family: 'Dancing Script', cursive;
}
.fontsize1 {
    font-size: 1.125rem;
}
.fontsize2 {
    font-size: 1.25rem;
}
.color1 {
    color: #a6762c;
}
.color2 {
    color: var(--color2);
}
.font-weight-semibold {
    font-weight: 600;
}
.modal-header .close {
    opacity: 1;
    width: 2rem;
    line-height: 2rem;
    font-size: 1rem;
}
.m2-nx {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.m2-nt {
    margin-top: -1.25rem;
}
.p2-x {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.p2-y {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.p10 {
    padding-left: 10px;
    padding-right: 10px;
}
.card-header a em {
    right: 0px;
    line-height: inherit;
    content: "\f056";
}
.faqsaccordion .card-header a[aria-expanded="true"],
.faqsaccordion .card-header a:hover {
    color: var(--red);
}
.faqsaccordion .card-header a[aria-expanded="true"] em:before {
    content: "\f056";
}
.kform_productBox {
    padding: 0;
    max-width: none;
}
.kform_productSelect {
    width: auto;
    height: auto;
    background-image: none;
}
@media(min-width:1199px) {
    .choose-body .container {
        max-width: 760px;
    }
    .flavors-body .container {
        max-width: 960px;
    }
}
main {
    background-color: #f5f5f5;
}
header.header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
header.header img.logo{
    width: 232px;
}
.progressbar ul:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    background-color: #cccccc;
    height: 1px;
    top: 50%;
    z-index: -1;
}
.progressbar ul li {
    border: 1px solid #cccccc;
    width: 25px;
    line-height: 23.58px;
    color: #cccccc;
    font-size: 0.75rem;
    background: #fff;
}
.progressbar ul li.list-inline-item:not(:last-child) {
    margin-right: 1.3rem;
}
.progressbar ul li.active {
    background-color: #000000;
    border-color: transparent;
    color: #fff;
}
main.checkout-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}
.choose-title {
    margin-bottom: 2.75rem
}
.choose-title h2 {
    font-size: 1.875rem;
}
.choose-inner {
    border: 1px solid #ccc;
    min-height: 270px;
    padding: 3.75rem 1.5rem 1.5rem;
}
.choose-inner:before,
.choose-frequency-list ul li label:before {
    content: '';
    position: absolute;
    background-image: url(../images/not-selected-img.png);
    width: 2.313rem;
    height: 2.313rem;
    background-size: 97%;
    background-position: center;
    background-repeat: no-repeat;
    right: 1.2rem;
    top: 1.2rem;
}
.choose-col input:checked ~ label:before,
.choose-frequency-list ul li input[type="radio"]:checked ~ label:before {
    background-image: url(../images/selected-img.png);
}
.most-popular {
    left: -1.3rem;
    top: -1.3rem;
}
.choose-active {}
.bagel-box-radio {
    opacity: 0;
}
.your-choice {
    font-size: 2.25rem;
    line-height: 55px;
}
.learnMore {
    text-decoration: underline;
}
.choose-col input:checked ~ label {
    border-color: var(--red)
}
.choose-frequency h4 {
    font-size: 1.5125rem;
}
.choose-frequency-list ul {
    width: 270px;
}
.choose-frequency-list ul li:not(:last-child) {
    margin-bottom: 1rem
}
.choose-frequency-list ul li input {
    opacity: 0
}
.choose-frequency-list ul li label {
    min-height: 2.313rem;
    padding-left: calc(2.313rem + 0.5rem);
}
.choose-frequency-list ul li label:before {
    left: 0;
    top: 0;
    right: 0px;
}
.choose-frequency-link {
    text-decoration: underline;
}
.bagels-modal .modal-header .close {
    /* opacity: 1 !important; */
    font-size: 1.25rem;
    line-height: 1;
    right: 10px;
    top: 3px;
    z-index: 10;
}
.bagels-img-col h5 {
    font-size: 1.5rem;
}
.bagels-img-col ul li {
    margin-bottom: 0.5rem;
}
.bagels-modal .modal-body {
    padding: 2.25rem 2rem 2rem;
}
.bagels-modal .modal-dialog {
    max-width: 800px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.bagels-text-col h5 {
    font-size: 1.5rem;
}
.bagels-text-col ul li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
.bagels-text-col ul.list-column li:nth-child(odd) {
    width: 63%;
    padding-right: 1rem;
}
.bagels-text-col ul.list-column li:nth-child(even) {
    width: 35%;
}
.bagels-text-col ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1rem;
    position: absolute;
}
.modal-open,
.modal {
    padding-right: 0px !important;
}
.number-of-selected {
    border: 2px solid var(--red);
    color: var(--red);
    font-size: 1.215rem;
    min-width: 190px;
    line-height: 1.275;
}
.flavor-modal .modal-dialog {
    max-width: 330px;
}
.flavor-modal .modal-dialog .modal-content {
    border: none
}
.choose-flavor-dozen {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.choose-dozen-col .form-control {
    height: calc(2.5em);
    padding: .1rem .75rem;
    color: #000000;
    border: 2px solid #646464;
}
a.info-bg {
    background: rgb(31 29 26 / 80%);
    width: 1.75rem;
    line-height: 1.75rem;
    display: inline-block;
    bottom: 2px;
    right: 2px;
    z-index: 6;
}
.choose-flavor figcaption {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    /* background: rgb(0 0 0 / 50%); */
}
.qty-added {
    z-index: -100;
    background: rgb(0 0 0 / 50%);
}
.qty-added.qty-added-in {
    z-index: 5;
}
.flavor-pack {
    color: #959595;
}
.add-to-box {
    font-size: 0.875rem;
}
button.button-plus,
.button-minus {
    width: 36px;
    padding: 0px;
    line-height: 1;
    border: none;
    font-size: 1rem;
    font-weight: normal;
}
.quantity-field {
    height: calc(1.5em + .75rem);
}
.quantity-box .qty-input-group {
    display: none;
}
.modal-footer .quantity-box .qty-input-group {
    max-width: 170px;
    margin: 0px auto;
}
.quantity-box {
    min-height: 52px;
}
.modal-footer {
    background-color: #f5f5f5
}
.modal-footer .quantity-box {
    min-height: 37px;
}
.flavor-detail p {
    color: #959595;
    line-height: 1.4;
}
.choose-flavor-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.choose-flavor-row {
    margin-right: -10px;
    margin-left: -10px;
}
.bagel-limit,
.min-bagel-limit {
    font-size: 1.2rem;
    border: solid 2px var(--red);
}
.qty-label {
    min-width: 62px;
    line-height: 34px;
    padding: 0px 3px;
}
.locked {
    pointer-events: none;
    color: rgb(226 39 38 / 48%);
}
footer.footer {
    background: #000;
    padding-bottom: 1.5rem;
}
.footer-menu ul.list-unstyled li {
    color: #b8aea7;
    line-height: 1;
    padding-right: .75rem;
}
.footer-menu ul.list-unstyled li:not(:last-child) {
    border-right: 2px solid #b8aea7;
}
.footer-menu ul.list-unstyled li a:hover {
    color: #ffffff;
}
ul.footer-menu.list-unstyled.mb-0.w-100 li {
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
}
.footer-social .list-inline-item:not(:last-child) {
    margin-right: .7rem;
    font-size: 1rem;
}
.footer-form {
    margin-bottom: calc(24px + 0.5rem);
}
ul.footer-menu li {
    padding-right: 0.5125rem;
    padding-left: 0.3125rem;
    line-height: 1;
}
ul.footer-menu li:not(:last-child) {
    margin-right: 0rem;
    border-right: 1px solid #fff;
}
.footer-form .form-control {
    color: #fff;
    height: calc(1.5em + .45rem);
}
.checkout-body .checkout-wrapper {
    padding-top: 1.2rem;
    padding-bottom: 2.2rem;
}
.order-now-title {
    font-size: 1.3125rem;
}
.sect-title {
    font-size: 1.625rem;
}
.qty-values {
    background-color: #dedede;
    padding: 10px;
}
.qty-values > div:not(:last-child) {
    margin-bottom: 7px;
}
.product-qty span {
    border: 1px solid #c2c2c2;
}
.sect-title {
    background-color: #e8e8e8;
}
.custom-border {
    border: 1px solid #989898;
}
.conatct-form-body {
    padding-bottom: 0.25rem
}
.shipping-list li label {
    padding-left: 30px;
}
.shipping-list li label:before,
.paypal-credit .creditcard-label:before {
    content: '';
    position: absolute;
    background-image: url(../images/radio-button.png);
    background-position: center;
    height: 22px;
    width: 22px;
    left: 0;
    background-repeat: no-repeat;
}
.shipping-list li input:checked ~ label:before,
.paypal-credit input:checked ~ .creditcard-label:before {
    background-image: url(../images/radio-button-checked.png);
}
.shipping-list li input {
    opacity: 0;
}
.express-checkout {
    border: 1px solid #dddddd;
    padding: 0px 12px 15px;
    margin-bottom: 20px;
}
.paypal-credit span {
    font-weight: 500;
    background: #f5f5f5;
    padding: 8px 12px;
    margin: 0px -12px 10px;
}
.paypal-credit .creditcard-label {
    padding-left: 30px;
}
.paypal-credit .creditcard-label:before {
    top: calc(50% - 10px);
    /* opacity: 0; */
}
.cancel-note {
    /*font-size: 0.81rem;*/
    font-size: 0.8rem;
}
.paypal-desc {
    font-size: 11px;
}
.auto-renewal * {
    font-size: 14px;
    line-height: 24px;
}
.slider-img {
    max-width: 130px;
}
.slider-header time {
    color: #656565;
}
.realslider .owl-dots {
    display: none !important;
}
.realslider button.owl-prev {
    left: -3rem;
}
.realslider button.owl-prev:before {
    font-family: fontAwesome;
    content: "\f104";
}
.slider-description p {
    line-height: 1.25;
}
.realslider button.owl-next {
    right: -3rem;
}
.realslider button.owl-next:before {
    font-family: fontAwesome;
    content: "\f105";
}
.realslider button.owl-prev,
.realslider button.owl-next {
    position: absolute;
    top: calc(50% - 0.5rem);
    font-size: 3rem !important;
    line-height: .5 !important;
    margin: 0px !important;
    width: auto;
}
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .realslider button.owl-prev,
.realslider button.owl-next {
    font-size: 2rem !important;
    line-height: 1 !important;
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
	@media {
	    .realslider button.owl-prev, .realslider button.owl-next { 
	        font-size: 2rem !important;
            line-height: 1 !important; 
	    }
	}
}
.realslider button span {
    display: none;
}
.realslider .owl-nav {
    margin-top: 0px;
}
.flavor-modal .modal-header .close {
    font-size: 1.75rem;
    z-index: 10;
    right: 5px;
}
@media(max-width:1199px) {
    html {
        font-size: 15px
    }
    .kdialogWrap .kdialogContent {
        left: 12%
    }
}
@media(max-width:991px) {
    .kdialogWrap .kdialogContent {
        left: 0%;
        right: 0%;
    }
    html {
        font-size: 14px
    }
    .pb-5,
    .py-5 {
        padding-bottom: 4rem !important;
    }
    .pt-5,
    .py-5 {
        padding-top: 4rem !important;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 4rem !important;
    }
    .mt-5,
    .my-5 {
        margin-top: 4rem !important;
    }
    .btn,
    form input[type="submit"] {
        font-size: 1.3rem;
    }
    .sect-title {
        font-size: 1.23rem
    }
    .checkout-body .fontsize1 {
        font-size: 1rem;
    }
    .checkout-body .yes-no-fields label {
        font-size: 0.9rem;
    }
    .yes-no-fields label br {
        display: none
    }
    .auto-renewal * {
        font-size: 12px;
        line-height: 21px;
    }
    .satisfaction-seals img {
        /* max-width:170px */
    }
    .qty-label {
        min-width: 50px;
    }
}
@media(max-width:767px) {}
@media(max-width:575px) {}
@media(max-width:360px) {
    .progressbar ul li.list-inline-item:not(:last-child) {
        margin-right: 1rem;
    }
}
.submit-sect span {
    display: block;
    text-align: center;
    border: 1px solid #ca3836;
    background: #ffcbc9;
    margin-bottom: 6px;
    padding: 6px;
    line-height: normal;
}

input.has-error, select.has-error {
    background: url(../images/error-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid orange !important;
}
input.no-error, select.no-error {
    background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid green !important;
}

.btnColor{
    padding: 0 !important;
    background: #fff !important;
}