@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}
/************ THIS IS WHAT BROKE IT, RENAME ON TEAM PAGE MAYBE? ***************/
.team-overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .team-overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}
 h2 {
	margin-top: 30px;
	margin-bottom: 30px;

 }
 /*******************************/
 /********testimonial************/
body {
	font-family: "Open Sans", sans-serif;
}
h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
/*.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
*/
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/***************************************************/
body {

}

.accordion {
	min-width: 100% !important;
}

.accordion .card-header {
	background-color: #fff;
	padding: 0;
}

.accordion .card-header:hover {
	cursor: pointer;
	border: none;
}

.accordion h5 {
	/*border-bottom: 2px solid #fff;*/
	font-size: 1em;
	font-family: 'Open-Sans', sans-serif;
	font-weight: 400;
	color: #F5887D;
}

.accordion .border-bottom {
	border-color: #e0e0e0 !important;
	border-width: 1px;
}

.fa-plus {
	line-height: inherit;
	color: #F5887D;
}

hr {
	  margin-top: 1rem;
	  margin-bottom: 1rem;
	  border: 0;
	  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.alert-light {
	background-color: transparent !important;
	border: none;
}

.default-font {
	font-family: 'Open-Sans', sans-serif;
}

.default-bold {
	font-weight: 600;
}

.default-thin {
	font-weight: 300;
}

.default-color {
	color: #F58B7D;
	background-color: transparent !important;
}

.default-bg {
	background-color: #F5887D;
}

.form-link {
	color: #F58B7D;
}

.form-link:hover {
	color: #c46f64;
}

.content-wrap {
	min-height: 528px;
}

/* HR */
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
/* HR */

/* NAVBAR */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
	font-family: 'Open-Sans', sans-serif;
}

.nav-bg {
	background-color: #F58B7D;
}

.nav-link {
	color: #FFFFFF !important;
	font-weight: 600 !important;
}

.contact-textarea {
	min-height: 206px;
}

.question-textarea {
	height: 150px !important;
	width: 100% !important;
}

/* Small links above navbar */
.top-link {
	color: #F58B7D;
	font-size: .9em !important;
}

.top-link:hover {
	color: #c46f64;
}

.side-nav {
	border: none !important;
}

.side-link {
	color: #F5887D !important;
	background-color: transparent !important;
}

.side-link {
	font-family: 'Open-Sans', sans-serif;
	font-size: .95em;
	font-weight: 600;
	transition: none !important;
}

.side-link.active {
	/*border-right: 1px solid #F5887D;*/
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top:    10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:  10px solid #F5887D;
  float: right;
}

.profile-info {
	line-height: .75em;
}

.account-header {

}

div.#1, div.#2 {
	display: none;
}

.profile-row {
	min-height: 164px;
}

.order-row:hover {
	background-color: #fafafa;
}

.recent-order-link {
	color: #000;
}

.recent-order-link:hover {
	/*color: #000;*/
	/*text-decoration: underline;*/
}

/* Remove search bar outline */
input[type=text]:focus:not([readonly]) + label,
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
	/*font-family: 'Open-Sans', sans-serif;*/
    color: #000; 
}

input[type=text]:focus:not([readonly]),
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
    /*border-bottom: 1px solid #000;*/
    /*box-shadow: 0 0px 0 0 #000; */
    /*font-family: 'Open-Sans', sans-serif;*/
    border: 1px solid #ccc;
    box-shadow: none;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #ccc;
	background-color: #F5887D;
	z-index: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    outline: 0;
}
.custom-control-input:active ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-control-input ~ .custom-control-label::before {
	border-radius: 0 !important;
	border-color: #ccc;
	outline: 0;
	box-shadow: none;
}

/* Select input */
.browser-default.custom-select {
	box-shadow: none;
	border: 1px solid #ccc;
}

/* Discover C4C dropdown */
.dropdown-menu {
	border-radius: 0 !important;
	background-color: #F58B7D;
}

.dropdown-item {
	color: #FFFFFF !important;
	/*font-weight: 600 !important;*/
}

.dropdown-item:hover {
	background-color: #c46f64;
}

/* NAVBAR END */

/* BEST SELLER PRODUCTS */

.slider {
    /*max-width: 768px;*/
    max-width: 95
    margin: 0 auto;
}

.slider img {
    width: 235px;
    height: 250px;
}

/*.slick-prev {
	left: 25px;
	z-index: 10;
}

.slick-next {
	right: 25px;
}*/

.deck-title-wrap {
	border-bottom: 1px solid #F5887D;
}

.deck-title {
	font-family: 'Open-Sans', sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	background-color: #F58B7D;
	color: #FFF;
}

.slick-prev:before, .slick-next:before {
    color: grey;
}

