/*
header {
  background: #f5f4f2;
}
*/
a {
  transition: all 0.2s ease;
  font-size: 0.9rem;
  text-decoration: none;
}
p,
.form-control,
a,
li {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #272332;
  line-height: 1.1em;
  text-transform: uppercase;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.2rem;
}

.h-underline {
  border-bottom: 0.25rem solid #852925;
  padding-bottom: 10px;
}

.logo img {
  max-width: 200px;
}

.homeh2 {
  border-bottom: 5px solid #852925;
}
.text-left .homeh2 {
  background-position: left bottom !important;
}

.btn {
  text-transform: uppercase;
  padding: 12px 40px 12px 40px;
  margin-top: 10px;
  font-weight: 600;
}
.btn-primary {
  background: #852925;
  border-color: #852925 !important;
}
.btn-primary:hover {
  background: #262231 !important;
}
.btn-outline-primary {
  border-color: #1378ca !important;
  color: #1378ca;
}
.btn-outline-primary:hover {
  background: #155d98 !important;
}
.btn-success {
  background: #262231;
  border: none !important;
  color: whitesmoke;
}
.btn-success:hover {
  background: #262231 !important;
}

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

.product h1 {
  font-size: 1.5rem !important;
}

header .bg-dark {
  background: #272332 !important;
}

.bg-dark {
  background: #a7231f;
}
.bg-dark h3,
.bg-dark h2 {
  color: #fff;
}

.page-item.active .page-link{
  background-color: #852925;
  border-color: #852925;
}

.outerwrapper {
  margin: 0px;
}

.jumbotron {
  background: url("../img/banner_main.jpg") no-repeat center;
  height: 500px;
  border-radius: 0px;
  padding: 0;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1);
}
.jumbotron h1 {
  color: #fff;
  font-size: 55px;
}
.jumbotron h1 span {
  font-weight: 200;
}
.jumbotron .row {
  height: 500px;
}

.topmessages .row {
  height: 40px;
  margin: 15px 0;
}
.topmessages .row .col-sm-4 {
  height: 40px;
  border-right: 1px solid #c1bcd0;
}
.topmessages p {
  margin: 0;
  font-size: 0.9rem;
  color: #262231;
  float: left;
  display: flex;
  display: -webkit-flex;
  height: 40px;
  align-items: center;
  -webkit-align-items: center;
}
.topmessages img {
  float: left;
  display: block;
}

.fixedbtns {
  position: fixed;
  width: 150px;
  left: -120px;
  top: 40vh;
  z-index: 98;
  transition: all 0.3s ease;
}
.fixedbtns:hover {
  left: 0;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);
}
.fixedbtns a {
  font-size: 14px;
  line-height: 15px !important;
  display: block;
  color: #fff;
  padding: 10px 10px 10px 10px;
  font-family: "Oswald", sans-serif;
  text-decoration: none !important;
}
.fixedbtns .catbtn {
  background: #df4037;
}
.fixedbtns .reqbtn {
  background: #262231;
}

.navbar {
  background: hsla(100, 20%, 100%, 80%) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0;
  border-bottom: 1px solid rgb(0, 0, 0, 0.125);
  position: sticky;
  top: 0;
  z-index: 9999;
}
.navbar .btn {
  margin: -6px 0 0 0;
  padding: 10px 18px !important;
}
.navbar .form-control {
  height: 43px;
  border-radius: 0px;
  border: 0;
  width: 300px;
  background: #eee;
}
.navbar .btn {
  margin-left: -15px;
}

.nav-item {
  background: #852925;
}

.nav-link:hover {
  background: #333;
}

