body {
  font-family: "Lato", sans-serif !important;
  color: #333333;
}

a {
  color: #e18f08;
}

a:hover {
  color: #2d3642;
  text-decoration: none;
}

a img:hover {
 filter: grayscale(200%);
    -moz-filter: grayscale(200%);
    -ms-filter: grayscale(200%);
    -o-filter: grayscale(200%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(200%);
}

h1
{
	font-family: "Quicksand", sans-serif !important;
}

.btn
{
	padding-left:15px;
	padding-right:15px;
	/*font-family: 'Courgette', cursive !important;*/
}

.btn-primary
{
	background:#e18f08 !important;
	border-color:transparent;
}

.btn-primary:hover
{
	background:#454545 !important;
	border-color:transparent;
}

.btn.btn-primary[disabled] {
    background-color:#999999;
	border-color:transparent;
}

.btn-danger
{
	background:#633 !important;
	border-color:transparent;
}

.text-primary
{
	color:#e18f08 !important;
}

.bg-primary
{
	background-color:#e18f08 !important;
}



.hide
{
	display:none;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:600;
}

.star-rating i {
	color:#ffc107;
	font-size:135%;
}

.mycard
{
	border:1px solid #e18f08;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

small
{
	font-size:90%;
	line-height:125%;
	color:#666666;
}

.alert-primary
{
	background:#383435 !important;
	color:#ffffff;
	font-size:85%;
	border:0;
}

h6
{
	font-size:110%;
}

.btn-load-more {
	color: #e18f08;
	background-color: #fff;
	border:1px solid #e18f08;
	padding: 7px 20px;
	margin: 10px auto;
	cursor: pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align:center;
}

.btn-load-more:hover 
{ 
	background-color: #e18f08; 
	color:#ffffff;
}

/*--------------------------------------------------------------
# LOGIN
--------------------------------------------------------------*/
.container-login100-form-btn {
	margin:10px auto;
	display: block;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 2%;
}

.login100-form 
{
  width:100%;
  padding:10px 20px;
}


.validate-input {
  position: relative;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom:15px;
}

.label-input100 {

  color: #333333;
  line-height:125%;
  font-weight:600;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.input100 {
  font-size:85%;
  color: #383435;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
  padding: 0 7px 0 43px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}



.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input100::after {
  font-family: "FontAwesome";
  content: "\f007";
  color: #adadad;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100.password::after {
  font-family: "FontAwesome";
  content: "\f023";
  color: #adadad;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

input {
  outline: none;
  border: none;
}

.signup-message
{
padding:7px 5px;
font-size:90%;
}

.signup-message i
{
	font-size:125%;
}

.login100-form label.error
{
	margin-top:-20px;
}

.login100-form .alert
{
	font-size:85%;
	color:#333333;
}

.login100-form .small
{
	font-size:90%;
}
/*--------------------------------------------------------------
# Float WA
--------------------------------------------------------------*/

.float-wa{
	position:fixed;
	width:60px;
	height:60px;
	top:70px;
	right:20px;
	background-color:#1DAA61;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 1px 1px 1px #cccccc;
  z-index:99;
}

.my-float{
	margin-top:16px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	-webkit-border-radius:300px;
	-moz-border-radius:300px;
	border-radius:300px;
	right: 20px;
	bottom:30px;
	background: #383435;
	color: #fff;
	transition: display 0.5s ease-in-out;
	z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #383435;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Modal Dialog
--------------------------------------------------------------*/
.modal {
text-align: center;
padding: 0!important;
}

.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}

.modal-header
{
	border:0;
	padding-bottom:5px;
}

.modal-header,
.modal-header button
{
	color:#e18f08;
}

.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;

}

.modal-cart .modal-body
{
text-align:center;
margin-top:20px;
}

.modal-cart .modal-body img
{
	width:80px;
	height:auto;
	padding-top:20px;
}

.modal-cart .modal-body h4
{
font-weight:600;
padding:0;
margin:10px;
color:#383435;

}

.modal-cart .modal-body .btn-primary
{
background:#e18f08 !important;
color:#ffffff;
border-color:transparent;
}

.modal-cart .modal-body .btn-primary:hover
{
background:#454545 !important;
color:#ffffff;
border-color:transparent;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #383435;
  padding:5px 30px;
}

#topbar .right-link
{
	text-align:right;
}

#topbar .right-link a {
  color: #ffffff;
  padding:4px 0 4px 20px;
  display: inline-block;
  text-transform:uppercase;
  font-size:85%;
}

#topbar .right-link a:hover,
#topbar .social-links a:hover
{
  color: #e18f08;
}

#topbar .social-links a
{
  color: #ffffff;
  font-size:125%;
  display:inline-block;
  padding:5px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {

  transition: all 0.5s;
  z-index: 98;
  transition: all 0.5s;
  background: #fff;
  position:relative;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header h1 {
  font-size:300%;
  margin: 0;
  line-height: 1;
  font-weight:600;
  letter-spacing: 1px;
}

#header .logo h1 a, 
#header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height:75px;
  width:auto;
}

.logo-area
{
	padding:10px 30px;
}

.logo-area a,
.logo-area a:visited
{
	color:#222222;
	
}

.logo-area .icon-list a,
.logo-area .icon-list a:visited
{
	display:inline-block;
	padding:10px;
	margin:0px 1px;
	border:1px solid #333333;
	color:#333333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:90%;
}

.logo-area .icon-list a.mycart
{
	padding:8px 10px;
	margin-top:4px;
}

.logo-area .icon-list i
{
font-size:145%;
}

.logo-area .icon-list a.toggle,
.logo-area .icon-list a:hover
{
	background-color:#383435;
	border:1px solid #383435;
	color:#ffffff;
}

.logo-area .icon-list button
{
	padding:7px 10px;
	padding-bottom:8px;
	margin:0;
	margin-top:-4px;
}

.logo-area .icon-list button.btn-info
{
background-color:#ffffff !important;
color:#e18f08;
border:1px solid #383435;
}

.logo-area .icon-list .item-count
{
	background:#e18f08;
	color:#ffffff;
	padding:2px 5px;
	line-height:110%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	margin-top:1px;
}


/* ===========================
   RELATED AGENCIES & SOCIAL
============================ */

.related-agencies
{
text-align:center;
}

.related-agencies h4
{
font-weight:300;
padding:0px;
padding-bottom:5px;
margin:0;
font-size:105%;
}


.related-agencies ul,
.related-agencies li
{
list-style:none;
padding:0;
margin:0;
}

.related-agencies ul
{
text-align:center;
}

.related-agencies li
{
display:inline-block;
padding:5px;
}

.related-agencies ul li img
{
height:80px;
width:auto;
}

/*--------------------------------------------------------------
# Track Order
--------------------------------------------------------------*/
.track-icon,
.track-icon-img,
.track-icon-text
{
	color:#999999;
	text-align:center;
}

.track-icon-img
{
	font-size:200%;
	border:3px solid #999999;
	display:inline-block;
	padding:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:auto;	

}

.track-icon-text
{
	padding:5px;
	color:#666666;	
	text-align:center;
}

.track-icon.completed .track-icon-img
{
	border:3px solid #e18f08;
	background:#e18f08;
	color:#ffffff;
} 

.track-icon.completed .track-icon-text
{
	color:#e18f08;
}


/*=======================================
          cart icon
========================================*/
.icon-list a
{
  position: relative;
}

.icon-list .fa span.badge 
{
	font-size:65%;
	position: absolute;
	right:-5px;
	background:#e18f08;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:2px 5px;
	min-width:30px;
	top: -8px;
	font-weight:400;
}

.icon-list .fa {
  top: 3px;
  line-height:100%;
}

/*--------------------------------------------------------------
# NAVBAR
--------------------------------------------------------------*/
.navbar,
.navbar .navbar-toggler.bg-dark
{
	background-color:#383435 !important;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-color:#e18f08!important;
}

.navbar .dropdown-menu h4
{
	padding:20px;
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
  
  
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
  cursor:pointer;
  
}


.navbar .dropdown 
{
	position:static;/* makes the dropdown full width  */
}

.navbar .dropdown-menu {
  width:100%;
  left:0px;
  right:0px;
  top:53px;
  
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }
  
}

/*--------------------------------------------------------------
# Home Carousel
--------------------------------------------------------------*/
#home-carousel {
  width: 100%;
  position: relative;
  /*height:80vh;*/
  padding: 0;
}

#home-carousel .carousel-item {
  width: 100%;
  height:80vh;
  background-size:contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#home-carousel .container {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home-carousel .carousel-content {
  padding: 20px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  margin-bottom: 60px;
  z-index:9;
}

