body,
html {
    margin: 0px 0px 0px 0px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

p{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #282828;
}

.fs-1{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;   
}
.fs-1 a{
    color: #bf191d;
    text-decoration: none;
}

/* font-family: 'Poppins', sans-serif; */
/* font-family: 'Bebas Neue', cursive; */

.w-0 {
    width: 0px !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

h1.primary-heading {
    font: normal normal normal 133px/160px "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #141654;
    margin: 0px 0px 24px 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

h1.primary-heading span {
    color: #bf191d;
}

h2.secondary-heading {
    font: normal normal normal 60px/80px "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #141654;
    margin: 0px 0px 12px 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

h2.secondary-heading span {
    color: #bf191d;
}

#response .error {
    color: #bf191d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

#response .success {
    color: #0098f1;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.increment-control {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    border-radius: 16px;
    background-color: #ffffff;
    max-width: 85px;
    font-family: "Bebas Neue", cursive;
    font-size: 14px;
    width: 100%;
    padding: 4px;
}

.increment-control button {
    width: 21px;
    background-color: #bf191d;
    height: 21px;
    border-radius: 16px;
    border: 0px;
    outline: none;
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-cart {
    background-color: #bf191d;
    padding: 4px 18px;
    border-radius: 15px;
    border: 0px;
    outline: none;
    font-family: "Bebas Neue", cursive;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.btn {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.031);
    border: 1px solid rgba(112, 112, 112, 0.161);
    border-radius: 33px;
    background-color: #ffffff;
    padding: 6px 36px;
    font-family: "Bebas Neue", cursive;
    font-size: 24px;
    letter-spacing: 0px;
    color: #dcdcdc;
    cursor: pointer;
    margin: 0px 10px;
    transition: all 0.3s ease-in-out;
    outline: none;
    position: relative;
    z-index: 9;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}


button#SubmitPayment:disabled {
    background-color: #b4b4b4;
    color: #696969;
    transition: all 0.3s ease-in-out;
    cursor: not-allowed;
}

.btn-water.active,
.btn-water:hover {
    background-color: #141654;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn-meat.active,
.btn-meat:hover {
    background-color: #bf191d;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn-milk.active,
.btn-milk:hover {
    background-color: #0098f1;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#main-navigation {
    padding: 30px 0px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    transition: .3s all ease-in;
}

.bg-white{
    background: #fff;
}

body.no-hero #main-navigation {
    position: relative;
}

#main-navigation .nav-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-navigation .nav-content .logo {
    display: inline-block;
    max-width: 202px;
}

#main-navigation .nav-content .logo img {
    width: 100%;
}

body .fixed#main-navigation {
    padding: 10px 0;
}

body .fixed#main-navigation .nav-items .nav-item {
    font-size: 24px;
}

body .fixed#main-navigation .nav-content .logo {
    max-width: 150px;
}

.menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    position: relative;
    z-index: 999;
}

.menu-btn span {
    width: 30px;
    height: 3px;
    display: inline-block;
    background-color: #141654;
    transition: all 0.3s ease-in-out;
}

.menu-btn > span:nth-of-type(2) {
    background-color: #bf191d;
}

.menu-btn.active {
    position: relative;
    height: 30px;
    width: 30px;
    padding-top: 5px;
}

.menu-btn.active span:first-of-type {
    position: absolute;
    transform: rotate(45deg);
    margin-top: 5px;
    left: 0px;
    transition: all 0.3s ease-in-out;
}

.menu-btn.active > span:nth-of-type(2) {
    display: none;
}

.menu-btn.active span:last-of-type {
    position: absolute;
    transform: rotate(-45deg);
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
    left: 0px;
}

.nav-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-items .nav-item {
    font: normal normal normal 30px/36px "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #0098f1;
    margin: 0px 25px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    transition: border 0.3s ease-in-out;
}

.nav-items .nav-item:hover {
    color: #0098f1;
    border-bottom: 4px solid #343482;
    transition: border 0.3s ease-in-out;
}

.nav-items .nav-item.active {
    color: #0098f1;
    border-bottom: 4px solid #343482;
    transition: border 0.3s ease-in-out;
}

.nav-items .has_child {
    position: relative;
    display: inline-block;
}
.nav-items .has_child .nav-item:hover ,
.nav-items .has_child .nav-item:active {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.nav-items .has_child:hover  .menu-dropdown {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.nav-items .has_child  .menu-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 25px;
    background: #fff;
    padding: 0;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #ddd;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}
.nav-items .has_child .menu-dropdown a{
    letter-spacing: 0px;
    color: #0098f1;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    font-family: "Bebas Neue", cursive;
    font-size: 22px;
    font-weight: 300;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.nav-items .has_child .menu-dropdown a:hover{
    color: #fff;
    background-color: #0098f1;
    transition: all 0.3s ease-in-out;
}
.nav-items .shopping-cart {
    margin: 0px 0px 0px 25px;
    display: inline-block;
    position: relative;
    max-width: 27.5px;
}

.nav-items .shopping-cart svg {
    width: 100% !important;
    height: auto !important;
}

.nav-items .shopping-cart:before {
    content: attr(data-items);
    display: flex;
    position: absolute;
    font-size: 12px;
    font-family: "Bebas Neue", cursive;
    background-color: #0098f1;
    color: #ffffff;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    top: -10px;
    right: -10px;
}

#hero-section {
    /*background-image: url("../images/background.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    position: relative;
    /*display: inline-block;*/
    /*width: 100%;*/
    /*padding-top: 452px;*/
    /*padding-bottom: 272px;*/
}

/*#hero-section:before {*/
/*    content: "";*/
/*    background-image: url("../images/hero-overlay-top.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    width: 250px;*/
/*    height: 641px;*/
/*}*/
#hero-section::before {
    content: "";
    background: #ffffff;
    opacity: 1;
    width: 100%;
    height: 12%;
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    filter: blur(60px);
}

/*#hero-section:after {*/
/*    content: "";*/
/*    background-image: url("../images/hero-overlay-bottom.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    bottom: 0px;*/
/*    right: 0px;*/
/*    width: 485px;*/
/*    height: 623px;*/
/*}*/

#hero-section .section-content {
    max-width: 512px;
    display: inline-block;
    width: 100%;
}

#hero-section .section-content p {
    font: normal normal normal 20px/33px "Poppins", sans-serif;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    color: #282828;
}

#products-section {
    padding-top: 72px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

#products-section::before {
    content: "";
    background-image: url("../images/shape-circle-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 76px;
    left: -382px;
    width: 589px;
    height: 589px;
}

#products-section::after {
    content: "";
    background-image: url("../images/shape-dotted-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 92px;
    right: -103px;
    width: 430px;
    height: 129px;
    z-index: -1;
}

#products-section .section-content {
    display: inline-block;
    width: 100%;
}

#products-section .section-content p {
    font: normal normal normal 20px/30px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #282828;
    margin: 0px 0px 0px 0px;
}

#products-section .section-content .product-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 190px;
}

#products-section .section-content .product-options .option {
    max-width: 388px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.161);
    border-radius: 24px;
    padding: 160px 35px 37px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#products-section .section-content .product-options .option h3 {
    font-size: 60px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    line-height: 60px;
}

