/** Shopify CDN: Minification failed

Line 3679:0 Unexpected "{"

**/
/* fontawsome icon */

@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");



/* fonts */

@font-face {

    font-family: 'IowanOldStyleBT-Roman';

    src: url('/cdn/shop/files/IowanOldStyleBT-Roman.woff?v=1780478982') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'IowanOldStyleBT-Bold';

    src: url('/cdn/shop/files/IowanOldStyleBT-Bold.woff?v=1780478981') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'MyriadPro-Regular';

    src: url('/cdn/shop/files/MyriadPro-Regular.woff?v=1780479069') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {
    font-family: 'HoeflerText';
    src: url('/cdn/shop/files/HoeflerText.woff?v=1780479154') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conto-Medium';
    src: url('/cdn/shop/files/Conto-Medium.woff?v=1780479154') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antartida-Bold';
    src:url('/cdn/shop/files/Antartida-Bold.woff?v=1780479068') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AntartidaW04-Lt';
    src: url('/cdn/shop/files/AntartidaW04-Lt.woff?v=1780479069') format('woff');
    font-weight: normal;
    font-style: normal;
}




body {

    background-color: #fff;

    font-size: 14px;

    color: #333333;

    font-family: 'IowanOldStyleBT-Roman' !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;

}



.dropdown-item.active,

.dropdown-item:active {

    background: transparent;

}



* {

    margin: 0;

    padding: 0;

}



*:focus {

    outline: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;

}



h5 {

    color: #936b24;

    font-size: 25px;

    line-height: 36px;

    padding-bottom: 20px;

    letter-spacing: 2px;
        font-family: 'IowanOldStyleBT-Roman';

}



p {

    color: #936b24;

    font-size: 16px;

    line-height: 30px;

}



img {

    -webkit-user-select: none;

    -moz-user-select: none;

    -o-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-user-drag: none;

    -khtml-user-drag: none;

    -moz-user-drag: none;

    -o-user-drag: none;

    user-drag: none;

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

    height: auto;

    max-width: 100%;

}



ul,

ol {

    list-style: outside none none;

    margin: 0;

    padding: 0;

}



a {

    -webkit-transition: color 300ms ease 0s,

        background-color 300ms ease 0s;

    transition: color 300ms ease 0s,

        background-color 300ms ease 0s;

    text-decoration: none !important;

    color: #000;

    font-size: 16px;

}



a:hover,

a:focus {

    -webkit-transition: color 300ms ease 0s,

        background-color 300ms ease 0s;

    transition: color 300ms ease 0s,

        background-color 300ms ease 0s;

    text-decoration: none;

    color: #936b24 !important;

}



a:focus {

    outline: medium none;

    outline-offset: 0;

}



button:focus,

.form-control:focus {

    outline: none;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

}



::-webkit-input-placeholder {

    color: #dcc9ac !important;

}



::-moz-placeholder {

    color: #dcc9ac !important;

}



:-ms-input-placeholder {

    color: #dcc9ac !important;

}



:-moz-placeholder {

    color: #dcc9ac !important;

}



.btn-outline-primary:not(:disabled):not(.disabled).active,

.btn-outline-primary:not(:disabled):not(.disabled):active,

.show>.btn-outline-primary.dropdown-toggle {
    background: #005a92;
    border-color: #005a92;
}


/* ===== Header css ==== */

header {

    position: absolute;

    top: 0;

    width: 100%;

    background: #EFE7DF;

    padding: 10px 0 10px 0;

}


header:after {

    content: "";

    position: absolute;

    bottom: -50px;

    left: 0;

    right: 0;

    background: url(../images/shadow-top-h.png);

    width: 100%;

    height: 51px;

    background-position: center;

    background-size: cover;

}

.navbar {

    padding: 0;

}

.navbar-nav,
.social-part {

    margin-top: 70px;

}

.navbar ul.navbar-nav li a,
.header a.menu-list__link {

    color: #936b24 !important;

    font-size: 18px;

    text-transform: uppercase;

    position: relative;

    letter-spacing: 2px;

    font-family: 'AntartidaW04-Lt';

    padding-right: .6rem !important;

    padding-left: .6rem !important;

}

.navbar ul.navbar-nav li a:hover,
.navbar ul.navbar-nav li a.active,
.header a.menu-list__link:hover {
    color: #56644b !important;
}
.header a .menu-list__link-title {
    padding-inline: 0;
}

.navbar ul.navbar-nav li a:after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    width: 1px;

    height: 17px;

    background: #936b24;

    margin: auto;

}
.header a.menu-list__link:before {

    content: '';

    position: absolute;

    right: 0;

    bottom: 8px;

    width: 1px;

    height: 17px;

    background: #936b24;

    margin: auto;

}
.header .overflow-menu li:nth-last-child(2) a.menu-list__link:before {
    display: none;
}
.navbar ul.navbar-nav li:last-child a:after {

    display: none;

}
.header .button, .header .button-secondary, .header .header-actions__action,
.header .account-button__icon  {
    color: #936b24 !important;
}
.top__header .brand__name img,
.footer_logo img {

    max-width: 240px;

}

.navbar-brand img {

    min-width: 245px;

}



header.fixed_header {

    padding: 0px;

}


header.fixed_header {

    position: fixed !important;

    top: 0  !important;

    z-index: 99  !important;

    width: 100%  !important;

    background-color: #EFE7DF !important;

    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15)  !important;

    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15)  !important;

    min-height: auto  !important;

}

header.fixed_header .header__columns.spacing-style {
    padding: 5px 0 10px 0;
}
header.fixed_header .header-logo__image {
    height:65px;
}

header.fixed_header:after {

    display: none;

}


header.fixed_header .navbar-brand img {

    min-width: 180px;

}

header.fixed_header .navbar-nav,
header.fixed_header .social-part {
    margin-top: 35px;
}


header.fixed_header .toggle_social_area {

    top: 10px;

    right: 90px;

}

header.fixed_header .menu-toggle {
    width: 35px;
}

header.fixed_header .menu-toggle span {
    top: 8px;
    height: 3px;
    width: 35px;
}

header.fixed_header .menu-toggle span::before {
    top: -8px;
    height: 3px;
    width: 35px;
}

header.fixed_header .menu-toggle span::after {
    bottom: -8px;
    height: 3px;
    width: 35px;
}

header.fixed_header .menu-open span::before {
    top: 0;
}

header.fixed_header .menu-open span::after {
    bottom: -2px;
}

header.fixed_header .social_btn a i {

    width: 28px;

    height: 28px;

    font-size: 14px;

    line-height: 25px;

}


.toggle_social_area {

    display: inline-block;

    float: right;

    position: absolute;

    top: 25px;

    right: 90px;

    z-index: 9;

}



.top__header .brand__name {

    display: inline-block;

}



.top__header .toggle_social_area {

    display: inline-block;

    text-align: right;

}



.social_btn .social-icon i {

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -o-transition: all 0.8s;

    -ms-transition: all 0.8s;

    transition: all 0.8s;

}



.social_btn .social-icon i:hover {

    -moz-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -ms--transform: rotate(360deg);

    transform: rotate(360deg);

    -webkit-transition: all 3.2s;

    -moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    -ms-transition: all 0.2s;

    transition: all 0.8s;

}



.social_btn .fa-facebook:hover {

    background-color: #ffffff;

    color: #3b5998;

    border-color: #3b5998;

}



.social_btn .fa-instagram:hover {

    background-color: #ffffff;

    color: #c11a76;

    border-color: #c11a76;

}



.social_btn .fa-youtube:hover {

    background-color: #ffffff;

    color: #bb0000;

    border-color: #bb0000;

}