#home-carousel .carousel-content h2 {
  color: #111;
  font-size:280%;
  font-weight:bold;
  text-transform:uppercase;
}

#home-carousel .carousel-content h4 {
  color: #454545;
  font-size:180%;
  font-weight:400;
  padding:10px;
}


#home-carousel .carousel-inner .carousel-item {
  transition-property: opacity;
}

#home-carousel .carousel-inner .carousel-item,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#home-carousel .carousel-inner .active,
#home-carousel .carousel-inner .carousel-item-next.carousel-item-left,
#home-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#home-carousel .carousel-inner .carousel-item-next,
#home-carousel .carousel-inner .carousel-item-prev,
#home-carousel .carousel-inner .active.carousel-item-left,
#home-carousel .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
  width: 10%;
}

#home-carousel .carousel-control-next-icon,
#home-carousel .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#home-carousel .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #home-carousel .carousel-content {
    width: 50%;
  }
  #home-carousel .carousel-control-prev, #home-carousel .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #home-carousel {
    height: calc(100vh - 72px);
  }
  #home-carousel .carousel-item {
    height: calc(100vh - 72px);
  }
  
  
 .track-icon
{
	display:table;
	text-align:left;
	margin:5px 0px;
}

.track-icon-img,
.track-icon-text
{
	display:table-cell;
	text-align:left;
}