#products-section .section-content .product-options .option-water h3 {
    color: #141654;
}

#products-section .section-content .product-options .option-meat h3 {
    color: #bf191d;
}

#products-section .section-content .product-options .option-milk h3 {
    color: #0098f1;
}

#products-section
.section-content
.product-options
.option-water
.product-link
path {
    fill: #141654;
}

#products-section
.section-content
.product-options
.option-meat
.product-link
path {
    fill: #bf191d;
}

#products-section
.section-content
.product-options
.option-milk
.product-link
path {
    fill: #0098f1;
}

#products-section .section-content .product-options .option .option-image {
    display: inline-block;
    position: absolute;
}

#products-section
.section-content
.product-options
.option-water
.option-image {
    top: -140px;
    left: 15px;
}

#products-section .section-content .product-options .option-meat .option-image {
    top: -100px;
    left: 15px;
}

#products-section .section-content .product-options .option-milk .option-image {
    top: -120px;
    left: 15px;
}

#products-section .section-content .product-options .option .product-link {
    display: inline-block;
    position: absolute;
    bottom: 37px;
    right: 35px;
}

#products-section .section-content .product-options .option-water:hover {
    transform: translateY(-40px);
    background-color: #141654;
    transition: all 0.3s ease-in-out;
}

#products-section .section-content .product-options .option-meat:hover {
    transform: translateY(-40px);
    background-color: #bf191d;
    transition: all 0.3s ease-in-out;
}

#products-section .section-content .product-options .option-milk:hover {
    transform: translateY(-40px);
    background-color: #0098f1;
    transition: all 0.3s ease-in-out;
}

#products-section .section-content .product-options .option:hover h3 {
    color: #ffffff !important;
}

#products-section
.section-content
.product-options
.option-water:hover
.product-link
path {
    fill: #ffffff;
}

#products-section
.section-content
.product-options
.option-meat:hover
.product-link
path {
    fill: #ffffff;
}

#products-section
.section-content
.product-options
.option-milk:hover
.product-link
path {
    fill: #ffffff;
}

#about-section {
    background-color: #f9f9f9;
    position: relative;
}

#about-section:before {
    content: "";
    display: inline-block;
    background-color: #f9f9f9;
    background-image: url("../images/about-bg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 47%;
}

#about-section .section-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about-section .section-content .section-text {
    max-width: 545px;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 68px;
}

#about-section .section-content .section-text p {
    font: normal normal normal 18px/33px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #282828;
    margin: 0px 0px 0px 0px;
}

#about-section .section-content .section-image {
    max-width: 60%;
    width: 100%;
    background-image: url("../images/about-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 646px;
}

#about-section-2{
    background-color: #ffffff;
    position: relative;
    padding: 60px 0px;
}

#about-section-2 .section-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#about-section-2 .section-content .section-left{
    width: 100%;
    max-width: 45%;
}
#about-section-2 .section-content .section-right{
    width: 100%;
    max-width: 45%;
}

#order-section {
    padding-top: 72px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
}

#order-section::after {
    content: "";
    background-image: url("../images/shape-circle-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -68px;
    right: -130px;
    width: 589px;
    height: 589px;
    z-index: 1;
}

#checkout-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 54px;
}

#checkout-section::after {
    content: "";
    background-image: url("../images/shape-circle-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 132px;
    right: -130px;
    width: 589px;
    height: 589px;
    z-index: 1;
}

body.no-hero #order-section::after {
    height: 729px;
}

#order-section::before {
    content: "";
    background-image: url("../images/shape-dotted-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 130px;
    left: -103px;
    width: 430px;
    height: 129px;
    z-index: 1;
}

#checkout-section::before {
    content: "";
    background-image: url("../images/shape-dotted-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -103px;
    width: 430px;
    height: 129px;
    z-index: 1;
}

#order-section .section-content {
    text-align: center;
}

#order-section .section-content .slider-section {
    margin-top: 80px;
    position: relative;
    /* overflow: hidden; */
    padding: 30px 0px;
}

#order-section .section-content .slider-section .slider-wrapper {
    position: absolute;
    width: 300vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

#order-section .section-content .slider-section .slider-wrapper .category {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product {
    width: 30%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, 0.059);
    padding: 8px 8px 40px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    margin: 0px 5% 38px 0px;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
