@import 'https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Josefin+Sans:400,400i';

html {
    overflow-x: hidden; }

.material-icons{
  color: #412818 !important;
}

input[type=text] {
  width: 250px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  padding: 10px;
  color: black;
}

input[type=text]:focus{
  border: 2px solid #22b07b !important;
  box-shadow: none !important;
}


input[type=email] {
  width: 250px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  height: auto;
  padding: 10px;
  color: black;
}

input[type=email]:focus{
  border: 2px solid #22b07b !important;
  box-shadow: none !important;
}

input[type=password] {
  width: 250px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  height: auto;
  padding: 10px;
  color: black;
}

input[type=password]:focus{
  border: 2px solid #22b07b !important;
  box-shadow: none !important;
}


.error{
	background-color:#ff999b;
	border:1px solid #8e0608;
	padding:3px;
	text-align: center;
	font-family:Roboto;
}

.alert{
	background-color:#91f2a7;
	border:1px solid #267425;
	padding:3px;
	text-align: center;
  margin-bottom: 25px;
	font-family:Roboto;
}

.add-btn{
	float: right;
    padding: 20px 50px;
    margin-top: 35px;
    border: none;
    background-color: #22b07b;
    color: white;
    border-radius: 5px;
	cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

.add-btn:hover{
	background-color:#1ee49a;
}

/* Small Screens*/
@media screen and (max-width: 600px) {
  .add-btn{
    padding: 20px 10px;
  }
}


select{
	display:block !important;
	border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    padding: 10px;
    color: black;
    margin-bottom: 20px;
}

.dropdown-content{
  width: 150px !important;
  top: 64px !important;
}

.breadcrumbs-active{
  font-weight: bold;
}

.breadcrumbs h4{
  font-size: 30px;
  display:inline-block;
  font-family:Josefin Sans;
}

.breadcrumbs h4 a{
	color:gray;
}

.breadcrumbs h4 a:hover{
	color:black;
}

.margin-bottom-none{
  margin-bottom: 0 !important;
}

/* Medium and Up Screens*/
@media screen and (min-width: 600px) {
  .margin-bottom-none{
    margin-bottom: 20px !important;
  }
}

.dropdown-content li>a, .dropdown-content li>span{
  color: #22b07b;
}


/*********NAVIGATION*********/

.brand-logo{
  margin-top: -32px;
}

.brand-logo img{
  display: inline-block;
  margin-bottom: -5px;
  width: 25px;
  height: 35px;
}

.brand-logo p{
  display: inline-block;
  padding-left: 8px;
  font-family: Amatic SC;
}

.nav-buffer-left {
    padding-left: 110px !important;
}

.top-nav{
	background-color:#412819;
	color:white;
	width:100%;
	height:35px;
}

.top-nav ul{
	height: 35px;
    margin-top: -15px;
}

.top-nav ul a{
	color:white;
}

@media only screen and (min-width: 601px){
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
		height: 99px;
	}
}

/* Medium and Up Screens*/
  @media screen and (max-width: 992px) {
	  nav{
		  height:64px;
	  }

  }


nav{
	background-color:white;
	border-bottom: solid 1px #cccccc;
}

nav .brand-logo{
	color: #412818;
}

nav ul a{
	color:#412818;
}

.nav-buffer-left{
	padding-left: 100px;
}

.nav-wrapper ul span{
	margin-right: 3px;
}

.nav-divider{
  color: white;
}

.nav-wrapper ul li form i{
  float: right;
  margin-right: 6px;
  margin-top: -2px;
  position: relative;
  padding-left: 5px;
  z-index: 2;
}

.amount-in-bag{
  background-color: #22b07b;
  color: white;
  width: 50px;
  height: 35px;
}

.amount-in-bag p{
  position: relative;
  top: -15px;
  left: 20px;
}

.icon-shopping-bag{
  padding-right: 5px;
}

.mobile-search{
  padding-top: 5px;
  padding-left: 5px;
}


.mobile-login{
  background-color: #22b07b;
}

.mobile-login a{
  color: white;
}

.mobile-signout{
	background-color:#412818;
}

.mobile-signout a{
  color: white;
}

.my-bag-icon{
  margin-right: 8px;
  position: relative;
  top: -1px;
}


/*********HEADER CAROUSEL*********/

.slider{
  margin-bottom: 15px !important;
  height: 400px !important;
}

.slides{
  height: 360px !important;
}

.caption h3{
  font-family: Amatic SC;
  font-size: 50px;
  margin-bottom: 40px;
  text-shadow: 0px 2px 3px #555;
}

