@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #222222;
  padding-bottom: 0 !important;
}
body * {
  outline: none;
}
body > .container {
  min-height: 40vh;
}
body #footer-area {
  margin-top: 0;
}
body .row {
  margin: 0;
}

.container {
  width: 89.5833333333%;
}

.target-heading {
  color: #222222;
  font-size: 3em !important;
  font-weight: 700;
}
.target-heading:before {
  content: "";
  width: 68px;
  height: 6px;
  background: #f99400;
  display: block;
  margin: 0 auto 20px;
}
.target-heading:after {
  display: none !important;
}
.target-heading.no-border:before {
  display: none;
}

.breadcrumb li {
  padding: 0 5px;
}
.breadcrumb li::after {
  font-family: "Lato", sans-serif;
}
.breadcrumb li:last-child a {
  font-weight: normal;
}
.breadcrumb li a {
  letter-spacing: normal;
}

.page-banner .page-banner-title {
  display: none;
}

.btn {
  padding: 15px 40px;
  text-transform: uppercase;
  border-radius: 40px;
  border: solid 2px transparent;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
}
.btn.btn-orange, .btn.btn-primary {
  background: #f99400;
  color: #ffffff;
}
.btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #ffffff;
  color: #f99400;
  border-color: #f99400;
}
.btn.btn-gray, .btn.btn-default {
  background: #bababa;
  color: #ffffff;
}
.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-default:hover, .btn.btn-default:focus {
  background: #ffffff;
  color: #bababa;
  border-color: #bababa;
}

.slick-slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
}

#swal2-content a {
  color: #f99400;
}

.cart-dorpdown-items .btn-danger,
.cart-description .btn-danger {
  width: 40px;
  height: 40px;
  padding: 0;
}
.cart-dorpdown-items .item-name,
.cart-dorpdown-items a,
.cart-description .item-name,
.cart-description a {
  color: #f99400;
  font-weight: 700;
}

.cart-dorpdown-item-charges .btn,
.cart-quantity .btn {
  padding: 10px;
  height: 40px;
}
.cart-dorpdown-item-charges .form-control,
.cart-quantity .form-control {
  height: 40px;
}

.product-search #content h2 {
  margin-bottom: 20px;
}
.product-search .search-container {
  width: 100%;
  max-width: none;
}
.product-search .search-container .search-options {
  justify-content: center;
}
.product-search .search-container .search-options select {
  width: max-content;
  max-width: none;
}
.product-search .search-container .search-options .btn {
  padding: 0 20px;
}

#fullpage-search-open .las {
  transform: rotateY(180deg);
}

.header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
}
.header-container .header-logo {
  margin: auto auto auto 0;
}
.header-container .header-logo img {
  max-width: 300px;
}
.header-container .header-menu {
  margin-right: 40px;
}
.header-container .header-menu #main-menu > li {
  font-size: 1em;
  text-transform: uppercase;
}
.header-container .header-menu #main-menu > li.active > a {
  color: #f99400;
}
.header-container .header-menu #main-menu > li > a {
  transition: all 0.2s ease;
}
.header-container .header-menu #main-menu > li > a:hover {
  color: #f99400;
}
.header-container .header-menu #main-menu > li ul {
  display: none !important;
}
.header-container .header-menu #main-menu > li .sub-arrow {
  display: none;
}
.header-container .header-links > a,
.header-container .header-links > a[data-toggle=dropdown],
.header-container #account > a,
.header-container #account > a[data-toggle=dropdown],
.header-container #enquiry > a,
.header-container #enquiry > a[data-toggle=dropdown],
.header-container #cart > a,
.header-container #cart > a[data-toggle=dropdown],
.header-container ._search > a,
.header-container ._search > a[data-toggle=dropdown] {
  color: #f99400;
  transition: all 0.2s ease;
}
.header-container .header-links > a:hover,
.header-container .header-links > a[data-toggle=dropdown]:hover,
.header-container #account > a:hover,
.header-container #account > a[data-toggle=dropdown]:hover,
.header-container #enquiry > a:hover,
.header-container #enquiry > a[data-toggle=dropdown]:hover,
.header-container #cart > a:hover,
.header-container #cart > a[data-toggle=dropdown]:hover,
.header-container ._search > a:hover,
.header-container ._search > a[data-toggle=dropdown]:hover {
  color: #bababa;
}
.header-container .header-links > a > i,
.header-container .header-links > a[data-toggle=dropdown] > i,
.header-container #account > a > i,
.header-container #account > a[data-toggle=dropdown] > i,
.header-container #enquiry > a > i,
.header-container #enquiry > a[data-toggle=dropdown] > i,
.header-container #cart > a > i,
.header-container #cart > a[data-toggle=dropdown] > i,
.header-container ._search > a > i,
.header-container ._search > a[data-toggle=dropdown] > i {
  font-size: 2em;
}
.header-container #cart > a .badge,
.header-container #enquiry > a .badge {
  background: #f99400;
}