.social_btn .fa-twitter:hover {

    background-color: #ffffff;

    color: #55acee;

    border-color: #55acee;

}


.social_btn a {

    display: inline-block;

}


.social_btn a i {

    width: 33px;

    height: 33px;

    color: #936b24;

    border: 2px solid #936b24;

    font-size: 16px;

    border-radius: 50%;

    line-height: 30px;

    text-align: center;

    margin-left: 5px;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}


.social_btn a i:hover {

    border-color: #56644b;

    color: #56644b;

}

.btspage_title {

    position: absolute;

    top: 0;

    left: 10%;

    bottom: 0;

    margin: auto;

    width: 100%;

    display: flex;

    align-items: center;
}

.btspage_title h2,
.btspage_title h1 {

    color: #fff;

    font-size: 40px;

}

.medicine_our_food_area .item {

    /*height: 100vh;*/

    position: relative;
    
  overflow: hidden;

}



.margin_top180 {

    margin-top: 165px;

}



.medicine_our_food_area .item img {

    width: 100%;

    height: 100%;

}



.medicine_our_food_area .item .cover {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 165px;

    left: 0;

    text-align: center;
     z-index: 2;

}
.coffee-banner .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);  
  z-index: 1;
}



.medicine_our_food_area .item .cover .header-content {

    position: relative;

    overflow: hidden;

}



.medicine_our_food_area .item .cover .header-content h2 {

    font-size: 26px;

    font-weight: lighter;

    line-height: 50px;

    color: #e6d7bf;

    letter-spacing: 3px;

}



.medicine_our_food_area .item .cover .header-content h2.pl-150 {

    padding-left: 220px;

}



.medicine_our_food_area .owl-item.active h2.animated1 {

    -webkit-animation-duration: 2s;

    animation-duration: 2s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;

    -webkit-animation-delay: 0.8s;

    animation-delay: 0.8s;

}



.medicine_our_food_area .owl-item.active p.animated2 {

    -webkit-animation-duration: 2s;

    animation-duration: 2s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

    -webkit-animation-delay: 0.8s;

    animation-delay: 0.8s;

}



.medicine_our_food_area .owl-item.active h4 {

    -webkit-animation-duration: 2s;

    animation-duration: 2s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp;

    -webkit-animation-delay: 0.8s;

    animation-delay: 0.8s;

}



.banner_img {

    max-width: 500px;

    padding: 50px;

}



.medicine_our_food_area .owl-item.active img.animated {

    -webkit-animation-duration: 3s;

    animation-duration: 3s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-name: zoomIn;

    animation-name: zoomIn;

    -webkit-animation-delay: 0.3s;

    animation-delay: 0.3s;

}





.owl-carousel .owl-nav button.owl-next,

.owl-carousel .owl-nav button.owl-prev,

.owl-carousel button.owl-dot {

    line-height: 32px;

}



.medicine_our_food_area .owl-nav .owl-prev {

    position: absolute;

    left: 15px;

    top: 43%;

    opacity: 0;

    -webkit-transition: all 0.4s ease-out;

    transition: all 0.4s ease-out;

    background: rgba(0, 0, 0, 0.5) !important;

    width: 40px;

    cursor: pointer;

    height: 40px;

    position: absolute;

    display: block;

    z-index: 1000;

    border-radius: 0;

}



.medicine_our_food_area .owl-nav .owl-prev span {

    font-size: 1.6875rem;

    color: #fff;

}



.medicine_our_food_area .owl-nav .owl-prev:focus {

    outline: 0;

}



.medicine_our_food_area .owl-nav .owl-prev:hover {

    background: #000 !important;

}



.medicine_our_food_area .owl-nav .owl-next {

    position: absolute;

    right: 15px;

    top: 43%;

    opacity: 0;

    -webkit-transition: all 0.4s ease-out;

    transition: all 0.4s ease-out;

    background: rgba(0, 0, 0, 0.5) !important;

    width: 40px;

    cursor: pointer;

    height: 40px;

    position: absolute;

    display: block;

    z-index: 1000;

    border-radius: 0;

}



.medicine_our_food_area .owl-nav .owl-next span {

    font-size: 1.6875rem;

    color: #fff;

}



.medicine_our_food_area .owl-nav .owl-next:focus {

    outline: 0;

}



.medicine_our_food_area .owl-nav .owl-next:hover {

    background: #000 !important;

}



.medicine_our_food_area:hover .owl-prev {

    left: 0px;

    opacity: 1;

}



.medicine_our_food_area:hover .owl-next {

    right: 0px;

    opacity: 1;

}



.conscious_about_food {

    padding: 85px 0 170px 0;

    background-color: #fff;

}



.wrapper_col {

    max-width: 1235px;

    margin: auto;

    padding: 0 15px;

}



.conscious_about_food_text {

    max-width: 530px;

    margin-left: -50px;

    padding-right: 0;

    padding-top: 75px;
    position: relative;

}



.conscious_about_food_text p {

    color: #936b24;

    font-size: 16px;

    margin-bottom: 15px;

    line-height: 30px;

}



.conscious_about_food_img {

    overflow: hidden;

}



.more_btn {

    font-size: 21px;

    color: #53494b;

    background: #e6d7bf;

    height: 40px;

    line-height: 40px;

    width: 185px;

    display: inline-block;

    border-radius: 50px;

    text-align: center;

    text-transform: uppercase;

    float: right;

    margin-top: 15px;

}



/* Rectangle Out */

.hvr-rectangle-out {

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}



.hvr-rectangle-out:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #56644b;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition-property: transform;

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    transition-property: transform;

    transition-property: transform, -webkit-transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    border-radius: 50px;

}



.hvr-rectangle-out:hover,

.hvr-rectangle-out:focus,

.hvr-rectangle-out:active {

    color: white !important;

    border-radius: 50px;

}



.hvr-rectangle-out:hover:before,

.hvr-rectangle-out:focus:before,

.hvr-rectangle-out:active:before {

    -webkit-transform: scale(1);

    transform: scale(1);

}



/*.bilona_desi_cow_ghee_shadow{

  position: relative;

}

.bilona_desi_cow_ghee_shadow:after {

    content: "";

    position: absolute;

    -webkit-box-shadow: 0 0 45px rgba(0,0,0,0.4);

    -moz-box-shadow: 0 0 45px rgba(0,0,0,0.4);

    box-shadow: 0px 0 45px rgba(0, 0, 0, 0.4);

    height: 30px;

    bottom: 0;

    left: 0;

    right: 0;

    -moz-border-radius: 50% / 10%;

    border-radius: 50% / 10%;

}*/

.bilona_desi_cow_ghee_area {

     
    padding: 110px 0 105px 0;

    background-position: center;

    background-size: cover;

}



.bilona_desi_cow_ghee_area h5 {

    line-height: 40px;

    color: #56644b;

}



.bilona_desi_cow_ghee_area p {

    color: #56644b;

}



.bilona_desi_cow_ghee_area .more_btn {

    float: none;

    margin-top: 35px;

    background: #56644b;

    color: #fff;

}



.bilona_desi_cow_ghee_area .more_btn:hover,

.cold-press_oil_text .more_btn.hvr-rectangle-out:hover,

.we_prefeer_healthy_text .more_btn:hover {

    color: #56644b !important;

}



.bilona_desi_cow_ghee_area .more_btn.hvr-rectangle-out:before,

.cold-press_oil_text .more_btn.hvr-rectangle-out:before,

.we_prefeer_healthy_text .more_btn.hvr-rectangle-out:before {

    background: #e6d7bf;

}



.sugar_is_desi_khand_area {

    margin: 150px 0 115px 0;

    position: relative;

    min-height: 480px;

}



