@media screen and (max-width: 768px){
  ::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
  }
}
body { 
	padding-top: 70px; 
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}
body.store-template{
	padding-top: 50px;
}
h1,h2,h3,h4,h5{
	font-weight: bold;
}
a{
	text-decoration: none!important;
	color: #333;
}
.bold{
	font-weight: bold;
}

#hero-container{
	min-height: 400px;
	background-image: url('https://www.actualidadecommerce.com/wp-content/uploads/2020/06/online-2900303_1280.jpg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;"
}
#hero-container .caption{
	max-width: 570px;
	margin-top: 8%;
	color: #fff;
	font-size: 19px;
}
#hero-container .caption h1{
	font-weight: bold;
	font-size: 50px;
}
#hero-container .caption .btn{
	margin-top: 15px;
}
#sidemenu{
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: 100%;
	top: 0;
	left: -100%;
	transition: all 0.2s ease-in-out;
}
#sidemenu h3{
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	margin: 0px;
}
#sidemenu:before{
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.0);
	z-index: 1;
	position: absolute;
	transition: all 0s ease-in-out;
}

#sidemenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidemenu ul li a{
	display: block;
	padding: 8px 15px;
}
#sidemenu .content{
	background-color: #fff;
	height: 100%;
	max-width: 250px;
	margin-right: 30%;
	position: relative;
	z-index: 2;
}
#sidemenu.open{
	left: 0;
	transition: all 0.2s ease-in-out;
}
#sidemenu.open:before{
	transition: all .8s ease-in-out;
	background: rgba(0, 0, 0, 0.60);

}
.header .col-left{
	padding-right: 0px;
}
.header .col-right{
	
}
.header .business-name{
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 4px;
	font-weight: 600;
}
/*
.navbar-expand ul li{
	width: 50%!important;
	float: left;
	text-align: center;
}
*/
.navbar-default .navbar-brand{
	padding-top: 7px;
}
.navbar-brand>img {
	display: block;
	height: 40px;
	padding-top: 0;
}
.business-address{
	padding-left: 15px;
	margin-top: 15px;
}
.business-address .glyphicon{
	margin-left: -15px;
	margin-right: 3px;
}

.navbar-search{
	width: 80%;
}

.navbar-store .container{
	display: flex;
	position: relative;
}
.navbar-store form{
	border: none;
	padding: 0px 27px;
	margin-top: 8px;
}
.navbar-store form .form-group{
	margin-bottom: 0px;
}
.navbar-store form .form-control{
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-store ul{
	list-style: none;
	margin:13px 0px 0px 0px;
	padding: 0px;
}
.navbar-store .navbar-cart{
	width: 50px;
	position: absolute;
	right: 10px;
}
.navbar-cart li a{
	display: flex;
	gap: 5px;
}
.navbar-store .navbar-cart .badge{
	/*margin-top: -11px;*/
}
.navbar-store ul li a .glyphicon{
	font-size: 20px;
}
.store-breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.store-template .header{
	background: #ededed;
	padding:30px 0;
	margin-bottom: 6px;
}
.store-template .categories-check{
	min-height: 72px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.store-template .categories{
	background: #fff;
}
.store-template .categories.is-fixed{
	width: 100%;
	top: 50px;
	left: 0px;
	position: fixed;
	z-index: 3;
}
.search-results{
	margin-top: 0px;
}

.btn-view-cart{
	position: fixed;
	bottom: 30px;
	right: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #1a73e8;
	border-radius: 20px;
	background-color: #1a73e8;
	border-color: #1a73e8;
}
.store-template .categories ul{
	margin: 0 0 0px 0;
	padding: 12px 0 12px 0;
	overflow-x: scroll;
	white-space: nowrap;
	list-style: none;
}
.store-template .categories ul li{
	display: inline-block;
}
.store-template .categories ul li:first-child{
	margin-left: 15px;
}
.store-template .categories ul li:last-child{
	margin-right: 15px;
}
/*
.store-template .categories ul li a{
	display: block;
	color: #f96c00;
	background-color: #ffdcaa;
	border:1px solid #f96c00;
	padding: 5px 20px;
	text-decoration: none!important;
	border-radius: 20px;
	font-size: 12px;
}
.store-template .categories ul li a.active{
	color: #fff;
	background-color: #f96c00;
	border-color: #f96c00;
}
*/
.product-list .product{
	margin-bottom: 20px;
}

.product-list .product img{
	border-radius: 6px;
} 

.product-list .product .product-entry{

}
.product-list .product .product-name{
	font-size: 17px;
}
.product-list .product .product-price{
	font-size: 14px;
	font-weight: bold;
}
.product-list .product .btn{
	margin-top: 0;
}

.product-template .product-images{
	position: relative;
}
.product-template .product-images img{
	border-radius: 6px;
}
.product-template .product-name{
	font-weight: bold;
	font-size: 17px;
}

.product-template .product-description{
	white-space: break-spaces;
}
.product-template .product-price{
	font-weight: bold;
	font-size: 22px;
}
.product-variations{

}
.product-variations .product-variation{
	margin-top: 10px;
	overflow: auto;
}
.product-variations .product-variation .item{
	float: left;
}

.product-variations .product-variation .item label{
	cursor: pointer;
	margin-right: 15px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.product-variations .product-variation .item label input{
	margin-right: 9px;
}

#alertModal.modal {
  text-align: center;
  padding: 0!important;
}

#alertModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

#alertModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#alertModal .modal-body{
	text-align: center;
	padding-top: 30px;
}
#alertModal .modal-content .glyphicon{
	font-size: 70px;
}
#alertModal .modal-footer{
	text-align: center;
	border: none;
}
.cart-template{
	padding-bottom: 70px;
}

.cart-template .table-cart .item-price{
	font-weight: bold;
	font-size: 16px;
}
.cart-template .table-cart .item-image{
	margin-left: 8px;
}

.cart-template .table-cart .set-item-qty{
	display: flex;
}
.cart-template .table-cart .set-item-qty .item-qty{
	min-width: 40px;
}

.cart-template .table-cart tr td{
	vertical-align: middle;
}

.table.table-borderless>tbody>tr>td{
	border: none;
}
.footer{
	margin-top: 15px;
}
.footer .social-links img{
	max-width: 30px;
	height: auto;
}

.row-same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-same-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#adstModal{
	display: flex;
	align-items: center;
}
#adstModal .modal-body a{
	display: block;
}
.has-error .form-control{
	border-color: #F00;
}
.btn{
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-primary{
	background-color: #1a73e8;
	border-color: #1a73e8;
}

.btn-warning{
	color: #f96c00;
	background-color: #ffdcaa;
	border: 1px solid #f96c00;
}
.btn-danger{
	background-color: #F00;
}
.text-danger{
	color: #F00;
}
.bg-danger{
	background-color: #F00;
	color: #fff;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.td-no-padding>td{
	padding: 1px 8px!important;
}

.mt-0{
	margin-top: 0px;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-1{
	margin-bottom: 5px;
}
.mb-3{
	margin-bottom: 15px;
}
.mr-3{
	margin-right: 15px;
}
.p-0{
	padding: 0px;
}
.pl-0{
	padding-left: 0px!important;
}
.pr-0{
	padding-right: 0px!important;
}