
body {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #4A4E5A;
  overflow-x: hidden;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #30323A;
  margin: 0 0 10px;
  font-weight: 700;
}
.menu-nav{
	text-align: center;
}

a {
  color: #30323A;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #30323A;
  text-decoration: none;
  outline: none;
}

.primary-color {
  color: #F8694A;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: #30323A;
}

.header-btns{
 padding: 0px 55px !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 18px;
    display: inline-flex;
}.list-links{
	text-align: left !important;
  margin: 0;
  padding: 0;
list-style: none !important;
}.custom-menu{
  margin: 0;
  padding: 0;
list-style: none !important;
}.menu-list{
  margin: 0 !important;
  padding: 0;
list-style: none !important;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/
.addtoenquirytbn{
	text-align: center;
	margin: 0 auto 0;
	padding: 8px 0px;
    color: #FFF;
    background-color: #F8694A;	
}
.hidebtn{
	display: none;
}.showbtn{
	display: block;
}

.main-btn, .primary-btn {
    font-size: 15px;
    display: inline-block;
    padding: 7px 15px;
    text-transform: none;
    font-weight: 500;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
   
    text-align: center;
    padding: 0px;
    border: none;
    margin-top: 0px;
    
}

.main-btn {
    color: #30323A;
    background-color: #ffffff;
    /* -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent; */
    /* box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent; */
}

.main-btn:hover, .main-btn:focus {
  color: #F8694A;
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

.primary-btn {
	margin-bottom: 5px;
  color: #FFF;
  background-color: #F8694A;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #30323A;
}

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
    -webkit-box-shadow: 0px 0px 0px 1px #f8694a00 inset, 0px 0px 0px 0px #f8694a00;
    box-shadow: 0px 0px 0px 1px #f8694a00 inset, 0px 0px 0px 0px #f8694a00;
}

textarea.input {
  padding: 15px;
}
input:focus, textarea:focus, select:focus {
    outline-offset: -2px;
}

.search-input:focus {
    outline: -webkit-focus-ring-color none 5px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox>label {
  color: #30323A;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links li>a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color: #F8694A;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-grey {
  background: #F6F7F8;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #DADADA;
}

.section-title .title {
  display: inline-block;
  text-transform: capitalize;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #696868;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 3px 0px 10px 0px !important;
  margin: 0;
  text-transform : capitalize !important;
}

.breadcrumb>.active {
  color: #F8694A;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
   
    padding-top: 5px;
    padding-bottom: 5px;
  
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADA;
      font-size: 14px !important;
    font-weight: 500;
}

.header-top-links>li {
	font-size: 16px;
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
  text-transform: none;
}

/*----------------------------*\
	logo
\*----------------------------*/


/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
  display: inline-block;
  padding: 15px 0px;
  width: 100%;
}

.header-search>form {
  position: relative;
}

.header-search>form .search-input {
  padding-left: 10px;
  padding-right: 10px;
}

.header-search>form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 135px;
}

.header-search>form .search-btn {
 position: absolute;
    top: 0px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: #2b2a29;
    border: none;
}.search-btn:hover {
 position: absolute;
    top: 0px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: #4b4b4b !important;
    border: none;
}

/*----------------------------*\
	Account header
\*----------------------------*/



.header-btns>li+li {
  margin-left: 5px;
}

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #30323A;
  background-color: #ffffff;
  border: 0px solid #DADADA;
      font-size: 25px !important;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #F8694A;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #F8694A;
  color: #FFF;
  border-radius: 50%;
}

.header-cart.dropdown .custom-menu {
  width: 300px;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
	margin-top: 0px !important;
  background-color:  #fff !important;
  color :#000;
}

#navigation .container {
  position: relative;
}

/*----------------------------*\
	Category nav
\*----------------------------*/

.category-nav {
  float: left;
  width: 270px;
}

