@font-face {
    font-family: "GothamBook";
    src: url('Gotham-Book.woff') format('woff'), url('Gotham-Book.ttf') format('truetype');
}
@font-face {
    font-family: "GothamMedium";
    font-weight: normal;
    src: url('Gotham-Medium.woff') format('woff'), url('Gotham-Medium.ttf') format('truetype');
}
@font-face {
    font-family: "GothamThin";
    src: url('Gotham-Thin.woff') format('woff'), url('Gotham-Thin.ttf') format('truetype');
}
@font-face {
    font-family: "Trade Gothic";
    src: url('TradeGothicCond.woff') format('woff'), url('TradeGothicCond.ttf') format('truetype');
}
body {
    font-family: 'GothamBook';
}
h1 {
    font-size: 50px;
    font-family: font-family: sans-serif;
    margin-top: 29px;
    font-family: 'GothamThin';
    text-transform: uppercase;
}
h2 {
    font-size: 25px;
    margin: 0;
    font-family: font-family: sans-serif;
}
h3 {
    font-family: font-family: sans-serif;
    font-size: 18px;
    margin: 0;
}
p {
    line-height: 22px;
    font-size: 14px;
    font-family: 'GothamBook';
}
/**********  || Header  || *************/

.top_bar {
    background: #eff1db;
    padding: 9px 0;
}
.float_div {
    float: left;
    width: 100%;
}
.phone {
    float: left;
    border-right: 2px solid #fff;
    padding-right: 16px;
}
.phone i,
.email i {
    font-size: 20px;
    margin-right: 5px;
    line-height: 20px;
    float: left;
}
.email {
    padding-left: 16px;
    float: left;
}
.top_bar span {
    font-size: 14px;
    float: left;
}
.social_icons {
    float: right;
}
.social_icons a i {
    color: #777777;
    font-size: 15px;
    padding: 0 6px;
}
.social_icons a i:hover {
    color: #0088c7;
}
.social-icons li a i {
    color: #fff;
}
/*********my Css************************/

.azu {
    background: #2b2a2c;
    color: #fff;
    padding: 5px 42px;
    font-family: 'Trade Gothic';
    font-size: 16px;
}
.azu:hover {
    color: #fff;
}
.beans {
    min-height: 340px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    padding: 40px 0px;
    cursor: pointer;
}
.beans.selected, .beans:hover {
    border: 1px solid #000;
    // background: #f5f5f5;
}
.beans .most-popular {
    position: absolute;
    top: 0px;
    background: #fff;
    text-transform: uppercase;
    font-family: "Gotham medium";
    letter-spacing: 1.1px;
    color: #9b6e12;
    left: 0;
    right: 0;
    margin: -10px auto 0px;
    max-width: 170px;
    text-align: center;
    padding: 3px 0px 1px;
}
.coffee-section .beans .most-popular {
    background: #e8e8e8;
}
.beans.selected .most-popular, .beans:hover .most-popular {
    // background: #fff;
    // border: 1px solid #000;
}
.retw h1 {
    font-size: 21px;
}
. {
    float: left;
}
.roop h1 {
    padding-bottom: 0px;
    margin-top: 18px;
    color: #020202;
    font-family: 'GothamThin';
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 20px;
}
.roop .sub {
	font-size: 16px;
    max-width: 570px;
    margin: 40px auto;
    font-family: "Gotham medium";
    color: #999;
}
.beans img {
    /*width: 225px;*/
    max-width:219px;
    margin-top: 0px;
}
  .coffee-section .row > div:last-child .beans img{
    margin-top: -19px;
  
  }
.cart-product-description h1 {
    margin-top: 20px !important;
}
  
