/*Main Css */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #ff5e14;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(circle at 50% 0, #365368, #1e2f40 97%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    margin: 0;
    line-height: normal;
}
/*popup*/
.popup{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 500px;
    z-index: 1;
}
.pop-inner{
    background-color: #930505;
    width: 100%;
    height: 550px;
    padding: 35px;
    border-radius: 10px;
}
.closePop{
    position: absolute;
    top: -12px;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
span {
    display: inline-block;
}
/* faqs accordian */
ul.accordion-list{position:relative;display:block;width:100%;height:auto;padding:20px;margin:0;list-style:none;}
ul.accordion-list  li {position:relative;display:block;width:100%;height:auto;padding: 14px 20px;margin: 0 auto 0px;border-radius:5px;cursor:pointer;}
ul.accordion-list li.active h3:after{content:"\f068";}
ul.accordion-list li h3{font-weight: 700!important;position:relative;display:block;width:100%;height:auto;padding: 0 0 0 21px;margin: 0!important;font-size: 15px!important;letter-spacing:.01em;cursor:pointer;color: #0386e9!important;}
ul.accordion-list li h3:after{content:"\f067";font-family: FontAwesome;position:absolute;right:0; left: 0; color: #000; transition:all .3s ease-in-out; font-size: 15px;font-weight: 100;}
ul.accordion-list li div.answer {position:relative; display:block; width:100%; height:auto; margin:0; padding:0; cursor:pointer}
ul.accordion-list li div.answer p{position:relative;display:block;padding:10px 0 0;cursor:pointer;line-height:150%;margin:0 0 15px;font-size:14px;font-weight: 700;}
ul.accordion-list li.active .answer {
    display: block !important;
}

/* slider arrows */

.srv-slider .arr-left ,.srv-slider .arr-right{position: absolute;top: 30%; left:-0%;width: 35px;height: 35px;background-color: #000;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 20px;font-weight: 400;color: #fff;z-index: 1;cursor: pointer;transition: 0.3s ease-in-out;}
.srv-slider .arr-right{left:auto; right:0%;}
.srv-slider .arr-left:hover,.srv-slider .arr-right:hover{background-color: #73bd44;}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Roboto";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

.ovr-hiddn {
    overflow: hidden;
}
/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
    position: relative;
    bottom: 0;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
    height: auto;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}
.slick-dots li.slick-active button:before {
    display: none;
}
.slick-dots li button:before {
    display: none;
}
/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}

/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #273c4d;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

.menu li a {
    display: block;
    font-size: 14px;
    color: #273c4d;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.5;
}

.menu li:hover a,
.menu li.active a {
    color: #d50a04;
}

/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #eee;
    padding: 125px 0 50px;
}
p{
    margin: 0;
}
.ban-cont h1 {
    font-size: 74px;
    font-weight: bold;
    line-height: 1.03;
    color: #273c4d;
    margin-bottom: 10px;
}

.ban-cont h1 span {
    font-weight: normal;
    color: #d50a04;
    font-family: 'Great Vibes', cursive;
    display: block;
}

.ban-cont p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #273c4d;
    margin-bottom: 48px;
    width: 512px;
    max-width: 100%;
}

ul.order-hdr li {
    display: inline-block;
    vertical-align: middle;
}

a.theme-btn {
    padding: 20px 42px 17px;
    border-radius: 5px;
    background-color: #d50a04;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    border: 1px solid transparent;
}

ul.order-hdr {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a.cart-btn {
    position: relative;
    color: #273c4d;
}

a.cart-btn span {
    position: absolute;
    top: -20px;
    right: -14px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #d50a04;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

a.search-btn {
    color: #273c4d;
}
.ban-Btns a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #273c4d;
    padding: 12px;
    border-bottom: solid 5px #d50a04;
}

.ban-Btns a+a {
    margin-left: 50px;
}
.cart-option strong {
    font-size: 96px;
    font-weight: 800;
    display: block;
    line-height: 0.77;
    color: #273c4d;
    margin-bottom: 30px;
}

.cart-option a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #273c4d;
    border-bottom: solid 5px rgba(39, 60, 77, 0.5);
    padding: 14px;
}

.cart-option a i {
    line-height: 1;
    color: #d50a04;
    margin-right: 13px;
}

.cart-option {
    width: fit-content;
    text-align: center;
}
ul.social_banner {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

ul.social_banner li a {
    font-size: 30px;
    color: #273c4d;
}

ul.social_banner li:last-child {
    margin-bottom: 0;
}

ul.social_banner li {
    margin-bottom: 60px;
}

ul.social_banner li a:hover {
    transform: scale(1.2);
    color: #d50a04;
}

.head-h2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.27;
    color: #fff;
}
.head-h2 span{  color: #d50a04;}

section.s2-Explore-menu {
    padding: 70px 0 100px;
}
section.s2-Explore-menu a.theme-btn {
    padding: 20px 60px;
    text-transform: uppercase;
}
.s2-Explore-menu .head-h2 {
    margin-bottom: 100px;
}
.menu-box {
    position: relative;
    margin-bottom: 43px;
}

.menu-box .ovrly-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    padding: 10% 0 25px;
    transition: .3s linear;
    visibility: hidden;
    opacity: 0;
}

.menu-box .ovrly-txt a {
    font-size: 50px;
    font-weight: bold;
    line-height: 0.76;
    color: #fff;
    text-transform: uppercase;
}

.menu-box img {
    width: 100%;
}

.menu-box:hover .ovrly-txt ,.menu-box-show .ovrly-txt{
    opacity: 1;
    visibility: visible;
}
section.s3-dilvry-discunt {
    padding-bottom: 100px;
}

.dd-box {
    position: relative;
}

.dd-box .txt-overly {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.dd-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.51);
    width: 100%;
    height: 100%;
}