.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  background: #F8694A;
  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 14px;
  text-transform: uppercase;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #F8694A;
}

/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #6a6969;
  color: #FFF;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list>li {
  display: inline-block;
  padding: 0px 0px 6px 10px;
}

.menu-nav .menu-list>li>a {
    font-size: 15px;
    display: block;
    padding: 15px;
  color: #000;
    text-transform: capitalize;
}
.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #000;
}

/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
 text-align: left;
    position: absolute;
    padding: 0px 0px;
    background: #FFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    top: 100%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 0px solid #F8694A;
  padding-top: 5px !important;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
    font-size: 15px;
    border-bottom: 0px solid #e8e8e8;
    display: block;
    padding: 5px 15px;
    text-transform: capitalize;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
  border-top: 0px solid #F8694A;
  left: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
  width: 100%;
}

.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
 border-left: 2px solid #F8694A;
    left: 100%;
    top: 0;
    width: max-content;
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Mobile nav
\*----------------------------*/

#top-header .nav-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
	.menu-nav .menu-list>li>a {
    font-size: 15px;
    display: inline-block;
    padding: 15px;
     color: #000;
      text-transform: capitalize;
       text-align: left;
}
.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #000;
}
.custom-menu {
 text-align: left;
    position: absolute;
    padding: 0px px;
    background: #FFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    top: 100%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
	
	
	
  #top-header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float:  left;
  }
  .top-left{
  	display: none;
  }
  .menu-nav{
	text-align: left;
}
  .cat-img{
  	padding: 5px;
  }
  
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 300px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #F8694A;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li>a {
    color: #30323A;
  }
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
	color: #30323A !important;
 line-height: 25px !important;
  font-size: 46px;
  text-transform: uppercase;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
  margin-left: 270px;
}

#home-slick .banner {
  margin: 0px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
  color: #F8694A;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #30323A;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #F8694A;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #30323A;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #F8694A;
}
h1, h2, h3, h4, h5, h6 {
    color: #30323A;
    margin: 0 0 10px;
    font-weight: 400;
}
/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
	padding: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
 height: 490px;
}

.product.product-single:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.product.product-single .product-thumb {
  position: relative;
  margin-bottom: 5px;
}

.product.product-single .product-thumb>img {
  width: 100%;
}

.product.product-single .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-thumb:after {

  visibility: visible;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single .product-label>span {
  display: block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 5px;
}

.product.product-single .product-price {
  display: inline-block;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
    font-size: 18px !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.product.product-single .product-btns {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible;
}

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #F8694A;
}


.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-left: 75px;
  padding-top: 10px;
  min-height: 60px;
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #30323A;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
  margin-right: 5px; 
  margin-left: 5px; 
    margin: 0px !important;
    padding: 0px !important;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
  margin-bottom: 30px;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #30323A;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 0px 50px;
}

.noUi-target {
  background-color: #DADADA;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #F8694A;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #30323A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #FFF;
  background: #30323A;
  border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #DADADA;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #30323A;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #F8694A;
}

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #F8694A;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.9;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
 
 
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 0px;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 15px;
}

.size-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #DADADA;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #F8694A;
  border-color: #F8694A;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.color-option>li:last-child {
  margin-right: 0px;
}

.color-option>li>a {
  display: block;
  width: 20px;
  height: 20px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
  box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #F8694A;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 90px;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #F8694A;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #F8694A;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #DADADA;
}

.single-review .review-body {
  margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #F8694A;
}

/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #DADADA;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
  margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
  color: #30323A;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #30323A;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #F6F7F8;
  border: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #F8694A;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 25px 0px;
}

