* {
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  word-wrap: break-word;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

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

.fa {
  color: inherit;
}

a {
  text-decoration: none!important;
}

.stretch {
  padding: 0;
}

img {
  max-width: 100%;
}

.row-custom {
  margin-left: -7px;
  margin-right: -7px;
}

.row-custom > div {
  padding-left: 7px;
  padding-right: 7px;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.special-text {
  font-weight: 700;
  color: #714d22;
}

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

.text-info-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.pagination li + li a,
.pagination li + li span {
  margin-left: 2px;
}

.pagination li span {
  border: none;
}

.pagination li span:hover {
  background-color: transparent;
}

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #222;
  border-color: #222;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,
.pagination > li > a, .pagination > li > span {
  color: #222;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.block-sm {
  color: inherit;
  font-size: inherit;
}

.cart-notif {
  padding: 5px 15px;
  position: fixed;
  top: 10px;
  left: 50%;
  display: none;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  background-color: rgba(0,0,0,.7);
  color: #fff;
  font-size: 18px;
  z-index: 999;
}

.cart-notif span {
  color: inherit;
  font-size: inherit;
}

.subscription-warn {
  margin-top: 5px;
}

.subscription-warn p {
  color: #888;
  font-weight: 600;
  font-size: 14px;
}

.coupon-text strong {
  font-weight: 600;
}

.coupon-text strong,
.coupon-text {
  font-size: 20px;
}

/*-------owl carousel-------*/

.owl-theme .owl-controls .owl-nav div {
  padding:5px 9px;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav i {
  margin-top:2px;
}

.owl-theme .owl-controls .owl-dots {
  text-align:center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index:100;
}

.owl-theme .owl-controls .owl-dot {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  position:absolute;
  top:45%;
  padding:10px;
  color:#fff;
  background-color: transparent;
  font-size: 30px;
  opacity: 0.5;
  text-shadow: 0.5px 0.5px 2px #000;
  -webkit-transition:all .3s ease;
     -moz-transition:all .3s ease;
      -ms-transition:all .3s ease;
       -o-transition:all .3s ease;
          transition:all .3s ease;
}

.owl-theme .owl-controls .owl-prev:hover,
.owl-theme .owl-controls .owl-prev:focus,
.owl-theme .owl-controls .owl-next:hover,
.owl-theme .owl-controls .owl-next:focus {
  opacity:1;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-dot {
  width: 5px;
  height: 5px;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
  opacity: 0.9;
}

/*-------owl carousel end-------*/

/*--navbar--*/

.navbar-custom {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
}

.navbar-top {
  background-color: #222;
}

.navbar-top a,
.navbar-top a span {
  color: #999!important;
}

.navbar-top a {
  padding: 6px 20px!important;
}

.navbar-top li {
  border-left: 1px solid #444;
}

.navbar-top .badge {
  color: #000!important;
  background-color: #999;
  font-weight: 300;
}

.navbar-brand {
  display: block;
  width: 380px;
  height: auto;
}

.navbar-bottom {
  margin-top: 15px;
}

.navbar-bottom a {
  color: #222!important;
  font-weight: 400!important;
  text-transform: uppercase;
}

/*--navbar end--*/

/*--box--*/

.box-mid-out {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.box-mid-in {
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.box-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-with-img {
  position: relative;
}

.box-left-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.box-right-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.box-standard {
  padding: 60px 0;
}

.half-container {
  margin: 0 auto;
  max-width: 700px;
}

.box-cream {
  background-color: #fef6e3;
}

.box-header {
  height: 300px;
  text-align: center;
}

.box-header-full {
  height: 550px;
}

/*--box end--*/

/*--title--*/

.title-detail,
.title-border,
.title-product,
.title-cream,
.title-header,
.title-standard,
.title-white {
  font-family: 'Josefin Sans', sans-serif;
}

.title-detail {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-product {
  padding: 15px;
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.title-border {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #222;
  font-size: 34px;
  text-transform: uppercase;
}

.title-standard {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #222;
  font-size: 34px;
  text-transform: uppercase;
}

.title-standard span {
  display: block;
  color: #666;
  font-family: inherit;
  font-size: 24px;
  text-transform: none;
}

.title-standard:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #aaa;
}

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

.center.title-standard:after {
  left: 50%;
  transform: translate(-50%,0);
}

.title-white {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}

.title-cream {
  margin-bottom: 15px;
  color: #f2ddbb;
  font-size: 28px;
  text-transform: uppercase;
}

.title-header {
  color: #fff;
  font-size: 56px;
  text-shadow: 1px 1px 2px #000;
}

.title-subhead {
  margin: 0;
  color: #ddd;
  font-size: 28px;
  text-shadow: 1px 1px 2px #000;
}

/*--title end--*/

/*--footer--*/

.footer-top {
  padding: 40px 0 20px 0;
  min-height: 400px;
  
  position: relative;
}

.footer-top:before {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/footer.jpg');
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.tagline {
  color: #666;
  font-size: 28px;
}

.list-socmed li {
  display: inline-block;
}

.list-socmed li + li {
  margin-left: 10px;
}

.list-socmed a {
  color: #666;
  font-size: 24px;
}

.list-contact li,
.list-contact a,
.list-menu a {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.list-menu {
  margin: 0;
}

.list-contact li {
  padding-left: 30px;
}

.phone,
.email {
  position: relative;
}

.phone:before,
.email:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  color: #666;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 18px;
}

.phone:before {
  content: "\f10b";
}

.email:before {
  content: "\f003";
}

.footer-bottom {
  padding: 5px 15px;
  background-color: #222;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p small,
.footer-bottom a {
  color: #fff!important;
  font-size: 14px;
}

/*--footer end--*/

/*--form--*/

textarea {
  resize: vertical;
}

.form-control {
  border-radius: 0!important;
  font-size: 16px!important;
}

form label {
  font-weight: 400;
}

.btn {
  margin-bottom: 10px;
}

.btn,
.form-control {
  height: 38px;
}

.input-group-addon {
  border-radius: 0;
}

.input-group-addon .fa {
  font-size: 16px;
  color: #3e3026;
}

.bold-link {
  color: #3e3026;
  font-weight: 600;
}

.required {
  position: relative;
}

.required:after {
  content: "*";
  position: absolute;
  right: -8px;
  top: 0;
  color: #654512;
  font-weight: 600;
  font-size: 18px;
}

/*--form end--*/

/*--button--*/

.btn {
  padding: 6px 25px;
  border-radius: 0!important;
  color: #fff;
  font-size: 16px!important;
}

.btn-grey {
  background-color: #666;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  background-color: #444;
  color: #fff;
}

.btn-full {
  width: 100%;
  display: block!important;
}

.btn-standard {
  background-color: #111;
}

.btn-standard:hover,
.btn-standard:active,
.btn-standard:focus {
  background-color: #000;
  color: #fff;
}

.btn-secondary {
  background-color: #3c5321;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
  background-color: #2b3f14;
  color: #fff;
}

.btn-default {
  color: #222;
}

.btn-radio {
  margin: 0;
  padding: 3px 20px;
  height: auto;
}

.btn-brown {
  background-color: #342a27;
  color: #fff;
}

.btn-brown:focus,
.btn-brown:hover,
.btn-brown:active {
  background-color: #000;
  color: #fff;
}

/*--button end--*/

/*--thumbnail--*/

.product-thumb {
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  border: 1px solid #222;
}

.product-thumb img {
  margin-bottom: 10px;
}

.thumb-price {
  padding: 5px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
}

.thumb-price p {
  margin: 0;
  padding: 3px 10px;
  color: #fff;
}

.coffee {
  padding-bottom: 50px;
}

.coffee-icon {
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 60px;
  height: 60px;
}

.other-product .coffee {
  padding-bottom: 30px;
}

.other-product .coffee-icon {
  width: 50px;
  height: 50px;
}

/*--thumbnail end--*/

/*--home page--*/

.box-video {
  position: relative;
}

.video-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.box-video video {
  width: 100%;
  height: auto;
}

.box-video .box-bg {
  height: 580px;
}

.section-welcome .box-bg {
  height: 100%;
}

.welcome-text {
  padding: 80px 10px;
}

.link-product {
  display: block;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.product-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.carousel-testimonial p {
  font-size: 20px;
  text-align: center;
}

.carousel-testimonial .item {
  padding-bottom: 50px;
  padding-top: 20px;
}

.testimonial-name {
  font-weight: 600;
  font-style: italic;
}

.box-testimonial {
  padding: 100px 0;
}

/*--home page end--*/

/*--about page--*/

.section-about .box-bg {
  height: 100%;
}

.about-text {
  padding: 50px 50px;
}

/*--about page end--*/

/*--login page--*/

.box-brown {
  margin-bottom: 20px;
  padding: 30px;
  background-color: rgba(48,32,21,.8);
}

.forgot-box,
.login-box {
  padding: 30px;
  margin: 0 auto;
  background-color: rgba(48,32,21,.8);
}

.login-box {
  max-width: 350px;
}

.forgot-box {
  max-width: 600px;
}

.box-brown p,
.box-brown form a,
.login-box p,
.login-box form a {
  color: #f2ddbb;
}

.login-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #5e4e3c;
  text-align: center;
}

.forgot-box .title-cream,
.box-brown .title-cream {
  padding-bottom: 10px;
  border-bottom: 1px solid #5e4e3c;
}

.box-brown p {
  margin-bottom: 20px;
}

.forgot-box label {
  color: #fff;
}

/*--login page end--*/

/*--user profile--*/

.user-title {
  padding: 15px;
  color: #fff;
  background-color: #222;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.user-menu {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}

.user-menu li + li {
  border-top: 1px solid #ddd;
}

.user-menu li a {
  padding: 10px;
  display: block;
  color: #222;
  text-align: center;
}

.user-menu .active a {
  font-weight: 600;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off {
  width: 44px!important;
  font-size: 12px;
}

/*--user profile end--*/

/*--contact--*/

.contact-text {
  margin-bottom: 40px;
}

.contact-text p {
  margin-bottom: 0;
  font-size: 24px;
  text-align: center;
}

.contact-text .strong {
  font-weight: 600;
}

/*--contact end--*/

/*--carousel with thumb--*/

.owl-thumbs {
  margin-top:15px;
}

.owl-thumb-item {
  display:table-cell;
  border:none;
  background:transparent;
  margin-right: 10px;
  margin-bottom:10px;
  padding: 0;
  overflow:hidden;
  border: 1px solid #ddd;
}

.owl-thumb-item img {
  width:100px;
  height:auto;
  opacity:0.4;
  transition:transform 0.6s, opacity 0.6s;
  margin-bottom:-10px;
}

.owl-thumb-item.active img {
  opacity:1;
}

.owl-thumb-item:hover img {
  opacity:1;
}

#product-detail .owl-dots {
  display:none !important;
}

#product-detail .owl-controls {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:100px;
}

#product-detail .owl-nav .owl-prev,
#product-detail .owl-nav .owl-next {
  position:absolute;
  top:0;
  bottom:0;
  background-color:transparent;
  margin:0;
  padding:0;
  width:15%;
  max-width:80px;
  color:#111;
  border:none;
  opacity:0;
  transition:transform 0.3s, opacity 0.3s, background 0.3s;
}

#product-detail .owl-nav .owl-prev {
  left:0;
  transform:translateX(-15%);
}

#product-detail .owl-nav .owl-next {
  right:0;
  transform:translateX(15%);
}

#product-detail:hover .owl-prev,
#product-detail:hover .owl-next {
  transform:translateX(0);
  opacity:1;
}

#product-detail .owl-prev i,
#product-detail .owl-next i {
  position:absolute;
  padding:10px;
  left:50%;
  top:50%;
  width:100%;
  transform:translate(-50%,-50%);
}

.owl-thumb-holder {
  margin-bottom: 20px;
}

.owl-thumb-holder .owl-stage-outer {
  border: 1px solid #ddd;
}

.owl-nav .fa {
  color: #f5f5f5;
  text-shadow: 1px 1px 2px #aaa;
}

/*--carousel with thumb end--*/

/*--product detail page--*/

.other-product {
  margin-top: 90px;
}

.price {
  color: #999;
  font-size: 20px;
  font-weight: 400;
}

.product-title-holder {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.coffee-cart-form,
.standard-cart-form {
  margin-top: 30px;
}

.coffee-cart-form label,
.standard-cart-form label {
  font-weight: 600;
}

.custom-input-numb {
  max-width: 180px;
}

.custom-input-numb .btn {
  padding: 6px 12px;
}

.custom-input-numb > span,
.custom-input-numb > input {
  font-weight: 400;
}

.coffee-cart-form {
  padding: 15px;
  border: 1px solid #666;
}

.form-section + .form-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.btn-padding-holder {
  padding-top: 30px;
}

.radio label {
  font-weight: 400;
}

#interval {
  padding-left: 25px;
  padding-bottom: 10px;
}

.custom-group {
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.grind-thumb {
  display: inline-block;
  cursor: pointer;
}

.grind-img,
.grind-thumb img {
  border-radius: 50%;
}

.grind-img {
  padding: 3px;
  width: 100px;
  height: 100px;
}

.selected .grind-img {
  border: 3px solid #714d22;
}

.selected p {
  font-weight: 700!important;
}

.grind-thumb p {
  font-weight: 400;
}

/*--product detail page end--*/

/*--table--*/

thead {
  background-color: #222;
}

th {
  color: #fff;
  font-weight: 400;
}

.xs-cell {
  width: 50px;
}

.title-flat {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.table p {
  margin: 0;
}

.table {
  border-bottom: 2px solid #ddd;
}

.table-img {
  width: 150px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.table-img-sm {
  width: 100%;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.purchase .table-img {
  width: 80px;
}

.purchase .title-flat {
  font-size: 16px;
  font-weight: 700;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin: 0;
  color: #aaa;
  font-size: 28px;
}

.table label {
  margin-bottom: 0;
}

.plain-tr {
  background-color: #fff!important;
}

.plain-tr + .plain-tr td {
  border: none;
}

.plain-tr td {
  font-weight: 600;
}

.total-tr {
  border-top: 1px solid #ddd;
}

/*--table end--*/

/*--purchase--*/

.purchase p, .purchase strong {
  color: #666;
}

.purchase-title-holder {
  padding: 10px 15px;
  background-color: #222;
}

.purchase-title-holder p {
  margin: 0;
  color: #fff;
}

.purchase-box {
  margin-bottom: 20px;
  border: 1px solid #666;
}

.purchase-content {
  padding: 30px;
}

.purchase-box thead {
  background-color: #fff;
}

.purchase-box th {
  color: #222;
  font-weight: 600;
}

.rule-text {
  color: #666;
  font-weight: 600;
}

/*--purchase end--*/

/*--checkout page--*/

.cart-desc strong,
.cart-desc {
  font-size: 20px!important;
}

.cart-desc strong {
  font-weight: 600;
}

.checkout-holder {
  margin-bottom: 40px;
}

.title-smaller.title-standard {
  font-size: 28px;
}

.cc-holder {
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
}

.modal-button {
  margin-top: 20px;
}

.modal-body {
  padding-top: 0;
}

.modal-header .title-standard {
  font-size: 24px;
}

.cc-holder img {
  width: auto;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form-box {
  padding: 20px 15px;
  border: 1px solid #ddd;
}

.shipping-logo {
  max-width: 200px;
  margin-bottom: 5px;
}

.shipping-price,
.shipping-price strong {
  font-size: 18px;
  margin: 0;
}

.user-address p {
  margin-bottom: 0;
}

.below-radio {
  padding-left: 25px;
}

.radio-holder + .radio-holder {
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.radio-holder label {
  font-weight: 600;
}

.promotion-desc,
.promotion-desc strong{
  margin-top: 10px;
  color: #777;
}

/*--checkout page end--*/

/*--term condition--*/

.term-section {
  margin-bottom: 40px;
}

.term-section .title-standard {
  font-size: 28px;
}

/*--term condition end--*/


/*company profile*/

.product .box-standard {
  padding: 10px 0;
}

.margin-bot-standard {
  margin-bottom: 30px!important;
}

.success .title-standart i,
.error .title-standart i{
  margin-bottom: 20px;
  font-size: 50px;
}

.nav-lang {
  margin-top: 12px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.inline li {
  display: inline-block;
}

.no-list {
  padding-left: 0;
}

.no-list li {
  list-style: none;
  padding: 0 5px;
}

.bg {
  margin-bottom: 50px;
}

.bg h2,
.bg h3,
.bg p {
  margin: 0;
  color: #fff;
}

.bg h3 {
  font-weight: 100;
}

.right {
  margin-top: 15px
}

.right a {
  display: block;
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  transition: 1s;
}

.right a:hover {
  transform: translate(15%, 0);
}

li a img {
  border: 1px solid #ddd;
}

.white-text {
  font-size: 18px;
  color: #fff !important;
}

.box-mid-in .title-white {
  font-size: 30px;
}

.margin-top-standard {
  margin-top: 30px!important;
}

.super {
  vertical-align: super;
  font-size: 10px;
}

/* CSS SATRIO */
.font-white {
  color: #fff !important;
}