.track-icon-img
{
	font-size:150%;
	padding:5px;
}

.track-icon-text
{
	vertical-align:middle;
}

.track-icon.completed .track-icon-img
{
	border:3px solid #e18f08;
	background:#e18f08;
	color:#ffffff;
} 

.track-icon.completed .track-icon-text
{
	color:#e18f08;

} 
  
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding:25px 30px;
  background: #e18f08;
}

.breadcrumbs h1 {
  font-size:200%;
  font-weight:700;
  color: #fff;
  text-transform:uppercase;
}

#breadcrumb-area
{
	color:#777;
}

#breadcrumb-area a,
#breadcrumb-area a:visited
{
	color:#e18f08;
}




/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
section {
  padding:30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom:30px;
  text-align: center;
}

.section-title h2 {
  font-size:200%;
  font-weight:500;
  padding-bottom: 0;
  color: #333333;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

.content 
{
  padding: 30px 20px;
}


.content .icon-box {
  margin-top: 25px;
}

.icon-box h4 {
  font-size:145%;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.content .icon-box i {
  font-size:300%;
  float: left;
  color: #e18f08;
}

.content .icon-box p 
{
  font-size:100%;
  color: #90847f;
  margin-left: 60px;
}

.info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.info-wrap .info {
  background: #fff;
}

.info-wrap .info i {
  font-size: 20px;
  color: #f03c02;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info-wrap .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.info-wrap .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.info-wrap .info:hover i {
  background: #f03c02;
  color: #fff;
}
/*--------------------------------------------------------------
# LISTING
--------------------------------------------------------------*/
ul.member-menu,
ul.member-menu li
{
	list-style:none;
	margin:0;
	padding:0;
}

.member-menu-header
{
	background:#383435;
	color:#ffffff;
	margin:0;
	padding:10px 25px;
}

ul.member-menu
{
	padding:20px 0px;
}

ul.member-menu li
{
	padding:5px 25px;
}

ul.member-menu li a,
ul.member-menu li a:visited
{
	color:#383435;
}

ul.member-menu li a:hover
{
	color:#e18f08;
}

ul.member-menu
{
	background:#eeeeee;
}

body.members ul.member-menu li a.side01,
body.members02 ul.member-menu li a.side02,
body.members03 ul.member-menu li a.side03,
body.members04 ul.member-menu li a.side04
{
	color:#e18f08;
	background-size:cover;
}

/*--------------------------------------------------------------
#              TABLE
--------------------------------------------------------------*/
.table thead
{
	background:#383435;
	color:#ffffff;
}

.table strong,
.sale-table strong
{
	font-weight:600;
}



.sale-table tr.table-header td
{
	
	text-transform:uppercase;
	background:#383435;
	color:#ffffff;
}




.sale-table td
{
	padding:10px;
	border-bottom:1px solid #dddddd;
}

.sale-table tr.total-cell td
{
	
	border-top:1px solid #e18f08;
}

.sale-table tr.total-cell2 td
{
	font-size:110%;
	border-top:1px solid #e18f08;
}

.sale-table
{
	border-bottom:1px solid #e18f08;
	margin-bottom:25px;
}


/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
label {
	font-weight: 600;
}
label.error {
	text-align: left;
	width: auto;
	padding:5px 0 0 20px;
	clear: none;
	display: block;
	color: #e18f08;
	font-size: 85%;
	font-weight: normal;
	border: none;
}

label.error::before
{
	font-family: 'FontAwesome';
    content: '\f071';
    margin:0 5px 0 -15px;
    color: #e18f08;
	font-size:135%;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color:#999;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color:#999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color:#999;
 }

.other-input
{
	display: none; 
	margin-top:5px;
}

.other-input-block
{
	display: block; 
	margin-top:5px;
}



.but-next {
	padding-top: 25px;
}
.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #ffffff;
	border: 2px solid #e18f08;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	color: #e18f08;
}
.regular-checkbox:checked + label {
	background-color: #ffffff;
	border: 2px solid #e18f08;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 130%;
	position: absolute;
	top: -5px;
	left: 2px;
	color: #e18f08;
}
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 2px solid #e18f08;
	padding: 10px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.regular-radio:checked + label:after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50px;
	position: absolute;
	top:3px;
	background-color: #e18f08;
	left:3px;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	background-color: #e18f08;
}







