@import url('https://fonts.googleapis.com/css?family=Arsenal:400,400i,700,700i&display=swap&subset=latin-ext');
body,h1,h2,h3,h4,h5,h6,p,a,span,label,option,input,li,ul,ol,div{
    font-family: 'Arsenal', sans-serif;
    color: #2E3D8C;
}

body{
    margin: 0;
    padding: 0;
}


::selection {
  background: #2E3D8C; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #2E3D8C; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(46, 61, 140, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(46, 61, 140, 0.6);
  outline: 0 none;
}

.content-width{
    max-width: 1320px;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.clear{
    clear: both;
}

.bg{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.middlecenter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    width: 180px;
}

.btn-primary:hover,
.btn-primary:focus{
    background: #fff;
    color: #2E3D8C;
}

p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

a{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    transition: all 0.25s;
}

a:hover,
a:focus{
    text-decoration: none;
}

li,
li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    transition: all 0.25s;
}

h1{
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
}

h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
}

h4,
h4 a{
    font-size: 18px;
    font-weight: bold;
}

/* HEADER */

.blueline{
    background: #2E3D8C;
    padding: 8px 0;
}

.blueline .col2{
    text-align: right !important;
}

.blueline p,
.blueline a{
    color: #fff;
    margin: 0;
}

/* NAVBAR */

.navbar{
    background: #fff;
    height: 100px;
    padding-top: 25px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar .navbar-brand{
    padding: 2px 15px;
}

.navbar-default .navbar-nav>li>a{
    color: #2E3D8C;
}

.navbar .navbar-form .btn-default{
    border: none;
    background: none;
}

.navbar .navbar-form .form-control{
    color: #2E3D8C;
}

/* FOOTER */

footer{
    background: #2E3D8C;
    padding: 40px 0;
}

footer h4{
    color: #fff;
}

footer ul{
    padding: 0;
    list-style: none;
}

footer p,
footer a,
footer li{
    color: #fff;
}

footer a:hover,
footer a:focus{
    color: #ccc;
}

footer .brand{
    text-align: right !important;
}

/* BREADCRUMB */

.breadcrumb{
    background: none;
    padding-left: 0;
}

/* HOMEPAGE */

#homepage-slider .swiper-slide{
    height: 600px;
}

#homepage-slider .swiper-slide .content{
    background: rgba(46, 61, 140, 0.8);
    height: 600px;
    padding: 30px;
    width: 350px;
}

#homepage-slider .swiper-slide .content h2,
#homepage-slider .swiper-slide .content p{
    color: #fff;
}

.swiper-pagination-bullet{
    background: #fff;
    height: 11px;
    width: 11px;
}

.swiper-pagination-bullet-active{
    background: #2E3D8C;
}

#homepage-static{
    padding: 100px 0;
}

#highlight .item{
    padding: 5px;
}

#highlight .item .inner{
    height: 260px;
    background: #2E3D8C;
}

#highlight .item .inner .content{
    position: absolute;
    left: 5px;
    top: 5px;
    height: 260px;
    width: calc(100% - 10px);
    background: rgba(60,60,60,0.5);
    opacity: 0;
    transition: all 0.25s;
}

#highlight .item .inner:hover .content{
    opacity: 1;
}

#highlight .item .inner .content h2{
    color: #fff;
    margin: 108px 0 0 30px;
}

#highlight .item .inner .text h2{
    color: #fff;
    margin-left: 30px;
}

/* CATEGORY */

#productlist{
    padding: 80px 0;
}

#productlist h1,
#productlist h2{
    margin-bottom: 80px;
}

#productlist .productitem{
    margin-bottom: 30px;
}

#productlist .productitem .inner{
    border: 1px solid transparent;
    transition: all 0.25s;
    padding: 10px 5px 5px;
}

#productlist .productitem .inner:hover{
    border: 1px solid #d7d7d7;
}

#productlist .productitem .inner .layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(60,60,60,0.5);
    margin: -10px 0 0 -5px;
    opacity: 0;
    transition: all 0.25s;
    z-index: 4;
}

#productlist .productitem .inner:hover .layer{
    opacity: 1;
}

#productlist .image{
    height: 240px;
    margin-bottom: 15px;
}

#productlist .image img{
	max-height: 200px;
}

#productlist .productitem p{
    margin: 0;
    color: #8C8C8B;
}

#productlist .productitem .name,
#productlist .productitem .price{
    font-weight: bold;
    color: #2E3D8C;
}

