@font-face{
    font-family: 'Outfit Regular';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Outfit Light';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype'),
        url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Outfit Bold';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Outfit Regular';
	color: #000;
	font-size: 18px;
	line-height: 20px;
	background: #fff;
}
*{
	margin: 0;
	padding: 0;
}
p{
	padding: 0 0 20px 0;
	line-height: 24px;
}
ul,
li,
ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
.cls{
	clear: both;
}
a{
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #4455cc;
	text-decoration: none;
}

.menuicon{
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
	display: none;
}
.mobilemenuheader{
	padding: 10px 10px;
	overflow: hidden;
	border-bottom: 5px solid #fff;
}
.mobile-menu-logo{
	float: left;
	padding: 20px 0 0 0;
}
.mobile-menu-logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 200px;
}
.menu-close-button{
	float: right;
	cursor: pointer;
	margin: 10px 0 0 0;
}
.overlay-menu{
	position: fixed;
	top: 0;
	right: -200%;
	z-index: 999999;
	width: 100%;
	height: 100%;
	max-width: 480px;
	background-color: #2963b7;
}
.overlay-menu--is-open{
	right: 0;
}
.menubox{
	padding: 20px 30px;
	overflow: hidden;
}
.menubox ul li{
	padding: 10px 0 10px 0;
}
.menubox ul li a{
	font-size: 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.menubox ul li a:hover{
	color: #000;
	text-decoration: none;
}

/* main style start here */

.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
.header-area{
	width: 100%;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #2963b7;
}
.header-container{
	position: relative;
	margin: 0 0 0 0;
}
.header{
	display: flex;
	flex-wrap: wrap;
}
.header-left{
	width: 20%;
}
.logo{
	margin-top: 10px;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 228px;
}
.category-col{
	width: 20%;
	margin: 28px 0 0 0;
}
.search-area{
	width: 30%;
	margin: 28px 0 0 0;
}
.search-box{
	width: 100%;
	position: relative;
}
.search-input input{
	width: calc(100% - 60px);
	padding: 0 40px 0 20px;
	height: 40px;
	border: none;
	border-radius: 30px;
	background: #fff;
	color: #a3a3a3;
	font-size: 14px;
}
.search-button{
	position: absolute;
	top: 3px;
	right: 10px;
}
.search-button input{
	width: 30px;
	height: 30px;
	border: none;
	background: url(../images/search-icon.png) no-repeat 0 0;
	cursor: pointer;
	font-size: 0;
}
.navigation-area{
	width: 30%;
}
.navigation{
	text-align: center;
	padding: 35px 0 0 0;
}
.navigation ul li{
	position: relative;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.navigation ul li a{
	font-size: 20px;
	font-weight: 600;
	display: block;
	padding: 0 0 50px 0;
	color: #fff;
	text-decoration: none;
}
.navigation ul li a:hover{
	color: #000;
	text-decoration: none;
}
.navigation ul li ul{
	width: 160px;
	position: absolute;
	top: 30px;
	padding: 0;
	left: auto;
	background: #2963b7;
	text-align: left;
	visibility: hidden;
	margin: 0 0 0 -20px;
	z-index: 99999;
	border: 1px solid #fff;
}
.navigation ul li ul li{
	width: 100%;
	text-align: left;
	padding: 0 0;
	border-top: 1px solid #fff;
}
.navigation ul li ul li a{
	padding: 10px 15px;
	display: block;
}
.navigation ul li ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: #000;
}
.navigation ul li ul li:first-child{
	border-top: none;
}
.navigation ul li:hover>ul{
	visibility: visible;
}
.sticky{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #2963b7;
}
.top-area{
	padding: 50px 0;
	overflow: hidden;
}
.top-area-box{
	background: #2963b7;
	overflow: hidden;
}
.top-area-box-right{
	width: 50%;
	float: right;
}
.top-area-info{
	padding: 30px 30px;
	overflow: hidden;
	color: #fff;
}
.top-area-info h1{
	font-size: 25px;
	line-height: 20px;
	padding: 0 0 15px 0;
}
.top-area-info p{
	line-height: 28px;
	padding: 0 0 25px 0;
}
.las-mer a{
	background: #6a99dd;
	border-radius: 30px;
	padding: 12px 30px 12px 30px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
.las-mer a:hover{
	background: #000;
	color: #fff;
}
.top-area-box-left{
	width: 50%;
	float: left;
}
.top-box-picture img{
	width: 100%;
	height: 100%;
	display: block;
}
.product-area{
	padding: 0 0 50px 0;
	overflow: hidden;
}
.product-heading{
	padding: 0 0 20px 0;
	overflow: hidden;
}
.product-heading h2{
	font-size: 35px;
	line-height: 35px;
	color: #2963b7;
	border-bottom: 5px dotted #2963b7;
	padding: 0 0 10px 0;
}
.product-item{
	width: 23%;
	margin: 1% 1% 1% 1%;
}
.product-item-inner{
	position: relative;
	overflow: hidden;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-thumbnail img{
	width: 100%;
	height: auto;
	display: block;
}
.product-price{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 11;
}
.product-price span{
	font-size: 18px;
	font-family: 'Outfit Bold';
	background: #2662b8;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 15px 15px 15px 15px;
	min-width: 95px;
	text-align: center;
}
.fulllink{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 99;
}
.footer-area{
	background: url(../images/footer-bg.png) repeat top left;
	padding: 50px 0 50px 0;
	overflow: hidden;
	color: #000;
}
.payment-partner img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 367px;
}

/* for custom drop down select */

.category-box{
	width: 200px;
	height: 43px;
	margin-top: -2px;
	padding-left: 10px;
	font-size: 19px;
	border-radius: 30px;
	color: #2963b7;
}
.select-selected {
	background:#fff;
}
.select-selected:after{
	position: absolute;
	content: "";
	top: 17px;
	right: 25%;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #2662b8 transparent transparent transparent;
}
.select-selected.select-arrow-active:after{
	border-color: transparent transparent #2662b8 transparent;
	top: 9px;
}
.select-selected{
	width: 65%;
	display: inline-block;
	border-radius: 30px;
	background: #fff;
	color: #2662b8;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
}
.select-items{
	position: absolute;
	background:#2963b7;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.select-items div{
	padding: 10px 10px;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
}
.select-hide{
	display: none;
}
.select-items div:hover, .same-as-selected {
	background:#000;
}

/* for product details page */

.product-details-area {
	padding: 6px 0 30px 0;
	line-height: 30px;
}

.product-details-area h1 {
	font-size: 25px;
	line-height: 25px;
	padding: 0 0 20px 0;
	font-weight: 400;
}

.product-details-area h2 {
	font-size: 21px;
	line-height: 25px;
	padding: 0 0 15px 0;
	font-weight: 100;
}

.product-gallery-area {
	padding: 0 0 20px 0;
	overflow: hidden;
}

.product-left {
	width: 67%;
	float: left;
}

.product-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-gallery-big {
	width: 75%;
}

.product-gallery-big img {
	display: block;
	width: 100%;
	height: auto;
}

.desoslide-overlay {
	display: none;
}

.product-gallery-thumb {
	width: 22%;
}

.product-gallery-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.product-gallery-thumb ul li {
	margin: 10px 0 0 0;
	border: 1px solid #666698;
}

.product-gallery-thumb ul li:first-child {
	margin: 0;
}

.product-right {
	width: 30%;
	float: right;
}
.buy-now a{
	font-size: 14px;
	background: #6BC5FE;
	color: #fff;
	padding: 10px 30px 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	text-transform: uppercase;
}
.buy-now a:hover{
	background: #9696c8;
	color: #fff;
}

.buy-now input{
	font-size: 14px;
	background: #6a99dd;
	color: #fff;
	padding: 10px 30px 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	border-style:none;
	text-transform: uppercase;
}
.buy-now input:hover{
	background: #000;
	color: #fff;
}

.btn {
	font-size: 14px;
	background: #6a99dd;
	color: #fff;
	padding: 10px 30px 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 50px;
	border-style: none;
	text-transform: uppercase;
	cursor: pointer;
}

.btn:hover {
	background: #000;
	color: #fff;
}
.payment-view-form{
	max-width: 590px;
	overflow: hidden;
}
.payment-info-list{
	padding: 0 0 5px 0;
	overflow: hidden;
}
.payment-info-list-left{
	width: 30%;
	float: left;
}
.payment-info-list-right{
	width: 65%;
	float: right;
}
.inp{
	width: calc(100% - 22px);
	height: 25px;
	font-size: 16px;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 2px;
}
.payment-info-list-right textarea{
	height: 55px;
}
.footer-item {
	width: 24%;
	margin: 0 0 20px 0;
	float: left;
}

.footer-item h4 {
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
}

.footer-item p {
	font-size: 14px;
	line-height: 22px;
}

.footer-item a {
	color: #2662B8;
}
.footer-item a:hover {
	color: #C0C0C0;
}


@media (max-width: 600px) {
  .footer-item {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
