@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    font-family: 'avenirl';
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'avenirl';
    src: url(../fonts/avenirl.otf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


.menuSec {
    padding: 12px 0;
}


.menuSec img {
    margin: 0;
}

.header-cart-icon ul li span {
    font-size: 16px;
    font-family: 'Poppins', Sans-Serif;
}


.header-cart-icon ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menuSec li ul {
    display: none;
}

.top-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 50px;
}

.topSec {
    padding: 15px 0;
}

.top-link ul li a {
    font-size: 14px;
    color: rgba(85, 107, 47, 0.747);
}

.main-meun select {
    width: 100%;
    height: 45px;
    border: none;
    font-size: 16px;
    color: #2b2445;
    padding: 0;
    font-family: 'Poppins', Sans-Serif;
    border-right: 1px solid #d5cfcd;
    border-radius: 0;
}

.main-meun-name ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 17px;
}

.menuSec .row {
    border-bottom: 1px solid #d5cfcd;
    padding-bottom: 12px;
}


.main-meun-images {
    margin-top: 30px;
}

.main-meun-name ul li a {
    font-size: 13px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b2445;
}

.top-link .active {
    color: #2b0d04 !important;
}


.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #e33727;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 9;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header.sticky {
    background: #fff;
    transition: 0.5s;
    z-index: 999;
}


.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

/*Main Meun Start*/
.main-meun-sec {
    padding: 15px 0;
}

.main-meun-heading h2 {
    font-size: 28px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    font-weight: 400;
    margin-bottom: 0;
}

.main-meun-images img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: 50% 50%;
}

/*Main Meun End*/


/*Special Deals Start*/

.special-deals-heading h2 {
    font-size: 20px;
    font-family: 'Poppins', Sans-Serif;
    color: rgba(85, 107, 47, 0.747);
    font-weight: 600;
    margin-bottom: 10px;
}

.special-deals-heading p {
    font-size: 16px;
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    margin-bottom: 0;
}

.special-deals-sec {
    padding: 10px 0;
}

.no-padding {
    padding: 0;
}

.special-deals-heading {
    margin-bottom: 5px;
}

.special-deals-box ul li:first-child {
    width: 65%;
}

.special-deals-box ul li img {
    width: 178px;
    height: 178px;
    object-fit: cover;
}

.special-deals-box ul {
    display: flex;
    align-items: center;
    border: 1px solid #d5cfcd;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0px 0px 0px 15px;
    transition: 0.5s;
}
.special-deals-box ul li:first-child {
    width: 210px;
}
.special-deals-box {
    margin-top: 25px;
}

.promo-code button {
    margin-top: 20px;
    border-top: 1px solid #d5cfcd;
    padding: 15px 0;
    font-family: 'Poppins', Sans-Serif;
    color: rgba(85, 107, 47, 0.747);
    margin-bottom: 0;
    border-bottom: 1px solid #d5cfcd;
    background: no-repeat;
    border-right: none;
    width: 100%;
    border-left: none;
    text-align: justify;
    border-bottom: none;
}
div#collapse1 ul {
    display: flex;
    align-items: center;
}
div#collapse1 ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding: 0 10px;
}
div#collapse1 ul li span {
    background: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #fff;
}
.add-order-notes textarea {
    width: 100%;
    height: 80px;
    padding: 10px 10px;
    font-family: 'Poppins', Sans-Serif;
}
.add-order-notes button {
    border-top: 1px solid #d5cfcd;
    padding: 15px 0;
    font-family: 'Poppins', Sans-Serif;
    color: rgba(85, 107, 47, 0.747);
    margin-bottom: 0;
    border-bottom: 1px solid #d5cfcd;
    background: no-repeat;
    border-right: none;
    width: 100%;
    border-left: none;
    text-align: justify;
    border-bottom: none;
}
.special-deals-box ul li h2 {
    font-size: 16px;
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    margin-bottom: 8px;
}

.special-deals-box p {
    font-size: 11px;
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    margin-bottom: 8px;
    height: 60px;
}

.special-deals-box:hover ul {
    background: #f5f5f5;
    transition: 0.5s;
    border: 1px solid #000;
}

.special-deals-box span {
    color: #2b0d04;
    font-size: 16px;
    font-family: 'Poppins', Sans-Serif;
}


