<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap");

.header-container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr auto;
  -ms-grid-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  padding: 10px 0px;
}

.header-container .header-menu {
  grid-column: 2 /3;
  grid-row: 1 /2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header-container .header-top {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  position: relative;
  z-index: 1;
  margin-left: 14px;
}

.header-container .header-logo {
  grid-column: 1 /1;
  grid-row: 1 /4;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #ddd;
  margin: 0 5px;
  border-radius: 20px !important;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
  z-index: 2;
  color: #B41C26;
  cursor: default;
  background-color: transparent;
  border-color: #B41C26;
}

.header-logo-image .img-responsive {
  height: auto !important;
  max-width: 100%;
  display: inline-block;
  width: 115px;
}

.flex-group .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  min-width: auto;
  min-height: 46px;
  height: 46px;
  padding: 13px 14px;
}
.btn:focus{
    outline: 0px !important;
}
#side-price .ui-slider-horizontal {
  height: 3px;
  position: relative;
  margin: auto;
  margin-top: 12px;
  width: calc(100% - 22px);
}

#side-price .ui-slider-range {
  background: #C7323B;
  height: 100%;
  position: relative;
  z-index: 1;
}

#side-price .ui-slider-handle {
  background: #C7323B;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 2px;
  border-radius: 10px;
  outline: none !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  border: 1px solid white;
}

.milestone-slick .item-slider {
  text-align: center;
}

.milestone-slick .item-slider img {
  transition: 0.5s;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0.4;
  margin-bottom: 20px;
}

.milestone-slick .slick-center img {
  transition: 0.5s;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 1;
}

.achievement-section-about {
  margin-right: 0;
}

.milestone-slick .item-slider .dotted {
  transition: 0.5s ease;
  cursor: pointer;
  text-align: center;
  width: 15px;
  height: 15px;
  border: 1.2px solid #383838;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #EEE1D5;
  position: relative;
  top: 3em;
  z-index: 14;
}

.milestone-slick .item-slider {
  position: relative;
}

.milestone-slick .image-holders {
  margin-top: 7em;
  cursor: pointer;
}

.milestone-slick .item-slider hr {
  width: 100%;
  border-top: 1px dotted #000;
  top: 3em;
  position: absolute;
}

.milestone-slick .item-slider:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: .1px;
  height: 87px;
  top: 3.5em;
  z-index: -1;
  border-right: 1px dotted #333;
}

.milestone-slick .item-slider .title {
  display: none;
  padding-bottom: 1.5em;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2em;
}

.milestone-slick .item-slider .title h4 {
  font-family: 'WorkSans-Bold';
}

.milestone-main-holder {
  width: 100% !important;
  max-width: 100% !important;
}

.milestone-slick .item-slider .milestone-content {
  display: none;
}

.milestone-slick .slick-center .item-slider .milestone-content {
  display: block;
}

.milestone-slick .slick-center .item-slider .title {
  display: block;
}

.milestone-slick .slick-center .year {
  color: #000;
}

.milestone-slick .slick-center .item-slider img {
  display: block;
  margin-bottom: 20px;
  background-color: white;
  padding: 15px;
}

.milestone-slick .slick-center .item-slider .dotted {
  border: 2px solid #AB0001;
  transition: 0.5s;
  background-color: #AB0001;
  top: 2.85em;
}

.milestone-slick .slick-center .item-slider:before {
  height: 25%;
}

.milestone-slick .year {
  transform: translate(0px, -8px);
  font-size: 1.3em;
  cursor: pointer;
  font-weight: 600;
  color: #b8baba;
}

.milestone-slick .slick-slide:focus {
  outline: 0px solid transparent;
}

.slider-line {
  position: absolute;
  top: 2.1em;
  right: 0px;
  left: 0px;
  border-top: dotted 1px;
}

.achievements-holder {
  position: relative;
  margin: 100px 0px;
}

/* Customize the label (the container) */