.nav-underline {
  background: #272332;
  border-bottom: 1px solid #eee;
}
.nav-underline .row {
  height: 45px;
}
.nav-underline a {
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-menu {
  min-width: 15vw !important;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
}
.dropdown-item {
  padding: 13px;
  border-bottom: 1px solid #eee;
}

.navbar-nav .scroll-down-arrow {
  color: #bf3833;
}
.navbar-nav .scroll-up-arrow {
  color: #bf3833;
}
.dropdown-menu .sub-arrow {
  color: #bf3833;
  margin-top: -0.45em;
  margin-right: 1em;
  border-top: 0.45em solid transparent;
  border-bottom: 0.45em solid transparent;
  border-left: 0.45em solid;
}

.counter-number {
  background: #c4362d;
  border-radius: 10px;
  color: #fff;
  padding: 2px 10px;
}

.toptop a {
  color: #262231 !important;
  text-transform: uppercase;
}
.toptop a strong {
  color: #852925 !important;
}
.toptop .row {
  height: 100px;
}
.toptop .form-control {
  border-color: #852925;
  height: 50px;
}
.toptop .btn {
  height: 50px;
  width: 50px;
  background: #05192a;
}
.toptop h4 {
  margin: 0 !important;
}

.logo h3 {
  color: #852925;
  font-size: 22px;
  margin: 0 !important;
}
.logomobile {
  display: none;
}
.logodesktop {
  display: block;
}

.carousel-indicators [data-bs-target] {
  background: #d3d3d3;
  border: 0 !important;
}
.carousel-indicators .active {
  background: #852925;
}

#wf-carousel-brands img {
  max-height: 38px;
}

.menubg {
  background: rgba(5, 25, 42, 0.9);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  top: 180px !important;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.main-search {
  font-size: 17px;
}

.h_category3 {
  border-left: 7px solid #fb8c00 !important;
  padding-left: 20px;
  padding-top: 5px;
}

.datasheets-wrap a.card:hover {
  text-decoration: none;
}

.card {
  border: none;
  margin-bottom: 1rem !important;
  display: inline-block !important;
  transition: all 0.15s ease;
  padding: 0 !important;
  border: 1px solid #eee;
  min-width: 100%;
}

.card h4 {
  padding: 0 20px;
}
.card p {
  padding: 10px 20px;
  margin: 0;
}
.card:hover {
  border-color: #852925;
}
.card .imgholder {
  height: 250px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.card .imgholder img {
  max-height: 250px;
  margin: 0;
  display: block;
}

.card h4 {
  margin-top: 10px;
  height: 3.6em !important;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}
.card h4,
.card h4 a {
  font-weight: 600;
  color: #272332;
  font-size: 16px;
  line-height: 1.3em !important;
  margin-top: 10px;
}
.card .btn {
  padding: 8px;
  width: 100%;
  font-size: 0.9em;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .card .btn{
    font-size: 0.8em;
    padding: 8px;
  }
}
.card .btn:last-child {
  margin-left: 0px;
}
.card-btns-row {
  padding-left: 12px;
  padding-right: 12px;
}
.card-btns-row .col-sm-6,
.card-btns-row .col-lg-6 {
  padding: 5px;
}
.card .price {
  font-size: 0.8rem;
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.card .price span {
  font-size: 25px;
  font-family: "source-code-pro", sans-serif;
  font-weight: 800;
  color: #852925;
}
.card .oldprice {
  font-size: 0.7rem;
  margin: -20px 0 10px 0;
  text-decoration: line-through;
}

.prod_details .price {
  font-family: "source-code-pro", sans-serif;
  font-weight: 800;
  color: #852925;
  font-size: 20px;
  text-align: left;
}
.prod_details strong {
  color: #272332;
}

.f-cats .card {
  padding: 8px !important;
  width: 100%;
}

.f-cats .card .imgholder {
  height: auto !important;
}
.f-cats .card .imgholder img {
  max-height: 900px !important;
}

.filtersbox {
  background: #fff;
  padding-top: 10px;
}
.filtersbox ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.filtersbox ul li label {
  display: block;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  color: #212529;
  line-height: 1em !important;
}
.list-group-item{
  padding: .5rem;
}

.list-group-item:hover{
  background-color:rgba(33, 37, 41, .25);
  transition: all .2s;
}

.list-group-item a{
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.list-group-item a label{
  flex-grow: 1;
}

.list-group-item a .badge{
  flex-grow: 0;
  align-self: flex-start;
}

.filtersbox h4 {
  font-size: 16px;
  padding: 8px 0;
}
.filtersbox h4 svg {
  float: right;
  transition: all 0.4s ease;
}
.filtersection {
  max-height: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}
.filtersbox.sticky-top {
  margin-top: 100px;
}

.openn {
  max-height: 300px !important;
}
.openn svg {
  transform: rotate(180deg) translateY(-5px);
  -webkit-transform: rotate(180deg) translateY(-5px);
}
#myModal .row,
#myModal2 .row,
#myModal3 .row {
  width: 100%;
}
#myModal .close,
#myModal2 .close {
  float: right;
  margin: -10px -30px 0 0;
}

#myModal3 ul {
  padding: 0;
  margin: 0;
}
#myModal3 ul li {
  list-style: none;
}
#myModal3 ul li a {
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  display: block;
  color: #064479;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