#productlist .productitem .saleprice{
    color: red;
    font-weight: bold;
}

#productlist .productitem .oldprice{
    text-decoration: line-through;
}

#productlist .productitem .salelabel{
    position: absolute;
    padding: 3px 10px;
    color: #fff;
    background: red;
    z-index: 0;
}

#categoryheader .headerpic{
    height: 400px;
}

#categoryheader .content{
    max-width: 350px;
    height: 400px;
    background: rgba(46, 61, 140, 0.8);
}

#categoryheader .content h1,
#categoryheader .content p{
    color: #fff;
}

#categoryheader .categorydesc{
    padding: 15px 0;
}

#categoryheader .categorydesc h1{
    margin: 30px 0 50px;
    text-align: center;
}

#subcategories h3{
	text-align: center;
	margin-bottom: 30px;
}

#subcategories .subcategory-item{
	margin-bottom: 30px;
}

#subcategories .subcategory-item .inner{
	height: 200px;
}

#subcategories .subcategory-item .inner .layer{
	position: absolute;
	width: 100%;
	margin-left: -15px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	bottom: 0;
}

/* PRODUCT */

#productpage{
    padding: 0 0 50px;
}

#productpage .salelabel{
    position: absolute;
    padding: 3px 10px;
    color: #fff;
    background: red;
    z-index: 0;
}

#productpage .images{
    height: 400px;
}

#productpage .images img{
	max-height: 400px;
}

#productpage .price{
    font-size: 35px;
    color: #2E3D8C;
    font-weight: bold;
    margin-top: 35px;
}

#productpage .saleprice{
    color: red;
    font-size: 35px;
    font-weight: bold;
    margin-top: 35px;
}

#productpage .saleprice span{
    color: red;
}

#productpage .oldprice{
    color: #8C8C8B;
    font-size: 25px;
    text-decoration: line-through;
}

#productpage .vat{
    font-style: italic;
}

#productpage .basketbtn{
    margin-top: 30px;
}

#productpage .btn-primary{
    background: #2E3D8C;
    border-color: #2E3D8C;
    color: #fff;
}

#productpage .delivery,
#productpage .desc{
    margin-top: 30px;
}

#productpage .delivery p,
#productpage .desc p{
    color: #8C8C8B;
}

#productpage .delivery p strong,
#productpage .desc p strong{
    color: #2E3D8C;
}

/* SUBPAGE */

#subpage{
    padding: 0 0 50px;
}

#subpage h1{
    text-align: center;
    margin: 30px 0 50px;
}

/* MODAL */

.modal .modalbody p{
	text-align: center;
	font-weight: bold;
}

.modal .btn-primary{
	background: #2E3D8C;
	border: 1px solid #2E3D8C;
	color: #fff;
	transition: all 0.25s;
}

.modal .btn-primary:hover{
	background: #fff;
	color: #2E3D8C;
	border: 1px solid #2E3D8C;
}


@media (max-width: 767px){
    .navbar{
        padding-top: 0;
        height: 50px;
        z-index: 99;
        margin-bottom: 10px;
    }
    
    .navbar .navbar-brand{
        padding: 5px 15px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form{
        background: #fff;
        text-align: center;
        border: none;
    }

    .navbar-nav .open .dropdown-menu{
        text-align: center;
    }

    .navbar-default .navbar-form .btn-default{
        width: 100%;
        background: #2E3D8C;
        color: #fff;
    }

    footer .brand{
        text-align: center !important;
        margin-top: 30px;
    }

    .blueline,
    .blueline .col2{
        text-align: center !important;
    }

    #homepage-slider .swiper-slide,
    #homepage-slider .swiper-slide .content{
        height: 350px;
    }

    #homepage-slider .swiper-slide .content{
        width: 50%;
    }

    #homepage-slider .swiper-slide .content .btn-primary{
        width: 100%;
    }

    #productlist .inner{
        border: 1px solid #d7d7d7 !important;
        padding-top: 5px !important;
    }

    #productlist .productitem .inner .layer{
        margin-top: -5px !important;
    }

    #productlist .image{
        height: auto;
    }

    #categoryheader .headerpic,
    #categoryheader .content{
        height: 200px
    }

    #categoryheader .content{
        width: 60%;
    }

    #categoryheader .content h1{
        font-size: 25px;
    }

    #categoryheader .categorydesc{
        padding: 15px;
    }

}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