.sugar_is_desi_khand_text {

    max-width: 475px;

    position: relative;

    z-index: 1;

}



.sugar_is_desi_khand_text .more_btn {

    float: none;

    margin-top: 35px;

}



.right_sugar_is_desi_khand_img {

    overflow: hidden;

    text-align: right;

    position: absolute;

    right: 0;

    bottom: 0;

    max-width: 870px;

}



/*.cold-press_oil_shadow {

    position: relative;

}



.cold-press_oil_shadow:before {

    content: "";

    position: absolute;

    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    border-radius: 50% / 10%;

}*/



.cold-press_oil_area {

    padding: 20px 0 150px 0;

    background: #fff;

    position: relative;

}



.cold-press_oil_text {

    padding-left: 35px;

}



.cold-press_oil_text h5 {

    color: #56644b;

}



.cold-press_oil_text p {

    color: #56644b;

}



.cold-press_oil_text .more_btn {

    float: none;

    margin-top: 30px;

    background: #56644b;

    color: #fff;

}



.cold-press_oil_text .more_btn:hover {

    background: #e6d7bf;

    color: #53494b;

}



.lost_of_love_food_area {

    background: url(../images/lost_of_love_food.jpg);

    background-attachment: fixed;

    padding: 80px 0;

    background-position: 65%;

    background-size: cover;

    min-height: 935px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.lost_of_love_food_text {

    max-width: 530px;

    float: right;

    color: #fff;

    padding: 0 30px;

}



.lost_of_love_food_text h5,

.lost_of_love_food_text p {

    color: #fff !important;

}



.we_prefeer_healthy_area {

    background: url(../images/we_prefeer_healthy.jpg);

    background-attachment: fixed;

    padding: 80px 0;

    background-position: center;

    background-size: cover;

    min-height: 935px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.we_prefeer_healthy_text {

    background: rgba(230, 215, 191, 0.77);

    padding: 75px 35px 60px 35px;

    border-radius: 50px;

    max-width: 485px;

}



.we_prefeer_healthy_text h5 {

    color: #56644b;

}



.we_prefeer_healthy_text p {

    color: #56644b;

}



.we_prefeer_healthy_text .more_btn {

    float: none;

    margin-top: 35px;

    background: #56644b;

    color: #fff;

}



.we_prefeer_healthy_text .more_btn:hover {

    background: #e6d7bf;

    color: #53494b;

}



.joinUs_area {

    padding: 75px 0;

    background: #fff;

}



.join_ustxt {

    padding: 0 50px;

}



.contact_area {
    padding: 150px 0 110px 0;
    position: relative;
    background: #fff;
}

.contact_area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/cdn/shop/files/shadow-line.png?v=1780552808);
    background-position: center;
    width: 100%;
    height: 58px;
}

.contact_area:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background: url(../images/shadow-bottom.png);
    background-position: center;
    width: 100%;
    height: 60px;
}

.step-details-line {

    background-color: rgb(230, 215, 191);

    height: 60px;

    width: 2px;

    position: relative;

    margin: auto;

}



.step-details-line:before {

    content: '';

    background: #fff;

    width: 24px;

    height: 24px;

    display: block;

    position: absolute;

    bottom: -24px;

    left: -15px;

    border: 5px solid rgb(230, 215, 191);

    border-radius: 50%;

}



.step-details-line:hover {

    background: #5d5d3e;

}



.step-details-line:hover:before {

    border: 5px solid #5d5d3e;

}



.contact__form h5,

.join_ustxt h5 {

    font-size: 21px;

}



#contact-form {

    margin-top: 94px;

    max-width: 615px;

    margin-left: auto;

    margin-right: auto;

}



#contact-form .form-control {

    border-radius: 50px;

    border: 2px solid #936b24;

    height: 54px;

    padding-left: 40px;

    margin-bottom: 50px;

    font-size: 21px;

    color: #d2b689;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    background-color: #fff;

}



#contact-form textarea.form-control {

    height: 170px;

    padding-top: 20px;

}



#contact-form .form-control:focus {

    border-color: #56644b;

    font-size: 14px;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



#contact-form .btnContact {

    width: 100%;

    border-radius: 50px;

    color: #936b24;

    height: 54px;

    background-color: #e6d7bf;

    border: none;

    cursor: pointer;

    font-size: 21px;

    text-transform: uppercase;

    margin-bottom: 0;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



#contact-form .btnContact:hover {

    color: #fff;

    background: #56644b;

}



.contact_no_e {

    padding-top: 60px;

    text-align: center;

}



.contact_no_e p,

.contact_no_e p a {

    font-size: 17px;

    color: #936b24;

    letter-spacing: 1.5px;

}




.shadow_bottom {

    position: relative;

}



.shadow_bottom:after {

    content: "";

    position: absolute;

    bottom: -60px;

    left: 0;

    right: 0;

    background: url(../images/shadow-bottom.png);

    width: 100%;

    height: 60px;

    background-position: center;

    background-size: cover;

}



.aboutPage_content {

    margin-top: -140px;

}



.page_title {

    position: relative;

    z-index: 9;

    max-width: 750px;

}



.page_title h2 {

    color: #5d5d3e;

    font-size: 35px;

    letter-spacing: 5px;

    position: relative;

    padding: 40px 0 0 110px;

}



.page_title h2:after {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    background: url(../images/title-line.png);

    background-repeat: no-repeat;

    max-width: 750px;

    min-height: 96px;

}



.about_img {

    overflow: hidden;

    height: 100%;

}



.about_des {

    padding: 70px 0 80px 0;
    text-align: center;

}



.about_des p {

    line-height: 28px;

    margin-bottom: 10px;

}



.page_head {

    background: url(../images/whyus-pageh.jpg);

    background-size: cover;

    background-position: unset;

    min-height: 465px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.page_head .page_title {

    padding: 0;

    margin-top: -10px;

}



.page_head .page_title h2 {

    font-weight: 600;

    color: #fff;

    letter-spacing: 8px;

}



.page_head .page_title h2:after {

    background: url(../images/title-lineW.png);

    background-repeat: no-repeat;

}



.bilona_cow_ghee {

    padding: 110px 0 140px 0;

}



.desi_cowGhee {

    overflow: hidden;

}

.line_right img, .line_right img{
    width:auto;
    display: inline-block;
}

.content h4 {

    color: #936b24;

    font-size: 22px;

    text-transform: uppercase;

    letter-spacing: 4px;
    font-family: 'IowanOldStyleBT-Roman';
    font-weight: 500;

}



.line_right {

    margin-top: -30px;

}



.desi_cowGhee img {

    -webkit-animation: rotation 80s infinite linear;

}



@-webkit-keyframes rotation {

    from {

        -webkit-transform: rotate(0deg);

    }

    to {

        -webkit-transform: rotate(359deg);

    }

}



.shadow_div {

    position: relative;

}



.shadow_div:before {

    content: "";

    position: absolute;

    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);

    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    border-radius: 50% / 10%;

}



.shadow_div:after {

    content: "";

    position: absolute;

    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);

    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    border-radius: 50% / 10%;

}



.desi_khand {

    padding: 115px 0;

    position: relative;

    background: #fff;

    z-index: 9;

}



.padding_r {

    padding-right: 85px;

}



.padding_l {

    padding-left: 85px;

}



.coldPress_oil {

    overflow: hidden;

}



.desi_haldi {

    overflow: hidden;

}



.address__map {

    padding: 0px 0 85px 0;

}



.our__address {

    padding-bottom: 100px;

}



.contact_address {

    max-width: 280px;

    text-align: center;

    margin: auto;
    font-family: 'IowanOldStyleBT-Roman';

}



