@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'), url('Gotham-Book.woff2') format('woff2'), url('Gotham-Book.woff') format('woff'), url('GothamBook.ttf') format('truetype'), url('Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBook-Italic.eot');
    src: url('GothamBook-Italic.eot?#iefix') format('embedded-opentype'), url('GothamBook-Italic.woff2') format('woff2'), url('GothamBook-Italic.woff') format('woff'), url('GothamBook-Italic.ttf') format('truetype'), url('GothamBook-Italic.svg#GothamBook-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBold.eot');
    src: url('GothamBold.eot?#iefix') format('embedded-opentype'), url('GothamBold.woff2') format('woff2'), url('GothamBold.woff') format('woff'), url('GothamBold.ttf') format('truetype'), url('GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Gotham';
    background-color: #e8e8e8;
    color: #000;
    font-size: 21px;
}

#generic-page {
    margin: 0 auto;
    width: 100%;
}
.box-container {
    position: relative;
  
    max-width: 160rem;
    margin: 0 auto;
    overflow: hidden;

}


.inner-center {
    padding-left: 58px;
    padding-right: 58px;
}

.inner-padding-top {
    padding-top: 20px;
}

.inner-padding-bot {
    padding-bottom: 20px;
}

.padding-top {
    padding-top: 72px;
}

.padding-bot {
    padding-bottom: 72px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    color: #000;
}

img,
iframe {
    max-width: 80%;
}

p {
    margin-bottom: 20px;
}

a,
a:hover {
    text-decoration: none;
}

.red {
    color: #ca0000;
}

.white {
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.font51 {
    font-size: 5.1rem;
}

.font42 {
    font-size: 4.2rem;
}

.font41 {
    font-size: 4.1rem;
}

.font40 {
    font-size: 4rem;
}

.font38 {
    font-size: 3.8rem;
}

.font37 {
    font-size: 3.7rem;
}

.font26 {
    font-size: 2.6rem;
}

.font25 {
    font-size: 2.5rem;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

.spacer50 {
    height: 50px;
}

.underline {
    border-bottom: 1px solid;
}


.white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-margin {
    margin-bottom: 0!important
}

a.btn-order.b-red {
    background: #95160f;
}

.pinkbox ul {
    padding: 0;
}

.pinkbox {
    padding: 30px
}

.pinkbox ul li {
    display: inline-block;
    max-width: 24%;
    vertical-align: top;
    position: relative;
}

.pinkbox p {
    margin: 0;
    max-width: 200px;
}

.pinkbox {
    background-color: #f7efe9;
    text-align: center;
}

.step-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #c7642d;
    top: 145px;
    left: 110px;
}

.pinkbox h3 {
    background-color: #c7642d;
    color: #fff;
    width: 1.6em;
    margin: 20px auto;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    line-height: 1.6em;
    z-index: 1;
    position: relative;
}

.pinkbox h3:before {
    left: -11px;
    font-family: "FontAwesome";
    font-style: normal;
    position: absolute;
    content: "\f0da";
    color: #c7642d;
    font-size: 30px;
    top: -3px;
}

.pinkbox li:first-child h3:before {
    display: none;
}

.btn-order i {
    font-family: "FontAwesome";
    font-style: normal;
    position: absolute;
    right: 36px;
    top: 16px;
    font-size: 31px;
}

.top-menu .btn-order {
    font-size: 1.6rem;
    padding: 15px 30px;
}

.btn-order {
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    background: #ed9100;
    border-radius: 5px;
    transition: all 0.1s linear 0s;
    position: relative;
    font-size: 19px;
    padding: 17px 42px 17px 3px;
    letter-spacing: 2px;
  cursor:pointer;
}

.btn-order:hover,
.btn-order:active,
.btn-order:focus {
    color: #fff;
    box-shadow: 0 -1px 0 #c7642d inset;
    text-decoration: none;
}

.vidbox {
    max-width: 960px;
    margin: 0 auto;
}


/* Top Header */

section.top-head .container {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  position:absolute;
}

img.top-logo {
    max-width: 205px;
}

.top-menu ul {
    text-align: right;
    padding: 0;
    vertical-align: middle;
    margin: 8px 0 0;
}

.top-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 15px;
    color: #616161;
}