.dd-box .txt-overly h3 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.27;
    color: #fff;
    margin-bottom: 10px;
}

.dd-box .txt-overly p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: #faf9f9;
    width: 365px;
    max-width: 100%;
    margin-bottom: 20px;
}

.dd-box .txt-overly a {
    background-color: #fbb731;
    color: #1e2f40;
    padding: 20px 60px;
    line-height: 1.29;
    text-transform: uppercase;
}

.dd-box2 .txt-overly {
    text-align: end;
}

.dd-box2 .txt-overly h3 {
    font-size: 60px;
    font-weight: 900;
}

.food-box h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.27;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.food-box span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #979797;
    margin-bottom: 20px;
}

.food-box a {
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #d50a04;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.food-box a i {
    margin-right: 5px;
}

section.s4-our-food .head-h2 {
    margin-bottom: 38px;
}

.food-box {
    margin-bottom: 75px;
}

.food-box figure {
    overflow: hidden;
}

.food-box figure img {
    transition: .3s linear;
}

.food-box:hover figure img {
    transform: scale(1.2);
}

section.s4-our-food a.theme-btn {
    padding: 20px 60px;
    line-height: 1.29;
    font-weight: 800;
    text-transform: uppercase;
}

section.s4-our-food {
    padding-bottom: 114px;
}
footer {
    background-color: #eee;
    padding: 50px 0 30px;
}

.widget p {
    width: 215px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.71;
    color: #273c4d;
}

.widget h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.9;
    color: #273c4d;
    text-transform: uppercase;
    margin-bottom: 12px;
}

ul.ft-menu li {
    display: block;
    margin-bottom: 9px;
}

ul.ft-menu li a {
    font-size: 15px;
    line-height: 1.6;
    color: #273c4d;
}

.timings-cont span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #273c4d;
    margin-bottom: 2px;
}

.timings-cont strong {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: #273c4d;
    margin-bottom: 10px;
}

.widget a.cta-phone {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.9;
    color: #d50a04;
    margin-bottom: 15px;
}

.cta-ft span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #273c4d;
    margin-bottom: 2px;
}