footer {
  background: #464646;
  padding-bottom: 0;
}
footer h5 {
  font-size: 1.25em;
  margin-bottom: 20px;
}
footer .footer-upper-contet {
  padding: 60px 0;
}
footer .footer-upper-contet > div {
  width: 20%;
  flex: auto !important;
}
footer .footer-upper-contet .footer-contact-info {
  width: 40%;
}
footer .footer-upper-contet .footer-contact-info > p {
  margin-bottom: 0;
  line-height: 1.5;
}
footer .footer-upper-contet .footer-contact-info .address {
  margin-bottom: 20px;
}
footer .footer-upper-contet .footer-contact-links h5,
footer .footer-upper-contet .footer-social-icons h5 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-upper-contet .footer-contact-links li,
footer .footer-upper-contet .footer-social-icons li {
  margin-bottom: 10px;
}
footer .footer-upper-contet .footer-social-icons {
  padding-top: 0;
}
footer .footer-upper-contet .footer-social-icons > * {
  display: block;
}
footer .footer-upper-contet .footer-social-icons .icons a {
  margin-right: 20px;
}
footer .footer-bottom {
  background: #404040;
  padding: 20px 0;
}
footer .footer-bottom p {
  font-size: 0.875em;
  margin-bottom: 0;
}

body #footer-area {
  position: static;
}

.slideshow-27 .title {
  font-size: 3em;
  color: #f99400;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.slideshow-27 .slider-slideshow-description-texts {
  padding: 0;
  font-size: 1.375em;
}
.slideshow-27 .slider-slideshow-description-texts span {
  font-size: inherit !important;
}
.slideshow-27 .slider-slideshow-description-texts .btn {
  margin-top: 30px;
}
.slideshow-27 .slider-custom-dots .owl-dot {
  margin: 0 10px 20px;
  border: solid 1px #bababa;
}
.slideshow-27 .slider-custom-dots .owl-dot.active {
  background-color: #f99400;
}

.category_slider {
  padding: 0;
}
.category_slider .slick-slider {
  display: flex;
  align-items: center;
}
.category_slider .slick-slider .slick-arrow {
  display: flex;
  width: 50px;
  align-self: stretch;
  background: #bababa;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.2s ease;
}
.category_slider .slick-slider .slick-arrow:hover {
  opacity: 0.8;
}
.category_slider .slick-slider .slick-list {
  width: calc(100% - 100px);
  background: #ebebeb;
}
.category_slider .slick-slider .slick-list .slick-track {
  display: flex;
  align-items: flex-end;
}
.category_slider .slick-slider .slick-list .slick-track::before {
  display: none;
}
.category_slider .slick-slider .slick-list .slick-slide {
  text-align: center;
  transition: all 0.2s ease;
  align-self: stretch;
  display: flex;
  float: none;
  height: auto;
  border: solid 2px transparent;
  border-bottom-width: 6px;
}
.category_slider .slick-slider .slick-list .slick-slide:hover {
  border-color: #f99400;
}
.category_slider .slick-slider .slick-list .slick-slide a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px;
}
.category_slider .slick-slider .slick-list .slick-slide img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 100%;
  max-height: 200px;
  height: auto;
}
.category_slider .slick-slider .slick-list .slick-slide .title {
  font-size: 1.5em;
  color: #222222;
  font-weight: 700;
  margin-top: 20px;
}

.home_about {
  background: #f5f3f1;
}
.home_about .list-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 68.2291666667%;
  margin: auto;
}
.home_about .list-items .item {
  width: 32.8244274809%;
  background: #bababa;
  border-radius: 10px;
  position: relative;
}
.home_about .list-items .item:hover {
  background: #f99400;
}
.home_about .list-items .item:hover img {
  filter: none;
}
.home_about .list-items .item > img {
  display: block;
  width: 100%;
  filter: grayscale(1);
  opacity: 0.12;
}
.home_about .list-items .item .details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home_about .list-items .item .details img {
  width: 80px;
  margin-bottom: 15px;
}
.home_about .list-items .item .details .label {
  text-transform: uppercase;
  font-size: 1.25em;
  display: block;
  white-space: normal;
  line-height: 1.5;
}