.contact_address h6,
.contact_address h1 {

    color: #936b24;

    font-size: 20px;

    text-transform: uppercase;

    padding-bottom: 25px;
    font-family: 'IowanOldStyleBT-Roman';
    font-weight: 200;

}



.contact_address p a,
.contact_address p {

    line-height: 33px;

    font-size: 20px !important;

    color: #936b24;

    letter-spacing: 1px;

    margin-bottom: 0px;
    font-family: 'IowanOldStyleBT-Roman';

}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.coffee-banner {
    position: relative;
}


.coffee-banner .coffee-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
   max-width: 1240px;
    margin: 0 auto;
    padding-right: 40%;
}

.coffee-banner .coffee-content h2 {
    font-family: 'Antartida-Bold';
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    font-weight: bold;
}

.coffee-banner.Coffee__ContentPage h2 {
    font-family: 'HoeflerText';
    color: #fff;
    line-height: 76px;
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    font-weight: normal;
}

.coffee-banner .coffee-content p {
    font-family: 'AntartidaW04-Lt';
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.coffee-readMore-btn {
    font-size: 21px;
    color: #53494b;
    background: #e6d7bf;
    height: 40px;
    line-height: 40px;
    width: 185px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    float: left;
}

.introducing-area {
    background: #b5875d;
    padding: 60px 0 5px 0;
    margin-top: -2px;
    position: relative;
    z-index: 9;
}

.introducing-area h2 {
    font-family: 'IowanOldStyleBT-Bold';
    font-size: 22px;
    line-height: 44px;
    color: #563a10;
    padding: 25px 0;
    letter-spacing: 2.5px;
}

.introducing-area p {
    font-family: 'IowanOldStyleBT-Roman';
    font-size: 14px;
    color: #231f20;
    line-height: 28px;
    letter-spacing: 0.1px;
}

.the-story-area {
    background: #b5875d;
    padding: 200px 0 130px 0;
    position: relative;
}

.the-story-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/shadow-line.png);
    background-position: center;
    width: 100%;
    height: 58px;
}

.the-story-area .row.mt-50 {
    margin-top: 135px;
}

.the-story-area h4 {
    font-size: 15px;
    color: #231f20;
    font-family: 'IowanOldStyleBT-Bold';
    margin-bottom: 15px;
}

.the-story-area p {
    font-size: 14px;
    line-height: 26px;
    color: #231f20;
}