.chicago-pizza-page-right h2 {
    font-family: 'Poppins', Sans-Serif;
    margin-bottom: 0;
    font-size: 25px;
    color: rgba(85, 107, 47, 0.747);
    font-weight: bold;
    writing-mode: vertical-lr;
}


/*Special Deals End*/


/*Footer Start*/
.chicago-pizza-page-right {
    position: fixed;
    bottom: 50%;
    right: 5px;
    z-index: 99;
}

.fooetr-sec {
    padding: 30px 0;
    text-align: center;
    background: rgba(85, 107, 47, 0.747);
    margin-top: 80px;
}

.fooetr-sec p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}


/*Footer End*/

/*.meun-box-model Start*/

.meun-box-model .modal-dialog {
    width: 600px;
    margin: 1.75rem auto;
    height: 100%;
}

.meun-box-model .modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    margin: 0;
    text-align: center;
    width: 100% !important;
    height: 100%;
    justify-content: center;
    max-width: inherit;
}

.meun-box-model .modal-content {
    width: 35%;
    border-radius: inherit;
    height: 600px;
    position: relative;
}

.meun-box-model .modal-open .modal {
    overflow-x: inherit;
    overflow-y: inherit;
}

.meun-box-model .modal-header h5 {
    font-size: 28px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}

.meun-box-model .meun-box-model-text {
    overflow-y: scroll;
}

.meun-box-model .large-toppings h2 {
    font-size: 28px;
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    margin-bottom: 20px;
}

.meun-box-model .large-toppings span {
    margin-top: 20px;
    display: block;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    margin-bottom: 5px;
}

.meun-box-model .large-toppings p {
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
    color: #2b0d04;
    margin-bottom: 0;
}

.meun-box-model .meun-box-model-text img {
    width: 100%;
    height: 345px;
    object-fit: cover;
}

.meun-box-model .meun-box-model-footer ul li a {
    background: rgba(85, 107, 47, 0.747);
    color: #fff;
    font-family: 'Poppins', Sans-Serif;
    padding: 15px 70px;
    font-size: 16px;
}


.meun-box-model .modal-header {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    right: 25px;
    top: 5px;
    border: 2px solid rgba(85, 107, 47, 0.747);
}

.meun-box-model .meun-box-model-footer {
    border-top: 1px solid rgba(43, 13, 4, 0.2);
    background-color: rgb(255, 255, 255);
    padding: 25px 20px;
}

.meun-box-model .meun-box-model-footer ul {
    margin-bottom: 0;
}

.meun-box-model .modal-header .btn-close {
    padding: 00;
    margin: 0;
}

.meun-box-model ul.finish-radio-button div.nested
{
    margin-left:5%;
    padding: 0px 20px;
    /*border: 1px solid #806e68;*/
}

/* This css is for normalizing styles. You can skip this. */


.meun-box-model .large-toppings {
    padding: 25px 20px;
}

.meun-box-model .modal.show .modal-dialog {

    text-align: inherit;
}

.meun-box-model .large-toppings ul li {
    border: 1px solid #806e68;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}


.meun-box-model .large-toppings ul {
    margin-top: 20px;
}


.meun-box-model .large-toppings input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.meun-box-model .large-toppings label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}


.meun-box-model .special-requests-textarea textarea::placeholder {
    font-size: 12px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}

.meun-box-model .large-toppings label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #806e68;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
}

.meun-box-model .large-toppings input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid rgba(85, 107, 47, 0.747);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.meun-box-model .special-requests-textarea p {
    margin-bottom: 10px;
}