.newslettersection {
  background: url(../img/botombg.jpg) no-repeat center !important;
}
.sociallink {
  color: #fff;
  font-size: 26px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: inline-block;
  padding: 2px 0 0 0;
  text-align: center;
  margin: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.sociallink:hover {
  color: #eee !important;
}

.callussection {
  background: #f5f5f5;
}
.callussection .col-sm-4:first-child img {
  cursor: pointer;
}
.callussection .col-sm-4:nth-child(2) img {
  cursor: pointer;
}
.callus p {
  font-family: "Teko", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #852925;
  line-height: 1.4em !important;
}
.callus span {
  font-size: 24px;
  color: #174475 !important;
}
.callus .btn {
  padding: 13px 20px 10px 20px;
  font-size: 19px;
}
footer a,
footer p {
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 25px;
}
.page-copyright,
.page-copyright p,
.page-copyright a {
  font-size: 12px;
}
.footer2 a {
  color: #272332;
  font-size: 12px;
}
.footer2 p,
.footer2 {
  font-size: 12px;
}

.text-right {
  text-align: right !important;
}

/**int**/

.prodpage_thumbnails,
.prodpage_prodimage {
  margin-top: 20px;
}
.prodpage_thumbnails img {
  border: 1px solid #eee;
  cursor: pointer;
  margin-bottom: 10px;
}
.prodpage_videowrapper iframe {
  position: absolute;
}
.prodpage_videowrapper {
  border: 1px solid #eee;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.btn-gotocheckout {
  opacity: 0;
  margin-right: -10px;
}

#map {
  width: 100%;
  height: 450px;
}

.productnameonimg {
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 6px;
  text-align: center;
}

.breadcrumb {
  border: 1px solid hsl(0, 0%, 90%);
  background: hsl(0, 0%, 95%);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.breadcrumb li,
.breadcrumb li a {
  font-size: 0.95rem;
  color: rgb(150, 150, 150);
}
.breadcrumb li:last-child {
  font-weight: bolder;
  color: rgb(0, 0, 0);
}

.searchby {
  padding-bottom: 30px;
}

.pagination a {
  color: #05192a;
}

.btnsubmit {
  padding: 15px 45px !important;
  height: auto !important;
}

.features svg {
  color: #df4138;
}

.fa-2x {
  font-size: 1.5em !important;
}

.contactform .form-control {
  min-height: 55px !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.09);
}