/* VS Section 1*/

.vs-section-1 {
    background-image: url(/cdn/shop/t/16/assets/espresso-sec1-bg.jpg?v=1591729279);
    background-position: top center;
    background-size: cover;
       padding-top: 13rem;
}

.vs-section-1 .row {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

.vs-section-1 .row > div {
    flex-grow: 1;
    float: none;
}

.btn-order:hover {
    background: #e08c08;
}

section.vs-section-1 .btn-order {
    max-width: 245px;
    font-size: 18px;
    padding: 14px 42px 16px 3px;
}

section.vs-section-1 .btn-order i {
    right: 21px;
    top: 16px;
    font-size: 23px;
}

section.vs-section-1 h2 {
    text-shadow: 3px 2px 1px #63311d;
    font-weight: 100!important;
  max-width: 475px;
}

section.vs-section-1 h3 {
    text-shadow: 3px 2px 1px #000000;
    max-width: 510px;
}

.vs-section-1 img {
     margin-left: -20%;
    max-width: 120%;
    margin-top: 10%;
    margin-bottom: -35%;
}


/* VS Section 2*/

.vs-section-2 {
    background-color: #dddede;
    padding-top: 65px;
}

.vs-section-2 img {
    margin-top: 12px;
    margin-bottom: -24px;
}


/* VS Section 3 */

.vs-section-3 img {
    width: 100%;
    margin-top: -175px;
    max-width: 490px;
}


/* VS Section 4 */

.vs-section-4 {
    background-image: url(/cdn/shop/t/16/assets/espresso-sec4-bg.jpg?v=1591731296);
    background-position: top center;
    background-size: cover;
    position: relative;
    padding-top: 120px;
    padding-bottom: 105px;
  color:#fff;
}


/* VS Section 5 */

.vs-section-5 {
    background-image: url(/cdn/shop/files/vs-sec5-bg-edbe1a61_a660e436-60f4-48d9-b04f-358c8274423b.png?v=1769705807);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}


/* VS Section 6 */

.vs-section-6 {
    background-image: url(/cdn/shop/files/vs-sec6-bg-7b8da943_af7d0f57-80be-4a1a-be64-89a8f71c382b.png?v=1769704855);
    background-position: bottom center;
    background-size: cover;
    position: relative;
}

.vs-section-6 .row {
    position: relative;
}

.vs-section-6 .bg-overlay {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 27%;
}


/* VS Section 7 - Cart */

.step-header {
    background: #6a3a25;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 32px;
    overflow: hidden;
    margin-bottom: 30px;
}

.step-header .step-count {
    text-transform: uppercase;
    background: #886151;
    padding: 20px 40px;
    position: relative;
}

.step-title {
    padding: 10px 50px;
}

.step-header .step-count::after {
    border-left: 10px solid #886151;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-radio-box label {
    border: 3px solid #c1c1c1;
    cursor: pointer;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    min-height: 440px;
    flex-direction: column;
    padding: 40px 25px;
    position: relative;
    font-weight: normal;
    text-align: center;
}

.custom-radio-box label .text-label {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}

.step1-radio-fields .custom-radio-box input:checked + label::after {
    color: #f87832;
    border-color: #f87832;
}

.step1-radio-fields .custom-radio-box label::after {
    border-radius: 100%;
    margin-bottom: 10px;
    font-family: "FontAwesome";
    font-style: normal;
    content: "\f00c";
    color: #fff;
    border: 2px solid #ccc;
    font-size: 30px;
    line-height: 30px;
    padding: 4px;
}

.step3-radio-fields .custom-radio-box input:checked + label::before {
    color: #f87832;
    border-color: #f87832;
}

.step3-radio-fields .custom-radio-box label::before {
    border-radius: 100%;
    margin-bottom: 10px;
    font-family: "FontAwesome";
    font-style: normal;
    content: "\f00c";
    color: #fff;
    border: 2px solid #ccc;
    font-size: 30px;
    line-height: 30px;
    padding: 4px;
}

.row.step3-radio-fields span {
    margin-bottom: 15px;
}

.custom-radio-box input:checked + label {
    border-color: #f87832;
    background-color: #fff;
}


.custom-radio-box input {
    display: none;
}

.unavailable-note {
    font-size: 14px;
}

.custom-radio-box img {
    margin-top: 10px;
}

.step2-radio-fields .custom-radio-box img {
    margin: 40px 0;
}

.custom-radio-box.unavailable label {
    background-color: #f8f8f8;
    opacity: 0.5;
    pointer-events: none;
}

.decaffeinated-step2-field {
    display: none;
}

.decaffeinated-step2-field .custom-radio-box.bottom-input label {
    min-height: 702px;
}

.step3-radio-fields .custom-radio-box label {
    min-height: 300px;
}

.subtext-label {
    font-size: 16px;
    text-transform: uppercase;
}

.custom-radio-box p {
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.2;
    font-weight: 600;
}

.ship-text {
    font-size: 1.2rem;
    background: #dcdcdc;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.custom-radio-box img {
    max-height: 155px;
}

.custom-radio-box h3 small {
    color: #000;
}

.custom-radio-box h3 p {
    margin-top: 5px;
}

.custom-radio-box h3 {
    font-family: oswald;
    font-size: 4.4rem;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 110px;
}

.custom-radio-box span {
    font-size: 1.5rem;
    font-weight: normal;
}

.custom-radio-box img {
    margin-bottom: 20px;
}

.radio-prices {
    text-align: left;
    font-size: 19px;
    line-height: 1.2;
    display: block;
    width: 100%;
}

.old-price {
    display: block;
    text-decoration: line-through;
    font-size: 22px;
}

.current-price {
    font-size: 27px;
}

.custom-radio-box.bottom-input label {
    padding-bottom: 90px;
    min-height: 680px;
    margin-bottom: 30px;
}

.custom-radio-box.popular label::after {
    content: 'MOST POPULAR';
    position: absolute;
    top: -18px;
    background: #ccc;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 4px;
    font-weight: bold;
    font-size: 21px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 220px;
}

.custom-radio-box.popular input:checked + label::after {
    color: #fff;
    background-color: #7bbd41;
}

.custom-radio-box.bottom-input label::before {
    position: absolute;
    bottom: 20px;
}

.custom-radio-box.bottom-input p {
    min-height: 192px;
}

ul.checklist {
    margin: 0 auto;
    list-style: none;
}

ul.checklist li {
    list-style: none;
    margin-bottom: 20px;
}

.checklist p {
    margin: 0 0 17px;
    position: relative;
    padding-left: 15px;
}

.checklist li p:before {
    font-family: "FontAwesome";
    font-style: normal;
    content: "\f058";
    color: #fd5d10;
    font-size: 23px;
    margin-right: 10px;
    position: absolute;
    left: -20px;
    top: 0px;
}

.trust-seal {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 710px;
}

.trust-seal ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding: 0;
}