.meun-box-model ul.finish-radio-button[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.meun-box-model ul.finish-radio-button [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label  {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.meun-box-model .special-requests-textarea textarea {
    width: 100%;
    resize: none;
    height: 100px;
    padding: 10px 10px;
    border: 1px solid #806e68;
    font-size: 12px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}


.meun-box-model ul.finish-radio-button [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #806e68;
    border-radius: 100%;
    background: #fff;
}

.meun-box-model ul.finish-radio-button li span,
.meun-box-model ul.checkbox-list li span {
    margin: 0;
}

.meun-box-model ul.finish-radio-button li,
.meun-box-model ul.checkbox-list li  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meun-box-model ul.finish-radio-button [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(85, 107, 47, 0.747);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.meun-box-model ul.finish-radio-button [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.meun-box-model ul.finish-radio-button [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.meun-box-model .qty-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.meun-box-model .qty-container .qty-btn-minus {
    margin-right: -1px;
}

.meun-box-model .qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #959595;
    padding: 12px 13px;
    font-size: 14px;
    height: 39px;
    width: 40px;
    transition: 0.3s;
    line-height: 0;
}

.meun-box-model .qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #959595;
    max-width: 65px;
}

.meun-box-model .qty-container .qty-btn-plus {
    margin-left: -1px;
    height: 38px;
    width: 40px;
}

.meun-box-model .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
    border: 1px solid #959595;
    padding: 12px 13px;
    font-size: 14px;
    height: 38px;
    width: 40px;
    transition: 0.3s;
    line-height: 0;
}

.meun-box-model .meun-box-model-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*.meun-box-model End*/


/*Cart Start*/

.cart-side-bar {
    right: -500px;
    overflow-x: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.cart-side-bar {
    width: 350px;
    position: fixed;
    height: 100vh !important;
    z-index: 9999;
    background: white;
    top: 0;
}

.cart-side-nav-all-content {
    padding: 10px;
}

.cart-side-nav-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cart-side-nav-heading h1 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    margin-bottom: 0;
}

a.close-btn-cart-nav {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}

.side-nav-content {
    text-align: left;
    margin-top: 25px;
}

.side-nav-price p {
    font-family: 'Poppins', Sans-Serif;
    font-size: 25px;
    color: #2b0d04;
    margin-bottom: 0;
}

.side-nav-line p {
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    margin-top: 5px;
    margin-bottom: 5px;
}

.side-nav-line strong a {
    color: rgba(85, 107, 47, 0.747);
}

.side-nav-line strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

.side-nav-line h2 {
    font-weight: 600;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 5px;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-side-nav-all-content .qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #959595;
    padding: 12px 13px;
    font-size: 14px;
    height: 39px;
    width: 40px;
    transition: 0.3s;
    line-height: 0;
}

.qty-container .input-qty {
    text-align: center;
    padding: 2px 5px;
    border: 1px solid #959595;
    max-width: 50px;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.cart-side-nav-all-content .qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #959595;
    padding: 8px 10px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    transition: 0.3s;
    line-height: 0;
}

.side-nav-login ul li img {
    width: 100%;
}

.side-nav-login ul li:first-child {
    width: 20%;
}

.side-nav-login {
    background-color: rgba(65, 65, 65, 0.05);
    margin-top: 15px;
    padding: 10px 0;
}

.side-nav-login ul li a {
    font-family: 'Poppins', Sans-Serif;
    color: #dd4057;
    font-size: 14px;
}

.promo-code p {
    margin-top: 20px;
    border-top: 1px solid #d5cfcd;
    padding: 15px 0;
    font-family: 'Poppins', Sans-Serif;
    color: rgba(85, 107, 47, 0.747);
    margin-bottom: 0;
    border-bottom: 1px solid #d5cfcd;
}

.subtotal-price ul li span {
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
}

.subtotal-price ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-side-nav-prdtc {
    overflow-x: hidden;
    height: 85vh;
}

.subtotal-price {
    margin-bottom: 10px;
}

.cart-side-nav.footer a {
    background: rgba(85, 107, 47, 0.747);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.add-order-notes p {
    padding: 15px 0;
    font-family: 'Poppins', Sans-Serif;
    color: rgba(85, 107, 47, 0.747);
    margin-bottom: 0;
    border-bottom: 1px solid #d5cfcd;
}

.subtotal-price ul {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 35px;
}

.side-nav-login ul li p {
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    margin-bottom: 3px;
    font-size: 14px;
}

.side-nav-login ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}





/*Cart End*/


/*Check Out Start*/


.check-out-sec {
    padding: 100px 0;
}
.check-out-heading h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 32px;
    color: #2b0d04;
    margin-bottom: 25px;
}
.check-out-left-box h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    color: #2b0d04;
    margin-bottom: 30px;
    margin-top: 25px;
}
.you-can-earn {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}
.you-can-earn p {
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
}
.you-can-earn p a {
    color: #999997;
    text-decoration: underline;
}
.you-can-earn p {
    color: #999997 !important;
    font-family: 'EB Garamond', serif !important;
    font-size: 14px !important;
    margin-bottom: 0;
}
.check-out-left-box p {
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
    color: #2b0d04;
}
.you-can-earn strong {
    font-family: 'Poppins', Sans-Serif;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.check-out-left-box strong {
    font-family: 'Poppins', Sans-Serif;
    color: #000;
    margin-bottom: 10px;
}
.check-out-left-box select {
    font-family: 'Poppins', Sans-Serif;
    font-size: 15px;
}

.check-out-left-box label {
    font-family: 'Poppins', Sans-Serif;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 10px;
}
.check-out-left-box select {
    width: 100%;
    border: 1px solid #000;
    height: 35px;
    padding: 0 10px;
}

.show-map a {
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
    color: rgba(85, 107, 47, 0.747);
    font-weight: 500;
    text-decoration: underline;
}
.show-map {
    text-align: end;
    margin-top: 30px;
}
/*.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: inherit;
    background-color: rgba(220, 55, 39, 0.1);
    border: 1px solid #e33727;
}*/
.nav-tabs {
    border-bottom: inherit;
    margin-bottom: 25px;
}
form.please-scan input::placeholder {
    font-family: 'Poppins', Sans-Serif;
}
.check-out-sec .row {
    justify-content: center;
}
p.please-scan {
    margin-bottom: 20px;
}

form.please-scan input {
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    padding: 0 15px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
    isolation: isolate;
    /*border: 1px solid #000;*/
}
.nav-tabs {
    border-bottom: inherit;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    /*border: 1px solid #000;*/
    padding: 0;
    width: 100%;
    color: #000;
}


.check-box ul li {
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    font-size: 16px;
}
.check-box {
    margin-top: 30px;
}
input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 60px;
    height: 25px;
    background: #6a554f;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}


.contact-information ul li {
    color: #c7c7c7;
    font-size: 24px;
    font-family: 'Poppins', Sans-Serif;
    border-top: 1px solid #c7c9ce;
    padding: 15px 0;
}
.check-out-right-side ul li strong {
    font-family: 'Poppins', Sans-Serif;
    font-size: 14px;
    color: #2b0d04;
}
.check-out-right-side ul li span {
    color: #2b0d04;
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
}
.side-nav-login.chg ul {
    justify-content: left;
    align-items: center;
}
.side-nav-login.chg ul li:first-child {
    width: 12%;
}
.check-out-right-side ul li p {
    color: #999997;
    font-size: 13px;
    margin-top: 2px;
}
.check-out-right-side h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    color: #2b0d04;
    margin-bottom: 25px;
}
ul.my-order  {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.subtotal-price.chg ul {
    margin-bottom: 0;
    line-height: 40px;
}
.check-box input:checked[type="checkbox"] {
    background: rgba(85, 107, 47, 0.747);
}

.check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.check-out-countinue {
    margin-top: 30px;
}
.check-out-countinue a {
    background: rgba(85, 107, 47, 0.747);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: #fff;
}
.contact-information {
    margin-top: 20px;
}
.check-out-right-side {
    border: 1px solid #d5cfcd;
    padding: 20px 20px;
}
.check-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.check-box input:checked[type="checkbox"]::after {
    left: 61%;
}
/*.check-out-step-one {
    display: none;
}
.check-out-step-two {
    display: none;
}*/
.delivery-method ul li h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.delivery-method ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
ul.select-button li {
    border: 1px solid #000;
    padding: 20px 30px;
}
ul.select-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.select-button-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    border-top: none;
}
.card-number {
    margin-top: 30px;
    background-color: #f4f4f4;
    padding: 30px 30px;
}

.card-number input {
    width: 100%;
    height: 45px;
    border: 1px solid;
    padding: 0 10px;
    font-size: 14px;
      font-family: 'Poppins', Sans-Serif;
}
.check-step-three-form {
    margin-top: 30px;
}
.check-step-three-form input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 0 15px;
}
.check-step-three-form select {
    width: 100%;
    height: 40px;
    border-radius: 0;
}
ul.select-button li {
    border: 1px solid #000;
    padding: 10px 50px;
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
}


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}