.features span {
  margin: 5px 5px 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  .hide_on_desktop {
    display: none;
  }
  .collapse.dont-collapse-desktop {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .toptop .col-lg-4 {
    padding: 0;
  }
  .toptop .form-control {
    width: 330px;
  }
  .newslettersection .form-control {
    width: 400px;
    border: none;
  }
}

@media (min-width: 1420px) {
  .toptop .form-control {
    width: 400px !important;
  }
  .toptop .col-sm-4 {
    padding: 0;
  }
  .toptop .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container {
    max-width: 1370px;
  }
  .newslettersection .form-control {
    width: 500px;
    border: none;
  }
  .outerwrapper {
    margin: 0; /* 120px; */
    top: 0;
  }
  .numberstop {
    margin-right: -100px;
  }
}

@media (max-width: 1199px) {
  .topmessages .row .col-sm-4 {
    display: block !important;
  }
  .nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 8px !important;
  }
  .category .card h4 {
    height: 4.8em !important;
  }
  .category .card .imgholder {
    height: 200px !important;
  }
  .category .card .btn:last-child {
    margin-left: 20px;
    margin-top: -10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .row-lg {
    display: block !important;
    overflow: hidden;
  }
  .row-lg .col-md-6 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 991px) {
  /*.toptop h4, .toptop h4 a, .toptop h4 a strong{font-size:14px !important;}*/
  .logo {
    padding-top: 0 !important;
  }
  .logo img {
    margin-top: 15px !important;
  }
  .homeh2 {
    font-size: 25px;
  }
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 8px !important;
  }
  .category .card .imgholder {
    height: 280px !important;
  }
  .category .card h4 {
    height: 3.6em !important;
  }
  .category .card .btn:last-child {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .shippingnotice {display: none;}
  .toptop h4,
  .toptop h4 a,
  .toptop h4 a strong {
    font-size: 18px !important;
  }
  .toptop h4 {
    margin-top: -65px !important;
  }
  .numberstop {
    margin-top: -40px !important;
  }
  .searchform {
    position: fixed;
    width: 100%;
    box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.8);
    top: -105px;
    background: #272332;
    left: 0;
    z-index: 9999;
    transition: all 0.4s ease;
  }
  .searchform .form-inline {
    width: 100%;
    display: block;
  }
  .searchform .form-control {
    width: 100%;
    margin: 0 !important;
  }
  .searchform .form-group {
    margin: 0 !important;
  }
  .searchform .btn {
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0 !important;
  }
  .searchform.active {
    top: 45px;
  }
  .searchonmobile {
    margin-top: 4px;
  }
  .hide {
    display: none !important;
  }
  .filtersbox h4 {
    background: url("../img/filterarrow.png") no-repeat center right;
  }
  .card {
    width: 100%;
  }
  .prodpage_prodimage {
    float: left;
    width: 75%;
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
  }
  .prodpage_videowrapper {
    width: 95%;
  }
  .prodpage_thumbnails {
    float: right;
    width: 25%;
    display: block;
    padding: 0;
    margin: 0;
  }
  .prodpage_thumbnails .col-sm-4 {
    height: 70px;
    padding: 1px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .topmessages {
    display: none;
  }
  .sociallink {
    margin: 0 2px;
    width: 35px;
    height: 35px;
    font-size: 19px;
  }
  .footer2,
  .footer2 .text-right {
    text-align: center !important;
  }
  .footer2 {
    padding-bottom: 15px;
  }
  .nav-underline .text-right {
    text-align: left !important;
  }
  .nav-underline .col-sm-4 {
    display: none;
  }
  .hide_on_mobile {
    display: none;
  }
  .jumbotron {
    background-size: 1100px;
    height: 280px;
  }
  .navbar {
    padding-top: 19px;
    margin-top: 20px !important;
  }
  .followussection,
  footer.p-5 {
    padding: 30px 20px !important;
  }
  .qty_form {
    margin-top: 25px;
  }
  #autocomplete {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 35px;
  }
  .nav-underline .col-sm-8 {
    padding-left: 0 !important;
  }
  .logo img {
    margin-left: -15px;
    max-width: 90px;
  }
}

/********** basket, login ************/

.btn-default {
  background: #dcdcdc;
  color: #000 !important;
}
.btn-default:hover {
  background: #eee;
}

.form-box {
  border: 1px solid #eee;
  padding: 30px;
  margin: 10px 0;
}

.baskettable .nameholder h4 {
  font-size: 21px;
  margin: 0 !important;
}
.baskettable .imgholder {
  height: 150px;
  width: 150px;
}
.baskettable .nameholder {
  margin: 0 20px;
}
.baskettable input[type="number"] {
  display: block;
  height: 30px;
}
.baskettable .price {
  font-size: 12px;
}
.baskettable .price span {
  display: block;
  font-size: 22px;
}
.baskettable td {
  border-bottom: 1px solid #eee;
  padding: 20px 0 5px 0;
  vertical-align: top;
}

