@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	color: #bdbdbd;
  background: #f9fafc;
}

input {
	border-radius: 0 !important;
}
button {
	border-radius: 0 !important;
}

a:hover {
	color: #007bff !important;
	text-decoration: none!important;
}

.blog-img {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.booking-cover {
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 3px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.booking-description {
  text-align: left;
  height: 110px;
  overflow: hidden;
  padding: 0 25px;
  margin-bottom: 15px;
}

.card-title {
  white-space: nowrap;
  overflow: hidden;
}

.badge-cart {
  position: absolute;
  top: -10px;
  right: -17px;
  height: 22px;
  padding-top: 4.5px;
  opacity: .8;
}

.custom-control-label.white::before,
.custom-control-input:checked~.custom-control-label.white::before 
{ background-color: white !important; border: 1px solid gray !important; }
.custom-control-input:checked~.custom-control-label.white::after {
  background-image: url("radio_black.svg") !important;
}
.custom-control-label.black::before,
.custom-control-input:checked~.custom-control-label.black::before 
 { background-color: black !important }
.custom-control-label.gray::before,
.custom-control-input:checked~.custom-control-label.gray::before 
 { background-color: gray !important }
.custom-control-label.red::before,
.custom-control-input:checked~.custom-control-label.red::before 
 { background-color: red !important }
.custom-control-label.blue::before,
.custom-control-input:checked~.custom-control-label.blue::before 
 { background-color: blue !important }
.custom-control-label.cyan::before,
.custom-control-input:checked~.custom-control-label.cyan::before 
 { background-color: cyan !important }
.custom-control-input:checked~.custom-control-label.cyan::after {
  background-image: url("radio_black.svg") !important;
}
.custom-control-label.yellow::before,
.custom-control-input:checked~.custom-control-label.yellow::before 
 { background-color: yellow !important }
.custom-control-input:checked~.custom-control-label.yellow::after {
  background-image: url("radio_black.svg") !important;
}
.custom-control-label.green::before,
.custom-control-input:checked~.custom-control-label.green::before 
 { background-color: green !important }
.custom-control-label.orange::before,
.custom-control-input:checked~.custom-control-label.orange::before 
 { background-color: orange !important }
.custom-control-label.purple::before,
.custom-control-input:checked~.custom-control-label.purple::before 
 { background-color: purple !important }
.custom-control-label.pink::before,
.custom-control-input:checked~.custom-control-label.pink::before 
 { background-color: pink !important }
.custom-control-input:checked~.custom-control-label.pink::after {
  background-image: url("radio_black.svg") !important;
}
.custom-control-label.brown::before,
.custom-control-input:checked~.custom-control-label.brown::before 
 { background-color: brown !important }

.custom-control-label::before,
.custom-control-label::after {
  top: 25%;
}

.red-text {
	color: #eb5757;
}

.input-group-text {
	border-radius: 0 !important;
}

li.selected {
	font-weight: bold;
}

.container-white {
	padding: 20px 30px;
  background-color: #fff!important;
}

.navbar {
	border-bottom: 1px solid #eee;
}
.navbar .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .navbar-nav.mr-auto {
	width: 70%;
  justify-content: space-around;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0;
}
.navbar .dropdown-menu .dropdown-item {
  font-size: .9rem;
}

#staff div {
  border-radius: 5px;
}
#staff .staff-info {
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 10px;
  margin-top: -35px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: .85;
}
#staff .staff-info h1 {
  font-size: 14px;
  font-weight: bold;
}
#staff .staff-info h2 {
  font-size: 14px;
}

#section-moduleservices {
  color: #333;
}
#section-moduleservices h1 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
#section-moduleservices h4 {
  color: #333;
}