.footer .footer-header {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo>img {
  width: 100%;
  max-height: 70px;
}

.footer-social li,ul {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
  padding: 0px !important;
}

.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
	text-align: left !important;
  margin-top: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.code{
 	padding: 0px !important;
     text-align: left !important;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
  
}
.smplettx{
	font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
}
    
    .product-name {
    font-weight: 400 !important;
    font-size: 18px!important;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #f8694a00;;
  z-index: 22;
  display: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background:#f8694a00;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #DADADA;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #F8694A;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/
.litp_nav{
	float: left;
    position: relative;
    padding: 0px 15px !important;
}
.searchtoggl2{
	background:#2b2a29;
}
@media only screen and (max-width: 991px) {
  #home .home-wrap {
    margin-left: 0px;
  }
  #aside {
    margin-bottom: 60px;
  }
  .product-reviews {
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 15px;
  }
  .navbar-fixed-top{box-shadow: 1px 2px 5px 1px rgba(8, 8, 8, 0.35);}
}

@media only screen and (max-width: 350px) {
  [class*='col-xs'] {
   width: 100% !important;
  }
}
.customebox {
    max-width: 100%;
    background-color: #ffffff;
    width: auto;
}
	
	@media (min-width:992px) and (max-width:1199px){
		.customebox{
			width: 100%!important;
}
	}

/*=====================================================================*/
@media only screen and (max-width: 414px) {
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }	
	.category-nav .category-list {
    position: absolute;
    width: 100%;
	}
	
	
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, 
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 20px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px !important;
}
@media(min-width:400) and (max-width:520){
	.product.product-single .product-body {
    padding: 5px 1px;
}
	
.product.product-single .product-name {
    font-size: 14px !important;
    text-align: center !important;
    font-weight: bold !important;
}
.product.product-details .product-name {
    font-size: 21px;
    margin-top: 10px;
}
}
.the-return{
	text-align: left;
	display: block;
    margin: 0 auto 0; 
    z-index: 1000;
    background:transparent;
    position: fixed;
    bottom:0;
    padding: 1px;
    left: 0;
    right: 0;
    margin-top:0px;
    width: 414px !important;
    opacity: 80;
    filter: alpha(opacity=8000);
    z-index: 999999;
  
}
@media (min-width:250px) and (max-width: 350px)
{
	.header-search {
    display: inline-block;
    padding: 0px 0px !important;
    width: 100%;
    background: #fff;
}

.form-group {
    margin-bottom: 0px;
}
.mb-tbn {
    border: 0px !important;
    padding: 0px !important;
    text-align: right;
}

	.product.product-single .product-body {
    padding: 5px 1px;
}
.my-left{
position: relative;
    width: 25% !important;
    border: 0px solid red;
    float: left;	
}
.search-main {
    padding: 0px 5px !important;
    background: #fff;
    border-bottom: 0px solid #fff;
    color: #000;
}

.my-center{
    display: inline-block;
    position: relative;
    width: 50% !important;
    border: 0px solid #00ff57;
    float: left;	
}

.my-right{
position: relative;
    width: 25% !important;
    border: 0px solid red;
    float: left;	
}
.header-btns>li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px 0px 0px;
}
.header-btns>li {
      display: inline-block;
    vertical-align: top;
   
}
.product.product-single .product-name {
    font-size: 28px !important;
    text-align: center !important;
    font-weight: 500 !important;
}
.product_code{
	font-size: 13px;
}
}

@media (min-width:351px) and (max-width: 400px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}
.product.product-single .product-name {
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 500 !important;
}
.product_code{
	font-size: 12px;
}
.code{
	font-size: 12px;
}
.product.product-single {
      height: 355px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
}

@media (min-width:400px) and (max-width: 450px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}
.product.product-single {
    height: 375px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.product.product-single .product-name {
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 600 !important;
}
.product_code{
	font-size: 12px;
}
.code{
	font-size: 13px !important;
}
.product.product-single .product-name {
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 500 !important;
}
}@media (min-width:451px) and (max-width: 500px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}
	.product.product-single .product-name {
    font-size: 18px !important;
    text-align: center !important;
    font-weight: 600 !important;
}
.product_code{
	font-size: 13px;
}.code{
	font-size: 13px !important;
}