/*=======================================
         CATEGORY SIDEBAR
========================================*/
.panel .panel-collapse .panel-body ul ul li a
{
	background-color:transparent;
	border:none;
	margin-left:-10px;
	padding-left:0px;
	color:#666666;

}

.panel .panel-collapse .panel-body ul ul li
{

	padding-left:0px;
		font-size:110%;
}


.side-cat {
    margin-bottom: 0;
	padding-right:30px;
}
.side-cat .panel {
    border-radius: 0;
    box-shadow: none;
}
.side-cat .panel .panel-heading 
{
    padding: 0;
}
.side-cat .panel .panel-heading h6 a 
{
    background: #ffffff;
    display: block;
    line-height: 20px;
    padding:5px 0px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
	color:#333333;
	font-size:90%;

}
.side-cat .panel .panel-heading h4 a:hover, .side-cat .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #fff;*/
    transition: 0.15s all ease-in-out;
}
.side-cat .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 10px;
}
.side-cat .panel .panel-heading h4 a i {
    color: #999;
    font-size:100%;
}
.side-cat .panel .panel-body 
{
    padding-top:10px;
}

/*
.side-cat .panel .panel-body ul ul a {
    padding-left: 10px !important;
}
*/



.side-cat .panel .panel-body li a,
.side-cat .panel .panel-body li a:visited
{
	color:#333333;
}

