﻿
/*--- General ---*/
a:hover,
a:focus{
    color: #b07948;
}

.btn {
    padding: .5rem .75rem;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
    .btn-primary:hover {
        color: #000;
        background-color: #FFF;
        border-color: #000;
    }
.btn-outline-primary {
    color: #000;
    border-color: #000;
}
    .btn-outline-primary:hover {
        color: #FFF;
        background-color: #000;
        border-color: #000;
    }

.btn-secondary {
    color: #fff;
    background-color: #b07948;
    border-color: #b07948;
}

    .btn-secondary:hover {
        color: #b07948;
        background-color: #FFF;
        border-color: #b07948;
    }
.btn-white {
    color: #000;
    background-color: #FFF;
    border-color: #FFF;
}

    .btn-white:hover {
        color: #FFF;
        background-color: transparent;
        border-color: #FFF;
    }

.cancel-btn {
    border:none;
    font-size:28px;
    background:transparent;
}

.badge {
    vertical-align: top;
}
.badge-primary {
    color: #fff;
    background-color: #b07948;
}
.navbar-brand {
    margin-right: 0; 
    margin-left: 70px;
}

.product-thumbnail {
    width: 14%;
    text-align: left;
    padding-left: 18px;
}

.color-secondary {
    color: #b07948;
}


/*--- cart ---*/
.cr-product {
    width: 50%;
}
.cr-product-det{
    display:flex;
}
.cr-product-det img{
    max-height:120px;
}
    .cr-product-det .info{
        padding-left:20px;
    }

.cr-remove {
    font-size: 24px;
    width: 5%;
}
.cr-price {
    font-weight: 600;
    width: 15%;
    text-align:center;
    vertical-align:middle !important
}
.cr-quantity {
    width: 15%;
    text-align:center;
}
.cr-total {
    font-weight: 600;
    width: 15%;
    text-align: right;
    vertical-align: middle !important
}
.table-cart p{
    opacity:0.7;
}
.table-cart-total {
    margin-top:20px;
}
.cr-regs-img {
    background: #ccc url('../img/cr-beans-bg.jpg') repeat;
}
.cr-regs-form {
    padding:80px 70px;
}

/*--- blends ---*/
.blends_weight {
    font-size:14px;
}

/* --- plus and mins ---*/

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .input-number-group input[type=number]::-webkit-inner-spin-button,
    .input-number-group input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }

    .input-number-group .input-group-button {
        line-height: calc(80px/2 - 5px);
    }

    .input-number-group .input-number {
        width: 80px;
        padding: 0 12px;
        vertical-align: top;
        text-align: center;
        outline: none;
        display: block;
        margin: 0;
    }

    .input-number-group .input-number,
    .input-number-group .input-number-decrement,
    .input-number-group .input-number-increment {
        border: 1px solid #cacaca;
        height: 40px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 0;
    }

    .input-number-group .input-number-decrement,
    .input-number-group .input-number-increment {
        display: inline-block;
        width: 40px;
        background: #e6e6e6;
        color: #0a0a0a;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-size: 2rem;
        font-weight: 400;
    }

    .input-number-group .input-number-decrement {
        margin-right: 0.3rem;
    }

    .input-number-group .input-number-increment {
        margin-left: 0.3rem;
    }




/* --- about ---*/

/* banner */
.banner {
    padding: 20px 0 40px;
    text-align: center;
}

/*.banner__img {
    width: 80%;
}
*/
.banner__desc-span {
    font-size: 25px;
}


.banner__button {
    padding: 12px 50px 12px 30px;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border: none;
    position: relative;
}

.arrow {
    height: 15px;
    margin-left: 5px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 25px;
}

.awards {
    padding: 50px 0
}