#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}





#msform .action-button,
#submit-btn-payment
{
    width: 100%;
    background: rgba(85, 107, 47, 0.747);
    color: #fff;
    height: 45px;
    border: none;
    margin-top: 20px;
}
.check-box p {
    margin-bottom: 0;
}

.check-box ul li input {
    margin-bottom: 0 !important;
}







.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}







/*Check Out End*/

/*Contact Start*/
.contact_page_sidbar h6 {
  font-size: 14px;
  color: #dad7d7;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}

.fa-color {
  color: #e51921;
  font-size: 80px;
}

.contact_page_sidbar h4 {
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}
.delivery-method ul li a {
    font-family: 'Poppins', Sans-Serif;
    color: rgba(85, 107, 47, 0.747);
    text-decoration: underline;
    font-weight: 600;
}
.contact-information input {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
}
.check-out-step-two p {
    color: #c7c7c7;
}
.delivery-method {
    border-bottom: 1px solid #c7c9ce;
    padding-bottom: 15px;
}
.contact-information h2 {
    margin-bottom: 10px;
}
.contact_page_sidbar i {
  font-size: 35px;
  margin: 0 20px 0 0;
  width: 35px;
}

.contact_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e51921;
  color: #ffffff;
  border-radius: 0;
  margin: 0 10px 0 0;
  font-size: 22px;
}