.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  margin-top: 1px;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */

.chk-container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */

.chk-container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.chk-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.chk-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #888888;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox &gt; label {
  padding-left: 0px;
}

.chk-container {
  padding-left: 27px !important;
}

body {
  font-family: "Roboto";
  color: #222222;
  line-height: 1.5em;
  font-size: 15px;
}

#side-categories * {
  border: 0px !important;
  border-left: 0px;
  border-right: 0px;
}

#side-categories .group .item.active .toggle {
  transform: rotate(180deg);
  color: inherit !important;
}

#side-categories {
  text-transform: uppercase;
}

.list-group-item.item-header {
  padding: 15px 0px !important;
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
}

#side-categories .group .item a {
  color: #333;
}

#side-categories .group .item a:hover,
#side-categories .group .item .toggle:hover {
  background: transparent;
  color: #333;
}

#side-categories .group .item.level-1 a:hover,
#side-categories .group .item.level-1 .toggle:hover {
  color: white;
}

#side-categories .list-group-item .item.level-1 {
  background-color: #ddd;
  padding: 0 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: 0.5s ease;
}

#side-categories .list-group-item .item.level-1.active,
#side-categories .list-group-item .item.level-1:hover {
  background-color: #072643;
  color: white;
}

#side-categories .list-group-item .item.level-1.active a,
#side-categories .list-group-item .item.level-1:hover a {
  color: white;
}

#side-categories .group .item.active + .sub {
  padding-left: 10px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0px solid #ddd;
}

#side-price .price-container &gt; * input {
  border: 0px;
  box-shadow: inherit;
}

.section-space:first-of-type {
  padding-top: 0px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  padding-top: 20px;
  position: relative;
  text-transform: capitalize;
  color: #333;
  font-size: 35px;
  font-weight: 600;
  text-shadow: 0 0 0px;
  margin-bottom: 30px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #C42E36;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.panel-title &gt; a {
  display: block;
  padding: 10px 15px;
  background-color: #072643;
  color: #fff;
  font-size: 15px;
  padding: 15px 20px;
  position: relative;
}

.panel-title &gt; a:not(.collapsed) .trigger-arrow {
  transform: translate(0px, -50%) rotate(180deg);
}

.panel-title &gt; a .trigger-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  font-size: 25px;
  transform-origin: center;
  transition: 0.5s ease;
}

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

.col-center {
  float: none;
  margin: auto;
}

.map {
  margin-bottom: 20px;
}

.full-width {
  width: 100%;
}

.sub-inner {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 2px;
}

.container {
  width: 1600px;
  max-width: 90%;
}

.abt-row &gt; div:first-of-type {
  padding-right: 100px;
}

.featured_related_products_ {
  margin-top: 50px;
}

.article-view {
  display: flex;
  flex-wrap: wrap;
}

.article-view .thumb {
  position: relative;
  border: 1px solid #ddd;
  width: calc(50% - 20px);
  margin: 10px;
}

.article-view .thumb:hover {
  position: relative;
  border: 1px solid transparent;
  width: calc(50% - 20px);
  margin: 10px;
  outline: 3px solid #c74d4e;
}

.article-view .thumb .link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.article-view .thumb .image img {
  width: 100%;
}

.article-view .thumb .infos {
  padding: 25px;
  background-color: #fff;
}

.article-view .thumb .infos .title {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 25px;
}

.article-view .thumb .infos .description {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}

.article-view .thumb .infos .read-more {
  font-weight: 600;
  text-transform: uppercase;
  color: #A3141D;
  text-shadow: 0 0 1px;
  letter-spacing: 1px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}

.side-archive span {
  display: inline-block;
  padding: 7px 8px;
  width: 100%;
}

.side-archive .group .item .toggle {
  padding: 0px 10px;
}

.side-archive .item-month a {
  display: inline-block;
  width: 100%;
  padding: 7px 8px;
  color: #222;
}