.rounded-box-thestory {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-box-thestory.bg-dark-brown:before {
    content: '';
    position: absolute;
    top: -65px;
    right: -60px;
    bottom: auto;
    left: 0;
    background: url(../images/sp1.svg) no-repeat;
    background-size: 100%;
    width: 128px;
    height: 75px;
    margin: auto;
}

.rounded-box-thestory.bg-light-brown:before {
    content: '';
    position: absolute;
    top: -35px;
    right: 20px;
    bottom: auto;
    left: 0;
    background: url(../images/sp2.svg) no-repeat;
    background-size: 100%;
    width: 113px;
    height: 72px;
    margin: auto;
}

.rounded-box-thestory.bg-xlight-brown:before {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    bottom: auto;
    left: -130px;
    background: url(../images/sp3.svg) no-repeat;
    background-size: 100%;
    width: 137px;
    height: 92px;
    margin: auto;
}


.bg-dark-brown {
    background: #60381c;
}

.bg-light-brown {
    background: #7d5723;
}

.bg-xlight-brown {
    background: #986a2f;
}

.rounded-box-thestory h3 {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.rounded-box-thestory p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
}

.sp-image {
    background: url(../images/sp-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 519px;
}

.brew-line-order {
    padding: 50px 0 120px 0;
    background: #b5875d;
    position: relative;
}

.brew-line-order:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background: url(../images/shadow-bottom.png);
    background-position: center;
    width: 100%;
    height: 60px;
}

.brew-line-order h2 {
    font-size: 18px;
    color: #231f20;
    letter-spacing: 2px;
    font-family: 'IowanOldStyleBT-Bold';
    padding: 22px 0 60px 0;
}

.brew-line-content h3 {
    color: #231f20;
    font-size: 14px;
    padding: 0 0 15px;
}

.brew-line-content ul li {
    line-height: 30px;
    color: #231f20;
    font-size: 14px;
}

.brew-line-order p.mt-60px {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    margin-top: 100px;
    text-align: justify;
}

.brew-imgpng.text-right {
    margin-top: -60px;
}

.ml-20px {
    margin-left: 35px;
}

.marcs-coffee {
    text-align: center;
    margin-top: 120px;
}

.marcs-coffee p {
    font-family: 'Conto-Medium';
    color: #562d18;
    font-size: 14px;
}

.dart-roast-mr {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 165px;
    place-content: space-between;
}

.dart-roast-mr .col1 {
    width: 70px;
}

.dart-roast-mr .col1 h2 {
    font-size: 10px;
    font-family: 'IowanOldStyleBT-Bold';
    color: #ffffff;
    text-align: left;
    padding: 4px 6px;
}

.dart-roast-mr .col1.bd-dark1 h2 {
    background: #603e1a;
}

.dart-roast-mr .col1.bd-light1 h2 {
    background: #835938;
}


.dart-roast-mr .col1 img {
    padding: 10px;
}

.dart-roast-mr .col1.bd-dark1 {
    border: 2px solid #603e1a;
}

.dart-roast-mr .col1.bd-light1 {
    border: 2px solid #835938;
}

.instagram-widget {
    max-width: 500px;
    margin: 40px auto 0 auto;
}

.feedClub_logo {
    position: absolute;
    left: 90px;
    top: 118px;
    z-index: 1;
}

header.fixed_header .feedClub_logo {
    top: 30px;
}



.coffee-banner.Our__MenuBanner h1 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.coffee-banner.Our__MenuBanner h2 {
    font-size: 24px !important;
    line-height: 24px !important;
}

.about-sec {
    position: relative;
    width: 100%;
    padding: 69px 0 71px;
}

.about-sec .left-contentn-area {
    margin-top: 11px;
}

.about-sec .left-contentn-area .img-wrapper img {
    width: 100%;
}

.about-sec .right-contentn-area {
    position: relative;
    width: 100%;
    padding-left: 50px;
}

.about-sec .right-contentn-area h4 {
    padding-bottom: 15px;
    color: #222;
}

.about-sec .right-contentn-area p {
    padding-bottom: 10px;
}

.service-area {
    position: relative;
    width: 100%;
    padding: 74px 0 43px;
    background-color: #f4f4f4;
}

.service-area .service-block {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
}

.service-area .service-block .icon-area {
    position: absolute;
    top: 0%;
}

.service-area .service-block .text-area {
    position: relative;
    padding-left: 120px;
}

.service-area .service-block .text-area h3 {
    padding-bottom: 17px;
    font-weight: 600;
    font-size: 24px;
}

.service-area p,
.our-dishes p {
    line-height: 24px;
}

.our-dishes {
    position: relative;
    width: 100%;
    padding: 64px 0 3px;
}

.our-dishes .post-filter {
    position: relative;
    width: 100%;
    margin-bottom: 74px;
    margin-top: 48px;
    display: inline-block;
}

.our-dishes .filter-item {
    overflow: hidden;
}

.dishes-content .item {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
}

.our-dishes .post-filter li {
    display: inline-block;
    font-size: 24px;
    color: #191919;
    font-weight: 400;
    cursor: pointer;
    margin: 0 31px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: none;
}

.our-dishes .post-filter li:hover,
.our-dishes .post-filter li.active {
    color: #d0c194;
}

.dishes-content {
    position: relative;
    width: 100%;
}

.dishes-content .item .img-wrapper {
    position: absolute;
}

.dishes-content .item .img-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.dishes-content .item .text-area {
    position: relative;
    padding-left: 130px;
    padding-top: 13px;
}

.dishes-content .item .text-area h3 {
    border-bottom: 1px dashed #444;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dishes-content .item .text-area h3 span {
    text-align: left;
    width: 80%;
    display: inline-block;
    font-size: 19px;
    color: #191919;
}

.reservation-area {
    width: 100%;
    padding-bottom: 65px;
}

.reservation-area h2 {
    margin-bottom: 30px;
}

.sec-title h2 {
    font-weight: 600;
}

.reservation-area h4 {
    font-size: 18px;
    line-height: 30px;
}

.reservation-area .left-contentn-area .img-wrapper {
    margin-top: 30px;
}

.reservation-area .form-sec ::-webkit-input-placeholder {
    color: #191919 !important;
}

.reservation-area .form-sec ::-moz-placeholder {
    color: #191919 !important;
}

.reservation-area .form-sec :-ms-input-placeholder {
    color: #191919 !important;
}

.reservation-area .form-sec :-moz-placeholder {
    color: #191919 !important;
}

.reservation-area .form-sec input[type=text],
.reservation-area .form-sec input[type=tel],
.reservation-area .form-sec input[type=email],
.reservation-area .form-sec select,
.reservation-area .form-sec .datepicker,
.reservation-area .form-sec textarea {
    float: left;
    width: 100%;
    border: 1px solid #191919;
    background-color: #fff;
    height: 40px;
    margin-bottom: 15px;
    padding: 7px 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #191919;
}

.reservation-area .contact-form textarea {
    max-width: 100%;
    min-height: 170px;
    padding: 20px;
    resize: none;
    border-radius: 0;
}

.reservation-area.style-two {
    position: relative;
    width: 100%;
    padding: 64px 0 64px;
}

.testmonial-area {
    position: relative;
    width: 100%;
    padding: 64px 0 79px;
    text-align: center;
}

.testmonial-area .sec-title h2,
.testmonial-area p,
.testmonial-area h3 {
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
}

.testmonial-area .sec-title h2:before,
.testmonial-area .sec-title h2:after {
    background-color: #fff;
}

.testmonial-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.bg1 {
    background-image: url(../images/cf-banner/b4.jpg);
}

.fixed-bg {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.parallax,
.fixed-bg {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.testmonial-area .owl-item {
    float: left;
    position: relative;
}

.testmonial-area .item-holder {
    position: relative;
    z-index: 2;
    padding: 34px 190px 0;
}

.testmonial-area .testmonial-carousel {
    width: 100%;
    overflow: hidden;
}

.testmonial-area .testmonial-carousel .single-item {
    position: relative;
    width: 100%;
}

.testmonial-area .testmonial-carousel .single-item .text-holder {
    position: relative;
    width: 100%;
    padding: 0 57px 0 72px;
}

.testmonial-area .testmonial-carousel .single-item .text-holder p {
    text-align: left;
    margin-bottom: 47px;
    margin-top: 10px;
}

.testmonial-area .testmonial-carousel .single-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -11px;
    width: 51px;
    height: 51px;
    background-image: url(../images/cf-banner/11.png);
}

.testmonial-area .testmonial-carousel .single-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: -11px;
    width: 51px;
    height: 51px;
    background-image: url(../images/cf-banner/12.png);
}

.testmonial-area .owl-nav {
    display: none;
}

.testmonial-area .owl-dots {
    display: block;
    margin-top: 39px;
    float: left;
    width: 100%;
}

.testmonial-area .owl-dots .owl-dot {
    width: 12px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 4px;
    display: inline-block;
    margin-left: 10px;
    left: 6px;
    position: relative;
    border: none;
}

.testmonial-area .owl-dots .owl-dot.active {
    background-color: #d0c194;
}

.our-gallery {
    position: relative;
    width: 100%;
    padding: 60px 0 45px;
}

.our-gallery .img-wrapper {
    position: relative;
    width: 100%;
}

.our-gallery .col-md-12 {
    margin: 0;
    padding: 0;
}

.our-gallery .item-holder {
    position: relative;
}

.our-gallery .gallery-carousel {
    width: 100%;
    overflow: hidden;
}

.our-gallery .gallery-carousel .single-item {
    position: relative;
    width: 100%;
}

.our-gallery .img-wrapper img {
    width: 100%;
}

.our-gallery .gallery-carousel .single-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.our-gallery .gallery-carousel .single-item:hover .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.our-gallery .owl-item {
    float: left;
    position: relative;
    margin: 0 !important;
}

.our-gallery .overlay .icon-area {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.our-gallery .owl-nav {
    display: none;
}

#html5-watermark {
    background: #ff2b58;
    display: none !important;
    z-index: 9999999999;
}

.mtr-left {
    margin-left: 35px;
}

.mtr-left h4 {
    color: #8a6b24;
}

.BlogArea {
    background: url(../images/blog-bg.jpg);
    padding: 80px 0;
    margin-top: 175px;
    height: 365px;
    display: flex;
    align-items: center;
    position: relative;
}

.BlogArea:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.BlogContent {
    padding: 80px 0;
}

.BlogArea h2,
.BlogArea h1 {
    color: #fff;
    position: relative;
    z-index: 1;

    font-size: 40px;
}

.BlogDes {
    padding: 20px;
}

.BlogDes h4 {
    color: #444;
}

.smooth-goto.coffee-readMore-btn {
    float: left;
}

.BlogDes ul li {
    padding: 8px 0;
    color: #936b24;
    font-size: 15px;
}

.BlogDes ul li strong {
    color: #444;
    margin-bottom: 8px;
    display: inline-block;
}

.BlogDes ul li a {
    color: #5d5b3b;
    font-weight: bold;
    text-decoration: underline !important;
}

footer,
.footrk {
    padding: 40px 0 70px 0;
    background: #EFE7DF;
}


footer h3 {

    font-size: 21px;

    color: #936b24;

    padding-bottom: 15px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 2px;
    font-family: 'IowanOldStyleBT-Roman';

}



footer p {

    font-size: 17px;

    color: #936b24;

    line-height: 28px;

}



footer .social_btn.social_footer {

    padding-top: 10px !important;

}



footer .footer_logo,

.border_right_col {

    border-right: 2px solid #e6d7bf;

    height: 100%;

    padding: 35px 0 0 0;

}



.description_footer {

    padding: 35px 0 0 0;

}

.description_footer .signture-img {
    max-width: 240px;
}


.description_footer p {

 

}


.copyright p {
    color: #444;
}

.copyright p a {
    color: #936b24;
}

#return-to-top {

    position: fixed;

    bottom: 15px;

    right: 10px;

    background: #161716;

    width: 35px;

    height: 35px;

    display: block;

    text-decoration: none;

    display: none;

    -webkit-transition: all 0.3s linear;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    z-index: 1;

    text-align: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    border: 2px solid #936b24;

}



#return-to-top i {

    color: #fff;

    margin: 0;

    position: relative;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    font-size: 22px;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



#return-to-top:hover i {

    top: -5px;

}
.address_row_grid{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:80px;
}

.BlogDes h4 {
    color: #444;
    font-size: 23px;
}

h1.headr1 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #53494b;
        font-family: 'IowanOldStyleBT-Roman';
    font-weight: 300;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center!important;
    align-items: center !important;
}

