﻿        .offcanvas-wrapper {
           /* background-image: linear-gradient( #D84519, #ffffff); rgba(216,69,25,.3)*/
           background-color: #ecb19f ;
        }
.site-logo {
  width: 185px;
  padding: 0px 0 0px 0px; 
  text-decoration: none;
}

.alert-warning {
    background-color:darkred;
    color: #ffb140;
}

.alert-info {
    background-color: cornsilk;
    
}
.error, .red-highlight, .binding-error {
    color: firebrick;
    font-weight: bold;
}

.error-inline {
    color: firebrick;
    display: inline;
}

.binding-error {
    padding: 5px 0;
    font-size: 0.85em;
}

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

.bg-success {
  background-color: #43d9a3 !important;
}

.bg-info {
  background-color: #50c6e9 !important;
}

.bg-warning {
  background-color: #ffb74f !important;
}

.bg-danger {
  background-color: #ff5252 !important;
}

.bg-inverse {
  background-color: #374250 !important;
}

.bg-faded,
.bg-secondary {
  background-color: rgba(216,69,25,.50) !important;
}

.bg-dark {
  background-color: #374250 !important;
}

.bg-white {
  background-color: #ffffff !important;
}


.navbar {
     background-color: #D84519;
}
 .site-branding, .site-menu {
            background-color: #D84519;
        }
        .site-menu ul > li > a {
            color: white;
        }

.site-footer {
  padding-top: 72px;
  background-color:rgba(216,69,25,.3);
}

.sub-menu {
     background-color: #F3C7BA;
}
.sub-menu > li:hover > a, .toolbar-dropdown > li:hover > a {
  color: #D84519!important;
}

.topbar {
   background-color:rgba(216,69,25,.3);
}        
.page-title {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #e1e7ec;
  background-color: rgba(216,69,25,.45);
}

.page-title  h1 {
  color: darkred;
}
.page-title  a {
  color: darkred!important;
}

.text-primary {
  color: darkred !important; /*#0da9ef */
}

.tab-content {
     background-color: rgba(216,69,25,.1);
}
.tab-pane {
    color: darkred;
}

.card-header, .card-header h5 {
     color: darkred;
     font-weight:500;
     background-color: rgba(216,69,25,.1);
}

.card-block {
     color: darkred;
     background-color: rgba(216,69,25,.4);
}


.nav-link.active{
     background-color: rgba(216,69,25,.1)!important;
    color: darkred!important;
}


.text-default {
  color: #D84519 !important;
}

.toolbar .search, .toolbar .account, .toolbar .cart {
  color: white;
}

.toolbar .search:hover, .toolbar .account:hover, .toolbar .cart:hover {
  background-color: #ff9999;
}



.badge.badge-primary {
  background-color: #D84519;
}

.btn-outline-primary {
    border-color: #D84519!important;
}

.btn-outline-custom {
    border-color: cornsilk!important;
}

.btn-primary {
    background-color: #D84519!important;
    color: white!important;
}


.btn:hover {
  background-color: white;
  color: #D84519;
}

.breadcrumbs > li {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 0;
  color: brown;
  font-size: 14px;
  font-weight: bold;
  cursor: default;
  vertical-align: middle;
}

.text-info {
  color: white!important;
  font-size:medium;
}

.text-black-right {
  color: black!important;
  text-align:right;
}

.text-muted,label {
  color: white!important;
}

.rating-stars > i.filled {
  color: #D84519;
}

.form-group {
    margin-bottom:  5px !important;
}

.col-form-label {
    font-size: 1em !important;
    color: darkred !important;
    padding-right: 0;
}

.col-form-label-sm {
    font-size: small !important;
    color: darkred !important;
 
}
.form-control-lg {
    border-radius: 7px;
    font-size: 1.2em;
    padding: .5em .5em .5em .5em;
    margin: .5em .5em .5em .5em;
    border-width: 2px;
    border: 2px;
    border-style:inset;
}


.widget-light-skin .widget-title {
  border-color: rgba(0, 0, 0, 0.12);
  color: #D84519;
}

.list-group-item.active {
  border-color: #0da9ef;
  background-color: RGBA(230,81,37,.3)!important;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active,
.list-group-item-action:hover,
.list-group-item-action:focus,
.list-group-item-action:active {
  background-color: RGBA(230,81,37,.3)!important;
  color: #606975;
}


.promo-box {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: contain;
}

.user-info-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 1px solid #e1e7ec;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
    background-color: rgba(216,69,25,.45);
}

.user-info-wrapper .user-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-position: center;
  background-color: rgba(216,69,25,.45);
  background-repeat: no-repeat;
  background-size: cover;
}

.user-info-wrapper .user-cover .tooltip .tooltip-inner {
  width: 230px;
  max-width: 100%;
  padding: 10px 15px;
}

.user-info-wrapper .info-label {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  height: 26px;
  padding: 0 12px;
  border-radius: 13px;
  background-color: rgba(216,69,25,.45);
  color: brown;
  font-size: 12px;
  line-height: 26px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.user-info-wrapper .info-label > i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2em;
  vertical-align: middle;
}

.user-info-wrapper .user-info {
  display: table;
  position: relative;
  width: 100%;
  padding: 0 18px;
  z-index: 5;
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
  display: table-cell;
  vertical-align: top;
}

.user-info-wrapper .user-info .user-avatar {
  position: relative;
  width: 115px;
}

