@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../ssi/fonts/OpenSans-Light.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(../ssi/fonts/OpenSans.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(../ssi/fonts/OpenSans-Semibold.woff) format("woff");
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #f6f6f6;
}

.titannav, .contactheader {
  --titan-primary-color: var(--bs-primary);
  --titan-secondary-color: #b65cf9;
  --titan-nav-link-color: #fff;
  font-family: "Open Sans", sans-serif;
  --titan-nav-hover-color: #eda72f;
}

.titannav .titannav-btn {
  transform: translateY(0px);
  transition: all 0.4s;
  background-color: var(--titan-primary-color);
  color: var(--bs-white);
}

.titannav .titannav-btn:hover {
  transform: translateY(5px);
}

.mainlogo {
  max-height: 70px;
}

@media (max-width: 995px) {
  .mainlogo {
    max-height: 70px;
  }
}
.titannav-header {
  z-index: 9;
  background-color: #000;
  color: #fff;
  padding: 0;
  margin: 0;
}

.titannav-header ul, .titannav-header ol, .titannav-header p, .titannav-header h1, .titannav-header h2, .titannav-header h3, .titannav-header h4, .titannav-header h5, .titannav-header h6, .titannav-header figure {
  margin: 0;
  padding: 0;
}

.titannav-header ul.navbar-nav li.nav-item {
  margin: 0 1.25rem;
}

@media (min-width: 1200px) {
  .titannav-header ul.navbar-nav li.nav-item {
    margin: 0 1.2rem;
  }
}
.titannav-header ul.navbar-nav li.nav-item a.nav-link {
  color: var(--titan-nav-link-color);
  padding: 0;
  font-size: 14px !important;
  font-weight: 400;
  position: relative;
}

.titannav-header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: var(--titan-nav-hover-color);
}

.titannav-header ul.navbar-nav li.nav-item a.nav-link:hover:after {
  border-color: var(--titan-nav-link-color);
}

.titannav-header ul.navbar-nav li.nav-item:last-of-type a.nav-link {
  margin-right: 0;
  padding-right: 0;
}

.titannav-header ul.navbar-nav li.nav-item:first-of-type a.nav-link {
  margin-left: 0;
  padding-left: 0;
}

.titannav-header ul.navbar-nav .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(37, 37, 37, 0.12);
  margin: 0;
  background: #fff;
  border: none;
  transition: all 0.3s;
  top: 115% !important;
  z-index: 9;
}

.titannav-header ul.navbar-nav .dropdown-menu a.dropdown-item {
  padding: 0.35rem 1rem;
  transition: all 0.3s;
  font-size: 0.8rem;
  color: #333;
  font-weight: 500;
}

.titannav-header ul.navbar-nav .dropdown-menu a.dropdown-item:after {
  border-color: var(--titan-nav-link-color);
}

.titannav-header ul.navbar-nav .dropdown-menu a.dropdown-item:hover {
  color: var(--titan-nav-hover-color);
}

.titannav-header ul.navbar-nav .dropdown-menu a.dropdown-item:hover:after {
  border-color: var(--titan-nav-hover-color);
}

.titannav-header ul.navbar-nav .dropdown-menu a.dropdown-item.active {
  color: var(--titan-nav-hover-color);
}

.titannav-header ul.navbar-nav .dropdown-toggle:after {
  box-sizing: border-box;
  height: 0.4em;
  width: 0.4em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
  margin-left: 0.355em;
}

.titannav-header ul.nav-controls li {
  color: var(--titan-nav-link-color);
  transition: all 0.3s;
}

.titannav-header ul.nav-controls li:hover {
  color: var(--titan-primary-color);
}

.titannav-header .offcanvas-toggle {
  margin-left: 2rem;
}

.titannav-header .offcanvas-toggle .icon-wrapper {
  z-index: 0;
  color: var(--bs-dark);
  transition: all 0.3s;
}

.titannav-header .offcanvas-toggle:hover .icon-wrapper {
  color: #444;
}

.titannav-header .offcanvas-toggle:hover .icon-wrapper:before {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .titannav-header .dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    min-width: 12em;
  }
  .titannav-header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100% !important;
  }
}
.titannav-offcanvas {
  --titan-width: 100%;
  --bs-border-color: #3b3838;
}
.titannav-offcanvas .btn-close {
  transition: all ease 0.4s;
}
.titannav-offcanvas .btn-close:hover {
  transform: rotate(90deg);
}
.titannav-offcanvas .offcanvas {
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}

.nav-link {
  font-size: 1.2rem !important;
  border: none;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  color: var(--titan-nav-hover-color) !important;
}
.nav-link .offcanvas.offcanvas-mobile {
  --titan-secondary-color: var(--bs-dark);
  color: var(--bs-white);
  border: none;
}
.nav-link .offcanvas.offcanvas-mobile ul.offcanvas-listing li a {
  color: var(--bs-dark);
  transition: color 0.3s ease;
}

.mobilesearch {
  padding: 0 1rem 1rem 1rem;
}

