.slider-header .item {
    height: 87vh;
    position: relative;
}

.slider-header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-header .item .cover .container {
    max-width: 1014px;
    width: 100%;
}

.slider-header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    text-align: center
}

.slider-header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: none;
    background: rgba(154, 19, 23, .8);
    /* -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); */
}

.slider-header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.slider-header .item .cover .header-content h1 {
    font-size: 40px;
    font-weight: 900;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.slider-header .item .cover .header-content h1:before,
.slider-header .item .cover .header-content h1:after {
    content: '';
    display: block;
    width: 15%;
    position: absolute;
    top: 45%;
    border-top: 1px solid white;
}

.slider-header .item .cover .header-content h1:after {
    right: 0
}

.slider-header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.slider-header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider-header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider-header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.slider-header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.slider-header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slider-header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider-header .owl-nav .owl-prev:focus {
    outline: 0;
}

.slider-header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.slider-header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slider-header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider-header .owl-nav .owl-next:focus {
    outline: 0;
}

.slider-header .owl-nav .owl-next:hover {
    background: #000 !important;
}

.slider-header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.slider-header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.btn-center {
    text-align: center;
    margin: 30px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

.center {
    width: 180px;
    height: 60px;
    position: absolute;
}

.btn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btn:hover {
    transition: 1s ease-in-out;
    background: rgba(154, 19, 23, .8);
}

.btn:hover svg {
    stroke-dashoffset: -480;
}

.btn span {
    color: white;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

footer {
    font-size: 13px;
    background: #404040;
    padding: 20px 0;
    clear: both;
}

.footer-content {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .footer-content .col-md-6 {
    width: 50%;
}

.footer-content .col-md-3 {
    width: 33%;
    float: left;
} */

.footer-text {
    text-align: center;
    padding: 37px 0 0 0;
    color: #fff;
}

.center-text {
    text-align: center;
    padding: 22px 0 0 0;
}

.pizza-time {
    font-size: 16px;
    background: white;
    clear: both;
    float: left;
    padding: 30px 30px;
    font-weight: bold;
    line-height: 30px;
}

.m-t-100 {
    margin-top: 100px;
}

.c-new {
    background-image: url(../images/banner/4.jpg);
}

.c14 {
    background-attachment: fixed;
}

div.menu_group,
div.menu_group span.name {
    color: #003399;
}

.menu_group h3.title {
    background: #0049dd url("/images/menu-title-50-percent.png") repeat-x scroll 0 100%;
    text-shadow: 1px 1px 2px #333333;
    border: 1px solid #6a8ce4;
    margin: 0;
}

.menu_group h3.title,
.menu_group h3.title a,
.menu_group h3.title a:visited {
    color: #fff;
}

div.menu_item_wrapper div.description {
    color: #555;
}

div.menu_item_wrapper div.description div.product-image {
    -webkit-box-shadow: 2px 2px 3px 0px #333;
    box-shadow: 2px 2px 3px 0px #333;
}

li.menu_item.uno {
    background: #dbeaff;
}

li.menu_item.dos {
    background: #edf5ff;
}

li.menu_item.uno.featured,
li.menu_item.dos.featured {
    background-color: #fff0c0;
}

div.menu_item_wrapper {
    background: #fff;
    border: 1px solid #6a8ce4;
    border-top: none;
}

li.menu_item {
    background: #edf5ff;
}

.menu_wrapper {
    margin: 0;
    padding: 0;
    clear: both;
}

div.menu-container div.col-1 {
    width: 730px;
    margin-right: 0;
}

div.menu-container div.col-2 {
    width: 250px;
}

div.menu_item_wrapper {
    padding: 0 0 3px 0;
    margin: 0;
}

div.menu_item_wrapper div.description {
    margin: 0 5px;
    padding: 5px;
}

div.menu_item_wrapper div.description.no-img {
    margin: 0;
}

div.menu_item_wrapper div.description span.name {
    font-size: 1.5em;
    margin-bottom: 5px;
}

div.menu_item_wrapper div.description.img {
    margin: 0;
}

div.menu_item_wrapper div.description.img div.fl {
    width: 280px;
}

div.menu_item_wrapper div.description.img.single div.fl {
    width: 200px;
}

div.menu_item_wrapper div.description.no-img.single div.fl {
    width: 75%;
}

div.menu_item_wrapper div.description.no-img div.fl {
    width: 100%;
}

div.menu_item_wrapper div.description p {
    margin-bottom: 5px;
}

div.menu_item_wrapper div.description div.product-image {
    max-width: 140px;
    max-height: 140px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    float: left;
}

div.menu_item_wrapper div.description span.name {
    display: block
}

div.menu_item_wrapper div.description span {
    display: inline
}

div.menu_item_wrapper div.description span.prices a {
    font-size: 1.5em;
}

#menu_groups_list {
    margin: 0;
    padding: 0;
    clear: both;
}

div.menu_group {
    margin: 0 10px 10px 0;
    padding: 0px;
    font-size: 13px;
}

.menu_group h3 {
    line-height: 1.5em;
    font-size: 1.75em;
}

.menu_group h3 a:hover {
    text-decoration: none;
}

.menu_group h3 a span {
    font-size: 1.4em;
    line-height: 0.8em;
}

.menu_group a {
    display: block;
    width: 100%;
}

.menu_group td {
    text-align: center;
}

.menu_group.list ul.items a,
.menu_group.list ul.items span.name {
    font-size: 1.5em;
    padding: 5px 5px 10px 5px;
}

ul.items {
    margin: 0;
    padding: 0;
}

li.menu_item {
    clear: both;
    list-style: none;
    padding: 5px;
}

li.menu_item span {
    display: block;
}

li.menu_item span.name {
    font-size: 1.2em;
    line-height: 1em;
}

div.menu_group.verbose li.menu_item div.prices,
div.menu_group.verbose li.menu_item span.price {
    font-size: 1.25em;
}

li.menu_item div.prices {
    padding: 5px 0 0 0;
}

li.menu_item a span.price_label {
    font-size: 0.9em;
    padding-bottom: 2px;
    display: block;
    clear: both;
}

li.menu_item span.topping-tag {
    font-weight: bold;
}

li.menu_item.grid span.name {
    width: 100%;
}

li.menu_item.col:hover {
    cursor: pointer
}

li.menu_item.col:hover a {
    text-decoration: underline;
}

li.menu_item.col span {
    line-height: 1em;
}

li.menu_item.col span.name {
    width: 74%;
    float: left;
}

li.menu_item.col span.price {
    float: right;
    width: 20%;
    text-align: right;
    font-size: 100%;
    font-style: normal;
    margin-right: 5px;
}

li.menu_item.col span.price a {
    padding: 2px;
}

div.cols {
    float: left;
    padding: 0;
}


/* 100 */

div.col_100_0 {
    width: 100%;
}


/* 50-50 */

div.col_50_0,
div.col_50_1,
div.col_50_2 {
    width: 50%;
    _width: 48%;
}


/* 35-65 */

div.col_35_0,
div.col_35_1 {
    width: 35%;
    _width: 33%;
}

div.col_65_0,
div.col_65_1 {
    width: 65%;
    _width: 63%;
}


/* 25-25-50 */

div.col_25_0,
div.col_25_1,
div.col_25_2,
div.col_25_3,
.col_25 {
    width: 25%;
    *width: 24%;
    font-size: 0.75em;
}


/* 33-33-33 */

div.col_33_0,
div.col_33_1,
div.col_33_2 {
    width: 33%;
    font-size: 0.85em;
    _width: 32%;
}

.menu_group h3.title {
    font-weight: bold;
    padding: 2px 0 2px 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menu_group a {
    text-decoration: none;
}

.menu_group a:hover {
    text-decoration: underline;
}

.menu_group a:hover span.price_label {
    text-decoration: none;
}

div.menu_item_wrapper {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.menu_item_wrapper div.product-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.items {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

li.menu_item span.name {
    font-weight: bold
}

li.menu_item a {
    font-weight: bold;
}

li.menu_item a span.price_label {
    font-weight: normal;
}

#cart_full {
    width: 250px;
    margin: 0 auto;
}

.selections {
    clear: both;
    text-align: left;
    font-size: 0.85em;
    margin: 0 10px 0 15px;
}

div.selections div.section {
    margin-right: 5px;
    font-style: italic;
    clear: both;
}

.cart_item div.fr {
    width: 55px;
}

div.selections .fl {
    width: 75%;
    text-align: left;
}

div.selections .fr {
    width: 35px;
    text-align: right;
}

div.selections .cb,
div.mini_cart_total .cb {
    display: none;
}

div.selections .fl span {
    font-size: 0.8em;
}

.tip {
    text-align: justify;
}

.tip a {
    color: #fff;
}

#mini_cart_items {
    background: transparent url('/images/cart-item-bg.jpg');
    overflow: hidden;
    min-height: 300px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: none;
}