.latest_updates {
  flex-wrap: wrap;
  background: url("../image/updates-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
}
.latest_updates h2 {
  width: 100%;
}
.latest_updates .news_latest {
  width: 48%;
}
.latest_updates .news_latest.news_latest-28 #news_latest {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock {
  padding: 20px 70px 0;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock:hover {
  background: #f99400;
  cursor: pointer;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock:hover .info .name a {
  color: #ffffff;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock .content {
  border-bottom: 1px dashed #222222;
  padding-bottom: 20px;
  width: 100%;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock .img_container {
  width: 80px;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock .img_container .article-image {
  height: 80px;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock .info .name a {
  font-weight: normal;
  font-size: 1.125em;
  color: #222222;
}
.latest_updates .news_latest.news_latest-28 #news_latest .artblock .description,
.latest_updates .news_latest.news_latest-28 #news_latest .artblock .date {
  display: none;
}
.latest_updates .news_latest.news_latest-28 .bottom-content {
  display: none;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content {
  flex-direction: column;
  width: 100%;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content > * {
  width: 100%;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .article-image {
  margin: 0;
  display: block;
  width: 100%;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .info {
  padding: 30px 40px 5px;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .info .name {
  margin-bottom: 20px;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .info .name a {
  font-size: 1.625em;
  color: #222222;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .info .description {
  display: none;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .info .event-details {
  margin: 30px 0;
}
.latest_updates .news_latest.news_latest-29 #news_latest .artblock .content .info .event-details > p {
  font-size: 1em;
  color: #bababa;
}
.latest_updates .news_latest.news_latest-29 .bottom-content {
  justify-content: space-between;
  text-transform: uppercase;
}
.latest_updates .news_latest.news_latest-29 .bottom-content p {
  font-weight: 700;
}
.latest_updates .news_latest.news_latest-29 .bottom-content a {
  color: #f99400;
  text-decoration: underline;
}
.latest_updates .news_latest .container {
  width: 100%;
}
.latest_updates .news_latest h3 {
  text-transform: uppercase;
  font-size: 1.875em;
  font-weight: 900;
}
.latest_updates .news_latest #news_latest {
  background: #ffffff;
  overflow: visible;
}
.latest_updates .news_latest #news_latest .artblock {
  outline: none;
}
.latest_updates .news_latest #news_latest .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.latest_updates .news_latest .slick-arrow {
  position: absolute;
  z-index: 1;
  top: -60px;
  color: #bebebe;
}
.latest_updates .news_latest .slick-arrow:hover {
  color: #999999;
}
.latest_updates .news_latest .slick-arrow.prev {
  right: 50px;
}
.latest_updates .news_latest .slick-arrow.next {
  right: 0;
}
.latest_updates .news_latest .slick-arrow i {
  font-size: 3em;
}

.newsletter_module {
  background: url("../image/newsletter-bg.jpg") no-repeat;
  background-size: cover;
  padding: 75px 0;
}
.newsletter_module form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.newsletter_module form .writeup {
  color: #ffffff;
  width: 40%;
}
.newsletter_module form .writeup p {
  font-size: 1.5em;
}
.newsletter_module form .writeup .title {
  font-weight: 700;
  text-transform: uppercase;
}
.newsletter_module form .writeup .desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.newsletter_module form .input-wrap {
  width: 60%;
  margin-bottom: 0;
}
.newsletter_module form .input-wrap .form-control {
  height: 100%;
  border: none;
  width: 95%;
}
.newsletter_module form .input-wrap .btn {
  outline: none;
  border-color: #ffffff;
}

.about-content .flex {
  justify-content: space-between;
  margin-bottom: 60px;
}
.about-content .flex.reverse {
  flex-direction: row-reverse;
}
.about-content .flex.reverse .writeup-container .writeup {
  font-size: 1.125em;
  line-height: 2.5;
}
.about-content .flex > * {
  width: 46.511627907%;
}
.about-content .flex .img-container img {
  display: block;
  width: 100%;
}
.about-content .flex .writeup-container .heading {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about-content .flex .writeup-container .heading.orange {
  color: #f99400;
  text-transform: none;
  font-weight: normal;
}
.about-content .flex .writeup-container .writeup {
  line-height: 2;
  margin: 20px 0;
  font-size: 1em;
}
.about-content .flex .writeup-container .list .item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125em;
}
.about-content .flex .writeup-container .list .item:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../image/checked.png") no-repeat;
  margin-right: 15px;
}

.information-contact .store-location > .flex {
  justify-content: space-between;
}
.information-contact .store-location > .flex h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.information-contact .store-location > .flex address,
.information-contact .store-location > .flex p {
  font-size: 1.125em;
  line-height: 2;
  margin-bottom: 40px;
}
.information-contact .store-location > .flex p {
  margin-bottom: 0;
}
.information-contact .store-location > .flex p a {
  color: #222222;
}
.information-contact .store-location > .flex form {
  padding: 0 0 40px 40px;
  flex: 1;
}
.information-contact .store-location > .flex form label {
  display: none;
}
.information-contact .store-location > .flex form input.form-control,
.information-contact .store-location > .flex form textarea {
  border-color: #dddddd;
  box-shadow: none;
}
.information-contact .store-location > .flex form input.form-control {
  height: 50px;
}
.information-contact .store-location > .flex form .contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information-contact .store-location > .flex form .contact-footer .btn {
  outline: none;
}
.information-contact .store-location > .flex form .contact-footer #google_recaptcha {
  margin: 0;
}
.information-contact .store-location .iframe-wrap {
  margin-bottom: 60px;
}

#filter-groups {
  margin-bottom: 60px;
}
#filter-groups .item-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#filter-groups .group .item {
  margin-bottom: 20px;
  background: #f99400;
  border: solid 2px transparent;
  transition: all 0.2s ease;
  border-radius: 45px;
  box-shadow: 0px 6px 16px 11px rgba(186, 186, 186, 0.17);
}
#filter-groups .group .item:hover {
  background: #ffffff;
  border-color: #f99400;
}
#filter-groups .group .item:hover a {
  color: #f99400;
  background: transparent;
}
#filter-groups .group .item.active + .sub {
  border-top: none;
  padding-left: 40px;
}
#filter-groups .group .item.active + .sub .group {
  border-bottom: none;
}
#filter-groups .group .item.active + .sub .item {
  background: transparent;
  box-shadow: none;
}
#filter-groups .group .item.active + .sub .item:hover {
  border-color: transparent;
}
#filter-groups .group .item.active + .sub .item:hover a {
  font-weight: 700;
}
#filter-groups .group .item.active + .sub .item a {
  color: #f99400;
  padding: 0;
}
#filter-groups .group .item a {
  padding: 15px 25px;
  color: #ffffff;
}
#filter-groups .group .item .toggle {
  border: none;
}
#filter-groups .group .item .toggle:hover {
  background: transparent;
}
#filter-groups .group .item .toggle:hover .caret {
  color: #f99400;
}
#filter-groups .group .item .toggle .caret {
  color: #ffffff;
}