body .header__row.header__row--top.color-scheme-1.section.section--full-width-margin.section--page-width {
    background: #EFE7DF;
}
body .menu-list__link {
    justify-content:flex-end;
}
body .header__column--right {
    align-items: end;
    margin-bottom: 10px;
}
header-menu.header-menu {
    margin-top: -30px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width:100%;
}
a.size-style.spacing-style.header-logo {
    height: auto !important;
}
img.leafimg1 {
    width: 65px;
    margin: 0 auto;
}
.text-center {
    text-align: center !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.footrk p {
    margin-bottom: 1rem;
}
.product-details ul {
    color: #936b24;
    font-size: 16px;
    line-height: 30px;
    list-style: disc;
}
#shopify-section-template--20142141046863__product_list_dnQ4HT h2 {
    color: #936b24;
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-family: IowanOldStyleBT-Roman;
    text-transform: uppercase;
}
body product-card .text-block.h5 p {
    color: #936b24;
    font-size: 20px;
    line-height: 30px;
    font-family: IowanOldStyleBT-Roman;
    padding-top:8px;
}
product-card .price__regular, product-card .price__sale {
    font-size: 14px;
    color: #936b24;
    font-family: IowanOldStyleBT-Roman;
}
.card-gallery {
    border-radius: 16px;
}








/*************************************************/
@media (min-width: 992px) {
    .col-lg-7,
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-5,
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .container {
        max-width: 1200px;
            margin-right: auto;
    margin-left: auto;
            width: 100%;
    }
    .col-lg-12,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
        .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

  [class*="col-md-"],
  [class*="col-lg-"] {
    padding-right: 15px;
    padding-left: 15px;
}


}

.resource-list .button.add-to-cart-button.button, .card-view-product-btn{
    margin-top: 15px;
}
.card-view-product-btn{
    display:block;
    text-align:center;
    text-transform:uppercase;
}
.button.add-to-cart-button.button, button.shopify-payment-button__button--unbranded, .card-view-product-btn{
    font-size: 16px;
    color: #53494b;
    background: #e6d7bf;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: IowanOldStyleBT-Roman !important;
    line-height: initial;
    padding: 13px;
    height: auto;
}
button.shopify-payment-button__button--unbranded{
    background: #56644b;
    color:#fff;
}
.button.add-to-cart-button.button, button.shopify-payment-button__button--unbranded, .card-view-product-btn {

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}



.button.add-to-cart-button.button:before, button.shopify-payment-button__button--unbranded:before, .card-view-product-btn:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #56644b;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition-property: transform;

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    transition-property: transform;

    transition-property: transform, -webkit-transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    border-radius: 50px;

}

button.shopify-payment-button__button--unbranded:before{
    background: #e6d7bf;
    color:#53494b;
}

.button.add-to-cart-button.button:hover,

.button.add-to-cart-button.button:focus,

.button.add-to-cart-button.button:active, 

.card-view-product-btn:hover,

.card-view-product-btn:focus,

.card-view-product-btn:active, 
{

    color: white !important;

    border-radius: 50px;

}

.accelerated-checkout-block button.shopify-payment-button__button--unbranded:hover,

.accelerated-checkout-block button.shopify-payment-button__button--unbranded:focus,

.accelerated-checkout-block button.shopify-payment-button__button--unbranded:active{

    color: #53494b;

    border-radius: 50px;

}


.button.add-to-cart-button.button:hover:before,

.button.add-to-cart-button.button:focus:before,

.button.add-to-cart-button.button:active:before,

.card-view-product-btn:hover:before,

.card-view-product-btn:focus:before,

.card-view-product-btn:active:before,

button.shopify-payment-button__button--unbranded:hover:before,

button.shopify-payment-button__button--unbranded:focus:before,

button.shopify-payment-button__button--unbranded:active:before{

    -webkit-transform: scale(1);

    transform: scale(1);

}

.card-view-product-btn:hover,
.card-view-product-btn:focus,
.card-view-product-btn:active{
    color: white !important;
    border-radius: 50px;
}
.product-information {
    padding-top: 50px;
    font-family: 'IowanOldStyleBT-Roman';
}
.product-information .product-details h1, .custom-section-content .text-block h1,
h2#filters-drawer-heading {
    color: #936b24;
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'IowanOldStyleBT-Roman';
}
.product-information .product-details .price{
    color: #936b24;
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'IowanOldStyleBT-Roman';
}
.product-information .product-details .variant-option--buttons legend{
    color: #936b24;
}
.product-information .product-details .variant-option--buttons{
    font-family: 'IowanOldStyleBT-Roman';
}
.product-information .product-details :where(input[type=radio]):not(:disabled):hover:checked:after, 
.product-information .product-details :where(input[type=radio]):checked:after, .variant-option__button-label__pill{
    background: #e6d7bf;
    color: #53494b;
    border:1px solid #e6d7bf;
}
.product-information .product-details .variant-option__button-label:has(:checked){
    border:1px solid #e6d7bf;
    color: #53494b;
}

.product-information .product-details .variant-option__button-label:hover:has([aria-disabled=true]):has([data-option-available=false]){
    background: #e6d7bf;
    color: #53494b;
}
.product-information .product-details .variant-option__button-label:hover{
    color: #fff;
    background: #56644b;
    border:1px solid #56644b;
}
.product-information .product-details .variant-option__button-label:has(:checked):hover .variant-option__button-label__pill{
    background: #56644b;
    color: #fff !important;
    border:1px solid #56644b;
}
.product-information .product-details .product-form-buttons{
    align-items:center;
}
.product-information .product-details .quantity-selector{
    border:1px solid #e6d7bf;
    font-family: 'IowanOldStyleBT-Roman';
    height: 45px;
}
.section-resource-list__content .text-block h3 {
    color: #936b24;
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'IowanOldStyleBT-Roman';
}
.hero__content-wrapper.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper.page-width h1 {
    font-size: 40px;
    font-family: 'IowanOldStyleBT-Roman';
}
#shopify-section-template--20142141374543__section_CT7iHU .custom-section-content{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.button.add-to-cart-button.button:hover,

.button.add-to-cart-button.button:focus,

.button.add-to-cart-button.button:active
{

    color: white !important;
    border-radius: 50px;

}

#shopify-section-template--20241361371215__hero_a6rfcB  .hero__container h1{
    font-weight: 600;
    color: #fff;
    letter-spacing: 8px;
    font-size: 35px;
    position: relative;
    padding: 40px 0 0 110px;
}

#shopify-section-template--20241361371215__hero_a6rfcB  .hero__container h1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 750px;
    min-height: 96px;
    background: url(/cdn/shop/files/title-lineW.png?v=1781528579);
    background-repeat: no-repeat;
}
.map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.map-grid iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
div#Hero-template--20142141112399__hero_3XnEiG .hero__content-wrapper {
    padding: 50px 0;
}
.blog-post-item .blog-post-card .h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'IowanOldStyleBT-Roman';
        color: #444;
    font-weight: 300;
}
 .blog-post-item .blog-post-card .blog-post-card__content-text {
    color: #936b24;
    font-size: 16px;
    line-height: 30px;
}
.blog-post-item .blog-post-card .blog-post-card__content-text a {
    font-size: 19px;
    color: #53494b;
    background: #e6d7bf;
    height: 48px;
    line-height: 26px;
    width: 185px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}
