/** Shopify CDN: Minification failed

Line 1362:3 Expected "}" to go with "{"

**/
/* gernal css strat */

/*
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
*/
@font-face {
    font-family: 'Regular.otf';
    src: url(/cdn/shop/files/Flama_Regular.otf?v=1661483491);
}

@font-face {
    font-family: 'FlamaBlack.otf';
    src: url(/cdn/shop/files/FlamaBlack_Regular.otf?v=1661483491);
}

@font-face {
    font-family: 'FlamaLight.otf';
    src: url(/cdn/shop/files/FlamaLight_Regular.otf?v=1661483491);
}

@font-face {
    font-family: 'Smoothy-Slanted.otf';
    src: url(/cdn/shop/files/FontsFree-Net-Smoothy-Rsz-Slanted.ttf?v=1661483491);
}

@font-face {
    font-family: 'Chandler42';
    src: url(/cdn/shop/files/Chandler42.otf?v=1661485361);
}


/*
font-family: 'Assistant', sans-serif;
*/

:root {
    --black: #000;
    --off-white:
}


/* font families */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: #fff; */
    font-family: 'FlamaLight.otf';
}

header svg,
header svg path {
  color: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: #fff;
}

button,
input,
select,
textarea {
    outline: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a:hover {
    color: #FFDCE0;
}


/* general css end */

.header_section1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    margin: auto;
}

img {
    width: 100%;
}

a {
    text-decoration: none !important;
    color: black;
}
.mob_banner{
  display: none;
}

/********************************************************** DESKTOP HEADER ******************************************/

.HeaderLogo {
    width: 20%;
    text-align: left;
}

.HeaderLogo img {
    width: 65%;
}

.HeaderLinks {
    width: 50%;
}

.HeaderIcon {
    text-align: right;
}

.HeaderIcon a svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.HeaderIcon a {
    width: 20px;
    display: inline-block;
    height: 20px;
    margin-left: 15px;
}

.HeaderLinks ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-around;
    margin: 0;
}