> div.single-product:nth-of-type(3n) {
    margin: 0px 0px 38px 0px;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product
.product-image {
    min-height: 258px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 26px;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product
.product-content {
    padding: 0px 25px;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product
.product-title {
    text-align: left;
    font-size: 35px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category-water
.single-product
.product-price-unit {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
    font-size: 30px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out;
    color: #141654;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category-meat
.single-product
.product-price-unit {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
    font-size: 30px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out;
    color: #bf191d;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category-milk
.single-product
.product-price-unit {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
    font-size: 30px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out;
    color: #0098f1;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product
.product-description {
    text-align: left;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    margin-bottom: 35px;
    transition: all 0.3s ease-in-out;
    color: #282828;
    min-height: 60px;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product
.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category-water
.single-product:hover {
    background-color: #141654;
    transition: all 0.3s ease-in-out;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category-meat
.single-product:hover {
    background-color: #bf191d;
    transition: all 0.3s ease-in-out;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category-milk
.single-product:hover {
    background-color: #0098f1;
    transition: all 0.3s ease-in-out;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product:hover
.product-description {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product:hover
.product-title {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

#order-section
.section-content
.slider-section
.slider-wrapper
.category
.single-product:hover
.product-price-unit {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.category-water .single-product .increment-control button {
    transition: all 0.3s ease-in-out;
    background-color: #141654;
}

.category-water .single-product .btn-cart {
    transition: all 0.3s ease-in-out;
    background-color: #141654;
}

.category-water .single-product:hover .btn-cart {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    color: #141654;
}

.category-milk .single-product .increment-control button {
    transition: all 0.3s ease-in-out;
    background-color: #0098f1;
}

.category-milk .single-product .btn-cart {
    transition: all 0.3s ease-in-out;
    background-color: #0098f1;
}

.category-milk .single-product:hover .btn-cart {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    color: #0098f1;
}

.category-meat .single-product .increment-control button {
    transition: all 0.3s ease-in-out;
    background-color: #bf191d;
}

.category-meat .single-product .btn-cart {
    transition: all 0.3s ease-in-out;
    background-color: #bf191d;
}

.category-meat .single-product:hover .btn-cart {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    color: #bf191d;
}

#ShowMore {
    text-decoration: none;
}

#contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
    position: relative;
}

#contact-section::before {
    content: "";
    background-image: url("../images/shape-circle-01.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -413px;
    width: 589px;
    height: 589px;
}

#contact-section .section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact-section .section-content .section-left {
    max-width: 45%;
    width: 100%;
    background: #f9f9f9;
    position: relative;
    z-index: 11;
}

#contact-section .section-content .section-center {
    max-width: 100%;
    width: 100%;
    margin: auto;
    background: #f9f9f9;
    position: relative;
    z-index: 11;

}

.section-center {
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}

.confirm-icon {
    max-width: 100%;
    height: auto;
}

.confirm-msg {
    margin-left: 10px;
}

.confirm-section {
    padding-top: 3%;
}

.height-fixed {
    height: 537px;
}

#contact-section .section-content .section-left iframe {
    min-height: 482px;
    width: 100%;
}

#contact-section .section-content .section-right {
    max-width: 45%;
    width: 100%;
}

#contact-section .section-content .section-right form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

#contact-section .section-content .section-right .form-group {
    max-width: 48%;
    width: 100%;
    margin-bottom: 20px;
}

#contact-section .section-content .section-right .form-group.full-width {
    max-width: 100%;
}

#contact-section .section-content .section-right .form-group button {
    margin: 0px 0px 0px 0px;
}

input.form-control:not([type="radio"]):not([type="checkbox"]) {
    width: 100%;
    height: 50px;
    border: 0px;
    border-bottom: 0.5px solid #b4b4b4;
    font-size: 16px;
    background: transparent;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #999999;
    padding: 0px 10px;
    outline: none;
}


select.form-control {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    border: 0px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #999999;
    padding: 0px 50px 0px 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-image: url("../images/down.svg");
    background-size: 18px;
    background-position: 90% center;
    background-repeat: no-repeat;
}

textarea.form-control {
    width: 100%;
    height: 150px;
    border: 0px;
    border-bottom: 0.5px solid #b4b4b4;
    font-size: 16px;
    background: transparent;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #999999;
    padding: 0px 10px;
    outline: none;
    resize: none;
}

footer {
    padding-top: 34px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 99;
}

footer .section-content {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    flex-direction: row;
}

footer .section-content .column {
    max-width: 28%;
    width: 100%;
}

footer .section-content .column-01 .footer-logo {
    max-width: 180px;
    width: 100%;
    margin-bottom: 22px;
    display: inline-block;
}

footer .section-content .column-01 .footer-logo img {
    width: 100%;
}

footer .section-content .column-01 .footer-description {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #000000;
}

footer .section-content .column .footer-heading {
    font-size: 25px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #141654;
    margin-bottom: 28px;
}

footer .section-content .column .footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .section-content .column .footer-links a {
    display: inline-block;
    max-width: 50%;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
    text-decoration: none;
}

footer .section-content .column .footer-links a:hover {
    color: #bf191d;
    font-weight: bold;
}

footer .section-content .column .footer-links a.active {
    color: #bf191d;
    font-weight: bold;
}

footer .section-content .column .footer-information .info {
    margin-bottom: 20px;
    display: block;
}

footer .section-content .column .footer-information .info a {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-left: 32px;
    display: inline-block;
}

footer .section-content .column .footer-information .info a:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    left: 0px;
    top: 3px;
    position: absolute;
}



footer .section-content .column .footer-information .info-address a:before {
    background-image: url("../images/address.svg");
}

footer .section-content .column .footer-information .info-phone a:before {
    background-image: url("../images/phone.svg");
}

.product-description .info-phone a:before {
    background-image: url(../images/phone.svg);
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.product-description .info.info-phone a {
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 6px;
    display: block;
}

.product-description .info.info-phone {
    margin-top: 12px;
}

#order-section .section-content .slider-section .slider-wrapper .category-water .single-product:hover .product-description .info.info-phone a {
    color: #fff;
}

#order-section .section-content .slider-section .slider-wrapper .category-water .single-product:hover .product-description .info.info-phone a::before {
    filter: brightness(0) invert(1);
}



footer .section-content .column .footer-information .info-email a:before {
    background-image: url("../images/mail.svg");
}

footer .footer-credits {
    margin-top: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0298f5;
}

footer .footer-credits .section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer .footer-credits .section-content .copyright {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
}

footer .footer-credits .section-content .legal-links {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
}

footer .footer-credits .section-content .legal-links a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}

footer .footer-credits .section-content .legal-links > a:last-of-type {
    margin-left: 5px;
    margin-right: 0px;
}

#cart-section {
    margin-bottom: 50px;
}

#cart-section .cart-menu {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.051);
    border: 1px solid rgba(0, 0, 0, 0.059);
    background-color: #fffcfc;
    padding: 60px 110px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cart-section .cart-menu table {
    border-collapse: collapse;
}

#cart-section .cart-menu table th,
#cart-section .cart-menu table td {
    border: 1px solid #aaaaaa;
    padding: 15px;
}

#cart-section .cart-menu table th {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 18px;
}

#cart-section .cart-menu table td {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#cart-section .cart-menu .cart-serial {
    text-align: center;
}

#cart-section .cart-menu .cart-title {
    text-align: left;
}

#cart-section .cart-menu .cart-quantity {
    text-align: center;
}

#cart-section .cart-menu .cart-total,
#cart-section .cart-menu .cart-price {
    text-align: right;
}

#cart-section .cart-menu .cart-action {
    text-align: center;
}

#cart-section .cart-menu .item-cancel {
    cursor: pointer;
}

#cart-section .cart-menu .item-cancel svg {
    width: 18px !important;
    height: 18px !important;
}

#cart-section .cart-menu .cart-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
}

#cart-section .cart-menu .cart-footer .btn {
    border-radius: 5px;
}

#cart-section .cart-menu .cart-footer .btn-meat {
    background-color: #bf191d;
    color: #ffffff;
}

#cart-section .cart-menu .cart-footer a {
    background-color: #8f8f8f;
    color: #ffffff;
    text-decoration: none;
}

#cart-section .cart-menu .cart-footer button {
    margin-right: 0px;
}

#cart-section .cart-menu .menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 50px;
}

#cart-section .cart-menu .menu-footer .menu-coupon {
    max-width: 48%;
    width: 100%;
}

#cart-section .cart-menu .menu-footer .menu-total {
    max-width: 30%;
    width: 100%;
}

#cart-section .cart-menu .menu-footer .menu-total .cart-note p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#cart-section .cart-menu .menu-footer .menu-total .checkout-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#cart-section .cart-menu .menu-footer .menu-total .checkout-footer a {
    margin: 0px 0px 0px 0px;
    background-color: #bf191d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

#cart-section .cart-menu .menu-footer .menu-total .checkout-footer a.disable {
    background-color: #8f8f8f;
    cursor: not-allowed;
}

#cart-section .cart-menu .menu-footer .menu-total table td,
#cart-section .cart-menu .menu-footer .menu-total table th {
    text-align: right;
}

#cart-section .cart-menu .cart-heading {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 28px;
    margin: 0px 0px 10px 0px;
}

#cart-section .cart-menu .menu-footer .coupon-form .form-group {
    width: 48%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#cart-section
.cart-menu
.menu-footer
.coupon-form
.form-group
input[type="text"] {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    border: 1px solid rgba(112, 112, 112, 0.141);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 4px;
    padding: 15px 20px 0px;
    width: 100%;
    height: 50px;
}

#cart-section .cart-menu .menu-footer .coupon-form .form-group label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

#cart-section
.cart-menu
.menu-footer
.coupon-form
.form-group
input:focus
+ label,
#cart-section
.cart-menu
.menu-footer
.coupon-form
.form-group.active
input
+ label {
    position: absolute;
    top: 5px;
    left: 20px;
    transform: none;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    color: #bf191d;
}

#cart-section .cart-menu .menu-footer .coupon-form .form-group .btn {
    background-color: #bf191d;
    color: #ffffff;
    border-radius: 5px;
    height: 50px;
}

