@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

body{
	font-family: 'Karla', sans-serif;
}
a:hover{
	color:#F66249
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600
}

.item-name{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 48px;
	}
.no-item{
	border: 2px solid #ccc;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 1.5rem;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    margin: 20px 0;
	}
.breadcrumb a{
	font-size: 14px;
	color: inherit;
	opacity: 0.5
}
.breadcrumb a:hover,.breadcrumb a:focus{
	color: #F66249;
	opacity: 1;
	text-decoration: none
}
.bg-dark.custom{
	background: #25262B !important
}
header .nav-link{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important
}
.dropdown-menu{
	background-color: #25262B;
	border:none;
	border-radius: 0;
}
.dropdown-item{
	display: block;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    color: #ffffff;
    position: relative;
	text-transform: uppercase;
}
.dropdown-item:hover, .dropdown-item:focus{
	color: #F66249;
    background-color: #212226;
}
section h3{
	color:#003366
}
.text-default{
	color: #F66249;
}
.nav.nav-tabs a{
	font-size: 18px;
	color: inherit
}
.top-noti{
	position: absolute;left: 7px; margin-top: -13px
} 
.top-list{
	list-style-type: none;
	padding: 0;

}
.top-list li{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}
.top-list li:last-child{
	margin-right: 0
}
.top-list li a{
	color: #fff;
	text-decoration: none
}
.top-list li a:hover,.top-list li a:focus{
	color: #F66249
}
.carousel-item img{
	height:350px;
	object-fit:fill;
	width:100%
	}
.invite{ list-style-type:none; padding:0; display: flex; justify-content: space-between;flex-wrap: wrap}

.invite li {
	display:inline-block;
	width:22.5%;
	position:relative;
	margin:1%;
	word-wrap:break-word;
	}
/*.invite li:nth-child(4n+1){
	background:#000;
	}
	.invite li:nth-child(4n+4)::after{
	content: "";
    clear: both;
	float:left;
	}*/
.invite input[type="checkbox"][id^="cb"],.invite input[type="radio"][id^="cb"] {
  display: none;
}

.invite label {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  width:100%;
  max-width:100%;
}

.invite label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #b2304d;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.invite label img {
    height: 55px;
    width: 55px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    background-size: contain;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
} 

.invite :checked + label {
  border-color: #F66249;
}

/*
.invite :checked + label:before {
  content: "✓";
  background-color: #b2304d;
  transform: scale(1);
  line-height:1.5;
  z-index:1
}
*/

/*
.invite :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #eee;
  z-index: -1;
}
*/
.invite label span{ 
	display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0 0;
}
/*** ***/
.rad-cus{ list-style-type:none; padding:0; display: flex; justify-content:flex-start;flex-wrap: wrap}

.rad-cus li {
	display:inline-block;
	width:48%;
	position:relative;
	margin:.5rem;
	word-wrap:break-word;
	}
.rad-cus li:nth-child(odd){
	margin-left: 0
}
/*.invite li:nth-child(4n+1){
	background:#000;
	}
	.invite li:nth-child(4n+4)::after{
	content: "";
    clear: both;
	float:left;
	}*/
.rad-cus input[type="checkbox"][id^="cb"],.rad-cus input[type="radio"][id^="cb"] {
  display: none;
}

.rad-cus label {
/*
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
*/
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  width:100%;
  max-width:100%;
}

.rad-cus label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #F66249;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
/*  transition-duration: 0.4s;*/
  transform: scale(0);
}


.rad-cus :checked + label {
  border-color: #F66249;
}
.rad-cus :checked + label .card{
	border-color: #F66249
}

.rad-cus :checked + label:before {
  content: "✓";
  background-color: #F66249;
  transform: scale(1);
  line-height:1.5;
  z-index:1
}

/*
.invite :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #eee;
  z-index: -1;
}
*/
.rad-cus label span{ 
	display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0 0;
}
.item-slider.owl-carousel{

  width: 95%;
  margin: auto;

}
.item-slide{
	text-align: center;
  display: flex;
  height: 100%
}
.item-slider .owl-stage{
  display: flex;
}
.item-slider a{
  font-size: .9rem;
	text-align: center;
	border-radius: 15px;
	display: inline-flex;
  align-items: center;
	background: #F66249;
	color: #fff;
	padding:7px 10px;
  justify-content: center;
  width: 100%
}
.item-slider .owl-nav {
  font-size: 2em;
  color: #000;
  line-height: initial;
}
.owl-theme .owl-nav{
	margin-top: 0 !important
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}

.owl-prev {
  left: -15px;
  
}

