/*AUTH************************************************************************/
.auth {
	/* position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    background-color: #f6f7f9; */

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
}

.auth-header {
	/* position: relative;
    padding: 2rem 1.25rem 0;
    width: 100%;
    background-color: #DFC13F;
    color: #ffffff;
    text-align: center;
    background-size: cover; */
}

@media (min-width: 768px) {
	.auth-header {
		margin-bottom: -3rem;
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	.auth-header .container {
		padding: 0;
		max-width: 420px;
	}
}

.auth-header a {
	color: #f7c46c;
	text-decoration: underline;
}

.auth-header a:focus {
	color: #d3a860;
}

.auth-header a:hover {
	color: #d3a860;
}

.auth-header canvas {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.auth-form {
	position: relative;
	padding: 2rem 1.25rem 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 768px) {
	.auth-form {
		padding: 3rem 2rem 1rem;
		max-width: 420px;
		border-radius: 0.25rem;
		background-color: #ffffff;
		box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05),
			0 1px 3px 0 rgba(20, 20, 31, 0.15);
	}
}

.auth-form-reflow {
	padding: 2rem 1rem 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}

.auth-form .link {
	text-decoration: underline;
}

.auth-floated {
	flex-direction: row;
	align-items: stretch;
}

.auth-floated .auth-form {
	max-width: 100%;
	border-radius: 0;
	padding-top: 2rem;
	text-align: center;
	z-index: 2;
}

@media (min-width: 992px) {
	.auth-floated .auth-form {
		max-width: 33.333333%;
	}
}

.auth-floated .auth-announcement {
	display: none;
	padding: 6rem 3rem;
	flex: 1;
	text-align: center;
	color: #ffffff;
	background-color: #dfc13f;
	background-size: cover;
}

@media (min-width: 992px) {
	.auth-floated .auth-announcement {
		display: block;
	}
}

.auth-floated .announcement-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.auth-floated .announcement-body {
	position: relative;
	z-index: 2;
}

.auth-footer {
	padding: 1rem;
	color: #888c9b;
}

@media (min-width: 768px) {
	.auth-footer {
		max-width: 420px;
	}
}

/*mega-menu*******************************************************************/

.tabs-verical .nav-link {
	border-right: 1px solid #ddd;
	border-radius: 0;
}

.tabs-verical .navbar-default .navbar-text {
	color: #ffffff;
}

.tabs-verical .nav-tabs > li.active > a,
.tabs-verical .nav-tabs > .profile-posts li.active > a:focus,
.tabs-verical .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
}

/*header********************************************************************/
.hero-text {
	text-align: left;
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 20px;
}

/* slick ********************************************************************/
.slider {
	width: 100%;
	margin: 0px auto;
	/**/
	padding: 0px 20px 0px 20px;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	/* color: #0179A8;; */
	color: #0179a8;
}

/* .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
} */

/*photo product detail******************************************************************/
.embed-responsives {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsives::before {
	display: block;
	content: "";
}

.embed-responsives .embed-responsives-item,
.embed-responsives iframe,
.embed-responsives embed,
.embed-responsives object,
.embed-responsives video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsives-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsives-16by9::before {
	padding-top: 56.25%;
}

.embed-responsives-4by3::before {
	padding-top: 75%;
}

.embed-responsives-1by1::before {
	padding-top: 100%;
}

/**/
/*
.embed-responsives img.embed-responsives-item {
    top: 0%;
    left: 0%;
    bottom: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0%);
    max-width: 200%;
}*/

.embed-responsives img.embed-responsives-item {
	object-fit: contain;
}

/*Preview/thumbnail product detail*******************************************/

.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 996px) {
	.preview {
		margin-bottom: 20px;
	}
}

.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
}

.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}
/*
.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

/*
@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
*/

/*2-grids product display*********************************************************************/
/*---image fit---*/
.fit {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}

/*.categories {
  padding: 40px 0;
}

.focus-grid a {
  text-decoration: none;
}*/

.focus-grid {
	margin-top: 30px;
	/*---*/
	cursor: pointer;
}

/*.focus-grid h4 {
  text-align: left;
  font-size: 2.5em;
  font-weight: 400;
  color: #323232;
}

.focus-grid h4 span {
  display: block;
  font-size: 0.5em;
  margin: 10px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}*/

/*.focus-grid p {
  margin: 20px 0 0px 0;
  font-size: 1.2em;
  color: #797979;
  font-weight: 300;
  line-height: 1.9em;
}*/

/*.focus-border {
  border: 1px solid #e7eaed;
}

.focus-layout {
  background: #FBFBFB;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-layout {
  margin: 5px;
  padding: 20px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-align: center;
}

.focus-layout:hover {
  background-color: #01a185;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-layout h4 {
  margin: 0 0 0 0;
  color: #4C4C4C;
  font-size: 18px;
  text-align: center;
  height: 35px;
  margin-top: 20px;
}

.focus-layout:hover h4.clrchg {
  color: #fff;
}

.focus-grids {
  margin-top: 5em;
}

.focus-image {
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-image i {
  font-size: 40px;
  color: #fff;
  background: #dd0908;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 95px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-layout:hover div.focus-image i {
  background: #FBFBFB;
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}*/

/*-- responsive media queries --*/
@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1080px) {
	/*.focus-image i {
      font-size: 35px;
      width: 85px;
      height: 85px;
      line-height: 85px;
  }*/

	.focus-grid {
		padding: 0 10px;
	}

	/*.focus-layout {
      margin: 3px;
      padding: 20px 0px 20px 0;
  }*/

	/*@media (max-width: 991px) {

      .focus-grid {
          width: 25%;
          float: left;
      }

  }*/
}