.product.product-single {
    height:400px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
}@media (min-width:501px) and (max-width: 600px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}
.code{
	font-size: 13px !important;
}

.product.product-single {
    height: 450px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
}@media (min-width:601px) and (max-width:700px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}

.product.product-single {
    height: 545px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
}@media (min-width:701px) and (max-width:767px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}

.product.product-single {
    height: 545px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
}@media (min-width:768px) and (max-width:991px)
{
	.product.product-single .product-body {
    padding: 5px 1px;
}

.product.product-single {
    height: 445px;
    padding: 1px;
     margin-top: 5px; 
     margin-bottom: 5px; 
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
}
@media(max-width:992px){
	#breadcrumb {
 
  padding: 15px 0px;
 
}
	.pc-menu{
		display: none !important;
	}
	.mobile-menu{
		display: block !important;
	}
	.subcat_cls{
	border-bottom: 1px solid #DADADA;
    text-align: left;
    padding: 5px;
	}
	.dropdown.default-dropdown>.custom-menu {
    border-top: 0px solid #F8694A;
    padding-top: 0px !important;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
}
.menu-nav .menu-list>li {
    display: block;
    padding: 0px 0px;
    text-align: left;
}
}
@media(min-width:991px){
	
	
	.mobile-menu{
		display: none !important;
	}
	.pc-menu{
		display: block !important;
	}
	#top-header {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 0px solid #DADADA;
      font-size: 14px !important;
    font-weight: 500;
}
.mb-tbn{
	display: none !important;
}
.header-logo {
   margin: 0 auto;
    width: 185px;
    margin-top: 0px;
    padding: 15px 0px;
}
.pull-right{
	    padding: 15px;
}
    
}
.subcat{
	padding: 5px 9.2px;
    cursor: pointer;
    border-bottom: 0px solid #e9e9e9;
}
.top-header{
	z-index: 500;
    width: 100%;
   
    display: block;
    background: #fff;
    top: 0;
       
}
.header-logo {
   margin: 0 auto;
    width: 185px;
    margin-top: 0px;
}


@media(min-width: 768px) {
	.topenvelop{
		display: none !important;
	}
	.logo2{
		display: none !important;
		margin: none;
		text-align: center;
	}
	.header-searchshow{
		display: inline-block !important;
	}
	
	
}
@media(max-width: 767px) {
		.search-dt{
	padding-top: 15px;
	text-align: center !important;
	font-size: 16px !important;
}
	.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.dropdown, .dropup {
    position: relative;
    display: inline-block;
}
.header-logo {
    width: 50% !important;
    margin-top: -10px;
    position: absolute;
}
	.custom-dots{
		display: none !important;
	}
	.footermob{
		display: none !important;
	}
	.product.product-single:hover {
    box-shadow: none;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
}
.search-bar{
	display: none !important;
}.search-bar-active{
z-index: 2500;
    display: inline-block !important;
    width: 100% !important;
    background: white;
    position: absolute;
    left: 0;
    margin-top: 52px !important;
}

}@media(max-width: 991px) {
	
	.search-main {
     padding: 8px 0px 5px 10px !important;
    background: #fff;
    border-bottom: 0px solid #000 !important;
    color: #000;
}
	.mysearch-box{
	padding-top: 20px !important;
}
	.product.product-single:hover {
    box-shadow: none;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
}
.searchbar {
    margin-top: 0;
    position: fixed !important;
    float: left;
    width: 100%;
    height: 62px;
    border-top: 0px solid #d8d8d8;
    padding-left: 25px;
    padding-right: 10px;
    z-index: 9999;
    background: #2b2a29;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    top: 0;
}
.srch{
	display: none !important;
}
	
.block-search{
	display: none;
}
.srch-mob
{
	display: block !important;
}
.block-search-right{
	display: none !important;
}
}