.side-archive .item-month a:hover,
.side-archive .item-month a.active {
  color: #A3141D;
}

.list-group-item {
  background-color: transparent;
}

.article-banner {
  width: 100%;
  margin-bottom: 30px;
}

.inner-art-title {
  font-size: 25px;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.inner-date {
  margin-bottom: 25px;
}

.inner-date .fa {
  color: #B2B2B2;
  font-size: 20px;
  margin-right: 10px;
}

.flex-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.flex-share .share-text {
  font-weight: 600;
  margin-right: 20px;
}

.btn.btn-gray:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  background-color: #959595;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
}

.article-back {
  margin-top: 30px;
}

.stButton .chicklets {
  background-repeat: no-repeat;
  background-size: contain;
  -ms-behavior: url(https://ws.sharethis.com/images/2017/backgroundsize.min.htc);
  padding-left: 20px;
  padding-right: 0;
  white-space: nowrap;
  font-family: Helvetica,sans-serif;
  font-size: 10px;
  display: inline-block;
  height: 20px !important;
  width: auto;
  line-height: 16px;
  line-height: 1em;
}

.stButton {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 16px;
  height: 21px !important;
}

p {
  margin: 0 0 30px;
}

.owl-carousel .owl-item {
  background-color: black;
}

.slider-slideshow-description .slider-slideshow-description-texts {
  width: 40%;
}

.slider-slideshow-description .slider-slideshow-description-texts .sld-title span {
  display: inline-block;
  width: 100%;
}

.slider-slideshow-description .slider-slideshow-description-texts .sld-title .emphasis {
  font-weight: 900;
  font-size: 45px !important;
  line-height: 1.2em;
  color: #E9363D;
}

.slider-slideshow-description .slider-slideshow-description-texts .sld-title .title {
  font-size: 40px !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}

.slider-slideshow-description .slider-slideshow-description-texts span {
  font-size: 18px !important;
}

.btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  background-color: #C32F35 !important;
  color: #fff !important;
  border: 1px solid #C32F35 !important;
  border-radius: 50px;
}

.choose-icons {
  display: flex;
  flex-wrap: wrap;
}

.choose-icons .thumb {
  padding: 0px 20px;
  text-align: center;
  flex: 1;
}

.choose-icons .thumb img {
  max-width: 100%;
}

.choose-icons .thumb .title {
  font-weight: 600;
  font-size: 18px;
  color: #042662;
  margin-top: 20px;
  line-height: 1.2em;
}

.overlay-top {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-top2 {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.overlay-bottom2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.overlay-top img,
.overlay-top2 img,
.overlay-bottom img,
.overlay-bottom2 img {
  width: 100%;
}

.product-block:hover {
  outline: 3px solid #C42E34;
  box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.35);
}

.product-block .size {
  height: 1.2em;
}

.product-block .product-details .price {
  font-size: 22px;
  color: #002A4F;
  font-weight: 500;
}

.product-block .product-details .price .price-old {
  font-size: 22px;
  color: #333;
  text-decoration: line-through;
}

.product-block .product-details .price span {
  margin: 0 5px;
}
.footer-social-icons {
    padding: 0px 0px 0px;
    width: 100%;
}
body.iid-4 #footer-area {
    margin-top: 0px;
}
.product-block .product-name {
  padding-bottom: 0px;
}
.product-product #product {
    width: 394px;
    max-width: 100%;
}
.prod-quantity {
    width: 281px;
    max-width: 100%;
}
.product-block .product-name a {
  padding: 14px 7px 7px;
  font-weight: 500;
  color: #222;
  font-size: 18px;
  padding-bottom: 0px;
}

.product-block .holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  padding: 15px;
}
.view-more{
    margin-top: 30px;
}
#input-sort, #input-limit{
    cursor: pointer;
}
.product-block .holder &gt; * {
  flex: 1;
  margin: 0 10px;
}

.product-block .holder &gt; * label {
  font-weight: 600;
}

