@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

body
{
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
}

.about-box
{
	background:#fff;
}

.sticky-header
{
	position:fixed;
	width:100%;
	transition:0.3s;
	background:#fff;
	z-index:999999;
	top:0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sticky-cart
{
	background: #f0807f;
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: none;
    z-index: 9999;
    right: 1%;
    bottom: 145px;
    padding: 10px 14px;
	transition:0.3s;
}

.badge-style
{
	position:absolute;
	top:10px;
	right:10px;
	background:#e20200;
	color:#fff;
	border-radius:50%;
}

.dropdown-menu
{
	font-size:13px;
	border:0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-bottom:3px solid #e20200;
}

.dropdown-item
{
	padding: .35rem 1.5rem !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom: 50px !important;
}

.bx-wrapper
{
	border:0 !important;
	box-shadow:none !important;
}

.header-social
{
	padding: 1rem 1rem !important;
	color:rgba(226, 2, 0, 0.5) !important;
	font-size: 15px;
}

.header-top
{
	height:20px;
	background:#e20200;
}

.header-line
{
	margin-top:5px;
	height:4px;
	border-top:1px solid rgba(226,2,0, 0.1);
	border-bottom:1px solid rgba(226,2,0, 0.1);
}

.header-line-footer
{
	margin-top:5px;
	height:4px;
	border-top:1px solid rgba(226,2,0, 0.6);
	border-bottom:1px solid rgba(226,2,0, 0.6);
}

.nav-link-dot
{
	padding: 1.5rem 0.5rem !important;
}

#mainNav {
  /*min-height: 90px;*/
  background-color: #fff;
  font-size:13px;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #e20200;
  border: 1px solid #e20200;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

.cat-img
{
	object-fit:cover;
	height:280px;
}

.cat-img-main
{
	object-fit:cover;
	height:200px;
	opacity:0.5;
	transition:2s;
	transform: scale(1.2);
}

.cat-box:hover .cat-img-main 
{
	object-fit:cover;
	height:200px;
	opacity:1;
	transition:2s;
	transform: scale(1);
}

.cat-box-title
{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	bottom:0;
	top:40%;
	text-align: center;
}

.cat-box img
{
	opacity:0.5;
	transition:2s;
	transform: scale(1.2);
}

.cat-box:hover .cat-img
{
	opacity:1;
	transition:2s;
	transform: scale(1);
}

.cat-box a
{
	color:#222;
}

.cat-box a:hover
{
	text-decoration:none;
}

.feature-board-right:before
{
	z-index: 999;
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}

.feature-board:after {
    z-index: 999;
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -20px;
}


.shopbtn
{
	color:#222;
	margin-top:10px;
}

.feature-board:hover .shopbtn
{
	color:#e20200;
	transition:0.3s;
}

.feature-board-right:hover .shopbtn
{
	color:#e20200;
	transition:0.3s;
}

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

.footer-ul li
{
	float:left;
	display:block;
}

.footer-ul li a
{
	padding: 1rem 1.5rem;
    font-weight: 600;
	font-size:14px;
	color: rgba(0,0,0,.5);
}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 10px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F !important;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }


.cntr {
  display: table;
  height: 100%;
}
.cntr .cntr-innr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*** STYLES ***/
.search {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  margin: 0px 8px 7px 0px;
  padding: 0px 9px 0px 9px;
  border: 2px solid #e20200;
  border-radius: 25px;
  transition: all 200ms ease;
  cursor: text;
}
.search:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  right: -5px;
  top: 21px;
  background: #e20200;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 200ms ease;
}
.search.active,
.search:hover {
  width: 200px;
  margin-right: 0px;
}
.search.active:after,
.search:hover:after {
  height: 0px;
}
.search input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-family: Helvetica;
  font-size: 15px;
  color: inherit;
  background: transparent;
  outline-width: 0px;
}