.user-info-wrapper .user-info .user-avatar > img {
  display: block;
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
  display: block;
  position: absolute;
  top: -2px;
  right: 2px;
  width: 36px;
  height: 36px;
  transition: opacity .3s;
  border-radius: 50%;
  background-color: rgba(216,69,25,.45);
  color: brown;
  line-height: 34px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  text-align: center;
  text-decoration: none;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
  font-family: feather;
  font-size: 17px;
  content: '\e058';
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
  opacity: 1;
}

.user-info-wrapper .user-info .user-data {
  padding-top: 48px;
  padding-left: 12px;
}

.user-info-wrapper .user-info .user-data h4 {
  margin-bottom: 2px;
  color:white;
}

.user-info-wrapper .user-info .user-data span {
  display: block;
  color: white;
  font-size: 13px;
}

.user-info-wrapper + .list-group .list-group-item:first-child {
  border-radius: 0;
}

.checkout-steps {
  margin-bottom: 0px;

}

.checkout-steps::after {
  display: block;
  clear: both;
  content: '';
}

.checkout-steps > a {
  display: block;
  position: relative;
  width: 25%;
  height: 55px;
  float: right;
  transition: color .3s;
  border-top: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  background-color: #F3C7BA;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 53px;
  text-decoration: none;
  text-align: center;
}

.checkout-steps > a > .angle {
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  width: 27px;
  height: 53px;
  background-color: #F3C7BA; /*#D84519*/
} 


.checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

.checkout-steps > a > .angle::after {
  border-width: 26px;
  border-color: transparent;
  border-left-color: #F3C7BA;
}

.checkout-step.disabled  {
   background-color: papayawhip;
   color:lightgrey;
   cursor:not-allowed;}

.checkout-steps > a.disabled > .angle::after {
  border-left-color: papayawhip;
}

.checkout-step.disabled + a > .angle  {
  background-color: papayawhip;
}

.checkout-steps > a > .angle::before {
  margin-top: -1px;
  border-width: 27px;
  border-color: transparent;
  border-left-color: #D84519; /*#d8e0e6*/
}

.checkout-steps > a:hover {
  color: lime;
}


.checkout-steps > a.active {
  background-color: #D84519; /*#0da9ef;*/
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.checkout-steps > a.active > .angle::after {
  border-left-color:  #D84519;
}

.checkout-steps > a.active + a > .angle {
  background-color:  #D84519;
}

.checkout-steps > a.completed > .step-indicator {
  display: inline-block;
  margin-top: -5px;
  margin-right: 7px;
  border-radius: 50%;
  color: lime;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

.checkout-steps > a.completed:hover {
  color: lime;
}

.checkout-steps > a:first-child {
  border-right: 1px solid #D84519;   /*#e1e7ec*/
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.checkout-steps > a:last-child {
  border-left: 1px solid #D84519;  /*#e1e7ec*/
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

@media (max-width: 576px) {
  .checkout-steps > a {
    width: 100px;
    margin:2px;
    margin-bottom: 0px;
    float: none;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    height:55px;
  }

   .checkout-steps  {
    display:flex ;
     flex-direction: row-reverse;
  }
  .checkout-steps > a > .angle {
    display: none;
  }
}

.product-list {
     background-color: rgba(216,69,25,.10);
     padding-top:10px;
}
.product-card {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #D84519;
}

.product-card .product-thumb {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.product-card .product-thumb > img {
  display: block;
  width: 100%;
}

.product-card .product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.product-card .product-title > a {
  transition: color .3s;
  color: #374250;
  text-decoration: none;
}

.product-card .product-title > a:hover {
  color: #0da9ef;
}

.product-card .product-price {
  margin-bottom: 10px;
  color: #606975;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.product-card .product-price > del {
  margin-right: 5px;
  color: #9da9b9;
}

.product-card .product-buttons {
  padding: 12px 0 8px;
  text-align: center;

}

.product-card .product-buttons > .btn {
  margin: 0 4px;
}

.product-card .product-buttons > .btn.btn-wishlist {
  width: 36px;
  padding: 0;
  padding-left: 1px;
  border-radius: 50%;
}

.product-card .product-buttons > .btn.btn-wishlist > i {
  font-size: 1.2em;
}

.product-card .product-buttons > .btn.btn-wishlist.active {
  color: #ff5252;
}

.product-card .product-badge {
  top: 15px;
  left: 18px;
}

.product-card .rating-stars {
  position: absolute;
  top: 15px;
  right: 18px;
}

.product-card.product-list {
  margin-bottom: 30px;
}

.product-card .product-buttons > .btn.btn-wishlist.active {
  color: forestgreen;
  background-color:antiquewhite;
}


.site-search {
  width: 100%;
  transition: .3s;
  height:100px;
  background-color: #ffffff;
  opacity: 0;

}
.site-search > input {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  border: 0;
  background-color: #ffffff;
  color: #606975;
  font-size: 16px;
}

@media print {
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12 {
    float: none;
    width: 100%;
 }

   @page {
    size: auto;
}
}


.custom-control {
    margin-bottom: 5px !important;
    padding-left: 1.5rem !important;
    font-size: 14px !important;
    font-weight: normal !important;
    display: inline-flex;
}

    .custom-control:focus {
        outline: 0;
    }

    .custom-control .custom-control-indicator {
        background-color: #e6e6e6;
        box-shadow: none !important;
    }

    .custom-control .custom-control-input:checked ~ .custom-control-indicator {
        background-color: #0da9ef;
            }

    .custom-control .custom-control-input:disabled ~ .custom-control-description {
        color: #9da9b9;
        cursor: not-allowed;
    }

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}