body{
  background: #fff !important;
}

.site-logo > img{
  width:140px !important;
}

.topbar {
 background: #000 !important;
 color: #fff !important;
 border-bottom: 1px solid #000 !important;
}

.topbar a,
.topbar span,
.site-search .search-tools .clear-search {
 color: #fff !important;
}

.toolbar .search,
.toolbar .account,
.toolbar .cart,
.offcanvas-container,
.account-link {
  border: 0px !important;
  color: #fff !important;
  background: #000 !important;
}

.account-link{
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

.hero-slider > .owl-carousel {
  min-height: none !important;
}

.toolbar .search:hover,
.toolbar .account:hover,
.toolbar .cart:hover,
.site-search .search-tools .clear-search:hover,
.offcanvas-menu ul li.has-children.active > span > a,
.offcanvas-menu ul li > span > a:hover{
  color: #f19c21 !important;
}

.toolbar .cart > .count, .toolbar .cart > .subtotal,
.icon-cross:before{
  color: #fff !important;
}

.notice-bar{
  background-color: #d63031;
  color:#fff !important;
  padding: 10px 20px 12px;
  font-size: 18px;
}

.notice-bar p{
  margin: 0px;
}

.site-menu,
.site-search,
.navbar {
 background-color: #f19c21 !important;
 color: #000 !important;
}

.site-menu > ul > li.active > a {
 /* border-bottom: 3px solid #000 !important; */
 border-top: 0px !important;
}
.site-menu ul > li.active > a,
.site-menu > ul > li > a:hover {
 color: #fff !important;
}

.site-menu > ul > li > a,
.sub-menu > li > a, .toolbar-dropdown > li > a {
 color: #000 !important;
}

.sub-menu > li > a:hover,
.toolbar-dropdown > li > a:hover{
  color: #838383 !important;
}

/*search*/
.site-search > input {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.site-search > input::placeholder {
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}

.site-search > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

.site-search > input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}

.offcanvas-toggle {
  border-right: 0px !important;
  color: #000 !important;
}

.hero-slider{
  background: #fff !important;
}

/* .offcanvas-wrapper{
  background-color: #ffefd8;
} */

/*custom button*/
.btn-orange{
  background-color: #f19c21 !important;
  color: #000 !important;
}

.btn-orange:hover{
  background-color: #000000 !important;
  color: #f19c21 !important;
}

.btn-outline-orange {
 border-color:#f19c21 !important;
 background-color:transparent !important;
 color:#f19c21 !important;
}

.btn-outline-orange:hover {
 background-color:#f19c21 !important;
 color:#000 !important;
}

.btn-black{
  background-color: #000000 !important;
  color:#f19c21 !important;
}

.btn-black:hover{
  background-color: #f19c21 !important;
  color: #000 !important;
}

.btn-outline-black{
  background-color: #000000 !important;
  color:#f19c21 !important;
}

.btn-outline-black:hover{
  background-color: #f19c21 !important;
  color: #000 !important;
  border: 1px solid #000;
}

/*custom-color*/
.bg-purple, .badge-purple{
  background: #a55eea;
  background-color: #a55eea;
}

.bg-dark, .badge-dark{
  background: #303030;
  background-color: #303030;
}

.text-bold{
  color:#000 !important;
}

.text-bold-white{
  color:#fff !important;
}

.text-bold-orange{
  color:#f19c21 !important;
  font-weight: 600 !important;
}

.btn-orange.text-white{
    color:#fff !important;
}



.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f19c21 !important;
  background-color: #f19c21 !important;
}

.form-control:focus {
 border-color: #f19c21 !important;
}

.input-group .form-control:focus ~ .input-group-addon {
 color: #f19c21 !important;
}

.alert button.close{
  float:right;
  margin-top:-4px !important;
}

.list-group-item.active {
  border-color: #f19c21 !important;
  background-color: #f19c21 !important;
  color: #000 !important;
}

.badge.badge-orange {
    background-color: #f19c21 !important;
}

.site-footer{
  background: #000 !important;
}

/*product*/
.product-card .product-thumb img{
  border: 1px solid #e3e3e3;
}


.cat-card{
  background-size: cover;
  background-position: center;

}

.cat-card .card-body{
  background-color: rgba(0,0,0,0.8);
}


.product-gallery {
  position: relative;
  padding-top: 15px !important;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
}

.form-group label {
  margin-bottom: 8px;
  padding-left: 4px !important;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.user-avatar {
  position: relative;
  width: 115px;
  height: 115px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.user-avatar img {
  display: block;
  width: 100%;
  border: 0px !important;
  border-radius: 0px !important;
  object-fit: cover !important;
}

.file, .file2, .file3 {
  visibility: hidden;
  position: absolute;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

@media (max-width: 1070px) {
  .toolbar .account{
    display:inline-block !important;
   }
}

@media (max-width: 551px) {
  .user-info-wrapper .user-info .user-avatar{
    display: block;
  }
}

.steps .step.current .step-icon {
  border-color: #43d9a3 !important;
  background-color: #43d9a3 !important;
  color: #fff;
}

.steps .step.current .step-icon-wrap::before, .steps .step.current .step-icon-wrap::after {
  background-color: #43d9a3 !important;
}

.whatsapp-btn{
  float: right;
  position: fixed;
  right: 20px;
  bottom: 70px;
  background-color: rgba(87, 187, 99, 0.9);
  height: 84px;
  width: 84px;
  border-radius: 100px;
  text-decoration: none !important;
  text-align: center;
  z-index: 999;
}

.whatsapp-btn:hover{
  background-color: rgba(87, 187, 99, 1);
}

.socicon-whatsapp::before{
  font-size:50px !important;
  color: #fff !important;
  line-height: 84px;
}

.socicon-whatsapp.contact-us::before{
  font-size:14px !important;
  color: #36d69d !important;
  line-height: 14px;
}

.contact-us-wa{
  text-decoration: none !important;
}

.alert i.icon-star{
  margin-top: -7px !important;
}

.contact-us-wa:hover{
  text-decoration: underline !important;
}

.border-1{
  border:1px solid #e1e7ec;
}

.border-bottom-1{
  border-bottom:1px solid #e1e7ec;
}

.border-top-1{
  border-top:1px solid #e1e7ec;
}

.border-radius{
  border-radius: 5px;
}

.bg-orange{
  background-color: #f19c21 !important;
  color: #fff !important;
}
