.sale .sale-banner,
.banner .sale-banner {
  position: relative;
}

.sale .sale-banner .sga-text-over,
.banner .sale-banner .sga-text-over {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.sga-button {
  display: inline-block;
  padding: 0.7em 2em;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  cursor: pointer;
  line-height: inherit;
}

.feature-category-item {
  position: relative;
  height: 280px;
  margin-bottom: 30px;
}

.feature-category-item .category-info {
  top: 20px;
  left: 20px;
  position: absolute;
  max-width: 53%;
  z-index: 10;
}

.feature-category-item .category-info h3 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}

.feature-category-item .sga-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.feature-category-item img {
  position: absolute;
  right: clamp(10px, 32%, 35px);
  top: 50%;
  min-height: 49%;
  max-height: 50%;
  transform: translateY(-50%);
}

@media screen and (max-device-width: 767px) {
  .feature-category-item:not(.category-small) .category-info {
    position: static;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-device-width: 767px) {
  .feature-category-item:not(.category-small) .sga-button {
    position: static;
  }
}

@media screen and (max-device-width: 767px) {
  .feature-category-item:not(.category-small) img {
    position: static;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    max-height: 180px;
    display: block;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .feature-category-item:not(.category-small) img {
    max-width: 35%;
  }
}

@media screen and (max-device-width: 767px) {
  .feature-category-item:not(.category-small) {
    text-align: center;
    padding: 20px;
    height: auto;
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 20%;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .col-md-1-5 {
    width: 50%;
  }
}

@media screen and (max-device-width: 767px) {
  .col-md-1-5 {
    width: 100%;
  }
}

html {
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #5d5d5d;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #1B262C;
  margin: .9rem auto;
  list-style: none;
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  color: #1B262C !important;
}

.breadcrumb li.active:last-child {
  font-weight: 700;
}

.breadcrumb li:after {
  display: inline-block;
  margin-left: 10px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  color: #1B262C;
}

.page-title {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

.pagination {
  font-size: 15px;
  text-align: right;
  display: block;
}

.pagination .page_number {
  margin-left: 3px;
  display: inline-block;
}

.pagination .page_number .page_link {
  color: #5d5d5d;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}

.pagination .page_number.active span {
  padding: 3px 10px;
  border-radius: 0;
}

.required-fields {
  color: #ff2929;
  font-weight: 500;
  font-size: 15px;
}

.quantity-group {
  color: white;
  display: inline-block;
  padding: 10px;
  border: solid 1px #8297a4;
  background-color: #153c54;
}

.quantity-group-minus,
.quantity-group-plus {
  display: inline-block;
}

.quantity-group-minus button,
.quantity-group-plus button {
  font-size: 10px;
  border: none;
  background-color: #153c54;
}

.quantity-group input {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: none;
  background-color: #153c54;
}

@media (min-width: 1280px) {
  .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
  }
}

#pageContent {
  min-height: 80vh;
}

.white-modal .modal-content {
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  padding: 37px;
  border-color: transparent;
}

.white-modal .modal-header {
  border: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.white-modal .modal-body {
  padding: 0;
}

.white-modal .modal-body .form-group {
  margin-bottom: 20px;
}

.white-modal .modal-body input {
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
}

.white-modal .modal-body textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
}

.white-modal .modal-title {
  text-align: center;
  margin-bottom: 30px;
}

.white-modal form button[type=submit] {
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  color: white;
  background-color: #ff2929;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: auto;
  padding: 0 20px;
}

.white-modal.modal-dialog .modal-content .modal-header .close {
  background: transparent;
}

.white-modal .fa-times {
  color: #ff2929;
}

.white-modal .fa-times:before {
  font-weight: 400;
  font-size: 20px;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.white-modal .ajax_loading {
  animation: rotate360 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-left: 15px;
  display: none;
}

.white-modal .mail_send_alert {
  display: none;
}

.white-modal .mail_send_ok,
.white-modal .mail_send_fail {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: green;
}

.white-modal .mail_send_fail {
  color: #ff2929;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

header {
  color: #ffffff;
}

header .announce-bar {
  display: block;
  max-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 0;
}

header .announce-bar marquee {
  margin-top: 1rem;
}

@media screen and (max-device-width: 767px) {
  header .announce-bar {
    margin: unset;
    width: 100vw;
    position: relative;
    top: -6px;
    left: -11px;
    padding: unset;
  }
}

header .logo {
  padding: 20px 0;
}

header .logo h1 {
  margin: 0;
}

header .logo h1.contractor {
  margin: 10px 0;
}

@media screen and (max-device-width: 767px) {
  header .logo h1.contractor {
    margin: 0;
  }
}

header .logo h1.contractor a {
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
}

header .logo h1.contractor a:hover {
  text-decoration: none;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header .logo h1.contractor a {
    font-size: 20px;
  }
}

@media screen and (max-device-width: 767px) {
  header .logo h1.contractor a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

header .header-content {
  background-color: #153c54;
  border-bottom: 1px ridge white;
}

header .header-content .nav-right {
  text-align: right;
  padding: 29px 0;
}

header .header-content .nav-right a.sign-in {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
}

header .header-content .nav-right .dropdown-menu-right {
  display: inline-block;
}

header .header-content .nav-right .dropdown-menu-right button {
  color: white;
  background-color: transparent;
  border: none;
}

header .basket-mini {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

header .basket-mini .basket-mini-main {
  position: relative;
}

header .basket-mini .basket-mini-main .quantity {
  position: absolute;
  right: 15px;
  top: -10px;
  color: #ffffff;
  font-weight: 600;
}

header .basket-mini .basket-mini-main img {
  width: 40px;
  height: auto;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header .basket-mini {
    margin-left: 10px;
  }
}

header .top-nav {
  background-color: #153c54;
  font-weight: 600;
}

header .top-nav .row {
  position: relative;
}

header .top-nav a {
  padding: 0.8em 0;
  color: #ffffff;
  cursor: pointer;
}

header .top-nav a.shop-product {
  position: relative;
  float: left;
  color: #ff2929;
  padding-bottom: 0.8em;
  padding-right: 2em;
}

header .top-nav a.shop-product i {
  margin-left: 15px;
  color: #ff2929;
}

header .top-nav a.shop-product:hover {
  text-decoration: none;
}

header .top-nav #mega-menu-toggle {
  position: absolute;
  left: 15px;
  top: 40px;
  z-index: 10;
  width: calc(100% - 30px);
}

header .top-nav p {
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 0.8em 0;
}

header a.clearance {
  padding-left: 20px;
  padding-right: 20px;
  background: #ff2929;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ff2929, #c11b1b);
  /* Standard syntax */
}

header .header-search {
  padding: 25px 0 0;
  width: 65%;
  margin: auto;
}

@media screen and (max-device-width: 1024px) {
  header .header-search {
    width: 100%;
  }
}

header .header-search .tagline {
  padding-top: .8rem;
  font-size: 1.3rem;
  font-family: Helvetica;
  font-weight: 600;
  font-style: italic;
}

header .header-search .sga-input-group {
  background: #ffffff;
  height: 42px;
  border-radius: 15px;
  position: relative;
  padding: 5px;
}

header .header-search .sga-input-group input {
  border: none;
  width: calc(100% - 70px);
  height: 100%;
  text-indent: 10px;
  color: #5d5d5d;
  font-size: 13px;
}

header .header-search .sga-input-group button {
  float: right;
  height: 100%;
  width: 60px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  background: #ff2929;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ff2929, #c11b1b);
  /* Standard syntax */
}

header .mobile {
  background-color: #153c54;
  position: relative;
}

header .mobile.navbar {
  margin-bottom: 0;
}

header .mobile .p-0 {
  padding: 0 !important;
}

header .mobile .pr-0 {
  padding-right: 0 !important;
}

header .mobile .search-form {
  padding: 1rem 0;
}

header .mobile .tagline {
  margin-top: 0;
}

header .mobile .sidebar-menu-toggle {
  color: white;
  font-size: 35px;
  display: block;
  padding: 5px 0;
  cursor: pointer;
}

header .mobile .logo img {
  max-width: 100%;
  height: auto;
}

header .mobile .basket-mini {
  margin-left: 0;
  padding: 20px 0;
}

header .mobile .basket-mini .basket-mini-main img {
  width: 40px;
  height: auto;
}

header .mobile .basket-mini .basket-mini-main .quantity {
  right: 12px;
}

header .mobile .top_link_trigger {
  color: white;
  font-size: 20px;
  display: inline-block;
  padding: 20px 0;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

header .mobile #menu-toggle-mobile {
  z-index: 10;
  position: fixed;
  left: -100vw;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  background: #153c54;
  border-right: solid 0px #ddd;
  transition: left 1s ease;
}

header .mobile #menu-toggle-mobile .sidebar-nav {
  list-style: none;
  padding: 0;
}

header .mobile #menu-toggle-mobile .sidebar-nav .dropdown-toggle:after {
  display: none;
}

header .mobile #menu-toggle-mobile .sidebar-nav li a {
  color: white;
}

header .mobile #menu-toggle-mobile .sidebar-nav li a.clearance {
  color: #ffffff;
  padding: 12px 20px;
  margin-top: 10px;
  display: inline-block;
}

header .mobile #menu-toggle-mobile .sidebar-nav .mega-menu-container li {
  padding: 0 0 0 20px;
}

header .mobile #menu-toggle-mobile.toggle {
  left: 0;
}