.trust-seal ul li {
    list-style: none;
    float: left;
    padding: 0 20px;
}

.trust-seal ul li img {
    max-width: 140px;
    width: 100%;
}


/* VS section 8 */

.vs-section-8 {
    background-color: #fff;
}

.endorsement-box-inner .col {
    display: inline;
    margin: 0 10px 30px;
}

.endorsement-box-inner {
    justify-content: space-between;
    display: flex;
    vertical-align: middle;
    align-items: center;
}


/* VS section 9 */

.testi-box {
    padding: 30px 10px;
    border-bottom: 1px solid #cccc;
}

.test-con img {
    margin-bottom: 10px;
}

.test-con p {
    font-style: italic;
    font-family: auto;
    font-size: 2.4rem;
}

.testi-bottom {
    display: flex;
    flex-direction: row;
}

.testi-img {
    flex-grow: 1;
    width: 30%;
}

.testi-details {
    flex-grow: 1;
    width: 70%;
}

.testi-details h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

section.vs-section-9 .col-sm-6:first-child {
    border-right: 1px solid #ccc;
}

.vs-section-9 .col-sm-6 .testi-box:last-child {
    border-bottom: none!important;
}

.vs-section-9 .row {
    display: flex;
    flex-direction: row;
}

section.vs-section-10 {
    background-color: #fff;
}