.cta-ft strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: #273c4d;
    margin-bottom: 10px;
    display: block;
}

.cta-ft strong a {
    color: #273c4d;
}

.copyright {
    margin-top: 100px;
}

.copyright p {
    font-size: 15px;
    line-height: 1.6;
    color: #273c4d;
}

.widget {
    margin-top: 53px;
}
.ban-Btns a:hover {
    letter-spacing: 2px;
}

a.theme-btn:hover {
    border-color: #d50a04;
    background: transparent;
    color: #d50a04;
}

.food-box a:hover {
    border-color: #d50a04;
    background: transparent;
}

.dd-box .txt-overly a:hover {
    border-color: #fbb731;
    color: #fff;
}
ul.ft-menu li a:hover {
    color: #d50a04;
}

/* inner pages */

.innerBdy header {
    position: unset;
    background-color: #eee;
}

section.innerBanner {
    height: 600px;
    padding: 0;
}

ul.bread_crumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    color: #d50a04;
    position: relative;
    padding-right: 15px;
    text-transform: capitalize;
}

ul.bread_crumb li a {
    color: #dedede;
}

ul.bread_crumb li:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

ul.bread_crumb li:last-child:after {
    display: none;
}

.innerBanner .ban-cont h1 {
    font-size: 80px;
    color: #fff;
    margin: 10px 0 0;
    line-height: normal;
}

.innerBdy ul.social_banner li a {
    color: #fff;
}

.innerBdy ul.social_banner li {
    margin-bottom: 30px;
}
.abts1-cont p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #d0d0d0;
    width: 513px;
    max-width: 100%;
    margin: 38px 0 36px;
}

.abts1-cont p b {
    display: block;
    margin-top: 27px;
    font-weight: bold;
}

.abt-icons {
    display: flex;
    align-items: center;
}

.abt-icons h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    width: 140px;
    max-width: 100%;
    margin-left: 30px;
}

.i-rw-main {
    margin-bottom: 50px;
}

.abts1-cont .theme-btn {
    padding: 20px 60px;
    line-height: 1.29;
}

.abts1-cont {
    padding-left: 30px;
}
section.abt-s1 {
    padding: 96px 0 120px;
}
section.abt-s3 .head-h2 {
    margin-bottom: 50px;
}

.txt-abt-s3 h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    color: #faf9f9;
    margin-bottom: 5px;
}

.txt-abt-s3 p {
    font-size: 15px;
    line-height: 1.6;
    color: #dedede;
}

.txt-abt-s3 {
    margin-bottom: 40px;
}

.txt-abt-s3:last-child {
    margin-bottom: 0;
}

.abt-details3 {
    padding: 195px 0 160px 80px;
    background-color: #d50a04;
}

.abt-details3 h3 {font-size: 30px;font-weight: bold;line-height: 1.27;color: #faf9f9;margin-bottom: 5px;}

.abt-details3 p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    width: 280px;
    max-width: 100%;
    margin-bottom: 20px;
}

section.abt-s3 {
    background: url(../images/abt-s3-bg.jpg) center / contain no-repeat;
    margin-bottom: 120px;
}
a.photo-bx {
    width: 100%;
    margin-bottom: 14px;
}

section.abt-s2 {
    padding-bottom: 120px;
}

section.abt-s2 .head-h2 {
    margin-bottom: 20px;
}
section.abt-s4 {
    padding-left: 15%;
    padding-bottom: 100px;
}
.txt-s4 p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin: 30px 0 40px;
    width: 352px;
    max-width: 100%;
}

.clnt-box {
    border-left: 6px solid #d50a04;
    padding: 30px 0 30px 20px;
}

.clnt-box p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 25px;
}

.clnt-box strong {
    display: block;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.client-reviws .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #d50a04 !important;
}

.client-reviws .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
}
.top-special {
    position: relative;
}

.top-special .txt-ovrly {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 1;
}

.top-special:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.top-special .txt-ovrly span {
    padding: 5px 10px;
    border-radius: 14px;
    background-color: #f37335;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.top-special .txt-ovrly h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.27;
    color: #fff;
    margin-bottom: 10px;
}

