.page-header{
	padding: 13.6rem 0 5rem !important;
}

#tabs-5.sticky {
    position: fixed;
    top: 0;
    background: white;
    box-shadow: 1px 1px 4px #dad9d9;
    z-index: 99999;
}

#tabs-5 {
  width: 100%;
  overflow: auto;
}

.nav {
	display: inherit;
}

.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-item .nav-link.active {
	border-bottom: 3px solid;
}

li.category {
  display: inline-block;
  clear: both;
  padding: 4px;
  /*margin-bottom: 2px;*/
  margin-bottom: -4px;
}

.product.product-list {
	border: 0px !important;
	padding-bottom: 0rem !important;
}

.product.product-list .product-list-action {
	padding: 0px !important;
}

.product.product-list .product-content {
	padding-top: 5px !important;
    margin-bottom: 5px !important;
}

.product-action {
	position: relative;
	visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0);
}

.product{
	border: 0.5px solid #e2e1e1 !important;
}

.product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.swal2-popup.swal2-toast .swal2-title {
	font-size: 1.8em !important;
}

.product-no-border {
	border: none !important;
}

label.error {
	color: #dc3545!important;
}

.cart-dropdown .dropdown-toggle i{
	font-size: 40px;
    margin-bottom: 4px;
    margin-top: 0px;
}

.modal-footer {
	width: 100%;
	z-index: 9999;
	background-color: #105e4f;
    border-color: #115b4f;
    padding: 15px;
    color: #ffffff;
}

#cart-footer { 
  	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	background-color: #105e4f;
    border-color: #115b4f;
    padding: 10px;
    padding-left: 20px;
    color: #ffffff;
}

#cart-footer label {
	color: #ffffff;
}

.custom-control-label {
	font-size: 1.5rem;
}

checkbox.custom-control-label::before {
	width: 1.8rem;
    height: 1.8rem;
}

.variant-price {
	margin-top: 10px;
}

.swal2-container {
	z-index: 99999 !important;
}

/*
* CHECKOUT DISCOUNT START
*/
.checkout-discount {
    position: relative;
    max-width: 340px;
    margin-bottom: .5rem;
}

.checkout-discount label {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-weight: 400;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    transition: all .3s;
}

.checkout label {
    margin-bottom: .2rem;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-discount .form-control {
    background-color: transparent !important;
    border-radius: .3rem;
    border: .1rem dashed #d7d7d7;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
.checkout .form-control {
    margin-bottom: 1.3rem;
}

.select2-selection {
	height: 40px !important;
    padding: .85rem 2rem !important;
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    color: #777 !important;
    background-color: #fafafa !important;
    border: 1px solid #ebebeb !important;
    border-radius: 0 !important;
    /* margin-bottom: 2rem !important; */
}

.select2-selection__arrow {
	height: 40px !important;
    padding: .85rem 2rem !important;
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    border-radius: 0 !important;
    /* margin-bottom: 2rem !important; */
}

/*
* CHECKOUT DISCOUNT END
*/

/*
* MODAL START
*/
#productInfoModalPreview {
	z-index: 99999 !important;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    /* background-color: #ececec !important */ 
}

.modal-header-full-width  {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}

/*
* MODAL END
*/

/* 
* FLOATING BUTTON START
*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:20px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	background-color: #105e4f;
    border-color: #115b4f;
    z-index: 9999;
}

.upper-float {
	bottom:150px;
}

.filterbtn-float {
	font-size:24px;
	margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}  

.icon-search:before, .icon-list:before {
	line-height: 2.5;
	font-weight: 300;
    font-size: 25px;
}  
/* 
* FLOATING BUTTON END
*/