.clearer {
    clear: both;
}


.outside-footer {
    text-align: center;
}

.outside-footer img {
    max-width: 300px;
    display: block;
    margin: 0 auto 30px;
}

.footer-links {
    margin-bottom: 40px;
    color: #616161;
    font-size: 15px;
}

.footer-contact img {
    display: inline-block;
    margin: 0 10px 0 0;
}

.phone-contact:hover {
    color: #fff;
    background-color: #603913;
}

.phone-contact .num {
    display: block;
    font-size: 25px;
}

a.top-call-no {
    color: #fff;
}

a.top-call-no:hover {
    color:#fff
}

.footer-contact {
    text-align: center;
    margin-bottom: 100px;
    font-size: 15px;
}

.footer-contact a {
    margin: 0 20px;
    color: #000;
    text-transform: uppercase;
}

.footer-links {
    text-align: center;
    font-size: 15px;
}

.footer-links a {
    color: #000;
    margin: 0 10px;
    text-decoration: none;
}

.phone-contact {
    display: inline-block;
    border: 3px solid #603913;
    padding: 25px 40px;
    margin-bottom: 40px;
    color: #000;
    font-size: 15px;
    transition: all 0.3s linear 0s;
}

.outside-footer p {
    margin-bottom: 40px;
    color: #616161;
    font-size: 15px;
}

.footer-links a {
    color: #616161;
}

.footer-links a:hover {
    text-decoration: underline
}

.thick-border-top {
    border-top: 4px solid #e5e5e5;
    padding-top: 50px;
}

.modal-content > .btn i {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 30px;
    width: 1.4em;
    display: block;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    line-height: 1.3em;
    cursor: pointer;
    border: 2px solid #fff;
    color: #fff;
    background-color: #000;
    -webkit-box-shadow: -4px 6px 22px -12px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: -4px 6px 22px -12px rgba(0, 0, 0, 0.71);
    box-shadow: -4px 6px 22px -12px rgba(0, 0, 0, 0.71);
}

.modal-content .btn {
    padding: 0;
    background: transparent;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    z-index: 2;
}

.modal-body button {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    background: #f87832;
    border-radius: 5px;
    padding: 18px 10px 18px;
    box-shadow: 0 -4px 0 #c7642d inset;
    transition: all 0.1s linear 0s;
    position: relative;
    margin-bottom: 10px
}

.modal-body {
    padding: 30px;
}

.modal-body h3 {
    margin-bottom: 10px;
}

.modal-body p {
    font-size: 17px;
    max-width: 450px;
    margin: 0 auto 20px;
}

.modal-content img {
    position: absolute;
    top: 25px;
    right: -32%;
}

div input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 22px;
    padding: 17px;
    text-align: center;
    border: none;
    box-shadow: none!important;
    background-color: #e5e5e5;
}

.modal-body span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.modal-body span a {
    color: #000;
    text-decoration: underline
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 660px) {
    .vs-section-7 .font38 {
        font-size: 2.7rem !important;
    }
    .phone-contact {
        padding: 25px 20px;
    }
    .vs-section-1 {
        padding: 0px 20px 45px!important;
    }
    img.ursa-logo {
        width: 100px;
        top: -30px;
        left: 0;
    }
    .top-menu ul li {
        margin-left: 0 !important;
    }
    .top-menu {
        margin-bottom: -40px !important;
    }
    section.vs-section-1 h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1023px) {}