.HeaderLinks a {
    color: RGB(255, 255, 255);
    font-size: 15px;
    letter-spacing: 2.63px;
    font-family: 'FlamaLight.otf';
    display: inline-block;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.HeaderLinks a:hover {
    transition: 0.4s;
    border-bottom: 1px solid RGB(255, 255, 255);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown i {
    margin-left: 5px;
    transform: translateY(2px);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    padding: 20%;
    z-index: 1;
    border: 1px solid #99999980
}

.dropdown-content a {
    font-family: 'Nunito';
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5%;
}

.dropdown-content p {
    border-bottom: 1px solid #99999980;
}

.dropdown-content p:last-child {
    border: none;
    margin-bottom: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.HeaderLinks .active a {
    color: RGB(255, 255, 255);
    border-bottom: 1px solid RGB(255, 255, 255);
}


/************************ MOBILE HEADER ***********************/

.mobile_header {
    display: none;
    padding: 2%;
}

.mobile_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapse_btn_containter {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background: none;
    color: #484848;
    border: none;
    position: relative;
    z-index: 1;
}

.mobile_logo_container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_logo_container img {
    width: 40%;
}

.mobile_nav_icons_container {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mobile_nav_icons_container svg {
    width: 50%;
    cursor: pointer;
}

.mobile_nav_icons_container svg * {
  /* fill: white !important; */
}


/*<!-------------------------------------------------SIDEBAR------------------------------------------------------->*/

.sidebar_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0% 10px 0% 20px;
}

.sidebar_logo {
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #513C2D;
}

.sidebar_logo img {
    width: 40%;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 0px;
    font-family: 'Poppins', sans-serif;
    background-image: url('../Assets/Contact.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.nav_ul_siderbar {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    padding-top: 5%;
}

.SidebarUl {
    opacity: 0;
}

.nav_li_siderbar {
    text-decoration: none;
    font-size: 16px;
    color: #484848;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    margin: 15px 20px 8px 20px;
}

.nav_li_siderbar a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-family: 'Avenir';
    border-radius: 100px;
    border: 2px solid transparent;
}

.nav_li_siderbar a:hover {
    font-weight: 700;
}

.sidebar_icon {
    float: right;
    transform: translateY(30%);
}

.sidebar .closebtn {
    position: absolute;
    top: -4px;
    right: 10px;
    font-size: 30px;
    margin-left: 0px;
    color: black;
    z-index: 999;
}

.closebtn svg {
    width: 70%;
}


/* shop page */

.container-resp-1,



.shop-bg {
    background-image: url(/cdn/shop/files/produkte_espressolandscape075x-1653042091518.jpg?v=1661483468);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.shop-bg .container-resp {
    padding: 50px 0px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-bg-content h2 {
    font-family: 'Smoothy-Slanted.otf';
    font-style: italic;
    line-height: 121px;
    font-size: 130px;
    color: #cbcbcb;
    text-align: center;
    transform: matrix(.99, -.16, .16, .99, 0, 0) translate(0, -3rem);
}

.desktop_header {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    padding: 25px 0px;
    padding-left: 0%;
    padding-right: 0%;
    transition: 0.4s;
    z-index: 1;
    background-color: transparent;
}

.HeaderLinks li {
    border: 1px solid transparent;
    padding: 8px 10px;
    transition: 0.4s;
}

.HeaderLinks li:hover {
    transition: 0.4s;
    border: 1px solid #b0b0b0;
}

.bag-img {
    position: relative;
}

.bag-img img {
    width: 100%;
    position: absolute;
    bottom: -110px;
}

.shop-products {
    padding: 0px 0px 100px 0px;
}

.bag-pro-main {
    border: 1px solid #6a6e73;
    position: relative;
    margin-top: 370px;
}

.epsode-box-top h2 {
    font-size: 30px;
    font-family: 'Assistant', sans-serif;
    letter-spacing: 0.6px;
    padding: 0px 0px 7px 15px;
    color: RGBA(106, 110, 115, 0.75);
}

.epsode-box-bottom li {
    letter-spacing: 0.6px;
    color: #6A6E73;
    display: flex;
    font-size: 14px;
    border-top: 1px solid #6a6e73;
    font-family: 'FlamaLight.otf';
}

.epsode-box-bottom li span {
    padding: 7px 7px 7px 15px;
    display: inline-block;
}

.li-col-1 {
    min-width: 105px;
    border-right: 1px solid #6a6e73;
}

.epsode-box-top {
    padding-top: 100px;
}

.shop-products .row {
    margin-top: -310px;
}


/* footer */

footer {
    background-image: url(/cdn/shop/files/footer-bg.png?v=1661483469);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.footer-row ul li {
    margin-bottom: 5px;
}

.footer-row ul li a {
    font-size: 14px;
    color: #cbcbcb;
    font-size: 14px;
    letter-spacing: 0.6px;
}

.footer-row ul li a:hover {
    text-decoration: underline !important;
}

.footer-logo img {
    width: 90%;
}

.footer-row .footer-logo-1,
.footer-row ul {
    margin-top: 45px;
}

.footer-row {
    max-width: 1000px;
}

.scoll-header-bg {
    background: #ffffff00;
    transition: 0.2s;
    background-image: url(/cdn/shop/files/bg_header_schmal_grau.webp?v=1668687941);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    top: 0px !important;
}

.footer-h {
    font-size: 14px;
    color: #cbcbcb;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Flama';
}

.form-wraper {
    max-width: 300px;
}

.form-wraper .form-outline {
    width: 100%;
}

.form-outline {
    position: relative;
}

.form-wraper input,
.form-wraper input::placeholder {
    letter-spacing: 1.5px;
    font-size: 10px;
    margin-top: 5px;
    color: #cbcbcb !important;
}

.form-wraper input {
    border-radius: 0px !important;
    border: 1px solid #cbcbcb;
    padding-left: 0px;
    background: transparent !important;
    padding: 10px 14px;
    border-radius: 0px !important;
    margin-top: 0px;
}

.form-wraper input:focus,
.form-wraper input:active:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #cbcbcb;
}

.form-wraper .btn-submit {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 0px;
    background-color: #cbcbcb;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wraper .btn-submit img {
    width: 30px;
}

.footer-icons-1 {
    margin-left: 15px;
}

.footer-icons-1 a {
    display: inline-block;
    margin-left: 15px;
}

.footer-icons-1 a svg {
    width: 30px;
    height: 30px;
    fill: #cbcbcb;
}

.footer-icons-form {
    align-items: center;
}

.epsode-box-bottom li:last-child .li-col-2 {
    font-size: 23px;
    font-family: 'Assistant', sans-serif;
    color: #6a6e73;
    font-weight: 700;
    padding: 0px 7px 0px 15px;
}

.shop-bg.pro-detail {
    background-image: url(/cdn/shop/files/pro-detail-bg.png?v=1661485446);
    background-position: top right !important;
    background-size: 100% 82% !important;
    padding-top: 100px;
}

.shop-bg.pro-detail .container-resp {
    padding: 50px 0px 0px 0px;
    min-height: 585px;
    justify-content: center;
}

.prod_container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.prod_left {
    width: 50%;
}

.prod_left {
    width: 50%;
}

.prod_left img {
    width: 90%;
}

.prod_right {
    width: 50%;
}

.prod_detail_container {
    width: 100%;
    padding: 10px;
    position: relative;
    background: #a0c1c6;
}

.prod_detail_inner {
    width: 100%;
}

.bor_top {
    border-top: 1px solid white;
}

.bor_bottom {
    border-bottom: 1px solid white;
}

.bor_right {
    border-right: 1px solid white;
}

.bor_left {
    border-left: 1px solid white;
}

.prod_detail_inner h1 {
    color: white;
    font-size: 36px;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'FlamaLight.otf';
}

.prod_detail_flx {
    width: 100%;
    display: flex;
}

.prod_detail_ele {
    padding: 15px 10px;
    color: white;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
#platz{
  font-size: 16px;
}

.w-17 {
    width: 17%;
}

.w-28 {
    width: 28%;
}

.prod_price {
    font-size: 28px;
    color: #5D5F64;
    padding: 0px !important;
    padding: 5px 10px 0px 10px !important;
    font-weight: 800;
}

.price-base span{
  color: #FFF;
}

.amount_selector_container {
    padding: 0px !important;
}

.amount_selector,
.griding_selector,
.quantity_input {
    width: 100%;
    height: 100%;
    border: none;
    color: #6A6E73;
    padding: 5px 10px;
    font-size: 16px;
}

.w-38 {
    width: 38%;
}

.w-55 {
    width: 55%;
}

.prod_price small{
  display: none;
}



.griding_selector_container {
    padding: 0px !important;
}

.quantity_input {
    width: 100%;
}

.quantity_input {
    text-align: center;
    border-top: 1px solid RGBA(0, 0, 0, 0.2);
}

.cart_btn {
    width: 100%;
    max-width: 210px;
/*     padding: 16px 10px; */
    padding-top: 6px;
    border: none;
    position: absolute;
    right: 10px;
    bottom: -46px;
    background: RGBA(209, 50, 66, 0.8);
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.overview_txt {
    color: #A0C2C5;
    position: absolute;
    bottom: -40px;
    left: 0px;
    font-size: 16px;
    font-family: 'Chandler42';
}

.prod_detail_container {
    transform: translateY(-45px);
}

.sec2_prod {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sec2_prod_left_outer {
    width: 45%;
}

.sec2_prod_left {
    width: 100%;
    background: #F2EDE7;
    padding: 230px 20px 40px 20px;
    transform: rotate(-2deg);
    margin-top: 7%;
}

.sec2_prod_left p {
    color: black;
    transform: rotate(-2deg);
    font-family: 'Chandler42';
    font-size: 16px;
}

.sec2_prod_right {
    width: 50%;
/*     margin-top: -8em; */
}

.sec2_prod_left img {
    width: 260px;
    max-width: 100%;
    position: absolute;
    top: -70px;
    left: 0px;
}

.sec2_prod_left.note-right img {
    top: -40px;
    right: 0px;
    left: auto;
}

.sec2_prod_left>h1 {
    font-size: 38px;
    position: absolute;
    top: 80px;
    left: 210px;
    transform: rotate(-2deg);
    font-family: 'Smoothy-Slanted.otf';
    color: #323232;
}

.sec2_prod_left.note-right>h1 {
    top: 110px;
    left: 78px;
}

.sec2_prod_right p {
    margin-bottom: 15px;
    color: #757575;
        font-size: 16px;
    font-family: 'FlamaLight.otf';
}

.sec2_prod_right p b {
    color: #757575;
}

.sec2_prod_right_inner {
    width: 100%;
    border: 1px solid black;
}

.sec2_prod_right_flx {
    border-bottom: 1px solid black;
    display: flex;
}

.sec2_prod_flx_w_15 {
    width: 20%;
    padding: 15px 6px;
    color: #6A6E73;
    border-right: 1px solid black;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.sec2_prod_flx_w_85 {
    width: 80%;
    padding: 10px 20px;
    color: #6A6E73;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.sec2_prod_flx_w_40 {
    width: 30%;
    padding: 10px 20px;
    color: #6A6E73;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-right: 1px solid black;
}

.sec2_prod_flx_w_30 {
    width: 30%;
    padding: 10px 20px;
    color: #6A6E73;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.sec2_prod_icon_flx {
    padding: 30px 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.sec2_prod_icon {
    width: 27%;
    text-align: center;
}

.icon_container {
    margin-bottom: 15px;
    width: 100%;
    height: 80px;
    text-align: center;
}

.icon_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec2_prod_icon p {
    color: #6A6E73;
    font-size: 10px;
    margin-bottom: 0px;
}


/* <!-------------- Responsive ----------------> */

@media screen and (min-width: 1680px) {
    .container-resp {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1679px) {
    .bag-img img {
        width: 430px;
        position: absolute;
        bottom: -110px;
    }
}

@media screen and (max-width: 1365px) {
    .shop-bg-content h2 {
        line-height: 96px;
        font-size: 90px;
    }
    .desktop_header {
        padding: 15px 0px;
    }
    .epsode-box-top {
        padding-top: 80px;
    }
    .bag-img img {
        bottom: -100px;
        width: 330px;
    }
    .shop-bg .container-resp {
        min-height: 580px;
    }
    .bag-pro-main {
        margin-top: 300px;
    }
    .shop-products .row {
        margin-top: -240px;
    }
}

@media screen and (max-width: 1199px) {
    .HeaderLinks a {
        font-size: 14px;
    }
    .HeaderLinks {
        width: 60%;
    }
    .shop-bg .container-resp {
        padding: 50px 0px;
    }
    .shop-bg-content h2 {
        line-height: 86px;
        font-size: 80px;
    }
    .bag-img img {
        bottom: -90px;
        width: 280px;
    }
    .shop-bg .container-resp {
        min-height: 600px;
    }
    .bag-pro-main {
        margin-top: 270px;
    }
    .shop-products .row {
        margin-top: -230px;
    }
}
@media screen and (max-width: 1100px) {
.mobile_header {
        display: block;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
  .openbtn .fa-bars {
    color: #fff;
}
}
@media screen and (max-width: 991px) {
  .desk_banner{
    display: none;
  }
 .mob_banner{
   display: block;
 }
    .mobile_header {
        display: block;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    .openbtn .fa-bars {
        color: #fff;
    }
    .desktop_header {
        display: none;
    }
    .bag-img img {
        bottom: -90px;
        width: 310px;
    }
    .bag-pro-main {
        margin-top: 300px;
    }
    .shop-bg .container-resp {
        min-height: 540px;
    }
    .bag-pro-main {
        margin-top: 260px;
    }
    .shop-products .row {
        margin-top: -200px;
    }
    .prod_container {
        flex-wrap: wrap;
    }
    .prod_left,
    .prod_right {
        width: 100%;
    }
    .prod_left {
        text-align: center;
    }
    .prod_right {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .blog-row-mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
  .m_mob{
    margin-bottom: 20px;
    margin-top: -35px;
  }
  .sec2_prod_left_outer{
    width: 100% !important;
    margin-bottom:60px;
  }
  .sec2_prod_flx_w_15{
    font-size: 10px;
  }
  .sec2_prod{
    margin-top: 30px;
  }

    .footer-row .footer-logo-1,
    .footer-row ul {
        margin-top: 0px;
    }
    .footer-row ul {
        margin: 30px 0px;
    }
    .footer-logo-1 {
        margin: 30px 0px !important;
    }
    .shop-products-row {
        display: none;
    }
    .icon-a {
        width: fit-content;
        height: fit-content;
        margin: 0px 20px;
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
    }
    .icon-a img {
        width: 30px;
    }
    .blog-row-mobile {
        margin-top: -160px;
    }
    .bag-pro-main {
        max-width: 340px;
        margin: 260px auto 0
    }
    .amount_selector,
    .griding_selector,
    .quantity_input {
        font-size: 14px;
        padding: 5px 5px;
    }
    .shop-bg.pro-detail {
        padding-top: 50px;
    }
    .cart_btn {
        max-width: 150px;
        font-size: 14px;
    }
    .sec2_prod {
        flex-wrap: wrap;
    }
    .sec2_prod_left {
        width: 100%;
    }
    .sec2_prod_right {
        width: 100%;
    }
    .sec2_prod_left {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .sec2_prod_left>h1 {
        left: 180px;
    }
    .sec2_prod_flx_w_85 {
        width: 75%;
    }
    .sec2_prod_flx_w_15 {
        width: 25%;
    }
}

@media screen and (max-width: 575px) {
    .mobile_logo_container {
        width: 70%;
    }
    .mobile_nav_icons_container svg {
        width: 50%;
    }
    .shop-bg-content h2 {
        line-height: 67px;
        font-size: 60px;
    }
    .shop-bg .container-resp {
        min-height: 400px;
    }
    .bag-img img {
        margin-left: 0px;
    }
    .footer-icons-form {
        display: block !important;
    }
    .footer-icons-1 {
        margin: 15px 0px 0px 0px;
    }
    .footer-icons-1 a {
        margin-left: 0px;
        margin-right: 15px;
    }
    .shop-bg {
        background-position: right;
    }
    .icon-a {
        width: fit-content;
        height: fit-content;
        opacity: 1;
        top: auto;
        transform: none;
        bottom: -60px;
        position: relative;
        margin: 0px;
    }
    .icon-a-wraper {
        position: relative;
        width: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .prod_detail_inner h1 {
        font-size: 28px;
    }
    .prod_detail_ele {
        padding: 3px;
        font-size: 8px;
    }
    .prod_price {
        font-size: 20px;
    }
}

@media screen and (max-width:424px) {
    .bag-img img {
        width: 300px;
    }
}

@media screen and (max-width:374px) {
    .shop-bg-content h2 {
        line-height: 57px;
        font-size: 50px;
    }
    .shop-bg .container-resp {
        min-height: 430px;
    }
    .bag-img img {
        width: 250px;
    }
    .bag-pro-main {
        margin-top: 220px;
    }
    .shop-products .row {
        margin-top: -160px;
    }
}
.icon-search{
 stroke: white;

}
.shopify-policy__container {
    padding: 0;
    max-width: unset;
    margin: 0 auto;
}
.PolicyCont {
    max-width: 1000px;
    padding: 20px 20px 60px;
    margin: auto;
    font-size: 16px;
}

.shopify-policy__title {
    text-align: center;
    display: none!important;
}

.shop-bg-content h2 {
  color: #fff;
}

@media (max-width: 759px) {
  .mat-text-block .mat-text-title {
    color: #525456;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    margin-top: 1em;
    font-family: FlamaLight!important;
  }

  .mat-text-block .mat-text-subtitle {
    color: #323232;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-top: 1em;
    font-family: Flama!important;
  }

  .mat-text-block p {
    padding-top: 10px;
    line-height: 26px;
    letter-spacing: 0;
    font-size: 16px;
    color: #757575;
    font-family: FlamaLight;
  }
}

@media (min-width: 750px) {
  .mat-text-block .mat-text-title {
    color: #525456;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    margin-top: 0;
    font-family: FlamaLight!important;
  }

  .mat-text-block .mat-text-subtitle {
    color: #323232;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    margin-top: 1em;
    font-family: Flama!important;
  }

  .mat-text-block p {
    padding-top: 10px;
    line-height: 26px;
    letter-spacing: 0;
    font-size: 16px;
    color: #757575;
    font-family: FlamaLight;
  }
}

@media (min-width: 1600px) {
  .mat-container-resp {
    min-width: 1400px !important;
    max-width: 1400px;
    position: relative !important;
    left: -100px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 97%;
  }

  .shop-bg-content {
    bottom: -150px;
    padding: 30px 0;
  }
}

@media (min-width: 751px) and (max-width: 990px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 97%;
  }