/* Checkout */

#checkout-section .checkout-menu {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.051);
    border: 1px solid rgba(0, 0, 0, 0.059);
    background-color: #fffcfc;
    padding: 60px 110px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#checkout-section .checkout-menu.confirmation-menu {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.051);
    border: 1px solid rgba(0, 0, 0, 0.059);
    background-color: #fffcfc;
    padding: 60px 110px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: normal;
}
#checkout-section .checkout-menu.confirmation-menu .confirmation-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#checkout-section .checkout-menu.confirmation-menu .confirmation-header .checkmark{
    margin-right: 20px;
}
#checkout-section .checkout-menu.confirmation-menu .confirmation-header .checkmark svg{
    width: 100px;
    fill: #141654;
    height: auto;
}
#checkout-section .checkout-menu.confirmation-menu .confirmation-header h1
{
    font-size: 35px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
#checkout-section .checkout-menu.confirmation-menu .confirmation-header h1 span
{
    color: #bf191d;
}
#checkout-section .checkout-menu.confirmation-menu .confirmation-paragraph{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #32325d;
    letter-spacing: 0;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

#checkout-section .checkout-menu.confirmation-menu .confirm-details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-01{
    max-width: 40%;
    width: 100%;
    text-align: left;
}
#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-01 table,#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-02 table{
    border-spacing: 0;
    border-collapse: collapse;
}
#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-01 th,#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-02 th{
    font-size: 18px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    font-weight: 500;
    border: 1px solid #aaaaaa;
    padding: 5px;
}
#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-01 td,#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-02 td{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    font-weight: 400;
    border: 1px solid #aaaaaa;
    padding: 5px;
}
#checkout-section .checkout-menu.confirmation-menu .confirm-details .column-02{
    max-width: 55%;
    width: 100%;
    text-align: left;
}
#checkout-section .checkout-menu .section-left {
    width: 100%;
    max-width: 48%;
}

#checkout-section .checkout-menu .section-right {
    width: 100%;
    max-width: 48%;
}
/*owais css*/
#checkout-section .checkout-menu .section-center {
    width: 100%;
    max-width: 100%;
}
.div-center {
    margin: auto;
    width: 69%;
}
.line_height_0_1 {
    line-height: 0.3;
}
.line_height_normal {
    line-height: normal;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.pt-1 {
    padding-top: 1px;
}
.pt-2 {
    padding-top: 2px;
}
.pt-3 {
    padding-top: 3px;
}
.pt-4 {
    padding-top: 4px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-6 {
    padding-top: 6px;
}
.pt-7 {
    padding-top: 7px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-9 {
    padding-top: 9px;
}
.pt-10 {
    padding-top: 10px;
}
.detail-table {
    width: 100%;
}

.detail-table .cart-note p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.detail-table .checkout-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.detail-table  a {
    margin: 0px 0px 0px 0px;
    background-color: #bf191d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.detail-table  a.disable {
    background-color: #8f8f8f;
    cursor: not-allowed;
}

.detail-table table td,
.detail-table table th {
    text-align: right;
}

.detail-table table {
    border-collapse: collapse;
}

.detail-table table th,
.detail-table table td {
    border: 1px solid #aaaaaa;
    padding: 15px;
}

.detail-table table th {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 18px;
}

.detail-table table td {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.detail-table .cart-serial {
    text-align: center;
}

.detail-table .cart-title {
    text-align: left;
}

.detail-table .cart-quantity {
    text-align: center;
}

.detail-table .cart-total,
.detail-table .cart-price {
    text-align: right;
}

.detail-table .cart-action {
    text-align: center;
}

.detail-table .item-cancel {
    cursor: pointer;
}

.detail-table .item-cancel svg {
    width: 18px !important;
    height: 18px !important;
}

.detail-table .cart-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
}

.detail-table .cart-footer .btn {
    border-radius: 5px;
}

.detail-table .cart-footer .btn-meat {
    background-color: #bf191d;
    color: #ffffff;
}

.detail-table .cart-footer a {
    background-color: #8f8f8f;
    color: #ffffff;
    text-decoration: none;
}

.detail-table .cart-footer button {
    margin-right: 0px;
}

.detail-table .menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.detail-table .menu-footer .menu-coupon {
    max-width: 48%;
    width: 100%;
}

.detail-table .menu-footer .menu-total {
    max-width: 30%;
    width: 100%;
}

.detail-table .menu-footer .menu-total .cart-note p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.detail-table .menu-footer .menu-total .checkout-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.detail-table .menu-footer .menu-total .checkout-footer a {
    margin: 0px 0px 0px 0px;
    background-color: #bf191d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.detail-table .menu-footer .menu-total .checkout-footer a.disable {
    background-color: #8f8f8f;
    cursor: not-allowed;
}

.detail-table .cart-menu .menu-footer .menu-total table td,
.detail-table .menu-footer .menu-total table th {
    text-align: right;
}

.detail-table .cart-heading {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 28px;
    margin: 0px 0px 10px 0px;
}

.detail-table .menu-footer .coupon-form .form-group {
    width: 48%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.detail-table
.menu-footer
.coupon-form
.form-group
input[type="text"] {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    border: 1px solid rgba(112, 112, 112, 0.141);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 4px;
    padding: 15px 20px 0px;
    width: 100%;
    height: 50px;
}

.detail-table .menu-footer .coupon-form .form-group label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.detail-table
.menu-footer
.coupon-form
.form-group.active
input
+ label {
    position: absolute;
    top: 5px;
    left: 20px;
    transform: none;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    color: #bf191d;
}
.detail-table .menu-footer .coupon-form .form-group .btn {
    background-color: #bf191d;
    color: #ffffff;
    border-radius: 5px;
    height: 50px;
}
/*end owais css*/

#checkout-section .checkout-menu .section-heading {
    font-size: 35px;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 500;
}

#checkout-section .checkout-menu form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#checkout-section
.checkout-menu
input.form-control:not([type="radio"]):not([type="checkbox"]) {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    border: 0px solid rgba(112, 112, 112, 0.141);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 4px;
    padding: 15px 20px 0px;
}

#checkout-section .checkout-menu .form-group {
    position: relative;
    max-width: 48%;
    width: 100%;
    margin-bottom: 20px;
}

#checkout-section .checkout-menu .form-group.full-width {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

#checkout-section
.checkout-menu
.form-group
input:not([type="radio"]):not([type="checkbox"])
+ label {
    position: absolute;
    top: 50%;
    left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    color: #32325d;
    opacity: 0.5;
    margin: 0px 0px 0px 0px;
    transition: all 0.1s ease-in-out;
    transform: translateY(-50%);
    padding: 0px 0px 0px 0px;
}

#checkout-section
.checkout-menu
.form-group
input:not([type="radio"]):not([type="checkbox"]):focus
+ label,
#checkout-section
.checkout-menu
.form-group.active
input:not([type="radio"]):not([type="checkbox"])
+ label {
    top: 5px;
    font-size: 12px;
    transition: all 0.1s ease-in-out;
    transform: none;
}

#checkout-section .checkout-menu .form-group.radio-options input {
    position: absolute;
    z-index: -10;
    opacity: 0;
}

#checkout-section .checkout-menu .form-group.radio-options input + label {
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    letter-spacing: 0px;
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.031);
    border: 1px solid rgba(112, 112, 112, 0.141);
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#checkout-section
.checkout-menu
.form-group.radio-options
input:checked
+ label {
    color: #ffffff;
    background-color: #141654;
    transition: all 0.3s ease-in-out;
}

