/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

  html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    font-size: 16px;
}
.cart-spinner {
    /* font-size: 14px;
    margin-left: 5px; */
    /* You can replace the text spinner with an actual image or more complex loader if desired */
}
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #283034;
    font-weight: 300;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
                                                                      /*-----------------------------------------------------------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*------------------------------------------*/
/*  PAGE CONTENT
                                                                      /*------------------------------------------*/

/* #page {
                                                                      overflow: hidden;
                                                                    } */

/*------------------------------------------*/
/*  SPACING & INDENTS
                                                                      /*------------------------------------------*/

.wide-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wide-90 {
    padding-top: 100px;
    padding-bottom: 90px;
}

.wide-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.wide-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.wide-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.wide-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.wide-40 {
    padding-top: 100px;
    padding-bottom: 40px;
}

.wide-30 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.wide-20 {
    padding-top: 100px;
    padding-bottom: 20px;
}

/*------------------------------------------*/
/*  Margin Top
                                                                      /*------------------------------------------*/

.mt-100 {
    margin-top: 100px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0;
}

/*------------------------------------------*/
/*  Margin Bottom
                                                                      /*------------------------------------------*/

.mb-100 {
    margin-bottom: 100px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-0 {
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  Margin Left
                                                                      /*------------------------------------------*/

.ml-100 {
    margin-left: 100px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px !important;
}

/*------------------------------------------*/
/*  Margin Right
                                                                      /*------------------------------------------*/

.mr-100 {
    margin-right: 100px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px !important;
}

/*------------------------------------------*/
/*  Padding Top
                                                                      /*------------------------------------------*/

.pt-100 {
    padding-top: 100px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-5 {
    padding-top: 5px !important;
}

/*------------------------------------------*/
/*  Padding Bottom
                                                                      /*------------------------------------------*/

.pb-100 {
    padding-bottom: 100px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

/*------------------------------------------*/
/*  Padding Left
                                                                      /*------------------------------------------*/

.pl-100 {
    padding-left: 100px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-5 {
    padding-left: 5px !important;
}

/*------------------------------------------*/
/*  Padding Right
                                                                      /*------------------------------------------*/

.pr-100 {
    padding-right: 100px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-5 {
    padding-right: 5px !important;
}

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
                                                                      /*------------------------------------------*/

.bg-fixed,
.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-scroll {
    background-attachment: fixed !important;
}

.rel {
    position: relative !important;
}

/*------------------------------------------*/
/*  Background Colors
                                                                      /*------------------------------------------*/

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #1b1b1b !important;
}

.bg-lightdark {
    background-color: #363636 !important;
}

.bg-tra-dark {
    background-color: rgba(10, 10, 10, 0.4);
}

.bg-lightgrey {
    background-color: #f6f9fa;
}

.bg-grey {
    background-color: #eaeaea;
}

.bg-brown {
    background-color: #6f5e4d;
}

.bg-coffee {
    background-color: #ec0315;
}

.bg-meat {
    background-color: #d2322b;
}

.bg-orange {
    background-color: #ef7f01;
}

.bg-red {
    background-color: #e3000e;
}

.bg-salmon {
    background-color: #e84e1d;
}

.bg-silk {
    background-color: #fbf7e8;
}

.bg-wine {
    background-color: #831619;
}

.bg-yellow {
    background-color: #f7be27;
}

/*------------------------------------------*/
/*  Background Images for Sections
                                                                      /*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll !important;
}

.bg-01 {
    background-image: url(../images/bg-01.jpg);
    background-attachment: fixed !important;
}

.bg-02 {
    background-image: url(../images/bg-02.jpg);
    background-attachment: fixed !important;
}

.bg-03 {
    background-image: url(../images/bg-03.jpg);
}

.bg-04 {
    background-image: url(../images/bg-04.jpg);
}

.bg-05 {
    background-image: url(../images/bg-05.jpg);
    background-attachment: fixed !important;
}

.bg-06 {
    background-image: url(../images/bg-06.jpg);
    background-attachment: fixed !important;
}

/*------------------------------------------*/
/*. BORDER SETTINGS FOR DEMOS
                                                                      /*------------------------------------------*/

.b-top {
    border-top: 1px solid #eee;
}

.b-bottom {
    border-bottom: 1px solid #eee;
}

.b-left {
    border-left: 1px solid #eee;
}

.b-right {
    border-right: 1px solid #eee;
}

/* ==========================================================================
                                                                        02. TYPOGRAPHY
                                                                        =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
                                                                      /*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
}

/* Header H6 */
h6.h6-xs {
    font-size: 1.0625rem;
}

/* 17px */
h6.h6-sm {
    font-size: 1.125rem;
}

/* 18px */
h6.h6-md {
    font-size: 1.15625rem;
}

/* 18.5px */
h6.h6-lg {
    font-size: 1.1875rem;
}

/* 19px */
h6.h6-xl {
    font-size: 1.21875rem;
}

/* 19.5px */

/* Header H5 */
h5.h5-xs {
    font-size: 1.25rem;
}

/* 20px */
h5.h5-sm {
    font-size: 1.1rem;
}

/* 22px */
h5.h5-md {
    font-size: 1.5rem;
}

/* 24px */
h5.h5-lg {
    font-size: 1.625rem;
}

/* 26px */
h5.h5-xl {
    font-size: 1.75rem;
}

/* 28px */

/* Header H4 */
h4.h4-xs {
    font-size: 1.875rem;
}

/* 30px */
h4.h4-sm {
    font-size: 2rem;
}

/* 32px */
h4.h4-md {
    font-size: 2.125rem;
}

/* 34px */
h4.h4-lg {
    font-size: 2.25rem;
}

/* 36px */
h4.h4-xl {
    font-size: 2.375rem;
}

/* 38px */

h3.h3-xs {
    font-size: 2.5rem;
}

/* 40px */
h3.h3-sm {
    font-size: 2.625rem;
}

/* 42px */
h3.h3-md {
    font-size: 2.75rem;
}

/* 44px */
h3.h3-lg {
    font-size: 2.875rem;
}

/* 46px */
h3.h3-xl {
    font-size: 3rem;
}

/* 48px */

/* Header H2 */
h2.h2-xs {
    font-size: 3.125rem;
}

/* 50px */
h2.h2-sm {
    font-size: 3.25rem;
}

/* 52px */
h2.h2-md {
    font-size: 3.375rem;
}

/* 54px */
h2.h2-lg {
    font-size: 3.5rem;
}

/* 56px */
h2.h2-xl {
    font-size: 3.75rem;
}

/* 60px */

/*------------------------------------------*/
/*  PARAGRAPHS
                                                                      /*------------------------------------------*/

p.p-sm {
    font-size: 1rem;
}

/* 16px */
p {
    font-size: 1.0625rem;
}

/* 17px */
p.p-md {
    font-size: 1.125rem;
}

/* 18px */
p.p-lg {
    font-size: 1.1875rem;
}

/* 19px */
p.p-xl {
    font-size: 1.25rem;
}

/* 20px */

/*------------------------------------------*/
/*  LINK SETTINGS
                                                                      /*------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
                                                                      /*------------------------------------------*/

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

ul.txt-list {
    list-style: disc;
    margin-left: 15px;
}

/*------------------------------------------*/
/*  TEXT LIST
                                                                      /*------------------------------------------*/

.txt-list li i {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px;
}

.txt-list li p {
    overflow: hidden;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
                                                                      /*------------------------------------------*/

.btn {
    background-color: transparent;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 32px;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border-radius: 8px;
}

.btn:hover {
    background-color: #000!important;
}

/*------------------------------------------*/
/*  Button Size
                                                                      /*------------------------------------------*/

.btn.btn-sm {
    font-size: 15px;
    padding: 13px 26px;
}

.btn.btn-md {
    font-size: 17px;
    padding: 15px 38px;
}

.btn.btn-lg {
    font-size: 20px;
    padding: 15px 42px;
}

/*------------------------------------------*/
/*  Button Color
                                                                      /*------------------------------------------*/

.btn-white,
.white-color .btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff !important;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
    color: #333;
    background-color: transparent;
    border-color: #ddd !important;
}

.btn-brown,
.scroll .btn-brown,
.white-color .btn-brown,
.brown-hover:hover,
.scroll .brown-hover:hover,
.white-color .brown-hover:hover {
    color: #fff !important;
    background-color: #6f5e4d;
    border-color: #6f5e4d !important;
}

.btn-red,
.scroll .btn-red,
.white-color .btn-red,
.red-hover:hover,
.scroll .red-hover:hover,
.white-color .red-hover:hover {
    color: #fff !important;
    background-color: #e3000e;
    border-color: #e3000e !important;
}

.btn-tra-red,
.scroll .btn-tra-red,
.white-color .btn-tra-red,
.tra-red-hover:hover,
.scroll .tra-red-hover:hover,
.white-color .tra-redhover:hover {
    color: #e3000e !important;
    background-color: transparent;
    border-color: #e3000e !important;
}

.btn-meat,
.scroll .btn-meat,
.white-color .btn-meat,
.meat-hover:hover,
.scroll .meat-hover:hover,
.white-color .meat-hover:hover {
    color: #fff !important;
    background-color: #d2322b;
    border-color: #d2322b !important;
}

.btn-tra-meat,
.scroll .btn-tra-meat,
.white-color .btn-tra-meat,
.tra-meat-hover:hover,
.scroll .tra-meat-hover:hover,
.white-color .tra-meathover:hover {
    color: #d2322b !important;
    background-color: transparent;
    border-color: #d2322b !important;
}

.btn-salmon,
.scroll .btn-salmon,
.white-color .btn-salmon,
.salmon-hover:hover,
.scroll .salmon-hover:hover,
.white-color .salmon-hover:hover {
    color: #fff !important;
    background-color: #e84e1d;
    border-color: #e84e1d !important;
}

.btn-tra-salmon,
.scroll .btn-tra-salmon,
.white-color .btn-tra-salmon,
.tra-salmon-hover:hover,
.scroll .tra-salmon-hover:hover,
.white-color .tra-salmonhover:hover {
    color: #e84e1d !important;
    background-color: transparent;
    border-color: #e84e1d !important;
}

.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow,
.yellow-hover:hover,
.scroll .yellow-hover:hover,
.white-color .yellow-hover:hover {
    color: #333435 !important;
    background-color: #f7be27;
    border-color: #f7be27 !important;
}

/*------------------------------------------*/
/*  Button Hover
                                                                      /*------------------------------------------*/

.white-hover:hover,
.white-color .white-hover:hover {
    color: #333 !important;
    background-color: #fff;
    border-color: #fff !important;
}

.tra-white-hover:hover,
.white-color .tra-white-hover:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff !important;
}

.scroll .tra-white-hover:hover {
    color: #333 !important;
    background-color: transparent;
    border-color: #333 !important;
}

/*------------------------------------------*/
/*  Button Focus
                                                                      /*------------------------------------------*/

.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-tra-black:focus,
.btn.btn-tra-grey:focus {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
                                                                      /*------------------------------------------*/

.video-preview {
    position: relative;
    text-align: center;
}

.video-block {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}

/*------------------------------------------*/
/*  Video Button Icon
                                                                      /*------------------------------------------*/

.video-btn {
    width: 100px;
    height: 100px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 100px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.video-btn i {
    font-size: 3rem;
    line-height: 100px !important;
    margin-left: 11px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.video-btn:hover i {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/*------------------------------------------*/
/*  VECTOR ICONS
                                                                      /*------------------------------------------*/

.ico-20 [class*="flaticon-"]:before,
.ico-20 [class*="flaticon-"]:after {
    font-size: 1.25rem;
}

/* 20px */
.ico-25 [class*="flaticon-"]:before,
.ico-25 [class*="flaticon-"]:after {
    font-size: 1.5625rem;
}

/* 25px */
.ico-30 [class*="flaticon-"]:before,
.ico-30 [class*="flaticon-"]:after {
    font-size: 1.875rem;
}

/* 30px */
.ico-35 [class*="flaticon-"]:before,
.ico-35 [class*="flaticon-"]:after {
    font-size: 2.1875rem;
}

/* 35px */
.ico-40 [class*="flaticon-"]:before,
.ico-40 [class*="flaticon-"]:after {
    font-size: 2.5rem;
}

/* 40px */
.ico-45 [class*="flaticon-"]:before,
.ico-45 [class*="flaticon-"]:after {
    font-size: 2.8125rem;
}

/* 45px */
.ico-50 [class*="flaticon-"]:before,
.ico-50 [class*="flaticon-"]:after {
    font-size: 3.125rem;
}

/* 50px */
.ico-55 [class*="flaticon-"]:before,
.ico-55 [class*="flaticon-"]:after {
    font-size: 3.4375rem;
}

/* 55px */
.ico-60 [class*="flaticon-"]:before,
.ico-60 [class*="flaticon-"]:after {
    font-size: 3.75rem;
}

/* 60px */
.ico-65 [class*="flaticon-"]:before,
.ico-65 [class*="flaticon-"]:after {
    font-size: 4.0625rem;
}

/* 65px */
.ico-70 [class*="flaticon-"]:before,
.ico-70 [class*="flaticon-"]:after {
    font-size: 4.375rem;
}

/* 70px */
.ico-75 [class*="flaticon-"]:before,
.ico-75 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
}

/* 75px */
.ico-80 [class*="flaticon-"]:before,
.ico-80 [class*="flaticon-"]:after {
    font-size: 5rem;
}

/* 80px */
.ico-85 [class*="flaticon-"]:before,
.ico-85 [class*="flaticon-"]:after {
    font-size: 5.3125rem;
}

/* 85px */
.ico-90 [class*="flaticon-"]:before,
.ico-90 [class*="flaticon-"]:after {
    font-size: 5.625rem;
}

/* 90px */
.ico-95 [class*="flaticon-"]:before,
.ico-95 [class*="flaticon-"]:after {
    font-size: 5.9375rem;
}

/* 95px */
.ico-100 [class*="flaticon-"]:before,
.ico-100 [class*="flaticon-"]:after {
    font-size: 6.25rem;
}

/* 100px */

/*------------------------------------------*/
/*  SECTION TITLE
                                                                      /*------------------------------------------*/

#menu-6 .section-title,
.mobile-menu {
    position: sticky;
    top: 108px;
    z-index: 999;
    background: #fff;
}

.section-title h2.h2-title {
    font-size: 4.5rem;
}

.section-title p {
    color: #888;
    padding: 0 18%;
    margin: 12px 0 0;
}

#contacts-4 .section-title p {
    padding: 0 10% 0 0;
}

/*------------------------------------------*/
/*  FONT SETTINGS
                                                                      /*------------------------------------------*/

.txt-300 {
    font-weight: 300;
}

.txt-400 {
    font-weight: 400;
}

.txt-500 {
    font-weight: 500;
}

.txt-700 {
    font-weight: 700;
}

.txt-900 {
    font-weight: 900;
}

/*------------------------------------------*/
/*  TEXT SETTINGS FOR DEMOS
                                                                      /*------------------------------------------*/

.white-color,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color a,
.white-color li,
.white-color i,
.white-color span {
    color: #fff;
}

.grey-color,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color a,
.grey-color li,
.grey-color i,
.white-color .grey-color,
.lightgrey-color .grey-color,
.grey-color span {
    color: #757575;
}

.lightgrey-color,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color h6,
.lightgrey-color p,
.lightgrey-color a,
.lightgrey-color li,
.lightgrey-color i,
.white-color .lightgrey-color,
.lightgrey-color span {
    color: #ccc;
}

.brown-color,
.brown-color h2,
.brown-color h3,
.brown-color h4,
.brown-color h5,
.brown-color h6,
.brown-color p,
.brown-color a,
.brown-color li,
.brown-color i,
.white-color .brown-color,
.brown-color span {
    color: #6f5e4d;
}

.coffee-color,
.coffee-color h2,
.coffee-color h3,
.coffee-color h4,
.coffee-color h5,
.coffee-color h6,
.coffee-color p,
.coffee-color a,
.coffee-color li,
.coffee-color i,
.white-color .coffee-color,
.coffee-color span {
    color: #642f21;
}

.green-color,
.green-color h2,
.green-color h3,
.green-color h4,
.green-color h5,
.green-color h6,
.green-color p,
.green-color a,
.green-color li,
.green-color i,
.white-color .green-color,
.green-color span {
    color: #94ad10;
}

.meat-color,
.meat-color h2,
.meat-color h3,
.meat-color h4,
.meat-color h5,
.meat-color h6,
.meat-color p,
.meat-color a,
.meat-color li,
.meat-color i,
.white-color .meat-color,
.meat-color span {
    color: #d2322b;
}

.orange-color,
.orange-color h2,
.orange-color h3,
.orange-color h4,
.orange-color h5,
.orange-color h6,
.orange-color p,
.orange-color a,
.orange-color li,
.orange-color i,
.white-color .orange-color,
.orange-color span {
    color: #ef7f01;
}

.salmon-color,
.salmon-color h2,
.salmon-color h3,
.salmon-color h4,
.salmon-color h5,
.salmon-color h6,
.salmon-color p,
.salmon-color a,
.salmon-color li,
.salmon-color i,
.white-color .salmon-color,
.salmon-color span {
    color: #e84e1d;
}

.red-color,
.red-color h2,
.red-color h3,
.red-color h4,
.red-color h5,
.red-color h6,
.red-color p,
.red-color a,
.red-color li,
.red-color i,
.white-color .red-color,
.brown-color .red-color,
.red-color span {
    color: #e3000e;
}

.wine-color,
.wine-color h2,
.wine-color h3,
.wine-color h4,
.wine-color h5,
.wine-color h6,
.wine-color p,
.wine-color a,
.wine-color li,
.wine-color i,
.white-color .wine-color,
.wine-color span {
    color: #831619;
}

.yellow-color,
.yellow-color h2,
.yellow-color h3,
.yellow-color h4,
.yellow-color h5,
.yellow-color h6,
.yellow-color p,
.yellow-color a,
.yellow-color li,
.yellow-color i,
.white-color .yellow-color,
.brown-color .yellow-color,
.coffee-color .yellow-color,
.yellow-color span {
    color: #000000;
}

/*------------------------------------------*/
/*  TEXT SHADOW
                                                                      /*------------------------------------------*/

.shadow-txt-white {
    text-shadow: #fff 3px 3px 0, #fff -3px -3px 0, #fff -3px 3px 0,
        #fff 3px -3px 0;
}

.shadow-txt-black {
    text-shadow: #000 3px 3px 0, #000 -3px -3px 0, #000 -3px 3px 0,
        #000 3px -3px 0;
}

.shadow-txt-yellow {
    text-shadow: #e1a100 4px 4px 0, #e1a100 -4px -4px 0, #e1a100 -4px 4px 0,
        #e1a100 4px -4px 0;
}

/*------------------------------------------*/
/*  ITEM RATING
                                                                      /*------------------------------------------*/

.item-rating span {
    position: relative;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 4px;
    top: 1px;
}

.stars-rating i {
    color: #f7be27;
    font-size: 0.85rem;
    line-height: 1;
}

.stars-rating.stars-lg i {
    font-size: 0.925rem;
}

.menu-7-img .item-rating,
.pbox-14-img .item-rating {
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.menu-7-img .item-rating span,
.pbox-14-img .item-rating span {
    font-size: 0.9rem;
    top: 0;
}

/*------------------------------------------*/
/*  ITEM CODE
                                                                      /*------------------------------------------*/

span.item-code {
    display: block;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

#promo-6 .item-code,
#promo-7 .item-code,
#promo-8 .item-code,
#menu-5 .item-code,
#menu-6 .item-code {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 8px;
    color: #fff;
    font-size: 0.915rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: none;
}

#promo-8 .item-code {
    top: 10px;
}

/*------------------------------------------*/
/*  ITEM LIKE ICON
                                                                      /*------------------------------------------*/

.like-ico {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pbox-7 .like-ico {
    top: 30px;
    right: 15px;
}

.menu-6-item .like-ico {
    bottom: -3px;
    right: 3px;
    z-index: 9;
}

.menu-7-img .like-ico,
.pbox-14-img .like-ico {
    top: 14px;
    right: 16px;
}

.like-ico.ico-25 [class*="flaticon-"]:before,
.like-ico.ico-25 [class*="flaticon-"]:after {
    font-size: 1.375rem;
}

.like-ico span {
    color: #aaa;
    font-weight: 700;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

/*------------------------------------------*/
/*  Icon Hover
                                                                      /*------------------------------------------*/

.like-ico:hover > a span {
    color: #e84e1d !important;
}

/*------------------------------------------*/
/*  ZOOM ICON
                                                                      /*------------------------------------------*/

.menu-img-zoom {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: rgba(20, 20, 20, 0.45);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.menu-img-zoom a {
    position: relative;
    line-height: 36px;
    top: 2px;
}

.pbox-7-img .menu-img-zoom,
.menu-6-img .menu-img-zoom {
    bottom: 15px;
    left: 15px;
}

.menu-img-zoom.ico-25 [class*="flaticon-"]:before,
.menu-img-zoom.ico-25 [class*="flaticon-"]:after {
    font-size: 1.215rem;
}

.menu-img-zoom span {
    color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

/*------------------------------------------*/
/*  ADD TO CART
                                                                      /*------------------------------------------*/

.add-to-cart {
    opacity: 1;
    position: absolute;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 700;
    padding: 9px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.add-to-cart.bg-red a,
.add-to-cart.bg-meat a,
.add-to-cart.bg-salmon a {
    color: #fff;
}

.pbox-7-txt .add-to-cart {
    right: 20px;
    bottom: 0px;
}

.menu-6-txt .add-to-cart {
    right: 11px;
    bottom: 15px;
}

.pbox-7:hover .add-to-cart {
    bottom: 8px;
    opacity: 1;
    -moz-opacity: 1;
}

.pbox-7:hover #pb-7-2 .add-to-cart {
    bottom: 27px;
}

.menu-6-item .add-to-cart {
    bottom: 18px;
    opacity: 1;
    -moz-opacity: 1;
    position: initial;
}

/*------------------------------------------*/
/*  Add To Cart Icon
                                                                      /*------------------------------------------*/

.add-to-cart.ico-10 [class*="flaticon-"]:before,
.add-to-cart.ico-10 [class*="flaticon-"]:after {
    font-size: 0.85rem;
}

.add-to-cart span {
    position: relative;
    top: -0.5px;
}

/*------------------------------------------*/
/*  Add To Cart Hover
                                                                      /*------------------------------------------*/

.add-to-cart.bg-yellow:hover {
    background-color: #f5b200 !important;
}

.add-to-cart.bg-salmon:hover {
    background-color: #d43a09 !important;
}

.add-to-cart.bg-meat:hover {
    background-color: #bf1810 !important;
}

.add-to-cart.bg-red:hover {
    background-color: #c6020e !important;
}

/*------------------------------------------*/
/*  PRICE BADGE
                                                                      /*------------------------------------------*/

.price-badge-sm,
.price-badge-md,
.price-badge-lg {
    background-image: url(../images/price-badge-yellow.png);
    position: absolute;
    top: -20px;
    right: 5px;
}

.red-badge.price-badge-sm,
.red-badge.price-badge-md,
.red-badge.price-badge-lg {
    background-image: url(../images/price-badge-red.png);
}

.orange-badge.price-badge-sm,
.orange-badge.price-badge-md,
.orange-badge.price-badge-lg {
    background-image: url(../images/price-badge-orange.png);
}

#promo-3.promo-section .price-badge-sm {
    top: -10px;
    right: -15px;
}

#promo-10.promo-section .price-badge-md {
    top: 120px;
    left: 50px;
    right: 0;
}

#promo-11.promo-section .price-badge-lg {
    top: 20px;
}

.price-badge-sm {
    width: 150px;
    height: 146px;
}

.price-badge-md {
    width: 180px;
    height: 176px;
}

.price-badge-lg {
    width: 200px;
    height: 195px;
}

.badge-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.badge-txt h5,
.badge-txt h4 {
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.badge-txt h3 {
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  OLD PRICE
                                                                      /*------------------------------------------*/

.old-price {
    color: #babbbc !important;
    text-decoration: line-through;
    margin-right: 6px;
}

/*------------------------------------------*/
/*  DISCOUNT BADGE
                                                                      /*------------------------------------------*/

.discount-badge {
    position: absolute;
    left: -50px;
    top: 100px;
}

.discount-badge img {
    width: auto;
    max-width: inherit;
    max-height: 210px;
}

/* ==========================================================================
                                                                        03. PRELOAD SPINNER
                                                                        =========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #f5f5f5;
}

#loader {
    display: block;
    position: relative;
    left: 43%;
    top: 43%;
    transform: translateY(-50%);
}

.cssload-spinner {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    position: relative;
    animation: cssload-invert 1.7s infinite steps(2, end);
    -o-animation: cssload-invert 1.7s infinite steps(2, end);
    -ms-animation: cssload-invert 1.7s infinite steps(2, end);
    -webkit-animation: cssload-invert 1.7s infinite steps(2, end);
    -moz-animation: cssload-invert 1.7s infinite steps(2, end);
}

.cssload-ball {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #e84e1d;
}

.cssload-ball-1 {
    animation: cssload-ball1 1.15s infinite alternate linear;
    -o-animation: cssload-ball1 1.15s infinite alternate linear;
    -ms-animation: cssload-ball1 1.15s infinite alternate linear;
    -webkit-animation: cssload-ball1 1.15s infinite alternate linear;
    -moz-animation: cssload-ball1 1.15s infinite alternate linear;
}

.cssload-ball-2 {
    animation: cssload-ball2 1.15s infinite alternate linear;
    -o-animation: cssload-ball2 1.15s infinite alternate linear;
    -ms-animation: cssload-ball2 1.15s infinite alternate linear;
    -webkit-animation: cssload-ball2 1.15s infinite alternate linear;
    -moz-animation: cssload-ball2 1.15s infinite alternate linear;
}

.cssload-ball-3 {
    animation: cssload-ball3 1.15s infinite alternate linear;
    -o-animation: cssload-ball3 1.15s infinite alternate linear;
    -ms-animation: cssload-ball3 1.15s infinite alternate linear;
    -webkit-animation: cssload-ball3 1.15s infinite alternate linear;
    -moz-animation: cssload-ball3 1.15s infinite alternate linear;
}

.cssload-ball-4 {
    animation: cssload-ball4 1.15s infinite alternate linear;
    -o-animation: cssload-ball4 1.15s infinite alternate linear;
    -ms-animation: cssload-ball4 1.15s infinite alternate linear;
    -webkit-animation: cssload-ball4 1.15s infinite alternate linear;
    -moz-animation: cssload-ball4 1.15s infinite alternate linear;
}

@keyframes cssload-invert {
    100% {
        transform: rotate(180deg);
    }
}

@-o-keyframes cssload-invert {
    100% {
        -o-transform: rotate(180deg);
    }
}

@-ms-keyframes cssload-invert {
    100% {
        -ms-transform: rotate(180deg);
    }
}

@-webkit-keyframes cssload-invert {
    100% {
        -webkit-transform: rotate(180deg);
    }
}

@-moz-keyframes cssload-invert {
    100% {
        -moz-transform: rotate(180deg);
    }
}

@keyframes cssload-ball1 {
    12% {
        transform: none;
    }

    26% {
        transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        transform: translate(50%, 25%) scale(0.6, 0.8);
    }

    88% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }

    100% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}

@-o-keyframes cssload-ball1 {
    12% {
        -o-transform: none;
    }

    26% {
        -o-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -o-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -o-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -o-transform: translate(50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -o-transform: translate(50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -o-transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}

@-ms-keyframes cssload-ball1 {
    12% {
        -ms-transform: none;
    }

    26% {
        -ms-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -ms-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -ms-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -ms-transform: translate(50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -ms-transform: translate(50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -ms-transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}

@-webkit-keyframes cssload-ball1 {
    12% {
        -webkit-transform: none;
    }

    26% {
        -webkit-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -webkit-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -webkit-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}

@-moz-keyframes cssload-ball1 {
    12% {
        -moz-transform: none;
    }

    26% {
        -moz-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -moz-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -moz-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -moz-transform: translate(50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}

@keyframes cssload-ball2 {
    12% {
        transform: none;
    }

    26% {
        transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        transform: translate(50%, -25%) scale(0.6, 0.8);
    }

    88% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }

    100% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}

@-o-keyframes cssload-ball2 {
    12% {
        -o-transform: none;
    }

    26% {
        -o-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -o-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -o-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -o-transform: translate(50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -o-transform: translate(50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -o-transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}

@-ms-keyframes cssload-ball2 {
    12% {
        -ms-transform: none;
    }

    26% {
        -ms-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -ms-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -ms-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -ms-transform: translate(50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -ms-transform: translate(50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -ms-transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}

@-webkit-keyframes cssload-ball2 {
    12% {
        -webkit-transform: none;
    }

    26% {
        -webkit-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -webkit-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -webkit-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}

@-moz-keyframes cssload-ball2 {
    12% {
        -moz-transform: none;
    }

    26% {
        -moz-transform: translateX(25%) scale(1, 0.8);
    }

    40% {
        -moz-transform: translateX(50%) scale(0.8, 0.8);
    }

    60% {
        -moz-transform: translateX(50%) scale(0.8, 0.8);
    }

    74% {
        -moz-transform: translate(50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}

@keyframes cssload-ball3 {
    12% {
        transform: none;
    }

    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        transform: translate(-50%, 25%) scale(0.6, 0.8);
    }

    88% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }

    100% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}

@-o-keyframes cssload-ball3 {
    12% {
        -o-transform: none;
    }

    26% {
        -o-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -o-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -o-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -o-transform: translate(-50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}

@-ms-keyframes cssload-ball3 {
    12% {
        -ms-transform: none;
    }

    26% {
        -ms-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -ms-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -ms-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -ms-transform: translate(-50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -ms-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -ms-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}

@-webkit-keyframes cssload-ball3 {
    12% {
        -webkit-transform: none;
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}

@-moz-keyframes cssload-ball3 {
    12% {
        -moz-transform: none;
    }

    26% {
        -moz-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -moz-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -moz-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -moz-transform: translate(-50%, 25%) scale(0.6, 0.8);
    }

    88% {
        -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }

    100% {
        -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}

@keyframes cssload-ball4 {
    12% {
        transform: none;
    }

    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        transform: translate(-50%, -25%) scale(0.6, 0.8);
    }

    88% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}

@-o-keyframes cssload-ball4 {
    12% {
        -o-transform: none;
    }

    26% {
        -o-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -o-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -o-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -o-transform: translate(-50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}

@-ms-keyframes cssload-ball4 {
    12% {
        -ms-transform: none;
    }

    26% {
        -ms-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -ms-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -ms-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -ms-transform: translate(-50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -ms-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -ms-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}

@-webkit-keyframes cssload-ball4 {
    12% {
        -webkit-transform: none;
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}

@-moz-keyframes cssload-ball4 {
    12% {
        -moz-transform: none;
    }

    26% {
        -moz-transform: translateX(-25%) scale(1, 0.8);
    }

    40% {
        -moz-transform: translateX(-50%) scale(0.8, 0.8);
    }

    60% {
        -moz-transform: translateX(-50%) scale(0.8, 0.8);
    }

    74% {
        -moz-transform: translate(-50%, -25%) scale(0.6, 0.8);
    }

    88% {
        -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }

    100% {
        -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}

/* ==========================================================================
                                                                        04. HEADER & NAVIGATION
                                                                        =========================================================================== */

#header-1.navik-header {
    padding-top: 40px;
}

#header-3.navik-header {
    padding-top: 20px;
}

/*------------------------------------------*/
/*  MAIN MENU LINK
                                                                      /*------------------------------------------*/

.navik-menu ul li > a {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1.095rem;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#header-3 .navik-menu ul li > a {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
}

.navbar-dark .navik-menu ul li > a {
    color: #212121;
}

.navbar-dark .navik-menu > ul > li.dropdown_menu > a > span::before {
    border-color: #212121;
}

.navik-menu ul li.dropdown_menu > a > span::before {
    top: -6px;
}

/*------------------------------------------*/
/*  Main Menu Link Hover 
                                                                      /*------------------------------------------*/

.navik-menu.navik-yellow ul li:hover > a,
.navik-menu.navik-yellow .mega-menu-heading a:hover {
    color: #000000;
}

.navik-menu.navik-meat ul li:hover > a,
.navik-menu.navik-meat .mega-menu-heading a:hover {
    color: #d2322b;
}

.navik-menu.navik-red ul li:hover > a,
.navik-menu.navik-red .mega-menu-heading a:hover {
    color: #e3000e;
}

.navik-menu.navik-salmon ul li:hover > a,
.navik-menu.navik-salmon .mega-menu-heading a:hover {
    color: #e84e1d;
}

/*------------------------------------------*/
/*  HEADER BUTTON
                                                                      /*------------------------------------------*/

#header-3 .navik-menu ul li.nav-btn a {
    position: relative;
    top: 1.5px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-left: 5px;
    padding-right: 5px;
}

#header-3 .navik-menu ul li.nav-btn.yellow-color > a {
    color: #f7be27;
}

#header-3 .navik-menu ul li.nav-btn.red-color > a {
    color: #e3000e;
}

#header-3 .navik-menu ul li.nav-btn.salmon-color > a {
    color: #e84e1d;
}

/*------------------------------------------*/
/*  SHOPPING BASKET
                                                                      /*------------------------------------------*/

span.ico-holder {
    position: relative;
}

.basket-ico em.roundpoint {
    width: 20px;
    height: 20px;
    background-color: #e3000e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: -10px;
    right: -5px;
}

/*------------------------------------------*/
/*  HEADER CALL BUTTON
                                                                      /*------------------------------------------*/

.callusbtn {
    display: none;
    position: absolute;
    top: 33px;
    left: 14px;
}

.callusbtn a {
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
                                                                      /*------------------------------------------*/

.navik-menu li > ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.navik-menu ul ul li > a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-transform: inherit;
    padding: 14px 8px;
}

#header-3 .navik-menu ul ul li > a {
    font-size: 15px;
}

/*------------------------------------------*/
/*  NAVBAR STICKY
                                                                      /*------------------------------------------*/

#header-1.navik-header.sticky,
#header-3.navik-header.sticky {
    padding-top: 0;
}

/* ==========================================================================
                                                                        05. HERO
                                                                        =========================================================================== */

.hero-section .container {
    position: relative;
    z-index: 3;
}

#hero-2 .bg-inner {
    position: relative;
    background-image: url(../images/hero-2.jpg);
    padding-top: 180px;
}

