body{
	overflow-x: hidden;
}
.btn-add-to-cart{
	background: #772f22;
	color: white;
}
.btn-add-to-cart:hover{
	background: none;
	color: #772f22;
	border:1px solid #772f22;

}
body{
    background: #FEF1E3 !important;
	font-family: 'Fira Sans', sans-serif;;
	position: relative;
	margin-top: 0;
}

html,body {
     background-size: cover;
	 background-position: top center;
}

 html.modal-active, body.modal-active {
	 overflow: hidden;
}

h1{
    font-family: 'Fira Sans';
}

a{
    transition: all .2s ease-in;
}

/*======================================================================
##		Global Settings
=======================================================================*/
.btn-robot, p{
	font-family: 'Merriweather', serif;;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 300;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
    color: #074c9f;
}

.grey {
	color: #111;
}

.text-blue{
    color: #0e509f !important;
}

.bg-wheat{
    background: #F3D7B0;
}

.bg-cream{
    background: #FEF1E3;
}

.border-grey {
    border: 1px solid #e2cfcf !important;
}

.bg-none{
    background: none !important;
}

.bg-nav{
    background: #fde6c6;
}

.bg-maroon{
	background: #772F22 !important;
}

.bg-maroon-0{
	background: #904f43 !important;
}

.bg-maroon-1{
	background: #c15643 !important;
}

.bg-maroon-2{
	background: #ef3818 !important;
}

.bg-maroon-3{
	background: #fb583b !important;
}

.bg-green{
	background: #157b31 !important;
}

.color-cream{
    color: #FEF1E3 !important;
}

.color-cream:hover{
    color: #FEF1E3 !important;
}

.color-maroon{
	color: #772F22 !important;
}


.color-maroon:hover{
	color: #772F22 !important;
}

.border-maroon{
    border: 1px solid #772f2254 !important;
}

.opacity-none{
    opacity: 0;
}

.no-decoration{
	text-decoration: none;
}

.mt0{
	margin-top: 0;
}
.thin{
	font-weight: 300;
}
.c-table{
	display: table;
	height: 100%;
	width: 100%;
}
.c-cell{
	display: table-cell;
	vertical-align: middle;
}

.top-link{
    font-size: 14px;
    letter-spacing: 2px;
}

/*title design*/
.drop-shadow {
    position:relative;
    /*float: left;*/
    width: 32%;

    padding: 1em;
    margin: 0em auto 1em;
    background: #772f22;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.curled {
    border:1px solid #efefef;
    -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
	 border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.curled:before,
.curled:after {
    bottom:12px;
    left:10px;
    width:50%;
    height:55%;
    max-width:200px;
    max-height:100px;
    -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
	    box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
    -webkit-transform:skew(-8deg) rotate(-3deg);
       -moz-transform:skew(-8deg) rotate(-3deg);
	-ms-transform:skew(-8deg) rotate(-3deg);
	 -o-transform:skew(-8deg) rotate(-3deg);
	    transform:skew(-8deg) rotate(-3deg);
}

.curled:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	 -o-transform:skew(8deg) rotate(3deg);
	    transform:skew(8deg) rotate(3deg);
}


.title-design span {
    /*background: #0e509f;*/
    /*border-radius: 9px;*/
    color: white;
    /*padding: 7px 15px;*/
}

.title-design{

}

.title-design span{

}

/*title design*/

/*custom design*/
.shadow-2dp {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 5px rgba(0, 0, 0, 0.12)) drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1));
}
/*custom design*/

.title-box{
	text-align: center;
	padding-bottom: 25px;
	/*padding: 30px 0 30px;*/
	text-transform: uppercase;
}
.title-box p{
	margin-bottom: 0;
}
.title{
	font-weight: 300;
	color: #999;
	font-size: 36px;
	letter-spacing: 2px;
}
.title.mt0{
	text-transform: capitalize;
	font-weight: 400;
	color: #444;
}

.title span{
	color: #444;
}


.btn-robot{
	border-radius: 0;
	background-color:  #fde6c6;
	color: #3c1811;
	/*text-transform: uppercase;*/
	border-color: transparent;
	border-radius: 20px;
	padding: 5px 15px;
	transition: all 0.2s ease-in-out;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 15px;
	box-shadow: 4px 5px 0px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 13%);

}

.btn-robot:hover{
    background-color: #fff7ec;
    color: #3c1811;
    border-color: transparent;
    cursor: pointer;
}


.btn-green{
	border-radius: 0;
	background-color: #157b31;
	color: #fff;
	text-transform: uppercase;
	border-color: transparent;
	padding: 5px 15px;
	transition: all 0.2s ease-in-out;
	letter-spacing: 1px;
	font-weight: 300;
	/*margin-top: 15px;*/
}

.btn-green:hover{
	background-color: transparent;
    color: #157b31;
    border-color: #157b31;
}

.btn-maroon{
    border-radius: 0;
    background-color: #fef1e3;
    color: #772f22;
    text-transform: uppercase;
    border-color: transparent;
    padding: 5px 15px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
}

.btn-blue:hover{
	background-color: transparent;
    color: #157b31;
    border-color: #0e509f;
}



/*======================================================================
##		Header Section
=======================================================================*/
.site-header-bg{
	width: 100%;
	background-color: #772F22;
	z-index: 1;
	padding: 15px 0;
	/*color: #fff;*/
	/*text-transform: uppercase;*/
	font-family: 'Fira Sans';
}
.site-header-bg .input-group{
	padding-top: 10px;
}
.site-header-bg .form-control{
	border-radius: 0;
	background-color: transparent;
}
.site-header-bg .input-group .btn{
	text-transform: uppercase;
	border-radius: 0;
}
.site-header-bg .btn-robot{
	margin-top: 0;
	padding-bottom: 6px;
}

.site-header-bg .text-right{
	color: #0f3a69;
}

.ion-android-cart{
	color: #157b31;
}



/*======================================================================
##		Header Section
=======================================================================*/
.main-header{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	background-color: #fde6c6;
	position: relative;
}

.main-header .container-fluid{
    padding-right: 0px;
     padding-left: 0px;
}

.header-quote{
	color: #fd0000;
	font-weight: 700;
	margin-bottom: 0;
}
.main-header p{
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 6px;
}
.header-title{
	font-weight: 700;
}
.header-title .thin{
	letter-spacing: 6px;
}