.product-block .wish-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #C7323B;
  background-color: transparent;
  border: 0;
  font-weight: 600;
}

.product-block .wish-button .fa {
  font-size: 20px;
}

.product-block .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(195, 190, 190, 0.69);
  opacity: 0;
  transition: 0.5s ease;
}

.product-block .overlay .center-div a {
  color: #333;
}

.product-block .overlay .center-div a .fa {
  font-size: 30px;
}

.product-block:hover .overlay {
  opacity: 1;
}
#enquiry.slide-out-cart .dropdown-menu .cart-dorpdown-footer .btn, #cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer .btn {
    max-width: 50% !important;
    min-width: 47% !important;
    width: calc(48% - 5px);
}
.product-special .product-view &gt; *,
.product-category .product-view &gt; * {
  margin-bottom: 15px;
  width: calc(33.3333% - 30px);
  margin: 15px !important;
}

.product-special .product-view,
.product-category .product-view {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.sticker {
  padding: 0;
  line-height: 1.4;
  z-index: 2;
  top: 10px;
  right: inherit;
  left: -10px;
  white-space: nowrap;
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.sticker .custom-design {
  position: relative;
  width: 100%;
  padding: 3px 15px;
  min-width: 90px;
  max-width: 100%;
}

.sticker .custom-design:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 0;
  border-color: transparent #000000 transparent transparent;
  background-color: transparent;
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: translate(0px, 100%);
}

.inner-name {
  font-weight: 500;
  margin-bottom: 0px;
}

.price-list {
  margin-bottom: 30px;
}

.price-list li {
  display: inline-block;
  padding-right: 10px;
}

.price-list .prc {
  font-size: 22px;
  color: #002A4F;
  font-weight: 500;
}

.price-list .prc .gst {
  color: #525252;
  font-style: italic;
  margin-left: 20px;
}

.price-list .prc.adjusted-price {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  opacity: 0.5;
}

.prod-cat {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #888888;
}

#product .input-group-addon {
  font-weight: 600;
  text-align: left;
}

.product-block .product-details {
  margin: 0px auto 0px;
  align-self: flex-start;
  padding: 10px 0px;
}

.cart-butt {
  margin: auto auto 0px;
}

.featured .slick-slide {
  margin: 20px;
}

.featured-module .featured {
  padding: 0px 45px;
}

.order-icons {
  width: 1200px;
  float: none;
  margin: auto;
  max-width: 100%;
}

.order-icons .thumb {
  position: relative;
}

.order-icons .thumb .next-process {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 30%;
  right: 0px;
  transform: translate(50%);
}

.order-icons .thumb:last-of-type .next-process {
  display: none;
}

.order-icons .thumb .title {
  text-transform: uppercase;
  font-size: 22px;
}

.order-icons .thumb .description {
  margin-top: 9px;
  font-size: 15px;
}

.product-slider {
  margin-top: 80px;
}

.product-slider .slick-slide {
  margin: 0 20px;
  transform: scale(0.7);
  opacity: 0.8;
}

.product-slider .slick-slide .image img {
  width: 100%;
}

.product-slider .slick-active {
  transform: scale(1);
  opacity: 1;
}