.white-overlay-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/white-overlay-wave.png);
    height: 155px;
}

#hero-4 {
    position: relative;
    background-image: url(../images/hero-4.jpg);
    padding-top: 170px;
    padding-bottom: 90px;
}

#hero-5 .bg-inner {
    position: relative;
    background-image: url(../images/hero-5.jpg);
    padding-top: 150px;
    margin-bottom: 60px;
}

#hero-9 .bg-inner {
    position: relative;
    background-image: url(../images/hero-9.jpg);
    padding-top: 210px;
    padding-bottom: 140px;
}

#hero-10 {
    position: relative;
    background-image: url(../images/hero-10.jpg);
    padding-top: 140px;
    padding-bottom: 70px;
}

#hero-11 {
    position: relative;
    background-image: url(../images/hero-11.jpg);
    padding-top: 180px;
    padding-bottom: 80px;
}

#hero-12 {
    position: relative;
    padding-top: 200px;
    padding-bottom: 80px;
}

/*------------------------------------------*/
/*  HERO SLIDER
                                                                      /*------------------------------------------*/

.slider {
    position: relative;
    max-width: 100%;
    height: 660px;
}

#hero-3 .slider {
    height: 700px;
}

#hero-8 .slider {
    height: 560px;
}

.slider.mt-100 {
    height: 550px;
    margin-top: 95px;
}

