body {
  font-family: "Montserrat";
  background: var(--bs-gray-100);
}


 
a {
  color: var(--bs-success);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.alert-fixed {
  position: fixed;
  z-index: 99999999999;
  top: 30vh;
  width: 80vw;
  left: 10vw;
  border: 5px solid var(--bs-gray-300);
  padding: 3rem;
  background: white !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

@media (min-width: 768px) {
  .alert-fixed {
    top: 40vh;

    width: 70vw;

    left: 15vw;
    border: 5px solid var(--bs-gray-500);
  }
}

.tns-controls {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: rgb(255, 255, 255);
  background: var(--bs-success);
  border-radius: 3px;
  border: 0;
}

.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] {
  color: #999999;
  background: #b3b3b3;
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: rgb(224, 11, 11);
}

/*  ********************************************************************* Header - Navigation */

#mainHeading .navcon,
#mainHeading .mainLogo,
#mainHeading .navspace {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navcon {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.navcon * {
  color: var(--bs-light) !important;
}
.scrolled .navcon {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 576px) {
  .topnote {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .scrolled .navspace {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.mainLogo {
  width: 70vw;
  max-width: 280px;
}
.scrolled .mainLogo {
  max-width: 220px;
}
#secondaryNav a {
  font-size: smaller;
}

/*  *********************************************************************   Fire Homepage Hero */
#hero {
  margin-top: -30px;
}
#hero img {
  height: 70vh;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  background: #020202;
  margin: 0;
}
#hero h1 {
  font-size: calc(1.525rem + 2.3vw);
  font-weight: 300;
  line-height: 1.2;
  /*color: white;
	*/
}
.text-shadow {
  text-shadow: 0 2px 11px #020200;
}

#hereEnv {
  margin-top: -30px;
  background: #002b04
    url("https://c-logs-com.stackstaging.com/image/clog-wide.jpg") no-repeat;
  background-size: cover;
}

#hereEnv .overlay {
  background: rgba(0, 43, 4, 0.38);
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  #hereEnv .overlay {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

/*  ********************************************************************* Homepage product list */

.featured .card-title,
.product-layout .card-title {
  font-weight: bolder;
  margin-top: 0.5rem;
}

.featured .card-title a,
.product-layout .card-title a {
  text-decoration: none;
  color: black;
}

/*  ********************************************************************* Forms */

.decrease,
.increase,
.quantity-amount {
  height: 2.5rem;
  margin: 0;
  border-radius: 0;
  border: none;
}

.quantity-amount {
  width: 4rem;
  border: 1px solid white; /*was var(--bs-gray-200) */
  background: white; /*was var(--bs-gray-200) */
  text-align: center;
}

.decrease,
.increase {
  width: 2.5rem;
  background: var(--bs-success);
  color: white;
}

.decrease:hover,
.increase:hover {
  background: var(--bs-teal);
}

/*  ********************************************************************* Shopping Cart */

.shoppingCartTable h5 a {
  text-decoration: none;
  font-weight: bolder;
  color: var(--bs-dark);
}

.accordion-button:not(.collapsed) {
  color: var(--bs-success);
  background-color: #e8f8e2;
}

.panel-body label {
  margin-top: 1rem;
}

.panel-title {
  padding: 1rem;
}
.panel-title:has(a) {
  padding: 0rem;
}

.accordion-button {font-size:24px!important;}
.offcanvas-body ul {
  list-style: none;
}




/*  ********************************************************************* Misc  */


.niceborder {border: 1px solid #ced4da;
     
    border-radius: 0.375rem;}

.delivery-alert {border: 2px solid #dc3545;
     padding:1rem;margin-bottom:1rem;
      border-radius: 0.375rem;}

      .delivery-success {border: 2px solid #09af1f;
        padding:1rem;margin-bottom:1rem;
         border-radius: 0.375rem;}


@media (min-width: 768px) {
  .jumpup {
    margin-top: -50px;
  }
}

.price-new {
  font-weight: bolder;
  color: var(--bs-red);
}

.price-old {
  text-decoration: line-through;
}

.termsandconditions li {
  margin-bottom: 0.7rem;
}

.product-list .product-thumb {
  width: 320px;
  float: left;
  margin-right: 10px;
}

.product-grid .proDesc {
  display: none;
}

.product-list .proDesc {
  display: block !important;
}

/* new breadcrumbs */

@media (max-width: 768px) {
  .breadcrumb {
    display: none !important;
  }
}