.intro{
	padding: 200px 0;
    background-image: url(../images/header-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 11;
    position: relative;
}

.intro-1{
	padding: 200px 0;
    background-image: url(../images/header-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 11;
    position: relative;
}

.intro-2{
	padding: 200px 0;
    background-image: url(../images/header-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 11;
    position: relative;
}
.nutral{
	background-color: #ebebeb;
	height: 0px;
	z-index: 10;
	position: relative;
}
/*.navbar{*/
/*    margin-bottom: 0;*/
/*    border-bottom-left-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/
/*.navbar-default{*/
/*	border-color: #262626;*/
/*    background-color: #111;*/
/*}*/

.site-header-bg .head-logo{
	width: 250px;
    height: 88px;
}


.navbar a[aria-expanded="true"] {
    background: none;
}

.navbar{
    position: relative;
}

.navbar .nav-logo{
    width: 120px;
    height: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (min-width: 541px) {
  .hd-nav {
      text-align: right !important;
  }
}

@media screen and (max-width: 540px) {
  .hd-nav {
    text-align: center !important;
  }
}

.navbar-light .navbar-nav .nav-link {
    letter-spacing: -0.3px;
}

.navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:focus, .navbar-light .navbar-nav>.active>a:hover{
	color: #fabe12;
	background-color: transparent;
}

.navbar .navbar-nav {
    /*display: inherit !important;*/
    /*float: inherit;*/
    /*margin-left: 120px*/
}
.navbar .navbar-collapse {
    /*text-align: center;*/
}
.navbar-light .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.navbar{
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 2px !important;

}

.navbar .btn-robot{
    margin-top: 0px !important;
}

.navbar-light{
	/*border-color: #262626;*/
    background-color: #fde6c6 !important;
    /*margin-top: 94px;*/
    box-shadow: 0px 5px 10px -2px rgba(0,0,0,.08);
    z-index: 100;
}

.navbar-header img{
    margin-left: 35px;
}

.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar-light .navbar-nav>li>a {
    color: #772F22 !important;
}

.navbar-light .navbar-nav>li>a:hover{
	text-decoration: none;
}

/*.navbar.navbar-fixed-top.fixed-theme {*/
/*    background-color: #111;*/
/*    border-color: #080808;*/
/*    box-shadow: 0 0 5px rgba(0,0,0,.8);*/
/*}*/

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-nav>li {
    font-size: 13px;
    padding-left: 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)';
    )
}

.dropdown-item{
    font-size: 14px;
}

/*hover on login*/

.navbar-nav .card{
    border: none;
}

.dropdown-menu.login{
    top: 40px;
    left: 84px;
}

/*dropdown submenu*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/*dropdown submenu*/



/*hover on login*/


/*.navbar-nav .login-form{*/
/*    display: none;*/
/*    position: absolute;*/
/*     background-color: #f1f1f1;*/
/*      min-width: 160px;*/
/*      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
/*      z-index: 1;*/
/*}*/

/*a.login-menu .login-form{*/
/*    display: block;*/
/*} */

/*.navbar-nav a.login-menu::hover + .navbar-nav .login-form{*/
/*    display: block !important;*/
/*    z-index: 1000 !important;*/
/*}*/

.fixed-nav{
    width: 100%;
    background: #0e509fa8;
    position: absolute;
    left: 0px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .2s ease;
    top: 0px;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,.08);
   box-shadow: 0px 5px 10px -2px rgba(0,0,0,.08);
    border-radius: 0;
}

/*when fixed-nav, banner image gets top*/

.intro-top{
	/*margin-top: -40px;*/
}

/*.open>.dropdown-menu {*/
/*    display: grid !important;*/
/*}*/

@media (max-width: 768px) {

	.site-header-bg .offset-3{
		margin-left: 0px;
	}

	.site-header-bg .col-4 span{
		font-size: 13px;
	}

	.site-header-bg .text-right {
	    text-align: left !important;
	}

	.site-header-bg .btn-green{
		margin-top: 15px;
	}

    .navbar-light {
        /*margin-top: 22%;*/
    }

    .fixed-nav{
        /*top: -170px;*/
    }

    .navbar-light.navbar-fixed-top{
        display: inline-block;
    }

    .header-quote {
        font-size: 10px;
    }

    .header-title {
        font-size: 18px;

    }


}



/*featured products*/

.featured{
    background: #fde6c6;
    /*border-bottom: 5px solid #fabe12;*/
}

.featured h2 {
	color: #772f22;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 16px;

}

.featured .h2 {
	color: #772f22;
    font-size: 36px;
    font-weight: 600;
    font-family: Fira Sans Slab;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 14px;

}

.featured.category h2 {
	color: #074c9f;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;

}
.featured h2 b {
	color: #fe0000;
}
.featured h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	bottom: -20px;
}

.featured .thumb-content p{

	text-align: center;

}