#side-manufacturer label {
  margin-bottom: 20px;
}
#side-manufacturer label input {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

#side-price .ui-slider-handle,
#side-price .ui-slider-range {
  background: #f99400;
}

.filters-wrap {
  justify-content: flex-end;
}
.filters-wrap .form-group {
  justify-content: flex-end;
}
.filters-wrap #input-sort {
  width: max-content;
  flex: none;
}

.product-view .product-image-block {
  background: #f7f7f7;
}
.product-view .product-gutter {
  width: 30.888030888%;
  margin-bottom: 40px;
  margin: 0 1% 40px;
}
.product-view .product-gutter .product-block {
  border: none;
  text-align: left;
}
.product-view .product-gutter .product-block:hover img {
  opacity: 0.5;
  transition: all 0.2s ease;
}
.product-view .product-gutter .product-block .product-name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 20px 0 10px;
}
.product-view .product-gutter .product-block .product-name a {
  color: #222222;
}
.product-view .product-gutter .product-block .product-details {
  margin: auto auto 0 0;
  align-self: flex-start;
}
.product-view .product-gutter .product-block .product-details .price .price-old {
  font-size: 1em;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-view .product-gutter .product-block .product-details .label {
  background: #f99400;
}
.product-view .product-gutter .product-block .description {
  color: #999999;
}
.product-view .product-gutter .product-block .product-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-view .product-gutter .product-block .btn-cart {
  display: flex;
  align-items: center;
  flex: none;
}
.product-view .product-gutter .product-block .btn-cart i {
  font-size: 2em;
  margin-right: 10px;
}

.pagination {
  margin-bottom: 40px;
}
.pagination li.first, .pagination li.last {
  display: none;
}
.pagination li.active > span {
  background: #f99400;
  border-color: #f99400;
}
.pagination li.active > span:hover {
  background: #f99400;
  border-color: #f99400;
}
.pagination li a:hover {
  background: #f99400;
  border-color: #f99400;
}

.sticker-container {
  z-index: 1;
  top: 10px;
  left: 10px;
}

.sticker {
  text-transform: uppercase;
  width: max-content;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 5px 20px;
  left: 10px;
  top: 10px;
  background: #bababa;
  display: block;
  width: max-content;
  margin-bottom: 5px;
}
.sticker.special-sticker {
  background: #cf0000;
  color: #ffffff;
}

.out-of-stock .sticker {
  background: #6d6d6d !important;
  width: max-content;
  font-size: 0.875em;
}

.product-catalogue #side-price {
  display: none;
}