.discountbox .form-control {
  text-align: center;
}
.discountbox {
  border: 1px solid #eee;
  padding: 30px;
  margin: 10px 0;
}
.discountbox button {
  display: block !important;
  width: 100%;
  padding: 5px !important;
}
.discountbox .btn-primary {
  display: block;
  margin: 20px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.summarybox {
  border: 1px solid #eee;
  padding: 30px;
  margin: 10px 0;
}
.summarybox h4 {
  font-size: 14px !important;
}
.summarybox .imgholder {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
}
.summarybox .btn {
  display: block;
  padding: 8px 0 !important;
}

.checkoutbox {
  border: 1px solid #eee;
  padding: 30px;
  margin: 10px 0;
}
.checkoutbox h3 {
  margin-bottom: 20px;
}

.paymentoptions {
  margin: 0;
  padding: 10px 0 20px 0;
  list-style: none;
  overflow: hidden;
}
.paymentoptions li {
  float: left;
}
.paymentoptions li a {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 3px 6px !important;
  text-align: center;
  margin: 0 15px 20px 0;
  color: #333;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
}
.paymentoptions li a img {
  margin: 0 !important;
}
.paymentoptions a.active {
  border: 1px solid #ff6600;
  background: #fdfcf2;
  color: #ff6600;
}
.paymentoptions a:hover {
  background: #f7f7f7;
  text-decoration: none;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .baskettable .nameholder {
    width: 200px !important;
  }
  .baskettable .nameholder h4 {
    font-size: 18px;
  }
  .baskettable .price span {
    font-size: 18px;
  }
}

/********************/

.select-popup {
  background: #db1f26;
  border: 1px solid #b91d23;
  padding: 20px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  min-height: 100px;
  width: 250px;
  position: absolute;
  z-index: 996;
  margin-top: -20px;
}

.select-popup:before {
  display: block;
  height: 20px;
  width: 37px;
  background: url(../img/arrowpopup.png);
  content: "";
  margin-left: 0;
  margin-top: -40px;
  position: absolute;
}

.select-popup h4 {
  font-size: 20px;
  color: #fff;
}
.select-popup p {
  color: #fff;
}

#cartTable .product-name .variation {
  margin: 0;
}

#cartTable .product-thumbnail {
  max-width: 75px;
  text-align: center;
}
#cartTable .product-thumbnail img {
  max-height: 75px;
}
#cartTable td {
  vertical-align: middle;
}
#cartTable .product-quantity .btn {
  padding: 2px;
  margin: 0;
}
#cartTable .product-quantity input {
  -moz-appearance: textfield;
  appearance: textfield;
  min-width: 40px !important;
  height: 30px;
  flex: 0;
  border-color: #f0f0f0 !important;
}
#cartTable .product-quantity .input-group {
  flex-wrap: nowrap;
}
#cartTable .product-quantity input::-webkit-inner-spin-button,
#cartTable .product-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cartTable .actions {
  padding-right: 0 !important;
}
#cartTable .actions .form-control {
  height: 50px;
}
#cartTable .actions .btn {
  margin: 0;
  padding: 5px 10px;
}

#cartTable .totals {
  padding-top: 30px !important;
  padding-right: 0 !important;
}
#cartTable .totals .form-control {
  height: 50px;
}
#cartTable .totals .btn {
  margin: 0;
}

.ordertotal {
  font-size: 24px;
  margin: 30px 0;
  font-weight: bold;
  color: #272332;
}

@media (max-width: 991px) {
  #cartTable .product-thumbnail {
    display: none;
  }
  .shippingnotice {display: none !important;}
}

@media (max-width: 991px) and (min-width: 575px) {
  .sidebar {
    padding: 0;
  }

  .card .imgholder {
    height: auto;
  }

  .card h4 a {
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  #cartTable tbody,
  #cartTable tfoot {
    width: 100% !important;
    display: block;
    padding-right: 20px !important;
  }
  #cartTable thead {
    display: none;
  }

  #cartTable .actions .form-control {
    display: block;
    width: 100%;
  }
  #cartTable .actions .btn {
    display: block;
    width: 100%;
    margin: 5px 0 !important;
  }
  #cartTable .input-group-append {
    width: 100%;
    display: block;
  }

  #cartTable td {
    padding: 5px !important;
  }
  #cartTable .product-thumbnail {
    display: none;
  }
  #cartTable .product-quantity .btn {
    width: 30px;
    height: 30px;
  }
  #cartTable .product-quantity input {
    min-width: 40px;
  }
  #cartTable td.product-name a,
  #cartTable .product-price td,
  #cartTable .product-subtotal td {
    line-height: 1.2rem !important;
  }
  #cartTable .product-quantity {
    max-width: 100px;
  }
}

/********************/
/*  ACCOUNT DETAIL  */
/********************/

.accountDetail {
  border: 1px solid #bcbcbc;
}

.accountDetailMenu {
  border-right: 1px solid #bcbcbc;
  background: #dcdcdc;
  padding: 0;
}

.accountDetailMenu .nav {
  margin-top: 0px;
}