#shopify-section-template--20142141341775__section header {
    display: none;
}
div#shopify-section-template--20142141341775__section .spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
    max-width: 1040px;
    margin: 0 auto;
}
#shopify-section-template--20142141341775__section h1, 
#shopify-section-template--20142141341775__sectionh2, 
#shopify-section-template--20142141341775__sectionh3, 
#shopify-section-template--20142141341775__section h4, 
#shopify-section-template--20142141341775__section h5, 
#shopify-section-template--20142141341775__section h6 {
font-family: 'IowanOldStyleBT-Roman';
    color: #444;
        font-weight: 400;
            margin: 10px 0;
}
#shopify-section-template--20142141341775__section h1 {
    font-size: 40px;
    line-height: 48px;
}
div#shopify-section-template--20142141341775__section {
    padding-bottom: 60px;
    padding-top:40px;
}
.search-modal__content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 800px;
    margin: auto;
}
a.button.cart-items__empty-button {
    color: #fff !important;
}
.alert.alert-success {
    padding: 15px 0;
    text-align: center;
}


























@media (max-width: 1440px) {

    .medicine_our_food_area .item .cover {

        top: 100px;

    }

    .content h4{

        letter-spacing: 4px;

    }
    .coffee-banner.Coffee__ContentPage .coffee-content h2{
        line-height: 56px;
        font-size: 50px;
    }

}



@media (max-width: 1280px){

    .content h4{

        letter-spacing: 1px;

        font-size: 20px;

    }

    .page_title h2{

        letter-spacing: 3px;

    }

}



@media (max-width: 1199px) {

    footer .footer_logo {

        padding-right: 30px;

    }



    footer h3 {

        font-size: 20px;

    }



    footer p {

      

    }

    .coffee-banner.Coffee__ContentPage .coffee-content h2{
        line-height: 40px;
        font-size: 30px;
    }

    .medicine_our_food_area .item .cover {

        top: 60px;

    }



    .banner_img {

        max-width: 400px;

        padding: 50px;

    }



    .conscious_about_food_text {

        margin-left: -10px;

    }

    .about_img img {

        object-fit: cover;

    }
    .coffee-banner .coffee-content h2 {
        font-size: 80px;
    }

    .coffee-banner .coffee-content p{
        margin: 10px 0;
        line-height: 46px;
    }

    .coffee-banner .coffee-content div img{
        max-width: 400px;
        margin: auto;
    }
    .rounded-box-thestory{
        width: 235px;
        height: 235px;
    }
    .rounded-box-thestory p{
        line-height: 24px;
    }

    .coffee-banner .coffee-content {
        padding-right: 15px;
    padding-left: 15px;
}
body product-card .text-block.h5 p {
    font-size: 15px;
}
 
.conscious_about_food .row,
.cold-press_oil_area .row,
.container .row {
margin:0;
}
.right_sugar_is_desi_khand_img {
        max-width: 600px;
}
 a.size-style.spacing-style.header-logo {
        width: 280px;
 }

}









@media (max-width: 991px) {


    .feedClub_logo{
        left: 20px;
    }

    .medicine_our_food_area .item .cover .header-content h2 {

        font-size: 24px;

    }



    .medicine_our_food_area .item .cover .header-content h2.pl-150 {

        padding-left: 70px;

    }



    .conscious_about_food_text {

        margin-left: 0;

        padding-right: 0;

    }



    .medicine_our_food_area .item .cover {

        top: 30px;

    }



    .toggle_social_area {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        float: none;

        position: static;

        top: inherit;

        z-index: 9;

        right: inherit;

        width: 100%;

        -webkit-box-align: flex-end;

        -ms-flex-align: flex-end;

        align-items: flex-end;

        -webkit-box-pack: flex-end;

        -ms-flex-pack: flex-end;

        justify-content: center;

        place-content: space-between;

        padding: 20px 15px 0 10px;

    }



    .toggle_btn {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2;

    }



    .social_btn {

        padding-top: 0;

    }



    .banner_img {

        max-width: 300px;

        padding: 30px 50px 0px;

    }

    .page_title h2{

        font-size: 28px;

        letter-spacing: 5px;

    }

    .toggle_social_area {
        margin-top: -70px;
        padding-top: 0;
    }
    .coffee-banner .coffee-content h2{
        font-size: 60px;
    }

    .coffee-banner .coffee-content p {
        line-height: 32px;
        font-size: 24px;
    }
    .toggle_social_area .social_btn.text-right {
        z-index: 999;
    }
    .our_address{
        margin-bottom: 20px;
    }
    .testmonial-area .item-holder {
        padding: 34px 85px 0;
    }

    .navbar ul.navbar-nav li a{
                font-size: 13px;
        letter-spacing: 1px;
    }

    .navbar-brand img {
        min-width: 175px;
    }

    .menu-drawer__featured-content {
        display:none;
    }
    a.menu-drawer__menu-item {
    color: #936b24 !important;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-family: 'AntartidaW04-Lt';
    padding-right: .6rem !important;
    padding-left: .6rem !important;
}
.medicine_our_food_area .item {
    height: 400px; 
}
.medicine_our_food_area .item img {
    object-fit: cover;
}
.coffee-banner .coffee-content {
        padding-right: 15px;
    padding-left: 15px;
}
body product-card .text-block.h5 p {
    font-size: 15px;
}
.conscious_about_food_text {
        margin-left: 0;
}
.conscious_about_food .row,
.cold-press_oil_area .row,
.container .row {
margin:0;
}
 
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.right_sugar_is_desi_khand_img {
        position: relative;
}
footer .col-lg-6 {
    max-width: 46%;
    margin: 0 2%;
}

}


















@media (max-width: 767px) {
    .testmonial-area .item-holder {
        padding: 34px 25px 0;
    }
    .feedClub_logo {
        right: 15px;
        left: auto;
        margin: auto;
        text-align: center;
        width: 85px;
        padding-top: 20px;
    }

    .coffee-banner.Coffee__ContentPage .coffee-content h2 {
        line-height: 42px;
        font-size: 34px;
    }

    .about-sec .right-contentn-area{
        padding-left: 0;
    }

    header.fixed_header .toggle_social_area {
        padding-top: 0;
    }

    .top__header.text-right {
        text-align: center !important;
    }


    footer .footer_logo {

        padding-right: 0px;

    }



    .medicine_our_food_area .item .cover .header-content h2.pl-150 {

        padding: 0px;

    }



    #contact-form .form-control {

        padding-left: 30px;

        font-size: 19px;

    }



    .social_btn {

        padding-top: 0;

    }



    .toggle_social_area {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: flex-end;

        -ms-flex-align: flex-end;

        align-items: flex-end;

        place-content: space-between;

        padding-top: 25px;

    }



    .toggle_btn {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2;

    }



    header {

        padding: 0;

    }



    .medicine_our_food_area .item .cover {

        top: 15px;

    }



    .medicine_our_food_area .item .cover .header-content h2 {

        line-height: 36px;

    }



    .bilona_desi_cow_ghee_area {

        padding: 100px 15px 110px 15px;

    }



    .cold-press_oil_text {

        padding-top: 40px;

        padding-left: 0;

    }



    .lost_of_love_food_text {

        padding: 0;

    }



    .we_prefeer_healthy_text {

        padding: 50px 15px 40px 15px;

    }



    .join_ustxt {

        padding: 0;

    }



    footer .footer_logo,

    .border_right_col {

        border: none;

    }



    p {

        font-size: 16px;

        line-height: 30px;

    }



    h5 {

        font-size: 22px;

    }



    #menu li a {

        font-size: 26px;

        line-height: 36px;

    }



    .bilona_desi_cow_ghee_area h5 {

        line-height: 42px;

    }



    .conscious_about_food_text {

        text-align: center;

    }



    .more_btn {

        float: none;

    }



    .conscious_about_food {

        padding: 85px 0 110px 0;

    }



    .cold-press_oil_area {

        padding: 110px 0;

    }



    .joinUs_area {

        padding: 75px 0 110px 0;

    }



    .our_address {

        margin-top: 20px;

    }



    footer {

        padding: 65px 0 100px 0;

    }



    .sugar_is_desi_khand_area {

        padding: 110px 0;

        min-height: 750px;
        margin: 0;

    }



    .lost_of_love_food_area {

        min-height: 750px;

        background-position: 40%;
        background-attachment: scroll;

    }