.carousel {
	margin: 0px auto;
	padding: 0 0px;
}
.carousel .item {
	/*min-height: 330px;*/
    text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	height: 170px;
    width: 100%;
    position: relative;
    padding: 21%;
}
.carousel .item img {
	max-width: 100%;
    max-height: 100%;
    display: inline-block;
    /* position: absolute; */
    /* bottom: 0; */
    /* margin: 0 auto; */
    /* left: 0; */
    /* right: 0; */
    margin-top: -14px;
}
.carousel .item h4 {
	font-size: 18px;
	margin: 14px 0;
}
.carousel .item .btn {
	color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 2px;;
    line-height: 16px;
}
.carousel .item .btn:hover, .carousel .item .btn:focus {
	color: #fff;
	background: #fabe12;
	/*border-color: #000;*/
	box-shadow: none;
}
.carousel .item .btn i {
	font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.carousel .carousel-control {
	height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}
.carousel .carousel-control.left i {
	margin-left: -3px;
}
.carousel .carousel-control.left i {
	margin-right: -3px;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 100px;
	margin: 4px;
	border-color: transparent;
}
.carousel-indicators li {
	/*background: rgba(0, 0, 0, 0.2);*/
}
.carousel-indicators li.active {
	/*background: rgba(0, 0, 0, 0.6);*/
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}

.list-inline-item:not(:last-child) {
    margin-right: 3px;
}


/*featured products ends*/


/*advertise*/

.shadow-jira{
    box-shadow: 0 4px 8px -2px rgba(9,30,66,0.25), 0 0 1px rgba(9,30,66,0.31);
    -webkit-box-shadow: 0 4px 8px -2px rgba(9,30,66,0.25), 0 0 1px rgba(9,30,66,0.31);
}

.advertise {
  /*margin-top: 30px;*/
  /*margin-bottom: 35px;*/
  /*margin-left: 70px;*/
  /*transition:  1s ease;*/
}
.advertise img {
  width: 100%;
}
.adv-1 {

  padding: 40px 25px 50px;

  width: 100%;

  border-radius: 3px;

  font-family: Fira Sans Slab;
}

.adv-2 {
  /*position: relative;*/
  padding: 40px 25px 50px;
  /*margin-bottom: 30px;*/
  width: 100%;
  /*background-color: #fff;*/
  border-radius: 3px;
  /*box-shadow: 0 0 5px #858989;*/
  font-family: Fira Sans Slab;
}

.adv-1 h4,
.adv-2 h4{
    font-size: 30px;
    letter-spacing: 4.5px;
    /* margin-top: -60px; */
}

.adv-text{
    font-weight: 500;
    color: #222;
}

/* .adv-1 img{
    position: absolute;
    right: -30px;
    bottom: -60px;
    width: 275px;
    height: 225px;
} */

/* .adv-2 img{
    position: absolute;
    left: -40px;
    bottom: -60px;
    width: 265px;
    height: 215px;
} */


/* .advertise-left{
    background-image: url(../images/advertise-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.advertise-right-1{
    background-image: url(../images/advertise-right-1.2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.advertise-right-2{
    background-image: url(../images/advertise-right-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */


/*advertise*/



/*sidebar*/

.sidebar-head{
    /*margin-top: 61%;*/
}


/* 4px: $spacer * 0.25 8px: $spacer * 0.5 16px: $spacer 20px: $spacer * 1.25 24px: $spacer * 1.5 */


ul#fruits-nav {
    height: 570px;
    overflow-y: scroll;
}

/*sub-category css*/
.sub-category ul#fruits-nav-sub {
    /*height: 570px;*/
    /*overflow-y: auto;*/
}

.sub-category .category-content .nav li {
    padding-left: 35px;
}

/*sub-category css*/


.sidebar .nav{
    display: inherit;
}

.side-head{
    background: #fabe12;;
}

 .sidebar-toggler {
	 padding: 0.25rem 0.75rem;
	 font-size: 1.25rem;
	 line-height: 1;
	 background-color: transparent;
	 border: 1px solid transparent;
	 border-radius: 0.25rem;
	 color: rgba(0, 0, 0, 0.5);
	 border-color: rgba(0, 0, 0, 0.1);
}
 .sidebar-toggler .sidebar-toggler-icon {
	 display: inline-block;
	 width: 1.5em;
	 height: 1.5em;
	 vertical-align: middle;
	 content: "";
	 background: no-repeat center center;
	 background-size: 100% 100%;
	 cursor: pointer;
}
 .sidebar {
	 position: relative;
	 width: 100%;
	 z-index: 99;
}

.sidebar .nav{
    /*overflow-y: scroll;*/
}
 .sidebar .sidebar-user .category-content {
	 padding: 1rem;
	 text-align: center;
	 color: #fff;
	 background: url('https://picsum.photos/260/80?image=652&blur') center center no-repeat;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
}
 .sidebar .sidebar-user .category-content:first-child {
	 border-bottom-right-radius: 0.25rem;
	 border-bottom-left-radius: 0.25rem;
}
 .sidebar .sidebar-user .category-content:last-child {
	 border-top-right-radius: 0.25rem;
	 border-top-left-radius: 0.25rem;
}
 .sidebar .sidebar-content {
	 position: relative;
	 border-radius: 0.25rem;
	 margin-bottom: 8px;
}
 .sidebar .category-title {
	 position: relative;
	 margin: 0;
	 padding: 12px 20px;
	 padding-right: 46px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 .sidebar.sidebar-default .category-title {
	 border-bottom-color: #dee2e6;
}
 .sidebar.sidebar-default .category-title > span {
	 display: block;
	 text-transform: uppercase;
	 font-weight: 500;
	 font-size: 0.75rem;
}
 .sidebar.sidebar-default .category-content .nav li > a {
	 color: #333;
}
 .sidebar.sidebar-default .category-content .nav li > a.active, .sidebar.sidebar-default .category-content .nav li > a[aria-expanded="true"], .sidebar.sidebar-default .category-content .nav li > a:hover, .sidebar.sidebar-default .category-content .nav li > a:focus {
	 background-color: #f4f4f4;
}
 .sidebar .category-content {
	 position: relative;
}
 .sidebar .category-content .nav {
	 position: relative;
	 margin: 0;
	 padding: 0.5rem 0;
}
 .sidebar .category-content .nav li {
	 position: relative;
	 list-style: none;
}
 .sidebar .category-content .nav li > a {
	 font-size: 0.875rem;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	 transition: background 0.15s linear, color 0.15s linear;
}
 .sidebar .category-content .nav li > a[data-toggle="collapse"] {
	 padding-right: 2rem;
}
 .sidebar .category-content .nav li > a[data-toggle="collapse"]:after {
	 position: absolute;
	 top: 0.5rem;
	 right: 1rem;
	 height: 1.5rem;
	 line-height: 1.5rem;
	 display: block;
	 content: "\f105";
	 font-family: FontAwesome;
	 font-size: 1.5rem;
	 font-weight: normal;
	 transform: rotate(0deg);
	 transition: -webkit-transform 0.2s ease-in-out;
}
 .sidebar .category-content .nav li > a[data-toggle="collapse"][aria-expanded="true"]:after {
	 transform: rotate(90deg);
}
 .sidebar .category-content .nav li > a > i {
	 float: left;
	 top: 0;
	 margin-top: 2px;
	 margin-right: 15px;
	 transition: opacity 0.2s ease-in-out;
}
 .sidebar .category-content .nav li ul {
	 padding: 0;
}
 .sidebar .category-content .nav li ul > li a {
	 padding-left: 2.75rem;
}
 .sidebar .category-content .nav > li > a {
	 font-weight: 500;
}
 @media (min-width: 768px) {
	 .sidebar {
		 padding-top: 108px !important;
		 display: table-cell;
		 vertical-align: top;
		 width: 300px;
		 padding: 0 1.25rem;
	}
	 .sidebar.sidebar-fixed {
		 position: sticky;
		 top: 5.5rem;
	}
	 .sidebar.sidebar-default .sidebar-category {
		 background-color: #fff;
	}
	 .sidebar.sidebar-separate .sidebar-content {
		 box-shadow: none;
	}
	 .sidebar.sidebar-separate .sidebar-category {
		 /*margin-bottom: 1.25rem;*/
		 border-radius: 0.25rem;
		 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}
	 .content-wrapper {
		 display: table-cell;
	}
}
/*sidebar ends*/



/*======================================================================
##		Product Section
=======================================================================*/

.shop.shop-1,
.shop.shop-2,
.shop.shop-3
{

    border-bottom: 5px solid #ccc;
}

.shop.shop-2,
.shop.shop-3{
    border-top: 5px solid #ccc;
}

.shop-1.sub-cat{
    margin-top: 5%;
}

.product .section-bg{
	background-color: #fff;
}
.product-box{
	margin-bottom: 30px;
	position: relative;
}
.porduct-box img{
	width: 100% !important;
}
.product-title{
	position: absolute;
    top: 5px;
    left: 25px;
    right: 25px;
    padding: 15px;
    background-color: #fabe12;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.classic-title{
	margin-top: 100px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
}
.incline-div{
	position: absolute;
	top: 3px;
	left: 0;
	border-top: 60px solid #fabe12;
	border-right: 60px solid transparent;
	margin-left: -15px;
	width: 250px;
	z-index: 1;
}
.outer-stiker{
	display: inline-block;
	color: #d0d0d0;
}
.stiker{
	display: inline-block;
}
.inner-stiker{
	color: #fff;
	padding-right: 50px;
}
.outer-stiker, .inner-stiker{
	font-weight: 300;
	z-index: 2;
	position: relative;
}
.product p{
	color: #999;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 30px;
}
.product p.p-large{
	font-size: 16px;
	font-weight: 400;
}

.banner-1{
    height: 295px;
}
@media (min-width: 768px){
	.boxed{
		padding: 0 80px;
	}

}

/*product-details*/

img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
  padding: 8px;
}
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
      border: 1px solid #ccc;

  }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  /*background: #eee;*/
  /*padding: 50px;*/
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  display: block;
  margin-left: 30px;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-webkit-flex-direction: column;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column; */

}

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-details-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  /*font-weight: bold; */

}