[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: "Open Sans", "Source Sans Pro", Roboto, "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", "Myriad Pro", "Segoe UI", Myriad,
    Helvetica, "Lucida Grande", "DejaVu Sans Condensed", "Liberation Sans",
    "Nimbus Sans L", Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #222 !important;
  font-size: 100%;
  padding: 0.5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current {
  font-weight:bold;
  color:#e20200;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}

@media (max-width: 768px) {

.social-link-footer
{
	position:relative !important;
	top:100px !important;
	padding-top:30px;
}

}

.contact-form-style
{
	border:0;
	border-bottom:1px solid #222 !important;
	border-radius:0;
}

.contact-form-style:focus
{
	box-shadow:none !important;
}

.whatsapp-icon {
    position: fixed;
    right: 1%;
    bottom: 70px;
    cursor: pointer;
    z-index: 999;
}

.scrollTop {
    position: fixed;
    left: 1%;
    bottom: 15px;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    z-index: 9999;
}

.qty-input
{
	color: #222 !important;
	border: 1px solid white !important;
    background: #fff !important;
}

/******************  News Slider Demo-11 *******************/
.post-slide11{
    background: #fff;
    margin: 0 15px;
    margin-bottom:2em;
	text-align:center;
	min-height:430px;
}
.post-slide11 .post-img{
    position:relative;
}
.post-slide11 .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: all 0.30s ease 0s;
}
.post-slide11:hover .over-layer{
    opacity:1;
}
.post-slide11 .over-layer:after{
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left:42%;
}
.post-slide11 .post-img img{
    width: 100%;
	height: 280px;
    object-fit: cover;
}
.post-slide11 .post-title{
    margin:25px 0 15px 0;
    padding:0 15px;
	text-align:center;
}

.post-slide11 .post-title a{
    font-size: 14px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
	min-height: 40px;
}
.post-slide11 .post-title a:hover{
    text-decoration: none;
    color:#e20200;
}
.post-slide11 .post-date{
    text-transform:capitalize;
    padding:0 15px;
    color:#464646;
    font-size:14px;
	text-align:center;
}
.post-slide11 .post-date:before{
    margin-right: 7px;
    color:#e67e22;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e20200;
}

section
{
	padding-top:80px;
	padding-bottom:80px;
}

.caption
{
	color:#e20200;
}

.season-img
{
	background:url('../images/seasonbg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.seasonbtn
{
	border:2px solid #fff;
	padding:0.7rem 2rem;
	color:#fff;
}

.seasonbtn:hover
{
	text-decoration:none;
	color:#fff;
	background:#e20200;
	transition:0.3s;
}

.addbtn
{
	border:2px solid #f0807f;
	padding:0.7rem 2rem;
	color:#222;
	background:#fff;
	cursor:pointer;
}

.addbtn:hover
{
	text-decoration:none;
	color:#fff;
	background:#e20200;
	transition:0.3s;
}

.copyright
{
	background-color: rgba(35,36,54,1);
	color:#fff;
	font-size:12px;
	padding:1.2rem 0; 
}

.footer-img
{
	margin-top:5px;
	margin-bottom:6px;
}

.social-link-footer
{
	background:rgba(242,202,195,1);
	min-height:300px;
	position:absolute;
	top: -50px;
}

.social-footer
{
	font-size:20px;
	color:#222;
}

.social-footer:hover
{
	text-decoration:none;
}

.footer-content
{
	margin-top:35px;
	font-size:13px;
}

.footer-img
{
	background:url('../images/footer-img.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:200px;
}

.table thead th
{
	border-bottom: 2px solid #f0807f !important;
}

.table td, .table th {
    border-top: 1px solid #f0807f !important;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: white;

  }
  #mainNav .navbar-brand {
    padding: .5rem 0;

  }
  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 1rem 1.5rem;
	font-weight:600;

  }
  #mainNav .nav-link:hover {
    
  }
  #mainNav .nav-link:active {
   
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}