
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
/*font-family: 'Oswald', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');
/*font-family: 'PT Serif', serif;*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900');
/*font-family: 'Muli', sans-serif;*/

body {
    font-family: 'Muli', sans-serif !important;
	background-color: #fcfcfc;
}
.btn-primary{
	background-color: #6e0104 !important;
    border-color: #6e0104 !important;
}
.btn-primary:hover{
	background-color: #6e0104 !important;
    border-color: #6e0104 !important;
}
body a,
body a:hover,
body a:focus{
	text-decoration: none;
	color: inherit;
}
body h1 {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
}
h1.logo{
    font-family: 'PT Serif', serif;
    color: #6e0104;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}
h1.title{
    font-family: 'PT Serif', serif;
	color: #6e0104;
	margin-top: 0;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}
h2.add{
    font-family: 'PT Serif', serif;
	color: #6e0104;
	margin-top: 0;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
}
h2.subtitle{
	font-family: 'Muli', sans-serif;
	color: #000000;
    margin-top: 0;
    font-size: 28px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 14px;

}
body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fefefe;
    margin: 0;
    margin-bottom: 10px;
}
body h4 {
    font-size: 20px;
    font-weight: 800;
    color: #6e0104;
    letter-spacing: 1.2px;
}

body p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    text-align: center;

}
body h5 {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    line-height: 1.5;
}



ul{
	list-style: none;
	padding-left: 0;
}

.btn-1{
	font-family: 'Oswald', sans-serif;
	background: transparent;
    border: 2px solid #000;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
    transition: all .6s ease;
}
.btn-1:hover{
	background: #000;
	color: #fff;
}

.wrapper{

}



/*header*/
.top-header{
    box-shadow: 0px 5px 10px 0px #efefef;
    padding-bottom: 10px;
}

.top{
    text-align: right;
    padding: 4px 0;
}
.top p {
    text-align: right;
    margin-bottom: 0;
    color: #6e0104;
}
.top p strong{
    color: #6e0104;
}

.top2-in{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.top2 .menu .navbar-nav {
    float: right;
}
.top2 .menu .navbar-nav li{
    display: inline-block;
}
.top2 .menu .navbar-nav li a{
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #FF0000;
}
.top2 .menu .navbar-nav li.active a{
    color: #FF0000;
}


/*banner*/
.banner {
    padding: 0 !important;
}
.banner img{
    width: 100%;
    max-height: 330px;
    object-fit: cover;

}


/*body*/

.section1{
    padding: 40px 0;
}

.section2{
    padding: 40px 0;
    background: #d1dbe7;
    width: 90%;
    margin-bottom: 40px;
}
.section2 h2.add{
    margin-bottom: 0;
}



/*our store*/
.store{
    padding: 40px 0;
}

.pagination {
    display: inline-block;
    float: right;

}

.pagination a {
    color: black;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #2f345e;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #d1dbe7;
}

/*.product*/
.product{

}
.product-in{
    display: flex;
    flex-wrap: wrap;
}
.product .box {
    margin-bottom: 20px;
    
}
.product .box p{
    text-align: left;

}
.product .box .img{
    overflow: hidden;
    width: 100%;
    height: 285px;
}
.product .box img{
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.product .image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}


/* This block of CSS adds opacity transition to background */
.product .mfp-with-zoom .mfp-container,
.product .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.product .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.product .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.product .mfp-with-zoom.mfp-removing .mfp-container, 
.product .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}



/* padding-bottom and top for image */
.product .mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.product .mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.product .mfp-no-margins .mfp-container {
    padding: 0;
}

.product .box .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.product .box .hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.product .box .hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}



/*Contact*/
.contact{
    padding: 40px 0;
}
.contact-in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact .box {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.contact .box i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #6e0104;
}
.contact .box i{
    float: left;
}

.time {
    margin-top: 40px;
}
.time h3{
    color: #6e0104;
    
}
.time h4{
    color: #6e0104;
}

.map{
    padding: 0 !important;
}
.map iframe{
    width: 100%;
    height: 350px;
}

/*footer*/
.footer{
    background-color: ##6e0104
	padding: 12px 0 2px 0;
}
.footer p{
    color: #e0e0e0;
    text-align: left;
}
.footer .copy{
    text-align: center;
    margin-bottom: 0;
}
.footer .copy a{
    color: #d1dbe7;
}
.footer .copy a:hover{
    color: #e0e0e0;
}