.slider .slides {
    margin: 0;
    height: 660px;
}

#hero-3 .slider .slides {
    height: 700px;
}

#hero-8 .slider .slides {
    height: 560px;
}

.slider.mt-100 .slides {
    margin: 0;
    height: 550px;
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
}

.slider .slides li .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.slider .slides li.active {
    z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
                                                                      /*------------------------------------------*/

.center-align {
    text-align: center;
}

/*------------------------------------------*/
/*  Slider Indicators
                                                                      /*------------------------------------------*/

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
    z-index: 98;
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    margin: 0 7px;
    opacity: 0.5;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%;
}

.slider .indicators .indicator-item.active {
    background-color: #fff;
    opacity: 0.65;
}

/*------------------------------------------*/
/*  HERO TEXT
                                                                      /*------------------------------------------*/

#hero-1 .caption-txt {
    padding: 0 6%;
    margin-top: 70px;
}

#hero-2 .hero-txt {
    padding: 0 5%;
}

#hero-3 .caption-txt {
    padding-left: 10px;
    margin-top: 50px;
}

#hero-6 .caption-txt {
    margin-top: 50px;
}

.hero-11-txt {
    margin-left: -20px;
    padding-right: 20px;
}

/*------------------------------------------*/
/*  Hero Headers
                                                                      /*------------------------------------------*/

#hero-1 h2,
#hero-2 h2,
#hero-3 h2,
.hero-4-txt h2,
#hero-6 h2,
#hero-9 h2 {
    font-family: "Lilita One", cursive;
    font-size: 7.25rem;
    line-height: 1.1;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

#hero-2 h2 {
    margin-bottom: 40px;
}

#hero-3 h2,
#hero-6 h2 {
    font-size: 6.5rem;
    margin-bottom: 20px;
}

#hero-3 h3,
#hero-6 h3 {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
}

#hero-3 h3 span,
#hero-6 h3 span {
    font-size: 4.25rem;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    top: 3px;
    left: 5px;
}

.hero-4-txt h2 {
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 15px;
}

.hero-4-txt h3 {
    font-family: "Lilita One", cursive;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#hero-5 h2 {
    font-family: "Lilita One", cursive;
    font-size: 17rem;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    opacity: 0.25;
    z-index: 8;
    margin-bottom: 0;
}

#hero-9 h2 {
    font-size: 7rem;
    opacity: 0.95;
    padding: 0 5%;
    margin-bottom: 25px;
}

#hero-10 h2 {
    display: inline-block;
    font-family: "Lilita One", cursive;
    font-size: 18rem;
    line-height: 1;
    letter-spacing: 3px;
    opacity: 0.85;
    border-bottom: 10px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

#hero-10 h3 {
    font-size: 4.75rem;
    line-height: 1;
    font-weight: 300;
    opacity: 0.85;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

#hero-11 h2 {
    font-size: 10.5rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

#hero-11 h3 {
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#hero-11 h4 {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

#hero-12 h3 {
    font-size: 4.25rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

#hero-12 h2 {
    font-family: "Lilita One", cursive;
    font-size: 8.5rem;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Hero Paragraph
                                                                      /*------------------------------------------*/

#hero-1 p {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 0;
}

#hero-1 p span {
    font-family: "Oswald", sans-serif;
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    top: 3px;
    left: 10px;
}

.hero-4-txt p {
    padding: 0 5%;
    margin-bottom: 20px;
}

.hero-9-txt p {
    font-size: 1.35rem;
    padding: 0 15%;
    margin-bottom: 40px;
}

.hero-11-txt p {
    padding-right: 5%;
    margin-bottom: 30px;
}

.hero-12-txt p {
    padding: 0 15%;
    margin-bottom: 65px;
}

/*------------------------------------------*/
/*  HERO BOX
                                                                      /*------------------------------------------*/

.hbox-1-wrapper,
.hbox-2-wrapper {
    padding: 0 8%;
}

.hbox-1 h5,
.hbox-2 h5 {
    line-height: 1;
    margin-top: 25px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.hbox-2 h5,
.hbox-2-ico {
    opacity: 0.8;
}

/*------------------------------------------*/
/*  HERO IMAGE
                                                                      /*------------------------------------------*/

.hero-2-img {
    position: relative;
    margin-bottom: -50px;
}

.hero-4-img {
    position: relative;
}

.hero-5-img {
    margin-top: -90px;
    margin-bottom: -40px;
    position: relative;
    z-index: 9;
}

.hero-9-img {
    margin-top: -30px;
    margin-bottom: -60px;
    position: relative;
    z-index: 9;
}

.hero-11-img {
    margin-left: -50%;
}

.hero-11-img img {
    position: relative;
    max-width: none;
    display: inline-block;
}

/* ==========================================================================
                                                                        06. ABOUT
                                                                        ========================================================================== */

#about-1 {
    background-image: url(../images/about-1.jpg);
}

#about-2 {
    background-image: url(../images/about-2.jpg);
    padding-top: 100px;
    padding-bottom: 300px;
}

#about-5,
#about-6 {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 80px;
}

#about-7 {
    padding-top: 70px;
    padding-bottom: 30px;
}

/*------------------------------------------*/
/*  ABOUT TEXT
                                                                      /*------------------------------------------*/

.about-2-txt {
    padding: 0 30px;
}

.about-3-txt {
    padding: 0 25px;
}

.about-4-txt {
    padding: 50px 30px 0;
}

.about-5-txt {
    padding: 0 60px 0 15px;
}

.about-6-txt {
    padding: 0 15px 0 60px;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
                                                                      /*------------------------------------------*/

.about-1-txt h2 {
    font-size: 4.25rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-2-txt h2 {
    margin-bottom: 20px;
}

.about-3-txt h2,
.about-4-txt h2,
.about-5-txt h2,
.about-6-txt h2 {
    margin-bottom: 25px;
}

.about-1-txt p,
.about-2-txt p {
    padding: 0 5%;
    margin-bottom: 45px;
}

.about-2-txt p {
    margin-bottom: 30px;
}

.about-4-txt p {
    margin-bottom: 40px;
}

.about-4-img p {
    padding-left: 20px;
    padding-right: 30%;
    margin-top: 30px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  ABOUT BOX
                                                                      /*------------------------------------------*/

.abox-1-wrapper {
    padding: 0 5%;
    margin-bottom: 10px;
}

.abox-2-wrapper {
    margin-top: 40px;
}

.abox-3-wrapper {
    margin-top: 50px;
}

/*------------------------------------------*/
/*  ABOUT BOX TYPOGRAPHY
                                                                      /*------------------------------------------*/

.abox-1 h6,
.abox-2 h6,
.abox-3 h6 {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
}

.abox-3 h6 {
    line-height: 1.25;
}

.abox-4 h5 {
    line-height: 1;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.abox-4 p {
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
                                                                      /*------------------------------------------*/

.about-5-img {
    background-image: url(../images/about-5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 50%;
}

.about-6-img {
    background-image: url(../images/about-6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 0;
}

/* ==========================================================================
                                                                        07. DIVIDERS
                                                                        ========================================================================== */

#div-01,
#div-02,
#div-03,
#div-04,
#div-05 {
    width: 100%;
    height: 600px;
}

#div-01 {
    background-image: url(../images/divider-01.jpg);
}

#div-02 {
    background-image: url(../images/divider-02.jpg);
}

#div-03 {
    background-image: url(../images/divider-03.jpg);
}

#div-04 {
    background-image: url(../images/divider-04.jpg);
}

#div-05 {
    background-image: url(../images/divider-05.jpg);
}

/* ==========================================================================
                                                                        08. PROMO
                                                                        ========================================================================== */

#pb-1-1 {
    background-image: url(../images/pb-1-1.jpg);
}

#pb-1-2 {
    background-image: url(../images/pb-1-2.jpg);
}

#pb-1-3 {
    background-image: url(../images/pb-1-3.jpg);
}

#pb-2-1 {
    background-image: url(../images/pb-2-1.jpg);
}

#pb-2-2 {
    background-image: url(../images/pb-2-2.jpg);
}

#promo-1 .row {
    margin-left: -10px;
    margin-right: -10px;
}

#promo-1 .col-lg-3,
#promo-1 .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
}

#promo-4 .col-lg-5,
#promo-4 .col-lg-7,
#promo-5 .col-lg-3,
#promo-5 .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}

#promo-10 {
    margin-top: 30px;
}

#promo-11 {
    background-image: url(../images/promo-11.jpg);
    padding-top: 100px;
    padding-bottom: 60px;
}

#promo-12 {
    padding-top: 50px;
}

#promo-12 .bg-inner {
    position: relative;
    z-index: 1;
}

/*------------------------------------------*/
/*  PROMO BOX
                                                                      /*------------------------------------------*/

.pbox-1 {
    text-align: center;
    padding-top: 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pbox-1-txt {
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.02)
    );
    background-image: linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.02)
    );
    padding: 70px 0 50px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.pbox-2 {
    text-align: right;
    padding: 80px 35px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pbox-5 {
    text-align: center;
    padding: 50px 20px 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.pbox-5:hover {
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1);
}

#pb-5-1.pbox-5 {
    padding: 40px 80px 50px;
}

.pbox-6-txt {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    min-height: 317px;
}

.pb6-content {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}

.pb6-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#pb-7-1,
#pb-7-3 {
    padding: 25px 12px 10px;
}

#pb-7-2 {
    padding: 10px 12px 30px;
}

#pb-8-1,
#pb-8-2,
#pb-8-3 {
    padding-right: 5px;
}

.pbox-8-txt {
    padding-left: 3px;
}

.pbox-8 .col-lg-6.rel {
    padding-right: 0;
}

.pbox-9-txt {
    text-align: center;
    padding: 0 30px;
}

.pbox-10-txt {
    position: relative;
    margin-right: -140px;
}

.pbox-11-link {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.pbox-11-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.pbox-11-link p {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.promo-12-txt {
    padding-left: 10px;
}

.pbox-13-item {
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 40px;
}

#pb-13-2 .pbox-13-item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pbox-14-item {
    margin: 0 10px;
}

#pb-14-1.pbox-14-item {
    padding: 60px 50px 45px;
    margin: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pbox-14-txt {
    text-align: center;
    padding: 20px 10px 5px;
}

#pb-14-1 .pbox-14-txt {
    padding: 0;
}

/*------------------------------------------*/
/*  PROMO BOX TYPOGRAPHY
                                                                      /*------------------------------------------*/

.pbox-1 h3,
.pbox-2 h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.pbox-5 h4.h4-sm {
    line-height: 1.25;
    margin-bottom: 5px;
}

.pbox-6-txt h4 {
    line-height: 1.25;
    margin-bottom: 0;
}

.pbox-7 h4 {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 12px;
}

.pbox-8 h5 {
    line-height: 1;
    margin-bottom: 8px;
}

.pbox-9 h2 {
    margin-bottom: 30px;
}