.contact_social a:hover {
  background-color: #e51921;
  color: #fff;
}

.contact_map iframe {
  width: 100%;
  height: 600px;
}

.contact-left img {
  width: 100%;
}

ul.contact_page_sidbar li i {
    color: #2b0d04;
}
.icons {
    margin-top: 40px;
}
ul.contact_page_sidbar a {
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}

ul.contact_page_sidbar h6 {
    line-height: 26px;
    font-size: 13px;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
}

.contact-form {
    border-radius: 5px;
    padding: 40px 35px 40px 35px;
    border: 2px solid #dcdcdc;
}
.contact-form-title h4 {
  color: #000;
  font-size: 36px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    font-family: 'Poppins', Sans-Serif;
}

.contact-form input::placeholder {
  color: #000;
  font-family: 'Poppins', Sans-Serif;
}

.cont-1 h3 {
    margin-bottom: 25px !important;
}
.contact-form textarea::placeholder {
  color: #000;
  font-family: 'Poppins', Sans-Serif;
}
.contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 18px 80px;
    border-radius: 5px;
    border: 2px solid #dcdcdc;
    resize: none;
}
.contact-submit button {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  background: none;
}

.contact-form input::placeholder {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  border-radius: 5px;
  margin-bottom: 0px;
}

.contact-form textarea::placeholder {
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  color:#000;
  margin-bottom: 0px;
}

section.contact_page_main.pt-8.pb-8 {
  padding: 100px 0;
  background-color: #050505;
}

li.d-flex.align-items-center.mt-5 {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.contact_page_sidbar p {
  margin-bottom: 0;
}

.cont-1 h3 {
  color: #000;
}

.cont-1 p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', Sans-Serif;
    color: #2b0d04;
    margin-bottom: 40px;
}
ul.contact_page_sidbar p {
    margin-bottom: 0;
}
i.fas.fa-phone-alt {
    transform: rotate(92deg);
}

.icons i {
    background: #2b0d04;
    color: #fff;
    padding: 6px;
    margin: 0px 5px;
    font-size: 22px;
}
.con-form {
  padding: 20px 50px;
}

section.contact-us {
  padding: 100px;
}

.btn-contact a {
  background: #194376;
  padding: 10px 80px;
  border: none;
  border-radius: 5px;
  color: #fff;
}
section.contact-us.inner h3 {
    font-size: 45px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Poppins', Sans-Serif;
    margin-bottom: 40px;
    color: #2b0d04;
}
.map-col {
  padding: 0;
}
.btn-contact button {
    width: 30%;
    padding: 0;
    height: 50px;
    background-color: rgba(85, 107, 47, 0.747);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins', Sans-Serif;
}
section.contact-us .row {
    align-items: baseline;
}
li.logo-center {
    width: 200px;
}

img.img-responsive.img-logo {
    width: 100%;
    margin: 10px auto 10px;
    display: block;
}
header.fixed li.logo-center {
    width: 150px;
}
/*Contact End*/


/*Inner Order Start*/