.titannav-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a:hover {
  color: var(--titan-primary-color);
}

.titannav-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a span {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.titannav-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a.collapsed span {
  transform: rotate(0deg);
}

.titannav-offcanvas .offcanvas.offcanvas-mobile ul li ul li {
  padding-left: 1rem;
}

.contactheader {
  font-size: 0.9rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  color: rgb(33, 37, 41);
  background: #f9c804;
}
.contactheader a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.contactheader a:hover {
  color: #555;
}

.topbar {
  background: #f9c804;
  padding: 0.5rem;
  color: rgb(33, 37, 41);
}
.topbar .headericonbutton {
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.topbar .headericonbutton:hover {
  color: #555;
}
.topbar .headericonbutton i {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

@media (min-width: 990px) {
  .headericonbutton {
    display: flex;
  }
}
@media (max-width: 990px) {
  .headericonbutton {
    display: none;
  }
}
.search {
  position: relative;
}
.search input {
  height: 41px;
  border: 2px solid #d6d4d4;
}
.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}
.search .fa-search {
  position: absolute;
  top: 10px;
  right: 16px;
}
.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 110px;
  background: blue;
}

.telephone {
  font-size: 1.6em;
  line-height: 1em;
}

.iconHeight {
  height: 36px;
  width: 36px;
  margin: 10px;
}

@media screen and (min-width: 992px) {
  .sideLine {
    border-right: none;
  }
  .iconHeight {
    height: 32px;
    width: 32px;
    margin: 0;
  }
}
.maincontent {
  font-size: 14px !important;
}
.maincontent h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #111;
  margin-bottom: 20px;
}
.maincontent h2 {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 10px;
}
.maincontent h3 {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 10px;
}
.maincontent a {
  color: #3b6c10;
  text-decoration: underline;
}
.maincontent a:hover {
  text-decoration: underline;
  color: #f9c804;
}
.maincontent .btn {
  color: #fff;
  text-decoration: none;
}
.maincontent td, .maincontent li {
  font-size: 14px !important;
}

.bg-subnav {
  background-color: rgb(240, 240, 240);
  color: #666;
  font-size: 0.7em;
}
.bg-subnav a {
  color: #666;
}
.bg-subnav a:hover {
  opacity: 80%;
}
.bg-subnav h3 {
  font-size: 1.2rem;
}

.productlist {
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 10px;
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 4px 4px hsla(0, 0%, 0%, 0.075), 0 8px 8px hsla(0, 0%, 0%, 0.075), 0 16px 16px hsla(0, 0%, 0%, 0.075);
  transition: 0.3s;
}
.productlist a {
  text-decoration: none;
}

.productlist:hover {
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.175), 0 2px 2px hsla(0, 0%, 0%, 0.175), 0 4px 4px hsla(0, 0%, 0%, 0.175), 0 8px 8px hsla(0, 0%, 0%, 0.175), 0 16px 16px hsla(0, 0%, 0%, 0.175);
}
.productlist:hover a {
  text-decoration: none;
}

.catlisting {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  height: 100%;
  text-align: center;
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 4px 4px hsla(0, 0%, 0%, 0.075), 0 8px 8px hsla(0, 0%, 0%, 0.075), 0 16px 16px hsla(0, 0%, 0%, 0.075);
  transition: 0.3s;
}
.catlisting a {
  text-decoration: none;
}
.catlisting h3 {
  color: #000 !important;
  font-size: 1.2em;
}
.catlisting p {
  font-size: 0.8em;
}
.catlisting img {
  margin-bottom: 15px;
}

.catlisting:hover {
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.175), 0 2px 2px hsla(0, 0%, 0%, 0.175), 0 4px 4px hsla(0, 0%, 0%, 0.175), 0 8px 8px hsla(0, 0%, 0%, 0.175), 0 16px 16px hsla(0, 0%, 0%, 0.175);
}
.catlisting:hover a {
  text-decoration: none;
}

.catlistingnoshadow, .catlistingnoshadow:hover {
  box-shadow: none;
}

