/*
Import fonts
*/

/* [class*="Work Sans"]::before {
  font-family: 'Work Sans', sans-serif;
} */

/*
Reset or Change default Bootstrap style
*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: #f2f2f2;
}
#modalPendingCart .modal-body{
    height: 450px;
    overflow-y: auto;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color:#000;
    border-bottom: 0px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
}
.card-header:first-child{border-radius: 0px}
.table tr:first-child td {
    border-top: none;
}
.title {font-weight: bold;}
article.sitemap {text-justify: auto;}
article.sitemap > a {padding : 0 0.5rem; border-right: 1px solid #ccc;}
article.sitemap > a:nth-child(2) {padding-left : 0;}
article.sitemap > a:last-child {border-right: none;}
/* header menu */
.section-header {height:176px;box-shadow: 0 8px 14px 0 rgba(0,0,0,.04);}
.section-header .navbar {z-index: 3; background-color: #fff !important;border-bottom: #000 solid 2px;}
#navbar.navbar {border-bottom: none;} 
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.dropdown-item:focus, .dropdown-item:hover { background-color: #fff; }

.section-header .navbar-dark {
    background-color: #000 !important;
    border-bottom: #000 solid 2px;
}
.section-header .navbar-nav .nav-link {
  /* font-size: 1.00rem;  */
  color: #000;
}
.section-header .nav-link {
    display: block;
    padding: 0 1rem;
    line-height: 40px;
}
.section-header .nav-link.dotted {border-bottom:1px #fff dotted;}
.left-menu, .right-menu {
    flex-basis: 45%;
}
.navbar-nav .dropdown-menu {
  min-width: 20rem;
}
.left-menu .navbar-nav {
    justify-content: flex-end;
}
.brand-container {
    padding: 0 2rem;
    flex-shrink: 0;
}
.navbar-brand {
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}
.notify {
    position: absolute;
    top: -14px;
    right: -10px;
    display: inline-block;
    padding: .25em .6em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #dcc12c;
}
.form-control-plaintext{
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.bg-dark { background-color: #000 !important;}
.bg-grey { background-color: #ededed !important;}
.grey {color:#2d2d2d;}

/* Bootstrap : Reset button collapsed on card */
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.0);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.0);
}
.card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: 0.3s;
}
/* FancyBox */
.fancybox-slide--iframe .fancybox-content {
/*	width  : 800px;
	height : 600px;
  */
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
  background: #191919;
}

/* card-banner */


/* keylite style start */
.heading-line .title-section { background-color: #f2f2f2; }
#categories-list .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ebecf0;
}
.card-post {margin-bottom: 15px;}

.card-post .card-img-top {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-post:hover {
  -webkit-box-shadow: 0 4px 15px rgba(153,153,153,0.3);
  box-shadow: 0 4px 15px rgba(153,153,153,0.3);
  -webkit-transition: .3s;
  transition: .3s;
}
.card-sm {
  min-height: 284px;
}
.card-sm{
  min-height: 284px;
}
.img-wrap{ height: 180px; }

.heading-line::before {border: 3px solid #000;}


@media all and (max-width:768px) { 
  .row > [class^="col"] {  padding-left:5px;  padding-right:5px;}
}


/* keylite style end */



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*
.hero {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  position: relative;

}

.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.hero.darker:before {
  background: rgba(0, 0, 0, 0.5);
}
.hero h1 {font-size: 48px;}
.hero h1 {font-size: 36px;}
.hero h1, .hero h2 {
  margin: 0;
  font-weight: 700;
  color: #fff;
  display: block;
}
.hero h2, .hero h3 {  text-transform: none; }
.nav-item h2, .nav-item h3, .hero h1, .hero h2, .hero h3, .hero .h3 {text-align: center; text-shadow: 0 0 0.2em #000;}
.hero .h3 {color:#fff;}
.nav-item .hero:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -webkit-transition: all 0.25s ease 0s;
}
.nav-item .hero {
    margin-top: 0;
    perspective: 50em;
    -webkit-perspective: 50em;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

.hero h3, .hero .h3 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 21px;
}

.hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
}

.hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

.icon-box > .border-db {border:thick double #000;}

@media (max-width: 768px) {
  .hero {
    height: 40vh;
    text-align: center;
  }
  .hero.darker {
    height: 40vh;
    text-align: center;
  }
  .hero h1 {
    font-size: 21px;
  }
  .hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .hero h3, .hero .h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-height: 500px) {
  .hero {
    height: 40vh;
  }
  .hero h1 {
    font-size: 14px;
  }
  .hero h2 {
    font-size: 14px;
    line-height: 14px;
  }
  .hero h3, .hero .h3 {
    font-size: 11px;
    line-height: 11px;
  }
} */

@media (min-width: 500px) {
  .carousel-nav-button {display: none;}
}
@media (max-width: 500px) {
  .carousel-nav-button.title-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  [class^="custom-nav-"].btn {
    font-size: 1em;
  }
  .padding-y {
    padding-top: 8px;
    padding-bottom: 8px;
}
}

/* Hiding email address from spam */
#displayEmail {
  cursor: pointer;
}
.price-new, .price {
    margin-right: 0px;
}
.product-information h3{ font-size: 1.1em}
/* .product-information .card-body.mx{ padding-left: 0; padding-right: 0px} */
.badge-new {
    top: 7px;
    left: 7px;
    position: absolute;
    display: block;
    z-index: 10;
    padding: 2px 7px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 0px;
}
.owl-stage .price-wrap {margin-bottom: .5rem;}
.text-red {color: #dc3545 !important;}
.text-orange {color: #ffc107 !important;}
#order-grid tr {cursor: pointer;}
#company-print .logo {max-width: 300px;}

/* Free Privacy Policy RGPD styles */
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  color: #fff;
  background-image: linear-gradient(to bottom,rgba(76, 76, 76, 1) 0,rgba(33, 33, 33, 1) 100%);
  background-repeat: repeat-y;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
  border:solid 1px #000;
}
/* .carousel-inner {
  margin-top: 32px;
} */
/* Paypal button */
.paypal-button { background-color: #ffd140; color:#001c64; letter-spacing:24px; font-size:16px; border-radius: 50px; padding: 12px 24px; border:0px }
/* cancel css */
.text-truncate {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  height: 40px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  position: relative;

}

.hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.hero.darker:before {
  background: rgba(0, 0, 0, 0.5);
}
.hero h1 {font-size: 48px;}
.hero h1 {font-size: 36px;}
.hero h1, .hero h2 {
  margin: 0;
  font-weight: 700;
  color: #fff;
  display: block;
}
.hero h2, .hero h3 {  text-transform: none; }
.hero h1, .hero h2, .hero h3, .hero .h3 {text-align: center; text-shadow: 0 0 0.2em #000;}
.hero .h3 {color:#fff;}
.nav-item .hero:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -webkit-transition: all 0.25s ease 0s;
}
.nav-item .hero {
    margin-top: 0;
    perspective: 50em;
    -webkit-perspective: 50em;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

.hero h3, .hero .h3 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 21px;
}

.hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
}

.hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

.icon-box > .border-db {border:thick double #000;}

@media (max-width: 768px) {
  .hero {
    height: 40vh;
    text-align: center;
  }
  .hero.darker {
    height: 40vh;
    text-align: center;
  }
  .hero h1 {
    font-size: 21px;
  }
  .hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .hero h3, .hero .h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-height: 500px) {
  .hero {
    height: 40vh;
  }
  .hero h1 {
    font-size: 14px;
  }
  .hero h2 {
    font-size: 14px;
    line-height: 14px;
  }
  .hero h3, .hero .h3 {
    font-size: 11px;
    line-height: 11px;
  }
}