.award-blocks {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.award-block {
    width: 15%;
    text-align: center;
    margin: 0 15px;
}

.award-hole {
    max-width: 120px;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 0px 0px 13px 0px rgba(118, 115, 115, 0.86);
    border-radius: 79px;
    padding: 25px 25px 25px 25px
}

.award-hole__img {
    height: 70px;
}

.award-block__heading {
    font-weight: bold;
    font-size: 32px;
    margin: 12px 0;
}

.award-block__desc {
    max-width: 270px;
    font-size: 10px;
    line-height: 1.3;
}

.team-members {
    padding: 40px 0;
    background-color: #eaeaea;
    text-align: center;
}

.team-members-large__heading {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 7px;
    margin: 0 0 10px;
}

.team-members-blocks {
    display: flex;
    justify-content: space-around;
    margin: 0 -10px;
}

.team-members-block {
    width: 33.33%;
    margin: 0 10px;
}

.team-members-info {
    text-align: center;
    margin-top: -138px;
    background-color: #fff;
    opacity: .5;
    padding: 20px 0
}

.team-members__heading {
}

.team-members__founder {
    font-size: 22px;
}

.values {
    text-align: center;
    padding: 40px 0 0;
}

.values__paragraph {
    font-size: 22px;
    line-height: 1.1;
    max-width: 979px;
    margin: 0 auto 50px;
}

.values-heading {
    background-color: #000;
    padding: 20px 0px;
}

.values__head {
    color: #fff;
}

.value {
    padding: 40px 0;
    text-align: center;
}

.value-list {
    padding: 50px 0;
    list-style-type: inherit;
}

.value-list__item {
    font-size: 22px;
    text-align: start;
    position: relative;
    margin-left: 60px;
}

/*.value-list__item::before {
    content: '';
    background: url(.~/img/black-hole.png);
    height: 22px;
    width: 22px;
    position: absolute;
    left: -50px;
    top: 22px;
}*/

.watch-video {
    padding: 0px 0 100px;
}

.watch-video__flex {
    display: flex;
}

.watch-text {
    padding: 0px 0 50px;
    width: 50%;
    background-color: #e1e1e1;
    text-align: center;
}

.watch-text__choose {
    font-size: 34px;
}

.watch-text__watch-video {
    display: block;
    max-width: 275px;
    margin: 60px auto 30px;
    flex-wrap: wrap;
    padding: 20px 40px;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    border: 1px solid #000;
}

.watch-text__heading {
    font-size: 48px;
    margin-bottom:50px;
}

.banner__mattress {
    width: 50%;
}

.banner__mattress-img {
    display: block;
}

.nav-user-cart {
    position: absolute;
    right: 145px;
    top: 40px;
    display: flex;
    z-index:1000
}

.nav-user-cart .las{
    margin-left:15px;
    position:relative;
}


.section_padding {
    padding-top:80px;
    padding-bottom:80px;
}
.section_padding-half {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*--- login ---*/
.login_part .login_part_text {
    background: #CCC url('../img/coffe-cup-bg.jpg') no-repeat center center;
    background-size:cover;
    color:#fff;
}

.login_part .login_part_text, .login_part .login_part_form {
    padding: 80px 70px;
    height: 600px;
    display: table;
    width:100%;
}

    .login_part .login_part_text .login_part_text_iner, .login_part .login_part_text .login_part_form_iner, .login_part .login_part_form .login_part_text_iner, .login_part .login_part_form .login_part_form_iner {
        display: table-cell;
        vertical-align: middle;
    }

    .login_part .login_part_form h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 40px;
    }


@media(max-width:1024px) {
    .award-block__heading {
        font-size: 24px;
    }

    .values__paragraph {
        font-size: 30px;
    }

    .value-list__item {
        font-size: 30px;
    }

        .value-list__item::before {
            top: 9px;
        }

    .watch-text {
        padding: 160px 0 50px;
    }

    .header-list__item {
        margin-right: 40px;
    }

    .watch-text__heading {
        font-size: 34px;
    }

    .watch-text__choose {
        font-size: 26px;
    }

    .watch-text__watch-video {
        font-size: 24px;
    }

    .service {
        width: 50%;
    }
}


@media(max-width:767px) {
    .banner__img-wrapper {
        margin: 0;
    }

    .award-blocks {
        display: block;
    }

    .award-block {
        width: 100%;
        margin: 0 0 40px;
    }

    .award-block__desc {
        max-width: none;
        font-size: 10px;
        line-height: 1.3;
    }

    .awards {
        padding: 30px 0;
    }

    .team-members-large__heading {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 7px;
        margin: 0px 0 10px;
    }

    .team-members-blocks {
        display: block;
    }

    .team-members-block {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .values {
        text-align: center;
        padding: 20px 0 0;
    }

    .value-list__item {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .watch-video__flex {
        display: block;
    }

    .watch-text {
        width: 100%;
        padding: 80px 0 50px;
    }

    .banner__mattress {
        width: 100%;
    }

    .watch-video {
        padding: 30px 0 30px;
    }

    .value-list__item::before {
        top: 5px;
    }

    .values__paragraph {
        font-size: 18px;
    }

    .icon {
        height: 30px;
        display: block;
    }

    .service {
        width: 100%;
    }

    .about-coffee__col {
        width: auto;
    }

        .about-coffee__col:last-child {
            display: flex;
            border: 5px solid #000;
            padding: 30px 18px;
            position: relative;
        }
}



/*--- services ---*/

/* banner */
.banner {
    padding: 10px 0 30px;
}

.coffee {
    padding: 20px 0 40px;
}

.coffee-headings {
    text-align: center;
}

.coffee__heading {
    font-size: 26px;
    font-weight: bold;
}

.coffee__desc {
    font-size: 22px;
    max-width: 1020px;
    margin: 20px auto 50px;
}

.sevices {
    padding: 30px 0 50px;
}

.coffee-headings--space {
    padding-top: 20px;
}



/*--- wholesale ---*/
.wholesale-coffee {
    padding: 30px 0;
}

.wholesale-coffee__wrap {
    display: flex;
    align-items: center;
}

.wholesale-coffee__col {
    width: 50%;
}

.wholesale-coffee__img {
    width: 45vw;
    max-width: none;
}

.wholesale-coffee__col:last-child {
    display: flex;
    border: 5px solid #000;
    padding: 30px 18px;
    position: relative;
}

    .wholesale-coffee__col:last-child::after {
        content: "";
        width: 60px;
        height: 60px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(100%);
        position: absolute;
        bottom: 0;
        right: 60px;
        display: block;
    }

.wholesale-coffee__heading {
    font-size: 38px;
    width: 50%;
    text-transform: uppercase;
    color: #fff;
    transform: translateX(-45%);
    line-height: 1.5;
}

.wholesale-coffee__text {
    width: 50%;
}


/*--- popup modal ---*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 426px;
        margin: 1.75rem auto;
    }
    .modal-body .prod-description {
        padding: 15px;
        background: #000;
        color: #fff;
        position:relative;
    }
}


/*--- shop ---*/
  
a {
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 700px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1250px) {
    .container {
      max-width: 1240px;
    }
  }
.header {
    padding: 24px 100px;
    position:relative;
}
.header-list {
    display: flex;
    position: relative;
}
.header-list__item {
    margin-right: 90px;
}
.header-list__item:nth-last-child(1) {
    margin-right: 0;
}
.header-list__anchor {
    font-size: 18px;
    font-weight: bold;
    padding:10px 45px;
}
.header-logo {
    height: 180px;
}
.header-list__anchor--icon::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(_/img/icon.html) no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: -47px;
}
.icon {
    width: 35px;
    display: none;
   }
.icon__line {
    background-color: #5d6672;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    margin: 5px 0 5px auto;
    display: block;
    position: relative;
    transition: .25s;
}
/* banner */
.banner {
    padding: 20px 0;
}
.banner__img {

}
.blends {
    padding: 40px 0;
}
.blends-flex {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}
.blends-block {
    width: 30%;
  
}
.blends-block--width {

}
.blends__heading {
    font-size: 48px;
    line-height: 1.8;
    text-align: center;
}
.blends-card {
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
    border: 4px solid #000;
    border-radius: 3px;
    padding: 17px 20px;
    margin-top: -2px;
    position: relative;
}
.blends__add {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    padding: 10px 10px;
    position: absolute;
    top: 0;
    width: 147px;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 3px;
    margin-top: -5px;
    text-align:center;
}
.blends-block__img {
    position:relative;
    overflow:hidden;
}
    .blends-block__img .block-caption {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        color: #fff;
        left: 0;
        opacity: 0;
        padding: 20px;
        position: absolute;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
    }

    .blends-block__img:hover .block-caption {
        opacity: 1;
    }




.blands__img {
    height: 426px;
    object-fit: cover;
    box-shadow: 0px 0px 13px 0px rgba(118, 115, 115, 0.86);
}
.blands__img--width {
    width: 100%;
}
.blends__space {
    padding: 20px 0;
}
.blends__deep {
    display: block;
    font-size: 24px;
    line-height: 1.1;
    /*margin-bottom:10px;*/
}
.blends__price {
    font-size: 24px;
    line-height: 1.1;
}


/*--- decaf ---*/
.img-decaf {
    max-height:780px;
}





.watch-video {
    padding: 60px 0 100px;
}
.watch-video__flex {
    display: flex;
}
.watch-text {
    padding: 100px 0 50px;
    width: 50%;
    background-color: #e1e1e1;
    text-align: center;
}
.watch-text__choose {
    font-size: 40px;
}
.watch-text__watch-video {
    display: block;
    max-width: 275px;
    margin: 60px auto 30px;
    flex-wrap: wrap;
    padding: 20px 40px;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    border: 1px solid #000;
}
.blands__img--max-width {
    height: 425px; 
    width: 100%;
}
.blands__img { 
    width: 100%;
}
.watch-text__heading {
    font-size: 55   px;
}
.banner__mattress {
    width: 50%;
}
.banner__mattress-img {
    display: block;
}
/* hot-beverages */
    
/* hot-beverages */
    
.hot-beverages {
    padding: 20px 0;
}

/* gear */
.gear {
    padding: 20px 0;
}
.gear .blends-flex {
    flex-wrap: wrap;
}
.gear .blends-block {
    width: 25%;
    padding: 10px 5px;
    position: relative;
}
.gear .blends-block--large {
    width: 50%;
}
.gear .blends-card {
    position: absolute;
    border: none;
    left: 5px;
    right: 5px;
    bottom: 60px;      
    background: rgba(0, 0, 0, 0.493);
    max-width: none;
    color: #fff;
    text-align: center;
}
.gear .blends__add {
    position: unset;
    transform: none;
    display: block;
    margin: 0 auto 10px;
    background: #fff;
    color: #000 !important;
    border: none;
    border-radius: 7px;
}
    .gear .blends__add:hover,
    .gear .blends__add:focus{
        background: #000;
        color: #fff !important;
    }
/* brewers */
.brewers {
    padding: 20px 0;
}
.blends__add--checkout {
    position: unset;
    transform: none;
    display: block;
    margin: 20px auto;
    text-align: center;
}

/*--- Image with black border box text ---*/
.ibb-freshcoffee {
    background: #fff url('../img/fresh-coffee.jpg') no-repeat left top;
    background-size: 70%;
    min-height: 380px;
    position: relative;
}
.ibb-fc-box {
    border: 5px #000 solid;
    padding: 35px;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 700px;
}

.ibb-wholesale {
    background: #fff url('../img/Wholesale-boxes.jpg') no-repeat left top;
    background-size: 70%;
    min-height: 500px;
    position: relative;
}
.ibb-head {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -50px;
    line-height: 1.2em;
    z-index: 1;
}
.ibb-box{
    border:5px #000 solid;
    padding:35px;
    position:absolute;
    right:0;
    top:80px;
    bottom:80px;
    width:700px;
}

.your-order {
    padding:25px;
    border-radius:25px;
}
.your-order h6{
    line-height:1.5em;
}

/*--- subscription ---*/
.sub-gradbg {
    background: linear-gradient(180deg, rgba(67,70,76,1) 0%, rgba(44,44,42,1) 100%);
    display:flex;
    align-items:center;
}
.sub-gradbg img{
    width:100%;
}
.sub-form {
    padding:0 50px;
}
    .sub-form h5,
    .sub-form h6 {
        font-weight: 700;
    }
.sub-hr{
    border-top:1px #ccc solid;
    margin-top:20px;
    margin-bottom:20px;
}
.sub-check{
    margin-bottom:20px;
}
.form-control {
    background-color: #f3f3f3;
}
.sub-emp-box {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*--- Cart ---*/
.cart-stext{
    font-size:12px;
    display:block;
}

/*--- contact page ---*/
.contact-det {
    padding:40px 150px;
}
.contact-det .col-md-3{
    margin-bottom:15px;
}
    .contact-det .col-md-3 h5{
        font-weight:600;
    }
    .contact-det .col-md-3 i{
        margin-bottom:15px;
    }

/*--- gear ---*/

.gear-name {
    color:#fff;
    text-align:center;
    font-size:14px;
    padding:10px;
}
.gear-soon {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight:bold;
    padding: 10px;
}
.brewers-soon {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
/*--- ground one tabs ---*/
.one-tabs {
    border: 1px #43464c solid;
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    display: flex;
    margin-bottom: 15px;
}
    .one-tabs a {
        display:block;
        flex:1;
        padding:20px;
        border-right:1px #ccc solid;
    }
        .one-tabs a:hover,
        .one-tabs a:focus{
            background-color:#EFEFEF;
            color:#000;
        }
        .one-tabs a:first-child {
            border-radius: 10px 0 0 10px;
        }
    .one-tabs a:last-child{
        border-right:none;
        border-radius:0 10px 10px 0;
    }


 /*footer css*/
@media(max-width:1366px) {
    .header {
        padding: 24px 50px;
    }
    .header-list__anchor {
        padding: 10px 25px;
    }
}
@media (max-width:1024px) {
    .nav-user-cart {
        right: 65px;
        top: 25px;
    }
    .ibb-freshcoffee {
        background-size: 70% 100%;
        min-height: 440px;
    }
    .ibb-fc-box {
        width: 550px;
    }
    .ibb-wholesale {
        min-height: 600px;
    }
    .ibb-box{
        top: 50px;
        bottom: 50px;
        width: 550px;
    }
}





@media (max-width: 1199px) {
    .header-list__item {
        margin-right: 50px;
    }
}
@media(max-width:1024px) {
    .header  {
        justify-content: space-between;
        padding: 15px 20px 15px 0;
    }
    .header-list {
        display: none;
    }
    .header-logo {
        height: 90px;
    }
    .icon {
        height: 30px;
        display: block;
    }
    .header-nav {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    .icon--cross .icon__line:nth-child(1){
        transform: rotate(45deg);
        width: 90%;
        top: 5px;
    }
    .icon--cross .icon__line:nth-child(3){
        transform: rotate(-45deg);
        width: 90%;
        bottom: 9px;
    }
    .icon--cross .icon__line:nth-child(2){
        opacity: 0;
    }
    .blands__img {
        height: 312px; 
        width: 100%;
    }
    .blends__deep {
        font-size: 18px;
    } 
    .blends__price {
        font-size: 20px;
        line-height: 1.1;
    }
    .blends__space {
        padding: 20px 0 0px;
    }
    .gear .blends-card  {
        padding: 20px 20px;
    }
    .gear .blends__add {
        font-size: 18px;
    }
    .watch-text {
        padding: 160px 0 50px;
    }
    .header-list__item {
        margin-right: 40px;
        margin-bottom: 10px;
    }
    .watch-text__heading {
        font-size: 34px;
    }
    .watch-text__choose {
        font-size: 26px;
    }
    .watch-text__watch-video {
        font-size: 24px;
    } 
    .header-list__anchor {
        font-size: 16px;
        font-weight: bold;
    }
    .header-list__anchor--icon::after {
        right: 1px;
        top: -55px;
    }
    .header-logo {
        height: 105px;
    }

    .service {
        width: 50%;
    }
    
    .fresh-coffee__wrap {
        display: block;
    }
    .fresh-coffee__col {
        width: auto;
    }
    .fresh-coffee__img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .fresh-coffee__col:last-child {
        border: none;
        display: block;
    }
    .fresh-coffee__col:last-child::after {
        display: none;
    }
    .fresh-coffee__heading {
        color: #000;
        transform: none;
        width: auto;
    }
    .fresh-coffee__text {
        width: auto;
    }
}


@media(max-width:767px) {
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.5rem;
        line-height: 35px;
        background-color: transparent;
        /*border: 1px solid #CCC;*/
        border-radius: .25rem;
    }
    .navbar-brand {
        margin-right: 0;
        margin-left: 0;
    }
    .header-logo {
        height: 85px;
    }
    .header {
        justify-content: space-between;
        padding: 10px 0px;
    }
    .header-list__anchor {
        font-size: 18px;
        font-weight: bold;
        padding: 6px 25px;
        width: 100%;
        display: block;
        text-align:center;
    }
    .navbar-nav .nav-item{
        border-bottom:1px #ccc solid;
    }

    .banner__img-wrapper {
        margin: 0;
    }
    .blends-block {
        width: 100%;
        padding-bottom: 40px;
    }
    .blends-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 20px;
    }
    .banner__mattress-img {
        display: block;
        width: 100%;
    }
    .blends-card {
        max-width: 200px;
        padding: 15px 10px;
    }
    .blands__img {
         height: auto; 
        width: 100%;
    }
    .gear .blends-block {
        width: 100%;
    }
    .award-blocks {
        display: block;
    } 
    
    .watch-video__flex {
        display: block;
    }
    .watch-text {
        width: 100%;
        padding: 80px 0 50px;
    }


    .ibb-freshcoffee {
        background-size: 100%;
        min-height: 330px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .ibb-fc-box {
        background: #fff;
        padding: 35px;
        position: relative;
        width: 100%;
    }

    .ibb-wholesale {
        background: #fff url('../img/Wholesale-boxes.jpg') no-repeat left top;
        background-size: 100%;
        min-height: 420px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .ibb-head {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 46px;
        position: relative;
        margin-left: 0;
        margin-top: 0;
        line-height: 1.2em;
        z-index: 1;
        left:50px;
        top:20px;
        width:350px
    }

    .ibb-box {
        background:#fff;
        border: 5px #000 solid;
        padding: 35px;
        position: relative;
        right: 0;
        top: 80px;
        bottom: 80px;
        width: 100%;
    }
}
.btn-add-cart{color:#000!important;cursor:pointer!important; padding:5px 20px}
.blends__add {color:#fff!important}