.product-product .product-summary .product-name {
  font-size: 1.875em;
  font-weight: 700;
  color: #222222;
}
.product-product .product-summary .price {
  display: flex;
  font-size: 1.5em;
  font-weight: 700;
  color: #222222;
  margin: 20px 0;
}
.product-product .product-summary .price li {
  margin-right: 10px;
}
.product-product .product-summary .price li .old-prices {
  color: #bababa;
}
.product-product .product-summary .product-description {
  line-height: 2;
}
.product-product .product-summary .options {
  margin-top: 40px;
}
.product-product .product-summary .options .control-label {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.product-product .product-summary .options .form-control {
  max-width: 300px;
  width: 100%;
  height: 50px;
  border-color: #ebebeb;
  box-shadow: none;
}
.product-product .product-summary .options .input-group {
  flex-wrap: wrap;
}
.product-product .product-summary .options .input-group > * {
  flex: none;
}
.product-product .product-summary .options .input-group .control-label {
  width: 100%;
  padding: 0;
  text-align: left;
  color: #222222;
  margin-bottom: 20px;
}
.product-product .product-summary .options .input-group .input-group-btn {
  width: 40px;
}
.product-product .product-summary .options .input-group .input-group-btn .btn {
  padding: 0;
  background: #ebebeb;
  border-radius: 0;
  border: 0;
}
.product-product .product-summary .options .input-group .form-control {
  width: 140px;
}
.product-product .product-summary .options .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-product .product-summary .options .bottom .input-group {
  width: 100%;
  margin-bottom: 40px;
}
.product-product .product-summary .options .bottom .input-group-flex {
  margin: 0 0 0 20px;
}
.product-product .product-summary .options .bottom #button-cart,
.product-product .product-summary .options .bottom #button-enquiry {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.product-product .product-summary .options .bottom #button-cart i,
.product-product .product-summary .options .bottom #button-enquiry i {
  font-size: 1.5em;
  margin-right: 5px;
}
.product-product .product-summary .waiting_list_container {
  padding: 30px;
  box-shadow: 0px 0px 15px 5px rgba(34, 34, 34, 0.1);
}
.product-product .product-summary .waiting_list_container .flex-group input {
  margin: 0;
  border: solid 1px #bababa;
  box-shadow: none;
  border-right: none;
  padding-left: 20px;
}
.product-product .product-summary .waiting_list_container .flex-group .btn {
  border-radius: 0;
  border-width: 1px;
}
.product-product .product-image-column .product-image-additional-container .slick-slider {
  display: flex;
  align-items: center;
}
.product-product .product-image-column .product-image-additional-container .slick-slider .slick-arrow {
  display: flex !important;
  width: 40px;
  align-self: stretch;
  background: #bababa;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.2s ease;
}
.product-product .product-image-column .product-image-additional-container .slick-slider .slick-arrow:hover {
  opacity: 0.8;
}
.product-product .product-image-column .product-image-additional-container .slick-slider .slick-arrow.prev {
  margin-right: 10px;
}
.product-product .product-image-column .product-image-additional-container .slick-slider .slick-arrow.next {
  margin-left: 10px;
}
.product-product #product-tabs,
.product-product .tab-content {
  background: #f7f7f7;
}
.product-product #product-tabs {
  margin: 60px 0 0;
  border: none;
  padding: 20px;
}
.product-product #product-tabs li.active a {
  background: transparent;
  font-size: 1.5em;
  color: #222222;
  border: none;
  font-weight: 700;
}
.product-product .tab-content {
  padding: 0 40px 40px;
  margin-bottom: 60px;
}
.product-product .featured-module {
  margin: 40px 0 60px;
}
.product-product .featured-module .slick-track {
  justify-content: center;
}
.product-product .featured-module .product-gutter {
  height: 100%;
}
.product-product .featured-module .product-block {
  border: none;
  text-align: left;
}
.product-product .featured-module .product-block:hover img {
  opacity: 0.5;
  transition: all 0.2s ease;
}
.product-product .featured-module .product-block .product-name {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 10px;
}
.product-product .featured-module .product-block .product-name a {
  color: #222222;
}
.product-product .featured-module .product-block .product-details {
  margin: auto auto 0 0;
  align-self: flex-start;
}
.product-product .featured-module .product-block .product-details .price .price-old {
  font-size: 1em;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-product .featured-module .product-block .product-details .label {
  background: #f99400;
}
.product-product .featured-module .product-block .btn-cart {
  display: flex;
  align-items: center;
}
.product-product .featured-module .product-block .btn-cart i {
  font-size: 2em;
  margin-right: 10px;
}

.news-ncategory > .container > .flex {
  display: flex;
  justify-content: space-between;
}
.news-ncategory #column-left {
  width: 18.3139534884%;
}
.news-ncategory #column-left h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 30px;
}
.news-ncategory #column-left #news_latest {
  margin-bottom: 40px;
}
.news-ncategory #column-left #news_latest .content {
  justify-content: flex-start;
}
.news-ncategory #column-left #news_latest .img_container {
  width: 100px;
}
.news-ncategory #column-left #news_latest .img_container img {
  margin: 0;
  width: 100%;
}
.news-ncategory #column-left #news_latest .info {
  padding: 0;
  margin-left: 20px;
  width: calc(100% - 120px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.news-ncategory #column-left #news_latest .name {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
}
.news-ncategory #column-left #news_latest .name a {
  font-size: 1em;
  color: #222222;
}
.news-ncategory #column-left #news_latest .description,
.news-ncategory #column-left #news_latest .event-details {
  display: none;
}
.news-ncategory #column-left #news_latest .bottom-content .date-posted {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
}
.news-ncategory #column-left #news_latest .bottom-content a {
  display: none;
}
.news-ncategory #column-left .news-ctgr .list-group-item a {
  padding: 15px 20px;
  background: #f99400;
  border: solid 2px transparent;
  transition: all 0.2s ease;
  border-radius: 45px;
  box-shadow: 0px 6px 16px 11px rgba(186, 186, 186, 0.17);
}
.news-ncategory #column-left .news-ctgr .list-group-item a.active, .news-ncategory #column-left .news-ctgr .list-group-item a:hover {
  background: #ffffff;
  border-color: #f99400;
  color: #f99400;
  background: transparent;
}
.news-ncategory #column-left .news-ctgr .list-group-item a,
.news-ncategory #column-left .news-ctgr .list-group-item .toggle .caret {
  color: #ffffff;
}
.news-ncategory #column-left .list-group .list-group-item {
  padding: 0;
  margin-bottom: 20px;
}
.news-ncategory #column-left .list-group .list-group-item .year-wrap {
  background: #f99400;
  border: solid 2px transparent;
  transition: all 0.2s ease;
  border-radius: 45px;
  box-shadow: 0px 6px 16px 11px rgba(186, 186, 186, 0.17);
}
.news-ncategory #column-left .list-group .list-group-item .year-wrap:hover {
  background: #ffffff;
  border-color: #f99400;
}
.news-ncategory #column-left .list-group .list-group-item .year-wrap:hover a,
.news-ncategory #column-left .list-group .list-group-item .year-wrap:hover .toggle .caret {
  color: #f99400;
  background: transparent;
}
.news-ncategory #column-left .list-group .list-group-item .year-wrap a {
  padding: 15px 20px;
}
.news-ncategory #column-left .list-group .list-group-item .year-wrap a,
.news-ncategory #column-left .list-group .list-group-item .year-wrap .toggle .caret {
  color: #ffffff;
}
.news-ncategory #column-left .list-group .list-group-item .list-group {
  padding-left: 40px;
  margin-bottom: 40px;
}
.news-ncategory #column-left .list-group .list-group-item .list-group a {
  color: #222222;
}
.news-ncategory #content {
  width: 74.1279069767%;
}
.news-ncategory #content .news-list-wrap .news-post {
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 17px 0px rgba(34, 34, 34, 0.12);
}
.news-ncategory #content .news-list-wrap .news-post .hover-overlay .to-overlay {
  background-color: rgba(249, 148, 0, 0.7);
}
.news-ncategory #content .news-list-wrap .news-post .details {
  padding: 20px 40px;
}
.news-ncategory #content .news-list-wrap .news-post .article-name {
  font-size: 1.625em;
}
.news-ncategory #content .news-list-wrap .news-post .article-name a {
  color: #222222;
}
.news-ncategory #content .news-list-wrap .news-post .event-details,
.news-ncategory #content .news-list-wrap .news-post .article-description {
  margin-bottom: 20px;
}
.news-ncategory #content .news-list-wrap .news-post .event-details > p,
.news-ncategory #content .news-list-wrap .news-post .article-description > p {
  font-size: 1em;
  color: #bababa;
}
.news-ncategory #content .news-list-wrap .news-post .bottom-content {
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 20px;
}
.news-ncategory #content .news-list-wrap .news-post .bottom-content p,
.news-ncategory #content .news-list-wrap .news-post .bottom-content a {
  font-weight: 700;
}
.news-ncategory #content .news-list-wrap .news-post .bottom-content a {
  color: #f99400;
  text-decoration: underline;
}
.news-ncategory #content .news-list-wrap .news-post .bottom-content .article-button {
  text-align: right;
}
.news-ncategory .pagination {
  margin: 20px 0 40px;
}