.top-special .txt-ovrly p {
    font-size: 15px;
    line-height: 1.6;
    color: #faf9f9;
    margin-bottom: 15px;
    width: 353px;
    max-width: 100%;
}

section.s1-menu {
    padding: 100px 0;
}

.top-special .txt-ovrly a.theme-btn {
    padding: 20px 60px;
    line-height: 1.29;
}

.top-special .txt-ovrly a.theme-btn:hover {
    color: #fff;
}

ul.tabs-menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.27;
    color: #fff;
    cursor: pointer;
}

ul.tabs-menu {
    margin: 42px 0 51px;
    text-transform: capitalize;
}

ul.tabs-menu li+li {
    margin-left: 40px;
}

ul.tabs-menu li.active {
    color: #d50a04;
}

section.s1-contact {
    padding: 100px 0;
}

.form-contact input,.form-contact textarea {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    padding: 18px;
    font-family: 'Raleway';
    margin-bottom: 23px;
}

.form-contact textarea {
    height: 176px;
    margin-bottom: 40px;
}

.form-contact input[type="submit"] {
    width: 180px;
    height: 58px;
    border-radius: 5px;
    box-shadow: 0 24px 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #d50a04;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    border: 0;
    display: block;
}

section.s1-contact .head-h2 {
    margin-bottom: 39px;
}

.cta-row {
    margin-top: 82px;
}

.main-cta {
    display: flex;
    align-items: flex-start;
}

.main-cta div:first-child {
    flex-shrink: 0;
    margin-right: 15px;
}

.main-cta span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2px;
}

.main-cta strong {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    display: block;
}

.main-cta strong a {
    color: #fff;
}

section.menu-detail-banner {
    padding: 180px 0 50px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section.menu-det-s1 {
    padding-bottom: 80px;
}
/* prod-det */
.md-content-main {
    padding-left: 40px;
}
.md-content-main h1 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 37px;
    line-height: normal;
}

.md-content-main .ratings {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.md-content-main .ratings .stars i {
    font-size: 15px;
    color: #d50a04;
}

.md-content-main .ratings .stars i:last-child {
    color: #979797;
}

.md-content-main .ratings .reviw {
    margin: 0 60px 0 10px;
    font-size: 15px;
    color: #979797;
}

.md-content-main .ratings .addreview a {
    font-size: 15px;
    color: #fff;
}

.pricing strong {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.27;
    color: #d50a04;
}

.pricing span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    color: #979797;
    padding-left: 10px;
    text-decoration: line-through;
}

.pricing {
    margin-bottom: 30px;
}

.md-content-main p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    width: 600px;
    max-width: 100%;
    margin-bottom: 30px;
}

.add-btns {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.count-inp {
    position: relative;
}

.count-inp input {
    width: 124px;
    height: 58px;
    border-radius: 29px;
    border: solid 1px #dedede;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #13212f;
    text-align: center;
    font-family: 'Raleway';
}

.count-inp button {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    font-family: 'Raleway';
    font-size: 24px;
    color: #979797;
}

.add-btns a {
    padding: 20px 50px;
    border-radius: 5px;
    background-color: #d50a04;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    color: #fff;
    text-transform: uppercase;
    margin-left: 20px;
}

.cat-menu span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cat-menu span strong {
    font-weight: bold;
    padding-left: 10px;
}
button.increment {
    right: 20px;
    left: auto;
}
ul.review-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    color: #979797;
    padding: 10px 40px;
    border-radius: 33px;
    border: solid 2px #979797;
    background-color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

ul.review-list li.active {
    border-color: #d50a04;
    color: #d50a04;
}

ul.review-list li+li {
    margin-left: 50px;
}

ul.review-list {
    margin-bottom: 40px;
}

.main-md2 p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.main-md2 .cat-menu {
    margin: 20px 0;
}


.main-md2 {
    margin-bottom: 90px;
}