header .mobile .menu-mobile-button {
  padding: 5px 12px;
  position: absolute;
  right: 0;
  font-size: 1.3rem;
  cursor: pointer;
}

header .mobile #top_link {
  position: absolute;
  z-index: 6;
  min-width: 130px;
  right: 15px;
  top: 75px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  border-radius: 2px;
}

header .mobile #top_link ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

header .mobile #top_link ul li {
  position: relative;
  text-align: right;
}

header .mobile #top_link ul li a {
  line-height: 30px;
  padding-right: 10px;
  color: #5d5d5d;
}

#back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  opacity: 0;
  z-index: 10000;
  transition: all .3s ease 0s;
  right: 25px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#back_to_top.on {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 25px;
}

#back_to_top.off {
  right: 25px;
  opacity: 0;
}

#back_to_top span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid darkgrey;
  background: 0 0;
}

#back_to_top span i {
  font-size: 22px;
  color: darkgrey;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
}

.booNavigation {
  position: relative;
}

.booNavigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.booNavigation li.navItem {
  float: left;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.booNavigation li.navItem:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.booNavigation li.navItem > a {
  color: #fff;
}

.booNavigation li.navItem .navContent {
  background-color: #444;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 999;
}

.booNavigation .navContent > li {
  color: #fff;
  float: left;
  padding: 10px;
  width: 30%;
}

.booNavigation .navContent ul li a {
  color: #fff;
  display: block;
  padding: 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.booNavigation .navContent ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}

.megamen.top-nav ul.main-menu {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}

.megamen.top-nav ul.main-menu a {
  color: #1B262C;
  transition: border-right 1s;
}

.megamen.top-nav ul.main-menu a:hover {
  text-decoration: none;
}

.megamen.top-nav ul.main-menu li.first-class-item {
  width: 100%;
  transition: background-color 1s;
}

.megamen.top-nav ul.main-menu li.first-class-item:hover {
  background-color: #2d5065;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
  margin-bottom: -3rem;
}

.megamen.top-nav ul.main-menu li.first-class-item:hover > a {
  border-right: 2px solid #2d5065;
}

.megamen.top-nav ul.main-menu li.first-class-item:hover ul.dropdown {
  display: inherit;
  margin-top: 1rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  visibility: visible;
}

.megamen.top-nav ul.main-menu li.first-class-item > a {
  color: white;
  border-right: 2px solid white;
  padding: 0 1rem;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 1rem 0 0.5rem;
}

.megamen.top-nav ul.main-menu li.first-class-item > a:hover {
  text-decoration: none;
}

.megamen.top-nav ul.main-menu li.first-class-item:last-child > a {
  border-right: none;
}

.megamen.top-nav ul.main-menu li.first-class-item:last-child ul.dropdown {
  right: -4px;
}

.megamen.top-nav ul.main-menu li.first-class-item:first-child > a {
  border-left: none;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown {
  z-index: 99;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 2.5rem;
  margin: 0;
  padding: 1.6rem;
  background-color: #153c54;
  box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.4);
  height: 0;
  opacity: 0;
  transition: all .5s;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
  margin-top: .2rem;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: white;
  font-weight: 500;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-item {
  transition: all .5s;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-item a {
  transition: all .5s;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-item:hover {
  background-color: #2d5065;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-item:hover a {
  color: #ff2929;
  padding-left: 1rem;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-header img.cat-thumb {
  max-width: 200px;
  max-height: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-header .cat-header {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: white;
  margin: 1.6rem 0 0;
}

.megamen.top-nav ul.main-menu li.first-class-item ul.dropdown li.dropdown-item {
  lineheight: 2.8rem;
}

ul.sidebar-nav {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2rem;
}

ul.sidebar-nav a {
  color: #1B262C;
}

ul.sidebar-nav a:hover {
  text-decoration: none;
}

ul.sidebar-nav li.first-class-item {
  width: 100%;
  padding: 10px 0 10px 10px !important;
}

ul.sidebar-nav li.first-class-item.hover {
  background-color: #2d5065;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
}

ul.sidebar-nav li.first-class-item.hover a {
  color: black;
}

ul.sidebar-nav li.first-class-item.hover ul.dropdown {
  display: inherit;
}

ul.sidebar-nav li.first-class-item > a {
  color: white;
  border-right: 0px solid white;
  padding: 0 1rem;
  display: block;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
}

ul.sidebar-nav li.first-class-item > a:hover {
  text-decoration: none;
}

ul.sidebar-nav li.first-class-item:last-child > a {
  border-right: none;
}

ul.sidebar-nav li.first-class-item:last-child ul.dropdown {
  right: -4px;
}

ul.sidebar-nav li.first-class-item:first-child > a {
  border-left: none;
}

ul.sidebar-nav li.first-class-item ul.child-list {
  z-index: 99;
  display: none;
  position: relative;
  list-style: none;
  top: 1rem;
  margin: 0;
  padding: 1.6rem;
  padding-top: 0;
}

ul.sidebar-nav li.first-class-item ul.child-list li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
}

ul.sidebar-nav li.first-class-item ul.child-list li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #1B262C;
  font-weight: 500;
}

ul.sidebar-nav li.first-class-item ul.child-list li.dropdown-item:hover {
  background-color: darkgrey;
}

ul.sidebar-nav li.first-class-item ul.child-list li.dropdown-header figure {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: white;
}

ul.sidebar-nav li.first-class-item ul.child-list li.dropdown-header figure img.cat-thumb {
  max-width: 45px;
  width: auto;
  height: auto;
  max-height: 45px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.sidebar-nav li.first-class-item ul.child-list li.dropdown-header .cat-header {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #1B262C;
  padding-left: 10px;
  margin: 1.6rem -2rem;
  margin-bottom: 0;
}

ul.sidebar-nav li.first-class-item ul.child-list li.dropdown-item {
  padding-left: 10px !important;
  padding-top: 1rem;
}

footer {
  background-color: #153c54;
  color: #ffffff;
}

footer .short-intro,
footer .link-site,
footer .payments,
footer .socials {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-device-width: 1024px) {
  footer .short-intro,
  footer .link-site,
  footer .payments,
  footer .socials {
    min-height: inherit;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}

footer ul.main-list,
footer ul.main-list > li > ul.sub-list {
  list-style: none;
  padding: 0;
}

footer .footer-content {
  padding: 30px 0;
}

footer .short-intro .alt-logo,
footer .short-intro p:not(.read-more),
footer .short-intro a,
footer .short-intro .small {
  color: inherit;
  margin-bottom: 20px;
  margin-top: 0;
}

footer .short-intro .read-more {
  margin-bottom: 0;
}

footer .short-intro a {
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  footer .short-intro {
    padding-right: 3%;
  }
}

footer .payments img {
  padding: 10px 0;
  margin-right: 15px;
}

footer .socials {
  border-right: none;
}

footer .socials li > .sub-list:first-of-type {
  margin-bottom: 40px;
}

footer .socials img {
  margin-right: 20px;
}

footer ul.main-list > li > a,
footer ul.main-list > li span {
  font-size: 14px;
  font-weight: 600;
}

footer ul.main-list > li:before {
  content: ">";
  font-weight: 600;
  font-size: 22px;
  width: 15px;
  height: 15px;
  color: inherit;
  margin-right: 10px;
}

footer ul.main-list > li > ul.sub-list {
  padding-left: 25px;
}

footer ul.main-list > li > ul.sub-list > li > a {
  font-size: 12px;
}

footer ul.main-list > li > ul.sub-list.payment-methods > li > a {
  font-size: 14px;
}

footer ul.main-list a {
  color: inherit;
  font-weight: 500;
  line-height: 1.8;
}

footer .floating-action {
  position: fixed;
  right: clamp(0.5rem, 5vw, 2.5rem);
  bottom: clamp(2rem, 20vh, 13rem);
  width: auto;
  height: clamp(40px, 10vw, 60px);
  z-index: 799;
}

footer .floating-action .wame-icon {
  filter: drop-shadow(4px 1px 8px #333333);
}

.mega-menu-container {
  background-color: #153c54;
  padding: 20px;
  box-shadow: 0 0 8px 0 rgba(23, 48, 63, 0.7);
}

.mega-menu-container .menu-group {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.mega-menu-container .menu-group .menu-item-head {
  margin-bottom: 10px;
}

.mega-menu-container .menu-group .menu-item-head a {
  font-size: 15px;
  font-weight: 600 !important;
}

.mega-menu-container .first {
  clear: left;
}

.mega-menu-container .last {
  clear: right;
}

.mega-menu-container .menu-group .menu-item a,
.mega-menu-container .menu-group .menu-item-head a {
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 2;
}

@media screen and (max-device-width: 767px) {
  .mega-menu-container .menu-group .menu-item a,
  .mega-menu-container .menu-group .menu-item-head a {
    color: #ffffff !important;
  }
}

.mega-menu-container .menu-group .menu-item a:hover,
.mega-menu-container .menu-group .menu-item-head a:hover {
  color: #ff2929 !important;
  text-decoration: none;
}

.sga-button.red {
  color: #ffffff;
  border-color: transparent;
  background-color: #ff2929;
}

.sga-button.red:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff4343;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sga-button.black {
  color: #ffffff;
  border-color: transparent;
  background-color: #000000;
}

.sga-button.black:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d0d;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sga-button.white {
  color: #959595;
  border-color: #959595;
  background-color: transparent;
}

.sga-button.white:hover {
  color: #959595;
  text-decoration: none;
  background-color: rgba(13, 13, 13, 0);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sga-button.dark-gray {
  color: #ffffff;
  border-color: transparent;
  background-color: #5e5e5e;
}

.sga-button.dark-gray:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #6b6b6b;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sga-button.blue {
  color: #ffffff;
  border-color: transparent;
  background-color: #33a1e4;
}

.sga-button.blue:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #4aabe7;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sga-button.wide {
  width: 100%;
}

.feature-category-item.red {
  background-color: #ff2929;
}

.feature-category-item.red .category-info {
  color: #ffffff;
}

.feature-category-item.gray {
  background-color: #eeeeee;
}

.feature-category-item.gray .category-info {
  color: #5d5d5d;
}

.feature-category-item.white {
  background-color: #ffffff;
}

.feature-category-item.white .category-info {
  color: #5d5d5d;
}

.feature-category-item.black {
  background-color: #000000;
}

.feature-category-item.black .category-info {
  color: #ffffff;
}

.price-detail .amount {
  margin-bottom: 0;
}

.price-detail .sale-price {
  color: #5d5d5d;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: Helvetica, sans-serif;
}

.price-detail .regular-price del {
  color: #ff2929;
  font-family: Helvetica, sans-serif;
  font-size: 1.2rem;
}

.price-detail .discount {
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.7rem;
  height: 2rem;
  text-align: right;
  padding: 1px 14px;
}

.price-detail .discount .save {
  color: #ffffff;
  text-transform: uppercase;
}

.price-detail.contractor-price-detail {
  min-height: 60px;
}

.price-detail.contractor-price-detail .sale-price {
  color: #5d5d5d;
}

.price-detail.contractor-price-detail .contractor-price {
  color: #ff2929;
  font-weight: 500;
}

.free-delivery {
  position: absolute;
  right: 1.5rem;
  bottom: 10%;
}

.free-delivery .free_delivery_icon {
  color: #ff2929;
  float: right;
  margin-top: -25px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .free-delivery .free_delivery_icon {
    margin-right: 45px;
  }
}

.free-delivery .free_delivery_icon i.fa {
  font-size: 20px;
  transform: scaleX(-1);
}

.title-separator img {
  max-width: 100%;
}

.sale {
  padding-top: 2em;
  padding-bottom: 2em;
}

.sale .sale-banner {
  height: 110px;
  width: 860px;
  margin: auto;
  background: url("/images/sale_60.jpg");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-device-width: 768px) {
  .sale .sale-banner {
    height: 100px;
    width: 100%;
  }
}

.sale .sale-banner h3 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.banner .sale-banner {
  width: 100%;
  min-height: 660px;
  background: url("/images/top_banner.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-device-width: 767px) {
  .banner .sale-banner {
    min-height: 500px;
  }
}

.banner .sale-banner h2 {
  color: #000000;
  font-size: 100px;
  font-weight: 300;
  margin: 0 0 30px;
}

.banner .sale-banner h3 {
  font-size: 2em;
  font-weight: 600;
}

.banner .sale-banner p {
  margin: 30px auto;
  font-size: 17px;
}

.temporary-banner {
  font-size: 15px;
  color: #123849;
  padding: 15px 0;
  background-color: #d6e5e9;
}

@media screen and (max-device-width: 767px) {
  .temporary-banner {
    padding: 15px;
  }
}

h3.wi-section-title {
  text-align: center;
  color: #203b52;
  font-size: 2.4rem;
  line-height: 4.485rem;
  font-weight: 700;
  margin: 4rem 3% -1rem;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.feature-category-item {
  box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.47);
}

.feature-category-item .category-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 8rem;
}

@media (max-width: 1024px) {
  .feature-category-item .category-info p {
    max-height: 5rem;
  }
}

.feature-category .category-small {
  box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.47);
  height: 80px;
}

@media (max-width: 1199px) {
  .feature-category .category-small {
    height: 120px;
  }
  .feature-category-item .category-info {
    left: 10px;
  }
}

.feature-category .category-small .category-info {
  max-width: 70%;
  top: 50%;
  transform: translateY(-50%);
}

.feature-category .category-small .category-info h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

.product-list .product-item {
  background-color: white;
}

.product-list .product-item .product-title {
  min-height: 55px;
}

.product-list .product-item .product-title a {
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 600;
  display: block;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 5px 0;
  width: 100%;
}

.product-list .product-item .product-title:hover a {
  color: #ff2929;
  text-decoration: none;
}

.product-list .product-item > a {
  outline: 0;
}

.product-list .product-item .product-image {
  text-align: center;
  position: relative;
  height: 244px;
}

.product-list .product-item .product-image img {
  max-height: 200px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.product-list .product-item .product-image .quick-view-button {
  background-color: #ff2929;
  color: white;
  z-index: 10;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 5px 15px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  display: none;
}

.product-list .product-item .product-image .quick-view-button:hover {
  background-color: #ff4343;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.product-list .product-item .product-label {
  color: white;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}

.product-list .product-item .product-label:not(.no_label) {
  background-color: #ff2929;
  display: inline-block;
  padding: 0 10px;
  margin-left: -1.5rem;
  position: relative;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.product-list .product-item .product-label:not(.no_label):after {
  content: ' ';
  width: 0;
  height: 0;
  border-bottom: 30px solid #ff2929;
  border-right: 25px solid transparent;
  position: absolute;
  top: 0;
  right: -24px;
}

.product-list .item-product {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 12px;
}

@media screen and (min-width: 360px) and (max-width: 640px) {
  .product-list .item-product {
    max-width: 50%;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.product-list .item-product .product-item {
  padding: 10px 10px 10px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

@media screen and (max-device-width: 767px) {
  .product-list .item-product .product-item {
    padding: 10px 10px;
  }
}

.product-list .item-product .product-item:hover {
  box-shadow: 0 1px 13px rgba(34, 25, 25, 0.6);
  -moz-box-shadow: 0 1px 13px rgba(34, 25, 25, 0.6);
  -webkit-box-shadow: 0 1px 13px rgba(34, 25, 25, 0.6);
}

.product-list .item-product .product-item:hover .product-image .quick-view-button {
  display: block;
}

.why-buy {
  padding: 70px 0;
  margin-top: 50px;
  background: url("/images/why-buy-bg.jpg") center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.why-buy h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 50px;
}

.why-buy .item-icon {
  line-height: 126px;
  display: inline-block;
}

.why-buy h4 {
  margin: 20px auto;
  font-size: 1.8em;
}

.home-slides a {
  outline: 0;
}

.home-slides a img {
  width: 100%;
  height: auto;
}

.month-best-buy {
  display: -ms-flexbox;
  display: flex;
  /* the slides */
  /* the parent */
}

.month-best-buy .slick-prev,
.month-best-buy .slick-next {
  font-size: 0;
  position: absolute;
  bottom: 20px;
  color: #203B52;
  border: 0;
  background: none;
  z-index: 1;
}

.month-best-buy .slick-prev {
  left: 0px;
}

.month-best-buy .slick-prev:before {
  content: "\F0A8";
  font: 40px/1 'FontAwesome';
}

.month-best-buy .slick-next {
  right: 3rem;
  text-align: right;
}

.month-best-buy .slick-next:before {
  content: "\F0A9";
  font: 40px/1 'FontAwesome';
}

.month-best-buy .slick-prev:hover:before,
.month-best-buy .slick-next:hover:before {
  color: #203B52;
}

.month-best-buy .slick-slide {
  margin: 1rem .2rem;
  height: 45rem;
}

.month-best-buy .item-product.slick-slide {
  height: 42rem;
}

.month-best-buy .product-item {
  background-color: white;
}

.month-best-buy .slick-list {
  margin: 0 5rem;
}

.month-best-buy .slick-list .slick-track {
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media screen and (max-device-width: 767px) {
  .month-best-buy .slick-list {
    margin: 0 1rem;
  }
}

.usefuldots,
.best-buy-dots {
  position: relative;
  margin-top: -3rem;
}

.useful-reads {
  display: -ms-flexbox;
  display: flex;
  /* the slides */
  /* the parent */
}

.useful-reads button {
  margin: 1rem;
}

.useful-reads .slick-prev,
.useful-reads .slick-next {
  font-size: 0;
  position: absolute;
  bottom: 20px;
  color: #203B52;
  border: 0;
  background: none;
  z-index: 1;
}

.useful-reads .slick-prev {
  left: 0px;
}

.useful-reads .slick-prev:before {
  content: "\F0A8";
  font: 40px/1 'FontAwesome';
}

.useful-reads .slick-next {
  right: 1rem;
  text-align: right;
}

.useful-reads .slick-next:before {
  content: "\F0A9";
  font: 40px/1 'FontAwesome';
}

.useful-reads .slick-prev:hover:before,
.useful-reads .slick-next:hover:before {
  color: #203B52;
}

.useful-reads .slick-slide {
  margin: 1rem;
}

.useful-reads .slick-slide .useful-reads-item {
  height: 48.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid darkgrey;
  box-shadow: 0px 0px 10px -2px darkgrey;
  padding: 2rem;
  background-color: white;
}

.useful-reads .slick-slide .useful-reads-item .category-info {
  position: relative;
  max-height: 200px;
}

.useful-reads .slick-slide .useful-reads-item .category-info h3.item-header {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 2.87rem;
  width: 100%;
  font-family: Helvetica, sans-serif;
  color: #1B262C;
}

.useful-reads .slick-slide .useful-reads-item .category-info p.item-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.3rem;
  height: 8rem;
}

.useful-reads .slick-slide .useful-reads-item .category-image img {
  position: relative;
  top: 0;
  transform: unset;
  right: unset;
  max-width: unset;
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.useful-reads .slick-slide .useful-reads-item .category-footer {
  position: absolute;
  bottom: 3rem;
}

.useful-reads .slick-slide .useful-reads-item .category-footer .sga-button {
  position: relative;
  background-color: #203B52;
  border-radius: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
}

.useful-reads .slick-slide .useful-reads-item .category-footer .sga-button.useful-read {
  font-size: 1.3rem;
}

.useful-reads .slick-list {
  margin: 0 5rem;
}

@media screen and (max-device-width: 767px) {
  .useful-reads .slick-list {
    margin: 0 1rem;
  }
}

.banner-container {
  height: clamp(10vw, 25vw, 36rem);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-color: white;
  position: relative;
}

.banner-container .banner-anchor {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-container .banner-heading {
  position: absolute;
  top: 50%;
  min-height: 9vw;
  transform: translateY(-50%);
  margin-left: 4vw;
  width: 25vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.5vw;
  box-shadow: 0 0 19px rgba(128, 128, 128, 0.3);
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.banner-container .banner-text {
  font-size: clamp(0.8rem, 2vw, 3rem);
  font-family: "Roboto", sans-serif;
  color: white;
  letter-spacing: 1.25px;
  text-shadow: 0 0 9px #000;
  text-transform: capitalize;
}

.banner-container .btn-banner {
  padding: 1vh 2vw;
  font-size: clamp(0.5rem, 2vw, 1.5rem);
  background-color: #203B52;
  color: white;
  max-width: 35vw;
}

.product-detail-page {
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .product-detail-page .product-detail-header {
    min-height: 260px;
  }

  .product-detail-page .product-detail-header > div {
    min-height: 220px;
  }
}

.product-detail-page h1.page-title {
  font-size: 2.1rem;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  color: #203B52;
}

.product-detail-page .description h5 {
  margin: 0;
}

.product-detail-page .product-option h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (min-device-width: 768px) {
  .product-detail-page .product-option .option-list {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-detail-page .product-option .option-list .col-md-1-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product-detail-page .product-option .radio {
  border: solid 1px #c2c2c2;
  margin-top: 0;
  margin-bottom: 15px;
}

.product-detail-page .product-option .radio .option-name {
  font-size: 18px;
  font-weight: 500;
  background-color: #ff2929;
  color: white;
  padding: 10px;
}

.product-detail-page .product-option .radio .option-name .required-fields {
  color: white;
}

.product-detail-page .product-option .radio .option-value {
  padding: 15px 10px;
}

.product-detail-page .product-option .radio .option-value label {
  margin-bottom: 5px;
  display: block;
}

.product-detail-page .product-option .radio .option-value label .add-price {
  display: table;
  padding: 5px 10px;
  font-weight: 400;
  background-color: #eddea2;
}

.product-detail-page .desktop-basket {
  float: right;
}

.product-detail-page .desktop-basket .price-detail {
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
}

.product-detail-page .price-detail {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 5px;
}

.product-detail-page .price-detail > div {
  margin: 5px;
}

.product-detail-page .price-detail .sale-price {
  font-size: 2.4rem;
  color: #1B262C;
}

.product-detail-page .price-detail .regular-price {
  font-size: 16px;
}

.product-detail-page .price-detail del {
  color: red;
}

.product-detail-page .price-detail .discount {
  width: 6rem;
  height: 3rem;
  padding-right: 10px;
}

.product-detail-page .price-detail.contractor-price-detail .contractor-price {
  font-size: 36px;
}

.product-detail-page .price-detail.contractor-price-detail .sale-price {
  font-size: 16px;
}

.product-detail-page .price-detail.contractor-price-detail .regular-price {
  font-size: 16px;
}

.product-detail-page .addbasket {
  text-align: left;
  margin: 0;
  float: left;
}

.product-detail-page .addbasket .quantity-lable {
  color: white;
  display: inline-block;
  padding: 10px;
  border: solid 1px #8297a4;
  background-color: #153c54;
}

.product-detail-page .addbasket .sga-button img {
  margin-right: 10px;
}

.product-detail-page .product-detail-tabs .nav-tabs li a {
  font-size: 15px;
  font-weight: 600;
  color: #ff2929;
}

.product-detail-page .product-detail-tabs .nav-tabs li.active a {
  color: #5d5d5d;
}

.product-detail-page .product-detail-tabs #product_detail,
.product-detail-page .product-detail-tabs #useful-information {
  padding: 20px 0;
}

.product-detail-page .product-detail-tabs #product_detail img,
.product-detail-page .product-detail-tabs #useful-information img {
  max-width: 100%;
  height: auto;
}

.product-detail-page .additional-info-card {
  min-width: 35.4rem;
  border-radius: 1rem;
  background-color: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08), 0px 8px 16px rgba(0, 0, 0, 0.08);
  padding: 2.4rem;
  position: absolute;
  top: -3rem;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .product-detail-page .additional-info-card {
    min-height: 26.4rem;
  }
}

.product-detail-page .additional-info-card .card-title h5 {
  font-weight: 700;
  font-size: 2rem;
  color: #203B52;
}

.product-detail-page .additional-info-card .additional-info-content {
  max-height: 10rem;
  width: 100%;
  margin: 1rem auto;
  overflow-y: scroll;
}

.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar,
.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-thumb,
.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-track {
  width: 8px;
  border: none;
  background: transparent;
}

.product-detail-page .additional-info-card .additional-info-content p {
  line-height: 2rem;
}

.product-detail-page .additional-info-card .additional-info-content p:before {
  content: '\F00C';
  color: #00E676;
  font-size: 24px;
  font-family: 'FontAwesome';
  margin: 0 1rem;
}

.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-button,
.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-track-piece,
.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-corner,
.product-detail-page .additional-info-card .additional-info-content::-webkit-resizer {
  display: none;
}

.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #6b6b6b;
}

.product-detail-page .additional-info-card .additional-info-content::-webkit-scrollbar-track {
  background-image: url(https://i.imgur.com/s19YkhR.png);
  background-repeat: repeat-y;
  background-size: contain;
}

.product-detail-page .additional-info-card .additional-info-foot a {
  width: 100%;
  border: 1px solid black;
  color: #00E676;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
}

.page-head {
  margin: 0 0 3rem;
}

.page-head .page-title {
  font-weight: 700;
  font-size: 3.9rem;
  color: #203B52;
  margin: 0;
}

.page-head .filter-mini {
  text-align: right;
  font-size: 15px;
}

@media screen and (max-device-width: 767px) {
  .page-head .filter-mini {
    text-align: left;
  }
}

@media screen and (max-device-width: 767px) {
  .page-head .filter-mini {
    display: block;
  }
}

.page-head .filter-mini label {
  font-weight: 400;
}

.page-head .filter-mini .select-custom select {
  min-width: 12rem;
}

.page-head .filter-mini .form-control-lg {
  padding: 1.6rem;
  height: 5rem;
}

.page-head .filter-mini .page_size {
  margin-right: 30px;
  display: inline-block;
}

@media screen and (max-device-width: 767px) {
  .page-head .filter-mini .page_size {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.page-head .filter-mini .page_size ul {
  list-style: none;
  padding: 0;
  display: inline;
}

.page-head .filter-mini .page_size ul li {
  display: inline;
}

.page-head .filter-mini .page_size span {
  font-weight: 500;
}

.page-head .filter-mini .page_size .option-size {
  padding: 0 5px;
  color: #5d5d5d;
}

.page-head .filter-mini .page_size .option-size.active,
.page-head .filter-mini .page_size .option-size:hover {
  color: #ff2929;
  font-weight: 500;
  text-decoration: none;
}

.page-head .filter-mini .sort_by_price {
  display: inline-block;
}

.page-head .filter-mini .sort_by_price span {
  font-weight: 500;
}

@media screen and (max-device-width: 767px) {
  .page-head .filter-mini .sort_by_price {
    display: block;
  }
}

.pagination {
  margin-bottom: 60px;
}

.checkout-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.checkout-page h1.page-title {
  margin-top: 0;
}

@media screen and (min-device-width: 1024px) {
  .checkout-page .table-responsive {
    overflow-x: hidden;
  }
}

.checkout-page .basket table thead tr {
  background-color: #5d5d5d;
}

.checkout-page .basket table thead tr th {
  font-size: 15px;
  color: #ffffff;
  padding: 15px 10px;
  border-bottom: none;
  vertical-align: middle;
}

.checkout-page .basket table thead tr th.image {
  max-width: 55px;
}

.checkout-page .basket table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}

.checkout-page .basket table tbody tr td.quantity {
  width: 170px;
}

.checkout-page .basket table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.checkout-page .basket table tbody .product-image {
  padding: 10px;
  text-align: center;
  border: 2px solid #f1f1f1;
  position: relative;
}

.checkout-page .basket table tbody .product-image img {
  width: 50px;
  margin: auto;
}

.checkout-page .basket table tbody .product-title {
  font-size: 15px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 15px;
  display: block;
}

.checkout-page .basket table tbody .product-description {
  margin-bottom: 15px;
  display: block;
}

.checkout-page .basket table tbody .product-description li[id^=attr_] {
  position: relative;
  cursor: pointer;
}

.checkout-page .basket table tbody .product-description li[id^=attr_]:hover div[id^=detail_attr_] {
  display: block;
}

.checkout-page .basket table tbody .product-description li[id^=attr_] div[id^=detail_attr_] {
  display: none;
  position: absolute;
  right: 5px;
  top: 20px;
  padding: 10px;
  max-width: 200px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 5;
}

.checkout-page .basket table tbody .product-delivery {
  font-weight: 600;
}

.checkout-page .basket table tbody .product-delivery.green {
  color: #67ad0c;
}

.checkout-page .basket table tbody .product-delivery.red {
  color: #ff2929;
}

.checkout-page .basket table tbody .product-gift-voucher {
  font-weight: 600;
}

.checkout-page .basket table tbody .unitprice {
  color: #ff2929;
  font-size: 18px;
  font-weight: 600;
  min-width: 90px;
}

.checkout-page .basket table tbody .quantity .input-group-btn {
  border: solid 1px #e6e6e6;
  background-color: white;
}

.checkout-page .basket table tbody .quantity .input-group-btn button {
  background-color: transparent;
  border-radius: 0;
  padding: 5px 8px;
}

.checkout-page .basket table tbody .quantity input {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-left: none;
  border-right: none;
  text-align: center;
  box-shadow: none;
}

.checkout-page .basket table tbody .quantity .item_action {
  text-align: center;
  margin-top: 10px;
  border: solid 1px #c3c3c3;
  border-radius: 5px;
  color: black;
  font-size: 15px;
}

.checkout-page .basket table tbody .quantity .item_action a {
  color: #ff2929;
  padding: 10px 5px;
  display: inline-block;
}

.checkout-page .basket table tbody .delivery .bootstrap-select {
  max-width: 100%;
}

.checkout-page .basket table tbody .delivery .form-control {
  margin-bottom: 10px;
}

.checkout-page .basket table tbody .delivery .form-group .form-control {
  margin-bottom: 0;
}

.checkout-page .basket table tbody .address-column .delivery-note-row textarea {
  background-color: white;
}

.checkout-page .seperate-line {
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #9e9e9e;
  margin: 30px 0;
}

.checkout-page .basket-coupon,
.checkout-page .payment-method {
  color: white;
  background-color: #5e5e5e;
  padding: 20px;
}

.checkout-page .basket-coupon h2,
.checkout-page .payment-method h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

.checkout-page .basket-coupon p,
.checkout-page .payment-method p {
  margin-bottom: 20px;
}

.checkout-page .payment-method {
  margin-bottom: 30px;
}

.checkout-page .payment-method .radio label {
  position: relative;
  margin-bottom: 10px;
}

.checkout-page .payment-method .radio label img {
  max-width: 30px;
  margin: 0 15px;
}

.checkout-page .payment-method .radio label .method-name {
  display: inline-block;
}

.checkout-page .payment-method .radio:nth-of-type(3) label img,
.checkout-page .payment-method .radio:nth-of-type(4) label img {
  position: relative;
  top: 5px;
  vertical-align: top;
}

.checkout-page .payment-method .radio:nth-of-type(4) label {
  margin-bottom: 0;
}

.checkout-page .payment-method .bank_info {
  display: none;
}

.checkout-page .payment-method .bank_info .ocbc_bank_info {
  border: solid 1px white;
  background-color: #707070;
  margin-left: 35px;
  padding: 5px;
  display: inline-block;
}

.checkout-page .payment-method .bank_info .ocbc_bank_info span {
  display: inline-block;
  margin-bottom: 10px;
}

.checkout-page .payment-method .bank_info .ocbc_bank_info span:last-of-type {
  margin-bottom: 0;
}

.checkout-page .payment-method .bank_info .list_bank_logos {
  margin-left: -12px;
}

.checkout-page .payment-method .bank_info .list_bank_logos li {
  display: inline-block;
  width: 18.5%;
  padding: 7px;
}

.checkout-page .payment-method .bank_info .list_bank_logos li img {
  width: 100%;
  height: auto;
}

.checkout-page .basket-coupon .coupon button {
  background-color: #ff2929;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.checkout-page .basket-order-summary {
  background-color: #f4f4f4;
  padding: 20px;
}

@media screen and (max-device-width: 767px) {
  .checkout-page .basket-order-summary {
    margin-top: 30px;
  }
}

.checkout-page .basket-order-summary h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

.checkout-page .basket-order-summary .notice-icon {
  text-align: center;
  color: white;
  font-weight: 500;
  border-radius: 50%;
  background-color: #440b0b;
  font-size: 16px;
  margin-right: 5px;
}

.checkout-page .basket-order-summary .total-price {
  width: 100%;
}

.checkout-page .basket-order-summary .total-price .col-name,
.checkout-page .basket-order-summary .total-price .col-value {
  text-align: right;
  padding: 5px  0;
}

.checkout-page .basket-order-summary .total-price .total {
  font-size: 18px;
}

.checkout-page .basket-order-summary .total-price .total.col-value {
  color: #ff2929;
}

.checkout-page .basket-order-summary .total-price .notice-icon {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 0;
}

.checkout-page .basket-order-summary .notice {
  color: #440b0b;
  font-size: 15px;
  margin-bottom: 30px;
}

.checkout-page .basket-order-summary .basket-button {
  text-align: right;
}

.checkout-page .basket-order-summary .basket-button .sga-button {
  width: 200px;
}

@media screen and (max-device-width: 767px) {
  .checkout-page .basket-order-summary .basket-button .sga-button {
    display: block;
    width: 100%;
  }

  .checkout-page .basket-order-summary .basket-button .sga-button.dark-gray,
  .checkout-page .basket-order-summary .basket-button .sga-button.blue {
    margin-bottom: 10px;
  }
}

.login-page,
.register-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.login-page .form-login,
.register-page .form-login {
  padding: 30px;
  border: solid 1px #e5e5e5;
  min-height: 355px;
}

@media screen and (max-device-width: 767px) {
  .login-page .form-login,
  .register-page .form-login {
    min-height: inherit;
    padding: 20px;
  }
}

.login-page .form-login h2,
.register-page .form-login h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

.login-page .form-login .login-field,
.register-page .form-login .login-field {
  border-radius: 0;
  height: 45px;
}

.login-page .form-login .notice-message,
.register-page .form-login .notice-message {
  margin-bottom: 20px;
}

.login-page .form-login a,
.register-page .form-login a {
  font-weight: 600;
  color: #ff2929;
}

.login-page .form-login a:hover,
.register-page .form-login a:hover {
  text-decoration: underline;
}

.login-page .form-login a.forget-password,
.register-page .form-login a.forget-password {
  display: block;
  margin-bottom: 20px;
}

.login-page .form-login.social-login .social-register,
.register-page .form-login.social-login .social-register {
  line-height: 45px;
  font-size: 15px;
  border: solid 1px #e5e5e5;
  display: block;
  text-align: center;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}

.login-page .form-login.social-login .social-register:hover,
.register-page .form-login.social-login .social-register:hover {
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.login-page .form-login.social-login .social-register:before,
.register-page .form-login.social-login .social-register:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 43px;
}

.login-page .form-login.social-login .social-register.r-facebook,
.register-page .form-login.social-login .social-register.r-facebook {
  background-color: #3b5998;
}

.login-page .form-login.social-login .social-register.r-facebook:before,
.register-page .form-login.social-login .social-register.r-facebook:before {
  content: "\F09A";
}

.login-page .form-login.social-login .social-register.r-google,
.register-page .form-login.social-login .social-register.r-google {
  background-color: #dd4b39;
}

.login-page .form-login.social-login .social-register.r-google:before,
.register-page .form-login.social-login .social-register.r-google:before {
  content: "\F0D5";
}

@media screen and (max-device-width: 767px) {
  .login-page .form-login.social-login,
  .register-page .form-login.social-login {
    margin-top: 30px;
  }
}

.register-page .form-login {
  padding: 30px;
  border: solid 1px #e5e5e5;
  min-height: 472px;
}

@media screen and (max-device-width: 767px) {
  .register-page .form-login {
    min-height: inherit;
  }
}

.modal-dialog {
  position: relative;
}

.modal-dialog .modal-content {
  position: relative;
}

.modal-dialog .modal-content .modal-header .close {
  background-image: url("/images/close.png");
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: -32px;
  margin-top: -32px;
  opacity: 1;
}

.modal-dialog.modal-cart.has-product {
  width: 750px;
  margin-top: 60px;
}

.modal-dialog.modal-cart.has-product .modal-header .cart-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.modal-dialog.modal-cart.has-product .modal-body {
  padding: 0;
}

.modal-dialog.modal-cart.has-product .modal-body .list-group-cart-item .list-group-cart-item-heading {
  clear: both;
  background-color: #5d5d5d;
  padding: 0 15px;
  margin: 0;
}

.modal-dialog.modal-cart.has-product .modal-body .list-group-cart-item .list-group-cart-item-heading li {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 0;
}

.modal-dialog.modal-cart.has-product .modal-body .list-group-cart-item .list-group-cart-item-body {
  padding: 10px 15px;
  margin: 0;
}

.modal-dialog.modal-cart.has-product .modal-body .list-group-cart-item .list-group-cart-item-body .item {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 15px;
}

.modal-dialog.modal-cart.has-product .modal-body .list-group-cart-item .list-group-cart-item-body .item:last-of-type {
  border-bottom: none;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-image {
  width: 80px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-image .cart-image-product {
  padding: 5px;
  border: solid 1px #f1f1f1;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-image .cart-image-product img {
  width: 30px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-product {
  width: 400px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-product .product-title {
  font-weight: 500;
  color: #5d5d5d;
  margin-bottom: 10px;
  display: block;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-product .product-description {
  margin-bottom: 10px;
  display: block;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-product .product-delivery.green {
  color: #67ad0c;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-product .product-delivery.red {
  color: #ff2929;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-count {
  width: 120px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-count .cart-count-product {
  width: 105px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-count .cart-count-product .input-group-btn {
  border: solid 1px #e6e6e6;
  background-color: white;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-count .cart-count-product .input-group-btn button {
  background-color: transparent;
  border-radius: 0;
  padding: 5px 8px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-count .cart-count-product input {
  width: 40px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-left: none;
  border-right: none;
  text-align: center;
  box-shadow: none;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-price {
  width: 80px;
  color: #ff2929;
  font-weight: 500;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-delete {
  width: 20px;
}

.modal-dialog.modal-cart.has-product .modal-body .cart-delete .delete_product_from_cart {
  font-size: 18px;
  color: #5d5d5d;
  cursor: pointer;
}

.modal-dialog.modal-cart.has-product .modal-footer .cart-price-total {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.modal-dialog.modal-cart.has-product .modal-footer .cart-price-total .pTotalPrice {
  color: #ff2929;
}

.modal-dialog.modal-cart.no-product .modal-content {
  text-align: center;
}

.modal-dialog.modal-cart.no-product .modal-content .i_basket {
  height: 50px;
  width: 50px;
  text-align: center;
  margin: auto;
  position: relative;
  background-color: #e8e8e8;
  border-radius: 50%;
}

.modal-dialog.modal-cart.no-product .modal-content .i_basket img {
  position: relative;
  width: 40px;
  top: 12px;
}

.modal-dialog.modal-cart.no-product .modal-content h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.modal-dialog.modal-cart.no-product .modal-content .modal-body {
  padding-bottom: 40px;
}

.modal-dialog.modal-cart.no-product .modal-content .modal-header {
  border: none;
}

.modal-dialog.modal-cart .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}

.modal-dialog.modal-cart .modal-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.profile_page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav-side-menu {
  padding: 20px;
  border: 2px solid #f1f1f1;
}

.nav-side-menu .group-heading h2 {
  margin: 0 0 15px 0;
}

.nav-side-menu .menu-content {
  list-style: none;
  padding: 0;
}

.nav-side-menu .menu-content li a {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 600;
  line-height: 2;
}

.nav-side-menu .menu-content li a i {
  margin-right: 10px;
}

.nav-side-menu .menu-content li.active a {
  color: #ff2929;
}

h1.page_title {
  margin: 20px 0 15px 0;
}

label.error {
  color: #ff2929;
  margin-top: 5px;
}

.my_vouchers table.table_inner > tbody > tr > td {
  border-bottom: 1px dotted #969696;
  padding: 5px 0;
}

.my_vouchers table.table_inner > tbody > tr:first-of-type > td {
  padding-top: 0;
}

.my_vouchers table.table_inner > tbody > tr:last-of-type > td {
  border-bottom: none;
  padding-bottom: 0;
}

.avatar-view img {
  width: 200px;
}

.pages-content {
  margin-bottom: 10rem;
}

.pages-content ul.contact-list {
  list-style: none;
  padding: 0;
}

.pages-content ul.contact-list > li {
  padding-left: 1rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 1rem auto;
  color: #1B262C;
}

.pages-content ul.contact-list > li:before {
  display: inline-block;
  margin-left: -1.3rem;
  width: 5rem;
  text-align: center;
}

.pages-content ul.contact-list > li.facebook:before {
  content: '\F082';
  font-family: FontAwesome;
}

.pages-content ul.contact-list > li.email:before {
  content: '\F0E0';
  font-family: FontAwesome;
}

.pages-content ul.contact-list > li.address:before {
  content: '\F041';
  font-family: FontAwesome;
}

.pages-content ul.contact-list > li.work-hours:before {
  content: '\F017';
  font-family: FontAwesome;
}

.pages-content .btn-outline {
  border-radius: 1rem;
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  border: 2px solid #203B52;
  color: #203B52;
}

.pages-content .btn-send {
  background-color: #203B52;
  border-radius: 1rem;
  color: white;
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
}

.pages-content h1 {
  font-size: 3.9rem !important;
  font-weight: 700;
  color: #203B52;
  margin: 1.2rem auto;
}

.pages-content h3 {
  color: #1B262C;
  font-size: 2rem;
  font-weight: 700;
}

.pages-content p {
  color: #1B262C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.208rem;
  margin: 2.2rem auto;
}

.pages-content .right-side .contact-form-container .form-contact .form-control {
  padding: 2rem 1rem;
}

.faq-page ul,
.faq-page li,
.faq-page a,
.faq-page span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.faq-page ul.faqs {
  color: #1B262C;
  list-style: none;
  font-size: 1.6rem;
}

.faq-page ul.faqs p {
  margin: 0;
}

.faq-page ul.faqs li.question {
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: .5rem;
  margin: 1rem auto;
  padding: 2rem;
  position: relative;
}

.faq-page ul.faqs li.question:before {
  content: 'Q : ';
  font-weight: 700;
  margin-left: -.1rem;
  margin-right: .5rem;
}

.faq-page ul.faqs li.question .arrow {
  font-family: FontAwesome;
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 1.8rem;
}

.faq-page ul.faqs ul.answer {
  display: block;
  list-style: none;
  margin-top: 1.3rem;
}

.faq-page ul.faqs ul.answer.hidden {
  display: none;
}

.faq-page ul.faqs ul.answer li {
  margin-left: 3rem;
}

.faq-page ul.faqs ul.answer li:before {
  content: 'A : ';
  font-weight: 700;
  margin-left: -3rem;
  margin-right: .5rem;
}

.contact-us-page .form-contact .form-control {
  padding: 1.8rem 1.6rem;
  height: 5.9rem;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
}

.contact-us-page .form-contact textarea.form-control {
  height: 10rem;
}

.contact-us-page .form-contact .btn-send {
  background-color: #203B52;
  border-radius: 1rem;
  color: white;
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
}

.payment-page {
  color: #1B262C;
}

.payment-page h1 {
  margin-bottom: 3.6rem;
}

.payment-page .left-side {
  padding: 1.6rem;
  margin-left: 2rem;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 16px rgba(0, 0, 0, 0.08);
}

.payment-page .left-side p {
  margin: 1.1rem auto;
}

.payment-page .left-side .bank-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.4rem;
}

.payment-page .left-side .bank-details-item {
  width: 45%;
}

.payment-page .left-side .bank-details-item h4 {
  font-weight: 700;
  margin-bottom: 0;
}

.payment-page .left-side .bank-details-item p {
  margin-top: .5rem;
}

.partnership-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 0;
  padding-right: 0;
}

.partnership-page .left-side {
  padding-bottom: 10rem;
}

.partnership-page .right-side {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.about-us-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 0;
  padding-right: 0;
}

.about-us-page h1.page-title {
  margin-top: 3rem;
}

.about-us-page .left-side {
  padding-bottom: 10rem;
}

.about-us-page .right-side {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}