@media screen and (max-width: 480px) {}


/* # MIN-WIDTH */

@media only screen and (min-width:1361px) {
    .vs-section-5 {
        background-position: center 380px;
    }
}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:768px) {

.header.fixed {
    position: fixed;
    width: 100%;
    padding: 10px;
    background-color: rgba(255,255,255,.88);
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    z-index: 100;
  background: #000;
    left: 0;
      
}

.fixed .inner-center.container {
    padding: 0 24px;
  position:static;
}
  
}


/* # MAX-WIDTH */

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1199px) {
    .font51 {
        font-size: 4rem;
    }
    .font38 {
        font-size: 3rem;
    }
    .inner-center.container {
        width: 100%!important;
    }
}

@media only screen and (max-width:1023px) {
    .font51 {
        font-size: 41px;
    }
}

@media only screen and (max-width:991px) {
    .btn-order {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 16px;
    }
    .vs-section-1 .row {
        flex-direction: column-reverse;
    }
    .vs-section-1 .row > div {
        text-align: center;
        width: 100%;
    }
  section.top-head.header .clearer {
    margin: 0;
}

section.vs-section-1.inner-padding-top.inner-padding-bot {
    padding-top: 0;
}
  section.top-head .container {
   position: static;
    padding-bottom: 0;
    background-color: #09050b;
    margin-bottom: 0!important;
}
  .hdr-menu {
  display:none;
  }
    .vs-section-1 .row > div * {
        text-align: center!important;
        max-width: none;
    }
    .vs-section-1 img {
        transform: none;
        max-width: 180px!important;
        width: 100%;
        margin: 30px auto -117px;
    }
    section.top-head * {
        text-align: center!IMportant;
        margin-bottom: 10px;
    }
    .vs-section-3 img {
        margin: 0 auto 10px;
        display: block;
    }
    section.vs-section-2.padding-bot.padding-top {
        text-align: center;
      padding-top: 12rem;
    }
    .vs-section-4 h3 {
        text-align: center;
        margin-bottom: 20px!important;
    }
    .vs-section-4:before {
        content: '';
        background: rgba(255, 255, 255, .5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
    }
    .vs-section-4 .bg-overlay {
        display: none;
    }
    section.vs-section-5.padding-bot.padding-top .col-sm-7 * {
        color: #000;
    }
    .vs-section-5 img {
        margin: 0 auto;
        display: block;
    }
    .row.margin-top-30 {
        display: block;
    }
    .vs-section-9 .row .col-sm-6 {
        border-right: none!IMportant;
    }
    .vs-section-9 .col-sm-6 .testi-box:last-child {
        border-bottom: 1px solid #ccc!important;
    }
    .testi-bottom {
        display: block;
        text-align: center;
    }
    .testi-bottom > * {
        width: 100%;
    }
    .testi-img img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:680px) {
    .step1-radio-fields .col-md-4 {
        padding: 0;
    }
    .box-container {
        overflow-x: hidden;
    }
    .inner-center {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .vs-section-9 h3.font38 {
        text-align: center;
        font-size: 28px;
    }
    .test-con {
        text-align: center;
        background: transparent !important;
    }
    .custom-radio-box h3 {
        min-height: 65px;
    }
    .custom-radio-box label {
        padding: 30px 23px !important;
    }
    ul.checklist {
        padding-left: 28px;
    }
    .vs-section-4 {
        padding-top: 45px !important;
        padding-bottom: 35px !important;
    }
    .font40 {
        font-size: 3rem !important;
    }
    .padding-bot {
        padding-bottom: 40px;
    }
    .padding-top {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .font51 {
        font-size: 28px;
    }
    .font38 {
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .btn-order i {
        display: none !important;
    }
    .btn-order {
        padding: 17px;
        font-size: 15px;
    }
}