.slides li a h3{
  color: white;
}

/* Large Screens*/
@media screen and (min-width: 993px) {
  .slider{
  	margin-bottom: 15px !important;
  	height: 490px !important;
  }

  .slides{
  	height: 450px !important;
  }

}

.slider .indicators .indicator-item.active {
    background-color: #22b07b !important;
	}

	.slider .indicators .indicator-item {
		background-color: transparent !important;
    border: solid #22b07b !important;
	}

  /* Medium and Up Screens*/
  @media screen and (min-width: 600px) {
  .caption h3{
  	font-family: Amatic SC;
  	font-size: 75px;
  	margin-bottom: 40px;
  	margin-top: 50px;
  }
}

.slider-shop-btn{
	background-color:#22b07b;
	color:white;
	padding: 15px 50px;
  border-radius: 5px;
	cursor:pointer;
	font-family: Josefin Sans;
	font-size: 25px;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.slider-shop-btn:hover{
	background-color: #1ee49a;
	color:white;
}

/*********HOME PRODUCT SECTION*********/

.home-product-section{
  padding: 80px 0;
}

.product-area-1{
	width:100%;
	height:300px;
	position: relative;
}

.product-area-1-container{
    position: absolute;
    bottom: 0;
    width: 100%
}

.product-area-1 h3{
  margin:0;
  font-family: Amatic SC;
  color: white;
  padding: 10px;
  text-shadow: 0px 2px 3px #555;
}

.buy-coffee{
	background-image:url(../img/coffee-home-img2.jpg);
	background-size:cover;
	background-position:center center;
}

.buy-tea{
	background-image:url(../img/tea-home-img2.jpg);
	background-size:cover;
	background-position:center center;
}

.buy-capsules{
	background-image:url(../img/capsules-home-img.jpg);
	background-size:cover;
	background-position:center center;
}


.home-shop-btn{
	border: 3px solid #22b07b;
	background-color:#22b07b;
	color:white;
	padding: 15px 50px;
  border-radius: 5px;
	cursor:pointer;
  position: absolute;
  bottom: 10px;
  left: 5px;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.home-shop-btn:hover{
	background-color:#22b07b;
	color:white;
}


.product-area-2{
	width:100%;
	height:300px;
	background-color:red;
  text-align: center;
}

.product-area-2 h3{
  margin-top: 0;
  font-family: Amatic SC;
  color: white;
  padding-top: 60px;
  text-shadow: 0px 2px 3px #555;
}

.product-area-2 h4{
  color: white;
  font-family: Josefin Sans;
  font-size: 20px;
  text-shadow: 0px 2px 3px #555;
}

.home-organic-btn{
	border: none;
	background-color:#22b07b;
	color:white;
	padding: 15px 50px;
  border-radius: 5px;
	cursor:pointer;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  display: inline-block;
}

.home-organic-btn:hover{
	background-color:#1ee49a;
	color:white;
}

.buy-organic{
	background-image:url(../img/buy-organic-image2.jpg);
	background-size:cover;
	background-position:center center;
}

.product-area-3{
	width:100%;
	height:300px;
	background-color:green;
}

.product-area-3 h3{
  margin-top: 0;
}

.sale-1{
  background-image: url(../img/sale1.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
}

.sale-1-container{
  width: 75%;
  height: auto;
  background-color: white;
  margin: 0 auto;
  font-family: Josefin Sans;
  text-align: center;
  padding: 10px;
}

.promo-code{
  color: #22b07b;
}

.sale-2{
  background-image: url(../img/sale2.jpg);
  background-position: center center;
  background-size: cover;
}

.sale-2-container{
  width: 50%;
  height: 100%;
  background-color: #22b07b;
  font-family: Josefin Sans;
  padding: 10px;
  color: white;
}

.sale-2-container h3{
  padding-top: 50px;
  font-size: 50px;
}

.sale-2-container h4{
  font-size: 20px;
}

.product-area-4{
	width:100%;
	height:300px;
}

.product-area-4-header{
  	width:100%;
  	height:auto;
    text-align: center;
    margin-bottom: 20px;
}

.product-area-4-header h2{
	margin-top:0;
	font-family: Amatic SC;
    color: #22b07b;
    border-bottom: 3px solid #22b07b;
    padding-bottom: 15px;
}

.best-seller-item{
  text-align: center;
}

.best-seller-name p{
  font-size: 15px;
  font-family: Josefin Sans;
}


.best-seller-price p{
  display: inline-block;
  padding-right: 15px;
}

.best-seller-btn{
    background-color: #22b07b;
    color: white;
    border: none;
    height: 40px;
    width: 100px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.best-seller-btn:hover{
  background-color: #1ee49a;
}


/*********WHY BUY FROM US SECTION*********/

.why-buy-from-us-section{
  padding: 80px 0;
  padding-top: 0;
}

.why-buy-from-us-section h2{
  font-family: Amatic SC;
    border-bottom: solid 3px #22b07b;
    padding-bottom: 15px;
    color:#313131;
}

.why-buy-from-us-section p{
  line-height: 40px;
  font-size: 18px;
  font-family: Josefin Sans;
}


/*********OUR GOAL SECTION*********/

.our-goal-section{
	background-color:#e7e7e7;
	text-align:center;
  background-image: url(../img/goals-section-img.jpg);
  background-position: center center;
  background-size: cover;
	height:auto;
  padding: 80px 0;
}


.our-goal-section h3{
	font-family:Josefin Sans;
	color:white;
	padding-top:30px;
  max-width: 100%;
  font-size: 18px;
  margin: 0 auto;
  line-height: 35px;
  text-shadow: 1px 1px black;
}

/* Large Screens*/
@media screen and (min-width: 993px) {
  .our-goal-section h3{
    font-size: 30px;
    max-width: 85%;
    line-height: 50px;
  }

}

/*********HOME BEST SELLERS SECTION*********/

.home-best-sellers-section{
  padding: 80px 0;
}


/*********LOGIN & SIGNUP*********/

.login-signup-section{
  padding: 80px 0;
}

.login-signup-container{
  text-align: center;
  border: solid gainsboro 2px;
  border-radius: 5px;
  padding: 25px;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:500px;
}


.login-signup-container h1{
  color: #22b07b;
  font-size: 45px;
  text-align: center;
  margin-top: 0;
  font-family: Amatic SC;
  padding-bottom: 10px;
  border-bottom: #22b07b solid 3px;
  margin-bottom: 20px;
}


/* Small Screens*/
@media screen and (max-width: 600px) {
  .login-signup-container{
    margin-bottom: 25px;
    height: auto;
  }

  .login-signup-container h1{
    font-size: 35px;
  }
}

.login-signup-container h2{
  font-size: 18px;
  font-family: Josefin Sans;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
}

.login-signup-container ul{
  margin-top: 0px;
  font-family: Josefin Sans;
}

.login-signup-container ul li:before{
    content: '✔';
    margin-left: -1em;
    margin-right: .100em;
}

.login-signup-info{
  height: auto;
  width: 100%;
}

.full-width-input{
  width: 100% !important;
}
.login-input{
  border: none;
  background-color: #22b07b;
  color: white;
  height: 50px;
  width: 200px;
  border-radius: 5px;
  font-size: 18px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.login-input:hover{
  background-color: #1ee49a;
}

.login-btn{
  border: none;
  background-color: #22b07b;
  color: white;
  height: 50px;
  width: 200px;
  border-radius: 5px;
  font-size: 18px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  padding-top: 10px;
}

.login-btn:hover{
  background-color: #1ee49a;
}

.small-text{
  font-size: 11px;
  color: #b3b3b3;
}

.green-small-text{
  color: #22b07b;
}


/*********FOOTER*********/

footer{
	background-color: #22b07b;
  padding: 80px 0;
}

footer h4{
  color: white;
  font-size: 25px;
  margin-bottom: -10px;
  font-family: Josefin Sans;
  font-weight: bold;
}

/* Small Screens*/
@media screen and (max-width: 600px) {
  footer h4{
    font-size: 16px;
  }
}

footer ul li a{
  color: white !important;
  line-height: 30px;
  font-family: Josefin Sans;
  font-size: 16px;
}

/* Small Screens*/
@media screen and (max-width: 600px) {
  footer ul li a{
    font-size: 13px;
  }
}

.footer-info{
  width: 60%;
  height: 175px;
  margin: 0 auto;
}

.footer-copyright{
  width: 100%;
  height: 50px;
  background-color: #22b07b;
}

.footer-copyright p{
  text-align: center;
  color: white;
  font-size: 12px;
  padding-top: 15px;
  margin-top: 0px;
}


/*********CLIENT HEADER SECTION*********/

.client-header-section{
}

.client-header-section h2{
  font-family: Josefin Sans;
}

.client-header-section h1{
  font-family: Amatic SC;
  text-align: center;
}

.client-header-section h4{
  font-size: 20px;
  font-family: Josefin Sans;
  text-align: center;
}

.client-header-section h4 a{
  color: #22b07b;
}

.client-header-section h1, .client-header-section h2, .client-header-section h3,{
  margin-top: 0;
}

.my-account-header-container{
  border-bottom: #22b07b solid 3px;
  font-family: Amatic SC;
}


/*********CLIENT INFORMATION SECTION*********/

.client-information-section{
  padding-bottom: 80px;
}

.client-information-box{
  height: auto;
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 20px;
  background-color:#e7e7e7;
}

.client-information-box h3{
  font-family: Amatic SC;
}

.client-information-box a h4{
  font-size: 16px;
  color: #412819;
}

.client-information-box a h4:hover{
  color: #885536;
}

.client-information-box-header-container{
  border-bottom: #22b07b solid 3px;
}


/*********ADMIN NAVIGATION*********/

.admin-navigation{
  width: 100%;
  height: 55px;
  background-color: #22b07b;
}

.admin-navigation-container{
  text-align: center;
  margin-top: -30px;
}

/* Small Screens*/
@media screen and (max-width: 600px) {
  .admin-navigation-container{
    margin-top: 5px;
  }
}

.admin-navigation-icon-container{
  display: inline-block;
  padding: 0px 3%;
}

.admin-navigation-icon-container h6{
  margin-top: -5px;
  color: white;
}

.admin-navigation-icon-container i{
  color: white !important;
}

.admin-control-panel-header{
  font-size: 20px;
  border-bottom: solid #412819 2px;
  padding-bottom: 10px;
  font-family: Josefin Sans;
  color: #412819;
}

.admin-control-panel-header a{
  color: #22b07b;
}

.admin-control-panel-header a:hover{
  color: #1ee49a;
}


/*********ADMIN DASHBOARD*********/

.admin-dashboard{
  padding: 80px 0;
}

.admin-dashboard h1{
  font-family: Amatic SC;
  color: #22b07b;
}

.admin-dashboard-box{
  background-color: #e7e7e7;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 25px;
  margin: 10px 0;
}

.admin-dashboard-box i{
  color: #22b07b !important;
  margin-bottom: 15px;
}

.admin-dashboard-box h2{
  font-size: 20px;
  margin: 0;
  font-family:Josefin Sans;
}

.admin-dashboard-box h3{
  margin: 0;
  padding-top: 10px;
}

/*********ADMIN ACTIVE USERS*********/

.admin-active-users{
  padding: 80px 0;
}

.admin-active-users h1{
  font-family: Amatic SC;
  color: #22b07b;
  display: inline-block;
}

.tablesorter a{
  color: #22b07b !important;
}

.tablesorter a:hover{
  border-bottom: solid 2px #22b07b;
}

thead {
    border-bottom: 1px solid #22b07b !important;
  }

/*********ADMIN EDIT USERS*********/

.edit-users-section{
  padding: 80px 0;
}

.edit-users-section h1{
  font-family: Amatic SC;
  color: #22b07b;
}

.edit-users-input{
  width: 100% !important;
}

.edit-users-btn{
  border: none;
  background-color: #22b07b;
  height: 50px;
  width: 200px;
  color: white;
  border-radius: 5px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.edit-users-btn:hover{
  background-color: #1ee49a;
}


/*********ADMIN ADD PRODUCT*********/


.product-header{
    background-color: #22b07b;
    padding: 10px 5px;
    color: white;
}

.admin-add-product input{
	width:100% !important;
}

.admin-add-product textarea{
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    height: 100px;
    resize: none;
    padding: 10px;
    color: black;
    margin-bottom: 25px;
}

.admin-add-product textarea:focus{
	outline:none;
	border: 2px solid #22b07b !important;
}

.admin-add-product label{
	color:#22b07b;
}

.add-product-btn{
    border: none;
    background-color: #22b07b;
    color: white;
    border-radius: 5px;
    padding: 20px 50px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.add-product-btn:hover{
	background-color: #1ee49a;
}

/*********ADMIN EDIT PRODUCT*********/


.update-product-btn-container{
  margin-top: 25px;
}


/*********SUB PAGE HEADER*********/

.splash-page-header{
  font-size: 75px;
    font-family: Amatic SC;
    color: white;
    text-align: center;
    padding-top: 40px;
}

.splash-page-header-coffee{
  background-image:url(../img/goals-section-img.jpg);
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}

.splash-page-header-tea{
  background-image:url(../img/splash-page-tea-img.jpeg);
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}

.splash-page-header-capsules{
  background-image:url(../img/capsules-home-img.jpg);
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}

.splash-page-header-organic{
  background-image:url(../img/buy-organic-image2.jpg);
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}

.splash-page-header-accessories{
  background-image:url(../img/accessories-img.jpg);
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}


.sub-page-header-tea{
	width:100%;
	height:250px;
	background-image:url(../img/splash-page-tea-banner.jpeg);
	padding-top:100px;
	background-position:center center;
	background-size:cover;
}

.sub-page-header-tea h1{
	margin-top:0;
	font-family:Amatic SC;
	font-size:125px;
	color:white;
	text-shadow: 0px 2px 3px #555;
}


.splash-page-section{
	padding: 40px 0;
    background-color: white;
}


/*********SPASH PAGE PRODUCTS*********/

.splash-page-product-container{
	width:100%;
	height:auto;
	background-color:white;
	text-align:center;
	padding:20px 0;
	margin:20px 0;
}

.splash-page-product-container i{
  color: #22b07b;
}

.splash-page-product-container img{
  width: 100%;
  height: auto;
}

.splash-page-product-name-container h3{
	font-size:18px;
	padding:5px 25px;
	font-family: Josefin Sans;
}

.splash-page-product-price-container h3{
	font-size:18px;
	display:inline-block;
	padding-right:10px;
}

.splash-page-product-view-more-container h3{
	margin:0;
}

.splash-page-product-view-more-container h3 a{
	font-size:16px;
	color:#22b07b;
}

/*********SPLASH PAGE SIDEBAR*********/

.splash-page-sidebar h5{
  border-bottom: solid 3px #22b07b;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: Josefin Sans;
}

.splash-page-sidebar h6{
    padding: 8px 0;
    font-size: 16px;
    font-family: Josefin Sans;
}

.splash-page-sidebar h6 a{
  color: black;
}

.splash-page-sidebar h6 a:hover{
  color:#22b07b;
}

.side-bar-underline{
  border-bottom: solid 1px #ccc;
}

.splash-page-filters-small{
	float:right;
	margin-top:15px;
	display:inline;
}


/*********PRODUCT DETAILS SECTION*********/

.product-details-section{
	padding:80px 0;
	/*background-color:#e7e7e7;*/
  background-color: #e8d0c1;
	width:100%;
	height:auto;
}

.product-details-container{
  background-color: white;
  padding: 50px;
  border-radius: 5px;
}

.product-details-container h1{
  font-size: 25px;
  font-family: Josefin Sans;
  font-weight: bold;
  text-align: center;
}

.product-details-price-container{
  text-align: center;
}

.product-details-container h2{
  font-size: 25px;
  display: inline-block;
  font-family: Josefin Sans;
  position:relative;
  top:3px;
}


.product-details-container img{
  max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.product-details-info-container{
  text-align: center;
}

.product-details-container h4{
  font-size: 20px;
  font-weight: bold;
  font-family: Josefin Sans;
}

.product-details-container h5{
  font-size: 16px;
    color: gray;
    font-family: Josefin Sans;
}



.product-details-container p{
  line-height: 30px;
  margin-bottom: 30px;
  color: gray;
  font-family: Josefin Sans;
  font-size: 16px;
}

.product-details-container button{
  display: block;
  margin: 0 auto;
  width: 100%;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 0px;
	-o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border: #b1b1b1 solid 1px;
    color: #b1b1b1;
    font-family: Josefin Sans;
    font-size: 16px;
    margin-bottom: 15px;

}

.product-details-container button i{
  margin-right: 5px;
}


.product-details-container form{
  display: block;
}

.product-details-container .in-stock-btn input[type="submit"]{
    background-color: #22b07b;
    border: none;
    height: 50px;
    width: 200px;
    color: white;
    border-radius: 5px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: Josefin Sans;
      font-size: 16px;
      margin-left: 0;
	  position:relative;
	  top:-3px;
  }

.product-details-container .in-stock-btn input[type="submit"]:hover{
	background-color: #1ee49a;
}

.product-details-container .sold-out-btn input[type="submit"]{
    background-color: #d0d3d6;
    border: none;
    height: 50px;
    width: 200px;
    color: white;
    border-radius: 5px;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: Josefin Sans;
      font-size: 16px;
      margin-left: 0;
	  position:relative;
	  top:-3px;
  }

  .sold-out{
  	display: inline-block;
      font-size: 25px;
      font-family: Josefin Sans;
      color: #ff999b;
	  margin: 0;
	  position: relative;
      top: 3px;
  }

  .sold-out-btn{
	  display:inline-block;
  }

  .star-review{
    margin-left: 15px;
    color: #22b07b;
    text-align: center;
  }

@media only screen and (min-width: 40.063em) {
  .product-details-container h1{
    font-size: 35px;
  }

  .product-details-container .in-stock-btn input[type="submit"]{
    margin-left: 10px;
  }

  .product-details-container .sold-out-btn input[type="submit"]{
    margin-left: 10px;
  }

  .product-details-container form{
    display: inline-block;
  }

  .sold-out{
    margin-left: 10px;
  }
 }

/*Large and Up*/
@media screen and (min-width: 64em) {
  .product-details-container h1{
    text-align: left;
    font-size: 35px;
  }

  .product-details-price-container{
    text-align: left;
  }

  .product-details-info-container{
    text-align: left;
  }

  .product-details-container button{
    margin-bottom: 0;
  }

  .sold-out{
    margin-left: 10px;
  }

  .star-review{
    text-align: left;
  }
}


.share-btn:hover{
	background-color:#e95950;
  border: #e95950 solid 1px;
	color:white;
}


.tweet-btn:hover{
	background-color:#00aced;
  border: #00aced solid 1px;
	color:white;
}


.post-btn:hover{
	background-color:#3B5998;
  border: #3B5998 solid 1px;
	color:white;
}




.reviews-section{
	padding-bottom:80px;
	padding-top:0;
}

.reviews-section h2{
	font-family: Amatic SC;
    border-bottom: solid #22b07b 3px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #22b07b;
}

.featured-products-container{
	text-align:center;
  padding: 25px 0px;
}

.add-to-bag-container{
  margin-bottom: 20px;
  display: inline-block;
}


/*********PRODUCT DETAILS ADD TO BAG SECTION*********/

.bag-qty-container{
	border:none;
}

.qty-ul{
	display:inline-block;
	margin:0;
}

.qty-ul input{
	width:auto;
	height:50px;
	text-align:center;
}

.jcart{
  position: absolute;
  top: 35px;
  right: 9999px;
  background-color: white;
  overflow: hidden;
}


/*********CUSTOMERS ALSO BOUGHT SECTION*********/

.customers-also-bought-section{
	padding:80px 0;
	width:100%;
	background-color:white;
}

.customers-also-bought-section h2{
	margin-top: 0;
    font-family: Amatic SC;
    color: #22b07b;
    border-bottom: 3px solid #22b07b;
    padding: 30px 0;
	margin-bottom:30px;
}

/*********CHECKOUT SECTION*********/

.checkout-section{
	padding:80px 0;
}

.checkout-section h2{
	font-family: Amatic SC;
    color: #22b07b;
    font-size: 75px;
}

.checkout-section a{
  color: #22b07b !important;
}

#jcart-paypal-checkout{
	float:right;
	background-color: #22b07b;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#jcart-paypal-checkout:hover{
  background-color: #1ee49a;
}

#jcart-subtotal{
	float:right;
}


#jcart tfoot{
	border-top: solid 1px #22b07b;
}

#jcart fieldset{
	padding:30px !important;
}

.jcart-item-price{
	text-align: right;
    position: relative;
    right: -50px;
}

.jcart-item-price span{
	font-size:14px;
}

.jcart-remove{
	position: relative;
    top: 15px;
    left: -45px;
    font-size: 13px;
}

#jcart-subtotal{
	font-size:20px;
}

.jcart-item-qty input{
  width: auto;
    text-align: center;
    position: relative;
    top: 10px;
}

#jcartItemQty-2{
	width: auto;
    text-align: center;
    position: relative;
    top: 10px;
	font-size:14px;
}

.jcart-item-name{
	font-size:14px;
}

#jcart-tooltip{
  margin-left: -9999px;
  overflow: hidden;
}

.checkout-warning{
  background-color: #ddd;
  color: #412819;
  padding: 20px;
  line-height: 35px;
  font-family: Josefin Sans;
  font-size: 18px;
}

.disclaimer-bold{
  font-weight: bold;
}

/* Medium and Up Screens*/
@media screen and (min-width: 600px) {
  .jcart-item-price span{
    font-size: 18px;
  }
  #jcart-subtotal{
    font-size: 25px;
  }
  #jcartItemQty-2{
    font-size: 18px;
  }
  .jcart-item-name{
    font-size: 18px;
  }
}
