html, body {
	background-color: #fff;
	font-family: 'Lato', sans-serif !important;
	font-weight: 300 !important;
}

hr { opacity: 0.5; }

a { color: rgb(68, 193, 240); }
a:focus,
a:hover { color: rgb(0, 121, 167); text-decoration: none; }

button,
input,
optgroup,
select,
textarea {
	font-family: 'Lato', sans-serif !important;
}

div.separator { margin: 0 !important; height: 80px; }

.body-container { padding-top: 64px; }
.block { background-color: white; }
.block-blue { background-color: rgb(68, 193, 240); }
.bordered { border: 1px solid #e8e8e8; }
.block-absolute { display: block; position: absolute !important; }
.block-relative { display: block; position: relative !important; }
.block-fixed { display: block; position: fixed !important; }
.pannable-block-x { overflow-x: scroll; -webkit-overflow-scrolling: touch; }
.pannable-block-y { overflow-y: scroll; -webkit-overflow-scrolling: touch; }
.pointer { cursor: pointer }

.touch-block {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px
}

.btn.primary {
	background-color: rgb(68, 193, 240);
	border-radius: 2px;
	cursor: pointer;
	color: white;
}

.btn.primary:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

/* Typography */
.form-control::-webkit-input-placeholder { color: #a0a0a0; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 15px; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #a0a0a0; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 15px; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #a0a0a0; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 15px; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #a0a0a0; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 15px; }  /* Internet Explorer 10-11 */
.light { font-family: 'Lato', sans-serif !important; font-weight: 300 !important; }
.regular { font-family: 'Lato', sans-serif; font-weight: 400 !important; }
.bold { font-family: 'Lato', sans-serif; font-weight: 700 !important; }
.text-red { color: rgb(215, 0, 40); }
.text-green { color: rgb(7, 153, 72); }
.text-dark-blue { color: rgb(0, 121, 167); }
.text-blue { color: rgb(68, 193, 240); }
.text-white { color: #FFFFFF; }
.text-gray { color: rgba(41, 43, 44, .76) !important; }
.text-light-gray { color: rgba(41, 43, 44, .45) !important; }
.text-black { color: black; }
.small-1 { font-size: 12px; line-height: 13px; }
.small-2 { font-size: 14px; line-height: 15px; }
.strikethrough { text-decoration: line-through; }
.diagonal-strikethrough { position: relative; }
.diagonal-strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;

	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

/* Ellipsize */
div.ellipsize-container {
	max-width: 130px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.ellipsize-container > span:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;
	margin-bottom: -2px;
}

/* Images */
.thumbnail {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.thumbnail img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100% !important;
	width: auto !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
	width: 100% !important;
	height: auto !important;
}

/* Bootstrap ovverides */
.modal {
	background-color: rgba(80, 80, 80, 0.9);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.modal-content {
	border: 1px solid rgba(239, 239, 239, 1);
	box-shadow: 0px 1px 40px #6d6d6d;
}

.modal-backdrop.show {
	opacity: 0.0;
	z-index: 999;
}

#remoteModal .modal-dialog {
    max-width: none;
    /*max-width: 25%;*/
    max-height: 95%;
}

#remoteModal {
    z-index: 9999999999;
}

.breadcrumb-item.active {
	color: black;
}

div.dropdown-panel {
	border: 1px solid #eceeef;
	box-shadow: 0 3px 10px rgba(204, 204, 204, 0.3);
}

.dropdown-close {
	position: absolute;
	top: 3px;
	width: 20px;
	right: 12px;
	z-index: 10;
	font-size: 24px;
	color: #ccc;
	height: 30px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

/* Carousels navigator */
.owl-nav {
	margin-top: 0px !important;
}

.owl-prev {
	width: 34px !important;
	height: 80px;
	position: absolute;
	top: 30%;
	margin-left: -20px;
	display: block !important;
	border: 0px solid black;
}

.owl-next {
	width: 34px !important;
	height: 80px;
	position: absolute;
	top: 30%;
	right: 0;
	display: block !important;
	border: 0px solid black;
}

.owl-prev.disabled i,
.owl-next.disabled i {
	color: rgba(0, 0, 0, 0.2) !important;
}

.owl-prev i,
.owl-next i {
	color: rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

.payment-logo {
    height: 20px;
}

/* Mobile */
/*@media (max-width: 575px) {*/
@media (max-width: 575px) {
    /*@media screen and (min-width: 320px) and (max-width: 575px){*/
    .body-container {
        position: absolute;
        padding-top: 0;
        top: 118px;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .vertical-alignment-center {
        width: auto;
        height: auto;
    }

    div.dropdown-mobile-fullscreen-xs {
        width: auto !important;
        max-height: 96% !important;
        position: fixed !important;
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        z-index: 10000 !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #express-checkout-mobile-overlay {
        z-index:1000 !important;
        position:fixed !important;
    }


    /*.chat_mobile {   
      max-inline-size: 62%;
    }*/
}

@media (max-width: 767px) {
	div.dropdown-mobile-fullscreen-sm {
		width: auto !important;
		max-height: 96% !important;
		position: fixed !important;
		top: 10px !important;
		left: 10px !important;
		right: 10px !important;
		z-index: 10000 !important;
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch !important;
	}

    #express-checkout-mobile-overlay {
        width: 98%;
    }
}

/* Desktop */
@media (min-width: 992px) {
	div.categories-container-fixed {
		z-index: 1029;
		position: fixed;
		top: 64px;
		border-bottom: 1px solid #e8e8e8;
		width: 100%;
	}

	div.with-extra-padding {
		padding-top: 111px !important;
	}

	footer .footer-block {
		padding-top: 71px;
	}
}



#express-checkout-mobile-overlay {
	position: sticky; 
	bottom: 20px;
	background-color: white;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	z-index: 1029;
	box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
}

	#express-checkout-mobile-overlay span {
		font-weight: 300;
	}
	
	#close-express-checkout-mobile-overlay {
		position: absolute; 
		top: 10px; 
		right: 10px; 
		z-index: 10
	}


/*@media(max-width: 400px) {
   
    .chat-mobile-div {
        left: 5px !important;
        width:300px !important;

    }

    .chat-mobile-button {
        left: 5px !important;
        bottom:5px;
        position:fixed;
    }

}

.chat-mobile-div {
    left: 5px !important;
    width: 300px !important;
}*/