.breadcrumb {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}
.breadcrumb .icon {
  font-size: 14px;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: #fff;
  display: block;
  background: #ced4da;
  text-decoration: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
.breadcrumb li:nth-child(even) a {
  background-color: #adb5bd;
}
.breadcrumb li:nth-child(even) a:before {
  border-color: #adb5bd;
  border-left-color: transparent;
}
.breadcrumb li:nth-child(even) a:after {
  border-left-color: #adb5bd;
}
.breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
.breadcrumb li:first-child a:before {
  border: none;
}
.breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
.breadcrumb li:last-child a:after {
  border: none;
}
.breadcrumb li a:before,
.breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ced4da;
  border-width: 10px 10px;
  width: 0;
  height: 0;
  padding-right: 0 !important;
}
.breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ced4da;
}
.breadcrumb li a:hover {
  background-color: var(--bs-primary);
}
.breadcrumb li a:hover:before {
  border-color: var(--bs-primary);
  border-left-color: transparent;
}
.breadcrumb li a:hover:after {
  border-left-color: var(--bs-primary);
}
.breadcrumb li a:active {
  background-color: var(--bs-primary);
}
.breadcrumb li a:active:before {
  border-color: var(--bs-primary);
  border-left-color: transparent;
}
.breadcrumb li a:active:after {
  border-left-color: var(--bs-primary);
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}

.footerList a {
  color: white;
}
strong {
  font-weight: 800;
}
.bg-dark-50 {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border: 1px solid var(--bs-gray-600);
}
.bg-clog {
  background: darkgreen;
}
.text-white {
  color: white;
}

/* INFO HEADINGS */

.infoHeader {
  border: 1px solid var(--bs-gray-400);
}

.Category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/trees.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.About-Us {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/woods.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.Terms-and-Conditions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/trees.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.Delivery-Information {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/trees.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.About-Us {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/woods.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.FAQs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/logs.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.Privacy-Policy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/logs.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.Ways-to-Order-and-Pay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/woods.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

.Online-Shopping {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://c-logs-com.stackstaging.com/image/woods.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}

/*  Cookie Consent */

.cookie-consent-modal {
  padding-top: 0;
  position: fixed;
  width: auto;
  height: auto;
  z-index: 666000;
  font-family: sans-serif;
}

.cookie-consent-modal .modal-content-wrap {
  position: fixed;
  bottom: 0;
  margin: 1rem;
}

.cookie-consent-modal .modal-content-wrap.right {
  right: 0;
}

.cookie-consent-modal .modal-content-wrap.left {
  left: 0;
}

.cookie-consent-modal .modal-content-wrap .modal-content {
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  color: #212529;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  padding: 0;
  max-width: 400px;
  border-radius: 0.2rem;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-header {
  padding: 0.5rem 1rem;
  border-bottom: #ced4da;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-header h3 {
  margin: 0;
  font-size: 130%;
  font-weight: 500;
  position: relative;
  top: 0.2rem;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body {
  padding: 0.1rem 1rem;
  line-height: 1.3;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body a {
  color: var(--bs-success);
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body a:hover {
  color: var(--bs-success);
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer {
  padding: 0.1rem 0.5rem 0.5rem 0.5rem;
}

.cookie-consent-modal
  .modal-content-wrap
  .modal-content
  .modal-footer
  .buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cookie-consent-modal
  .modal-content-wrap
  .modal-content
  .modal-footer
  .buttons
  .btn {
  margin-top: 0.5rem;
  width: 100%;
}

.cookie-consent-modal
  .modal-content-wrap
  .modal-content
  .modal-footer
  .buttons
  .btn.btn-secondary {
  background-color: var(--bs-light);
  color: var(--bs-dark);
  border-color: #6c757d;
}

.cookie-consent-modal
  .modal-content-wrap
  .modal-content
  .modal-footer
  .buttons
  .btn.btn-secondary:hover {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

@media screen and (max-width: 620px) {
  .cookie-consent-modal .btn {
    width: 100%;
  }
}

.cookie-consent-modal.block-access {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 620px) {
  .cookie-consent-modal.block-access {
    padding-top: 0;
  }
}

.cookie-consent-modal.block-access .modal-content-wrap {
  position: relative;
  margin: 2.5% auto;
  bottom: auto;
  width: 95%;
}

.cookie-consent-modal.block-access .modal-content-wrap .modal-content {
  border: none;
  margin: 0 auto;
}

/* # sourceMappingURL=cookie-consent.css.map */