.accountDetailMenu .nav-item {
  margin-top: 0px;
  border-bottom: 1px solid #bcbcbc;
  background-color: #dcdcdc;
}

.accountDetailMenu .nav-item .nav-link {
  color: #272332 !important;
}

.accountDetailMenu .nav-item .nav-link:hover {
  color: #fff !important;
}

.accountDetail h3 a.btn {
  background: none;
  margin: 0;
  padding: 0 0 8px 0;
}

.accountDetail h3 a.btn:hover svg {
  color: #852925;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/********************/
/*  Carousel Rules  */
/********************/

#wf-carousel-default {
  height: 500px;
}
#wf-carousel-default .carousel-item div {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #wf-carousel-default {
    height: 280px;
  }
  #wf-carousel-default .carousel-item div {
    background-size: 1100px;
    height: 280px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: hsla(0, 0%, 100%, 0.3);
  transition: all 1s;
  opacity: 0.8;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  width: 8%;
  opacity: 1;
}

/********************/

/*************************/
/*  Product Detail Card  */
/*************************/

.prod_detail_card {
  font-family: 'source-code-pro', system-ui;
  border: 1px solid black;
  border-radius: 10px;
  padding: 0 10px 10px;
  margin-bottom: 40px;
  background: #eee;
}

.card-header:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/********************/

/*************************/
/*  Product Detail Table  */
/*************************/

.table-product {
  width: 100%;
  margin-bottom: 0;
}

.table-product td:nth-child(1) {
  width: 50%;
  text-align: right;
}

.table-product td:nth-child(2) {
  width: 50%;
}

.table-product td {
  vertical-align: middle;
  border-color: #cbcbcb;
}

.table-product tbody tr:first-of-type td {
  border: none;
}

.table-product tr {
  border-top: 1px solid #cbcbcb;
}

.table-product tr:first-of-type,
.table-product tr:last-of-type,
.table-product tfoot td {
  border: none;
}

.table-product tbody tr td:first-child,
.table-product tfoot tr td:first-child {
  border-right: 1px solid #cbcbcb;
}

.table-product tfoot tr:last-of-type td:last-of-type {
  padding: 0;
  border: none;
}

.table > :not(:first-child) {
  border-top: none;
}

.table-product .qty_form {
  width: 100%;
}

/********************/
/*  Prod Info Tabs  */
/********************/

#prodInfoTabs.nav-tabs {
  border-bottom: 0;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item {
  background: none;
}

.nav-tabs .nav-link {
  color: #272332 !important;
  /*background:#cfcfcf;*/
  border: 1px solid #cfcfcf;
  border-bottom: #cfcfcf;
}

.nav-tabs .nav-link:hover {
  background: #e9ecef;
  border-color: #cfcfcf;
}

.nav-tabs .nav-link[aria-selected="true"] {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.nav-tabs .nav-link[aria-selected="true"]:hover {
  background: #fff;
}

.tab-content {
  border: 1px solid #cfcfcf;
  border-radius: 0 0 1rem 1rem;
  padding: 0 10px;
}

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

#video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 10px;
}