.side-cat .panel .panel-heading + .panel-collapse > .list-group,
.side-cat .panel .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.side-cat .panel + .panel {
    border: none;
    margin-top: 0;
}

.side-cat .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f106";
    padding-right: 5px;
}
.side-cat .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f107";
}

.side-cat .panel-title > a.nothing:before {
    float: right !important;
    content:"";
}

.side-cat .panel a[aria-expanded="true"] 
{
	border-bottom:1px solid #e18f08;
}

.side-cat .panel .panel-body ul,
.side-cat .panel .panel-body ul li
{
	list-style:none;
	border:none;
}

.side-cat .panel .panel-body ul,
.side-cat .panel .panel-body
{
	margin:0;
	padding:0;
}

.side-cat .panel .panel-body ul
{
	padding:5px;
}

/*--------------------------------------------------------------
# OUR CLIENT
--------------------------------------------------------------*/

.clients .clients-wrap {
  
}

.clients .client-logo {
  padding:0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  height: 100px;
  border-top: 1px solid #f1eeed;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height:70px;
  width:auto;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}





@media (min-width: 769px) {
  .action .action-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# NUMBER SPINNER
--------------------------------------------------------------*/
.add_to_cart_option
{
	padding:0;
}

.spinner * 
{
  text-align: center;
}
.spinner input::-webkit-outer-spin-button,
.spinner input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.spinner input:disabled {
  background-color: white;
}

.spinner button
{
	background:#eeeeee;
	-webkit-border-radius:70%;
	-moz-border-radius:70%;
	border-radius:70%;
	width:40px;
	height:40px;
	font-size:125%;
	padding:5px;
	line-height:100%;
}

.spinner input[type="text"]
{
	width:70px;
	border:1px solid #dddddd;
	padding:0px;
	margin:0px 10px;
	height:40px;
}

.quantity {
  position: relative;
  margin-top:1px;
}

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

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

.quantity input {
  width:90px;
  height: 42px;
  line-height: 1.5;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #999999;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #999999;
  width: 20px;
  text-align: center;
  color: #333;
  line-height: 1.2;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #999999;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

/*--------------------------------------------------------------
# PRODUCT DETAILS TAB
--------------------------------------------------------------*/
.product-desc
{
	font-size:14px;
	color:#918f8d;
}

.products-tab
{
	padding:20px 0px;
}

.products-tab .nav-tabs
{
border-bottom: 1px solid #dddddd;	
}

.products-tab .nav-tabs .nav-item 
{
  margin-bottom: 0px;
  color: #666666;
  text-transform:uppercase;
  font-size:105%;
  font-weight:500;
}

.products-tab .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #333333;
  
}

.products-tab .nav-tabs .nav-link:hover, 
.products-tab .nav-tabs .nav-link:focus 
{
  color:#e18f08;
}

.products-tab .nav-tabs .nav-link.active,
.products-tab .nav-tabs .nav-item.show .nav-link {
  color: #e18f08;
  background-color: #fff;
  border-bottom:2px solid #e18f08;
}

.products-tab .tab-content
{
	padding:20px 15px;
}

.products-tab .tab-content table
{
	border-top:1px solid #eeeeee;
	width:100%;
}

.products-tab .tab-content table tr td:nth-child(1) 
{
	font-weight:bold;
}

.products-tab .tab-content table tr:nth-child(odd) 
{
	background: #f9f9f9;
}

.products-tab .tab-content table td
{
	padding:10px;
	border-bottom:1px solid #eeeeee;
}

.product-content
{
	padding:20px 0px;
}

.product-content h1
{
	font-size:160%;
	color:#333333;
	padding-top:20px;
}


.product-content small
{
	font-size:90%;
}

.product-content small i
{
	font-size:125%;
	margin-right:5px;
}

.product-content h4 small
{
	font-size:65%;
	color:#333;
}

.review-img img
{
	width:100px;
}

.product_carousel
{
	border:1px solid #dddddd;
	position:relative;
}

.promo-badge
{
	position:absolute;
	z-index:11;
	top:5px;
	left:5px;
}

.product_carousel .promo-badge img
{
	height:65px;
	width:auto;
}


.product-content .selection-option
{
	padding-top:20px;
}

.product-content .social-sharing
{
	padding:20px 0px;
}

.product-content .social-sharing a,
.product-content .social-sharing a:link,
.product-content .social-sharing a:visited
{
	background:#ffffff;
	border:1px solid #e18f08;
	padding:10px 5px;
	height:35px;
	width:35px;
	display:inline-block;
	line-height:115%;
	text-align:center;
	color:#e18f08;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.product-content .social-sharing a:hover
{
	background:#e18f08;
	border:1px solid #e18f08;
	padding:10px 5px;
	height:35px;
	width:35px;
	display:inline-block;
	line-height:115%;
	text-align:center;
	color:#ffffff;
}

.product-img-thumb
{
	width:100px;
	height:100px;
}

/*--------------------------------------------------------------
# PRODUCT CAROUSEL
--------------------------------------------------------------*/

#big .item 
{
background: #eeeeee;
padding:0px;
margin:2px;
color: #FFF;
border-radius: 3px;
text-align: center;
height:400px;
}

#thumbs .item 
{ 
background: #dddddd; 
height:125px; 
line-height:100%; 
padding: 0px; 
margin:2px; 
color: #FFF; 
border-radius: 3px; 
text-align: center; 
cursor: pointer; 
background-position:center center;
}

#thumbs .current .item { background:#e18f08; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#fff; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer
{
  color:#ffffff;
  font-size:100%;
  padding:30px 0px;  
  margin-top:30px;
  background:#e18f08;
}


#footer .footer-top
{
	padding:0px 30px;
}

#footer p {
  line-height:135%;
  margin-bottom: 0;
}

#footer h3 {
  font-weight:700;
  padding-bottom: 12px;
  color:#383435;
}