.pbox-10-txt h2 {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: -1px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.pbox-10-txt h4 {
    font-size: 1.85rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
}

.pbox-10-txt h4 span {
    font-size: 3.25rem;
    font-weight: 700;
    position: relative;
    top: 8px;
    left: 10px;
}

.pbox-11-txt h3 {
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.pbox-11-txt h2 {
    font-size: 5.5rem;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.promo-12-txt h2 {
    font-size: 5.5rem;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.promo-12-txt h3 {
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
}

.promo-12-txt span {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    top: 3px;
    left: 5px;
}

.pbox-14-txt h6 {
    margin-bottom: 10px;
}

.pbox-1-txt p {
    font-weight: 400;
}

.pbox-6-txt p {
    padding: 0 10%;
    margin-bottom: 20px;
}

.pbox-7-txt p {
    margin-bottom: 0;
}

.pbox-8-txt p {
    font-size: 0.925rem;
    margin-bottom: 30px;
}

.pbox-9-txt p {
    font-weight: 400;
    margin-bottom: 0;
}

.pbox-10-txt p {
    padding-right: 10%;
}

.pbox-11-txt p {
    font-weight: 400;
    margin-bottom: 25px;
}

.pbox-2 .btn {
    margin-top: 15px;
}

.pbox-13-txt p {
    margin-bottom: 0;
}

.pbox-14-txt p {
    font-size: 1rem;
    margin-bottom: 15px;
}

#pb-14-1 .pbox-14-txt p {
    font-size: 1rem;
    padding: 0 8%;
    margin-bottom: 0;
}

.pbox-14-txt .btn.btn-sm {
    padding: 12px 44px;
}

/*------------------------------------------*/
/*  PROMO BOX PRICE
                                                                      /*------------------------------------------*/

.pbox-5-price {
    margin-top: 35px;
}

.pbox-6-price {
    margin-top: 6px;
}

.pbox-7-price {
    margin-top: 15px;
}

.pbox-9-price {
    margin-top: 20px;
}

.pbox-6-price h5 {
    line-height: 1;
    margin-bottom: 20px;
}

.pbox-7-price h5 {
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.pbox-5-price p,
.pbox-9-price p {
    font-size: 1.15rem;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.pbox-9-price p {
    font-size: 1.45rem;
    font-weight: 300;
}

.pbox-5-price p span,
.pbox-9-price p span {
    font-family: "Oswald", sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.5px;
    position: relative;
    top: 3px;
    left: 10px;
}

.pbox-9-price p span {
    font-size: 2.25rem;
    top: 3px;
    left: 10px;
}

.pbox-14-price {
    display: inline-block;
    padding: 7px 12px 10px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pbox-14-price h5 {
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 1px;
}

/*------------------------------------------*/
/*  PROMO CAROUSEL NAVIGATION
                                                                      /*------------------------------------------*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    margin-top: 35px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    margin: 0 10px;
    padding: 0;
}

.owl-theme .owl-nav img {
    width: 35px;
    height: 18px;
}

.owl-theme .owl-nav button {
    background-color: transparent;
    border: none;
    padding: 0 5px;
}

.owl-theme .owl-nav button:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*  PROMO IMAGES
                                                                      /*------------------------------------------*/

.pbox-3,
.pbox-4,
.pbox-7-img,
.pbox-3 img,
.pbox-4 img,
.pbox-7-img img {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pbox-6-img,
.pbox-6-img img {
    overflow: hidden;
}

.pbox-8-img,
.pbox-8-img img {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pbox-10-img {
    position: relative;
    text-align: center;
    margin: -60px -60px -60px 60px;
}

.pbox-10-img img {
    max-width: none;
    display: inline-block;
}

.pbox-11-img {
    position: relative;
    text-align: center;
}

.promo-12-img {
    margin-top: -50px;
    position: relative;
}

.promo-12-img img.img-fluid {
    max-width: none;
    display: inline-block;
}

.pbox-13-img {
    padding: 0 10px;
}

.pbox-14-img {
    border: 1px solid #e5e5e5;
    padding: 25px 20px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#pb-14-1 .pbox-14-img {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*  PROMO IMAGES HOVER
                                                                      /*------------------------------------------*/

.pbox-3:hover img,
.pbox-4:hover img {
    transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.pbox-6:hover img,
.pbox-7:hover img,
.pbox-8:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ==========================================================================
                                                                        09. MENU
                                                                        ========================================================================== */

#menu-2 {
    background-image: url(../images/menu-2.jpg);
}

#menu-6 .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
}

/*------------------------------------------*/
/*  MENU TEXT
                                                                      /*------------------------------------------*/

.menu-1-txt {
    padding: 0 10px;
}

.menu-2-txt {
    padding-left: 10px;
}

.menu-3-wrapper {
    padding: 0 3%;
}

.menu-3-txt {
    padding: 0 15px;
}

.menu-5-txt {
    padding: 25px;
}

.menu-6-txt {
    overflow: hidden;
    padding: 0 11px 0;
    flex: 0 0 60%;
}

.menu-6-img {
    flex: 0 0 40%;
}

.menu-6-txt .item-rating {
    display: none;
}

.menu-7-txt {
    text-align: center;
    padding-top: 25px;
}

/*------------------------------------------*/
/*  Menu Item
                                                                      /*------------------------------------------*/

.menu-1-list li,
.menu-2-list li,
.menu-4-list li {
    margin-bottom: 40px;
}

.menu-3-list li {
    margin-bottom: 30px;
}

.menu-4-list.common-dishes li {
    margin-bottom: 35px;
}

.menu-1-list li:last-child,
.menu-2-list li:last-child,
.menu-3-list li:last-child,
.menu-4-list li:last-child {
    margin-bottom: 0;
}

.menu-5-item,
.menu-6-item {
    /* border: 1px solid #e5e5e5; */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 11px;
    margin-bottom: 30px;
    min-height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    align-items: center;
    /* min-height: 189px; */
    box-shadow: 0 0 1.25rem .2rem rgb(0 0 0/5%);
}

.menu-7-item {
    margin-bottom: 50px;
}

.bg-01 .menu-5-item,
.bg-01 .menu-6-item,
.bg-02 .menu-5-item,
.bg-02 .menu-6-item,
.bg-04 .menu-5-item,
.bg-04 .menu-6-item {
    border: 1px solid #171717;
}

.menu-3-item-data {
    position: absolute;
    padding: 5px 10px;
    top: 35px;
    right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.menu-3-item-data h6 {
    font-size: 0.95rem;
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.menu-3-list li:hover .menu-3-item-data {
    background-color: #f7be27;
}

.item-data-meat-hover .menu-3-list li:hover .menu-3-item-data {
    background-color: #d2322b;
}

.item-data-red-hover .menu-3-list li:hover .menu-3-item-data {
    background-color: #e3000e;
}

.item-data-salmon-hover .menu-3-list li:hover .menu-3-item-data {
    background-color: #e84e1d;
}

.menu-3-list li:hover .menu-3-item-data h6 {
    color: #151515;
}

.item-data-red-hover .menu-3-list li:hover .menu-3-item-data h6,
.item-data-meat-hover .menu-3-list li:hover .menu-3-item-data h6,
.item-data-salmon-hover .menu-3-list li:hover .menu-3-item-data h6 {
    color: #fff;
}

/*------------------------------------------*/
/*  Menu Item Title & Price
                                                                      /*------------------------------------------*/

.menu-title-wrapper {
    margin: 0 0 3px;
    display: table;
}

.menu-item-title {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0 10px 0 0;
}

.menu-item-dots {
    position: relative;
    display: table-cell;
    height: 3px;
    width: 98%;
    z-index: 1;
    background-image: radial-gradient(
        circle closest-side,
        #878889 99%,
        transparent 100%
    );
    background-position: 50% 100%;
    background-size: 5px 2px;
    background-repeat: repeat-x;
}

.menu-item-price {
    display: table-cell;
    width: 1%;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

.menu-item-title h6,
.menu-item-title h5,
.menu-item-price h6,
.menu-item-price h5 {
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.menu-3-title {
    text-align: center;
    margin-bottom: 60px;
}

/*------------------------------------------*/
/*  Menu Item Description
                                                                      /*------------------------------------------*/

.menu-item-desc {
    margin-top: 12px;
}

.menu-item-desc p {
    font-size: 0.975rem;
    font-weight: 400;
    margin-bottom: 3px;
}

#menu-3 .menu-item-desc p {
    font-size: 1.05rem;
    font-weight: 300;
    padding-right: 15%;
    margin-bottom: 3px;
}

.menu-item-desc span {
    font-size: 0.915rem;
    margin-bottom: 0;
    padding-right: 3px;
}

.common-dishes .menu-item-desc span {
    padding-right: 0;
}

.menu-item-desc span:after {
    content: "/";
    padding-left: 7px;
    position: relative;
}

.menu-item-desc span:last-child:after,
.common-dishes .menu-item-desc span:after {
    content: " ";
    padding-left: 0;
}

.menu-5-txt h5,
.menu-6-txt h5 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.menu-7-txt h6 {
    margin-bottom: 10px;
}

.menu-5-txt p {
    font-size: 1rem;
    padding-right: 20%;
    margin-bottom: 10px;
}

.menu-6-txt p {
    font-size: 0.95rem;
    margin-bottom: 15px;
    display: none;
}

.menu-7-txt p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.menu-5-txt span.item-data {
    display: block;
    color: #888;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
}

.menu-7-txt .btn.btn-sm {
    padding: 12px 44px;
}

.menu-5-price {
    position: absolute;
    top: 40px;
    right: 25px;
    display: inline-block;
    padding: 7px 12px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.menu-6-price {
    display: block;
    padding: 6px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 7px;
}

.menu-6-price h5 {
    font-size: 12px;
    color: #fff;
}

.menu-7-price {
    display: inline-block;
    padding: 7px 12px 10px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.menu-5-price h5,
.menu-6-price h5,
.menu-7-price h5 {
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 1px;
}

.menu-5-txt .add-to-basket {
    right: 25px;
    bottom: 20px;
}

.menu-6-txt .add-to-basket {
    right: 16px;
    bottom: 18px;
}

/*------------------------------------------*/
/*  MENU TABS
                                                                      /*------------------------------------------*/

#tabs-nav {
    margin-bottom: 70px;
}

.tab-content.current,
.tab-content.displayed {
    display: inherit;
}

.tabs-1 li {
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    color: #9f9f9f;
    padding: 0 70px;
    border-bottom: none;
    margin: 0;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    position: relative;
    z-index: 997;
}

.tabs-1 li h5 {
    line-height: 1;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.tabs-1 li.current h5 {
    color: #1b1b1b;
    font-weight: 500;
}

.tabs-1.red-tabs li.current span {
    color: #e3000e;
}

.tabs-1.brown-tabs li.current span {
    color: #6f5e4d;
}

.tabs-1.yellow-tabs li.current span {
    color: #fac122;
}

/*------------------------------------------*/
/*  TABS CONTENT
                                                                      /*------------------------------------------*/

.tab-content {
    display: none;
}

/*------------------------------------------*/
/*  MENU IMAGE
                                                                      /*------------------------------------------*/

.menu-3-img {
    margin-top: 65px;
    padding: 0 3%;
}

.menu-4-img {
    text-align: center;
    padding-right: 30px;
    margin-bottom: 40px;
}

#m4-bottom .menu-4-img {
    padding-right: 0;
    padding-left: 30px;
}

.menu-5-img,
.menu-6-img,
.menu-5-img img,
.menu-6-img img {
    overflow: hidden;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 10px;
}

.menu-7-img {
    border: 1px solid #e5e5e5;
    padding: 25px 20px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.menu-5-item:hover img,
.menu-6-item:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ==========================================================================
                                                                        10. GALLERY
                                                                        ========================================================================== */

#gallery-2 {
    padding-top: 100px;
    padding-bottom: 84px;
}

/*------------------------------------------*/
/*  GALLERY GRID
                                                                      /*------------------------------------------*/

#gallery-1 .gallery-grid {
    margin-left: 5px;
    margin-right: 5px;
}

#gallery-1 .col-lg-3 {
    padding: 0 5px;
    margin-bottom: 10px;
}

#gallery-2 .col-lg-3 {
    padding: 0 8px;
    margin-bottom: 16px;
}

/*------------------------------------------*/
/*  Image Hover Overlay
                                                                      /*------------------------------------------*/

.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hover-overlay img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    width: 160px;
    height: 150px;
    object-fit: cover;
}

/*------------------------------------------*/
/*  Image Meta
                                                                      /*------------------------------------------*/

.img-meta {
    width: 100%;
    padding: 30px 25px 40px;
    position: absolute;
    left: 0;
    bottom: -50px;
    overflow: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.img-meta h5 {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.img-meta1 p {
    margin-bottom: 5px;
}

/*------------------------------------------*/
/*  Overlay Background 
                                                                      /*------------------------------------------*/

.item-overlay {
    opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.45);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Image Hover Effect 
                                                                      /*------------------------------------------*/

.gallery-img:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.gallery-img:hover .item-overlay {
    opacity: 1;
    -moz-opacity: 1;
}

.gallery-img:hover .img-meta {
    bottom: 0;
    opacity: 1;
    -moz-opacity: 1;
}

/*------------------------------------------*/
/*  GALLERY CAROUSEL NAVIGATION
                                                                      /*------------------------------------------*/

#gallery-3 .owl-dots {
    display: none;
}

/* ==========================================================================
                                                                        11. REVIEWS
                                                                        ========================================================================== */

#reviews-1 {
    padding-top: 85px;
    padding-bottom: 70px;
}

#reviews-1.bg-image {
    background-image: url(../images/reviews.jpg);
}

/*------------------------------------------*/
/*  REVIEWS
                                                                      /*------------------------------------------*/

.review-1 {
    text-align: center;
    margin-bottom: 40px;
}

.review-2.b-bottom {
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.review-2-txt {
    overflow: hidden;
    padding-left: 20px;
}

/*------------------------------------------*/
/*  Testimonial Message Avatar 
                                                                      /*------------------------------------------*/

#reviews-1 img {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 0 auto 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.review-2-avatar {
    display: inline-block;
    float: left;
}

.review-2 img {
    width: 80px;
    height: 80px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/*------------------------------------------*/
/*  REVIEWS TYPOGRAPHY
                                                                      /*------------------------------------------*/

.review-1-txt p {
    font-size: 1.7rem;
    line-height: 1.45;
    font-weight: 400;
    padding: 0 12%;
    margin-bottom: 25px;
}

.review-1-txt p.testimonial-autor {
    font-family: "Oswald", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}

.review-info {
    margin-top: 5px;
    margin-bottom: 5px;
}

.review-info h5 {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.review-info span {
    position: relative;
    color: #999;
    font-size: 1.05rem;
    font-weight: 500;
    top: 2px;
}

/*------------------------------------------*/
/*  Review Rating
                                                                      /*------------------------------------------*/

.review-rating {
    margin-bottom: 15px;
}

.review-rating i {
    color: #f7be27;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 1px;
}

/*------------------------------------------*/
/*  Reviews FlexSlider Navigation
                                                                      /*------------------------------------------*/

.flex-control-paging li a {
    background: rgba(90, 90, 90, 0.25);
    width: 10px;
    height: 10px;
    border: 2px solid rgba(90, 90, 90, 0.02);
}

.bg-image .flex-control-paging li a {
    background: transparent;
    border: 2px solid rgba(240, 240, 240, 0.4);
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: rgba(111, 94, 77, 0.65);
    border: 2px solid rgba(111, 94, 77, 0.2);
}

.bg-image .flex-control-paging li a:hover,
.bg-image .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.02);
}

/* ==========================================================================
                                                                        12. BRANDS
                                                                        ========================================================================== */

#brands-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*------------------------------------------*/
/*  BRANDS LOGO HOLDER
                                                                      /*------------------------------------------*/

#brands-1 .brand-logo {
    padding: 10px 20px;
}

.brand-logo img {
    opacity: 0.7;
}

#brands-1 .owl-dots {
    display: none;
}

/* ==========================================================================
                                                                        13. BANNER
                                                                        ========================================================================== */

#banner-1 {
    background-image: url(../images/banner-1.jpg);
    padding-top: 80px;
    padding-bottom: 70px;
}

#banner-2 {
    background-image: url(../images/banner-2.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
}

#banner-3 {
    margin-top: 40px;
}

#banner-4 {
    background-image: url(../images/banner-4.jpg);
    background-position: top center;
}

/*------------------------------------------*/
/*  BANNER TEXT
                                                                      /*------------------------------------------*/

.banner-1-txt {
    padding: 0 5%;
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
                                                                      /*------------------------------------------*/

.banner-1-txt h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.banner-2-txt h2 {
    font-size: 6rem;
    line-height: 1.2;
    padding: 0 10%;
    margin-bottom: 40px;
}

.banner-3-txt h4 {
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
}

.banner-3-txt h2 {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.banner-4-txt h4 {
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
}

.banner-4-txt h2 {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.banner-2-txt p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 25px;
}

.banner-3-txt p {
    padding-right: 10%;
    margin-bottom: 25px;
}

.banner-4-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
}

.banner-4-txt .btn {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 17px 40px;
}

/*------------------------------------------*/
/*  STORE BADGE ICONS
                                                                      /*------------------------------------------*/

.stores-badge {
    display: inline-block;
}

.store {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.store:last-child {
    margin-right: 0;
}

img.googleplay-original {
    display: block;
    width: 163px;
    height: 50px;
}

img.appstore-original {
    display: block;
    width: 163px;
    height: 50px;
}

/*------------------------------------------*/
/*  BANNER IMAGE
                                                                      /*------------------------------------------*/

.banner-3-img {
    text-align: center;
    margin-top: -40px;
    margin-left: -30px;
}

/* ==========================================================================
                                                                        14. FAQs
                                                                        ========================================================================== */

.faqs-1-questions {
    padding: 0 3%;
}

.questions-wrapper {
    padding: 0 15px;
}

.question {
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
                                                                      /*------------------------------------------*/

.question h5 {
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*  More Questions Button
                                                                      /*------------------------------------------*/

.more-questions-btn {
    margin-top: 35px;
}

/* ==========================================================================
                                                                        15. NEWSLETTER
                                                                        ========================================================================== */

#newsletter-1 .inner-bg {
    padding: 50px 0 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
                                                                      /*------------------------------------------*/

.newsletter-txt h3 {
    margin-bottom: 8px;
}

.newsletter-txt p {
    font-weight: 400;
    margin-bottom: 25px;
}

/*------------------------------------------*/
/*  NEWSLETTER FORM
                                                                      /*------------------------------------------*/

.newsletter-section .newsletter-form {
    padding: 0 4%;
}

/*------------------------------------------*/
/*   Newsletter Form Input
                                                                      /*------------------------------------------*/

.newsletter-section .form-control {
    height: 58px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.newsletter-section .input-group > .custom-select:not(:last-child),
.newsletter-section .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
                                                                      /*------------------------------------------*/

.newsletter-section .form-control:focus {
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
                                                                      /*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder {
    color: #999;
}

.newsletter-section .form-control:-ms-input-placeholder {
    color: #999;
}

.newsletter-section .form-control::-webkit-input-placeholder {
    color: #999;
}

/*------------------------------------------*/
/*  Newsletter Form Button
                                                                      /*------------------------------------------*/

.newsletter-section .btn {
    height: 58px;
    font-size: 1.15rem;
    padding: 15px 60px;
    margin-left: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
                                                                      /*------------------------------------------*/

.newsletter-section .form-notification {
    color: #2dcb21;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 400;
    margin-top: 20px;
}

.newsletter-section .newsletter-form label.valid,
.newsletter-section .newsletter-form label.error {
    color: #f6412d;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
}

.newsletter-section .newsletter-form label.valid {
    color: #48af4b;
}

/* ==========================================================================
                                                                        16. BLOG
                                                                        ========================================================================== */

.blog-post {
    text-align: center;
    margin-bottom: 40px;
}

.blog-post-txt {
    padding: 0 8%;
}

/*------------------------------------------*/
/*   BLOG POST TYPOGRAPHY
                                                                      /*------------------------------------------*/

.blog-post-txt h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.bg-dark .blog-post-txt a:hover {
    color: #fff;
}

.blog-post-txt p {
    font-size: 0.975rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-post:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*------------------------------------------*/
/*  BLOG LISTING PAGE
                                                                      /*------------------------------------------*/

#blog-listing .blog-post {
    text-align: left;
    margin-bottom: 40px;
}

#blog-listing .col-lg-4 .blog-post {
    margin-bottom: 0;
}

#blog-listing .blog-post.b-bottom {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
}

#blog-listing .blog-post-txt {
    padding: 0 15px;
}

#blog-listing .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}

#blog-listing .col-lg-4 .blog-post-txt {
    padding: 0;
}

#blog-listing .blog-post-txt h4.h4-xs {
    margin-top: 30px;
    margin-bottom: 20px;
}

#blog-listing .blog-post-txt h5.h5-lg {
    margin-top: 25px;
    margin-bottom: 15px;
}

#blog-listing h5.posts-category {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.blog-post-meta {
    margin-top: 15px;
}

.blog-post-meta span {
    color: #999;
    font-size: 1.15rem;
    font-weight: 500;
    margin-right: 14px;
}

.blog-post-meta span i {
    color: #bbb;
    font-weight: 600;
}

/*------------------------------------------*/
/*  SINGLE POST
                                                                      /*------------------------------------------*/

.single-post-title {
    padding: 0 4%;
    margin-bottom: 35px;
}

.single-post-txt {
    padding: 0 4%;
}

.single-post-txt h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*  BLOG POST INNER IMAGE
                                                                      /*------------------------------------------*/

.post-inner-img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.post-inner-img img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.post-inner-img p {
    margin-top: 25px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST TAGS 
                                                                      /*------------------------------------------*/

.post-share-links {
    padding: 0 4%;
    margin-top: 60px;
}

.post-tags-list span a {
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857;
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin-right: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.post-tags-list span a:hover {
    color: #666;
    background-color: #e7e7e7;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
                                                                      /*-----------------------------------------*/

.post-share-links .share-social-icons {
    display: inline-block;
    padding-left: 0;
}

.post-share-links .share-social-icons li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

.post-share-links .share-social-icons a.share-ico i {
    color: #555;
    width: 33px;
    height: 33px;
    font-size: 26px;
    display: block;
    margin-right: 5px;
}

/*------------------------------------------*/
/*  OTHER POSTS TYPOGRAPHY
                                                                      /*------------------------------------------*/

#other-posts {
    padding-top: 60px;
    padding-bottom: 30px;
}

#op-row {
    padding: 0 4%;
}

.other-posts h6 {
    margin-bottom: 12px;
}

.prev-post a,
.next-post a {
    font-size: 1.0625rem;
    line-height: 1.2;
}

.all-posts a {
    font-size: 2.15rem;
    line-height: 1;
}

.prev-post a:hover,
.next-post a:hover {
    color: #000;
    text-decoration: underline;
}

.all-posts a:hover {
    color: #333;
}

/*------------------------------------------*/
/*  POST COMMENTS
                                                                      /*------------------------------------------*/

.comments-wrapper {
    padding: 0 4%;
}

.post-comments h5 {
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.post-comments img {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.media-body p {
    color: #757575;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-meta h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2px;
}

.comment-date {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.btn-reply {
    margin-left: 3px;
}

.btn-reply a {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}

.btn-reply a i {
    font-size: 13px;
    margin-right: 1px;
}

.btn-reply a:hover {
    color: #222;
}

.post-comments hr {
    margin-top: 24px;
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
                                                                      /*------------------------------------------*/

.post-comments #leave-comment h5 {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 3px;
    border: none;
}

.comment-form {
    position: relative;
    margin-top: 50px;
}

.comment-form p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
}

.comment-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
    border-color: #00b2e4;
    outline: 0px none;
    box-shadow: none;
}

.comment-form textarea {
    min-height: 200px;
}

.comment-form textarea.form-control {
    padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
                                                                      /*------------------------------------------*/

.comment-form .btn {
    margin-top: 10px;
}

.comment-form .btn:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
                                                                      /*------------------------------------------*/

.comment-form-msg {
    width: 100% !important;
    display: block;
    margin-top: 10px;
    padding-left: 0;
}

.comment-form .loading {
    color: #2dcb21;
    font-size: 18px;
    font-weight: 400;
}

.comment-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
}

.comment-form .form-control.error {
    font-size: 17px !important;
}

/* ==========================================================================
                                                                        17. CONTACTS
                                                                        ========================================================================== */

#contacts-1,
#contacts-2 {
    background-image: url(../images/contacts-1.jpg);
    padding-top: 80px;
    padding-bottom: 50px;
}

#contacts-2 {
    background-image: url(../images/contacts-2.jpg);
}

#contacts-4 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 40px;
}

#contacts-4 .section-title {
    padding-left: 40px;
}