/*----------------------only for logo ------------------------------------------*/
@media(min-width:992px){

	 .header-logo img{
    margin-top: 10px;
    margin-right: 0px;
    width: 100%;
}
  .search-hide{
	display: none !important;
}
.search-close{
	display: inline-block !important;
}.search-close-hide{
	display: none !important;
}
.srch-mob{
display: none !important;
width: 25px !important;
}

}

@media (min-width: 768px) AND (max-width:991px) {

  .header-btns {
    padding: 0px 0px !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 0px;
    display: inline-flex;
}
.header-search>form .search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 35px;
    background-color: transparent;
    border: none;
}
#search_keyword_id {
    width: 100%;
    border: solid 1px #CDCDCD;
    padding: 17px;
    font-size: 14px;
    background: #cdcdcd6b !important;
}
.header-search>form .search-input {
    padding-left: 10px;
    padding-right: 10px;
}
.input {
    font-size: 16px;
    color: #030303;
}




#top-header {
 text-align: center;
    height: 40px;
    width: 40px;
    position: relative;
   padding:10px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    background: white;
   
    float: left;
}
.pull-right {
      padding-top: 10px;
}
}
@media(min-width: 600px) AND (max-width: 767px) {
	.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.iconemedia {
       padding-left: 5px !important;
    padding-left: 5px !important;
}

   .pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 15px;
    padding-right: 30px;
}

.litp_nav{
	float: left;
    position: relative;
    padding: 0px 20px !important;
}

.pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}
 .header-logo {
    width: 185px !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
#top-header {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0px;
}
.header-btns {
    padding: 0px 0 !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 18px;
    display: inline-flex;
}

}@media(min-width: 500px) AND (max-width: 599px) {
.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.iconemedia {
       padding-left: 5px !important;
    padding-left: 5px !important;
}

   .pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 15px;
    padding-right: 30px;
}

.litp_nav{
	float: left;
    position: relative;
    padding: 0px 20px !important;
}

.pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}
 .header-logo {
    width: 185px !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
#top-header {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0px;
}
.header-btns {
    padding: 0px 0 !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 18px;
    display: inline-flex;
}

}@media(min-width: 450px) AND (max-width: 499px) {
	.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.iconemedia {
       padding-left: 5px !important;
    padding-left: 5px !important;
}

   .pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 15px;
    padding-right: 30px;
}

.litp_nav{
	float: left;
    position: relative;
    padding: 0px 20px !important;
}

.pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}
 .header-logo {
    width: 185px !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
#top-header {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0px;
}
.header-btns {
    padding: 0px 0 !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 18px;
    display: inline-flex;
}

}@media(min-width: 400px) AND (max-width: 449px) {
.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.iconemedia {
       padding-left: 5px !important;
    padding-left: 5px !important;
}

   .pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 15px;
    padding-right: 30px;
}

.litp_nav{
	float: left;
    position: relative;
    padding: 0px 20px !important;
}

.pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}
 .header-logo {
    width: 185px !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
#top-header {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0px;
}
.header-btns {
    padding: 0px 0 !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 18px;
    display: inline-flex;
}

}
@media(min-width: 350px) AND (max-width: 399px) {
.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.iconemedia {
       padding-left: 5px !important;
    padding-left: 5px !important;
}

   .pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 15px;
    padding-right: 30px;
}

.litp_nav{
	float: left;
    position: relative;
    padding: 0px 20px !important;
}

.pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}
 .header-logo {
    width: 160px !important;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
#top-header {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0px;
}
.header-btns {
        padding: 0px 0px 0px 10px !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 18px;
    display: inline-flex;
}

}
@media(min-width: 200px) AND (max-width: 349px) {
	.mb-tbn{
		background: #2b2a29 !important;
	}
	.header-search{
		width: 90% !important;
	}
	.logo{
		display: none !important;
	}
	.envelop{
		display:none !important;
	}
	.iconemedia {
       padding-left: 5px !important;
    padding-left: 5px !important;
}

   .pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 15px;
    padding-right: 30px;
}