.owl-next {
  right: -15px;
  
}
/*** Item ***/
.solo-product{
	height: 250px;
	width: 100%;
	max-width: 100%;
	object-fit: cover
}
item{
	color:#2a313e
}
.item:hover{
	cursor: pointer
}
.item:hover .item-desc h5{
	color: #F66249
}
.item-img{
	width: 100%;
    height: 254px;
	max-width: 100%;
    object-fit: cover;
	position: relative;
	overflow: hidden
}

.item-img img{
	width: 100%;
	max-width: 100%;
    height: 254px;
    object-fit: cover;
}
.item-details-img{
	width: 100%;
	position: relative;
	overflow: hidden
}
.item-details-img img{
	width: 100%;
	object-fit: cover
}
.item-offer{
	
	min-height: 40px;
    min-width: 165px;
    padding: 0;
    background: #F66249;
    line-height: 38px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    top: 24px;
    left: -38px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-add{
    background-color: #F66249;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 15px;
}
.btn-add:hover{
	background-color: #f43818;
	color: #fff
}
.pricing span:first-child{
	color: #2a313e;
	opacity: 0.5;
	text-decoration: line-through
}
.pricing span:last-child{
	color: #F66249
}
.value-button {
  display: inline-block;
/*  border: 1px solid #ddd;*/
  margin: 0px;
  width: 40px;
  height: 40px;
	font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
	font-weight: 700;
	line-height: initial;
/*  background: #eee;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input.number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*** footer ***/

footer{
	padding-top: 30px;
    padding-bottom: 30px;
    background: #25262b;
    color: #e3e3e3;
    font-size: 15px;
}
.cate{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cate li{
	position: relative;
}
footer a{
	color: inherit;
	
}
footer a:hover{
	color:#F66249;
	text-decoration: none
}
.cate li:before{
	content: "\f054";
	font-family: "fontawesome";
	font-size: 9px;
	font-weight:lighter;
	margin-right: 10px
}
footer h5{
	color: #fff;
	position: relative;
	margin: 0 0 30px 0;
	padding-bottom: 20px
}
footer h5:before{
	content: "";
	position: absolute;
	height: 5px;
	width: 40px;
	bottom: 0;
	left: 0;
	background: #fff
}
.copy-right{
	background:#393a40;
	color:#fff;
	font-size:.9rem
}
.float-whatsapp{ position:fixed; bottom:67px; right:15px }
.float-whatsapp img{ width:50px }
/*** Billing ***/

.pay-list{
	padding: 0;
	list-style-type: none
}

.pay-list li{
	width: 100%;
	background: #eee;
	border-radius: 4px;
	margin-bottom: 15px;
	
	border:1px solid transparent;
}
.pay-list label{
	width: 100%;
	margin: 0;
	padding: 15px ;
}
.pay-list li:hover{
	border: 1px solid #F66249;
}

/*** Dashboard ***/

.nav-pills.nav-default .nav-link.active, .nav-pills.nav-default .show > .nav-link{ color:#fff; background:#F66249 }
.nav-pills.nav-default .nav-link{color:#F66249}

/*** Cart ***/
.cart-alert{
	left:0;
	right:0;
	top:50px;
	margin:auto;
	z-index:100;
	box-shadow:0 0 20px #00000021;
	border:1px solid #ccc;
	width:50%;
	position:fixed;
	}
.float-close{
	position:absolute;
	top:10px;
	right:18px;
	}
/*** Login ***/

.float-center{ position:absolute; top:0; background:#fff; width:50px; text-align:center; left:0; right:0; margin:auto; transform: translate(0, -50%); }

/*** product details ***/

.recent-slider .owl-nav {
  color: #000;
  line-height: initial;
top:-15px
}

.recent-slider.owl-carousel .owl-nav button.owl-next,.recent-slider.owl-carousel .owl-nav button.owl-prev{ padding:0 10px !important; }
.recent-slider .owl-prev,
.recent-slider .owl-next {
  position: absolute;
  top: -40px;
  font-size:3rem !important;
  background:none
}
.recent-slider .owl-nav [class*='owl-']:hover{
	outline:none;
	background:none !important;
	color:#F66249 !important
	}
.recent-slider .owl-prev {
  right: 40px;
  left:auto
}

.recent-slider .owl-next {
  right: 0;
}

 .searchResult{ 
  position: absolute;
    z-index: 100;
    background: #ffffff;
    list-style-type: none;
    padding: 15px;
    margin-top: 5px;
    width: 350px;
    right: 15px;
    border-radius: 5px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 0 20px #eee;
 } 
  .searchResult li {     
  padding: 10px 0;
  border-bottom: 1px solid #eee;
 } 
 .searchResult li a {
  color:inherit 
}
.searchResult li:hover a{ color: #F66249 } 