.product-slider .product-item {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.product-slider .product-item .category-infos {
  position: absolute;
  top: 0px;
  color: white;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 100px 60px;
  width: 60%;
}

.product-slider .product-item .category-infos .name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-slider .product-item .category-infos .description {
  font-size: 17px;
  line-height: 1.5em;
}

.product-slider .product-item .category-infos .buttton {
  margin-top: 30px;
}

.slick-nav.nav-custom {
  background-color: #9E9E9E;
  position: absolute;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 49px;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.7;
  transition: 0.5s ease;
  cursor: pointer;
}

.slick-nav.nav-custom:hover {
  opacity: 1;
}

.product-slider .slick-prev.nav-custom {
  left: 457px;
}

.product-slider .slick-next {
  right: 457px;
}

.section-space {
  position: relative;
}

.featured-news .thumb {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.featured-news .thumb .fnews-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.featured-news .thumb .image img {
  width: 100%;
}

.featured-news .thumb .fnews-info {
  padding: 25px;
}

.featured-news .thumb .fnews-info .title {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 25px;
}

.featured-news .thumb .fnews-info .description {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}

.featured-news .thumb .fnews-info .read-more {
  font-weight: 600;
  text-transform: uppercase;
  color: #A3141D;
  text-shadow: 0 0 1px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.news-updates {
  margin-top: 30px;
}

.news-updates .thumb {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}

.news-updates .thumb .image {
  margin-right: 15px;
}

.news-updates .thumb .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.n-separator {
  margin: 40px 0px;
  height: 1px;
  background-color: #ddd;
}

header:hover .custom-drop {
  height: auto;
}

.custom-drop {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 0px;
  transition: 0.5s ease;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
}

.custom-drop a {
  color: #000;
}

.custom-drop .category-group {
  flex: 1;
  padding: 40px 150px;
}

.custom-drop .category-group:nth-child(odd) {
  background-color: #F5F5F5;
}

.custom-drop .category-group .category-heading a {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 23px;
  text-shadow: 0 0 1px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
}

.custom-drop .category-group .category-child a {
  font-size: 17px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.5s ease;
}

.custom-drop .category-group .category-child a:hover,
.custom-drop .category-group .category-child a.active {
  color: #c43436;
}

footer {
  color: #e2e2e2;
  background-color: #3D3D3D;
}

footer h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 0 1px;
  width: 100%;
}

footer .footer-upper-contet &gt; *:last-child {
  flex: 1;
  -ms-flex-preferred-size: inherit;
}

footer .footer-upper-contet &gt; *:first-of-type {
  min-width: 40%;
}

footer .container {
  width: 1354px;
  max-width: 90%;
}

header .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  min-width: 137px;
  margin: 5px;
}

.btn-blue:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  background-color: #072543 !important;
  border: 1px solid #072543 !important;
}

.header-container #cart &gt; a {
  margin-right: 20px;
}

.header-container .header-links &gt; a,
.header-container #account &gt; a[data-toggle="dropdown"],
.header-container #enquiry &gt; a,
.header-container #cart &gt; a,
.header-container ._search &gt; a {
  color: inherit;
  width: 41px;
  padding: 10px 13px;
  text-align: center;
  position: relative;
  display: table;
}

.sub-arrow,
.sm-nowrap {
  display: none !important;
}

.breadcrumb {
  margin: 0px 0 20px 0;
  padding: 8px 0;
  border: 0px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 39px;
  background-color: transparent;
}

.breadcrumb a {
  color: #222;
}

.custom-top-header {
  background-color: #072643;
  color: #fff;
  text-align: center;
  padding: 7px 0px;
}

.custom-top-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-top-header img {
  margin-right: 5px;
}

.custom-top-header strong {
  text-transform: uppercase;
}

.custom-top-header span:not(:last-of-type) {
  margin-right: 10px;
}

.contact-comment {
  margin-bottom: 20px;
}

.information-contact h3,
.information-contact .store-address {
  margin-bottom: 20px;
}

.information-contact .store-contacts a {
  color: #222;
}

body .background-image-home {
  display: none;
}