.service-img {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.table-xs td, .table-xs th {
  padding: 0.2rem;
  font-size: 70%;
  color: #6c757d!important;
}

.swiper-container {
	margin-bottom: 25px;
}
.swiper-slide {
	height: 500px !important;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}
.swiper-caption {
  position: absolute;
  top: 55%;
  left: 100px;
  right: 100px;
  /* margin-left: -165px; */
  margin: 15px;
  padding: 15px;
  /* width: 100%; */
  text-align: center;
  color: #000;
  background-color: rgba(255,255,255,.8);
}
.swiper-caption h1 {
	font-weight: normal;
  /*font-size: 2rem;*/
}
.swiper-caption .btn {
	padding: .375rem 1.2rem;
  font-weight: bold;
}
.swiper-pagination {
	left: auto !important;
  right: 15px;
  width: auto !important;
}

.card.card-product {
	height: 310px;
	margin-bottom: 25px;
	border: none;
	border-radius: 0;
	overflow: hidden;

	background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.card.card-product:hover .card-title {
	font-weight: bold;
}
.card.card-product .card-img-overlay {
  color: #000;
	background-color: rgba(255,255,255,.9);
  top: 75%;
  margin: 10px;
  padding: 10px;
}
.card.card-product .card-img-overlay.card-img-overlay-hidden {
	background-color: transparent;
}
.card.card-product .card-img-overlay h5.card-title {
	margin-bottom: 0;
}
.card.card-product .card-img-overlay p.card-text {
	text-align: right;
	margin-top: -5px;
}

.card.card-shipping {
	background-color: #007bff;
  height: 170px;
	border: none;
  border-radius: 0;
}
.card.card-shipping .card-img-overlay {
	text-align: center;
}
.card.card-shipping .card-img-overlay h5.card-title {
	font-size: 3rem;
}
.card.card-shipping .card-img-overlay .card-text {
	line-height: 1;
	margin-bottom: .5rem;
}
.card.card-shipping .card-img-overlay .card-text.card-text-small {
	font-size: 80%;
}

.box-white {
	background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
}
.box-white label {
	text-transform: uppercase;
  font-weight: bold;
}
.box-white ul li,
.box-white ul li a {
	color: #383838;
	border-top: 1px solid #f9fafc;
  padding: 5px;
}
.box-white ul li:hover {
  color: #007bff;
	text-decoration: none;
	font-weight: bold;
}

.box-category {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}
.box-category:hover {
	zoom: 1.1;
}
.box-category:hover .box-category-content,
.card.card-product:hover .card-img-overlay {
	color: #007bff;
	font-weight: bold;
}
.box-category .box-category-content {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;

  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.box-category .box-category-content p,
.card.card-product .card-img-overlay p.product-go {
	background-color: rgba(255,255,255,0.8);
  display: inline;
  padding: 3px 10px;
  text-transform: uppercase;
}
.box-category .box-category-content p.category-go,
.card.card-product .card-img-overlay p.product-go {
	position: absolute;
  bottom: 0;
	right: -90px;

	transition: right 0.5s ease;
}
.box-category:hover .box-category-content p.category-go,
.card.card-product:hover .card-img-overlay p.product-go {
	position: absolute;
  bottom: 0;
	right: 15px;
}

.section-header {
	margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

.product-info {
	margin-top: -10px;
  line-height: .5;
  color: #000;
}
.product-info h1 {
	font-size: 1.1rem;
  /*white-space: nowrap;
  overflow: hidden;*/
}
.product-info p {
  font-size: .8rem;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.product-info .product-price {
	color: #007bff;
	overflow: visible;
}

.product-description {
	color: #000;
}
.product-description {
  max-height: 400px; 
  overflow: hidden;
  margin-bottom: 10px;
}

.interlude-image {
	height: 450px;
  margin: 40px 0;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.link-social {
	color: #000;
  font-size: 1.5rem;
  margin-right: 5px;
}

img.cart-thumb {
	height: 50px;
}

.cart-quantity {
  width: 140px;
  margin: auto;
}
.cart-quantity .form-control[type="number"]::-webkit-inner-spin-button,
.cart-quantity .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-quantity .form-control.quantity {
  text-align: center;
}

@media (max-width: 767.98px)
{ 
	.card.card-shipping {
		height: 310px;
	}
	.card.card-shipping .card-img-overlay {
		padding: 3rem 1.25rem;
	}
	.card.card-shipping .card-img-overlay h5.card-title {
    font-size: 4rem;
	}
	.card.card-shipping .card-img-overlay .card-text {
    line-height: 1.2;
    margin-bottom: 1.2rem;
    font-size: 120%;
	}
	.card.card-shipping .card-img-overlay .card-text.card-text-small {
    font-size: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) 
{
	.card.card-shipping .card-img-overlay {
		padding: .6rem;
	}
	.card.card-shipping .card-img-overlay .card-text {
    font-size: 80%;

	}
}

.facebook-post {
  /*padding: 12px;*/
  color: #1c1e21;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16.08px;
  overflow-wrap: break-word;
  background-color: #fcfcfc;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  margin-bottom: 24px;
  text-align: left;
}

.facebook-post .facebook-header {
  padding: 12px 12px 0;
}

.facebook-post .facebook-content {
  /*margin-top: 10px;*/
  padding: 12px;
}

.facebook-post .facebook-image {
  width: 100%;
  border-radius: 0;
}

.facebook-post p {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.32px;
}

.facebook-post .facebook-avatar-div {
  width: 45px;
  float: left;
}

.facebook-post .facebook-info-div {
  margin-left: 50px;
}

.facebook-post .facebook-avatar {
  border-radius: 50%;
  overflow: hidden;
  height: 40px;
  width: 40px;
}

.facebook-post .facebook-name {
  color: #385898;
  margin-bottom: 2px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
  width: 100%;
}

.facebook-post .facebook-name small {
  color: #616770;
  font-size: 14px;
}

.facebook-post .facebook-time {
  color: #616770;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 6px;
}

.facebook-post .facebook-link {
  background-color: #f2f3f5;
  padding: 10px 12px;
}

.facebook-post .facebook-link h1 {
  color: #606770;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
}

.facebook-post .facebook-link h2 {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  line-height: 20px;
  margin: 3px 0 0;
  padding-top: 2px;
}

.facebook-post .facebook-image-thumb {
  display: inline-block;
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: 50%;
  margin: 1px -2px -5px 0;
 }
.facebook-post .facebook-image-thumb:before {  
  content: "";  
  display: block;
  padding-top: 100%; 
 }
 .facebook-post .facebook-image-thumb .facebook-image-thumb-inner {
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 45% 0 0 40%;
 }

 .facebook-post .facebook-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -40px;
 }

 .ig-post {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
}
.ig-post .ig-header {
  margin-bottom: 20px;
}
.ig-post .ig-header .ig-avatar-div {
  float: left;
  width: 32px;
  margin-right: 12px;
  /* border: 3px solid black; */
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  width: 38px;
  height: 38px;
  padding: 1px 2px 2px 2px;
}
.ig-post .ig-header .ig-avatar-div .ig-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.ig-post .ig-header .ig-info-div {
  display: flex;
  padding-top: 8px;
}
.ig-post .ig-header .ig-info-div .ig-name {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.ig-post .ig-header .ig-info-div .ig-time {
  float: left;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}
.ig-post .ig-content .ig-image {
  width: 100%;
  border-radius: 4px;
}
.ig-post .ig-content .ig-play-button {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 15%;
}
.ig-post .ig-content .ig-likes {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: -2px 0 5px 0;
}
.ig-post .ig-content .ig-icons {
  width: 100%;
  margin: 15px 0;
}
.ig-post .ig-content .ig-caption {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

 .brand-img {
  height: 170px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}