#checkout-section .checkout-menu .form-group.checkbox-options {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#checkout-section .checkout-menu .form-group input[type="checkbox"] + label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    color: #32325d;
    margin-left: 10px;
}

#checkout-section .checkout-menu .checkout-items {
}

#checkout-section .checkout-menu .checkout-items .single-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.031);
    border: 1px solid rgba(112, 112, 112, 0.141);
    background-color: #ffffff;
    padding: 10px 50px 10px 12px;
    position: relative;
    margin-bottom: 20px;
}

#checkout-section .checkout-menu .checkout-items .single-item .item-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 120px;
    width: 100%;
    height: 100%;
    min-height: 90px;
    margin-right: 15px;
}

#checkout-section .checkout-menu .checkout-items .single-item .item-title {
    font-family: "Bebas Neue", cursive;
    font-size: 25px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}

#checkout-section .checkout-menu .checkout-items .single-item .item-amount {
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    letter-spacing: 0px;
    color: #bf191d;
    margin-bottom: 0px;
}

#checkout-section .checkout-menu .checkout-items .single-item .item-quantity {
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    margin: 0px 0px 0px auto;
}

#checkout-section .checkout-menu .checkout-items .single-item .item-cancel {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

#checkout-section .checkout-menu .checkout-items .single-item .item-cancel svg {
    width: 18px !important;
    height: 18px !important;
}

#checkout-section .checkout-menu .checkout-subtotal,
#checkout-section .checkout-menu .checkout-delivery-charges,
#checkout-section .checkout-menu .checkout-coupon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 6px 12px;
}

#checkout-section .checkout-menu .checkout-subtotal h4,
#checkout-section .checkout-menu .checkout-delivery-charges h4,
#checkout-section .checkout-menu .checkout-coupon h4 {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px 0px 0px 0px;
}

#checkout-section .checkout-menu .checkout-total {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    background-color: #141654;
    padding: 6px 12px;
}

#checkout-section .checkout-menu .checkout-total h4 {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}

#checkout-section .checkout-menu .checkout-note p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    color: #32325d;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
}

.overlay-cart {
    position: fixed;
    background-color: rgb(3 11 62 / 0.5);
    z-index: 999999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.single-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 3px 10px 4px rgba(0, 0, 0, 0.031);
    border: 1px solid rgba(112, 112, 112, 0.141);
    background-color: #ffffff;
    padding: 10px 50px 10px 12px;
    position: absolute;
    top: 10px;
    max-width: 600px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.single-cart .item-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 120px;
    width: 100%;
    height: 100%;
    min-height: 90px;
    margin-right: 15px;
}

.single-cart .item-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}

.single-cart .item-title {
    font-family: "Bebas Neue", cursive;
    font-size: 25px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}

.single-cart .item-amount {
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    letter-spacing: 0px;
    color: #bf191d;
    margin-bottom: 0px;
}

.single-cart .item-quantity {
    font-family: "Bebas Neue", cursive;
    font-size: 20px;
    letter-spacing: 0px;
    color: #000000;
    display: inline-block;
    margin: 0px 0px 0px auto;
}

.single-cart .item-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.single-cart .item-close svg {
    width: 18px !important;
    height: 18px !important;
}

.single-cart .check-out-link {
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-decoration: none;
    background-color: #141654;
    padding: 4px 18px;
    border-radius: 15px;
    border: 0px;
    outline: none;
    font-family: "Bebas Neue", cursive;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.content-container
{
    padding: 60px 0;
}

.content-container .section-header {
    text-align: center;
    padding-bottom: 30px;
}

#about-section-4 .section-text h3 {
    font: normal normal normal 40px/34px "Bebas Neue", cursive;
    letter-spacing: 0px;
    color: #bf191d;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
}

#about-section-4 .section-body {
    display: flex;
}

#about-section-4 .section-body .section-right {
    max-width: 50%;
    padding-left: 20px;
}

#about-section-4 .section-body .section-left {
    max-width: 50%;
    padding-right: 20px;
}


#about-section-5 {
    background: #f9f9f9;
    width: 100%;
    display: inline-block;
}


#about-section-5 .section-body .section-text p {
    max-width: 50%;
    margin: 0;
    float: left;
    padding-right: 20px;
}

#about-section-5 .section-body .section-text p:first-child {
    padding-right: 20px;
}


#about-section-7 .section-header h3 {font: normal normal normal 40px/34px "Bebas Neue", cursive;letter-spacing: 0px;color: #141654;margin: 0;text-transform: uppercase;position: relative;z-index: 99;}

#about-section-7 {
    background: #f9f9f9;
}

#about-section-7 .section-body h4 {
    font-size: 26px;
    margin: 0;
}

#about-section-7 .section-body ul {
    padding-left: 20px;
}

#about-section-7 .section-body ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #282828;
    line-height: 24px;
    font-family: 'Poppins';
}

#about-section-7 .section-body ul li::marker {
    color: #bf191d;
    font-size: 24px;
}

#about-section-9, #about-section-11 {
    background: #f9f9f9;
}


#about-section-9 .section-body h4, #about-section-10 .section-body h4, #about-section-11 .section-body h4, #about-section-12 .section-body h4 {
    font-size: 20px;
    margin: 20px 0;
}

#about-section-9 .section-body h5, #about-section-10 .section-body h5, #about-section-11 .section-body h5, #about-section-12 .section-body h5 {
    font-size: 20px;
    color: #bf191d;
    margin: 0;
}

#owl-demo{
    position: relative;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
#owl-demo .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
#hero-section #owl-demo .item{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1000px;
}
#hero-section #owl-demo .item .section-content-container{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
#hero-section #owl-demo .item .section-content1{
    /*max-width: 800px;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*bottom: 304px;*/
    /*!* left: 169px; *!*/
    /*background: #0000009e;*/
    /*padding: 40px 20px 30px 172px;*/
    /*border-radius: 0 30px 30px 0;*/
    width: 100%;
    background: #141654b8;
    padding: 40px 120px 30px 110px;
    border-radius: 0 30px 30px 0;
    max-width: 50%;
}
#hero-section #owl-demo .item .section-content1 h2{
    font-size: 120px;
    color: #fff;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    line-height: 115px;
}
#hero-section #owl-demo .item .section-content1 p{
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
#hero-section #owl-demo .item .section-content1 h2 .hero-head-blue{
    color: #141654;
}
#hero-section #owl-demo .item .section-content1 h2 .hero-head-red{
    color: #bf0000;
}
#hero-section #owl-demo .item .section-content1.hero-no-bg{
    background: none;
}
#hero-section #owl-demo .item .section-content1 p.hero-para-black{
    color: #000;
}


/*               */
/*               */
/*               */
/*               */
/* Media Queries */
/*               */
/*               */
/*               */
/*               */