.litp_nav {
    float: left;
    position: relative;
    padding: 0px 8px !important;
}

.pull-right {
    float: right !important;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
}
 .header-logo {
    width: 150px !important;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
}
#top-header {
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #DADADA;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0px;
}
.header-btns {
       padding: 0px 0px 0px 5px !important;
    position: relative;
    list-style: none !important;
    float: left;
    margin-top: 12px;
    display: inline-flex;
}
.mypadding{
	padding: 0px !important;
}
.maintop{
	width:100% !important;
	border :0px solid  #1ee1d8;
}
.iconemedia{
	border: 0px solid green;
    width: 50% !important;
    
}
.menu_icn{
	border:0px solid red;
	padding-left: 0px;
    width: 20% !important;
    top: 0px !important;
    margin-top: -26px;
    float: left;
}

.logomedia {
    top: -5px;
    padding: 0px 5px !important;
    border: 0px solid green;
    width: 75% !important;
    border: 0px solid green;
}

.topenvelop {
       border: 0px solid red;
    width: 50% !important;
    padding: 0px !important;
}


.search-input{
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

search-input:focus {
    width: 100%;
}

}
.navigation2{
	background: red !important;
    opacity: -0.5;
	
}
button, html input[type=button], input[type=reset], input[type=submit]:focus {
    -webkit-appearance: button;
    cursor: pointer;
    outline: -webkit-focus-ring-color none 5px !important;
}
.img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.section-grey {
    background: #eeeff0;
}
.footer-header {
    padding-top: 10px;
    color: #6e6e6e;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.footer_desc {
    text-transform: capitalize;
    font-size: 13px;
    text-align: left;
    padding: 0px 10px;
}
.paddingnews {
    padding: 0px 5px !important;
}
.footer-header-two {
    padding-top: 1px;
    color: #6e6e6e;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
@media (max-width: 359px) and (min-width: 200px){
	.section-title .title {
    font-size: 19px !important;
    display: inline-block;
    text-transform: uppercase;
}
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
#resuly{
	z-index: 1500;
    overflow-y: scroll;
    height: 350px;
    display: block;
}
.show{
    font-family: tahoma;
    padding: 3px;
    border-bottom: 1px #cdcdcd6e solid !important;
    font-size: 15px;
}
#result, #search_keyword_id {
    border: 1 solid #d9d9d9!important;
    width: 100%;
}