.beans .btn {
    padding: 5px 42px ! important;
    font-size: 16px !important;
}
.beans .btn:hover {
    color: #fff ! important;
}
.beans h1 {
    font-size: 20px;
    margin-top: 20px;
}
.coffee-section {
    background: #e8e8e8;
    float: left;
    width: 100%;
    padding-bottom: 70px;
}
.circle-alphabet.grey-bg,
.circle-alphabet.grey-bg span {
    background: #e8e8e8;
}
.subscription-summary .clm h1 {
    font-size: 18px;
    font-family: 'GothamMedium';
    text-align: center;
    margin-top: 0;
}
.subscription-summary .clm p {
    text-align: center;
}
.subscription-summary .retw h1 {
    font-family: 'GothamMedium';
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 50px;
}
.retw {
    position: relative;
}
.arrow {
    position: absolute;
    top: 42px;
    left: -25px;
}
.subscription-summary .roop h1 {
    margin-bottom: 20px;
}
.clm {
    text-align: center;
}
.coffee-section .roop {
    margin-bottom: 25px;
}
.coffee-section .beans h1,
.delivery-frequency .beans h1 {
    margin-top: 15px;
    font-family: 'GothamMedium';
    font-size: 16px;
}
.subscription-summary {
    float: left;
    width: 100%;
    background: #e8e8e8;
    padding-bottom: 40px;
}
.footer {

    min-height: 297px;
    float: left;
    width: 100%;
    padding-top: 55px;
}
.grayText {
    font-size: 22px;
    color: #fff !important;
    text-transform: uppercase;
}
.darkText {
    color: #000 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'GothamBook';
}
.unstyled a,
a.unstyled:hover {
    text-decoration: none;
}
.row-content {
    border-bottom: 1px solid #c0c0c0;
    float: left;
    width: 100%;
    padding-top: 5px;
}
.large-font {
    font-size: 24px;
    font-family: 'GothamBook';
    color: #1c1b1a
}
.total-row {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.space-20 {
    height: 20px;
    float: left;
    width: 100%;
}
.site-btn {
    background: #d8a34a ! important;
    height: 46px ! important;
    font-size: 23px ! important;
    font-family: 'Trade Gothic' ! important;
    border-radius: 3px ! important;
    border: none ! important;
    color: #000000 ! important;
    text-transform: uppercase ! important;
    padding: 0px 40px !important;
    margin-top: 30px;
    margin-right: 10px;
}
.site-btn:hover {
    background: #d9a44ab3 !important;
}
/**footer**/

footer {
    margin-top: 0 ! important;
}
.footer-logo {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.footer-form {
    float: left;
    width: 100%;
    margin-top: -27px;
}
.footer p {
    color: #000;
}
.footer ul.footer-menu {
    padding: 0;
}
.footer h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.footer .footer-menu a {
    color: #000;
}
.footer .footer-menu li {
    list-style: none;
    padding: 2px 0
}
.footer .footer-menu a:hover {
    text-decoration: none;
}
.email-input {
    border: 2px solid #7e7e7e;
    height: 41px;
    width: 100%;
    border-radius: 4px;
    background: #999999;
    padding: 0 10px
}
.subscribe-mail {
    position: relative;
}
.subscribe-mail .fa {
    position: absolute;
    right: 15px;
    font-size: 30px;
    top: 5px;
    cursor: pointer;
}
.delivery-frequency .beans {
    min-height: 265px;
}
.social-icon {
    float: right;
}
.social-icon a {
    color: #2a2a2a;
    font-size: 23px;
    margin: 7px 8px;
    float: left;
}
.form-one .form-control {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    float: left;
    margin: 5px 9px 8px 0;
    width: 46%;
}
.footer-form .form-control.mesg {
    width: 95%;
    resize: none;
    height: 78px
}
.footer-buutn {} .footer .btn.btn-warning {
    border-radius: 0;
    background: #fff;
    color: #08178c;
    margin-right: 10px;
    padding: 10px 33px 10px 33px;
}
.footer .btn.btn-warning.white {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    padding-left: 17px;
    padding-right: 17px;
}
.footer-addres {
    float: left;
    width: 100%;
}
.footer-addres .footer-logo {
    float: left;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.colum-imag {
    padding-top: 45px !important;
}
.footer-addres .img-adress {
    float: left;
    margin-top: 0px;
    width: 100%;
}
.footer-addres .img-adress > img {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}
.footer-addres .img-adress > p {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.footer-cont {
    float: left;
    color: #fff;
    margin-top: 41px;
    width: 100%;
    font-family: Gadget, sans-serif;
}
.social-fon li {
    padding: 0px 9px;
    list-style: none;
}
.social-fon li a {
    float: left;
    /* margin-left: 11px; */

    padding-left: 18px;
    color: aliceblue;
}
.copyright {
    background: #343832 none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 16px 0px;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;
}
.invalid-mail {
    background: #b32025 none repeat scroll 0 0;
    color: #ffffff;
    font-family: open sans;
    margin-top: 10px;
    padding: 16px 34px 13px;
    position: absolute;
    right: 108px;
    text-align: center;
    width: 28%;
}
#navbar9 {
    width: 70%;
    margin: auto;
}
.colum-imag h2 {
    font-size: 18px !important;
}
#fa-fa {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
.emaill {
    background: #9e0303 !important;
    border: 2px solid #fff !important;
    width: 70% !important;
    border-radius: 23px 0px 0px 23px !important;
    height: 40px;
}
.submitt {
    margin-top: 5px;
    padding: 6px 21px;
    border-radius: 0px 23px 23px 0px !important;
    border-color: #fff;
    margin-left: -10px;
    color: #fff;
    border: 2px solid #FFF;
    background: #9e0303;
    height: 40px;
}
#form-email {
    margin-top: 42px;
}
/**copyright**/

.social-icons {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-inline-box;
}
.social-icons li {
    padding: 0px 9px;
    list-style: none;
}
.img-contant {
    margin: 0 auto;
    width: 150px;
    text-align: center;
}
.img-contant h1 {
    margin-left: -91px;
    /* margin-top: 16px; */

    width: 277px;
    font-weight: 700;
    font-size: 26px;
    padding-top: 25px;
}
[class*="col-"]:last-of-type,
[class*="span-"]:last-of-type {
    padding-right: 15px ! important;
}
.subscription-summary img {
    height: auto ! important;
    width: 100%;
    max-width: 135px;
}
.cartProductName {
    text-align: center;
}
.row-content .col-sm-6 {
    width: 50%;
    float: left;
}
.total-row .col-sm-6 {
    width: 50%;
    float: left;
}
.subscription {
    background: white;
    float: left;
    width: 100%;
    padding: 32px 0;
    padding-bottom: 50px;
}
.subscription .subscription-title {
    float: left;
    width: 100%;
    text-align: center;
}
.subscription .subscription-title h2 {
    font-size: 35px;
    font-family: 'GothamThin';
    color: #000;
    text-transform: uppercase;
}
.circle-alphabet {
    width: 81px;
    height: 81px;
    border-radius: 60px;
    background: #fff;
    display: inline-block;
    margin-top: -40px;
}
.circle-alphabet span {
    width: 61px;
    height: 61px;
    background: #fff;
    display: inline-block;
    border-radius: 60px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 43px;
    border: 2px solid;
    font-family: 'GothamBook';
}
.circle-alphabet span.-lettera {
    line-height: 59px;
    letter-spacing: -1px;
}
.circle-alphabet span.-letterb {
    line-height: 62px;
    letter-spacing: -2px;
}
.circle-alphabet span.-letterc {
    line-height: 62px;
    letter-spacing: 3px;
}
.circle-alphabet span.-letterd {
    line-height: 62px;
    letter-spacing: -3px;
}
.beans p {
    color: #999999;
    padding: 0 40px;
    margin-bottom: 16px;
}
.beans p.price {
    margin: -20px 0px 10px;
    font-size: 14px;
}
.beans-section {
    float: left;
    width: 100%;
    padding-bottom: 70px;
}
.delivery-frequency {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
}
.delivery-frequency .beans img {
    width: auto;
}

.next-frequency {
    display: block;
    text-align: center;
    color: #b8b8b8;
    font-family: 'GothamThin';
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 75px;
}
#mc_embed_signup_scroll .btn {
    margin-top: 15px;
}
@media (max-width: 1200px) {
    .subscription-summary .col-lg-6.col-nd-6.col-sm-12.clm.cart-product-description {
        width: 50%;
        float: left;
    }
    .delivery-frequency .beans {
        min-height: 250px;
    }
}
@media (max-width: 1025px) {
    #discript {
        width: 100% !important;
    }
}
@media (max-width: 769px) {
    .darkText {
        text-align: center;
    }
    html.mm-opened.mm-opening .mm-page,
    html.mm-opened.mm-opening #mm-blocker,
    html.mm-opened.mm-opening .mm-fixed-top,
    html.mm-opened.mm-opening .mm-fixed-bottom {
        left: 85%;
        z-index: 999;
    }
    .btn-section {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .delivery-frequency .beans {
        min-height: 240px;
    }
    .select-product-description {
        margin-top: 50px !important;
    }
    .roop h1 {
        font-size: 40px;
    }
    .coffee-section {
        padding-bottom: 50px;
        width: 100%;
        display: inline-block;
    }
    .delivery-frequency {
        padding-bottom: 50px;
        width: 100%;
        display: inline-block;
    }
    .process_part.second,
    .center_circles {
        width: 100%;
    }
    .progress_graph {
        padding-left: 10px;
        padding-right: 10px;
    }
    .progress_graph img {
        width: 100%;
    }
    .progress_colum {
        width: 100%;
    }
    .banner_content h1 {
        font-size: 27px;
    }
    .banner_content {
        width: 100%;
    }
    .social_icons {
        width: 200px;
        margin: 0 auto;
        float: none;
        margin-top: 10px;
    }
    .left_content {
        width: 300px;
        margin: 0 auto;
        float: none;
    }
    .service_circles_middle {
        float: left;
        width: 100%;
    }
    .service_circles {
        margin: 5px;
    }
    .product_circle {
        left: 0;
        position: relative;
        right: 0;
        margin: 17px auto;
    }
    .product_circleII {
        top: auto;
    }
    .inner_part {
        margin: 20px 0;
    }
    .discr p {
        width: 99% !important;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    #navbar9 {
        width: 100%;
    }
    .social-icons {
        right: 64px;
    }
    .header .logo {
        width: 150px;
        margin: 0 auto;
    }
    .header {
        padding-top: 24px;
    }
    .header .logo img {
        width: 100%;
    }
    .header .right-part .cart-icon {
        position: absolute;
        left: -10px;
        top: -44px;
    }
    .header .right-part .toggle-icon {
        position: absolute;
        right: -12px;
        top: -44px;
    }
    .menu-part {
        display: none;
    }
    .footer {
        text-align: center
    }
}
@media (max-width: 479px) {
    .discr p {
        width: 99% !important;
    }
    .logo-align {
        justify-content: flex-start !important;
        left: 20px !important;
    }
}
@media (max-width: 472px) {
    .discr p {
        width: 99% !important;
    }
    #man {
        margin-top: 1px !important;
        width: 100% !important;
    }
    .cont-ab {
        text-align: center;
        border: 2px solid;
        width: 91%;
        /* margin-top: 13px; */

        margin-right: 14px;
        margin-left: 14px;
        color: #fff;
        font-family: Verdana, Geneva, sans-serif;
        background-repeat: no-repeat;
    }
}
.subscription-summary .row-content .cartProductName {
    text-align: left;
}