@media screen and (max-width: 1640px) {
    #hero-section {
        /*padding-top: 362px;*/
        /*padding-bottom: 202px;*/
    }

    /*#hero-section:before {*/
    /*    width: 160px;*/
    /*    height: 411px;*/
    /*}*/

    #hero-section:after {
        width: 335px;
        height: 420px;
    }

    #products-section::before {
        width: 549px;
        height: 494px;
    }

    #products-section::after {
        width: 370px;
        height: 99px;
    }

    #order-section::before {
        width: 280px;
        height: 99px;
    }

    #order-section::after {
        width: 469px;
        height: 439px;
    }

    #contact-section::before {
        top: 50px;
        left: -363px;
        width: 539px;
        height: 489px;
    }
}

@media screen and (max-width: 1540px) {
    .wrapper {
        max-width: 1330px;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1400px) {
    /*#hero-section:before {*/
    /*    display: none;*/
    /*}*/

    .wrapper {
        max-width: 1200px;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 1150px;
    }

    #main-navigation .nav-content .logo {
        display: inline-block;
        max-width: 160px;
    }

    .nav-items .nav-item {
        font-size: 24px;
        margin: 0px 15px;
    }

    h1.primary-heading {
        font-size: 100px;
        line-height: 90px;
    }

    h2.secondary-heading {
        font-size: 64px;
        line-height: 80px;
    }

    #hero-section .section-content p {
        font-size: 18px;
        line-height: 28px;
    }

    #about-section .section-content .section-text {
        max-width: 50%;
    }

    #products-section .section-content p {
        font-size: 18px;
        line-height: 28px;
    }

    #products-section .section-content .product-options .option {
        max-width: 360px;
        padding: 120px 35px 37px;
    }

    #products-section
    .section-content
    .product-options
    .option-water
    .option-image {
        max-width: 290px;
    }

    #products-section
    .section-content
    .product-options
    .option-meat
    .option-image {
        max-width: 230px;
    }

    #products-section
    .section-content
    .product-options
    .option-milk
    .option-image {
        max-width: 190px;
    }

    #products-section .section-content .product-options .option h3 {
        font-size: 50px;
        line-height: 50px;
    }

    #about-section .section-content .section-text p {
        font-size: 18px;
        line-height: 28px;
    }

    #order-section .section-content .slider-section {
        margin-top: 40px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product
    .product-image {
        min-height: 225px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product
    .product-title {
        font-size: 30px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category-water
    .single-product
    .product-price-unit {
        font-size: 26px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product
    .product-description {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #contact-section .section-content .section-left iframe {
        min-height: 462px;
    }

    footer .section-content .column-01 .footer-logo {
        max-width: 160px;
    }
}

@media screen and (max-width: 1250px) {
    #hero-section #owl-demo .item .section-content1 h2 {
        font-size: 90px;
    }

    #checkout-section .checkout-menu {
        padding: 50px 50px;
    }

    #hero-section {
        /*padding-top: 300px;*/
        /*padding-bottom: 200px;*/
    }

    .wrapper {
        max-width: 1100px;
    }

    #products-section .section-content .product-options .option {
        max-width: 325px;
        padding: 120px 35px 37px;
    }

    #about-section:before {
        width: 45%;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 1050px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product {
        width: 32%;
        margin: 0px 2% 38px 0px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    > div.single-product:nth-of-type(3n) {
        margin: 0px 0px 38px 0px;
    }

    h1.primary-heading {
        font-size: 80px;
        line-height: 70px;
    }

    h2.secondary-heading {
        font-size: 54px;
        line-height: 70px;
    }

    #about-section .section-content .section-text p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1180px) {
    .wrapper {
        max-width: 1024px;
    }

    #checkout-section .checkout-menu .checkout-items .single-item .item-title {
        font-size: 20px;
    }

    #checkout-section .checkout-menu .checkout-items .single-item .item-amount {
        font-size: 16px;
    }

    #checkout-section .checkout-menu .checkout-items .single-item .item-quantity {
        font-size: 16px;
    }

    #checkout-section .checkout-menu .checkout-items .single-item .item-image {
        max-width: 100px;
        min-height: 70px;
    }

    #checkout-section .checkout-menu .checkout-subtotal h4,
    #checkout-section .checkout-menu .checkout-delivery-charges h4,
    #checkout-section .checkout-menu .checkout-discount h4,
    #checkout-section .checkout-menu .checkout-total h4 {
        font-size: 20px;
    }

    #checkout-section .checkout-menu .form-group {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {

    #hero-section #owl-demo .item .section-content1 {
        padding: 40px 20px 30px 142px;
        max-width: 60%;
    }

    .wrapper {
        max-width: 989px;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 1000px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product
    .product-image {
        min-height: 175px;
    }

    #products-section .section-content .product-options .option {
        max-width: 300px;
        padding: 100px 35px 37px;
    }

    #products-section
    .section-content
    .product-options
    .option-water
    .option-image {
        max-width: 270px;
    }

    #products-section
    .section-content
    .product-options
    .option-meat
    .option-image {
        max-width: 200px;
    }

    #products-section
    .section-content
    .product-options
    .option-milk
    .option-image {
        max-width: 170px;
    }
}