body.common-home .background-image-home {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

.featured-28 {
  background-color: #fff;
}

.sidr,
.cd-accordion-menu a,
.cd-accordion-menu label,
.cd-accordion-menu ul a,
.cd-accordion-menu ul label {
  background: #072643;
}

.header-mobile .mobile-account {
  border-bottom: 1px solid #fff;
}

.header-mobile .mobile-account &gt; a + a {
  border-left: 1px solid #fff;
}

.sidr-custom-open #mobileNav::before {
  content: '';
  width: 100%;
  opacity: 1;
  transform: translateX(0%);
  background: rgba(255, 255, 255, 0.5);
}
#filter-groups .panel {
   background-color: transparent;
   box-shadow: inherit;
}
#filter-groups .panel, #filter-groups .list-group, #filter-groups .list-group-item{
    border-top: 0px !important;
}
#filter-groups .panel .list-group .list-group-item.item-header{
    border-bottom: 0px;
}
#filter-groups .panel .list-group {
    border: 0px solid #ccc;
}
#button-voucher, #button-coupon {
    min-width: 151px;
}
@media (max-width: 1600px) {
  .choose-icons {
    margin: 50px 0;
  }

  .order-icons {
    margin: 50px auto;
  }

  .product-slider .product-item .category-infos {
    width: 62%;
  }

  .product-slider .slick-prev.nav-custom {
    left: 375px;
  }

  .product-slider .slick-next {
    right: 375px;
  }

  .custom-drop .category-group {
    padding: 30px 80px;
  }
}

@media (max-width: 1536px) {
  .header-container {
    grid-template-columns: auto 1fr auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-rows: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }

  .header-container .header-menu {
    grid-column: 2 /4;
    grid-row: 2 /3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }

  .header-container .header-top {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }

  .slider-slideshow-description .slider-slideshow-description-texts {
    width: 49%;
  }

  .order-icons {
    width: 948px;
  }

  .order-icons .thumb .title {
    text-transform: uppercase;
    font-size: 18px;
  }

  .product-slider .product-item .category-infos {
    width: 71%;
  }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .select { 
        -moz-appearance: none;
        -webkit-appearance: none;

    }
}}
@media (max-width: 1366px) {
  .product-block .holder &gt; * {
    flex: 0 0 100%;
    margin: 0 0;
  }

  .product-block .holder &gt; * .form-group {
    margin-bottom: 7px;
  }

  .product-slider .product-item .category-infos {
    width: 73%;
  }

  .product-slider .slick-prev.nav-custom {
    left: 277px;
  }

  .product-slider .slick-next {
    right: 277px;
  }
}

@media (max-width: 1280px) {
  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .emphasis {
    font-size: 38px !important;
  }

  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .title {
    font-size: 38px !important;
  }

  .order-icons {
    width: 885px;
  }

  .order-icons .thumb .title {
    text-transform: uppercase;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
    .news-ncategory #content{
        width: 70%;
    }
    .news-ncategory #column-left{
        width: 30%;
    }
    #side-categories .group .item a {
        font-size: 10px;
    }
  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .emphasis {
    font-size: 28px !important;
  }

  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .title {
    font-size: 28px !important;
  }
.abt-row &gt; div:first-of-type {
        padding-right: 20px;
    }
  .choose-icons .thumb .title {
    font-size: 14px;
  }

  .overlay-top {
    display: none;
  }

  .overlay-top2 {
    display: none;
  }

  .overlay-bottom {
    display: none;
  }

  .overlay-bottom2 {
    display: none;
  }

  .product-slider .slick-prev.nav-custom {
    left: 129px;
  }

  .product-slider .slick-next {
    right: 129px;
  }

  .custom-drop .category-group {
    padding: 40px 15px;
  }
}

@media (max-width: 992px) {
  .slider-slideshow-description .slider-slideshow-description-texts {
    width: 55%;
  }

  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .title {
    margin-bottom: 13px;
  }

  .slider-slideshow-description .slider-slideshow-description-texts span {
    font-size: 16px !important;
  }

  .product-slider .product-item .category-infos {
    width: 85%;
  }

  .product-slider .slick-prev.nav-custom {
    left: 58px;
  }

  .product-slider .slick-next {
    right: 58px;
  }

  body.common-home .background-image-home img {
    height: 100vh;
  }
}

