/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');

.container {
	max-width:1366px !important;
	margin: auto;
}
.alert {
    letter-spacing: 1px;
	font-weight:600;
}

a{ text-decoration:none !important; }

@media (max-width:768px){
	.container{ width:auto;	}
}

.box-shadow{
    box-shadow: 0 2px 5px rgba(0,0,0,0.10);
}

b{ font-weight:700;}
.font-11{ font-size:11px !important; }
.font-12{ font-size:12px !important; }
.font-13{ font-size:13px !important; }
.font-14{ font-size:14px !important; }
.font-15{ font-size:15px !important; }
.font-16{ font-size:16px !important; }
.font-17{ font-size:17px !important; }
.font-18{ font-size:18px !important; }
.font-19{ font-size:19px !important; }
.font-20{ font-size:20px !important; }
.font-21{ font-size:21px !important; }
.font-22{ font-size:22px !important; }
.font-23{ font-size:23px !important; }
.font-24{ font-size:24px !important; }
.font-25{ font-size:25px !important; }
.font-26{ font-size:26px !important; }
.font-27{ font-size:27px !important; }
.font-28{ font-size:28px !important; }
.font-29{ font-size:29px !important; }
.font-30{ font-size:30px !important; }
.font-35{ font-size:35px !important; }
.font-40{ font-size:40px !important; }

.pointer-cursor{
	cursor: pointer;
}
.radius-8{
	border-radius:8px;
}

.form-control::placeholder {
    font-size: 12px;
}

.text h1, .text h2, .text h3, .text p, .text li{
    font-size:1.25rem !important;
}


body{	
	font-family: 'poppins', sans-serif;
	margin: 0;
	font-size: 13px;
	line-height:1.6;
	font-weight:400;
	overflow-x:hidden; 
	background:#fff /*#f2fcfe*/;
}

.container{ max-width:1366px !important; }
@media (max-width:1366px){
	.cart-visible .container{ max-width:91% !important; margin:0; }
}
@media (max-width:1440px){
	.cart-visible .container{ max-width:92% !important; margin:0; }
}

header{
	background: #87ceea;
	padding: 15px;
	width:100%;
}
header h1{
    color: #35209b;
    font-size: 20px;
    font-weight: 400;
    margin: 1px 0 0 7px;
    line-height: 30px;
}
header h1 span{
    display:block;
    font-weight:500;
}
header img{
    width: 130px;
}


.loading {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
	background: rgba(255,255,255,0.90);
	visibility:hidden;
	z-index:1100;
}
.show-loading{
	visibility:visible !important;
}
.loading h2 {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    background: #fff;
}
.loading h2 img {
    width: 90px;
}
.loading h3 {
    text-align: center;
    display: block;
    width: 100%;
}
.loading h3 img {
    background:#fff;
    width:auto;
    padding:0px;
    box-shadow:0 2px 5px rgba(0,0,0,0.20);
    border-radius:5px;
}

/* Pagination */
.page-link {
    color: #35209b;
    border: 1px solid #35209b;
}
.page-link:hover {
    border-color: #35209b;
}
.page-item.disabled .page-link {
    border-color: #35209b;
}
.page-item.active .page-link {
    background-color: #35209b;
    border-color: #35209b;
}

.select2-container--bootstrap .select2-selection--single {
    height: auto !important;
    line-height: 1.42857143;
    padding: 8px 30px 8px 15px !important;
    border-radius: 3px 0 0 3px;
}