@media screen and (max-width: 1024px) {
    #cart-section .cart-menu {
        padding: 30px;
    }
    #cart-section .cart-menu .menu-footer .menu-total {
        max-width: 50%;
    }
    .menu-btn {
        display: flex;
    }

    .nav-items .menu {
        position: absolute;
        background-color: #ffffff;
        width: 500px;
        left: -200vw;
        top: 0px;
        display: flex;
        flex-direction: column;
        padding: 50px 20px;
        height: 100%;
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: scroll;
        transition: all 0.3s ease-in-out;
    }

    .nav-items .menu.active {
        position: absolute;
        background-color: #ffffff;
        width: 500px;
        left: 0px;
        top: 0px;
        display: flex;
        flex-direction: column;
        padding: 50px 20px;
        height: 100%;
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: scroll;
        transition: all 0.3s ease-in-out;
    }

    .nav-items .nav-item.active {
        border-bottom: 0px;
    }

    .nav-items .nav-item {
        margin: 10px 15px;
    }

    .nav-items .has_child .menu-dropdown {
        position: static;
        display: inline-block;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px 0px 0px 30px;
    }

    .nav-items .has_child .menu-dropdown a {
        border-bottom: 4px solid #00000000;
        font-size: 20px;
        position: relative;
    }

    .nav-items .has_child .menu-dropdown a:before {
        content: "";
        position: absolute;
        display: inline-block;
        height: 2px;
        width: 10px;
        background-color: #0098f1;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-items .has_child .menu-dropdown a:hover,
    .nav-items .has_child .menu-dropdown a:active{
        color: #0098f1;
        background: none;
        border-bottom: 4px solid #00000000;
        transition: border 0.3s ease-in-out;
    }

    .nav-items .nav-item:hover,
    .nav-items .nav-item:active,
    .nav-items .has_child .nav-item:hover,
    .nav-items .has_child .nav-item:active {
        color: #0098f1;
        border-bottom: 4px solid #00000000;
        transition: border 0.3s ease-in-out;
    }

    /*#hero-section {*/
    /*    height: 100vh;*/
    /*    padding-top: 230px;*/
    /*    padding-bottom: 0px;*/
    /*}*/

    .wrapper {
        max-width: 875px;
        padding: 0px 30px;
    }

    #hero-section:after {
        width: 205px;
        height: 265px;
    }

    #products-section::after {
        width: 240px;
        height: 69px;
    }

    #products-section::before {
        width: 409px;
        height: 344px;
        left: -240px;
    }

    #order-section::after {
        width: 369px;
        height: 329px;
    }

    #order-section::before {
        width: 220px;
        height: 59px;
    }

    #contact-section::before {
        top: 100px;
        left: -233px;
        width: 429px;
        height: 339px;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 920px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product
    .product-title {
        font-size: 26px;
        line-height: 20px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category-water
    .single-product
    .product-price-unit {
        font-size: 24px;
    }

    #hero-section .section-content {
        max-width: 432px;
    }

    h1.primary-heading {
        font-size: 70px;
        line-height: 60px;
    }

    #hero-section .section-content p {
        font-size: 16px;
        line-height: 28px;
    }

    #products-section .section-content .product-options .option h3 {
        font-size: 34px;
        line-height: 40px;
    }

    #products-section .section-content .product-options .option {
        max-width: 260px;
        padding: 70px 35px 37px;
    }

    #products-section
    .section-content
    .product-options
    .option-water
    .option-image {
        max-width: 220px;
    }

    #products-section
    .section-content
    .product-options
    .option-meat
    .option-image {
        max-width: 170px;
    }

    #products-section
    .section-content
    .product-options
    .option-milk
    .option-image {
        max-width: 145px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product {
        width: 47%;
        margin: 0px 6% 38px 0px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    > div.single-product:nth-of-type(3n) {
        margin: 0px 6% 38px 0px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    > div.single-product:nth-of-type(2n) {
        margin: 0px 0px 38px 0px;
    }

    footer .section-content .column .footer-links a {
        max-width: 50%;
    }

    h2.secondary-heading {
        font-size: 40px;
        line-height: 50px;
    }
    
    body.no-hero .site-container .section-content .section-text p, #about-section .section-content .section-text p {
        font-size: 14px;
    }
    
    .content-container .section-header {
        padding-bottom: 10px;
    }
    
    #about-section-7 .section-body h4 {
        font-size: 20px;
    }
    
    #about-section-7 .section-header h3 {
        font-size: 30px;
        line-height: 30px;
    }

    #about-section-4 .section-text h3 {
        font-size: 26px;
        line-height: 30px;
    }

    
}

@media screen and (max-width: 968px) {

    #hero-section #owl-demo .item .section-content1 {
        padding: 40px 20px 30px 100px;
        max-width: 70%;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 850px;
        padding: 0px 20px;
    }

    #contact-section .section-content {
        flex-direction: column-reverse;
    }

    #contact-section .section-content .section-left {
        max-width: 100%;
        width: 100%;
    }

    #contact-section .section-content .section-right {
        max-width: 100%;
        width: 100%;
    }

    #checkout-section .checkout-menu {
        flex-direction: column-reverse;
    }

    #checkout-section .checkout-menu .section-left {
        width: 100%;
        max-width: 100%;
    }

    #checkout-section .checkout-menu .section-right {
        width: 100%;
        max-width: 100%;
    }

    #checkout-section .checkout-menu .form-group {
        max-width: 48%;
        width: 100%;
    }
}

@media screen and (max-width: 845px) {
    .btn {
        padding: 6px 25px;
        font-size: 18px;
    }
    #contact-section .section-content .section-left iframe {
        min-height: 270px;
    }

    footer .section-content {
        flex-wrap: wrap;
    }

    footer .section-content .column {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    footer .section-content .column-01 .footer-logo {
        margin: 0 auto 30px;
    }

    footer .section-content .column-01 .footer-description {
        text-align: center;
        max-width: 100%;
        margin-bottom: 30px;
    }

    footer .section-content .column .footer-heading {
        text-align: center;
    }

    footer .section-content .column .footer-links a {
        text-align: center;
    }

    footer .section-content .column .footer-information {
        text-align: center;
    }

    #products-section .section-content .product-options .option {
        max-width: 500px;
        padding: 40px 40px 40px 250px;
        margin-bottom: 50px;
    }

    #products-section
    .section-content
    .product-options
    .option-water
    .option-image {
        max-width: 200px;
        top: -40px;
    }

    #products-section
    .section-content
    .product-options
    .option-meat
    .option-image {
        max-width: 190px;
        top: -30px;
    }

    #products-section
    .section-content
    .product-options
    .option-milk
    .option-image {
        max-width: 145px;
        top: -40px;
        left: 50px;
    }

    #products-section
    .section-content
    .product-options
    .option
    .product-link
    svg {
        width: 25px !important;
        height: auto !important;
    }

    #products-section .section-content .product-options {
        flex-direction: column;
        margin-top: 90px;
    }

    #products-section .section-content .product-options .option .product-link {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        right: 35px;
    }

    #products-section {
        padding-bottom: 50px;
    }

    footer .footer-credits .section-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #checkout-section .checkout-menu .form-group {
        max-width: 100%;
        width: 100%;
    }

    #checkout-section .checkout-menu {
        padding: 20px 30px 40px;
    }

    #checkout-section .checkout-menu .section-heading {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    h2.secondary-heading {
        font-size: 34px;
        margin-bottom: 0;
        line-height: 44px;
    }
    
    #about-section-7 .section-body h4 {
        font-size: 18px;
    }
    
    #about-section-9 .section-body h4, #about-section-10 .section-body h4, #about-section-11 .section-body h4, #about-section-12 .section-body h4 {
        font-size: 18px;
    }
    
    #about-section-9 .section-body h5, #about-section-10 .section-body h5, #about-section-11 .section-body h5, #about-section-12 .section-body h5 {
        font-size: 18px;
    }

}