@media only screen and (max-width: 769px) {
  .product-category #content {
    width: 100%;
  }

  #filter_group_tigger_open {
    position: relative;
    top: 0px;
    left: 0px !important;
    transform: translateY(0%) rotate(0);
    z-index: 10;
    width: 100%;
    padding: 10px;
    display: block !important;
    border-radius: 0px !important;
    padding: 0px !important;
    min-height: 40px !important;
    height: 20px !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  #filter-groups.open {
    opacity: 1;
    transform: translateX(0%);
  }

  #filter-groups {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 30px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
    
    .news-ncategory #column-left{
            position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 66px;
        -ms-transform: translate(-100%); /* IE 9 */
        transform: translate(-100%);
        transition: 0.5s ease;
    }
    .news-ncategory #column-left.open{
            position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 66px;
        -ms-transform: translate(0%); /* IE 9 */
        transform: translate(0%);
    }
    .news-ncategory #content{
        width: 100%;
    }
  .header-container {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
  }

  .header-container .header-logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 /3;
  }

  .custom-drop {
    display: none !important;
  }

  header .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
    display: none;
  }
  header .cart-dorpdown-footer .btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
    display: block;
  }

  .sorting-row {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 169px;
    left: 0px;
    right: 0px;
    z-index: 5;
}

  .sorting-row .form-group {
    margin-bottom: 0px;
  }

  .sorting-row .form-group .form-control {
    height: 40px;
    -webkit-appearance: none;
    text-align: -webkit-center;
    display: table-cell;
    text-transform: uppercase;
    text-align-last: center;
    padding: 9PX;
  }

  .sorting-row &gt; * {
    flex: 1;
    padding: 0px;
  }
  
}

@media (max-width: 576px) {
    .sorting-row {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: 180px;
        left: 0px;
        right: 0px;
        z-index: 5;
    }
    .product-slider .product-item .category-infos .buttton {
        text-align: center;
    }
    .mob-center{
        text-align: center;
    }
    footer .mob-center {
        text-align: center;
        font-size: 12px;
    }


  .article-view .thumb {
    width: 100%;
  }

  .owl-carousel .owl-item img {
    opacity: 0.9;
  }

  .slider-slideshow-description .slider-slideshow-description-texts {
    width: 100%;
  }

  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .emphasis {
    font-size: 20px !important;
    text-shadow: 1px 1px 1px black;
  }

  .slider-slideshow-description .slider-slideshow-description-texts .sld-title .title {
    font-size: 14px !important;
    margin-bottom: 20px;
  }

  .slider-slideshow-description .slider-slideshow-description-texts span {
    font-size: 14px !important;
    text-shadow: 1px 1px 1px black;
  }

  .choose-icons .thumb {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .product-special .product-view &gt; *,
  .product-category .product-view &gt; * {
    width: calc(100% - 30px);
  }

  .featured-module .featured {
    padding: 0px 31px;
  }

  .order-icons .thumb {
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .order-icons .thumb .next-process {
    top: 100%;
    right: 50%;
    transform: translate(50%, -50%) rotate(90deg);
  }

  .product-slider {
    margin-bottom: 50px;
  }

  .product-slider .product-item .category-infos {
    width: 100%;
    padding: 30px 29px;
  }

  .product-slider .product-item .category-infos .name {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .product-slider .slick-prev.nav-custom {
    left: 58px;
    top: inherit;
    bottom: 0px;
    transform: translate(0, 100%);
  }

  .product-slider .slick-next {
    right: 58px;
    top: inherit;
    bottom: 0px;
    transform: translate(0, 100%);
  }

  .header-logo-image .img-responsive {
    width: 85px;
  }

  .custom-top-header .container {
    flex-direction: column;
    font-size: 13px;
  }
  #enquiry.slide-out-cart .dropdown-menu .cart-dorpdown-footer .btn, #cart.slide-out-cart .dropdown-menu .cart-dorpdown-footer .btn {
    max-width: 40% !important;
    min-width: 46% !important;
    width: calc(33% - 5px);
}
}</pre></body></html>