.checked, .price span {
  color: #ff9f1a; }

.card p.product-description {
    font-size: 12px;
}

.product-details-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-details-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.svg-inline--fa.fa-star {
    font-size: 10px;
}

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }


.card .btn-outline-default{
    border: 1px solid #FF9F19;
}
.add-to-cart, .like {
  background: #ff9f1a;
  /*padding: 1.2em 1.5em;*/
  border: none;
  text-transform: UPPERCASE;
  /*font-weight: bold;*/
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;

}

.add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff;

}

.quantity-right-plus,
.quantity-left-minus{
    /*font-size: 13px;*/
}

.quantity.input-group{
    width: 160px !important;
}


.delivery-details {
    box-shadow: 0px 5px 10px -2px rgb(255, 204, 59);
    padding-top: 2%;
    height: 200px;
    margin-left: 10%;
    margin-top: 2%;

}

.delivery-details p{
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

.best-sellers-div{
    box-shadow: 0px 5px 10px -2px rgba(0,0,0,.08);
    height: 394px;
}

.best-sellers h5{
    background: #fabe12;
    box-shadow: 0px 5px 10px -2px rgba(0,0,0,.08);
    padding: 8px;
    border-radius: 4px;
    color: white;
    text-align: center;

}


.best-sellers .shop-price {
    text-align: right;
    margin-right: -94px;
}

.best-sellers .star {
    text-align: right;
    margin-right: -94px;
}

.best-sellers .shop-box-title h4 {
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: 700;
}

.best-sellers .img-full {
    height: 70px;
}

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad;
  color: white;
}

.tooltip-inner {
  padding: 1.3em; }

.page-item.active .page-link {
    background-color: #fabe12;
    border-color: #fabe12;
 }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*product-details end*//*


/*cart*/

.cart {
    margin-top: 6%;
}

.cart-step h1{
    /*margin-top: 20px;*/
}

.cart h1{
   padding: 20px;
}

a.ion-android-cart{
	text-decoration: none;
	color: #fabe12;
}

a.ion-android-cart:hover{
	text-decoration: none !important;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}

	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}

	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:298px;}
	table#cart tbody tr td:first-child { background: #333; color: #fff; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}



	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}

}

/*checkout stepper*/
.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
/*checkout stepper ends*/