@media screen and (max-width: 767px) {

    #hero-section #owl-demo .item .section-content1 {
        padding: 40px 20px 30px 70px;
        max-width: 100%;
        border-radius: 0;
    }
    #hero-section #owl-demo .item .section-content1 h2 {
        font-size: 70px;
    }

    #cart-section .cart-menu > table thead{
        display: none;
    }
    #cart-section .cart-menu > table tbody tr {
        display: flex;
        flex-direction: column;
    }
    #cart-section .cart-menu > table tbody tr td{
        text-align: right!important;
        position: relative;
    }
    #cart-section .cart-menu > table tbody tr.special td{
        text-align: center!important;
    }

    #cart-section .cart-menu > table tbody tr .cart-title::before {
        color: #bf191d;
        content: "Description";
        text-align: left !important;
        position: absolute;
        left: 10px;
        top: 15px;
        font-family: "Bebas Neue", cursive;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
    }
    #cart-section .cart-menu > table tbody tr .cart-price::before {
        color: #bf191d;
        content: "Amount";
        text-align: left !important;
        position: absolute;
        left: 10px;
        top: 15px;
        font-family: "Bebas Neue", cursive;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
    }
    #cart-section .cart-menu > table tbody tr .cart-quantity::before {
        color: #bf191d;
        content: "Quantity";
        text-align: left !important;
        position: absolute;
        left: 10px;
        top: 15px;
        font-family: "Bebas Neue", cursive;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
    }
    #cart-section .cart-menu > table tbody tr .cart-total::before {
        color: #bf191d;
        content: "Sub Total";
        text-align: left !important;
        position: absolute;
        left: 10px;
        top: 15px;
        font-family: "Bebas Neue", cursive;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 600px) {
    #main-navigation .nav-content .logo {
        max-width: 130px;
    }
    #cart-section .cart-menu .menu-footer .menu-total {
        max-width: 100%;
    }
    #cart-section .cart-menu {
        padding: 20px;
    }
    #cart-section .cart-menu .cart-footer .btn-group {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        width: 100%;
    }
    #cart-section .cart-menu .cart-footer .btn-group button{
        margin: 20px 0 0 0;
        width: 100%;
    }
    #cart-section .cart-menu .menu-footer .menu-total .checkout-footer a {
        width: 100%;
        text-align: center;
    }
    #cart-section .cart-menu .cart-footer .btn-group a{
        width: 100%;
        text-align: center;
    }
    #hero-section:after {
        content: "";
        background-image: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #f9f9f9;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    #hero-section .section-content {
        z-index: 99;
        position: relative;
    }

    #about-section:before {
        display: none;
    }

    #about-section .section-content .section-text {
        max-width: 100%;
    }

    .btn {
        font-size: 18px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    .single-product {
        width: 100%;
        margin: 0px 0px 38px 0px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    > div.single-product:nth-of-type(3n) {
        margin: 0px 0px 38px 0px;
    }

    #order-section
    .section-content
    .slider-section
    .slider-wrapper
    .category
    > div.single-product:nth-of-type(2n) {
        margin: 0px 0px 38px 0px;
    }

    #order-section .section-content .slider-section .slider-wrapper .category {
        max-width: 450px;
    }

    .nav-items .menu.active {
        width: 100%;
    }

    #products-section .section-content .product-options .option {
        max-width: 500px;
        padding: 40px 40px 40px 200px;
    }

    #products-section .section-content .product-options .option h3 {
        font-size: 28px;
        line-height: 30px;
    }

    #products-section
    .section-content
    .product-options
    .option-water
    .option-image {
        max-width: 170px;
        top: -20px;
    }

    #products-section
    .section-content
    .product-options
    .option-meat
    .option-image {
        max-width: 160px;
        top: -20px;
    }

    #products-section
    .section-content
    .product-options
    .option-milk
    .option-image {
        max-width: 115px;
        top: -20px;
        left: 50px;
    }

    footer .section-content .column .footer-information .info a {
        text-align: center;
    }

    footer .section-content .column .footer-links {
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    #contact-section .section-content .section-right .form-group {
        max-width: 100%;
        width: 100%;
    }

    textarea.form-control {
        border: 0.5px solid #dcdcdc;
        background: #ffffff;
        border-radius: 5px;
        padding: 15px;
    }

    input.form-control:not([type="radio"]):not([type="checkbox"]) {
        border: 0.5px solid #dcdcdc;
        background: #ffffff;
        border-radius: 5px;
        padding: 15px;
    }

    #contact-section .section-content .section-right .form-group.full-width {
        text-align: center;
    }

    #about-section-2, .content-container {
    padding: 40px 0;
}

#about-section .section-content .section-text {
    padding: 0;
}

#about-section-2 .section-content .section-left {
    max-width: 100%;
}

#about-section-2 .section-content .section-right {
    max-width: 100%;
}

#about-section-2 .section-content {
    display: inline-block;
}

section#about-section-3 {
    padding: 0;
}

#about-section-2 {
    padding-bottom: 0;
}

h2.secondary-heading {
    font-size: 26px;
    line-height: 30px;
}

#about-section-4 .section-text h3 {
    font-size: 18px;
    line-height: 24px;
}

#about-section-4 .section-body {
    display: inline-block;
}

#about-section-4 .section-body .section-left, #about-section-4 .section-body .section-right {
    max-width: 100%;
    padding: 0;
}

#about-section-5 .section-body .section-text p {
    max-width: 100%;
    padding: 0;
}

.content-container .section-header {
    padding-bottom: 20px;
}

#about-section-7 .section-body h4 {
    font-size: 16px;
}

#about-section-7 .section-body ul li {
    line-height: 20px;
    font-size: 14px;
}

#about-section-7 .section-body ul li::marker {
    font-size: 18px;
}

#about-section-7 .section-header h3 {
    font-size: 18px;
    line-height: 24px;
}

#about-section-9 .section-body h4, #about-section-10 .section-body h4, #about-section-11 .section-body h4, #about-section-12 .section-body h4 {
    font-size: 16px;
}

#about-section-9 .section-body h5, #about-section-10 .section-body h5, #about-section-11 .section-body h5, #about-section-12 .section-body h5 {
    font-size: 16px;
}
}

@media screen and (max-width: 475px) {
    #hero-section #owl-demo .item .section-content1 {
        padding: 40px 20px 30px 30px;
    }
    #hero-section #owl-demo .item .section-content1.hero-no-bg{
        background: rgba(0,0,0,0.6)
    }
    #hero-section #owl-demo .item .section-content1 h2 {
        font-size: 40px;
        color: #fff !important;
    }
    #hero-section #owl-demo .item .section-content1 p {
        font-size: 14px;
        color: #fff !important;
    }

    #products-section .section-content .product-options .option {
        max-width: 500px;
        padding: 130px 40px 40px 40px;
        text-align: center;
        margin-top: 50px;
    }

    #products-section .section-content .product-options .option h3 {
        display: inline-block;
        width: auto;
    }

    #products-section
    .section-content
    .product-options
    .option-water
    .option-image {
        max-width: 250px;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
    }

    #products-section
    .section-content
    .product-options
    .option-meat
    .option-image {
        max-width: 190px;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    #products-section
    .section-content
    .product-options
    .option-milk
    .option-image {
        max-width: 160px;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
    }

    #products-section .section-content .product-options .option .product-link {
        display: none;
    }

    .btn {
        font-size: 18px;
        padding: 6px 26px;
    }

    #checkout-section .wrapper {
        padding: 0px;
    }

    #checkout-section .checkout-menu .form-group.radio-options input + label {
        width: 48%;
        text-align: center;
    }

    #checkout-section .checkout-menu .form-group.full-width.radio-options {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    h2.secondary-heading {
        font-size: 22px;
    }
    
    #about-section-4 .section-text h3 {
        font-size: 16px;
    }
    
    body.no-hero .site-container .section-content .section-text p, #about-section .section-content .section-text p {
        font-size: 13px;
        line-height: 22px;
    }
    
    #about-section-7 .section-header h3 {
        font-size: 16px;
    }
    
    #about-section-7 .section-body h4 {
        font-size: 14px;
    }
    
    #about-section-9 .section-body h4, #about-section-10 .section-body h4, #about-section-11 .section-body h4, #about-section-12 .section-body h4 {
        font-size: 14px;
    }
    
    #about-section-9 .section-body h5, #about-section-10 .section-body h5, #about-section-11 .section-body h5, #about-section-12 .section-body h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    #checkout-section .checkout-menu .form-group.radio-options input + label {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    #checkout-section .checkout-menu .form-group.full-width.radio-options {
        flex-direction: column;
    }
}