.news-article #content {
  width: 100%;
}
.news-article .article-slider img {
  width: 100%;
}
.news-article .slider-banner {
  width: 100%;
  margin-bottom: 40px;
}
.news-article .slider-banner img {
  width: 100%;
  display: block;
}
.news-article .slider-banner .slick-arrow {
  display: flex;
  width: 50px;
  align-self: stretch;
  background: rgba(34, 34, 34, 0.8);
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.2s ease;
  position: absolute;
  height: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.news-article .slider-banner .slick-arrow:hover {
  opacity: 0.8;
}
.news-article .slider-banner .slick-arrow.next {
  right: 0;
}
.news-article .slider-banner .slick-arrow i {
  font-size: 2em;
}
.news-article .slider-banner .slick-list .slick-track {
  display: flex;
  align-items: flex-end;
}
.news-article .slider-banner .slick-list .slick-track::before {
  display: none;
}
.news-article .share-container {
  align-items: center;
  margin-bottom: 30px;
}
.news-article .share-container p {
  margin-right: 10px;
}
.news-article .date-added {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.news-article .article-content {
  margin-bottom: 60px;
  line-height: 2em;
  font-weight: 600;
}
.news-article .article-navi {
  justify-content: space-between;
  margin-bottom: 60px;
}

[class^=account-] > .container {
  margin-bottom: 60px;
}
[class^=account-] .account-container a:hover {
  border-color: #f99400;
}
[class^=account-] .account-container a:hover [class^=icon-]:before {
  color: #f99400;
}

[class^=quickcheckout-] #login .input-group-btn #button-login {
  padding: 0 15px;
}
[class^=quickcheckout-] .table-responsive a,
[class^=quickcheckout-] .terms a {
  color: #f99400;
}
[class^=quickcheckout-] .quantity .input-group-btn {
  display: flex;
  flex-direction: row;
}
[class^=quickcheckout-] .quantity .input-group-btn .btn {
  padding: 0 15px;
}
[class^=quickcheckout-] #coupon-content .input-group .btn {
  padding: 0 15px;
}