#contacts-5 .section-title {
    margin-top: 60px;
}

/*------------------------------------------*/
/*  CONTACT BOX
                                                                      /*------------------------------------------*/

.cbox-1 {
    margin-bottom: 30px;
}

.cbox-2 {
    margin-bottom: 27px;
}

.cbox-3 {
    margin-bottom: 37px;
}

.cbox-2-txt {
    overflow: hidden;
    padding-left: 30px;
}

.cbox-2 span {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.cbox-3-txt {
    margin-top: 35px;
    padding: 0 20px;
}

.contacts-info {
    padding-left: 40px;
}

.cbox-5 {
    text-align: center;
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*  CONTACTS TYPOGRAPHY
                                                                      /*------------------------------------------*/

.cbox-1 h5,
.cbox-4 h5,
.cbox-5 h5 {
    line-height: 1;
    margin-bottom: 20px;
}

.cbox-2-txt h5 {
    line-height: 1;
    margin-bottom: 15px;
}

.cbox-3-txt h5 {
    line-height: 1;
    margin-bottom: 10px;
}

.cbox-3-txt h6 {
    line-height: 1;
    margin-bottom: 10px;
}

.cbox-3-txt h6 span {
    font-weight: 500;
}

.cbox-1 p.p-xl {
    font-size: 1.35rem;
    line-height: 1;
    margin-bottom: 10px;
}

.cbox-1 p.p-md {
    line-height: 1;
    margin-bottom: 0;
}

.cbox-1 p a,
.cbox-1 p.yellow-color {
    font-family: "Oswald", sans-serif;
    font-size: 1.85rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.cbox-1 p span {
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.cbox-2-txt p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 3px;
}

.cbox-3-txt p {
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 3px;
}

.cbox-4 p {
    line-height: 1;
    margin-bottom: 10px;
}

.cbox-5 p {
    margin-bottom: 3px;
}

.cbox-5 p a {
    font-weight: 700;
    text-decoration: underline;
}

/*------------------------------------------*/
/*  CONTACT FORM
                                                                      /*------------------------------------------*/

.contact-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #e0d9c5;
    box-shadow: 0 0 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Contact Form Textarea
                                                                      /*------------------------------------------*/

.contact-form textarea {
    min-height: 160px;
}

.contact-form textarea.form-control {
    padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
                                                                      /*------------------------------------------*/

.contact-form .form-control::-moz-placeholder {
    color: #5f5842;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #5f5842;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #5f5842;
}

/*------------------------------------------*/
/*  Contact Form Input Focus
                                                                      /*------------------------------------------*/

.contact-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #afa074;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/*  Contact Form Message
                                                                      /*------------------------------------------*/

.contact-form-msg {
    width: 100% !important;
    display: block;
    margin-top: 10px;
    padding-left: 0;
}

.contact-form .loading {
    color: #2dcb21;
    font-size: 18px;
    font-weight: 400;
}

.contact-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-form .form-control.error {
    font-size: 17px !important;
}

/*------------------------------------------*/
/*  CONTACTS IMAGE
                                                                      /*------------------------------------------*/

.cbox-3:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.contacts-4-img {
    background-image: url(../images/about-5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34%;
    left: 0;
}

/* ==========================================================================
                                                                        18. BOOKING FORM
                                                                        =========================================================================== */

#booking-1 {
    background-image: url(../images/booking.jpg);
    margin-top: 40px;
    margin-bottom: 40px;
}

#booking-1 .form-holder {
    padding: 50px 40px 45px;
    margin: -30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.booking-form {
    margin-top: 20px;
}

.booking-form .col-md-12,
.booking-form .col-lg-6 {
    padding: 0 8px;
}

#booking-1 .form-holder a,
#booking-2 .form-holder a {
    font-weight: 700;
    letter-spacing: -0.5px;
}

#booking-2 .form-holder p {
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*  BOOKING FORM
                                                                      /*------------------------------------------*/

.booking-form .form-control,
.booking-form .custom-select {
    height: 52px;
    background-color: #fff;
    border: 1px solid #e0d9c5;
    box-shadow: 0 0 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.booking-form .custom-select {
    display: inline-block;
    width: 100%;
    color: #5f5842;
    margin-bottom: 22px;
}

.bg-color-01 .booking-form .form-control,
.bg-color-01 .booking-form .custom-select {
    background-color: #fff;
    border: 1px solid #e0d9c5;
    color: #5f5842;
}

/*------------------------------------------*/
/*  Booking Form Textarea
                                                                      /*------------------------------------------*/

.booking-form textarea {
    min-height: 120px;
}

.booking-form textarea.form-control {
    padding: 20px 15px;
}

/*------------------------------------------*/
/*  Booking Form Placeholder
                                                                      /*------------------------------------------*/

.booking-form .form-control::-moz-placeholder {
    color: #5f5842;
}

.booking-form .form-control:-ms-input-placeholder {
    color: #5f5842;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: #5f5842;
}

/*------------------------------------------*/
/*  Booking Form Input Focus
                                                                      /*------------------------------------------*/

.booking-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #afa074;
}

/*------------------------------------------*/
/*  Booking Form Message
                                                                      /*------------------------------------------*/

.booking-form-msg {
    width: 100% !important;
    display: block;
    margin-top: 10px;
    padding-left: 0;
}

.booking-form .loading {
    color: #2dcb21;
    font-size: 18px;
    font-weight: 400;
}

.booking-form .error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
}

.booking-form .form-control.error {
    font-size: 17px !important;
}

/* ==========================================================================
                                                                        19. GOOGLE MAP
                                                                        ========================================================================== */

.google-map {
    position: relative;
    padding: 0px 0px 40%;
    height: 0px;
    overflow: hidden;
}

.google-map iframe,
.google-map object,
.google-map embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
}

#contacts-5 #gmap {
    margin-top: 30px;
}

/* ==========================================================================
                                                                        20. FOOTER
                                                                        ========================================================================== */

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

#footer-3.footer {
    padding-bottom: 20px;
}

.footer.bg-red,
.footer.bg-dark {
    background-image: url(../images/footer-red.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll !important;
}

.footer.bg-dark {
    background-image: url(../images/footer-dark.jpg);
}

#footer-1 .footer-contacts {
    padding-left: 30px;
}

#footer-4 .footer-contacts {
    padding-left: 40px;
}

#footer-4 .footer-info {
    padding-left: 10px;
}

/*------------------------------------------*/
/*  FOOTER LOGO
                                                                      /*------------------------------------------*/

.footer-logo {
    margin-bottom: 30px;
}

#footer-4 .footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    width: auto;
    max-width: inherit;
    /* max-height: 95px; */
}

#footer-3 .footer-logo img {
    /* max-height: 120px; */
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
                                                                      /*------------------------------------------*/

.footer h5 {
    color: #283034;
    line-height: 1;
    margin-bottom: 25px;
}

.bg-red.footer h5,
.bg-dark.footer h5 {
    color: #fff;
}

.footer-info p,
.footer-contacts p {
    margin-bottom: 3px;
}

#footer-1 .footer-info p {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
}

#footer-1 .footer-contacts p.p-xl {
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

#footer-1 .footer-contacts p.p-lg {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
}

#footer-1 .footer-contacts p.foo-email {
    margin-top: 15px;
    margin-bottom: 2px;
}

.footer-contacts p span {
    font-family: "Oswald", sans-serif;
    font-size: 1.85rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    top: 4px;
    left: 6px;
}

#footer-2 .footer-contacts p span,
#footer-4 .footer-contacts p span {
    left: 0;
}

.footer-info p span {
    padding-left: 8px;
}

/*------------------------------------------*/
/*   FOOTER LINKS
                                                                      /*------------------------------------------*/

.footer-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
}

.footer-links li p {
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
                                                                      /*------------------------------------------*/

#footer-3 .footer-socials-links {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 12px;
}

.foo-socials {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto 0;
}

.foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 0 8px 0;
    padding: 0;
}

.foo-socials a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    margin: 0 2px;
    background-color: #e3000ef2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

/*------------------------------------------*/
/*  FOOTER INSTAGRAM IMAGES
                                                                      /*------------------------------------------*/

.footer-img img.insta-img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
                                                                      /*------------------------------------------*/

.bottom-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 40px;
}

#footer-2 .bottom-footer {
    margin-top: 15px;
}

