hr {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.signin {
	display: block;
	padding: 0.5rem 0 0 1rem;
}
/****** Carousel ****/
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.btn-outline-primary {
	color: #064d2f;
	border-color: #064d2f;
	box-shadow: #064d2f 0px 0px 0px 0px inset;
}
.btn-outline-primary:hover {
	color: #ccfdce;
	border-color: #064d2f;
	box-shadow: #064d2f 0px 0px 0px 70px inset;
}

.desktopmenu .icon img {
	width: 1.6rem;
}
.desktopmenu .nav-link {
	color: #000 !important;
}
.desktopmenu .cartcount {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: auto;
	padding: 0 5px;
	border-radius: 45px;
	background-color: #c9002c;
	border: 2px solid #fff;
	position: absolute;
	margin-left: -0.5rem;
}
.desktopmenu .navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.desktopmenu .dropdown-submenu {
	position: relative;
}
.desktopmenu .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
.desktopmenu .dropdown-menu {
	margin-top: -0.16rem;
}

.desktopmenu .dropdown-menu a {
	padding: 0.25rem 0.5rem!important;
	display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.mobilemenu .navbar {
	background: #fff;
	transition: all 0.6s;
	backface-visibility: hidden;
	box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}
.mobilemenu .navbar-dark .navbar-nav {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.mobilemenu .navbar-dark .navbar-nav .nav-link {
	color: #000;
	border: 0;
}
.mobilemenu .navbar-dark .navbar-nav .nav-link:hover {
	color: #000;
}
.mobilemenu .navbar-dark .navbar-nav .nav-link:focus {
	color: #000;
	outline: 0;
}
.mobilemenu .navbar-dark .navbar-toggler:focus {
	background: none;
	outline: 0;
}
.mobilemenu .navbar-dark .navbar-toggler span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 6px auto;
	background: #000;
	transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mobilemenu .navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
	transform: rotate(45deg) translate(6px, 6px);
}
.mobilemenu .navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
	opacity: 0;
}
.mobilemenu .navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
	transform: rotate(-45deg) translate(5px, -5px);
}
.mobilemenu .navbar-dark .navbar-toggler[aria-expanded="false"] span {
	transform: none;
	opacity: 1;
}
.mobilemenu .navbar-brand {
	width: 162px;
	height: 44px;
	border: 0;
	text-indent: -99999px;
}
.mobilemenu .navbar-brand img {
	height: 100%;
}
.mobilemenu .icon img {
	width: 100%;
}
.mobilemenu .cartcount {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	left: 38px;
	margin: auto;
	padding: 0 5px;
	border-radius: 45px;
	background-color: #c9002c;
	border: 2px solid #fff;
	position: absolute;
}
.mobilemenu .navbar-dark .navbar-toggler:hover span, .mobilemenu .navbar-dark .navbar-toggler:focus span {
	background: #000;
}
footer{
	background-color: #fafafa;
	padding: 2rem 0 2rem 0;
  }
footer a {
	color: #727272;
	font-size: 11px;
	text-decoration: underline;
}
footer h5 {
	color: #767676;
}
footer li {
    list-style: none outside none;
}
footer li a, footer li a:hover {
	text-decoration: none;
}
footer ul {
	padding: 0;
}
.copyright {
	font-size: 11px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 0;
	display: none;
}
.btn-light {
	background-color: #e2e6ea;
	border-color: #dae0e5;
	padding-top: .25rem;
}
.footer_ul li img {
	padding-right: 5px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}
  
.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}
.dropup .dropdown-menu {
	top:10%;
	bottom: 10%;
}
.footer_country .dropdown-menu {
	background-color: #fff;
    min-height: 255px;
    border: 1px solid #e7e7e7;
    z-index: 9999;
    -moz-box-shadow: 5px 2px 10px rgba(0,0,0,0.4);
    box-shadow: 5px 2px 10px rgba(0,0,0,0.4);
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 3px 3px;
    right: 12%;
    position: fixed;
    bottom: 25%;
    left: 12%;
    top: 55%;
}
.footer_country ul{
	columns: 5;
  	-webkit-columns: 5;
  	-moz-columns: 5;
}
.footer_country li {
	display: flex;
    font-size: 12px;
}

/***** Popular Cat ***/

.popular_cat h3
{
	overflow-wrap: break-word;
    margin-bottom: 0;
    margin-top: 10px;
	text-align: center;
	font-size: 17px;
    padding-bottom: 1rem;
}
.popular_cat img {
	width: 140px;
	height: 140px;
}
h2
{
	font-size: 1.5rem;
}
.section_header {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


/* Slider Section */

.swiper-container {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
 
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	  display: none;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	display: none;
  }
  .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-circle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-chevron-circle-right fa-w-16 fa-3x'%3E%3Cpath fill='currentColor' d='M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zM256 40c118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216zm86.6 224.5l-115.1 115c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L303 256l-99.5-99.5c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.1 115c4.6 4.8 4.6 12.4-.1 17.1z' class=''%3E%3C/path%3E%3C/svg%3E") !important;
  }
  .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-circle-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-chevron-circle-left fa-w-16 fa-3x'%3E%3Cpath fill='currentColor' d='M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zM256 472c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm-86.6-224.5l115.1-115c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L209 256l99.5 99.5c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0l-115.1-115c-4.6-4.8-4.6-12.4.1-17.1z' class=''%3E%3C/path%3E%3C/svg%3E")
  } 
  .swiper-button-prev, .swiper-button-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	background-color:#e5e5e5!important;
	border:0;
	font-size:2em;
	margin:0;
	padding:0;
	cursor:pointer;
	color:#FFF;
	padding:10px;
	box-sizing:border-box;
	width: 24px!important;
    height: 24px!important;
    border-radius: 50%;
}
.nav-link {
	padding: 0 0 0.5rem 0!important;
	font-size: 12px;
}
.footer-title {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.desktopmenu li, footer li {
	margin-right: 1rem;
}
.desktopmenu li>a, .desktopmenu .nav-link.icon {
	margin-top: 0.5rem;
}
footer .nav-link img
{
	width: 1.5rem;
    height: 1rem;
}