#footer h4 {
  font-weight:500;
  padding-bottom: 12px;
}

#footer .footer-links 
{
  margin-bottom: 30px;
}

#footer .footer-links ul 
{
  list-style: none;
  padding: 0;
  margin: 0;
}


#footer .footer-links ul li 
{
  padding:1px 0;
}

#footer .footer-links a
{
	color:#ffffff;
}

#footer a,
#footer .footer-links ul a 
{
  color:#ffffff;
  display: inline-block;
  line-height: 1;
}
#footer a:hover,
#footer .footer-links ul a:hover {
  text-decoration: none;
  color: #111;
}


#footer .footer-newsletter form {
  margin-top: 30px;
  padding: 6px 0px;
}

#footer .footer-newsletter form input[type="email"] {
  border-color:#cccccc;
  background:#ffffff;
}

#footer .footer-newsletter form input[type="submit"] 
{
  
  bottom: 0;
  border: 0;
  background: none;
  padding:0px 20px;
  background: #e18f08;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #383435;
}



#footer .social-links a {
  font-size:125%;
  display: inline-block;
  background: #e18f08;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #383435;
  color: #fff;
  text-decoration: none;
}


#footer .copyright
{
	color:#ffffff;
	padding:20px;
	border-top:1px solid #bb780a;
	padding-bottom:0;
	text-align:center;
	margin-top:30px;
}

#footer .copyright a,
#footer .copyright a:visited
{
	color:#ffffff;
}

#footer .copyright a:hover
{
	color:#e18f08;
}




@media (max-width: 1024px) {
  .action {
    background-attachment: scroll;
  }
}


@media (max-width:1240px) 
{


#header h1 {
  font-size:250%;
}

.float-wa{
	top:250px;
	right:20px;
}

.searchbar
{
	padding:10px 0px;
}

#topbar {
  padding:5px 10px;
}



#topbar .right-link a {
  color: #ffffff;
  padding:4px 0 4px 10px;
  display: inline-block;
  text-transform:uppercase;
}

#topbar .right-link a:hover {
  color: #e18f08;
}