[class^=checkout-] #content {
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .news-ncategory #column-left {
    width: 30%;
  }
  .news-ncategory #content {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 95%;
  }

  .header-container .header-logo {
    width: 200px;
  }
  .header-container .header-logo img {
    width: 100%;
  }
  .header-container .header-menu #main-menu > li {
    font-size: 0.875em;
  }

  .slideshow-27 .title {
    font-size: 2.5em;
  }
  .slideshow-27 .slider-slideshow-description-texts {
    font-size: 1.125em;
  }

  .home_about .list-items {
    width: 100%;
  }

  .newsletter_module form .writeup {
    width: 45%;
  }
  .newsletter_module form .input-wrap {
    width: 55%;
  }

  .product-view .product-gutter {
    width: 32%;
  }
  .product-view .product-gutter .product-block {
    justify-content: flex-end;
  }
  .product-view .product-gutter .product-block .product-image-block {
    margin: 0 auto auto;
    width: 100%;
  }
  .product-view .product-gutter .product-block .btn-cart {
    width: 100%;
    padding: 10px 15px;
  }

  #filter-groups .group .item a {
    padding: 10px 15px;
  }

  .news-ncategory #column-left {
    width: 40%;
  }
  .news-ncategory #content {
    width: 60%;
  }

  .information-contact .store-location > .flex .contact-information {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .header-top .search_container,
.header-top #account {
    display: none;
  }

  .slideshow-27 .title {
    font-size: 2em;
  }
  .slideshow-27 .slider-slideshow-description-texts {
    font-size: 1em;
  }
  .slideshow-27 .slider-slideshow-description-texts .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .latest_updates .news_latest {
    width: 100%;
    margin-bottom: 40px;
  }
  .latest_updates .news_latest.news_latest-28 #news_latest .artblock {
    padding: 20px;
  }
  .latest_updates .news_latest .slick-arrow {
    top: -50px;
  }

  .newsletter_module form {
    flex-wrap: wrap;
  }
  .newsletter_module form .writeup,