/*submit btn modal popup*/

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 30%;
    background: background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 30%;
    background: linear-gradient(to right,#0c1b63, #ed1d24);
    border-radius: 20px;;
    border-radius: 20px;
}
.popup-content p{
    font-size: 21px;
    padding: 10px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
.popup-content span{
    color: #f9f9f9;
     float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 0;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-content a{
    color: #fff;
}

.show-popup-overlay{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  background: linear-gradient(to right,#0c1b636e, #ed1d247a);
}



/*submit btn modal popup*/




/*cart ends*/


/*product review/specification/details*/


/*review page*/

.contact .review{
    margin-top: 5%;
}

.star-show .heading {
  font-size: 20px;
}

.star-show .fa {
  font-size: 20px;
}


/*review page ends*/



/*review*/
.review-block{
	background-color:#fff;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	/*margin-bottom:15px;*/
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	/*margin-bottom:10px;*/
}
.review-block-description{
	font-size: 16px;
	color: #111;
	/*padding: 15px;*/
}

.review-block p{
    color: #111;
}

.review-block img{
    width: 70px;
}

.product-tab li a{
    color: #44484b ;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
     background: #ff9f1a;
}

@media (max-width:768px) {
    .nav.nav-pills {
        font-size: 10px;
    }
}


/*.review-block-title button{
	background: #ff9f1a !important;

}*/

/*product review/specification/details*/

/*review*/


/*======================================================================
##		Partner Section
=======================================================================*/
.partner .section-bg{
	background-color: #fff;
	text-align: center;
	padding-bottom: 80px;
}
.partner .title{
	color: #111;
}




/*======================================================================
##		Inner Header Sections
=======================================================================*/
.inner-header .intro{
	padding: 100px 0;
}
.overlay{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.inner-header .breadcrumb{
	margin-bottom: 0;
	background-color: transparent;
	font-size: 26px;
	font-weight: 300;
}
.inner-header .breadcrumb>.active{
	color: #fabe12;
}
.inner-header .breadcrumb a{
	color: #fff;
}
.inner-p{
	text-align: center;
	margin-bottom: 80px;
	font-size: 16px;
}
.page-bgc{
	background-color: #fff;
	padding-bottom: 50px;
}

.page-bgc.related{
    padding-bottom: 0px;
}

.page-bgc.related .title-box{
    padding: 50px 0px 50px;
}

.action {
    margin-top: 70px;
}

.intro{
	/*background-color: #313131;*/
}
.faq-header .intro{
	background-image: url(../images/faq-header.jpg);
}
.shop-header .intro{
	background-image: url(../images/shop-header.jpg);
}
.contact-header .intro{
	background-image: url(../images/contact-header.jpg);
}
.about-header .intro{
	background-image: url(../images/about-header.jpg);
}

.about{
    margin-top: 8%;
}
.about .page-bgc{
	padding-bottom: 0;
}

/*log in*/
/*AUTH PAGES - register*/

.site-header-bg.login{
    text-align: center;
}

.site-header-bg .badge {
    background-color: #fde6c6;
    border-radius: 10px;
    color: #772f22;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.login-form form{
	/*padding-top: 10px;*/
	font-size: 9px;
	/*margin-top: 30px;*/
}

.login-form .card-title{ font-weight:300; }

.login-form .btn{
	font-size: 14px;
	margin-top: -6px;
}


.login-form {
    width: 230px;
    margin: 0px;
    height: 290px;
}

.login-form .sign-up{
	text-align:center;
	padding: 10px 0 0;
}

.login-form .alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

/*AUTH PAGES - register*/

/*======================================================================
##		Feeds
=======================================================================*/
.feed{
    margin-top: 8%;
}

/*======================================================================
##		Feeds
=======================================================================*/




/*======================================================================
##		FAQ
=======================================================================*/

.faq{
    margin-top: 8%;
}

.panel-heading {
  padding: 0;
  border-radius: 0;
}
.panel-heading h4.panel-title {
  position: relative;
  text-transform: capitalize;
}
.panel-heading a {
  display: block;
  padding: 15px 0 15px 40px;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.panel-heading a:hover {
  color: #fff;
  text-decoration: none;
}
.panel-heading a:focus {
  text-decoration: none;
  color: #111;
}
.panel-heading a:active {
  color: #111;
}
@media (min-width:768px) {
  .panel-heading a:after,a.collapsed:after {
    font-family: 'ionicons';
    content: "\f126";
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #111;
  }

  a.collapsed:after {
    content: "\f123";
  }
}

@media (max-width: 768px) {
    .shop-price {
        /*float: right;*/
    }
    .shop-price, .star {
        margin-right: 0px !important;
    }

}



.panel-body {
  padding: 20px;
  color: #999;
  line-height: 1.7;
}
.panel-default {
  border: 1px solid #111;
}
.panel-default>.panel-heading {
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.panel-default>.panel-heading:hover{
	background-color: #fabe12;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: 2px solid rgba(0,0,0,.1);
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: -5px;
  border-bottom: none;
}
.panel-group .panel:last-child{
	border-bottom: 1px solid #111;
}


.home-product:hover {
  /*box-shadow: 0 0 11px rgba(33,33,33,.2); */
}

/*add to cart btn css design*/
.home-product .btn{
	float: left;
	/*min-width: 150px;*/
	/*max-width: 250px;*/
	display: block;
	margin: 10px auto 20px;
    padding: .375rem .75rem;
	border: none;
	background: #FEF1E3;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;

}

.category-page .home-product .btn{
	float: left;
	/*min-width: 150px;*/
	/*max-width: 250px;*/
	display: block;
	margin: 10px auto -10px;
    padding: .375rem .75rem;
	border: none;
	background: #FEF1E3;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;

}

.product-det-details .details-add-btn{
	float: left;
	/*min-width: 150px;*/
	/*max-width: 250px;*/
	display: block;
	margin: 0px auto -10px;
    padding: .375rem .75rem;
	border: 1px solid #772f22;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}



.home-product .btn:focus,
.product-det-details .details-add-btn:focus {
	outline: none;
}
.home-product .btn > span,
.product-det-details .details-add-btn > span{
	vertical-align: middle;
}

.home-product .btn::before,
.home-product .btn::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}


.product-det-details .details-add-btn::before,
.product-det-details .details-add-btn::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.home-product .btn::before,
.product-det-details .details-add-btn::before{
	background: #fde6c6;
}

.home-product .btn::after,
.product-det-details .details-add-btn::after{
	background: #772F22;
}

.home-product .btn:hover,
.product-det-details .details-add-btn:hover{
	color: #fff;
}


.home-product .btn:hover span{
    color: #fff !important;
}

.home-product .btn:hover .svg-inline--fa,
.product-det-details .details-add-btn:hover .svg-inline--fa{
	color: white !important;
}

.home-product .btn:hover::before,
.home-product .btn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.product-det-details .details-add-btn:hover::before,
.product-det-details .details-add-btn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}


.home-product .btn:hover::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.product-det-details .details-add-btn:hover::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/* product category div*/



.category .home-img-box {
    /*position: relative;*/
    /*height: 37vh;*/
    /*border-radius: 15px;*/
}

.cat-head{
    font-size: 22px;
    text-transform: uppercase;
}

.category .home-img-box .product-info h3{
    text-align: center;
}



/* product category div*/

/*treding products div*/
/*home page product card*/

.section-bg h2{
    /*padding-bottom: 8.5rem!important;*/
}

.product-col{
    /*margin-bottom: 5rem;*/
}

.product-text{
    text-align: center;
}

.product-text h4{
    font-size: 20px;
}


.text-price {
    /*font-family: Fira serif;*/
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: 300;
    background: #772f22;
    border-radius: 5px 20px 5px;
    display: inline;
    color: #fef1e3;
    padding: 4px 16px;
    box-shadow: 4px 2px 20px 0px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 34%);
}
.trending .home-img-box{
    position: relative;
    height: 55vh;
    border-radius: 15px;
}

.home-img-box .product-basic-info{
    /*position: absolute;*/
    /*bottom: 0px; */
    /*left: auto; */
    font-weight: 500;
    /*margin-top: -15px;*/
    margin-bottom: 20px;

}

.home-img-box .product-cart-btn{
    position: absolute;
    bottom: 0px;
    /*left: 0; */
}


.home-img-box .product-basic-info .text-strike{
    margin-top: -15px;
    margin-bottom: 0px;
}

/*home page product card*/
/*treding products div*/

/*add to cart btn css design*/


.category .home-img-box img {
    max-width: 100%;
    transition: all 0.3s;
    /*position: absolute;*/
    /*top: -130px;*/
    /*bottom: 0px;*/
    width: 200px;
    height: 180px;
    transform: scale(1);
}


.trending .home-img-box img {
    max-width: 100%;
    transition: all 0.3s;
    /*position: absolute;*/
    /*top: -130px;*/
    /*bottom: 0px;*/
    /* width: 250px; */
    /*height: 200px;*/
    transform: scale(1);
}

.home-img-box:hover img {
    transform: scale(1.1);
}

/*category page*/


.category-page .img-box .cat-product-title{
    font-size: 16px;
    font-weight: 600;
}
.category-page .img-box .cat-product-price{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

/*category page*/


/*======================================================================
##		Shop
=======================================================================*/

/*price range slider*/


.range-box{
	background: #ffffff;
	/*width: 500px;*/
	padding: 20px;
	height: 170px;
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*top: 0;*/
	margin: auto;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

span.valueSpan2 {
    color: #fabe12;
}

/*price range slider ends*/


section.shop {
    margin-top: 10%;
}

.img-full{
	width: 100%;
}
.shop-box{
	position: relative;
	overflow: hidden;
}

.product-badge {
    position: absolute;
    right: 0;
    top: 0px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #fabe12;
    color: #fff;
    padding: 3px 10px;
}

.shop-box-hover{
	position: absolute;
	left: -90%;
	top: -90%;
	background-color: #fabe12;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.shop-box:hover .shop-box-hover{
	top: 0;
	left: 0;
}
.shop-box-hover .c-cell a{
	font-size: 25px;
	color: #111;
	transition: all 0.4s ease-in-out;
	padding: 8px;
}
.shop-box-hover .c-cell a:hover{
	color: #fff;
	text-decoration: none;
}
.shop-box-title{
	font-family: 'Fira Sans';
	text-transform: uppercase;
	padding: 17px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shop-box-title h4{
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 700;
}



.shop-box-title strike {
	color: #484b4e;;
	margin-right: 5px;
	font-size: 13px;
}
.shop-price{
	margin-bottom: 0;
	font-weight: 500;
}
.star{
	margin: 0;
	color: #772f22;
}
.shop-price, .star {
    margin-right: 0px;
}

@media (min-width: 768px){
	.shop-price, .star{
		margin-right: 0px;;
	}

}
.pager li>a, .pager li>span{
	border-radius: 0;
	color: #111;
}
.pager li>a:focus, .pager li>a:hover{
	color: #fff;
	border-color: #fabe12;
	background-color: #fabe12;
}




/*======================================================================
##		Contact
=======================================================================*/

.contact{
    margin-top: 8%;
}

.map_canvas{
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}
.contact h4, .contact h5{
	font-family: 'Fira Sans';
	text-transform: uppercase;
	font-weight: 400;
}
.contact h5{
	margin: 0;
}
.contact h4{
	padding: 40px 0 30px;
}
.contact-detail{
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	padding: 10px 0 15px;
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 30px;
}
.contact-form .form-control{
	border-color: transparent;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Fira Sans';
	padding-left: 0;
}
.contact-form .form-control:active, .contact-form .form-control:focus{
	border-bottom: 1px solid #fabe12;
	box-shadow: none;
}

.contact .imgresponsive{
    padding-right: 15px;
}

/*Turn off Google Map zooming*/
/******************************/
.scrolloff {
    pointer-events: none;
}
/*placeholder style*/
/*******************/
.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
	font-family: 'Fira Sans';
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
	font-family: 'Fira Sans';
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
	font-family: 'Fira Sans';
}
.contact-form :-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
	font-family: 'Fira Sans';
}





/*======================================================================
##		Contact
=======================================================================*/
/*Service*/
/*********/
.service{
    /*margin-top: 8%;*/
	padding-bottom: 60px;
}
.service-box{
	margin-bottom: 60px;
}
.service-box p{
	font-size: 13px;
	font-weight: 400;
	color: #969595;
	margin-bottom: 0;
}
.service-title{
	display: table;
	font-family: 'Fira Sans';
	font-size: 22px;
	padding: 10px 0;
	text-transform: capitalize;
}
.service-title .icon span{
	font-size: 40px;
	color: #fabe12;
	margin-right: 15px;
}
.service-title div{
	display: table-cell;
	vertical-align: middle;
}
/*Machine Man*/
/*************/
.machine-man{
	background-color: #393835;
	color: #fff;
	font-family: 'Fira Sans';
	margin-left: -15px;
	margin-right: -15px;
}
.m-s-title, .m-p-title{
	font-weight: 300;
	letter-spacing: 2px;
}
.m-s-title{
	color: #fabe12;
	margin: 0;
	padding-top: 100px;
}
.m-p-title{
	text-transform: capitalize;
	margin: 0 0 20px;
}
.machine-man p{
	margin-bottom: 100px;
}
@media (max-width: 677px){
	.machine-man{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 678px){
	.machine-man .boxed{
		padding: 0 95px;
	}
	.machine-man .row{
		background-image: url(../images/machine-man.png);
		background-repeat: no-repeat;
		background-position: right 60px bottom 0;
	}
}
/*Team*/
/******/
.team-box{
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
.team-img-detail{
	font-family: 'Fira Sans';
	text-align: center;
	position: absolute;
	width: 55%;
	right: 0;
	background-color: #f7f7f7;
	color: #999;
	/*padding: 20px;*/
}
.team-img-detail h4{
	color: #111;
	padding-top: 30px;
}
.team-img-detail h4, .team-img-detail h5{
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
}
.team-img-detail p{
	padding: 20px;
}
.social {
 	font-size: 24px;
	float: right;
	background-color: #fabe12;
	padding: 5px;
}
.social a {
	color: #fff;
	padding: 8px;
}
@media (max-width: 767px){
	.team-img{
		width: 100%;
	}
}
/*CTA*/
/*****/
.cta{
	background-color: #393835;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	padding: 40px 0;
}
.cta .btn-robot{
	color: #393835;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}
.cta .btn-robot:hover{
	color: #fabe12;
}
@media (max-width: 677px){
	.cta{
		padding-left: 15px;
		padding-right: 15px;
	}
}




/*client profile*/


.user-data{
    padding: 50px;
}

.client-profile .content {
  flex: 1 0 auto;
}

.content{
    padding: 70px;
}
.content .profile-usertitle{
    padding: 49px;
}

/*client profile*/


/*order list*/

.order-list{
    margin-top: 8%;
}

/*searched item bar*/


/*searched item bar*/


/*order list ends*/


/*======================================================================
##		Footer widget Section
=======================================================================*/
.footer-widget{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),
	url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 30px 30px;
	/*border-bottom: 1px solid rgba(153, 153, 153, 0.3);*/
}
.footer-widget .section-bg{
	background-color: #ebebeb;
	text-align: center;
	text-transform: capitalize;
}
.footer-widget h3{
	border-bottom: 1px solid rgb(153 153 153);
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
}
.footer-widget ul{
	padding-left: 0;
}
.footer-widget ul li{
	list-style-type: none;
	padding: 7px 0;
}

.footer-widget ul li a{
	color: #eee;
	font-family: 'Fira Sans';
	font-size: 14px;
	font-weight: 500;
}
.widget-img-box{
	margin-top: 30px;
}
.widget-img{
	width: auto;
}
.footer{
	padding: 0px 0px 0px;
}
.footer p, .footer a{
	color:#fde6c6;
	font-weight: 300;
	letter-spacing: 2px;
}

.smooth-top-btn{
    margin-left: 100%;
    color: #fde6c6;
    font-size: 16px;
    border-radius: 5px 20px 5px;
    /* border: 1px solid #fff; */
    padding: 6px;
    background: #772f22;
    margin-bottom: 10px;
    /*z-index: 1000;*/
}







* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}



#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    /*padding: 0px 8px 4px 8px;*/
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: auto;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/*div when mobile display none*/

.top-mobile-div,
.mobile-d-search,
.mobile-d-block{
    display: none;
}

.top-desktop-div,.top-mobile-div{
    color: #0f51a0;
    font-size: 16px;
}

.top-desktop-div .fa-user, .top-mobile-div .fa-user{
    color: #127b3e;
}

.desktop-d-block{
    display: block;
}

.desktop-d-none{
    display: none !important;
}

button.cart-btn.btn.btn-default.btn-block {
    display: none;
}

/*div when mobile display none*/


/*mobile view*/


@media (max-width: 768px){

.mobile-d-none{
    display: none;
}

button.cart-btn.btn.btn-default.btn-block {
     display: block;
}

.mobile-d-block,
.top-mobile-div,
.mobile-d-search{
    display: block !important;
}

.mobile-d-search .btn-blue{
    padding: 7px;
    font-size: 13px;
    letter-spacing: 0;

}



.top-social-icon{
    /*flex: 1 1 auto;*/
    /*justify-content: center;*/
    /*margin-right: -30px;*/
    /*margin-left: 0px;*/
    /*background: #2a63a938;*/
    padding: 7px;
}

.top-social-icon a{
    font-size: 10px;
    color: #fef1e3;

}

.head-logo.mobile {
    height: 90px;
    width: 90px;
}

/*mobile-menu-bar*/
input[type=search] {
    padding-top: 2px;
    padding-left: 10px;
    /* color: transparent; */
    cursor: pointer;
    background: url('https://api.iconify.design/bi:search.svg?color=%23ffffff&width=18&height=19') no-repeat center center;
    border: solid 1px #ccc0;
    /* padding: 9px 10px 9px 32px; */
    width: 62px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.mobile-menu-bar input[type=search]:hover {
    background-color: #fff;
}

.mobile-menu-bar input[type=search]:focus {
    width: 134px;
    padding-left: 32px;
    color: #000;
    /*border: solid 1px #ccc;*/
    background-color: #fff;
    cursor: auto;
}

.badge.mobile {
    font-size: 10px !important;
    padding: 2px 5px !important;
}
/*mobile-menu-bar*/

/*title text*/

.cat-head{
    font-size: 16px;
    text-transform: uppercase;
}

.section-bg h2 {
    padding-top: 0px !important;
    padding-bottom: 3px !important;
}

.bg-cream1 {
    margin-top: -20px;
}
/*title text*/

/*intro*/

.intro {
    padding: 44px 0;
}

.intro-1, .intro-2{
    padding: 60px 0;
    margin-right: -15px;
}

.advertise {
    margin-top: 0px;
}

.advertise-right-1{
    margin-bottom: 30px;
}

.adv-1{
    padding: 40px 13px 30px 14px
}

.adv-2{
    padding: 40px 13px 30px 14px;
}

.adv-1 h4, .adv-2 h4 {
    font-size: 22px;
}

.adv-text {
    font-weight: 300;
    font-size: 11px;
}

/* .adv-1 img {
    right: -20px;
    width: 130px;
    height: 125px;
}

.adv-2 img {
    left: -25px;
    width: 130px;
    height: 125px;
} */

.adv-1 .btn-robot,
.adv-2 .btn-robot{
    font-size: 10px;
}

.advertise-left .adv-1{
    min-height: 418px !important;
}

.advertise-right-1,
.advertise-right-2{
    background-size: cover;
    background-position: left;
}
/*intro*/
/*category*/

.home-viewmore-btn{
    margin-top: -20px !important;
}

.category .home-img-box {
    height: 21vh;
}

.home-img-box img {
    /*top: -80px;*/
    /* height: 140px !important; */
    margin-bottom: 10px;
}

.product-text h4 {
    font-size: 18px;
}

.category .home-img-box .product-info{
    left: 30px;
}
/*category*/

/*trending*/
.trending .home-img-box {
    height: 32vh;
}

.product-col {
    margin-bottom: 1rem;
}

.btn-robot{
    font-size: 11px;
}

.trending .home-img-box .product-info{
    left: 19px;
}

.trending .home-img-box .text-price{
    font-size: 18px;

}

/*trending*/

/*discover products*/

.featured.discover-div{
    padding: 5px !important;
}

.discover-container .row{
    /*background: transparent;*/
}

.discover-title{
    text-align: center;
    padding-top: 10px;
}

.discover-product{
    /*margin-bottom: 15px;*/
}

.discover-product .img-box{
    text-align: center;
}

.discover-product .product-info {
    text-align: center;
}

.discover-product .star{
    text-align: center;
}

/*category*/

.featured {
    padding-left: 10px !important;
    padding-right: 10px;
}

.productData .img-box {
    text-align: center;
}

.category-page .img-box .cat-product-title {
    font-size: 24px;
}

.home-product .btn{
    font-size: 13px;
    margin-bottom: 15px;
}

/*cart*/
.happy-cart .table-bordered{
    font-size: 11px;
}

#msform fieldset .form-card{
    padding: 0px 0px 0px 0px ;
    overflow-x: auto;
}

.form-card .qty-cart .input-group-btn .btn{
    padding: 0px 2px;
    font-size: 11px;
}

#progressbar li {

    font-size: 10px;
    width: 25%;
}

#progressbar {
    width: 84% !important;
}

.promoCode input {
    float: none !important;
}

.cartSection .form-control{
    display: inline-block;
    padding: 0 0;
}

/*footer*/
.smooth-top-btn {
    margin-left: 35vh;
}
/*footer*/

}

    /*login*/
    .login-modal .modal-body {
        padding: 20px;
    }

    .close span {
        color: #770f12;
    }

    .close {
        float: right;
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 1;
    }

    .login-modal .modal-content {
        background-color: #3c1811;
        color: white;
    }

    /*login*/

    /*user dropdown*/
    .drop-down.user-drop-down {
        display: inline-block;
        position: relative;
        z-index: 1000;
    }

    .drop-down__button {
        background: linear-gradient(to right, #0c1b63, #ed1d24);
        display: inline-block;
        line-height: 25px;
        padding: 0 13px;
        text-align: left;
        border-radius: 4px;
        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .drop-down__name {
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        letter-spacing: 2px;
    }


    .drop-down__menu-box {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        /* visibility: hidden; */
        opacity: 0;
        margin-top: 5px;
        /*padding: 0px 23px 7px 0px;*/
    }

    .drop-down__menu {
        margin: 0;
        padding: 0 0px;
        list-style: none;

    }

    .drop-down__menu-box:before {
        content: '';
        background-color: transparent;
        border-right: 8px solid transparent;
        position: absolute;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-top: 8px solid transparent;
        top: -15px;
        right: 18px;

    }

    .drop-down__menu-box:after {
        content: '';
        background-color: white;
    }

    .drop-down__item .svg-inline--fa {
        color: #127b3e !important;
    }

    .drop-down__item {
        font-size: 14px;
        padding: 0px 1px;
        margin: 5px;
        text-align: left;
        font-weight: 500;
        color: #0c1b63;
        cursor: pointer;
        position: relative;
        /*border-bottom: 1px solid #e0e2e9;*/
    }

    .drop-down__item-icon {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 0px;
        fill: #8995b6;

    }

    .drop-down__item:hover .drop-down__item-icon {
        fill: #3d6def;
    }

    .drop-down__item:hover {
        color: #3d6def;
    }

    .drop-down__item:last-of-type {
        border-bottom: 0;
    }


    .drop-down--active .drop-down__menu-box {
        visibility: visible;
        opacity: 1;
        /*margin-top: 15px;*/
    }

    .drop-down__item a {
        color: #0e509f;
    }

    /*.drop-down__item:hover .bg-blue{*/

    /*}*/

    .drop-down__item:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 21px;
        background-color: #ed1d24;
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
        /* display: none; */
    }

    .drop-down__item:hover:before {
        display: block;
    }

    /*user dropdown*/

    .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 672px !important;
        padding: 0px 10px;
        margin: 0 0 10px 25px;
        list-style: none;
        background-color: white;
        font-family: 'Ubuntu', sans-serif;
        text-transform: initial !important;
        font-size: 14px;
    }

    .ui-menu-item {
        border-bottom: 1px solid #b4c4d4 !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .ui-menu-item>a.ui-corner-all {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 25px;
        color: #0a0a0a;
        white-space: nowrap;
        text-decoration: none;
        text-transform: lowercase !important;
    }

    .ui-menu-item>a.ui-corner-all:first-letter {
        text-transform: uppercase;
    }

    .ui-state-hover,
    .ui-state-active {
        color: #ffffff;
        text-decoration: none;
        background-color: #0088cc;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        background-image: none;
    }

    .ui-state-highlight a {
        font-weight: bold;
        color: #002e5b !important;
    }

    .ui-state-highlight {
        font-weight: bold;
        color: #002e5b !important;
    }

    .navbar {
        background: #fde6c6 !important;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .head-logo.mobile {
        /*height: 70px;*/
    }

    .logo-green.mobile {
        font-size: 13px;
    }

    .desktop-nav .dropdown-toggle::after {
        right: -2px;
    }

    .badge.mobile {
        font-size: 13px;
        padding: 2px 5px;
    }

    #sidebar {
        background: #fef1e3;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #fef1e3;
    }

    #dismiss {
        background: none;
        color: #54201a;
    }

    .btn-info {
        color: #e7e18f;
        background: none;
        border: none;
        font-size: 24px;
    }


    .btn-info:hover {
        color: #ed1d24 !important;
        background: none !important;
        border: none
    }

    .collapsible {
        background-color: #5a2923;
        color: white;
        cursor: pointer;
        padding: 4px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 20px;
    }

    #sidebar .active,
    .collapsible:hover {
        background-color: #54201aab;
    }

    .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-right: 17px;
    }

    .collapsible.active:after {
        /*content: "\2212";*/
    }

    #sidebar ul ul button {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #612e28;
    }

    #sidebar ul li button:hover {
        color: #54201a;
        background: #bdac9a;
        border: none;
    }

    button:focus {
        outline: none;
    }

    .show-mega-menu {
        padding: 0 0px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.1s ease-out;
    }

    ul.show-mega-menu li a {
        margin-left: 5px !important;
        background: #0d509e00 !important;
    }

    ul.show-mega-menu li {
        list-style-type: none;
    }

    ul.show-mega-menu li a:hover {
        background: none;
        color: white;
    }

    @media screen and (max-width: 767px) {


        .drop-down__name {
            font-size: 9px;
            letter-spacing: 1px;
        }

        .drop-down__button {
            line-height: 22px;
            /*padding: 0px 5px;*/
        }


    }
    .repositionModal{
        position: fixed;
        right: 0;
        top: 43%;
        z-index:999;
    }