#footer-2.bg-red .bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#footer-2.bg-dark .bottom-footer {
    border-top: 1px solid rgba(100, 100, 100, 0.25);
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
                                                                      /*------------------------------------------*/

.footer-copyright p {
    line-height: 1;
    margin-bottom: 0;
}

#footer-3 .footer-copyright p {
    margin-top: 10px;
}

/*------------------------------------------*/
/*  BOOTOM FOOTER LINKS
                                                                      /*------------------------------------------*/

.bottom-footer-list li {
    display: inline-block !important;
    margin-bottom: 0;
}

.bottom-footer-list li i {
    position: relative;
    font-size: 0.875rem;
    line-height: 1;
    top: -1px;
    right: 3px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.bottom-footer-list li p {
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: 0;
}

#footer-3 .bottom-footer-list li p {
    font-size: 0.915rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bottom-footer-list p:after {
    content: "|";
    padding-left: 11px;
    position: relative;
    top: -1px;
}

.bottom-footer-list p.last-li:after {
    content: " ";
    padding-left: 0;
}

/* ==========================================================================
                                                                        21 INNER PAGE HERO
                                                                        =========================================================================== */

.page-hero-section {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll !important;
    padding-top: 145px;
    padding-bottom: 145px;
    background-color: #0000008a;
    background-blend-mode: color;
}

#about-page {
    background-image: url(../images/about-page.jpg);
    margin-top: 110px;
}

#blog-page {
    background-image: url(../images/blog-page.jpg);
}

#booking-page {
    background-image: url(../images/booking-page.jpg);
}

#cart-page {
    background-image: url(../images/cart-page.jpg);
}

#contacts-page {
    background-image: url(../images/contacts-page.jpg);
}

#gallery-page {
    background-image: url(../images/gallery-page.jpg);
}

#gift-page {
    background-image: url(../images/gift-page.jpg);
}

#faqs-page {
    background-image: url(../images/faqs-page.jpg);
}

#locations-page {
    background-image: url(../images/locations-page.jpg);
}

#menu-page {
    background-image: url(../images/menu-page.jpg);
}

#product-page {
    background-image: url(../images/product-page.jpg);
}

#team-page {
    background-image: url(../images/team-page.jpg);
}

#terms-page {
    background-image: url(../images/terms-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
                                                                      /*------------------------------------------*/

.page-hero-section h2 {
    font-size: 4rem;
    margin-bottom: 0;
}

/* ==========================================================================
                                                                        22. BREADCRUMB
                                                                        =========================================================================== */

#breadcrumb {
    margin-bottom: 14px;
    text-align: center;
}

.breadcrumb-nav {
    display: inline-block;
    margin: 0 auto;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
                                                                      /*------------------------------------------*/

.breadcrumb-item a {
    color: #fff;
    font-size: 0.925rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 0.925rem;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.925rem;
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 12px;
}

/* ==========================================================================
                                                                        23. PAGE PAGINATION
                                                                        =========================================================================== */

.page-pagination {
    padding-bottom: 100px;
}

.blog-page-pagination {
    margin-top: 80px;
    padding-top: 80px;
}

.page-link {
    color: #999;
    font-weight: 600;
    padding: 9px 16px;
    margin: 0 3px;
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
    color: #aaa;
    background-color: transparent;
    border-color: transparent;
}

.page-link:hover,
.page-item.active .page-link {
    background-color: #f7be27;
    color: #151515;
    border-color: #f7be27;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.page-link:focus {
    background-color: transparent;
    color: #666;
    border-color: transparent;
    box-shadow: 0 0;
}

/* ==========================================================================
                                                                        24. GIFT CARDS PAGE
                                                                        =========================================================================== */

.card-box {
    text-align: center;
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*  CARDS PAGE TYPOGRAPHY
                                                                      /*------------------------------------------*/

.card-box h5 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.card-box p {
    padding: 0 5%;
}

/* ==========================================================================
                                                                        25. SINGLE PRODUCT
                                                                        =========================================================================== */

.project-title {
    margin-bottom: 15px;
}

.project-title h2,
.project-title .stars-rating {
    margin-bottom: 8px;
}

.project-title .stars-rating span {
    font-size: 1.05rem;
    margin: 0 4px;
    top: 1px;
}

.project-title .stars-rating i {
    font-size: 1.05rem;
}

.product-txt ul.txt-list li p {
    margin-bottom: 3px;
}

/*------------------------------------------*/
/*  PRODUCT INFO
                                                                      /*------------------------------------------*/

.product-info h5 {
    margin-bottom: 20px;
}

.product-info p {
    color: #555;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    padding: 11px 0;
    border-bottom: 1px dotted #ccc;
}

.product-info p:last-child {
    border-bottom: none;
}

.product-info p span {
    position: absolute;
    right: 15px;
    bottom: 11px;
    color: #333;
    font-weight: 400;
}

/*------------------------------------------*/
/*  ADD TO CART BUTTON
                                                                      /*------------------------------------------*/

.add-to-cart-btn {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    padding: 13px 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/*------------------------------------------*/
/*  Add To Cart Hover
                                                                      /*------------------------------------------*/

.add-to-cart-btn.bg-yellow:hover {
    background-color: #f5b200 !important;
}

/*------------------------------------------*/
/*  PRODUCT INFO TABS
                                                                      /*------------------------------------------*/

#product-1-data .tab-content {
    padding: 0 4%;
}

#product-1-data .tabs-nav {
    margin-bottom: 50px;
}

.product-preview .tabs-nav {
    margin-top: 50px;
    margin-bottom: 0;
}

#product-1-data .tabs-1 li {
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    color: #9f9f9f;
    padding: 15px 50px;
    border-bottom: none;
    margin: 0;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    position: relative;
    z-index: 912;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#product-1-data .tabs-1 li h5 {
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

#product-1-data .tabs-1 li.current {
    background-color: #f7be27;
}

.tabs-2 li {
    opacity: 0.5;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin: 0 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    position: relative;
    z-index: 912;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tabs-2 li img {
    width: auto;
    max-width: inherit;
    max-height: 78px;
}

.tabs-2 li.displayed {
    opacity: 1;
}

/* ==========================================================================
                                                                        26. CART PAGE
                                                                        =========================================================================== */

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table tr {
    border-bottom: 1px solid #ccc;
}

table tr.last-tr {
    border-bottom: none;
}

table th,
table td {
    padding: 16px 10px;
}

table td.product-name {
    padding: 16px 10px 16px 0;
}

table th {
    font-size: 1.15em;
    line-height: 1;
    margin-bottom: 0;
}

.td-trash i {
    position: relative;
    cursor: pointer;
    color: #999;
    font-size: 1.5rem;
    top: -2px;
    padding-left: 25px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.td-trash:hover i {
    color: #151515;
}

.cart-product-img {
    display: inline-block;
    float: left;
}

.cart-product-img img {
    width: auto;
    max-width: inherit;
    max-height: 60px;
}

.cart-product-desc {
    overflow: hidden;
    padding-left: 20px;
}

.cart-product-desc h5 {
    position: relative;
    padding-top: 6px;
    margin-bottom: 2px;
}

.cart-product-desc p {
    margin-bottom: 0;
}

.cart-product-price h5,
.cart-product-total h5 {
    margin-top: 12px;
}

.cart-table .qty {
    margin-top: 6px;
}

.qty {
    height: 43px;
    font-size: 1.3rem;
    padding: 0 3px 0 6px;
    margin-right: 6px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.qty:focus {
    outline: 0;
}

input[type="number"]::-webkit-inner-spin-button {
    opacity: 1;
}

/*------------------------------------------*/
/*  Responsive Table
                                                                      /*------------------------------------------*/

@media screen and (max-width: 600px) {
    .cart-table table {
        border: 0;
    }

    .cart-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cart-table table tr {
        border: 1px solid #ddd;
        border-bottom: none;
        display: block;
        margin-bottom: 25px;
    }

    .cart-table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1.25rem;
        text-align: right;
    }

    .cart-table table th,
    .cart-table table td,
    .cart-table table td.product-name {
        padding: 16px 30px;
    }

    .cart-product-price h5,
    .cart-product-total h5 {
        margin-top: 0;
    }

    .td-trash i {
        top: 0;
    }

    .cart-table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .cart-table table td.product-name::before {
        position: relative;
        top: 15px;
    }
}

/*------------------------------------------*/
/*  Checkout Table
                                                                      /*------------------------------------------*/

.cart-checkout {
    padding: 50px 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.cart-checkout h5 {
    margin-bottom: 20px;
}

.cart-checkout .btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/*------------------------------------------*/
/*  Checkout Table
                                                                      /*------------------------------------------*/

.cart-checkout table td,
.cart-checkout table th {
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}

.cart-checkout table .last-tr td,
.cart-checkout table .last-tr th {
    border-bottom: none;
}

.cart-checkout table {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
}

/*------------------------------------------*/
/*  DISCOUNT COUPON
                                                                      /*------------------------------------------*/

/*------------------------------------------*/
/*  Discount Form Input
                                                                      /*------------------------------------------*/

.discount-form .form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-size: 1.05rem;
    font-weight: 300;
    padding: 0 14px;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.discount-form .input-group > .custom-select:not(:last-child),
.discount-form .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*------------------------------------------*/
/*  Discount Form Input Focus
                                                                      /*------------------------------------------*/

.discount-form .form-control:focus {
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Discount Form Input Placeholder
                                                                      /*------------------------------------------*/

.discount-form .form-control::-moz-placeholder {
    color: #999;
}

.discount-form .form-control:-ms-input-placeholder {
    color: #999;
}

.discount-form .form-control::-webkit-input-placeholder {
    color: #999;
}

/*------------------------------------------*/
/*  Discount Form Button
                                                                      /*------------------------------------------*/

.discount-form .btn {
    height: 50px;
    font-size: 1.05rem;
    padding: 15px 30px;
    margin-left: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

/* ==========================================================================
                                                                        27. TEAM
                                                                        =========================================================================== */

.team-member {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.tm-meta {
    padding: 25px 10px 0;
}

.tm-meta h5 {
    line-height: 1;
    margin-bottom: 5px;
}

.tm-meta span {
    font-size: 1.175rem;
    font-weight: 500;
    display: block;
}

/*------------------------------------------*/
/*  Team Member Photo
                                                                      /*------------------------------------------*/

.team-member-photo {
    position: relative;
}

.team-member-photo img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*  Team Member Social Links
                                                                      /*------------------------------------------*/

.tm-social ul {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin-top: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.tm-social ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

.tm-social a {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: rgba(10, 10, 10, 0.35);
    font-size: 1.15rem;
    line-height: 40px !important;
    margin-right: 1px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.tm-social a.ico-facebook:hover {
    background-color: #3b5998;
}

.tm-social a.ico-twitter:hover {
    background-color: #00a9ed;
}

.tm-social a.ico-instagram:hover {
    background-color: #e44772;
}

.tm-social a.ico-dribbble:hover {
    background-color: #d92d84;
}

.tm-social a.ico-behance:hover {
    background-color: #2473f6;
}

.tm-social a.ico-pinterest:hover {
    background-color: #ac281a;
}

.tm-social a.ico-linkedin:hover {
    background-color: #015886;
}

.tm-social a.ico-google-plus:hover {
    background-color: #cd1111;
}

.tm-social a.ico-youtube:hover {
    background-color: #cd1b20;
}

.tm-social a.ico-tumblr:hover {
    background-color: #3a5976;
}

.tm-social a.ico-vk:hover {
    background-color: #3b5998;
}

.team-member:hover .tm-social ul {
    bottom: 6%;
    opacity: 1;
    -moz-opacity: 1;
}

/* ==========================================================================
                                                                        28. TERMS PAGE
                                                                        =========================================================================== */

/*------------------------------------------*/
/*  TERMS PAGE TYPOGRAPHY
                                                                      /*------------------------------------------*/

.terms-box {
    margin-bottom: 30px;
}

.terms-box h5 {
    margin-bottom: 25px;
}

.terms-box a {
    font-weight: 500;
}

/* ==========================================================================
                                                                        29. SCROLL TO TOP
                                                                        ========================================================================== */

#scrollUp {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: #e3000ef2;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#scrollUp:hover {
    background-color: rgba(10, 10, 10, 0.65);
}

nav a#pull {
    display: none;
}

/* ==========================================================================
                                                                         STYLE CHANGER 
                                                                        ========================================================================== */

#stlChanger {
    position: fixed;
    z-index: 9999;
    font-size: 15px;
    overflow: hidden;
    right: -230px;
    top: 100px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#stlChanger.open {
    right: 0px;
}

#stlChanger .bgChanger {
    min-width: 280px;
    min-height: 280px;
}

#stlChanger .blockChanger {
    width: 230px;
}

#stlChanger .chBody {
    background: #2b2e37;
    width: 230px;
    position: relative;
    overflow: hidden;
    border: 1px solid #2b2e37;
    border-radius: 4px 0px 0px 4px;
    height: 550px;
    overflow: scroll;
    overflow-x: hidden;
    direction: rtl;
    margin-left: 50px;
}

#stlChanger .chBut {
    background: #e3000e;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1000000;
    text-align: center;
    border: 1px solid #e3000e;
    border-left: none;
    padding: 0 0 0 2px;
    border-radius: 4px 0px 0px 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
    color: #fff;
    font-size: 2rem;
    line-height: 48px !important;
}

#stlChanger p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

#stlChanger .stBgs a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    float: left;
    padding: 0;
    margin: 0 5px 8px;
    cursor: pointer;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#stlChanger .stBgs a img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.stBlock1 {
    margin: 0 20px 25px 20px;
}

.stBlock .btn {
    width: 100%;
    line-height: 1;
    margin-top: 15px;
}