.newsletter_module form .input-wrap {
    width: 100%;
  }
  .newsletter_module form .writeup {
    margin-bottom: 20px;
  }

  .information-information .section-space {
    padding-top: 0;
  }

  .about-content .flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .about-content .flex > * {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-catalogue #column-left,
.product-category #column-left {
    width: 35%;
  }
  .product-catalogue #content,
.product-category #content {
    width: 65%;
  }

  .product-view .product-gutter {
    width: 48%;
  }

  .product-product .product-summary .options .bottom .input-group-flex {
    margin: 20px 0 0 0;
  }
  .product-product .product-summary .waiting_list_container .flex-group input {
    border: solid 1px #bababa;
    height: 40px;
    margin-bottom: 20px;
  }

  .news-ncategory #content .news-list-wrap .news-post {
    width: 100%;
    max-width: 100%;
  }
  .news-ncategory #content .news-list-wrap .news-post .details {
    padding: 0 20px 20px;
  }
  .news-ncategory #content .news-list-wrap .news-post .bottom-content p {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #articles-filter-trigger-open {
    border-radius: 0;
  }

  #articles-column-left #articles-filter-trigger-close {
    padding: 0;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .information-contact .store-location > .flex {
    flex-wrap: wrap;
  }
  .information-contact .store-location > .flex form {
    width: 100%;
    padding: 0;
    margin: 40px 0;
  }
  .information-contact .store-location > .flex .contact-information {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header-container {
    padding: 20px 0;
  }
  .header-container .header-logo img {
    max-width: 150px;
  }

  .target-heading {
    margin-bottom: 40px !important;
    font-size: 2em !important;
  }

  .slideshow-27 .title {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .slideshow-27 .slider-slideshow-description-texts {
    font-size: 1em;
  }
  .slideshow-27 .slider-slideshow-description-texts .btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .category_slider .slick-slider .slick-list .slick-slide img {
    max-height: none;
  }

  .home_about {
    padding: 40px 0;
  }
  .home_about .list-items {
    width: 80%;
  }
  .home_about .list-items .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsletter_module form .input-wrap .btn {
    padding: 10px 15px;
  }

  .product-catalogue #column-left,
.product-catalogue #content,
.product-category #column-left,
.product-category #content {
    width: 100%;
    padding: 0;
  }

  .filters-wrap #input-sort {
    width: 100%;
  }

  #filter_group_tigger_open {
    padding: 0 10px;
    border: none;
    border-radius: 0;
    background: #f99400;
    color: #ffffff;
    text-align: left;
  }

  #filter-groups #filter_group_tigger_close {
    padding: 0;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .product-view .product-gutter .product-block .btn-cart {
    border-radius: 0;
    padding: 10px 0;
    font-size: 0.875em;
  }

  .information-contact .store-location > .flex .contact-information,
.information-contact .store-location > .flex #contact-us-form {
    width: 100%;
    margin-bottom: 40px;
  }
  .information-contact .store-location > .flex #contact-us-form .contact-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-ncategory > .container > .flex {
    flex-wrap: wrap;
  }
  .news-ncategory #column-left,
.news-ncategory #content {
    width: 100%;
  }
  .news-ncategory #content {
    height: 100%;
  }
  .news-ncategory #column-left #news_latest {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-ncategory #column-left #news_latest .artblock {
    width: 48%;
  }
  .news-ncategory #column-left #news_latest .artblock .content {
    flex-direction: column;
    width: 100%;
  }
  .news-ncategory #column-left #news_latest .artblock .content .img_container {
    width: 100%;
    margin-bottom: 5px;
  }
  .news-ncategory #column-left #news_latest .artblock .content .info {
    width: 100%;
    margin: auto auto 0 0;
  }

  footer .footer-upper-contet {
    padding-top: 0;
  }
  footer .footer-upper-contet > div,
footer .footer-upper-contet .footer-contact-info {
    width: 100%;
    text-align: center;
  }
  footer .footer-upper-contet .footer-contact-links:nth-child(2) {
    display: none;
  }
  footer .footer-upper-contet .footer-social-icons > * {
    display: flex;
    justify-content: center;
  }
  footer .footer-upper-contet .footer-social-icons .icons a {
    margin: 0 10px;
  }
  footer .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .product-view .product-gutter {
    width: 100%;
  }
}

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