.inner-order-box h2 {
    font-family: 'EB Garamond', serif;
    font-size: 60px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 25px;
}

.inner-order-box strong {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    color: rgba(85, 107, 47, 0.747);
}

.inner-order-box p {
    font-family: 'EB Garamond', serif;
    width: 80%;
    margin: 0 auto;
    line-height: 25px;
    color: #000;
    font-weight: 700;
}

.inner-order-box h3 {
    font-family: 'EB Garamond', serif;
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 35px;
}

.terug-naar {
    font-family: 'EB Garamond', serif;
    background: rgba(85, 107, 47, 0.747);
    font-size: 25px;
    padding: 12px 25px;
    color: #fff !important;
    border-radius: 5px;
}


.inner-order-sec {
    padding: 70px 0;
}

.inner-order-sec .row {
    justify-content: center;
}

.inner-order-box {
    text-align: center;
    padding: 55px 20px;
    box-shadow: 0 0 10px 0 rgba(85, 107, 47, 0.747);
    position: relative;
}

.inner-order-progressbar-box a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.inner-order-progressbar-box a {
    border: 3px solid rgba(85, 107, 47, 0.747);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}

span.bestelling {
    background: #fff;
    padding: 12px 25px;
    font-size: 20px;
    color: rgba(85, 107, 47, 0.747);
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(85, 107, 47, 0.747);
    font-weight: bold;
}

.inner-order-progressbar-box h2 {
    font-size: 25px;
}

.inner-order-progressbar-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.circle {
    background: #000;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: 0 auto;
    border: 8px solid #000;
    position: relative;
}

.circle:before {
    content: "'";
    position: absolute;
    background: #000;
    width: 150px;
    height: 9px;
    top: 4px;
    left: 24px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(180 9 9 / 100%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}

.circle.active.pule {
    animation: pulse-animation 2s infinite;
}

.circle.active.line:before {
    background: rgba(85, 107, 47, 0.747);
}


a.hulp-nodig-deze strong {
    font-size: 22px !important;
    margin-bottom: 0;
}

.inner-order-progressbar-box h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px;
}

.circle.last-child:before {
    display: none;
}

.circle.active {
    border: 8px solid rgba(85, 107, 47, 0.747);
    background: #fff;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(220 55 39);
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index: -1;
}

.circles li:nth-child(1){
    left: 25%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 35px;
    height: 35px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 40px;
    height: 40px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 10px;
    height: 10px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
ul.banner-list li:hover {
    color: #fff;
}
.journey-logo img {
    width: auto;
    height: auto !important;
}
.partner-img.what-we-offer-imag.patner-logos:hover img {
    filter: brightness(0.5);
}
section.partnerpatner-potal.bg-color-1.all-section {
    position: relative;
}

section.partnerpatner-potal.all-section.animated .area {
    position: absolute;
    top: 0;
    left: 0;
}

section.partnerpatner-potal.bg-color-1.all-section .area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ededed;
    z-index: -1;
    height: 100%;
}

section.partnerpatner-potal.bg-color-1.all-section .circles li {
    background: #cebf5a;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}
ul.footer-info li a:hover {
    color: #000000;
    left: 10px;
    transition: 1.1s;
}
@keyframes changeBackgroundColor {
    0% {
     
        background-color: #cebf5a;
    }
    50% {
        background-color: #414141;
    }
    100% {
      background-color: #cebf5a;
    }
  }
/*Inner Order End*/



.small .menuSec .active:before {
    content: "";
    position: absolute;
    background: #21160f;
    width: 60%;
    height: 2px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.menuSec .active {
    position: relative;
}

.main-meun-name ul li.active {
    border-bottom: 5px solid #000;
}


img.mbl-banner {
    display: none;
}



.main-meun-name li {
    background: rgba(85, 107, 47, 0.747);
    color: white;
    width: 125px;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px;
}


.main-meun-name li a {
    color: #fff !important;
}


.main-meun-name ul li:hover{
    background: #fff;
    border: 1px solid rgba(85, 107, 47, 0.747);
}

.main-meun-name ul li:hover a{
    color: rgba(85, 107, 47, 0.747)  !important;
}


.cart_pro_price h5 {
    margin: 0;
    font-size: 15px;
    color: rgba(85, 107, 47, 0.747) !important;
}