.s_1 img {
    opacity: 1;
    margin-bottom: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.s_1 img:hover {
    opacity: 0.8;
}

.category-headings {
    color: #e3000e;
    font-weight: 700;
}

.menu-search {
    padding-bottom: 20px;
    position: relative;
}

.menu-search input {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #00000028;
    padding: 8px 40px;
}

.menu-search button {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: none;
    padding: 10px;
}

.section-title ul {
    display: flex;
    text-align: center;
}

.section-title ul li {
    padding: 20px 0;
    display: inline-block;
}

.section-title ul li a {
    color: #050505;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.section-title ul li .items:hover,
.section-title ul li .active {
    border-bottom: 1px solid #e3000e;
    color: #e3000e;
}

.section-title ul li .items img {
    width: auto;
    opacity: 0.5;
    margin-right: 20px;
    display: none;
}

.hero-section img {
    border-radius: 0px;
    width: 100%;
}

@media only screen and (min-width: 500px) {
    .mobile-menu {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .dekstop-sec {
        display: none;
    }
    .sidebar-cart .price, .sidebar-cart .total {
        top: -29px;
        position: relative;
    }
    .checkout-sidebar-cart .price {
        top: 0;
        position: absolute;
    }
    #menu-6 .item-count {
        justify-content: end;
    }
    .checkout-sec .selected-product .product-detail .item-count {
        justify-content: left!important;
    }
    .checkout-sec .selected-product .product-detail h3 {
        font-size: 16px!important;
    }
    .paymentselects .d-flex {
        display: block!important;
    }
    .paymentselects .payment-option {
        max-width: 100%;
        margin-bottom: 12px;
    }
    .extra-icon1,
    .extra-icon2,
    .extra-icon3,
    .extra-icon4,
    .extra-icon5,
    .extra-icon6,
    .extra-icon7,
    .extra-icon8 {
        display: none !important;
    }

    .mobile-menu-item ul {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }

    .mobile-menu-item ul li {
        padding: 6px 0;
        margin: 0 3px;
        width: 100%;
    }

    .mobile-menu-item ul li a {
        color: #050505;
        font-size: 13px;
        font-weight: 600;
        padding: 0 0 7px 0;
    }
}

.mobile-menu {
    top: 9% !important;
    z-index: 999;
}

.mobile-menu .owl-nav {
    display: none;
}

.mobile-menu ul {
    background-color: #fff;
}

#contacts-5 .form-row .form-holder {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 30px;
}

.color-red {
    color: red;
    font-weight: 500;
    text-decoration: underline;
}

.login-link {
    padding: 0 !important;
    display: inline-block !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
}

.login-link:hover {
    color: #000000 !important;
}

.fa-solid.fa-user {
    font-size: 28px;
    margin-right: 5px;
    transition: all 150ms ease-in-out;
}

.fa-solid.fa-user:hover {
    color: #f7be27 !important;
}

.account-nav {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.account-nav__title {
    padding: 1.375rem 1.5rem;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.account-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.account-nav__item a {
    cursor: pointer;
    display: block;
    color: #6c757d;
    padding: 7px 1.5rem;
}

.account-nav__item:hover a {
    background: #f2f2f2;
}

.account-nav__item--active a {
    color: inherit;
    font-weight: 500;
}

.account-nav__divider {
    height: 1px;
    background: #ebebeb;
    margin: 10px 0;
}

@media (min-width: 992px) {
    .account-nav__list {
        padding-bottom: 1.375rem;
    }

    .account-nav__item--active a {
        box-shadow: inset 3px 0 #e52727;
    }
}

@media (max-width: 991.98px) {
    .account-nav {
        overflow-x: auto;
        max-width: 100%;
    }

    .account-nav__list {
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        padding: 0 8px;
    }

    .account-nav__title {
        display: none;
    }

    .account-nav__item a {
        padding: 14px 20px;
    }

    .account-nav__item--active a {
        box-shadow: inset 0 -3px #e52727;
    }
}

.block {
    padding: 60px 0;
}

.account-nav {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}

.card-body--padding--2 {
    padding: 2rem;
}

@media (max-width: 575.98px) {
    .card-body--padding--2 {
        padding: 1.5rem;
    }
}

.card-divider {
    height: 1px;
    background: #ebebeb;
}

.card-header {
    border-radius: 0;
    background: transparent;
    padding: 1.25rem 2rem;
    border: none;
}

.card-header > h5 {
    margin-bottom: 0;
}

.card-footer {
    border-radius: 0;
    background: transparent;
    padding: 1.25rem 2rem;
    border: none;
}

.card-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2rem;
    margin-top: -4px;
}

.card-title--lg {
    font-size: 28px;
}

.card-table {
    font-size: 15px;
}

.card-table a:hover {
    text-decoration: underline;
}

.card-table table {
    width: 100%;
    min-width: 500px;
    text-align: left;
}

.card-table thead th {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 12px;
}

.card-table tbody td,
.card-table tbody th,
.card-table tfoot td,
.card-table tfoot th {
    padding: 12px;
}

.card-table tfoot td,
.card-table tfoot th {
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-table tbody + tbody tr td,
.card-table tbody + tbody tr th,
.card-table tbody + tfoot tr td,
.card-table tbody + tfoot tr th,
.card-table tbody tr + tr td,
.card-table tbody tr + tr th {
    border-top: 1px solid #ebebeb;
}

.card-table tbody tr:hover > *,
.card-table tfoot tr:hover > * {
    background-color: #f7f7f7;
}

.card-table td:first-child,
.card-table th:first-child {
    padding-left: 2rem;
}

.card-table td:last-child,
.card-table th:last-child {
    padding-right: 2rem;
}

.card-table .card-table__body--merge-rows td,
.card-table .card-table__body--merge-rows th {
    padding-top: 3px;
    padding-bottom: 3px;
}

.card-table .card-table__body--merge-rows tr:first-child td,
.card-table .card-table__body--merge-rows tr:first-child th {
    padding-top: 12px;
}

.card-table .card-table__body--merge-rows tr:last-child td,
.card-table .card-table__body--merge-rows tr:last-child th {
    padding-bottom: 12px;
}

.card-table .card-table__body--merge-rows tr + tr td,
.card-table .card-table__body--merge-rows tr + tr th {
    border-top: none;
}

@media (min-width: breakpoint(md-start)) and (max-width: breakpoint(md-end)) {
    .card-table {
        font-size: 14px;
    }

    .card-table td:first-child,
    .card-table th:first-child {
        padding-left: 1.5rem;
    }

    .card-table td:last-child,
    .card-table th:last-child {
        padding-right: 1.5rem;
    }
}

@media (max-width: breakpoint(sm-end)) {
    .card-table {
        font-size: 14px;
    }

    .card-table td:first-child,
    .card-table th:first-child {
        padding-left: 1.375rem;
    }

    .card-table td:last-child,
    .card-table th:last-child {
        padding-right: 1.375rem;
    }
}

#menu-6 {
    position: relative;
    padding: 0px 0 40px;
    background-color: #f8f9fa;
}

.extra-icon1 {
    position: absolute;
    right: 0;
    top: 67px;
    /* width: 10vw; */
}

.extra-icon1 img {
    width: 93px;
}

.extra-icon2 {
    position: absolute;
    left: -5%;
    bottom: 1%;
    width: 10vw;
}

.extra-icon2 img {
    width: 100%;
}

#footer-3 {
    position: relative;
}

.extra-icon3 {
    position: absolute;
    right: 0;
    top: 0;
}

.extra-icon4 {
    position: absolute;
    left: -5%;
    bottom: -20%;
}

#about-3 {
    position: relative;
}

.extra-icon5 {
    position: absolute;
    right: 0;
    top: 0;
}

.extra-icon6 {
    position: absolute;
    left: -5%;
    bottom: 0%;
}

#contacts-5 {
    position: relative;
}

.extra-icon7 {
    position: absolute;
    right: 0;
    top: 0;
}

.extra-icon8 {
    position: relative;
}

.extra-icon8 {
    position: absolute;
    left: 0;
    top: 50%;
}

.menu-6-txt .deal {
    display: block;
    line-height: 16px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
}

.menu-6-txt .coffee-color {
    font-size: 15px;
}

.modal .modal-dialog {
    top: 2%;
    max-width: 1536px;
}

.modal .modal-body {
    padding: 0;
    flex: none;
}

.modal .modal-body .row {
    padding: 0;
    margin: 0;
    position: relative;
}

.modal .modal-body .row .col-lg-6 {
    padding: 0;
    position: static;
}

.modal .modal-body .image {
    width: 100%;
    height: 100%;
}

.modal .modal-body .image img {
    width: 100%;
    height: 100%;
}

.modal .content {
    height: 100%;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    position: relative;
}

.modal .content form {
    width: 100%;
    max-height: 690px;
    overflow-y: auto;
}

.modal .content .row .col-lg-12 {
    padding: 0;
}

.modal .content .btn {
    color: #ffffff;
    background: red;
    width: fit-content;
}

.modal .content .cross {
    position: absolute;
    top: -3%;
    right: -2%;
    cursor: pointer;
}

.modal .content .cross img {
    width: 30px;
}

.modal .content form .size-area h3 {
    background-color: #e9ecef;
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 7px;
    cursor: pointer;
}

.modal .content form .size-area h3 .required {
    display: inline-block;
    margin-left: 20px;
    background: #ff0000;
    color: #fff;
    padding: 4px 20px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 6px;
}

.modal .content form .size-area .input-area {
    padding: 16px 0 20px 30px;
    display: none;
}

.modal .content form .size-area .input-area .input {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    align-items: flex-start;
}

.modal .content form .size-area .input-area .input label {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.modal .content form .size-area .input-area .input input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#menu-6 .owl-nav .owl-prev {
    position: absolute;
    top: 54%;
    left: 3%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all ease-in-out 0.2s;
}

#menu-6 .owl-nav .owl-prev i {
    color: #000;
}

#menu-6 .owl-theme .owl-nav .owl-prev:hover i {
    color: #e3000e;
}

#menu-6 .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    text-decoration: none;
}

#menu-6 .owl-nav {
    margin: 0;
    padding: 0;
}

#menu-6 .owl-nav button span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-family: none;
}

#menu-6 .owl-nav .owl-next {
    position: absolute;
    top: 53%;
    right: 3%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all ease-in-out 0.2s;
}

#menu-6 .owl-nav .owl-next i {
    color: #000;
}

#menu-6 .owl-nav .owl-next:hover i {
    color: #e3000e;
}

#menu-6 .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.hero-section .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all ease-in-out 0.2s;
    background-color: #e3000e !important;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.hero-section .owl-nav .owl-prev i {
    color: #000;
}

.hero-section .owl-theme .owl-nav .owl-prev:hover i {
    color: #ffffff;
}

.hero-section .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    text-decoration: none;
}

.hero-section .owl-nav {
    margin: 0;
    padding: 0;
}

.hero-section .owl-nav button span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-family: none;
}

.hero-section .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all ease-in-out 0.2s;
    background-color: #e3000e !important;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .owl-nav .owl-next i {
    color: #000;
}

.hero-section .owl-nav .owl-next:hover i {
    color: #ffffff;
}

.modal .content form .size-area .input-area.slidetoggle-area.first {
    display: block;
}

.header .location {
    display: flex;
    align-items: center;
    text-align: start;
    gap: 10px;
    cursor: pointer;
}

.header .location img {
    width: 40px;
}

.header .location h3 {
    font-size: 18px;
    margin: 0;
}

.header .location p {
    margin: 0;
}

#exampleModal3 .modal-dialog {
    top: 21%;
    max-width: 550px;
}

#exampleModal3 .content {
    align-items: center;
    padding: 10px 0;
}

#exampleModal3 .content .logo p {
    font-weight: 600;
}

#exampleModal3 .content .location-btn a.active {
    background-color: #ff0000;
    color: #fff;
}

#exampleModal3 .content .location-btn a {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 12px;
}

#exampleModal3 .content .location-btn {
    margin: 15px 0 20px;
}

#exampleModal3 .content p {
    font-weight: 600;
}

#exampleModal3 .content form .location-input {
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 15px;
    border: 1px solid #dadada;
}

#exampleModal3 .content form .btn {
    color: #fff;
    width: 100%;
}

.popup-total-price {
    position: absolute;
    bottom: 2%;
    left: 2%;
    background: #ff0000;
    color: #fff;
    /* padding: 8px 20px; */
    /* margin: 0; */
    /* line-height: normal; */
    /* font-weight: 600; */
}

.popup-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 99%;
}

.popup-bottom .item-count input[type="number"]::-webkit-inner-spin-button,
.popup-bottom .item-count input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.popup-bottom .item-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 0px;
    gap: 5px;
    height: 42px;
}

.popup-bottom .item-count input {
    width: 58px;
    text-align: center;
    padding: 0px 1px;
    border: 1px solid #dadada;
    background: transparent;
    height: 100%;
}

.popup-bottom .item-count button {
    padding: 0px 18px;
    border: 1px solid #dadada;
    background: #ff0000;
    color: #fff;
    font-size: 22px;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .modal .modal-dialog {
        top: 2%;
        max-width: 1310px;
    }

    .popup-bottom {
        width: 100%;
        gap: 0;
    }
}