.logo-area
{
	padding:10px 20px;
}

#footer .social-links
{
	padding-bottom:30px;
}

#big .item 
{
height:400px;
}


#thumbs .item 
{ 
height:80px; 
}

#breadcrumb-area
{
	padding-bottom:15px;
}



#home-carousel .carousel-content h2 {
  font-size:280%;
}

#home-carousel .carousel-content h4 {
 
  font-size:180%;
}

.navbar .dropdown-menu 
{

  overflow:scroll;
}
}

@media (max-width:990px) 
{
	.float-wa{
	top:210px;
	right:20px;
}
}

@media (max-width:768px) 
{

body
{
	font-size:85%;
}

[data-aos-delay] {
transition-delay: 0 !important;
}
/*
#home-carousel 
{
  height:80vh;
}

#home-carousel .carousel-item 
{
  height:80vh;
}
*/
#home-carousel .container 
{
  justify-content:center;
  bottom:auto;
  top:50px;
}

	
  #home-carousel .carousel-content {
    margin: 0 30px;
  }
  #home-carousel .carousel-content h2 {
    margin-bottom: 15px;
  }
  #home-carousel .carousel-content p {
    font-size: 15px;
  }
  
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }

#header h1 {
  font-size:200%;
}

.logo-area
{
	padding:7px 15px;
}

.logo-area .icon-list
{
 cursor:pointer;
}

.logo-area .icon-list a,
.logo-area .icon-list a:visited
{
	padding:7px;
	line-height:100%;
	font-size:85%;

}

.logo-area .icon-list i
{
font-size:165%;

}


.logo-area .icon-list button
{
	padding:5px 7px;
	margin:0;
	margin-top:-5px;
}

.logo-area .icon-list button.btn-info
{
padding:5px 7px;
margin-top:-5px;
}

.logo-area .icon-list a.mycart
{
	padding:8px 10px;
	padding-bottom:9px;
	margin-top:4px;
}


.logo-area .icon-list .item-text
{
display:none;
}

#big .item 
{
height:300px;
}

#thumbs .item 
{ 
height:95px; 
}

.product-content
{
	padding:0px;
}

.section-title h2 {
  padding-bottom:20px;
}

.product_carousel .promo-badge img
{
	height:50px;
	width:auto;
}

}

@media (max-width:640px) 
{
#header .logo img {
  max-height:40px;
  width:auto;
  margin:10px 0px;
}

#big .item 
{
height:250px;
}

#thumbs .item 
{ 
height:80px; 
}

.review-img img
{
	width:80px;
}

.add_to_cart_option .btn-lg
{
	font-size:100%;
	padding:10px 20px;
	margin:0px;
}

.spinner * 
{
  text-align: center;
}

.logo-area
{
	padding:1px 15px;
}


.logo-area .icon-list a,
.logo-area .icon-list a:visited
{
	padding:7px;
	line-height:100%;
	font-size:80%;

}

.logo-area .icon-list i
{
font-size:145%;

}



.logo-area .icon-list button
{
	padding:4px 7px;
	padding-bottom:3px;
	margin:0;
	margin-top:-5px;
}


.logo-area .icon-list button.btn-info
{
padding:4px 7px;
padding-bottom:3px;
margin-top:-3px;
}

.logo-area .icon-list a.mycart
{
	padding:7px 10px;
}

#home-carousel .carousel-content {
font-size:85%;
}

#home-carousel .carousel-content h4
{
padding:0;
margin:0;
padding-bottom:10px;
}
/*
#home-carousel 
{
  height:65vh;
}

#home-carousel .carousel-item 
{
  height:65vh;
}*/

#home-carousel .container 
{
  justify-content:center;
  bottom:auto;
  top:30px;
}


}


@media (max-width:480px) 
{

#header h1 {
  font-size:180%;
}


#topbar .social-links a
{
  color: #ffffff;
  font-size:125%;
  display:inline-block;
  padding:5px 2px;
}
}