@media (max-width: 991px) {
	.focus-grid {
		width: 25%;
		float: left;
	}
}

@media (max-width: 900px) {
}

@media (max-width: 800px) {
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
	/*.focus-image i {
      font-size: 35px;
      width: 75px;
      height: 75px;
      line-height: 75px;
  }*/

	.focus-grid {
		width: 33.333%;
	}

	/*.focus-layout {
      padding: 16px 0px 16px 0;
  }*/
}

@media (max-width: 414px) {
	.focus-grid {
		width: 50%;
	}

	/*.focus-layout {
      padding: 16px 5px 16px 5px;
  }*/
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

/*text ellipsis*/
.ellipsis-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 18px;
	/**/
	width: 100%;
	/*height: 32px;*/
	height: 36px;
	margin-bottom: 5px;
}

/*mega-menu*******************************************************************/
.tabs-verical .nav-link {
	border-right: 1px solid #ddd;
	border-radius: 0;
}

.tabs-verical .navbar-default .navbar-text {
	color: #ffffff;
}

.tabs-verical .nav-tabs > li.active > a,
.tabs-verical .nav-tabs > .profile-posts li.active > a:focus,
.tabs-verical .nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
}

/* hero text ********************************************************************/
.containers {
	position: relative;
	/* max-width: 800px;  */
	/* Maximum width */
	margin: 0 auto;
	/* Center it */
}

.containers .contents {
	position: absolute;
	/* Position the background text */
	bottom: 0;
	/* At the bottom. Use top:0 to append it to the top */
	background: rgb(0, 0, 0);
	/* Fallback color */
	background: rgba(0, 0, 0, 0.5);
	/* Black background with 0.5 opacity */
	color: #f1f1f1;
	/* Grey text */
	width: 100%;
	/* Full width */
	padding: 20px;
	/* Some padding */
}

/*2-grids product display*********************************************************************/
/*---image fit---*/
.fit {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}

/*.categories {
  padding: 40px 0;
}

.focus-grid a {
  text-decoration: none;
}*/

.focus-grid {
	margin-top: 30px;
	/*---*/
	cursor: pointer;
}

/*.focus-grid h4 {
  text-align: left;
  font-size: 2.5em;
  font-weight: 400;
  color: #323232;
}

.focus-grid h4 span {
  display: block;
  font-size: 0.5em;
  margin: 10px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}*/

/*.focus-grid p {
  margin: 20px 0 0px 0;
  font-size: 1.2em;
  color: #797979;
  font-weight: 300;
  line-height: 1.9em;
}*/

/*.focus-border {
  border: 1px solid #e7eaed;
}

.focus-layout {
  background: #FBFBFB;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-layout {
  margin: 5px;
  padding: 20px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-align: center;
}

.focus-layout:hover {
  background-color: #01a185;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-layout h4 {
  margin: 0 0 0 0;
  color: #4C4C4C;
  font-size: 18px;
  text-align: center;
  height: 35px;
  margin-top: 20px;
}

.focus-layout:hover h4.clrchg {
  color: #fff;
}

.focus-grids {
  margin-top: 5em;
}

.focus-image {
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-image i {
  font-size: 40px;
  color: #fff;
  background: #dd0908;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 95px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.focus-layout:hover div.focus-image i {
  background: #FBFBFB;
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}*/

/*-- responsive media queries --*/
@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1080px) {
	/*.focus-image i {
      font-size: 35px;
      width: 85px;
      height: 85px;
      line-height: 85px;
  }*/

	.focus-grid {
		padding: 0 10px;
	}

	/*.focus-layout {
      margin: 3px;
      padding: 20px 0px 20px 0;
  }*/

	/*@media (max-width: 991px) {

      .focus-grid {
          width: 25%;
          float: left;
      }

  }*/
}

@media (max-width: 991px) {
	.focus-grid {
		width: 50%;
		float: left;
	}
}

@media (max-width: 900px) {
}

@media (max-width: 800px) {
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
	/*.focus-image i {
      font-size: 35px;
      width: 75px;
      height: 75px;
      line-height: 75px;
  }*/

	.focus-grid {
		width: 50%;
	}

	/*.focus-layout {
      padding: 16px 0px 16px 0;
  }*/
}

@media (max-width: 414px) {
	.focus-grid {
		width: 50%;
	}

	/*.focus-layout {
      padding: 16px 5px 16px 5px;
  }*/
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

/* ellipsis ********************************************************************/
.ellipsis-text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 18px;
	/**/
	width: 100%;
	/*height: 32px;*/
	height: 36px;
	margin-bottom: 5px;
}

/*photo product detail******************************************************************/
.embed-responsives {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsives::before {
	display: block;
	content: "";
}

.embed-responsives .embed-responsives-item,
.embed-responsives iframe,
.embed-responsives embed,
.embed-responsives object,
.embed-responsives video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsives-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsives-16by9::before {
	padding-top: 56.25%;
}

.embed-responsives-4by3::before {
	padding-top: 75%;
}

.embed-responsives-1by1::before {
	padding-top: 100%;
}

/**/
/*
.embed-responsives img.embed-responsives-item {
  top: 0%;
  left: 0%;
  bottom: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0%);
  max-width: 200%;
}*/

.embed-responsives img.embed-responsives-item {
	object-fit: contain;
}

/*Preview/thumbnail product detail*******************************************/

.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 996px) {
	.preview {
		margin-bottom: 20px;
	}
}

.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
}

.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}

/*
.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

/*
@media screen and (min-width: 997px) {
  .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
}
*/