.card-deck {
	flex-flow: row wrap;
}

.product-card-title {
	font-family: 'Open-Sans', sans-serif;
	font-size: .9em;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-card-title a {
	color: #000;
}

.product-card-text {
	font-size: .8em !important;
}

.card-img-top {
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}

.btn-buy {
	background-color: #F58B7D;
	color: #FFF;
}

.btn-buy:hover {
	color: #FFF;
	background-color: #c46f64;
}

.img-container {
	min-height: 192px;
}

/* BEST SELLER PRODUCTS END */

/* LOGIN / REGISTER FORMS */

.form-btn {
	font-family: 'Open-Sans', sans-serif;
	background-color: #F58B7D;
	color: #FFF;
}

.form-btn:hover {
	background-color: #c46f64;
	color: #FFF;
}

/* FOOTER */
footer {
	background-color: #FFF;
}

footer a:hover {
	text-decoration: underline;
}

footer .container {
	background-color: #F58B7D;
	color: #FFF;
}

.footer-stripe {
	background-color: #fff;
}

.copyright, footer.page-footer a, footer h5, footer p {
	color: #fff;
	font-family: 'Open-Sans', sans-serif;
}

footer h5 {
	font-weight: 600;
	font-size: 1em !important;
	/*text-decoration: underline;*/
}

.btn-text-lg {
	font-size: .9em !important;
}

/* FOOTER END */

.btn-group .btn-left {
	background-color: #F5887D !important;
	color: #fff;
}

.btn-group .btn-right {
	background-color: #F5887D !important;
	color: #fff;
}

.btn-left:hover, .btn-right:hover {
	background-color: #c46f64 !important;
}

.cart-img {
	width: auto;
	min-height: 250px;
	max-height: 250px;
}

.blue-text {
	color: #3bc7ff !important;
}

a.blue-text:hover {
	color: #2f9fcc !important;
}

.btn.blue:hover {
	background-color: #0062cc !important;
}

.card-img-top {
	width: auto;
	min-height: 250px;
	max-height: 250px;
}

.front-page-image {
	min-height: 0 !important;
	max-height: 100% !important;
	width: 100% !important;
}

.product-title {
	min-height: 35px;
	max-height: 35px;
	overflow-y: scroll;
	text-overflow: ellipsis;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

.product-description {
	min-height: 75px;
	max-height: 75px;
	overflow-y: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

.product-description::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.card .card-body .card-title a, .card .card-body .card-title a:hover {
	font-size: 1.2em !important;
}

.blue-btn {
	background-color: #3bc7ff;
}

.blue-btn:hover {
	background-color: #2f9fcc;
}

.product-title::-webkit-scrollbar {
	display: none;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.container {
		max-width: 767px;
	}

	/* BEST SELLER PRODUCTS */
	.card-img-top {
		width: auto;
		min-height: 250px;
		max-height: 250px;
	}

	.divider {
		border-right: 1px solid #dcdcdc;
	}

	.img-container {
		min-height: 266px;
		max-height: 266px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.container {
		max-width: 991px;
	}

	#user-nav, #top-nav {
		text-transform: uppercase;
	}

	.card-img-top {
		width: auto;
		min-height: 250px;
		max-height: 250px;
	}

/*	.nav-link {
		font-weight: 600 !important;
	}*/

	.side-link:hover {
		background-color: #fdfdfd !important;
		color: #c46f64 !important;
		/*border-right: 1px solid #F5887D;*/
	}

	.cart-img {
		width: auto;
		min-height: 125px;
		max-height: 125px;
		max-width: 120px;
	}

	.question-textarea {
		width: 600px !important;
		height: 100px !important;
	}

	.img-container {
		min-height: 138px;
		max-height: 138px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.container {
		max-width: 1199px;
	}

	/* NAVBAR */

	.nav-link {
		font-size: .8em !important;
		font-weight: 600 !important;
	}

	.nav-link:hover {
		background-color: #c46f64;
	}

	.top-search {
		max-width: 250px;
		border-radius: 0;
	}

	.search-button {
		border-radius: 0;
		max-height: 31px;
		background-color: #F58B7D;
		color: #FFF;
	}

	.search-button:hover {
		background-color: #c46f64;
		color: #FFF;
	}

	/* NAVBAR END */

	/*.cart-img-col {
		max-width: 117px;
	}*/

	.checkout-form {
		max-width: 500px;
	}

	.img-container {
		min-height: 188px;
		max-height: 188px;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.form-wrap {
		max-width: 400px;
		margin: 0 auto;
	}

	.form-wrap-left {
		max-width: 300px;
	}


	.img-container {
		min-height: 265px;
		max-height: 265px;
	}

	/*.cart-img-col {
		max-width: 117px;
	}*/
}