.we_prefeer_healthy_area {
    background-attachment: scroll;
}


    .medicine_our_food_area .owl-nav .owl-next,

    .medicine_our_food_area .owl-nav .owl-prev {

        top: 40%;

    }



    .banner_img {

        max-width: 250px;

        padding: 20px 40px 0px 10px;

    }

    .page_title h2 {

        font-size: 32px;

        letter-spacing: 2px;

        padding: 40px 0 0 102px;

    }

    .page_title h2:after{

        bottom: 0;

        top: auto;  

    }

    .page_head .page_title h2{

        letter-spacing: 4px;

        padding-top: 0;

    }

    .page_head{

        min-height: 350px;

    }

    .bilona_cow_ghee{

        padding: 80px 0;

    }

    .desi_khand{

        padding: 80px 0;

    }

    .padding_r {

        padding-right: 45px;

        padding-bottom: 10px;

    }

    .padding_l {

        padding-left: 45px;

        padding-bottom: 10px;

    }

    .content h4{

        font-size: 20px;

    }


    .contact_address{

        margin-top: 45px;

    }

    .address__map{

        padding: 10px 0 40px 0;

    }
    .coffee-banner .coffee-content h2 {
        line-height: 42px;
        font-size: 34px;
    }
    .coffee-banner .coffee-content div img {
        max-width: 220px;
        margin: auto;
    }
    .coffee-readMore-btn {
        font-size: 13px;
        height: 28px;
        line-height: 28px;
        width: 160px;
        margin-top: 0px;
    }
    .brew-line-content .float-right {
        float: none !important;
    }

    .the-story-area {
        text-align: center;
    }
    .the-story-area .row.mt-50{
        margin-top: 30px;
    }
    .rounded-box-thestory {
        width: 235px;
        height: 235px;
        margin: 30px auto;
    }
    .ordr2{
        order: 2;
        margin-top: 60px;
    }
    .the-story-area {
        padding: 170px 0 60px 0;
    }
    .marcs-coffee{
        margin-top: 60px;
    }
    .coffee-banner.coffee-page .coffee-img {
        min-height: 300px;
        object-fit: cover;
    }
    .medicine_our_food_area.coffee-banner h2 {
        font-size: 40px;
    }
    header.fixed_header{
        min-height: 130px;
    }
    header.fixed_header .brand__name{
        padding-bottom: 20px;
    }
    header.fixed_header .social_btn{
        padding-top: 52px;
    }
    header.fixed_header .feedClub_logo{
        top: 60px;
    }
    .medicine_our_food_area .item {

        height: 60vh;

    }
    .dishes-content .item .text-area, .our-menu .item .text-area{
        padding-left: 0px;
    }
    .dishes-content .item .img-wrapper, .our-menu .item .img-wrapper {
        position: relative;
    }

    .margin_top180{
        margin-top: 0px;
    }
    header{
        position: relative;
    }
    header.fixed_header{
        position: static;
    }
    .navbar-nav, .social-part {
        margin-top: 30px;
    }
    .social_btn.text-right{
        text-align: left !important;
    }
    .collapse.navbar-collapse, .collapse.navbar-collapse.show {
        border-top: 0px dotted #936b24;
        margin-top: 0px;
    }
    .about_us img{
        height: 250px;
        object-fit: cover;
    }
    .btspage_title{
        left: 0px;
    }
    .navbar-brand img {
        min-width: 240px;
    }
    .navbar ul.navbar-nav li a{
        font-size: 16px;
    }
    .navbar ul.navbar-nav li a:after {
        opacity: 0;
    }
    ul.navbar-nav.mx-auto {
    border-top: 1px dotted #936b24;
    padding-top: 15px;
}


.map-grid {
    grid-template-columns: 1fr;
  }

  .map-grid iframe {
    height: 300px;
  }
.medicine_our_food_area .item {
    height: 300px; 
}
.medicine_our_food_area .item img {
    object-fit: cover;
}
.coffee-banner .coffee-content {
        padding-right: 15px;
    padding-left: 15px;
}
.coffee-banner .coffee-content h2 {;
    font-size: 36px;
}
.coffee-banner .coffee-content p {
        font-size: 18px;
    line-height: 20px;
}
body product-card .text-block.h5 p {
    font-size: 16px;
}
.conscious_about_food_text {
        margin-left: 0;
}
.conscious_about_food .row,
.cold-press_oil_area .row,
.container .row {
margin:0;
}
.col-md-12,
.col-lg-12 {
        position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
a.size-style.spacing-style.header-logo {
        width: auto;
    }
 div#ResultsList.main-collection-grid {
    padding: 0px 5px;
}
.product-information.section.section--page-width.spacing-style.color-scheme-1.relative {
    padding-top: 0;
}
#shopify-section-template--20241361371215__hero_a6rfcB .hero__container h1 {
        padding: 15px 0 0 110px;
                font-size: 28px;
}
.address_row_grid {
        gap: 20px;
    flex-wrap: wrap;
}
footer .col-lg-6 {
        max-width: 100%;
        margin: 0;
    }

div#shopify-section-template--20142141341775__section .spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column {
        padding: 0;
}
#shopify-section-template--20142141341775__section h1 {
    font-size: 30px;
    line-height: 38px;
}
.bilona_cow_ghee .desi_cowGhee {
    margin-bottom: 15px;
}
.shadow_div  .desi_cowGhee {
 margin-top: 15px;
}
#Hero-template--20142141374543__hero_a6rfcB .hero__content-wrapper.layout-panel-flex.layout-panel-flex--column.mobile-column.section-content-wrapper.page-width h1 {
    font-size: 30px;
}


}













@media(max-width: 580px) {

    .toggle_social_area {
        margin-top: 0px;
        padding-top: 5px;
    }

    .Coffee__Menu {
        overflow-x: scroll;
        width: 600px;
    }
    
    .our-dishes .post-filter li{
        margin: 0 10px;
    }

    .coffee-banner .coffee-content div img {
        max-width: 360px;
        margin: auto;
    }

    .introducing-area h2{
        line-height: 36px;
    }

    .dart-roast-mr{
        margin: auto;
    }

    .medicine_our_food_area .item .cover .header-content h2 {

        font-size: 16px;

    }

    .medicine_our_food_area .item {

        height: 40vh;

    }

    .medicine_our_food_area .item .cover .header-content h2 {

        line-height: 20px;

    }

    .testmonial-area .item-holder {
        padding: 34px 0px 0;
    }

    .medicine_our_food_area .item img {

        -o-object-fit: cover;

        object-fit: cover;

    }

    header.fixed_header .toggle_social_area {
        margin-top: -65px;
        padding-top: 5px;
    }

    .top__header .brand__name{
        padding-top: 1rem !important;
    }



}















@media(max-width: 360px) {

    .banner_img {

        max-width: 200px;

        padding: 20px 40px 0px 10px;

    }
    .coffee-banner .coffee-content h2 {
        line-height: 42px;
        font-size: 29px;
    }
    .coffee-banner .coffee-content div img {
        max-width: 320px;
        margin: auto;
    }
    .coffee-banner .coffee-content{
        padding: 0 15px;
    }
    .coffee-banner.Coffee__ContentPage .coffee-content h2 {
        line-height: 42px;
        font-size: 29px;
    }

}

@media(max-width: 340px) {
    .coffee-banner .coffee-content p{
        font-size: 20px;
    }
}


 