.pull-right-dot{
	padding-top: 0px !important; float: right !important;
	display: none !important;
}
.code{
	font-size: 15px;
	text-align: center !important;
	text-transform: capitalize !important;
	    line-height: 23px;
	    color: #30323A !important;
	
}.code_desc{
	    font-size: 17px;
	text-align: center !important;
}
.color_div{
	margin: 0px 10px;
    position: relative;
    cursor: pointer;
    height: 26px;
    border-radius: 50%;
    width: 26px;
    display: inline-block;
    float: unset;
}.color_div2{
	background: gray;
	margin: 0px 10px;
    position: relative;
    cursor: pointer;
    height: 26px;
    border-radius: 50%;
    width: 26px;
    display: inline-block;
    float: unset;
    border:1px solid gray;
    
}
.txxt{
	visibility: hidden;
	left: -10px;
    float: left;   
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: 35px;
    background: #2f2e2dbf;
    color: #ffff;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
   
}.color_div:hover .txxt{
	visibility: visible;
}
.clrbottom{
	width:100% !important;
	margin:0 auto;
	pointer-events:relative !important;
	display: inline-block; 
	backface-color:red !important;
}
.clr-img{
	margin: 0 auto;
    width: 100%;
    text-align: center;
}
.padhd{
	text-transform: none !important;
	text-align: center;
    font-size: 28px !important;
}
.allpd{
	width: auto;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 auto;
    background: red;
    text-align: center;
}
.disable{
	pointer:not-allow;
}
.cnct-hd{
	font-size: 21px;
}
.cnct-desc{
	font-size: 17px;
	margin: 0 0 5px;
}
.padding10{
	padding: 10px 0px;
}
.padding20{
	padding: 20px 0px;
}
.padding30{
	padding: 30px 0px;
}
.padding50{
	padding: 50px 0px;
}
.padding100{
	padding: 100px 0px;
}
.search-dt{
	padding-top: 15px;
	text-align: left;
	font-size: 16px;
}
.newarrivaltop{
	width: 100% !important;
	
	margin: 0 auto;
    text-align: center !important;
}.newarrivalhd{
	    font-weight: 550;
	padding-bottom: 15px;
	margin: 0 auto;
    text-align: center !important;
}
.testimonialname{
	font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.testimonial{
	text-transform: none !important;
    text-align: center;
    font-size: 18px !important;
    text-decoration: inherit;
    font-style: normal;
    letter-spacing: 0px;
}
.script { 
  color: #545252;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin:0;
}
.script span {
  background-color: #ffffff;
  padding: 0px 15px;
}
.script:before {
 margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 30%;
    width: 40%;
    border-bottom: 3px solid #545252;
}

@media(min-width:768px) and (max-width:991px){
	.script { 
  color: #545252;
  text-align: center;
  font-size: 28px;
  position: relative;
  margin:0;
}
.script:before {
 margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 25%;
    width: 50%;
    border-bottom: 3px solid #545252;
}
}
@media(min-width:600px) and (max-width:767px){
.script { 
  color: #545252;
  text-align: center;
  font-size: 26px !important;
  position: relative;
  margin:0;
}
.script:before {
 margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 45%;
    left: 20%;
    width: 60%;
    border-bottom: 3px solid #545252;
}
}@media(min-width:400px) and (max-width:599px){
.script { 
  color: #545252;
  text-align: center;
  font-size: 26px !important;
  position: relative;
  margin:0;
}
.script:before {
 margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 10%;
    width: 80%;
    border-bottom: 3px solid #545252;
}
.testimonial {
    line-height: 20px;
    text-transform: none !important;
    text-align: center;
    font-size: 18px !important;
    text-decoration: inherit;
    font-style: normal;
}
}@media(min-width:280px) and (max-width:399px){
.script { 
  color: #545252;
  text-align: center;
  font-size: 26px !important;
  position: relative;
  margin:0;
}
.script:before {
 margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0%;
    width: 100%;
    border-bottom: 3px solid #545252;
}
.testimonial {
    line-height: 20px;
    text-transform: none !important;
    text-align: center;
    font-size: 15px !important;
    text-decoration: inherit;
    font-style: normal;
        letter-spacing: 0px;
}
}
.nopadding{
	padding: 0px !important;
}
#result{
	z-index: 1111 !important;
}

@media(max-width:400px){
	.product_height{
		width: 100% !important;
	}
	.product.product-single {
		
			height:100% !important;
		
	}
}


.mid-div-custome{
	height: 100%;
	background: #eeeeee !important;
	padding: 50px 0px;
}

.mid-div-custome_title{
	font-weight: 600;
	padding: 0px 0px;
	text-align: center;
	font-family: lucida sans unicode;
	font-size: 28px;
	text-transform: capitalize !important;
}
.mid-div-custome_subtitle{
	  color: #30323a;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
    font-family: lucida sans unicode;
    font-size: 17px;
    text-transform: capitalize !important;
}
.mid-div-custome_desc{
	text-align: center;
	padding: 0px 0px;
	font-family: lucida sans unicode;
	font-size: 14px;
	line-height: 25px;
}
.mid-div-custome_sectiontitle:after {
    content: "";
    position: absolute;
    left: 45%;   
    height: 2px;
    width: 10%;
    background-color: #696868;
}