@media only screen and (max-width: 500px) {
    .hero-section {
        padding: 0 !important;
    }

    .hero-section .owl-nav .owl-prev {
        left: 8%;
    }

    .menu-6-item .add-to-cart {
        float: right;
        padding: 9px 10px;
    }

    .menu-6-item .add-to-cart a {
        font-size: 12px;
    }

    .menu-5-item,
    .menu-6-item {
        padding-right: 0;
    }

    .header .location p {
        margin: 0;
        font-size: 8px;
    }

    .header .location {
        position: absolute;
        top: 26%;
        left: 35%;
        z-index: 9;
    }

    .modal .modal-dialog {
        top: 5%;
        max-width: 1310px;
    }

    .modal .modal-body .image img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .popup-total-price {
        bottom: 1.5%;
        font-size: 10px;
        padding: 10px 20px;
    }

    .modal .content .cross {
        top: -3%;
    }

    .modal .content {
        position: initial;
    }

    .modal .modal-dialog {
        top: 5%;
        max-width: 400px;
        z-index: 999999;
    }

    .modal .content .btn {
        padding: 12px 12px;
        font-size: 9px;
    }

    .popup-bottom .item-count {
        width: 50%;
        height: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .modal .content .btn {
        padding: 10px 10px;
    }

    .popup-total-price {
        font-size: 12px;
    }
}

.show {
    display: block;
}

.hide {
    display: none;
}

.flavour-columns {
    display: flex;
    flex-wrap: wrap;
}

.flavour-columns.two-columns {
    flex-direction: row; /* Ensure items align side by side */
}

.flavour-columns .input {
    width: 50%; /* Adjust the width to create two columns */
    box-sizing: border-box; /* Ensures padding and borders are included in the width */
}

button.btn {
    background: black;
}

.pizza {
    height: 150px;
    position: relative;
    width: 150px;
    z-index: 10;
}
.pizza_piece {
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 1.4s;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.pizza_inner {
    border-radius: 50%;
    grid-column: 1/3;
    grid-row: 1/3;
    margin: 0 auto;
}
.pizza_crust {
    border: 13px solid #ff9439;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.pizza_sause {
    border: calc(150px / 2 - 10px) solid #ff000e;
    height: 1px;
    width: 1px;
}
.pizza_cheeze {
    border: calc(150px / 2 - 15px) solid #efde81;
    height: 1px;
    width: 1px;
}
.pizza_filling {
    background-image: radial-gradient(
        circle at center,
        red 0,
        red 6px,
        transparent 6px,
        transparent 100%
    );
    background-repeat: repeat;
    background-position: left center;
    background-size: 18px 18px;
    border-radius: 100%;
    height: calc(100% - 20px);
    margin: 0;
    overflow: hidden;
    transform: rotate(45deg);
    width: calc(100% - 20px);
}
.pizza_piece:first-child {
    animation-name: top-piece;
}
.pizza_piece:nth-child(2) {
    animation-name: right-piece;
}
.pizza_piece:nth-child(3) {
    animation-name: bottom-piece;
}
.pizza_piece:nth-child(4) {
    animation-name: left-piece;
}
.pizza_piece:first-child .pizza_inner {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.pizza_piece:nth-child(2) .pizza_inner {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.pizza_piece:nth-child(3) .pizza_inner {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.pizza_piece:nth-child(4) .pizza_inner {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}
.pizza_piece:first-child .pizza_filling {
    align-self: flex-end;
    grid-column: 1/2;
    grid-row: 1/2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: auto;
    transform-origin: right bottom;
}
.pizza_piece:nth-child(2) .pizza_filling {
    align-self: flex-end;
    grid-column: 2/3;
    grid-row: 1/2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-right: auto;
    transform-origin: left bottom;
}
.pizza_piece:nth-child(3) .pizza_filling {
    align-self: flex-start;
    grid-column: 2/3;
    grid-row: 2/3;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: auto;
    transform-origin: left top;
}
.pizza_piece:nth-child(4) .pizza_filling {
    align-self: flex-start;
    grid-column: 1/2;
    grid-row: 2/3;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: auto;
    transform-origin: right top;
}

@keyframes top-piece {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-10px);
    }
    40% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes right-piece {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateY(0);
    }
    40% {
        transform: translateX(10px);
    }
    60% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes bottom-piece {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(10px);
    }
    80% {
        transform: translateX(0);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes left-piece {
    0% {
        transform: translateX(0);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 500px) {
    #loader {
        display: block;
        position: relative;
        left: 26%;
        top: 46%;
        transform: translateY(-50%);
    }

    .cart-item {
        display: block !important;
    }

    .modal .content form .size-area .input-area {
        padding: 16px 0 10px 0px;
    }
    .modal .content form .size-area .input-area .input label {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .modal .content form .size-area h3 {
        padding: 10px 16px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .modal .content form .size-area h3 .required {
        padding: 4px 12px;
        font-size: 12px;
        float: right;
        margin-top: -3px;
    }
    .table > :not(caption) > * > * {
        padding: 0.5rem 0;
    }
    .item-info {
        gap: 13px;
        align-items: center !important;
    }
    .item-count {
        gap: 5px !important;
        margin-left: 14px;
    }
    .price,
    .total {
        font-size: 15px !important;
    }
    .remove {
        position: relative;
        right: 27px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
    }
    .t-head .item-info {
        display: none !important;
    }
}

#cartModal .modal-dialog {
    top: 28%;
    max-width: 610px;
}

#cartModal .content {
    align-items: center;
    padding: 30px 10px;
}

.sidebar-cart {
    position: absolute;
    height: 100%;
    width: 24vw;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999999999999;
    border-radius: 16px 0 0 16px;
    padding: 20px 10px;
}

.sidebar-cart .top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}

.sidebar-cart .top-bar p {
    margin: 0;
    font-weight: 400;
}

.sidebar-cart .top-bar p a {
    color: red;
    text-decoration: underline;
    font-weight: 600;
}

.sidebar-cart .selected-product {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.sidebar-cart .selected-product .img {
    flex: 0 0 20%;
    height: 80px;
}

.sidebar-cart .selected-product .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-cart .selected-product .product-detail {
    flex: 0 0 80%;
}

.sidebar-cart .selected-product .product-detail h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.sidebar-cart .selected-product .product-detail p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.sidebar-cart .selected-product .product-detail b {
    font-weight: 500;
    font-size: 12px;
}

.sidebar-cart
    .selected-product
    .product-detail
    .item-count
    input[type="number"]::-webkit-inner-spin-button,
.sidebar-cart
    .selected-product
    .product-detail
    .item-count
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sidebar-cart .selected-product .product-detail .item-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 0px;
    gap: 5px;
    height: 29px;
}

.sidebar-cart .selected-product .product-detail .item-count input {
    width: 31px;
    text-align: center;
    padding: 0px 10px;
    border: 1px solid #dadada;
    background: transparent;
    height: 100%;
    border-radius: 7px;
    font-size: 11px;
}

.sidebar-cart .selected-product .product-detail .item-count button {
    padding: 0 10px;
    border: 1px solid #dadada;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.sidebar-cart .selected-product .product-detail .product-price-area {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 20px 0 0;
}

.sidebar-cart
    .selected-product
    .product-detail
    .product-price-area
    .price-remove {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.sidebar-cart
    .selected-product
    .product-detail
    .product-price-area
    .price-remove
    .price {
    font-weight: 600;
}

.sidebar-cart
    .selected-product
    .product-detail
    .product-price-area
    .price-remove
    img {
    width: 30px;
}

.sidebar-cart .popular-items .popular-items-top-bar {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar-cart .popular-items .popular-items-top-bar h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.sidebar-cart .popular-items .row {
    margin: 0;
    position: initial;
    margin-top: 30px;
    --bs-gutter-x: 0;
}

.sidebar-cart .popular-items .content {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 13px;
    margin-bottom: 30px;
}

.sidebar-cart .popular-items .content .img {
    flex: 0 0 35%;
    height: 90px;
}

.sidebar-cart .popular-items .content .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sidebar-cart .popular-items .content .text {
    height: 100%;
}

.sidebar-cart .popular-items .content .text .name {
    margin-bottom: 10px;
}

.sidebar-cart .popular-items .content .text .name h5 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

.sidebar-cart .popular-items .content .text .name p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.sidebar-cart .popular-items .content .text .price {
    background: #000;
    color: #fff;
    padding: 6px 7px;
    font-size: 12px;
    border-radius: 10px;
}

.sidebar-cart .owl-nav .owl-prev {
    position: absolute;
    top: 10%;
    right: 14%;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}

.sidebar-cart .owl-nav .owl-prev i {
    color: #000000;
    font-size: 25px;
}

.sidebar-cart .owl-theme .owl-nav .owl-prev:hover {
    color: #ff0000;
    text-decoration: none;
}

.sidebar-cart .owl-theme .owl-nav .owl-next:hover {
    color: #ff0000;
    text-decoration: none;
}

.sidebar-cart .owl-nav button span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-family: none;
}

.sidebar-cart .owl-nav .owl-next {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
    margin: 0 !important;
}

.sidebar-cart .owl-nav .owl-next i {
    color: #000000;
    font-size: 25px;
}

.sidebar-cart .popular-items {
    position: relative;
}

.sidebar-cart .owl-nav {
    margin: 0;
}

.sidebar-cart .sidebar-bottom-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #dadada;
    padding: 20px 30px 20px 20px;
    background: #fff;
}

.sidebar-cart .sidebar-bottom-area .total-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.sidebar-cart .sidebar-bottom-area p {
    margin: 0;
    font-size: 16px;
}

.sidebar-cart .sidebar-bottom-area .grand-total p {
    font-weight: 600;
    font-size: 18px;
}

.sidebar-cart .sidebar-bottom-area .btn {
    width: 100%;
}

.bg-overlay-sidebar {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: #000000c2;
    position: fixed;
    top: 0;
    left: 200%;
    z-index: 999999999;
    transition: all ease 0.5s;
}

.bg-overlay-sidebar.active {
    left: 0%;
}

.bg-overlay-sidebar .slider-close {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.checkout-sec {
    background-color: #f8f9fa;
    padding: 180px 0;
}

.checkout-sec .container-fluid {
    padding: 0 200px;
}

.checkout-sec .checkout-area {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.checkout-sec .checkout-area .bread-crumb p {
    margin: 0;
    margin-bottom: 15px;
}

.checkout-sec .checkout-area .bread-crumb p a {
    color: #000;
}

.checkout-sec .checkout-area .bread-crumb p span {
    color: red;
}

.checkout-sec .checkout-area .bread-crumb p i {
    font-size: 12px;
    margin: 0 10px;
}

.checkout-sec .checkout-area .form-row .row {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-top: 10px;
    margin: 0;
    --bs-gutter-x: 0;
    margin-bottom: 30px;
}

.checkout-sec .checkout-area form .input-area label {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.checkout-sec .checkout-area form .input-area input {
    border: 2px solid #dadada;
    padding: 0px 12px;
    height: 40px;
    width: 100%;
    margin-bottom: 14px;
}

.checkout-sec .checkout-area form .input-area input::placeholder {
    font-size: 14px;
}

.checkout-sec .checkout-area form .input-area input::-webkit-outer-spin-button,
.checkout-sec .checkout-area form .input-area input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout-sec .checkout-area form .input-area textarea {
    border: 2px solid #dadada;
    padding: 0px 12px;
    width: 100%;
    margin-bottom: 14px;
    height: 110px;
}

.checkout-sec .checkout-area form .input-area .input-btn {
    display: flex;
    gap: 10px;
}

.checkout-sec .checkout-area form .input-area .input-btn a {
    font-size: 14px;
}

.checkout-sec .checkout-area form .input-area .input-btn a img {
    width: 20px;
}

.checkout-sec .checkout-area form .input-area .input-btn a.active {
    background-color: transparent;
    color: #000 !important;
}

.checkout-sec .top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}

.checkout-sec .top-bar p {
    margin: 0;
}

.checkout-sec .top-bar p a {
    color: red;
    text-decoration: underline;
    font-weight: 600;
}

.checkout-sec .selected-product {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.checkout-sec .selected-product .img {
    flex: 0 0 20%;
    height: auto;
}

.checkout-sec .selected-product .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.checkout-sec .selected-product .product-detail {
    flex: 0 0 80%;
}

.checkout-sec .selected-product .product-detail h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.checkout-sec .selected-product .product-detail p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.checkout-sec .selected-product .product-detail b {
    font-weight: 500;
}

.checkout-sec
    .selected-product
    .product-detail
    .item-count
    input[type="number"]::-webkit-inner-spin-button,
.checkout-sec
    .selected-product
    .product-detail
    .item-count
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout-sec .selected-product .product-detail .item-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 0px;
    gap: 5px;
    height: 29px;
}

.checkout-sec .selected-product .product-detail .item-count input {
    width: 31px;
    text-align: center;
    padding: 0px 10px;
    border: 1px solid #dadada;
    background: transparent;
    height: 100%;
    border-radius: 7px;
    font-size: 11px;
}

.checkout-sec .selected-product .product-detail .item-count button {
    padding: 0 10px;
    border: 1px solid #dadada;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.product-price-area .item-count .counter-value{
    width: 50px !important;
}
.item-count button {
    padding: 0 10px;
    border: 1px solid #dadada;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.checkout-sec .selected-product .product-detail .product-price-area {
    /* margin-top: 30px; */
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 20px 0 0;
}

.checkout-sec
    .selected-product
    .product-detail
    .product-price-area
    .price-remove {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.checkout-sec
    .selected-product
    .product-detail
    .product-price-area
    .price-remove
    .price {
    font-weight: 600;
}

.checkout-sec
    .selected-product
    .product-detail
    .product-price-area
    .price-remove
    img {
    width: 25px;
}

.checkout-sec .popular-items .popular-items-top-bar {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.checkout-sec .popular-items .popular-items-top-bar h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.checkout-sec .popular-items .row {
    margin: 0 !important;
    padding: 0 !important;
    position: initial;
    margin-top: 30px !important;
    --bs-gutter-x: 0;
    background: transparent;
}

.checkout-sec .popular-items .content {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 13px;
    margin-bottom: 30px;
}

.checkout-sec .popular-items .content .img {
    flex: 0 0 35%;
    height: 90px;
}

.checkout-sec .popular-items .content .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.checkout-sec .popular-items .content .text {
    height: 100%;
}

.checkout-sec .popular-items .content .text .name {
    margin-bottom: 10px;
}

.checkout-sec .popular-items .content .text .name h5 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

.checkout-sec .popular-items .content .text .name p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.checkout-sec .popular-items .content .text .price {
    background: #000;
    color: #fff;
    padding: 6px 7px;
    font-size: 12px;
    border-radius: 10px;
}

.checkout-sec .owl-nav .owl-prev {
    position: absolute;
    top: 10%;
    right: 14%;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}

.checkout-sec .owl-nav .owl-prev i {
    color: #000000;
    font-size: 25px;
}

.checkout-sec .owl-theme .owl-nav .owl-prev:hover {
    color: #ff0000;
    text-decoration: none;
}

.checkout-sec .owl-theme .owl-nav .owl-next:hover {
    color: #ff0000;
    text-decoration: none;
}

.checkout-sec .owl-nav button span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-family: none;
}

.checkout-sec .owl-nav .owl-next {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
    margin: 0 !important;
}

.checkout-sec .owl-nav .owl-next i {
    color: #000000;
    font-size: 25px;
}

.checkout-sec .popular-items {
    position: relative;
}

.checkout-sec .owl-nav {
    margin: 0;
}

.checkout-sec .sidebar-bottom-area {
    border-top: 1px solid #dadada;
    padding: 20px 30px 20px 20px;
}

.checkout-sec .sidebar-bottom-area .total-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.checkout-sec .sidebar-bottom-area p {
    margin: 0;
    font-size: 16px;
}

.checkout-sec .sidebar-bottom-area .grand-total p {
    font-weight: 600;
    font-size: 18px;
}

.checkout-sec .sidebar-bottom-area .btn {
    width: 100%;
}

.checkout-sec .checkout-sidebar-cart {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.mobile-bottom-cart-toggle-area {
    display: none;
}

.sidebar-cart .sidebar-item-detail-area {
    height: 720px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 1680px) {
    .checkout-sec .container-fluid {
        padding: 0 150px;
    }
}

@media only screen and (max-width: 1600px) {
    .sidebar-cart {
        width: 30vw;
    }

    .checkout-sec .container-fluid {
        padding: 0 120px;
    }
}

@media only screen and (max-width: 1440px) {
    .checkout-sec .container-fluid {
        padding: 0 100px;
    }

    .checkout-sec .popular-items .content .text .name h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    .sidebar-cart {
        width: 33vw;
    }

    .sidebar-cart .sidebar-item-detail-area {
        overflow-x: hidden;
        overflow-y: auto;
        height: 550px;
    }
}

@media only screen and (max-width: 1280px) {
    .checkout-sec .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-bottom-cart-toggle-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #e3000e;
        z-index: 9;
        display: block;
    }
    .sidebar-cart .selected-product .product-detail .product-price-area {
        margin-top: 0px;
    }
    .mobile-bottom-cart-toggle-area .mobile-item-area {
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .sidebar-bottom-area .total {
        position: inherit;
    }
    .checkout-sec .selected-product .product-detail {
        position: relative;
    }
    .sidebar-cart .selected-product .img img {
        width: 67px;
        height: 100px;
        object-fit: cover;
    }
    .mobile-bottom-cart-toggle-area .mobile-item-area span {
        line-height: 0;
        font-size: 12px;
    }

    .mobile-bottom-cart-toggle-area .mobile-item-area p {
        margin: 0;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-bottom-cart-toggle-area .mobile-item-area a {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
    }

    .mobile-bottom-cart-toggle-area .mobile-item-area a img {
        width: 26px;
        filter: invert(1);
        margin-left: 10px;
    }

    .sidebar-cart {
        width: 100%;
        bottom: 0;
        height: 85vh;
        top: initial;
        border-radius: 0;
    }

    .sidebar-cart .sidebar-item-detail-area {
        height: 420px;
    }

    .bg-overlay-sidebar {
        height: 100vh;
        position: fixed;
        top: initial;
        bottom: 0;
    }

    .sidebar-cart .sidebar-bottom-area {
        background: #fff;
        position: fixed;
        bottom: 0;
    }

    .checkout-sec {
        padding: 30px 0;
    }

    .checkout-sec .container-fluid {
        padding: 0 10px;
    }

    .checkout-sec .checkout-area {
        padding: 10px 10px;
    }

    .checkout-sec .checkout-area .form-row .row .col-lg-12,
    .checkout-sec .checkout-area .form-row .row .col-lg-4 {
        padding: 0;
    }

    .checkout-sec .checkout-area form .input-area .input-btn a {
        font-size: 11px;
        padding: 14px 12px;
    }

    .navik-menu ul.top-list {
        margin-top: 0px;
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        background: #fff;
        transform: translate(-50%, 0%);
        width: 100vw;
    }

    .header .location {
        position: initial;
        top: 26%;
        left: 35%;
        z-index: 9;
        width: fit-content;
    }

    .navik-menu {
        text-align: center;
        display: flex;
    }

    .burger-menu.menu-open {
        -webkit-transform: none;
        transform: none;
    }
}

.modal {
    animation-name: amide-custom-modal;
    animation-duration: 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes amide-custom-modal {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.cart-count {
    position: absolute;
    top: -16px;
    left: 20px;
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(239, 55, 6);
    color: rgb(255, 255, 255);
    border: 1px solid;
    border-radius: 8px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
#menu-6 .item-count {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}





.owl-item .item-count{
    margin-top: 10px;
    display: flex;
}

.owl-item .item-count .counter-decrement{
    height: 30px;
    border-radius: 5px;
}

.owl-item .item-count .counter-value{
    width: 50px;
    text-align: center;
}

.owl-item .item-count .counter-increment{
    height: 30px;
    border-radius: 5px;
}

#menu-6 .item-count input[type="text"] {
    flex: 0 0 31%;
    width: 100%;
    background-color: #e1e1e1;
    text-align: center;
    border: none;
}

#menu-6 .item-count button {
    padding: 6px 12px;
    border-radius: 6px;
}

.cart-spinner {
    background: transparent;
    padding: 2px;
    margin-top: -3px;
}

.checkout-sec .selected-product .product-detail .item-count {
    display: flex;
    justify-content: start;
}

.checkout-sec .selected-product .img img {
    height: 115px;
}

.checkout-sec .selected-product .product-detail h3 {
    margin-bottom: 0;
}

body.modal-open .maindiv {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.popup-bottom .popup-total-price {
    position: inherit;
}

.foo-socials a:hover {
    background-color: #fff;
    color: #e3000ef2;
    border: 1px solid #e3000ef2;
}

@media (min-width: 1200px) {
    .container.container-custom {
        max-width: 1240px;
    }
}

.head-first {
    display: flex;
    gap: 25px;
}

div#hero-8 {
    margin-top: 95px;
}

@media only screen and (max-width: 500px) {
    .modal .content form {
        max-height: 420px;
        overflow-y: auto;
    }
}

.row {
    margin-right: 0;
    margin-left: 0;
}