.promo {
  --f: 10px; /* control the folded part*/
  --r: 5px; /* control the ribbon shape */
  --t: 20px; /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(
    1% 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #bd1550;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

.icon {
  max-height: 1.5rem;
  width: auto;
}

/********************/

table {
  font-size: 0.9rem;
}

.searchformdesktop input {
  margin: 0 0px 8px 0 !important;
  width: 550px !important;
  height: 44px !important;
}
.searchformdesktop .btn {
  border-radius: 0;
  margin: 0px 0 8px 0 !important;
}

@media (max-width: 1200px) {
  .searchformdesktop input {
    margin: 0 0px 8px 0 !important;
    width: 350px !important;
    height: 44px !important;
  }
}

/*** Algolia ***/

.aa-Label svg, .aa-LoadingIndicator svg{
    color: rgb(33, 37, 41, 1.0)!important;
}

.aa-Item {
  border-bottom: 1px solid #eee;
  width: 100% !important;
  padding: 14px 7px !important;
}
.aa-Form {
  border-radius: 0.5rem !important;
  border-color: #ced4da !important;
  margin-top: -5px;
}
.aa-Input {
  width: 400px !important;
}
.aa-InputWrapperPrefix {
  display: block;
}
.aa-InputWrapperPrefix svg {
  color: #852925;
}
.aa-Item a {
  text-decoration: none;
}
.aa-ClearButton {
  position: absolute;
  margin-left: -45px;
}

@media (max-width: 767px) {
  .aa-Input {
    width: 490px !important;
  }
}

@media (max-width: 681px) {
  .aa-Input {
    width: 100% !important;
  }
  #autocomplete {
    width: 100% !important;
  }
  .aa-Autocomplete {
    width: 100% !important;
  }
  .aa-DetachedSearchButton {
    width: 100% !important;
    border-radius: 0 !important;
    border-color: #ced4da !important;
  }
  .aa-DetachedSearchButton svg {
    color: #852925;
  }
}

figure.containerZoom {
  cursor: zoom-in;
}
figure.containerZoom.active img {
  opacity: 0;
}
figure.containerZoom.active img {
  opacity: 0 !important;
}
figure.containerZoom img {
  width: 100%;
}

.alert-basket {
  border: 2px dashed red;
  border-radius: 1rem;
  padding: 16px;
  width: 100%;
  display: block;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
  background: #ffe6e6;
}
.alert-basket svg {
  height: 100%;
  float: left;
  fill: red;
}
.alert-basket p,
.alert-basket p a {
  font-weight: 600;
  color: #272332;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  color: red;
}
.alert-basket p a {
  text-decoration: underline;
  opacity: 0.7;
}
.alert-basket p a:hover {
  opacity: 0.4;
}

/*** Category ReadMore ***/
.category-desc {
  height: auto;
  overflow: hidden;
}

.short {
  max-height: 150px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.tall {
  height: auto;
  overflow: auto;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
/*** END Category ReadMore ***/

/*** PROMOTIONS LIST ***/

.promotions ul {
  list-style: none;
}

.promotions ul li:after {
  content: "\2714\0020" !important;
  color: #2cba6c;
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em !important;
  border: 2px solid #2cba6c;
  background: #ffffff;
  border-radius: 100px;
}

/*** Subcategory Buttons ***/
.subCats {
  margin-top: -25px;
  margin-bottom: 20px;
  padding: 1rem;
  background: #efefef;
  border: 1px solid #cfcfcf;
  border-radius: 1rem;
}

.subCats h5 {
  width: 100%;
  font-size: smaller;
}

.subcats h5 a:hover {
  color: white;
}

.subCats .btn {
  margin: 0.125rem;
  padding: 0.15rem 0.5rem;
}

.stickyWrap {
  position: sticky;
  top: 6rem;
}

.sortbar {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.sortbar select {
  max-width: 200px;
}
.sortbar form {
  margin: 0 0 0 24px;
}
.sortbar p {
  margin: 0 !important;
}

.container404{padding:60px; text-align: center;}
.container404 h2{margin-bottom:30px;}
.container404 h3{margin-bottom:20px;}
.container404 #autocomplete {max-width:500px; margin:0 auto !important;}

@media (max-width: 991px) {
  .navbar {
    position: relative;
  }
}

.address-box{
  opacity: .6;
  transition: all .2s linear;
  padding: 5px 10px;
  border: 1px solid rgb(0,0,0,0.08);
  border-radius: .5rem;
  margin-bottom: 1rem;
}

.address-box:hover, .address-box.active:hover{
  border: 1px solid rgba(255, 100, 100, .8);
  opacity: .8;
}

.address-box.active{
  opacity: 1;
  border: 1px solid rgb(0,0,0,0.5);
  box-shadow: rgba(0, 0, 0, 0.1) 0 .5em 1rem;
}

.address-box.active p{
    font-weight: bolder;    
}

.aa-Panel {
  z-index: 999 !important;
}

.site-banner {
    background-color: #0e4269;
    color: white;
    padding: 12px 0;
    position: relative;
    z-index: 1000;
}
.site-banner .banner-content {
    font-size: 14px;
    line-height: 1.5;
}
.site-banner .banner-content p {
    color: white;
    margin: 0;
    text-align: center;
}
.site-banner .banner-content a {
    color: #fff;
    text-decoration: underline;
}
.site-banner .btn-close {
    opacity: 0.7;
}
.site-banner .btn-close:hover {
    opacity: 1;
}