footer {
  background: #222;
  color: #fff;
}
footer .accordion {
  background: transparent;
}
footer .accordion h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.1em;
}
footer p {
  font-size: 0.9em;
  margin: 0 0 5px 0;
  line-height: 1.7rem;
}
footer a {
  text-decoration: none;
  color: rgb(200, 200, 200);
}
footer a:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
footer .small {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 0 0;
  font-size: 0.6em;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-buttonhide::after {
  background-image: unset !important;
}

.fa-facebook {
  color: #1877F2;
}

.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-linkedin {
  color: #0077B5;
}

.fa-pinterest {
  color: #E60023;
}

.fa-tiktok {
  color: #111111;
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.fa-x-twitter {
  color: #000000;
}

.fa-youtube {
  color: #FF0000;
}

/* Style for the custom accordion */
.custom-accordion .accordion-button {
  background-color: #222; /* Change background color */
  color: white; /* Change text color */
  font-weight: bold; /* Make text bold */
  border: none;
  padding: 0;
  margin: 0;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none; /* Change focus shadow */
}

.custom-accordion .accordion-item {
  background-color: #222; /* Change body background */
  border: none !important; /* Add border to the top */
  color: white; /* Change text color */
  padding: 0;
  margin: 0;
}

.custom-accordion .accordion-body {
  background-color: #222; /* Change body background */
  border: none; /* Add border to the top */
  padding: 0;
  margin: 0;
}

.custom-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-accordion .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bloglistitem {
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 4px 4px hsla(0, 0%, 0%, 0.075), 0 8px 8px hsla(0, 0%, 0%, 0.075), 0 16px 16px hsla(0, 0%, 0%, 0.075);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
}

.bloglistitem a {
  text-decoration: none;
}

.bloglistitem h2 {
  color: #000 !important;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

.bloglistitem p {
  font-size: 0.8em;
}

.bloglistitem img {
  margin-bottom: 15px;
}

.bloglistitem .date {
  font-size: 0.8em;
  margin: 0 0 20px 0;
  color: #666;
}

.bloglistitem:hover {
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.175), 0 2px 2px hsla(0, 0%, 0%, 0.175), 0 4px 4px hsla(0, 0%, 0%, 0.175), 0 8px 8px hsla(0, 0%, 0%, 0.175), 0 16px 16px hsla(0, 0%, 0%, 0.175);
}

.bloglistitem:hover a {
  text-decoration: none;
}

.blackfriday, .blackfriday a, .blackfriday a:hover {
  color: #f9c804;
  background: #000;
  padding: 5px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

.addtobasketbox {
  background: #efefef;
  padding: 10px 4%;
  text-align: right;
}
.addtobasketbox input[type=radio] {
  text-align: right !important;
  margin-bottom: 20px;
}
.addtobasketbox label {
  padding-left: 10px;
}

.frmbutton_addtobasket {
  cursor: pointer;
  color: #fff;
  background-color: #3B6C11;
  border: none;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 1.8em;
  font-weight: 400;
  padding: 7px 0;
}

.frmbutton_addtobasketsmall {
  cursor: pointer;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #3B6C11;
  border: none;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  clear: both;
  float: right;
  font-size: 1em;
  margin: 10px 0 0 0;
  font-weight: 400;
  padding: 7px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #f9c804;
  color: #fff;
}

.nav-tabs .nav-link {
  color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background: #f9c804;
  color: #fff;
}

.tab-panel iframe {
  max-width: 100% !important;
}

.details-tabs .nav-link {
  font-size: 14px !important;
}

#MainImage {
  position: relative;
}
#MainImage img {
  width: 100%;
}
#MainImage #imageprev {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 0;
  display: block;
  color: #777;
  margin-top: -20px;
}
#MainImage #imagenext {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  display: block;
  margin-top: -20px;
  color: #777;
}
#MainImage #imageprev:hover, #MainImage #imagenext:hover {
  color: #eee;
}

/* Cart buttons for quantity */
.plus-btn, .minus-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.plus-btn {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-left: none;
}

.minus-btn {
  border-right: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.quantityinput {
  width: 30px;
  height: 35px;
  font-size: 1em;
  font-weight: 300;
  color: #555;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  background: none;
}

/* End Cart buttons for quantity */
.basketbody {
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.basketimage {
  width: 100%;
  max-width: 150px;
}

.basketbody td {
  border-bottom: 1px solid #b9b5a6;
  padding: 5px 0;
}

.basketbody td a {
  font-weight: 700;
  color: #000;
}

.basketbody td a:hover {
  color: #639C00;
}

.baskettop td {
  border-bottom: 1px solid #b9b5a6;
  background: #650000;
  color: #b9b5a6;
  padding: 3px;
}

#inlinesearch {
  position: absolute;
  left: 25%;
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  font-size: 0.8em;
  display: none;
  -webkit-box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2);
}

#inlinesearch a {
  color: #000;
}

#inlinesearch a:hover {
  color: #111;
}

#inlinesearch .inlinesearch-sectiontitle {
  font-weight: 600;
  margin-bottom: 10px;
}

#inlinesearch h3 {
  font-size: 1em;
  margin: 0;
}

#inlinesearch p {
  margin: 0;
}

#inlinesearch .inlinesearch-price {
  margin: 0;
  font-weight: 600;
}

#inlinesearch .inlinesearch-small {
  font-size: 0.8em;
  margin: 0;
}

#inlinesearch .inlinesearch-spacer {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

#inlinesearch .inlinesearch-article {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px 25px;
  margin-top: 5px;
}

#inlinesearch .inlinesearch-article a {
  display: block;
}

#inlinesearch .inlinesearch-more {
  display: block;
  text-align: center;
  padding: 5px;
  background: #f9c804;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  margin: 10px -10px -10px -10px;
}

#inlinesearch .inlinesearch-more:hover {
  color: #fff;
  background: #000;
}

/*# sourceMappingURL=stylesheet.css.map */
